aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-26 14:11:58 +0000
committerMatthias Klose <doko@gcc.gnu.org>2009-04-26 14:11:58 +0000
commit2a8428f804d9d2dfa6de65d4158f8930903405b7 (patch)
treeaec298c103ba694cc06634e6b17402159200b4eb /libjava/configure
parent4b97723d58875b0056b9158260d4902dcd261c7b (diff)
downloadgcc-2a8428f804d9d2dfa6de65d4158f8930903405b7.zip
gcc-2a8428f804d9d2dfa6de65d4158f8930903405b7.tar.gz
gcc-2a8428f804d9d2dfa6de65d4158f8930903405b7.tar.bz2
aot-compile.in: Print diagnostics for malformed or invalid class files.
2009-04-26 Matthias Klose <doko@ubuntu.com> * contrib/aot-compile.in: Print diagnostics for malformed or invalid class files. * contrib/generate-cacerts.pl.in: New. * configure.ac (AC_CONFIG_FILES): Add generate-cacerts.pl. From-SVN: r146802
Diffstat (limited to 'libjava/configure')
-rwxr-xr-xlibjava/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/configure b/libjava/configure
index b3d5394..ffb4682 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -28312,7 +28312,7 @@ echo "${ECHO_T}arch directory: ${host_cpu}" >&6
fi
- ac_config_files="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gcj/Makefile include/Makefile testsuite/Makefile contrib/aotcompile.py contrib/aot-compile contrib/aot-compile-rpm contrib/rebuild-gcj-db"
+ ac_config_files="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gcj/Makefile include/Makefile testsuite/Makefile contrib/aotcompile.py contrib/aot-compile contrib/aot-compile-rpm contrib/generate-cacerts.pl contrib/rebuild-gcj-db"
if test ${multilib} = yes; then
@@ -29562,6 +29562,7 @@ do
"contrib/aotcompile.py" ) CONFIG_FILES="$CONFIG_FILES contrib/aotcompile.py" ;;
"contrib/aot-compile" ) CONFIG_FILES="$CONFIG_FILES contrib/aot-compile" ;;
"contrib/aot-compile-rpm" ) CONFIG_FILES="$CONFIG_FILES contrib/aot-compile-rpm" ;;
+ "contrib/generate-cacerts.pl" ) CONFIG_FILES="$CONFIG_FILES contrib/generate-cacerts.pl" ;;
"contrib/rebuild-gcj-db" ) CONFIG_FILES="$CONFIG_FILES contrib/rebuild-gcj-db" ;;
"scripts/jar" ) CONFIG_FILES="$CONFIG_FILES scripts/jar" ;;
"include/platform.h" ) CONFIG_LINKS="$CONFIG_LINKS include/platform.h:include/$PLATFORMH" ;;