guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog Makefile.am


From: Gary Houston
Subject: guile/guile-core/libguile ChangeLog Makefile.am
Date: Wed, 21 Nov 2001 18:34:40 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/11/21 18:34:40

Modified files:
        guile-core/libguile: ChangeLog Makefile.am 

Log message:
        * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
        obsolete.  autogen.sh says:
        invalid unused variable name: `OMIT_DEPENDENCIES'

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1562&tr2=1.1563&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/Makefile.am.diff?cvsroot=OldCVS&tr1=1.151&tr2=1.152&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1562 
guile/guile-core/libguile/ChangeLog:1.1563
--- guile/guile-core/libguile/ChangeLog:1.1562  Wed Nov 21 18:23:53 2001
+++ guile/guile-core/libguile/ChangeLog Wed Nov 21 18:34:40 2001
@@ -1,3 +1,9 @@
+2001-11-21  Gary Houston  <address@hidden>
+
+       * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
+       obsolete.  autogen.sh says:
+       invalid unused variable name: `OMIT_DEPENDENCIES'
+
 2001-11-22  Dirk Herrmann  <address@hidden>
 
        * numbers.c (scm_divide):  Fix (/ 0).  Thanks to Keith Wright for
Index: guile/guile-core/libguile/Makefile.am
diff -u guile/guile-core/libguile/Makefile.am:1.151 
guile/guile-core/libguile/Makefile.am:1.152
--- guile/guile-core/libguile/Makefile.am:1.151 Wed Nov 21 15:21:39 2001
+++ guile/guile-core/libguile/Makefile.am       Wed Nov 21 18:34:40 2001
@@ -99,8 +99,11 @@
 
 ## In next release, threads will be factored out of libguile.
 ## Until then, the machine specific headers is a temporary kludge.
-OMIT_DEPENDENCIES = libguile.h ltdl.h \
-    axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
+
+# Seems to be obsolete - autogen.sh is giving:
+# invalid unused variable name: `OMIT_DEPENDENCIES'
+#OMIT_DEPENDENCIES = libguile.h ltdl.h \
+#    axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
 
 ## delete guile-snarf.awk from the installation bindir, in case it's
 ## lingering there due to an earlier guile version not having been



reply via email to

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