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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-06-12 20:17:31 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-06-12 20:17:31 +0400
commitfce97bace2796b426ab4df9384d9f3e93819b3e5 (patch)
treed726d1d350940fae63efa57cb80d0a96816a836e /autogen.sh
parent027643c6d2d66f046a519445c58036b6a6f4a437 (diff)
Makes kdevelop non-default builds work properly
git-svn-id: http://svn.xiph.org/trunk/speex@13131 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bf650f2..6dd3695 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -119,4 +119,5 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
-$srcdir/configure --enable-maintainer-mode "$@" && echo
+#$srcdir/configure --enable-maintainer-mode "$@" && echo
+echo "You can now run configure"