From e74de40434bd6cb2325ae674f3a89c99a9c6d433 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 30 Apr 2002 07:37:09 +0000 Subject: [PATCH] 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(-) diff --git a/guile-readline/autogen.sh b/guile-readline/autogen.sh index b02dcf203..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