gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/02: bootstrap: ensure that fallback path succeed


From: gnunet
Subject: [libmicrohttpd] 01/02: bootstrap: ensure that fallback path succeed
Date: Wed, 20 Jan 2021 08:21:19 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 899950e3a063fa6f4593da6b5f11e60bd3bee884
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 19 17:58:56 2021 +0300

    bootstrap: ensure that fallback path succeed
---
 bootstrap | 1 +
 1 file changed, 1 insertion(+)

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
         echo "Autotools failed, retrying with autoreconf..."
         if ! autoreconf -i ${1+"$@"} ; then
             echo "Failed to autoreconf, retrying with force install..."
+            rm m4/po.m4 # Version of po.m4 should match installed po/* files
             if ! autoreconf -i -f ${1+"$@"} ; then
                 echo "*** Failed to create 'configure' and other autotools 
generated files. ***" >&2
                 exit 1

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]