From ce5be0640b05c0e390b0170f1b248c99b935dc19 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 5 Jan 2021 15:23:13 -0300 Subject: [PATCH] Working on arch build. --- autogen.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 8866cb6..8eea9b1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ olddir=`pwd` cd "$srcdir" mkdir -p scripts -automake --add-missing 2> /dev/null | true +mkdir -p m4 libtoolize --force if test $? != 0 ; then @@ -33,6 +33,8 @@ if test $? != 0 ; then exit -1 fi +automake --add-missing 2> /dev/null | true + cd "$olddir" test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" -- libgit2 0.21.2