guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/qt ChangeLog Makefile.am


From: Gary Houston
Subject: guile/guile-core/qt ChangeLog Makefile.am
Date: Wed, 21 Nov 2001 18:35:15 -0500

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

Modified files:
        guile-core/qt  : 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/qt/ChangeLog.diff?cvsroot=OldCVS&tr1=1.40&tr2=1.41&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/qt/Makefile.am.diff?cvsroot=OldCVS&tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: guile/guile-core/qt/ChangeLog
diff -u guile/guile-core/qt/ChangeLog:1.40 guile/guile-core/qt/ChangeLog:1.41
--- guile/guile-core/qt/ChangeLog:1.40  Sun Nov  4 10:52:29 2001
+++ guile/guile-core/qt/ChangeLog       Wed Nov 21 18:35:15 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-04  Stefan Jahn  <address@hidden>
 
        * md/Makefile.am (EXTRA_DIST): Added `i386.asm'.
Index: guile/guile-core/qt/Makefile.am
diff -u guile/guile-core/qt/Makefile.am:1.14 
guile/guile-core/qt/Makefile.am:1.15
--- guile/guile-core/qt/Makefile.am:1.14        Sun Nov  4 10:52:29 2001
+++ guile/guile-core/qt/Makefile.am     Wed Nov 21 18:35:15 2001
@@ -36,7 +36,9 @@
 libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
 libqthreads_la_LDFLAGS = -rpath $(libdir) -version-info 
@LIBGUILEQTHREADS_INTERFACE_CURRENT@:@LIBGUILEQTHREADS_INTERFACE_REVISION@:@LIBGUILEQTHREADS_INTERFACE_AGE@
 -export-dynamic -no-undefined
 
-OMIT_DEPENDENCIES = 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 = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
 
 .s.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<



reply via email to

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