diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ 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 | ||
41 | if ! autoreconf -i -f ${1+"$@"} ; then | 40 | if ! autoreconf -i -f ${1+"$@"} ; then |
42 | echo "*** Failed to create 'configure' and other autotools generated files. ***" >&2 | 41 | echo "*** Failed to create 'configure' and other autotools generated files. ***" >&2 |
43 | exit 1 | 42 | exit 1 |