Blame SOURCES/autogen.noconfig

db363b
diff -up lasso-2.7.0/autogen.sh.noconfig lasso-2.7.0/autogen.sh
db363b
--- lasso-2.7.0/autogen.sh.noconfig	2021-06-28 22:39:00.473005330 +0200
db363b
+++ lasso-2.7.0/autogen.sh	2021-06-28 22:39:43.028114738 +0200
db363b
@@ -77,11 +77,6 @@ test $TEST_TYPE $FILE || {
db363b
 	exit 1
db363b
 }
db363b
 
db363b
-if test "$#" = 0; then
db363b
-	echo "I am going to run ./configure with no arguments - if you wish "
db363b
-        echo "to pass any to it, please specify them on the $0 command line."
db363b
-fi
db363b
-
db363b
 # to support timj aclocal setup we are shipping gnome-doc-utils.m4
db363b
 # and making sure automake picks it up ;)
db363b
 # this is bad as -I prepends to the search path
db363b
@@ -107,12 +102,3 @@ autoconf || exit $?
db363b
 
db363b
 echo "* Running $AUTOMAKE"
db363b
 $AUTOMAKE --add-missing -Wno-portability $am_opt || exit $?
db363b
-
db363b
-cd "$THEDIR"
db363b
-
db363b
-if [ "$1" != "noconfig" ]; then
db363b
-	$srcdir/configure --enable-gtk-doc --enable-maintainer-mode "$@" || exit $?
db363b
-fi
db363b
-
db363b
-echo
db363b
-echo "Now type 'make install' to install $PROJECT."