mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 04:43:53 +00:00
configure.in, Makefile.conf.in, autoconf.h.in: A first cut at an autoconfigure script. By running "autoconf" without arguments on munta, you get configure, which is when run produces Makefile.conf and autoconf.h. These are not used at present. conf.h, memory.h: Slight changes to get closer to the autoconfiguration scheme.
5 lines
114 B
Makefile
5 lines
114 B
Makefile
CC = @CC@
|
|
HAVE_GCC_REGS = @HAVE_GCC_REGS@
|
|
HAVE_GCC_LABELS = @HAVE_GCC_LABELS@
|
|
HAVE_ASM_LABELS = @HAVE_ASM_LABELS@
|