gcjwebplugin.cc: Cope with the changed header file format.
[gcc.git] / libjava / aclocal.m4
index 5369251bd991fcb12767429794c20a2213624a2b..e1386e58c850663d764c3aa356567a383aea3093 100644 (file)
@@ -350,7 +350,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 # with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([AM_PROG_GCJ],[
-AC_CHECK_PROGS(GCJ, [gcj gcj-3.2 gcj-3.1 gcj-3.0 gcj-2.95], gcj)
+AC_CHECK_PROGS(GCJ, gcj, gcj)
 test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH])
 if test "x${GCJFLAGS-unset}" = xunset; then
    GCJFLAGS="-g -O2"
@@ -926,6 +926,7 @@ m4_include([../ltgcc.m4])
 m4_include([../ltoptions.m4])
 m4_include([../ltsugar.m4])
 m4_include([../ltversion.m4])
+m4_include([../lt~obsolete.m4])
 m4_include([mingwld.m4])
 m4_include([pkg.m4])
 m4_include([shlibpath.m4])