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 [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/windows-NT/Makefile.in [cvs1-11-x-branch]
Date: Mon, 19 Sep 2005 22:38:06 -0400

Index: ccvs/windows-NT/Makefile.in
diff -u ccvs/windows-NT/Makefile.in:1.29.4.16 
ccvs/windows-NT/Makefile.in:1.29.4.17
--- ccvs/windows-NT/Makefile.in:1.29.4.16       Tue Mar 15 21:56:56 2005
+++ ccvs/windows-NT/Makefile.in Tue Sep 20 02:38:02 2005
@@ -508,8 +508,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)




reply via email to

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