This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: even more configure.ac cleanups
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: Fri, 20 Aug 2004 14:09:05 -0400
- Subject: Re: Patch: even more configure.ac cleanups
- References: <200408201837.04354.konqueror@gmx.de>
Michael Koch wrote:
I write the attached patch to get rid of some obsolete autoconf stuff
in configure.ac. I replaced all usages of AC_TRY_COMPILE by newer
AC_COMPILE_IFELSE together with AC_LANG_PROGRAM. Fortunately this
produces exactly the same generated files.
Okay to commit to trunk ?
OK
Bryce