libtool/m4
Scott James Remnant dcdd39d604 * configure.ac: Catch errors during calls to AC_PROG_CXX,
AC_PROG_CXXCPP and AC_PROG_F77 before LT_INIT.  Only set the
HAVE_CXX and HAVE_F77 conditions to true if an error didn't
occur (AC_PROG_CXX leaves CXX="g++" even if it didn't find one).
Set HAVE_GCJ and HAVE_RC to true correctly as well.
* m4/libtool.m4 (LT_PROG_GCJ): If AC_PROG_GCJ or AM_PROG_GCJ are
defined, expand to the definition of those instead of our own.
Define GCJ to '' instead of 'no' if not found.
(LT_PROG_RC) Define RC to '' instead of 'no' if not found.
(_LT_LANG_GCJ_CONFIG): Require LT_PROG_GCJ to be expanded first.
(_LT_LANG_RC_CONFIG): Require LT_PROG_RC to be expanded first.
2004-03-24 14:10:25 +00:00
..
libtool.m4 * configure.ac: Catch errors during calls to AC_PROG_CXX, 2004-03-24 14:10:25 +00:00
lt~obsolete.m4 Further sweeping changes to the user interface to libtool from 2004-03-21 16:05:28 +00:00
ltdl.m4 * configure.ac (AC_CONFIG_HEADERS): Create config.h in 2004-01-16 22:03:19 +00:00
ltoptions.m4 Further sweeping changes to the user interface to libtool from 2004-03-21 16:05:28 +00:00
ltsugar.m4 * Makefile.am (aclocal_macros, aclocal_DATA): Removed. 2004-01-08 10:34:52 +00:00
ltversion.in * Makefile.am (m4/ltversion.m4): Generate serial number by 2004-02-15 17:57:31 +00:00