From: Enrico Scholz Date: Thu, 9 Oct 2003 01:46:30 +0000 (+0000) Subject: added some standard-tools to the %.pathsubst rules X-Git-Tag: VERSION_0_10~1289 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e4b455476e2906103c20660a8fa7fb2486a818;p=util-vserver.git added some standard-tools to the %.pathsubst rules git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@69 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/Makefile.am b/util-vserver/Makefile.am index 526fc47..df3ac84 100644 --- a/util-vserver/Makefile.am +++ b/util-vserver/Makefile.am @@ -84,6 +84,13 @@ pathconfig.h: .pathconfig.h.pathsubst.stamp s!@'PACKAGE_STRING'@!$(PACKAGE_STRING)!g; \ s!@'PACKAGE_TARNAME'@!$(PACKAGE_TARNAME)!g; \ s!@'PACKAGE_VERSION'@!$(PACKAGE_VERSION)!g; \ + s!@'AWK'@!$(AWK)!g; \ + s!@'GREP'@!$(GREP)!g; \ + s!@'IP'@!$(IP)!g; \ + s!@'MOUNT'@!$(MOUNT)!g; \ + s!@'NICE'@!$(NICE)!g; \ + s!@'VCONFIG'@!$(VCONFIG)!g; \ + s!@'WC'@!$(WC)!g; \ ' '$<' >'$@.tmp' @if cmp -s '$@.tmp' '$*'; then \ echo "... no changes, reusing old version"; \