substitute @PACKAGE@ too
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 2 Feb 2004 19:33:40 +0000 (19:33 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 2 Feb 2004 19:33:40 +0000 (19:33 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@751 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/Makefile.am

index 240c56e..9927553 100644 (file)
@@ -123,6 +123,7 @@ pathsubst_RULES             =  s!@'PKGLIBDIR'@!$(pkglibdir)!g; \
                           s!@'LIBDIR'@!$(libdir)!g; \
                           s!@'MANDIR'@!$(mandir)!g; \
                           s!@'INCLUDEDIR'@!$(includedir)!g; \
+                          s!@'PACKAGE'@!$(PACKAGE)!g; \
                           s!@'PACKAGE_BUGREPORT'@!$(PACKAGE_BUGREPORT)!g; \
                           s!@'PACKAGE_NAME'@!$(PACKAGE_NAME)!g; \
                           s!@'PACKAGE_STRING'@!$(PACKAGE_STRING)!g; \