summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***tege2000-07-241-4/+4
|
* * acinclude.m4 (GMP_CHECK_ASM_ALIGN_FILL_0x90): Fix so it actuallyKevin Ryde2000-06-261-8/+24
| | | | detects solaris 2.6, and also suppress warning on solaris 2.8.
* * acinclude.m4 (GMP_CHECK_ASM_ALIGN_LOG): GenerateKevin Ryde2000-06-161-4/+36
| | | | | ALIGN_LOGARITHMIC setting, not a full ALIGN definition. (GMP_CHECK_ASM_ALIGN_FILL_0x90): New test.
* (GMP_PROG_CC_WORKS): Don't report progress to user when doing the AIXLinus Nordberg2000-05-241-2/+0
| | | | specific test to avoid "nested output".
* * acinclude.m4 (GMP_FINISH): Add ifdefs to allow multipleKevin Ryde2000-05-211-9/+30
| | | | | inclusion of config.m4. (GMP_PROG_M4): Put "good" message through to config.log.
* (GMP_CHECK_CC_64BIT): Don't use shell variable `ac_compile' for ourLinus Nordberg2000-05-191-2/+2
| | | | | own compile command string since other Autoconf macros may depend on it.
* (GMP_CHECK_CC_64BIT): Don't execute on target.Linus Nordberg2000-05-181-13/+46
| | | | | | | | (GMP_PROG_CC_FIND): Before checking if the compiler knows how to produce 64-bit code, verify that it works at all. The background is that /usr/ucb/cc on Solaris 7 successfully compiles in 64-bit mode but fails when doing final link. (GMP_PROG_CC_WORKS): Report to user what's happening.
* * acinclude.m4 (GMP_PROG_M4): Check for OpenBSD 2.6 m4 brokenKevin Ryde2000-05-131-14/+22
| | | | eval(), put messages into config.log.
* * acinclude.m4 (GMP_C_ANSI2KNR): Fix setting U=_.Kevin Ryde2000-05-121-1/+1
|
* * acinclude.m4 (GMP_C_ANSI2KNR): New macro.Kevin Ryde2000-04-281-4/+46
| | | | | (GMP_CHECK_ASM_MMX, GMP_CHECK_ASM_SHLDL_CL): Correction, use $gmp_cv_check_asm_text which is what GMP_CHECK_ASM_TEXT sets.
* * acinclude.m4 (GMP_PROG_M4): New macro.Kevin Ryde2000-04-251-1/+57
|
* (GMP_VERSION): Change `eval' --> `m4_eval'. Fix from Kevin.Linus Nordberg2000-04-251-1/+1
|
* (GMP_PROG_CC_FIND): Quote source variable when setting CC64 and CFLAGS64.Linus Nordberg2000-04-161-31/+4
| | | | | (GMP_PROG_CC_SELECT): Cache result. (GMP_PROG_LIBTOOL): Remove.
* (GMP_PROG_CC_SELECT): Set CFLAGS if not set already.Linus Nordberg2000-04-151-1/+9
|
* (GMP_PROG_CC_FIND): Remove debug output. Remove commented out code.Linus Nordberg2000-04-151-10/+0
|
* * acinclude.m4 (GMP_CHECK_ASM_UNDERSCORE): Don't depend on CKevin Ryde2000-04-141-1/+1
| | | | having "void".
* (GMP_CHECK_CC_64BIT): Compiling an empty main successfully with `-n32'Linus Nordberg2000-04-121-2/+16
| | | | will have to suffice on irix6.
* (GMP_CHECK_CC_64BIT): Add special handling for HPUX.Linus Nordberg2000-04-081-30/+68
| | | | (GMP_CHECK_ASM_W32): Ditto.
* * acinclude.m4 (GMP_CHECK_ASM_DATA): Plain .data for hpux.Kevin Ryde2000-04-011-1/+0
|
* * acinclude.m4 (GMP_CHECK_ASM_MMX): Give a warning when mmx codeKevin Ryde2000-03-311-1/+8
| | | | is omitted.
* Delete an unnecessary comment.Kevin Ryde2000-03-271-1/+0
|
* * acinclude.m4 (GMP_VERSION,GMP_HEADER_GETVAL): New macros.Kevin Ryde2000-03-241-0/+49
|
* * acinclude.m4 (GMP_CHECK_ASM_SHLDL_CL): New macro.Kevin Ryde2000-03-201-0/+24
|
* (AC_CANONICAL_BUILD): Define to `_AC_CANONICAL_BUILD' to deal with ↵Linus Nordberg2000-03-201-5/+13
| | | | | | | incompabilities between Autoconf and Libtool. (AC_CHECK_TOOL_PREFIX): Likewise.
* (GMP_PROG_CCAS): Remove macro.Linus Nordberg2000-03-131-45/+7
|
* Add macro GMP_PROG_CC_WORKS. Use it in GMP_PROG_CC_FIND.Linus Nordberg2000-03-101-13/+107
| | | | | Add macro GMP_CHECK_ASM_MMX. GMP_PROG_CC_WORKS: Return first working 32-bit cc if 64-bit not found.
* GMP_CHECK_ASM_LSYM_PREFIX: Make nm invokation more robust.Linus Nordberg2000-02-241-1/+8
|
* Add support for post-include definitions.Linus Nordberg2000-02-221-6/+25
| | | | Add macro GMP_DEFINE_RAW.
* (GMP_FINISH): Tell user what we're doing.Linus Nordberg2000-02-211-0/+1
|
* Drop $1 from GSYM_PREFIX, per Linus.Kevin Ryde2000-02-191-2/+2
|
* Fix GMP_CHECK_ASM_UNDERSCORE and GMP_CHECK_ASM_ALIGN_LOG with regardsLinus Nordberg2000-02-181-7/+15
| | | | to caching.
* Assembly lines start with tab.Linus Nordberg2000-02-161-7/+19
| | | | .xport --> .export in GMP_CHECK_ASM_GLOBL.
* No argument to LSYM_PREFIX.Linus Nordberg2000-02-161-1/+1
|
* Add new assembly syntax checking macros.Linus Nordberg2000-02-151-62/+289
|
* New file.Linus Nordberg2000-02-101-0/+190