diff options
author | Tomáš Čech <sleep_walker@gnu.org> | 2015-03-18 22:55:29 +0100 |
---|---|---|
committer | Tomáš Čech <sleep_walker@gnu.org> | 2015-03-19 22:29:35 +0100 |
commit | 9a5c4cd8b02fc29f91516d4830fc4467daeeb2e1 (patch) | |
tree | d0f509626e471f8b4aedd11498a6973dc8c89587 /gnu | |
parent | 0ff5e9e257dc6e26932bbdc3f09a33559bf59db9 (diff) | |
download | guix-9a5c4cd8b02fc29f91516d4830fc4467daeeb2e1.tar guix-9a5c4cd8b02fc29f91516d4830fc4467daeeb2e1.tar.gz |
gnu: agg: Add explanatory comment to the patch.
* gnu/packages/patches/agg-am_c_prototype.patch: Add comment.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/patches/agg-am_c_prototype.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/patches/agg-am_c_prototype.patch b/gnu/packages/patches/agg-am_c_prototype.patch index 3a09dc7be6..b31e86cc2d 100644 --- a/gnu/packages/patches/agg-am_c_prototype.patch +++ b/gnu/packages/patches/agg-am_c_prototype.patch @@ -1,3 +1,17 @@ +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 @@ |