guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core autogen.sh


From: Marius Vollmer
Subject: guile/guile-core autogen.sh
Date: Mon, 12 Nov 2001 17:16:27 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/11/12 17:16:27

Modified files:
        guile-core     : autogen.sh 

Log message:
        Recurse into libltdl directory and invoke autoconf there.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/autogen.sh.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: guile/guile-core/autogen.sh
diff -u guile/guile-core/autogen.sh:1.12 guile/guile-core/autogen.sh:1.13
--- guile/guile-core/autogen.sh:1.12    Thu Jul 12 14:34:39 2001
+++ guile/guile-core/autogen.sh Mon Nov 12 17:16:27 2001
@@ -12,6 +12,10 @@
 autoconf
 automake --add-missing
 
+# Make sure that libltdl uses the same autoconf version as the rest.
+#
+( echo "libltdl..."; cd libltdl; autoconf )
+
 ( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
 
 echo "Now run configure and make."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]