aboutsummaryrefslogtreecommitdiff
path: root/common/autogen.sh
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
commite7bd2d1954b8e9ec7b9d5e3b1dae30ef97d69032 (patch)
treebb70cd86f0ad1263b83d19e688815699006efaab /common/autogen.sh
parente9372d1375b01e8aa47bc6e848ddbbf139fe9cb8 (diff)
+ eliminated build-time dependence on svn:special symlinks
svn path=/trunk/externals/moocow/; revision=10845
Diffstat (limited to 'common/autogen.sh')
-rwxr-xr-xcommon/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/autogen.sh b/common/autogen.sh
index 3e88258..21dcf50 100755
--- a/common/autogen.sh
+++ b/common/autogen.sh
@@ -11,7 +11,7 @@ MY_AHDIRS="."
MY_AMDIRS="."
MY_ACDIRS="."
-test -z "$ACLOCAL" && ACLOCAL="aclocal -I m4"
+test -z "$ACLOCAL" && ACLOCAL="aclocal -I common/m4"
test -z "$AUTOHEADER" && AUTOHEADER=autoheader
test -z "$AUTOMAKE" && AUTOMAKE=automake
test -z "$AUTOCONF" && AUTOCONF=autoconf