pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp ChangeLog Smake configure.ac


From: Ben Pfaff
Subject: [Pspp-cvs] pspp ChangeLog Smake configure.ac
Date: Wed, 04 Apr 2007 00:07:57 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/04/04 00:07:57

Modified files:
        .              : ChangeLog Smake configure.ac 

Log message:
        * Smake: Use fpieee module from Gnulib.
        
        * configure.ac: Don't enable -mieee.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/ChangeLog?cvsroot=pspp&r1=1.73&r2=1.74
http://cvs.savannah.gnu.org/viewcvs/pspp/Smake?cvsroot=pspp&r1=1.54&r2=1.55
http://cvs.savannah.gnu.org/viewcvs/pspp/configure.ac?cvsroot=pspp&r1=1.56&r2=1.57

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- ChangeLog   19 Mar 2007 20:51:01 -0000      1.73
+++ ChangeLog   4 Apr 2007 00:07:57 -0000       1.74
@@ -1,3 +1,11 @@
+2007-04-03  Ben Pfaff  <address@hidden>
+
+       Use Gnulib's fpieee module instead of specifying -mieee by hand.
+
+       * Smake: Use fpieee module from Gnulib.
+
+       * configure.ac: Don't enable -mieee.
+
 2007-03-19  Ben Pfaff  <address@hidden>
 
        Work toward modernizing the build system by updating our Automake

Index: Smake
===================================================================
RCS file: /cvsroot/pspp/pspp/Smake,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- Smake       26 Mar 2007 10:11:01 -0000      1.54
+++ Smake       4 Apr 2007 00:07:57 -0000       1.55
@@ -13,6 +13,7 @@
        c-strtod \
        dirname \
        exit \
+       fpieee \
        full-read \
        full-write \
        gethostname \

Index: configure.ac
===================================================================
RCS file: /cvsroot/pspp/pspp/configure.ac,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- configure.ac        19 Mar 2007 20:51:01 -0000      1.56
+++ configure.ac        4 Apr 2007 00:07:57 -0000       1.57
@@ -15,7 +15,6 @@
 AC_PROG_LIBTOOL
 
 PSPP_ENABLE_OPTION(-Wdeclaration-after-statement)
-PSPP_ENABLE_OPTION(-mieee)
 
 AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" )
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]