summaryrefslogtreecommitdiff
path: root/cpp/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-xcpp/bootstrap7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index d96749e14b..feb45f7510 100755
--- a/cpp/bootstrap
+++ b/cpp/bootstrap
@@ -4,11 +4,6 @@ aclocal -I m4
autoheader
libtoolize --automake
-# These are needed only if you don't already have the gen/*.{h,cpp} files.
-: ${JAVA=java}
-: ${JAVAC=javac}
-export JAVA JAVAC
-
# Generate (for automake) lots of repetitive parts of tests/Makefile.am.
(cd src/tests && rm -f gen.mk
perl -ne '/^(include |if |else|endif)/ or print' Makefile.am \
@@ -21,8 +16,6 @@ cat > src/rubygen.mk <<EOF
\$(rgen_cmd)
EOF
-touch src/generate.mk
-
automake
autoconf