This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH setup 2/2] Update libgeopt++/configure.ac for aclocal-1.13


configure.ac:14: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:14: the top level

2013-07-24  Jon TURNEY  <jon.turney@dronecode.org.uk>

	* configure.ac: Update for aclocal-1.13
---
 libgetopt++/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgetopt++/configure.ac b/libgetopt++/configure.ac
index 1ab86fb..a29a1fb 100644
--- a/libgetopt++/configure.ac
+++ b/libgetopt++/configure.ac
@@ -11,7 +11,7 @@ AC_INIT(src/GetOption.cc, 0.0.2-DEVEL)
 AC_PREREQ(2.60)
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER(include/autoconf.h)
+AC_CONFIG_HEADERS(include/autoconf.h)
 AC_REVISION($Revision: 1.8 $)dnl
 AC_PREFIX_DEFAULT(/usr/local)
 AM_MAINTAINER_MODE
-- 
1.8.3.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]