blob: f2501289947c8c10a7727236f18fb9c1cc398d7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- autogen.sh.orig 2019-10-02 12:52:19 UTC
+++ autogen.sh
@@ -169,12 +169,3 @@ $AUTOMAKE --add-missing --copy $AUTOMAKE
echo " autoconf"
autoconf
-
-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."
-else
- echo "running ./configure $@"
-fi
-
-$srcdir/configure "$@" && echo
|