cpp: preprocess eruby templates on ./bootstrap; released package doesn't require erb

This commit is contained in:
frsyuki 2009-08-19 17:47:22 +09:00
parent 387eca6fbf
commit 3a39accb0b
5 changed files with 2 additions and 38 deletions

View file

@ -31,11 +31,8 @@ if test x"$1" = x"--help"; then
fi
#if [ -z "$NO_NEST" ];then
# cd c && ./bootstrap $@; cd ..
# cd cpp && ./bootstrap $@; cd ..
#fi
mkdir -p ac
(cd cpp && ./preprocess.sh $@; cd ..)
ACLOCAL="aclocal"