cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/windows-NT/Makefile.in


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/windows-NT/Makefile.in
Date: Mon, 19 Sep 2005 22:49:59 -0400

Index: ccvs/windows-NT/Makefile.in
diff -u ccvs/windows-NT/Makefile.in:1.103 ccvs/windows-NT/Makefile.in:1.104
--- ccvs/windows-NT/Makefile.in:1.103   Mon Sep 19 21:29:27 2005
+++ ccvs/windows-NT/Makefile.in Tue Sep 20 02:49:54 2005
@@ -622,8 +622,9 @@
        @echo " *" >>config.tmp
        @echo " * Edit config.h.in instead." >>config.tmp
        @echo " */" >>config.tmp
-       sed "s/%PACKAGE_VERSION%/$(VERSION)/" <$(srcdir)/config.h.in \
-         >>config.tmp
+       sed -e "s/%PACKAGE_STRING%/$(PACKAGE_STRING)/" \
+           -e "s/%PACKAGE_BUGREPORT%/$(PACKAGE_BUGREPORT)/" \
+           <$(srcdir)/config.h.in >>config.tmp
        @cmp -s config.tmp $(srcdir)/config.h \
          || (echo "Updating config.h"; \
              cp config.tmp $(srcdir)/config.h)
@@ -641,11 +642,12 @@
 # The following target exists for two reasons.  The first is so that the rule
 # for config.h.in above may be conditionally dependent on it and thus only
 # built in maintainer mode.  The second reason is so that the config.h.in, and
-# thus the config.h file only gets touched when it actually changes, which
+# thus the config.h file, only gets touched when it actually changes, which
 # could potentially save unnecessary rebuilds of many dependent files.
 #
-# This file is distributed since without it config.h.in will always be rebuilt
-# on the first run in maintainer mode, even if its dependencies are unchanged.
+# This file is distributed since, without it, config.h.in will always be
+# rebuilt on the first run in maintainer mode, even if its dependencies are
+# unchanged.
 stamp-chi: $(srcdir)/mkconfig.pl $(top_srcdir)/config.h.in \
           $(srcdir)/config.h.in.in $(srcdir)/config.h.in.footer
        @$(PERL) mkconfig.pl -q $(top_srcdir)/config.h.in \




reply via email to

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