summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* * acinclude.m4, configure.in (GMP_FUNC_SSCANF_WRITABLE_INPUT): NewKevin Ryde2001-11-241-0/+24
| | | | test.
* * acinclude.m4 (GMP_ASM_X86_MCOUNT): Update to $lt_prog_compiler_picKevin Ryde2001-11-151-4/+12
| | | | for current libtool, recognise non-PIC style mcount in windows DLLs.
* * acinclude.m4 (GMP_GCC_VERSION_GE): Fix sed regexps to work onKevin Ryde2001-11-081-5/+6
| | | | Solaris 8.
* * printf/repl-vsnprintf.c: New file.Kevin Ryde2001-10-261-12/+3
| | | | | | | | * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am: Use it if libc vsnprintf missing or bad. * acinclude.m4 (GMP_FUNC_VSNPRINTF): Remove warning about omissions when vsnprintf not available.
* * acinclude.m4 (GMP_ASM_TYPE, GMP_ASM_SIZE): Suppress .type and .sizeKevin Ryde2001-10-181-11/+57
| | | | | | on COFF. * acinclude.m4 (GMP_PROG_HOST_CC): New macro.
* * acinclude.m4, configure.in (GMP_IMPL_H_IEEE_FLOATS): New macro.Kevin Ryde2001-10-111-0/+38
|
* Amend to:Kevin Ryde2001-10-111-1/+1
| | | | | * tal-notreent.c: Renamed from stack-alloc.c. * Makefile.am, acinclude.m4, gmp-impl.h: Update.
* * tal-notre.c: Renamed from stack-alloc.c.Kevin Ryde2001-10-111-1/+1
| | | | * Makefile.am, acinclude.m4, gmp-impl.h: Update.
* * cxx/*.cc, tests/cxx/t-ostream.cc: Add "use namespace std".Kevin Ryde2001-10-101-0/+1
| | | | * acinclude.m4 (GMP_PROG_CXX_WORKS): Ditto.
* * acinclude.m4 (GMP_PROG_AR): Override libtool, use AR_FLAGS="cq".Kevin Ryde2001-10-091-0/+11
| | | | (GMP_HPC_HPPA_2_0): Print version string to config.log.
* * acinclude.m4 (GMP_PROG_CC_IS_GNU, GMP_PROG_CXX_WORKS): Send compilerKevin Ryde2001-10-041-3/+3
| | | | errors to config.log.
* Correction, <iostream> not <iostream.h>:Kevin Ryde2001-10-031-1/+1
| | | | * acinclude.m4 (GMP_PROG_CXX_WORKS): New macro.
* * acinclude.m4 (GMP_FUNC_VSNPRINTF): Warn what's omitted whenKevin Ryde2001-10-011-0/+11
| | | | vsnprintf not available.
* * acinclude.m4 (GMP_PROG_CXX_WORKS): New macro.Kevin Ryde2001-10-011-3/+36
| | | | (GMP_PROG_CC_WORKS): Write "conftest" test program, not a.out.
* * acinclude.m4, configure.in (GMP_GCC_NO_CPP_PRECOMP): New macro.Kevin Ryde2001-09-221-0/+37
|
* * acinclude.m4, configure.in (GMP_H_ANSI): New macro.Kevin Ryde2001-09-111-0/+22
|
* * acinclude.m4, configure.in (GMP_PROG_CC_IS_XLC): Recognise xlc whenKevin Ryde2001-09-111-6/+28
| | | | | invoked under another name (cc, xlc128, etc). * acinclude.m4 (GMP_PROG_CC_IS_GCC): Print a message when recognised.
* * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am,Kevin Ryde2001-08-171-74/+0
| | | | | tests/printf/Makefile.am, gmp-h.in, gmp-impl.h, gmp.texi: Remove C++ support, for the time being.
* Amend a comment from:Kevin Ryde2001-08-161-2/+2
| | | | * configure.in, acinclude.m4 (GMP_FUNC_VSNPRINTF): New macro.
* * acinclude.m4 (GMP_ASM_X86_SSE2, GMP_STRIP_PATH): New macros.Kevin Ryde2001-08-121-0/+52
|
* More of:Kevin Ryde2001-07-301-9/+9
| | | | * configure.in, acinclude.m4 (GMP_FUNC_VSNPRINTF): New macro.
* * configure.in, acinclude.m4 (GMP_FUNC_VSNPRINTF): New macroKevin Ryde2001-07-281-0/+77
|
* More of:Kevin Ryde2001-07-241-0/+7
| | | | * configure.in, acinclude.m4 (GMP_PROG_CXX): New macro.
* Change from:Kevin Ryde2001-07-241-55/+42
| | | | | | * configure.in, acinclude.m4 (GMP_OPTION_CXX): New macro. To: * configure.in, acinclude.m4 (GMP_PROG_CXX): New macro.
* * configure.in, acinclude.m4 (GMP_OPTION_CXX): New macro.Kevin Ryde2001-07-241-0/+80
|
* * gmp-h.in, gmp-impl.h, acinclude.m4: Remove __GMP_ASM_L andKevin Ryde2001-07-171-2/+2
| | | | | __GMP_LSYM_PREFIX, revert to ASM_L in gmp-impl.h and AC_DEFINE of LSYM_PREFIX.
* * acinclude.m4 (GMP_INCLUDE_GMP_H): New macro, use it everywhere gmp.hKevin Ryde2001-07-031-17/+72
| | | | | | is wanted at configure time. * acinclude.m4, configure.in (GMP_H_EXTERN_INLINE, GMP_H_HAVE_FILE): New macros.
* Oops, make sure debug works:Kevin Ryde2001-06-201-3/+3
| | | | | | * acinclude.m4, configure.in (GMP_OPTION_ALLOC): New macro, add malloc-reentrant method, use stack-alloc.c as malloc-notreentrant, make "reentrant" the default.
* More of:Kevin Ryde2001-06-201-2/+18
| | | | * acinclude.m4, configure.in (GMP_C_ATTRIBUTE_MALLOC): New macro.
* More of:Kevin Ryde2001-06-191-1/+1
| | | | | | | * acinclude.m4 (GMP_ASM_LSYM_PREFIX): AC_SUBST __GMP_LSYM_PREFIX rather than AC_DEFINE LSYM_PREFIX. Forgot the quotes.
* * acinclude.m4 (GMP_ASM_LSYM_PREFIX): AC_SUBST __GMP_LSYM_PREFIXKevin Ryde2001-06-191-2/+2
| | | | rather than AC_DEFINE LSYM_PREFIX.
* * acinclude.m4, configure.in (GMP_C_ATTRIBUTE_MALLOC): New macro.Kevin Ryde2001-06-191-0/+71
| | | | | | * acinclude.m4, configure.in (GMP_OPTION_ALLOC): New macro, add malloc-reentrant method, use stack-alloc.c as malloc-notreentrant, make "reentrant" the default.
* * acinclude.m4 (GMP_C_ATTRIBUTE_MODE): New macro.Kevin Ryde2001-06-121-0/+17
|
* * mpn/hppa/*.s,S,asm: Use .label so the code works with gas on hppaKevin Ryde2001-06-091-0/+3
| | | | | | | | GNU/Linux too, reported by LaMont Jones <lamont@smallone.fc.hp.com>. * mpn/hppa/README: Add some notes on this. * acinclude.m4 (GMP_ASM_LABEL_SUFFIX): Ditto. * acinclude.m4 (GMP_ASM_LSYM_PREFIX): Add an AC_DEFINE of LSYM_PREFIX.
* * acinclude.m4 (GMP_C_SIZES): Fix _LONG_LONG_LIMB define for mp_limb_tKevin Ryde2001-06-071-3/+5
| | | | | size test. (GMP_FUNC_ALLOCA): Add dummy __GMP_BITS_PER_MP_LIMB for gmp-h.in work.
* * acinclude.m4 (GMP_C_SIZES): Add AC_SUBST __GMP_BITS_PER_MP_LIMB,Kevin Ryde2001-05-171-13/+19
| | | | remove AC_DEFINE BITS_PER_MP_LIMB.
* * acinclude.m4 (GMP_PROG_AR, GMP_PROG_NM): Print a message if extraKevin Ryde2001-05-111-0/+4
| | | | flags are added.
* * acinclude.m4 (GMP_C_STDARG): New macro.Kevin Ryde2001-04-291-0/+34
|
* * acinclude.m4 (GMP_ASM_UNDERSCORE, GMP_ASM_ALIGN_LOG): Remove supportKevin Ryde2001-04-191-12/+5
| | | | for actions, no longer needed.
* * acinclude.m4 (GMP_GCC_MARCH_PENTIUMPRO): The -mpentiumpro problem isKevin Ryde2001-04-171-31/+23
| | | | | | | fixed in 2.95.4, so test for that. (GMP_ASM_TYPE): Amend some comments. And delete a few blank lines.
* * acinclude.m4 (GMP_ASM_RODATA): If possible, grep compiler output forKevin Ryde2001-04-151-20/+58
| | | | the right directive.
* * acinclude.m4 (GMP_ASM_M68K_INSTRUCTION, GMP_ASM_M68K_ADDRESSING,Kevin Ryde2001-04-111-0/+98
| | | | GMP_ASM_M68K_BRANCHES): New macros.
* * acinclude.m4 (GMP_M4_M4WRAP_SPURIOUS): Fix test so as to actuallyKevin Ryde2001-04-041-4/+7
| | | | detect the problem, add notes on m68k netbsd 1.4.1.
* More of:Kevin Ryde2001-04-031-4/+8
| | | | | | | * acinclude.m4 (GMP_GCC_M68K_OPTIMIZE): New macro. Want to check $host is m68k, in case some other processor gets a similar -O wind-back.
* * acinclude.m4 (GMP_GCC_M68K_OPTIMIZE): New macro.Kevin Ryde2001-04-031-0/+17
|
* * acinclude.m4 (GMP_GCC_VERSION_GE): New macro.Kevin Ryde2001-03-291-24/+79
| | | | | | (GMP_GCC_MARCH_PENTIUMPRO): Use it, remove CCBASE parameter (don't bother checking it's gcc). (GMP_GCC_ARM_UMODSI): New macro.
* * acinclude.m4 (GMP_PROG_M4): Use AC_ARG_VAR on $M4.Kevin Ryde2001-03-201-1/+2
|
* * acinclude.m4 (GMP_M4_M4WRAP_SPURIOUS): New macro.Kevin Ryde2001-03-191-0/+35
|
* * acinclude.m4 (GMP_C_SIZES): Fix use of __GMP_WITHIN_CONFIGURE.Kevin Ryde2001-03-171-1/+1
| | | | Fixes --host=none ABI=longlong.
* * acinclude.m4 (GMP_FUNC_ALLOCA, GMP_C_SIZES): Use gmp-h.in, not gmp.h.Kevin Ryde2001-03-081-9/+15
| | | | | * acinclude.m4 (GMP_FUNC_ALLOCA), gmp-impl.h: Set and use __GMP_WITHIN_CONFIGURE rather than GMP_FUNC_ALLOCA.