c and c++: rewritten and integrated

This commit is contained in:
frsyuki (none)
2009-02-22 15:14:21 +09:00
parent 761b398083
commit cbf7afc1cc
44 changed files with 1035 additions and 1124 deletions

View File

@@ -31,10 +31,10 @@ if test x"$1" = x"--help"; then
fi
if [ -z "$NO_NEST" ];then
cd c && ./bootstrap $@; cd ..
cd cpp && ./bootstrap $@; cd ..
fi
#if [ -z "$NO_NEST" ];then
# cd c && ./bootstrap $@; cd ..
# cd cpp && ./bootstrap $@; cd ..
#fi
ACLOCAL="aclocal"