From f71a8c3273eae5e79951a69825655dfd56440503 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 9 Dec 2007 23:12:12 +0100 Subject: [PATCH] Gettext 0.17 to solve -L problem. --- NEWS | 2 +- configure.in | 2 +- maint-cfg.mk | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e6b0969a0..bfbd22fae 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 b77280ba4..e4952e38c 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 12d25efe0..bd4e92f9b 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) -- 2.11.4.GIT