aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-16 03:39:51 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-16 03:39:51 +0000
commitfe37c0ccb856c4bd59c22029011ca0e0144e81a4 (patch)
tree1a58faffb474c0cf15df598ab179458ddb0e5ce5 /packaging/svr4
parent04acb7493618079692c002ef26f10b447137d4da (diff)
Add @configure_input@ to a bunch of .in files that didn't have it.
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
Diffstat (limited to 'packaging/svr4')
-rwxr-xr-xpackaging/svr4/checkinstall.in1
-rw-r--r--packaging/svr4/pkginfo.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index 2c928409f5..e8afe11fb9 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -1,4 +1,5 @@
#!/bin/sh
+# @configure_input@
#
# Checkinstall - perform preinstallation install checks.
#
diff --git a/packaging/svr4/pkginfo.in b/packaging/svr4/pkginfo.in
index b79386e70a..065f02b284 100644
--- a/packaging/svr4/pkginfo.in
+++ b/packaging/svr4/pkginfo.in
@@ -1,4 +1,5 @@
# $Id$
+# @configure_input@
PKG="@PACKAGE@"
NAME="@PACKAGE@ @VERSION@"
VERSION="@VERSION@"