summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-13 15:17:05 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-13 15:17:05 +0000
commitc686f70f7858089f401d414902a66c09e668e1eb (patch)
treeccd30af1a810c285ba1e7ac70b6105a894d8f820
parent534f2ef23d3192cd74ec86f44c60ff5a7cb957a0 (diff)
downloadpcre-c686f70f7858089f401d414902a66c09e668e1eb.tar.gz
Make sure config.h.generic and pcre.h.generic are always "standard".
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@183 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rwxr-xr-xPrepareRelease7
1 files changed, 7 insertions, 0 deletions
diff --git a/PrepareRelease b/PrepareRelease
index c4447ca..cdf98bd 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -183,6 +183,11 @@ files="\
echo Detrailing
./Detrail $files doc/p* doc/html/*
+echo Doing basic configure to get default pcre.h and config.h
+# This is in case the caller has set aliases (as I do - PH)
+unset cp ls mv rm
+./configure >/dev/null
+
echo Converting pcre.h and config.h to generic forms
cp -f pcre.h pcre.h.generic
@@ -206,4 +211,6 @@ perl <<'END'
close OUT;
END
+echo Done
+
#End