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.
#Makefile first.)
touch ChangeLog
-autoreconf --install --verbose
+autoreconf --install --verbose --force
# 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