]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix commit 417f0080823ae17d0f258ec08f3810cd0274e021.
authorDaiki Ueno <ueno@gnu.org>
Tue, 25 Jun 2013 09:53:52 +0000 (18:53 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 25 Jun 2013 09:53:52 +0000 (18:53 +0900)
AM_CONFIG_HEADER obsoletion (commit 0cde5e7f) has been mistakenly reverted
when merging the patch.

gettext-runtime/configure.ac
gettext-tools/configure.ac

index 8b04c2b4439d54da5b939fa3b003a02caba8705a..dcfd27a666e03b9afc3466036605610139f32f34 100644 (file)
@@ -23,7 +23,7 @@ AC_CONFIG_AUX_DIR([../build-aux])
 . $srcdir/../version.sh
 gl_INIT_PACKAGE([gettext-runtime], [$VERSION_NUMBER])
 AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 dnl Installation directories.
 test "$docdir" != '${datarootdir}/doc/${PACKAGE}' || docdir='${datarootdir}/doc/gettext'
index 1a522bbb70e630c2e7fe5d84afafebbfa1528477..70cf41119bcd2c0c4654f1fded14e2b3ad2e6c40 100644 (file)
@@ -23,7 +23,7 @@ AC_CONFIG_AUX_DIR([../build-aux])
 . $srcdir/../version.sh
 gl_INIT_PACKAGE([gettext-tools], [$VERSION_NUMBER])
 AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 dnl Installation directories.
 test "$docdir" != '${datarootdir}/doc/${PACKAGE}' || docdir='${datarootdir}/doc/gettext'