]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Gettext 0.17 to solve -L problem.
authorSimon Josefsson <simon@josefsson.org>
Sun, 9 Dec 2007 22:12:12 +0000 (23:12 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sun, 9 Dec 2007 22:12:12 +0000 (23:12 +0100)
NEWS
configure.in
maint-cfg.mk

diff --git a/NEWS b/NEWS
index e6b0969a013bd57acd4a185ad8547fdee91c05c5..bfbd22fae25e28e7421c032796944b84e4158621 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ See the end for copying conditions.
 ** Corrected a segfault when setting an empty gnutls_priority_t
 at gnutls_priority_set().
 
-** Update version of m4/lib-*.m4 macros.
+** Use gettext 0.17 which updates m4/lib-*.m4 macros.
 Fixes a problem with spurious -L/usr/lib additions.
 
 ** API and ABI modifications:
index b77280ba477b8b4d4aea1c51a98a55e5a9b81f89..e4952e38ccc95d174f8b1b0755331a966e0fe4ed 100644 (file)
@@ -92,7 +92,7 @@ AC_MSG_RESULT([***
 
 dnl Checks for programs.
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.16])
+AM_GNU_GETTEXT_VERSION([0.17])
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_LN_S
index 12d25efe08b1d52bda8dbd768559147aa79171c5..bd4e92f9b7a78d410e058ee4e88a459e6cabb376 100644 (file)
@@ -29,7 +29,6 @@ endif
 autoreconf:
        test -f ./configure || autoreconf --install
        mv build-aux/config.rpath{-,}
-       for i in m4/*.m4; do if test -f lgl/$$i; then cp -v lgl/$$i m4/; fi; done
 
 bootstrap: autoreconf
        ./configure $(CFGFLAGS)