Rev 72387 | 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.clibs.m4versions of the autoconf macros to find the Fortran librariesamended to find the C libraries (for comparison with the Fortranones).codeset.m4is from GNU gettext and checks whether nl_langinfo(CODESET)is available in langinfo.h.gettext.m4a concatenation of all the required files from gettext 0.14.5except codeset.m4.gettext-lib.m4a concatenation of the m4 files from gettext-0.14.5/autoconf-lib-link.libtool.m4is from libtool 1.5.6.