summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
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 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 78c60dbc3..c3498d0cb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,8 @@
exit 1
}
-aclocal -I .
+./guile-aclocal.sh
+
libtoolize --copy --automake --ltdl
autoheader
autoconf