]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Tue, 23 Oct 2018 01:07:36 +0000 (03:07 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Oct 2018 01:07:36 +0000 (03:07 +0200)
* configure.ac: Require Autoconf >= 2.63.
* gettext-runtime/configure.ac: Likewise.
* gettext-runtime/libasprintf/configure.ac: Likewise.
* gettext-tools/configure.ac: Likewise.

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

index 24772d8a2e69f55e85c782931fb4a64b7f891532..da7963371bc3c8c571b384e2720d3ae900f5c638 100644 (file)
 /gettext-tools/libgrep/Makefile.gnulib
 /gettext-tools/libgrep/btowc.c
 /gettext-tools/libgrep/c++defs.h
+/gettext-tools/libgrep/cdefs.h
 /gettext-tools/libgrep/intprops.h
 /gettext-tools/libgrep/langinfo.in.h
+/gettext-tools/libgrep/libc-config.h
 /gettext-tools/libgrep/localeconv.c
 /gettext-tools/libgrep/mbrlen.c
 /gettext-tools/libgrep/mbtowc-impl.h
index 6ea95017377022bbc0b7a10843736150c0cc16c7..64e5a13a3c2d4fd964db74cd1c22d62a26cfb1e4 100644 (file)
@@ -16,7 +16,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.62])
+AC_PREREQ([2.63])
 AC_INIT([gettext],
        m4_esyscmd([build-aux/git-version-gen .tarball-version]),
        [bug-gnu-gettext@gnu.org])
index ada08d90d3556653597029bec8c593f8e6f725fd..a32e6e361511aa6d47286b2539a47f6886a2df1a 100644 (file)
@@ -16,7 +16,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.62])
+AC_PREREQ([2.63])
 AC_INIT([gettext-runtime],
        m4_esyscmd([../build-aux/git-version-gen ../.tarball-version]),
        [bug-gnu-gettext@gnu.org])
index f076add4ec921a08f0c50ef5700a3d4fb5864dae..41996e7ad312381759754b503620e72c011a3588 100644 (file)
@@ -16,7 +16,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.59])
+AC_PREREQ([2.63])
 AC_INIT([libasprintf], [1.0])
 AC_CONFIG_SRCDIR([vasprintf.c])
 AC_CONFIG_AUX_DIR([../../build-aux])
index b366f3dbf0692a9c2691eee13f9ece471799b87c..685c57138634fec932bb2ac8cd57d0c5e360acce 100644 (file)
@@ -16,7 +16,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.62])
+AC_PREREQ([2.63])
 AC_INIT([gettext-tools],
        m4_esyscmd([../build-aux/git-version-gen ../.tarball-version]),
        [bug-gnu-gettext@gnu.org])