X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=autoconf%2Faclocal.m4;h=ad086e15e4ddec895e3992863c178619931472bc;hb=c437fd0700c1ab1bf63480d5f9a5180ccd8ce107;hp=3a2727b098f1dccc7df560d7fa313c66bcd169b2;hpb=0e41626478719e6a91a88a5a7b071c5974199cbd;p=cln.git diff --git a/autoconf/aclocal.m4 b/autoconf/aclocal.m4 index 3a2727b..ad086e1 100644 --- a/autoconf/aclocal.m4 +++ b/autoconf/aclocal.m4 @@ -11,6 +11,9 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_include([intparam.m4]) +m4_include([floatparam.m4]) + dnl -*- Autoconf -*- dnl Copyright (C) 1993-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU @@ -543,7 +546,7 @@ fi ]) dnl -*- Autoconf -*- -dnl Copyright (C) 1993-2003 Free Software Foundation, Inc. +dnl Copyright (C) 1993-2005 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -554,14 +557,15 @@ dnl From Bruno Haible, Marcus Daniels, Sam Steingold. AC_PREREQ(2.13) +dnl CL_MACHINE([MESSAGE], [PROGRAM_TO_RUN], [CROSS_MACRO], [DESTINATION], [CACHE_VAR]) AC_DEFUN([CL_MACHINE], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_C_CHAR_UNSIGNED])dnl cl_machine_file_c=$2 -cl_machine_file_h=$3 -if test $cross_compiling = no; then -if test -z "$[$4]"; then +if test -z "$[$5]"; then AC_CHECKING(for [$1]) +if test $cross_compiling = no; then +cl_machine_file_h=$4 cat > conftest.$ac_ext <