summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-04-30 07:41:36 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-04-30 07:41:36 +0000
commit87ea4cd389f5606dfdeafaf43bade89b919c328e (patch)
tree9aabc6366126d5e61660b6d13708d602aafc0a86
parent3eb1560b510d1404836529c4a792577c63480004 (diff)
downloadguile-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).
-rwxr-xr-xguile-readline/autogen.sh3
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