Reported by Olivier Louchart-Fletcher <olivier@zipworld.com>.
+2001-10-31 Alexandre Duret-Lutz <duret_g@epita.fr>
+
+ * m4/gcj.m4 (AM_PROG_GCJ): Define GCJFLAGS if unset.
+ Reported by Olivier Louchart-Fletcher <olivier@zipworld.com>.
+
2001-10-30 Akim Demaille <akim@epita.fr>
* automake.in (&create): Reinstall.
Noah Friedman friedman@gnu.ai.mit.edu
Nyul Laszlo nyul@sol.cc.u-szeged.hu
OKUJI Yoshinori okuji@kuicr.kyoto-u.ac.jp
+Olivier Louchart-Fletcher olivier@zipworld.com
Olly Betts olly@muscat.co.uk
Paul Berrevoets paul@swi.com
Paul D. Smith psmith@BayNetworks.COM
AC_DEFUN([AM_PROG_GCJ],[
AC_CHECK_PROGS(GCJ, gcj, gcj)
test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH])
-if test "x${GCJFLAGS+set}" = xset; then
+if test "x${GCJFLAGS-unset}" = xunset; then
GCJFLAGS="-g -O2"
fi
AC_SUBST(GCJFLAGS)