From d89def425ea5e71d2df6f5fd49e7bf285ed2c67f Mon Sep 17 00:00:00 2001 From: Will Estes Date: Sun, 26 Aug 2012 10:10:46 -0400 Subject: [PATCH] require gettext 0.18; force autoreconf in autogen.sh; resolves #3561759 Autoconf had trouble finding the shared libraries for gettext. Using gettext 0.18 fixes that. When updating the gettext version number, autoreconf could fail to update files, since autopoint would assume the gettext-related files had been locally modified. Passing --force prevents that from happening. --- autogen.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 20e82fd..a298f07 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,4 +29,4 @@ #Makefile first.) touch ChangeLog -autoreconf --install --verbose +autoreconf --install --verbose --force diff --git a/configure.ac b/configure.ac index 61f5412..796a734 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_LIBOBJ_DIR([lib]) # checks for programs AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12) +AM_GNU_GETTEXT_VERSION(0.18) AC_PROG_YACC AM_PROG_LEX AC_PROG_CC -- 2.40.0