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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/vms/Makefile.am
Date: Wed, 09 Nov 2005 10:46:11 -0500

Index: ccvs/vms/Makefile.am
diff -u ccvs/vms/Makefile.am:1.7 ccvs/vms/Makefile.am:1.8
--- ccvs/vms/Makefile.am:1.7    Wed Apr  6 20:43:14 2005
+++ ccvs/vms/Makefile.am        Wed Nov  9 15:46:10 2005
@@ -78,8 +78,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]