From 54364180fca8e0980149bcd2c5d50bb6c0c464e5 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Thu, 25 Jul 2013 17:01:38 +0000 Subject: [PATCH] * configure.ac: Update for aclocal-1.13 by replacing obsolete macro AM_CONFIG_HEADER with AC_CONFIG_HEADERS. --- libgetopt++/ChangeLog | 5 +++++ libgetopt++/configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgetopt++/ChangeLog b/libgetopt++/ChangeLog index b9a62de0..681096c7 100644 --- a/libgetopt++/ChangeLog +++ b/libgetopt++/ChangeLog @@ -1,3 +1,8 @@ +2013-07-24 Jon TURNEY + + * configure.ac: Update for aclocal-1.13 by replacing obsolete macro + AM_CONFIG_HEADER with AC_CONFIG_HEADERS. + 2012-06-01 Yaakov Selkowitz * configure.in: Enable silent rules with automake-1.11. diff --git a/libgetopt++/configure.ac b/libgetopt++/configure.ac index 57a72837..41ea672a 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$)dnl AC_PREFIX_DEFAULT(/usr/local) AM_MAINTAINER_MODE -- 2.43.5