X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffpieee.m4;h=532802d7f6780bc9a417e1efbe689d1dd51965ad;hb=062cad2d07081f9a60adbb90fc1184a435a1a93f;hp=746e35eca2199c5c909754ce50701cdb8b4d7559;hpb=c2a27af8e00b5f7d0b6fcdea066daecae3d50d30;p=gnulib.git diff --git a/m4/fpieee.m4 b/m4/fpieee.m4 index 746e35eca..532802d7f 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, 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. @@ -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 ;;