Rev 15254 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
These files are used by a program called aclocal (part of the GNUautomake package) which uses them to create aclocal.m4 which is in turnused by autoconf to create the configure script at the the top level inthis distribution.(Actually, as we need to change a few `standard' macros, we need tocreate acinclude.m4 by concatenating all m4 files in this directorybefore running aclocal.)The files are as follows.R.m4contains R specific macros. Some of these might be useful forother systems as well, but we first need to split this intopieces.R_BLAS_LIBS is based on the AC_ARG_WITH(fastblas) code fromOctave, but with tests for Alpha CXML/DXML and IRIX SCSL andSGIMATH libraries commented out.Some macros do not conform to the Autoconf $PKG_$CATEGORY_$FOOnaming scheme. These test for `features' such as GNOME, zlib,etc., are named R_$FEATURE, and typically define HAVE_$FEATURE.am-fixes.m4contains R specific versions ofAM_INIT_AUTOMAKEAM_MISSING_PROGThese are necessary to work around a problem in the currentrelease version of automake/aclocal in determining missing_dirwith zsh (problem with CDPATH and pwd; see the docs in theautoconf CVS for more info). Note that the current (2001-04-27)automake CVS has a 2-arg only version of AM_MISSING_PROG.gnome-gnorba-check.m4gnome-orbit-check.m4gnome.m4libglade.m4are from the GNOME project and used for the GNOME configuration.Changes made in gnome.m4:* Replace AC_ARG_WITH(gnome) by our version in configure.inbecause we need want_gnome=no by default and use LIBS andCPPFLAGS rather than LDFLAGS and CFLAGS.* In AC_ARG_WITH(gnome-includes), standardize doc strings anduse CPPFLAGS rather than CFLAGS.* In AC_ARG_WITH(gnome-libs), standardize doc strings and useLIBS rather than LDFLAGS.Changes made in libglade.m4:* In AC_ARG_WITH(libglade-config), standardize doc strings.libtool.m4is from libtool 1.4.Changes made: one typo fixed (fixed in 1.4a or better).