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.am


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

Index: ccvs/windows-NT/Makefile.am
diff -u ccvs/windows-NT/Makefile.am:1.27 ccvs/windows-NT/Makefile.am:1.28
--- ccvs/windows-NT/Makefile.am:1.27    Wed Mar 23 00:04:33 2005
+++ ccvs/windows-NT/Makefile.am Tue Sep 20 02:49:54 2005
@@ -68,8 +68,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)
@@ -88,11 +89,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]