--- code/trunk/PrepareRelease 2007/04/18 09:12:14 153 +++ code/trunk/PrepareRelease 2007/06/13 15:17:05 183 @@ -183,6 +183,11 @@ 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 @@ close OUT; END +echo Done + #End