From: Miroslav Lichvar Date: Wed, 16 May 2018 15:16:45 +0000 (+0200) Subject: don't call automake in autogen.sh X-Git-Tag: r0-52-21~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9b6feaef5976b1c489c9e8da4658dbfba36658c;p=thirdparty%2Fnewt.git don't call automake in autogen.sh https://pagure.io/newt/issue/4 --- diff --git a/autogen.sh b/autogen.sh index 7c748d3..940cdac 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,5 +2,4 @@ autoheader autoconf -automake --foreign -a -c -f make -C po diff --git a/configure.ac b/configure.ac index 67bcd23..30b3d3d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,6 @@ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [NEWT Version String]) AC_SUBST([VERSION]) AC_SUBST([SONAME]) AC_PROG_CC -AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_GREP AC_SYS_LARGEFILE