From 10eb1ef8e00bc6717dd36605e484b60f14201810 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 4 Jul 2021 19:18:55 -0600 Subject: [PATCH] autogen.sh: remove the bogus "-I admin" option to aclocal In addition, remove some code we do not use or need. --- cde/autogen.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/cde/autogen.sh b/cde/autogen.sh index 9461dd37a..572a59454 100755 --- a/cde/autogen.sh +++ b/cde/autogen.sh @@ -3,21 +3,12 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -THEDIR="`pwd`" cd "$srcdir" -DIE=0 libtoolize --force --automake -aclocal -I admin +aclocal autoconf -f autoheader automake --foreign --include-deps --add-missing -#if test -z "$*"; then -# echo "I am going to run ./configure with no arguments - if you wish " -# echo "to pass any to it, please specify them on the $0 command line." -#fi -# -#cd "$THEDIR" -# -#$srcdir/configure "$@" +exit $?