diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-30 14:52:54 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-30 14:52:54 +0000 |
commit | 1efa11647b04cba464efb70e71fec73f524e9634 (patch) | |
tree | 1e0de83f31bd2f6d0b45f2cbb892f07e50c0f9a9 | |
parent | f3da911a3290707de629bea5d0052cf8dd4fbf5e (diff) | |
download | mdk-1efa11647b04cba464efb70e71fec73f524e9634.tar.gz mdk-1efa11647b04cba464efb70e71fec73f524e9634.tar.bz2 |
do not run configure.
-rwxr-xr-x | autogen.sh | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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." |