From f9b6feaef5976b1c489c9e8da4658dbfba36658c Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 16 May 2018 17:16:45 +0200 Subject: [PATCH] don't call automake in autogen.sh https://pagure.io/newt/issue/4 --- autogen.sh | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) 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 -- 2.47.3