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
This commit is contained in:
Guy Harris 2012-03-16 03:39:51 +00:00
parent 04acb74936
commit fe37c0ccb8
8 changed files with 18 additions and 1 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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>

View File

@ -1,5 +1,7 @@
# Note that this is NOT a relocatable package
# $Id$
# @configure_input@
%define ver @VERSION@
%define rel 2
%define prefix /usr

View File

@ -1,4 +1,5 @@
#!/bin/sh
# @configure_input@
#
# Checkinstall - perform preinstallation install checks.
#

View File

@ -1,4 +1,5 @@
# $Id$
# @configure_input@
PKG="@PACKAGE@"
NAME="@PACKAGE@ @VERSION@"
VERSION="@VERSION@"

View File

@ -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.

View File

@ -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.