summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-30 14:52:54 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-30 14:52:54 +0000
commitc115b2abce48de62313f6575761c99f570cf8596 (patch)
treeea1e26457b51ff694e4b5844f367d9e2e9e6609a
parentc4cf41f058dd9fade1e4372775d1e053f65b2a30 (diff)
downloadmdk-c115b2abce48de62313f6575761c99f570cf8596.tar.gz
mdk-c115b2abce48de62313f6575761c99f570cf8596.tar.bz2
do not run configure.
-rwxr-xr-xautogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 6b65a97..8f3c83b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -54,11 +54,6 @@ test $TEST_TYPE $FILE || {
exit 1
}
-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
-
case $CC in
*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
esac
@@ -79,8 +74,3 @@ automake -a --gnu $am_opt
echo "Running autoconf ..."
autoconf
cd $ORIGDIR
-
-$srcdir/configure --enable-maintainer-mode "$@"
-
-echo
-echo "Now run GNU Make to compile $PROJECT."