X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftruncl.m4;h=0498585b2033a1df69aa736fe914a0fdac099913;hb=5510d3df6c49b73ed41fd3243c276f96a3c3f9d4;hp=a5243c381cc4482e225fca4d71ef1d52865917bc;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/truncl.m4 b/m4/truncl.m4 index a5243c381..0498585b2 100644 --- a/m4/truncl.m4 +++ b/m4/truncl.m4 @@ -1,5 +1,5 @@ -# truncl.m4 serial 2 -dnl Copyright (C) 2007-2009 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]) ])