summaryrefslogtreecommitdiff
path: root/guile-readline
diff options
context:
space:
mode:
authorMichael Livshin <mlivshin@bigfoot.com>2000-06-01 15:11:14 +0000
committerMichael Livshin <mlivshin@bigfoot.com>2000-06-01 15:11:14 +0000
commit65545721f3fb86724196dc7ce96ce39c210335d2 (patch)
tree73cbbbbca236c223a9ef4958920e173c5b12c9ff /guile-readline
parentd9c443919d262c45b5d509519bd567f68ba31600 (diff)
downloadguile-65545721f3fb86724196dc7ce96ce39c210335d2.tar.gz
autogen.sh: call ./guile-aclocal.sh instead of aclocal.
guile-readline/autogen.sh: call ../guile-aclocal.sh instead of aclocal. guile-aclocal.sh: new file, works around aclocal problems.
Diffstat (limited to 'guile-readline')
-rw-r--r--guile-readline/ChangeLog4
-rwxr-xr-xguile-readline/autogen.sh3
2 files changed, 6 insertions, 1 deletions
diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog
index b6f88e516..0ff562bc7 100644
--- a/guile-readline/ChangeLog
+++ b/guile-readline/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
+
+ * autogen.sh: call ../guile-aclocal.sh instead of aclocal
+
2000-05-01 Gary Houston <ghouston@arglist.com>
* readline.c: include libguile.h, not libguile/libguile.h.
diff --git a/guile-readline/autogen.sh b/guile-readline/autogen.sh
index 9ab3d7726..b3585c142 100755
--- a/guile-readline/autogen.sh
+++ b/guile-readline/autogen.sh
@@ -5,7 +5,8 @@
exit 1
}
-aclocal -I .
+../guile-aclocal.sh
+
libtoolize --copy --automake
autoconf
automake --add-missing