cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/windows-NT ChangeLog Makefile.am Makefile....


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog Makefile.am Makefile....
Date: Tue, 21 Aug 2007 22:36:34 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     07/08/21 22:36:34

Modified files:
        windows-NT     : ChangeLog Makefile.am Makefile.in config.h 
                         config.h.in config.h.in.in stamp-chi 
        windows-NT/SCC : Makefile.in 

Log message:
        * configure.in.in, Makefile.am: Use new PACKAGE_CONFIG string defined

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/ChangeLog?cvsroot=cvs&r1=1.392&r2=1.393
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/Makefile.am?cvsroot=cvs&r1=1.37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/Makefile.in?cvsroot=cvs&r1=1.137&r2=1.138
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h?cvsroot=cvs&r1=1.213&r2=1.214
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in?cvsroot=cvs&r1=1.141&r2=1.142
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in.in?cvsroot=cvs&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stamp-chi?cvsroot=cvs&r1=1.124&r2=1.125
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/SCC/Makefile.in?cvsroot=cvs&r1=1.97&r2=1.98

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/ChangeLog,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -b -r1.392 -r1.393
--- ChangeLog   25 Sep 2006 10:38:20 -0000      1.392
+++ ChangeLog   21 Aug 2007 22:36:34 -0000      1.393
@@ -1,3 +1,8 @@
+2007-08-21  Derek Price  <address@hidden>
+
+       * configure.in.in, Makefile.am: Use new PACKAGE_CONFIG string defined
+       by configure.
+
 2006-09-25  Mark D. Baushke  <address@hidden>
 
        * config.h.in.in: Update from ../config.h.in

Index: Makefile.am
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- Makefile.am 2 Sep 2006 23:18:00 -0000       1.37
+++ Makefile.am 21 Aug 2007 22:36:34 -0000      1.38
@@ -74,7 +74,7 @@
        @echo " *" >>config.tmp
        @echo " * Edit config.h.in instead." >>config.tmp
        @echo " */" >>config.tmp
-       sed -e "s/%PACKAGE_STRING%/$(PACKAGE_STRING)/" \
+       sed -e "s/%PACKAGE_CONFIG%/$(PACKAGE_CONFIG)/" \
            -e "s/%PACKAGE_BUGREPORT%/$(PACKAGE_BUGREPORT)/" \
            <$(srcdir)/config.h.in >>config.tmp
        @cmp -s config.tmp $(srcdir)/config.h \

Index: Makefile.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/Makefile.in,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -b -r1.137 -r1.138
--- Makefile.in 21 Aug 2007 18:42:56 -0000      1.137
+++ Makefile.in 21 Aug 2007 22:36:34 -0000      1.138
@@ -254,6 +254,7 @@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_CONFIG = @PACKAGE_CONFIG@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
@@ -705,7 +706,7 @@
        @echo " *" >>config.tmp
        @echo " * Edit config.h.in instead." >>config.tmp
        @echo " */" >>config.tmp
-       sed -e "s/%PACKAGE_STRING%/$(PACKAGE_STRING)/" \
+       sed -e "s/%PACKAGE_CONFIG%/$(PACKAGE_CONFIG)/" \
            -e "s/%PACKAGE_BUGREPORT%/$(PACKAGE_BUGREPORT)/" \
            <$(srcdir)/config.h.in >>config.tmp
        @cmp -s config.tmp $(srcdir)/config.h \

Index: config.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -b -r1.213 -r1.214
--- config.h    21 Aug 2007 18:42:56 -0000      1.213
+++ config.h    21 Aug 2007 22:36:34 -0000      1.214
@@ -1065,11 +1065,15 @@
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "address@hidden"
 
+/* Define this to PACKAGE_STRING plus configuration data ("(client)",
+   "(client/server)", etc.). */
+#define PACKAGE_CONFIG "Concurrent Versions System (CVS) 1.12.13.1"
+
 /* Define to the full name of this package. */
 #undef PACKAGE_NAME
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.12.13.1"
+#undef PACKAGE_STRING
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME

Index: config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- config.h.in 21 Aug 2007 18:42:56 -0000      1.141
+++ config.h.in 21 Aug 2007 22:36:34 -0000      1.142
@@ -1058,11 +1058,15 @@
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "%PACKAGE_BUGREPORT%"
 
+/* Define this to PACKAGE_STRING plus configuration data ("(client)",
+   "(client/server)", etc.). */
+#define PACKAGE_CONFIG "%PACKAGE_CONFIG%"
+
 /* Define to the full name of this package. */
 #undef PACKAGE_NAME
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "%PACKAGE_STRING%"
+#undef PACKAGE_STRING
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME

Index: config.h.in.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- config.h.in.in      25 Sep 2006 10:38:20 -0000      1.63
+++ config.h.in.in      21 Aug 2007 22:36:34 -0000      1.64
@@ -1053,11 +1053,15 @@
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "%PACKAGE_BUGREPORT%"
 
+/* Define this to PACKAGE_STRING plus configuration data ("(client)",
+   "(client/server)", etc.). */
+#define PACKAGE_CONFIG "%PACKAGE_CONFIG%"
+
 /* Define to the full name of this package. */
 #undef PACKAGE_NAME
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "%PACKAGE_STRING%"
+#undef PACKAGE_STRING
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME

Index: stamp-chi
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stamp-chi,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- stamp-chi   21 Aug 2007 18:42:56 -0000      1.124
+++ stamp-chi   21 Aug 2007 22:36:34 -0000      1.125
@@ -1058,11 +1058,15 @@
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "%PACKAGE_BUGREPORT%"
 
+/* Define this to PACKAGE_STRING plus configuration data ("(client)",
+   "(client/server)", etc.). */
+#define PACKAGE_CONFIG "%PACKAGE_CONFIG%"
+
 /* Define to the full name of this package. */
 #undef PACKAGE_NAME
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "%PACKAGE_STRING%"
+#undef PACKAGE_STRING
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME

Index: SCC/Makefile.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/SCC/Makefile.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- SCC/Makefile.in     21 Aug 2007 18:42:56 -0000      1.97
+++ SCC/Makefile.in     21 Aug 2007 22:36:34 -0000      1.98
@@ -239,6 +239,7 @@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_CONFIG = @PACKAGE_CONFIG@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@




reply via email to

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