diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-04-30 07:41:36 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-04-30 07:41:36 +0000 |
commit | 87ea4cd389f5606dfdeafaf43bade89b919c328e (patch) | |
tree | 9aabc6366126d5e61660b6d13708d602aafc0a86 /guile-readline/autogen.sh | |
parent | 3eb1560b510d1404836529c4a792577c63480004 (diff) | |
download | guile-87ea4cd389f5606dfdeafaf43bade89b919c328e.tar.gz |
Invoke plain aclocal instead of guile-aclocal.sh. We don't need the
Guile m4 macros and the previous invocation of guile-aclocal.sh
created the aclocal.m4 file in the wrong directory (see change from
2002-04-26).
Diffstat (limited to 'guile-readline/autogen.sh')
-rwxr-xr-x | guile-readline/autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guile-readline/autogen.sh b/guile-readline/autogen.sh index 0763c6912..587c072e2 100755 --- a/guile-readline/autogen.sh +++ b/guile-readline/autogen.sh @@ -5,8 +5,7 @@ exit 1 } -(cd .. && guile-aclocal.sh) - +aclocal libtoolize --copy --automake autoconf automake --add-missing |