From 87ea4cd389f5606dfdeafaf43bade89b919c328e Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 30 Apr 2002 07:41:36 +0000 Subject: 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). --- guile-readline/autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'guile-readline/autogen.sh') 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 -- cgit v1.2.1