]> granicus.if.org Git - flex/commitdiff
require gettext 0.18; force autoreconf in autogen.sh; resolves #3561759
authorWill Estes <westes575@gmail.com>
Sun, 26 Aug 2012 14:10:46 +0000 (10:10 -0400)
committerWill Estes <westes575@gmail.com>
Sun, 26 Aug 2012 14:10:46 +0000 (10:10 -0400)
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
configure.ac

index 20e82fdb06f53acef7e1821855860babddd3fdee..a298f07faedab7d6ae8af762c1d67083ac57132d 100755 (executable)
@@ -29,4 +29,4 @@
 #Makefile first.)
 
 touch ChangeLog
-autoreconf --install --verbose
+autoreconf --install --verbose --force
index 61f541201a6bc1b51b1da8542d91ee0dfacc2754..796a734044b3c8113da81a4b63a6898f9719db50 100644 (file)
@@ -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