summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2005-09-02 05:07:35 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2005-09-02 05:07:35 +0000
commit33f4ce575a995e33012d27629c0166ea3c5d211e (patch)
tree7eb3541448ecafec132f26901bf49d5f667d27ce /autogen.sh
parentb0a4ee3cfa4df7a3943bba1f39792bc9c0d02298 (diff)
downloadflac-33f4ce575a995e33012d27629c0166ea3c5d211e.tar.gz
add xmms.m4 to new m4/ directory as backup
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 e3abe1f8..088a64f7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -39,4 +39,4 @@ hacks=true
# http://lists.gnu.org/archive/html/libtool/2003-11/msg00131.html
#
-aclocal && libtoolize && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy
+aclocal -I m4 && libtoolize && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy