mirror of
https://github.com/westes/flex.git
synced 2026-01-27 01:44:23 +00:00
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:
parent
cb6244c28b
commit
d89def425e
@ -29,4 +29,4 @@
|
||||
#Makefile first.)
|
||||
|
||||
touch ChangeLog
|
||||
autoreconf --install --verbose
|
||||
autoreconf --install --verbose --force
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user