X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffpieee.m4;h=78728762dec8e479339fdc666d9b0e268691845a;hb=844191ea0f97be425fea2a18c55a5b139da5d7e7;hp=746e35eca2199c5c909754ce50701cdb8b4d7559;hpb=c2a27af8e00b5f7d0b6fcdea066daecae3d50d30;p=gnulib.git diff --git a/m4/fpieee.m4 b/m4/fpieee.m4 index 746e35eca..78728762d 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-2011 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 ;;