repo.or.cz
/
gambit-c.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add to Gambit REPL some functions to send SMS and take pictures (this functionnality...
[gambit-c.git]
/
misc
/
conf_msc
blob
fb828d6757f9de209e6ad4ceb24e0e5b1be7c96e
1
MAKEFILES="makefile lib/makefile gsi/makefile gsc/makefile check/makefile doc/makefile misc/makefile"
2
3
rm -f configur
4
echo > configur
5
rm -f config.status
6
echo > config.status
7
8
for mf in $MAKEFILES
9
do
10
if [ -n "${CPLUSPLUS-}" ]; then
11
sed -f misc/conf_mpp.sed $mf.in > $mf
12
else
13
sed -f misc/conf_msc.sed $mf.in > $mf
14
fi
15
done