diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-14 15:22:36 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-14 15:22:36 +0000 |
commit | 54acb123bc846eb69266084985a3698818eae0de (patch) | |
tree | 3a1a553b6e4a7aca2a862eebf22cac6245cad377 /autogen.sh | |
parent | 450f2decdd432d620fd46d8f2f808398e988456a (diff) | |
download | mpd-54acb123bc846eb69266084985a3698818eae0de.tar.gz mpd-54acb123bc846eb69266084985a3698818eae0de.tar.xz mpd-54acb123bc846eb69266084985a3698818eae0de.zip |
add non-standard m4's to mpd svn repository
git-svn-id: https://svn.musicpd.org/mpd/trunk@2655 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index ca1fdea5f..e71ab7bfe 100755 --- a/autogen.sh +++ b/autogen.sh @@ -96,6 +96,7 @@ fi echo "Generating configuration files for $package, please wait...." +ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I ./m4" if [ -d /usr/local/share/aclocal ]; then ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal" fi |