]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
don't call automake in autogen.sh
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 16 May 2018 15:16:45 +0000 (17:16 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 16 May 2018 15:23:19 +0000 (17:23 +0200)
https://pagure.io/newt/issue/4

autogen.sh
configure.ac

index 7c748d38921151b5612e1d9038a985ff901d9d84..940cdac2c890073b406e8bcb8e1c58f4d90f6f10 100755 (executable)
@@ -2,5 +2,4 @@
 
 autoheader
 autoconf
-automake --foreign -a -c -f
 make -C po
index 67bcd23cb7dacc4462bdf644899141348512471d..30b3d3de76ff0139920757654f96f1d0fad01d18 100644 (file)
@@ -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