X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftruncl.m4;h=0498585b2033a1df69aa736fe914a0fdac099913;hb=5510d3df6c49b73ed41fd3243c276f96a3c3f9d4;hp=ad036383768b13852a71a4533dfd9c4c4189675e;hpb=c2a386bb5c38d93788eb1a099efce2e81a6ff8d7;p=gnulib.git diff --git a/m4/truncl.m4 b/m4/truncl.m4 index ad0363837..0498585b2 100644 --- a/m4/truncl.m4 +++ b/m4/truncl.m4 @@ -1,5 +1,5 @@ -# truncl.m4 serial 2 -dnl Copyright (C) 2007-2008 Free Software Foundation, Inc. +# truncl.m4 serial 4 +dnl Copyright (C) 2007-2008, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -61,12 +61,11 @@ int main() *) REPLACE_TRUNCL=1 ;; esac else - REPLACE_TRUNCL=1 + HAVE_DECL_TRUNCL=0 fi - if test $REPLACE_TRUNCL = 1; then + if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then AC_LIBOBJ([truncl]) TRUNCL_LIBM= fi - AC_SUBST([REPLACE_TRUNCL]) AC_SUBST([TRUNCL_LIBM]) ])