unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob b31e86cc2d6a1d223eb6b39c17473ec3c646032e 738 bytes (raw)
name: gnu/packages/patches/agg-am_c_prototype.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
AM_C_PROTOTYPES is no longer supported.

https://lists.gnu.org/archive/html/automake-patches/2011-06/msg00082.html

Failure without patch:

starting phase `autoreconf'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: error: automatic de-ANSI-fication support has been removed
/gnu/store/…-automake-1.15/share/aclocal-1.15/obsolete.m4:26: AM_C_PROTOTYPES is expanded from...
configure.in:11: the top level


Upstream is dead.
--- a/configure.in	2015-03-15 18:59:12.557417149 +0100
+++ b/configure.in	2015-03-15 18:59:29.273416518 +0100
@@ -8,7 +8,6 @@
 AC_PROG_CC
 AC_PROG_CXX
 AC_ISC_POSIX
-AM_C_PROTOTYPES
 if test "x$U" != "x"; then
   AC_MSG_ERROR(Compiler not ANSI compliant)
 fi

debug log:

solving b31e86c ...
found b31e86c in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).