• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.inH A D03-May-2022935 4734

R.m4H A D03-May-2022135.1 KiB4,5404,303

READMEH A D25-Sep-20181.4 KiB4132

bigendian.m4H A D25-Sep-20183.3 KiB9088

cairo.m4H A D19-Apr-20216.6 KiB204196

clibs.m4H A D23-Jun-20207.2 KiB219197

codeset.m4H A D19-Sep-2021853 2522

cxx.m4H A D19-Apr-202120.8 KiB993785

gettext-lib.m4H A D25-Sep-201844.3 KiB1,1241,098

gettext.m4H A D19-Sep-202168.1 KiB1,8261,676

libtool.m4H A D28-Mar-2019298.6 KiB8,3717,603

ltoptions.m4H A D25-Sep-201814.2 KiB438369

ltsugar.m4H A D25-Sep-20184.3 KiB125101

ltversion.m4H A D25-Sep-2018703 2419

lt~obsolete.m4H A D25-Sep-20186 KiB10095

openmp.m4H A D28-Mar-20194.5 KiB10397

stat-time.m4H A D25-Sep-20183.1 KiB8878

README

1These files are used by a program called aclocal (part of the GNU
2automake package) which uses them to create aclocal.m4 which is in turn
3used by autoconf to create the configure script at the the top level in
4this distribution.
5
6(Actually, as we need to change a few `standard' macros, we need to
7create acinclude.m4 by concatenating all m4 files in this directory
8before running aclocal.)
9
10The files are as follows.
11
12  R.m4
13	contains R specific macros.  Some of these might be useful for
14	other systems as well, but we first need to split this into
15	pieces.
16	R_BLAS_LIBS is based on the AC_ARG_WITH(fastblas) code from
17	Octave, but with tests for Alpha CXML/DXML and IRIX SCSL and
18	SGIMATH libraries commented out.
19	Some macros do not conform to the Autoconf $PKG_$CATEGORY_$FOO
20	naming scheme.  These test for `features' such as GNOME, zlib,
21	etc., are named R_$FEATURE, and typically define HAVE_$FEATURE.
22
23  clibs.m4
24	versions of the autoconf macros to find the Fortran libraries
25	amended to find the C libraries (for comparison with the Fortran
26	ones).
27
28  codeset.m4
29        is from GNU gettext and checks whether nl_langinfo(CODESET)
30        is available in langinfo.h.
31
32  gettext.m4
33	a concatenation of all the required files from gettext 0.14.5
34	except codeset.m4.
35
36  gettext-lib.m4
37	a concatenation of the m4 files from gettext-0.14.5/autoconf-lib-link.
38
39  libtool.m4
40	is from libtool 1.5.6.
41