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:
authorthomasvs <thomasvs@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-06-18 19:55:10 +0400
committerthomasvs <thomasvs@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-06-18 19:55:10 +0400
commit4ae3d455b841a355e86ac8930b8f170156020863 (patch)
tree05a1c7a1a5651b03001212c0b01d72f5181b2046 /autogen.sh
parentebf8a5c440663254075662d3e8638c291a6bea66 (diff)
enable maintainer mode for autogen builds by default
git-svn-id: http://svn.xiph.org/trunk/speex@9470 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2edf2ad..2b3f046 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -113,4 +113,4 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
-$srcdir/configure "$@" && echo
+$srcdir/configure --enable-maintainer-mode "$@" && echo