gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / agg-am_c_prototype.patch
1 AM_C_PROTOTYPES is no longer supported.
2
3 https://lists.gnu.org/archive/html/automake-patches/2011-06/msg00082.html
4
5 Failure without patch:
6
7 starting phase `autoreconf'
8 aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
9 configure.in:11: error: automatic de-ANSI-fication support has been removed
10 /gnu/store/…-automake-1.15/share/aclocal-1.15/obsolete.m4:26: AM_C_PROTOTYPES is expanded from...
11 configure.in:11: the top level
12
13
14 Upstream is dead.
15 --- a/configure.in 2015-03-15 18:59:12.557417149 +0100
16 +++ b/configure.in 2015-03-15 18:59:29.273416518 +0100
17 @@ -8,7 +8,6 @@
18 AC_PROG_CC
19 AC_PROG_CXX
20 AC_ISC_POSIX
21 -AM_C_PROTOTYPES
22 if test "x$U" != "x"; then
23 AC_MSG_ERROR(Compiler not ANSI compliant)
24 fi