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:
authorRon <ron@debian.org>2015-09-26 04:40:18 +0300
committerRon <ron@debian.org>2015-09-26 04:40:18 +0300
commit9172c7ef85fbf058027528d48ededbc7ca847908 (patch)
tree97edef09e8a12fc030b75951d6dcdb4b37980c5f
parent338d893197220486b01f844d84fed36743bb433c (diff)
Remove spurious ACLOCAL_FLAGS variable from autogen.sh.
And we can drop the mkdir here now too, since we actually include things of our own in that directory now so it does already exist.
-rwxr-xr-xautogen.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index b58da31..dc6f711 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,8 +7,5 @@ test -n "$srcdir" && cd "$srcdir"
echo "Updating build configuration files, please wait...."
-mkdir -p m4
-
-ACLOCAL_FLAGS="-I m4"
autoreconf -if