summaryrefslogtreecommitdiff
path: root/packaging
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
parent04acb7493618079692c002ef26f10b447137d4da (diff)
downloadwireshark-fe37c0ccb856c4bd59c22029011ca0e0144e81a4.tar.gz
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')
-rw-r--r--packaging/macosx/Info.plist.in3
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in2
-rwxr-xr-xpackaging/svr4/checkinstall.in1
-rw-r--r--packaging/svr4/pkginfo.in1
4 files changed, 6 insertions, 1 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index 8616958b2a..15b745a5de 100644
--- a/packaging/macosx/Info.plist.in
+++ b/packaging/macosx/Info.plist.in
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<!-- $Id -->
+<!-- $Id$ -->
+<!-- @configure_input@ -->
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 70cee0dac6..1f4182bea7 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -1,5 +1,7 @@
# Note that this is NOT a relocatable package
# $Id$
+# @configure_input@
+
%define ver @VERSION@
%define rel 2
%define prefix /usr
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@"