From: Simon Josefsson Date: Sun, 9 Dec 2007 22:12:12 +0000 (+0100) Subject: Gettext 0.17 to solve -L problem. X-Git-Tag: gnutls_2_1_8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f71a8c3273eae5e79951a69825655dfd56440503;p=thirdparty%2Fgnutls.git Gettext 0.17 to solve -L problem. --- diff --git a/NEWS b/NEWS index e6b0969a01..bfbd22fae2 100644 --- 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: diff --git a/configure.in b/configure.in index b77280ba47..e4952e38cc 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/maint-cfg.mk b/maint-cfg.mk index 12d25efe08..bd4e92f9b7 100644 --- a/maint-cfg.mk +++ b/maint-cfg.mk @@ -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)