]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* configure.ac: Update for aclocal-1.13 by replacing obsolete macro
authorJon TURNEY <jon.turney@dronecode.org.uk>
Thu, 25 Jul 2013 17:01:38 +0000 (17:01 +0000)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Thu, 25 Jul 2013 17:01:38 +0000 (17:01 +0000)
AM_CONFIG_HEADER with AC_CONFIG_HEADERS.

libgetopt++/ChangeLog
libgetopt++/configure.ac

index b9a62de0e664f36d756dc2931084bc6bf31b4390..681096c7b44b861b6fa03d847a1e65e254d6a3e2 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-24  Jon TURNEY  <jon.turney@dronecode.org.uk>
+
+        * configure.ac: Update for aclocal-1.13 by replacing obsolete macro
+       AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+
 2012-06-01  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
 
        * configure.in: Enable silent rules with automake-1.11.
index 57a72837cfc1b9205f229bbdb6661da768730334..41ea672a84d7ca51ed4a6410c8c2ec731f90e416 100644 (file)
@@ -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$)dnl
 AC_PREFIX_DEFAULT(/usr/local)
 AM_MAINTAINER_MODE
This page took 0.035345 seconds and 5 git commands to generate.