summaryrefslogtreecommitdiff
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
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
-rw-r--r--doxygen.cfg.in3
-rw-r--r--epan/doxygen.cfg.in3
-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
-rw-r--r--ui/doxygen.cfg.in3
-rw-r--r--ui/gtk/doxygen.cfg.in3
8 files changed, 18 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 575b884a95..640b0fdcc1 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -1,3 +1,6 @@
+# $Id$
+# @configure_input@
+
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
diff --git a/epan/doxygen.cfg.in b/epan/doxygen.cfg.in
index db759948e1..4e91a21da7 100644
--- a/epan/doxygen.cfg.in
+++ b/epan/doxygen.cfg.in
@@ -1,3 +1,6 @@
+# $Id$
+# @configure_input@
+
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
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@"
diff --git a/ui/doxygen.cfg.in b/ui/doxygen.cfg.in
index a13a95f983..1268ca4c1a 100644
--- a/ui/doxygen.cfg.in
+++ b/ui/doxygen.cfg.in
@@ -1,3 +1,6 @@
+# $Id$
+# @configure_input@
+
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
diff --git a/ui/gtk/doxygen.cfg.in b/ui/gtk/doxygen.cfg.in
index 05b425271a..86ba7b7c57 100644
--- a/ui/gtk/doxygen.cfg.in
+++ b/ui/gtk/doxygen.cfg.in
@@ -1,3 +1,6 @@
+# $Id$
+# @configure_input@
+
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.