Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-30 04:15:49 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-30 04:15:49 +0300
commit14191b3ccd9020928a6e62908534d41565b92ee3 (patch)
tree2c8034df4b2144a91f95c1520e6cbd2d0946ee27 /autogen.sh
parent013c31d6e69abccc1135b40ab966174addc14348 (diff)
Added pitch analysis. Doesn't crash, but otherwise untested.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 67c73ea..9abad56 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -94,11 +94,6 @@ if test "$DIE" -eq 1; then
exit 1
fi
-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
-
echo "Generating configuration files for $package, please wait...."
echo " $ACLOCAL $ACLOCAL_FLAGS"