summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2012-08-26 10:10:46 -0400
committerWill Estes <westes575@gmail.com>2012-08-26 10:10:46 -0400
commitd89def425ea5e71d2df6f5fd49e7bf285ed2c67f (patch)
tree26f55fcff6dfbf2acc79457557f1c8e499cf53d9 /autogen.sh
parentcb6244c28bc6f5401a15d9aa59bcbb281dccff6a (diff)
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 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