aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-01-19 17:58:56 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-01-19 17:58:56 +0300
commit899950e3a063fa6f4593da6b5f11e60bd3bee884 (patch)
treeae53a8cd50f8ce4f8c6ab0a813e404c04506f469 /bootstrap
parent7b2c73d1b93bf6975f2c6baad684470e6be90ece (diff)
downloadlibmicrohttpd-899950e3a063fa6f4593da6b5f11e60bd3bee884.tar.gz
libmicrohttpd-899950e3a063fa6f4593da6b5f11e60bd3bee884.zip
bootstrap: ensure that fallback path succeed
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