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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-08-23 09:49:30 +0400
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-08-23 09:49:30 +0400
commit777ae577374ad346c2bc3096d3b30b1dcbc3033d (patch)
treec80f0723cb18c3352f8ec057bdeb698a083f4352 /autogen.sh
parentd26e59a0f90840de4d59947f9e3855adb8385db7 (diff)
...
git-svn-id: http://svn.xiph.org/trunk/speex@3873 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 233ab9c..2349e6b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -152,8 +152,7 @@ conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
- $srcdir/configure $conf_flags "$@" \
- && echo Now type \`make\' to compile $PKG_NAME || exit 1
+ $srcdir/configure $conf_flags "$@" || exit 1
else
echo Skipping configure process.
fi