X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffpieee.m4;h=93b8d90473ce474ff7ec9471fef1ce652c576d53;hb=f9788546de646fbc4f77bba502a8f815d4999bac;hp=746e35eca2199c5c909754ce50701cdb8b4d7559;hpb=c2a27af8e00b5f7d0b6fcdea066daecae3d50d30;p=gnulib.git diff --git a/m4/fpieee.m4 b/m4/fpieee.m4 index 746e35eca..93b8d9047 100644 --- a/m4/fpieee.m4 +++ b/m4/fpieee.m4 @@ -1,5 +1,5 @@ # fpieee.m4 serial 1 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +dnl Copyright (C) 2007, 2009-2012 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. @@ -38,7 +38,7 @@ AC_DEFUN([gl_FP_IEEE], # GCC has the option -mieee. CPPFLAGS="$CPPFLAGS -mieee" else - # Compaq (ex-DEC) C has the option -ieee. + # Compaq (ex-DEC) C has the option -ieee. CPPFLAGS="$CPPFLAGS -ieee" fi ;;