configure will now be updated by newrelease.

original commit: 91d235684b7ac4a1225b3c63ba5fef1551e5469c
This commit is contained in:
A. Green 2016-04-29 04:48:50 -06:00
parent 8fefc9a969
commit ca01aad3b2

View File

@ -64,7 +64,7 @@ endif
# clear running list of updated files
set updatedfiles = ()
workarea $M $W
./workarea $M $W
if ($status != 0) exit 1
cd $W
@ -87,6 +87,10 @@ sed -e "s/Chez Scheme Version [^ ]*/Chez Scheme Version $R/" \
../NOTICE > NOTICE
set updatedfiles = ($updatedfiles NOTICE)
sed -e "s/csv[0-9]\.[0-9]\(\.[0-9]\)\?/csv$R/" ../configure > configure
chmod +x configure
set updatedfiles = ($updatedfiles configure)
mkdir makefiles
sed -e "s/csv[0-9]\.[0-9]\(\.[0-9]\)\?/csv$R/" ../makefiles/Mf-install.in > makefiles/Mf-install.in
set updatedfiles = ($updatedfiles makefiles/Mf-install.in)