| 183 |
echo Detrailing |
echo Detrailing |
| 184 |
./Detrail $files doc/p* doc/html/* |
./Detrail $files doc/p* doc/html/* |
| 185 |
|
|
| 186 |
|
echo Doing basic configure to get default pcre.h and config.h |
| 187 |
|
# This is in case the caller has set aliases (as I do - PH) |
| 188 |
|
unset cp ls mv rm |
| 189 |
|
./configure >/dev/null |
| 190 |
|
|
| 191 |
echo Converting pcre.h and config.h to generic forms |
echo Converting pcre.h and config.h to generic forms |
| 192 |
cp -f pcre.h pcre.h.generic |
cp -f pcre.h pcre.h.generic |
| 193 |
|
|
| 211 |
close OUT; |
close OUT; |
| 212 |
END |
END |
| 213 |
|
|
| 214 |
|
echo Done |
| 215 |
|
|
| 216 |
#End |
#End |