Blame SOURCES/autogen.noconfig

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