cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/vms/Makefile.in [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/vms/Makefile.in [cvs1-11-x-branch]
Date: Wed, 09 Nov 2005 10:41:24 -0500

Index: ccvs/vms/Makefile.in
diff -u ccvs/vms/Makefile.in:1.22.4.13 ccvs/vms/Makefile.in:1.22.4.14
--- ccvs/vms/Makefile.in:1.22.4.13      Sat Sep 24 23:53:01 2005
+++ ccvs/vms/Makefile.in        Wed Nov  9 15:41:22 2005
@@ -367,8 +367,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]