aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 6f9e6c26..668c48b3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -37,6 +37,7 @@ if existence libtool || existence libtoolize || existence glibtoolize || existen
37 echo "Autotools failed, retrying with autoreconf..." 37 echo "Autotools failed, retrying with autoreconf..."
38 if ! autoreconf -i ${1+"$@"} ; then 38 if ! autoreconf -i ${1+"$@"} ; then
39 echo "Failed to autoreconf, retrying with force install..." 39 echo "Failed to autoreconf, retrying with force install..."
40 rm m4/po.m4 # Version of po.m4 should match installed po/* files
40 if ! autoreconf -i -f ${1+"$@"} ; then 41 if ! autoreconf -i -f ${1+"$@"} ; then
41 echo "*** Failed to create 'configure' and other autotools generated files. ***" >&2 42 echo "*** Failed to create 'configure' and other autotools generated files. ***" >&2
42 exit 1 43 exit 1