diff options
Diffstat (limited to 'cpp/bootstrap')
| -rwxr-xr-x | cpp/bootstrap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap index 4a0d2cf86b..d56ae5bef4 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -14,13 +14,9 @@ export JAVA JAVAC perl -ne '/^(include |if |else|endif)/ or print' Makefile.am \ | make -f - abs_srcdir=`dirname $(pwd)` gen.mk > /dev/null ) -# Bootstrap generated code. -(cd src; ./generate.sh) - automake autoconf - if [ "$1" = "-build" -o "$1" = "--build" ] ; then shift ./configure "$@" |
