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:15:20 -0500

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Marius Vollmer <address@hidden> 01/11/12 17:15:20

Modified files:
        guile-core     : autogen.sh 

Log message:
        Pass `--force' to libtoolize.  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&only_with_tag=branch_release-1-6&tr1=1.11&tr2=1.11.2.1&r1=text&r2=text

Patches:
Index: guile/guile-core/autogen.sh
diff -u guile/guile-core/autogen.sh:1.11 guile/guile-core/autogen.sh:1.12
--- guile/guile-core/autogen.sh:1.11    Tue Jun 26 17:20:04 2001
+++ guile/guile-core/autogen.sh Thu Jul 12 14:34:39 2001
@@ -7,7 +7,7 @@
 
 ./guile-aclocal.sh
 
-libtoolize --copy --automake --ltdl
+libtoolize --copy --force --automake --ltdl
 autoheader
 autoconf
 automake --add-missing



reply via email to

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