diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-09 04:23:20 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-09 04:23:20 +0000 |
commit | 6d0a33826ad5b4f9acf12c752a6dfc4f12f8c16f (patch) | |
tree | 4610688b297a99da29ce0cc0e6d17d457c240d16 | |
parent | ea5745e85c4e66b92b11d1c1f645a31f96aa908a (diff) | |
download | xine-lib-6d0a33826ad5b4f9acf12c752a6dfc4f12f8c16f.tar.gz xine-lib-6d0a33826ad5b4f9acf12c752a6dfc4f12f8c16f.tar.bz2 |
Updated aclocal call. No need to have variable $aclocalinclude.
CVS patchset: 3207
CVS date: 2002/11/09 04:23:20
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 1e6009816..b941f859c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -139,9 +139,9 @@ run_aclocal () { echo $_echo_n " + Running aclocal: $_echo_c" if test x"$aclocal_1_6x" = x"yes"; then - aclocal-1.6 $aclocalinclude -I m4 + aclocal-1.6 -I m4 else - aclocal $aclocalinclude -I m4 + aclocal -I m4 fi echo "done." } |