summaryrefslogtreecommitdiff
path: root/pcre-config.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-05 12:36:47 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-05 12:36:47 +0000
commit8ae0b4ccbefb07f479ab5cd2c357c153c6b553ad (patch)
treed09d13da9c0a5c979df307673de7024769eb8cc7 /pcre-config.in
parent5bdc3f16de2ec858899e83f62c1b631f03a64c36 (diff)
downloadpcre-8ae0b4ccbefb07f479ab5cd2c357c153c6b553ad.tar.gz
Applied Bob and Daniel's patches to convert the build system to automake. Added
the maintain directory, containing files that are used for maintenance, but are not distributed. This is an intermediate step. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@97 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre-config.in')
-rw-r--r--pcre-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre-config.in b/pcre-config.in
index 30d66ce..0953819 100644
--- a/pcre-config.in
+++ b/pcre-config.in
@@ -43,7 +43,7 @@ while test $# -gt 0; do
echo $exec_prefix
;;
--version)
- echo @PCRE_VERSION@
+ echo @PACKAGE_VERSION@
;;
--cflags | --cflags-posix)
if test @includedir@ != /usr/include ; then