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.
This commit is contained in:
Will Estes 2012-08-26 10:10:46 -04:00
parent cb6244c28b
commit d89def425e
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@
#Makefile first.)
touch ChangeLog
autoreconf --install --verbose
autoreconf --install --verbose --force

View 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