X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=f3a9910fca8db7af54a0163b8116bab699f1cd48;hb=9d6969686924cea36f9fd90e2d2c51309190a67f;hp=57f6461d31d2d5fdd9803790843f06a17c905c9c;hpb=3f104ab36e50f607fdf9f645d68ac6118814ab22;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 57f6461d..f3a9910f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2007-04-03 Ben Pfaff + + * configure.ac: Increment version to 0.4.3 due to snapshot posted + to alpha.gnu.org. + Suggested by John Darrington. + +2007-04-03 Ben Pfaff + + 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 + + Work toward modernizing the build system by updating our Automake + and Autoconf dependencies and requiring libintl to be available + externally (if desired) instead of including a copy in the + distribution. + + * Makefile.am (AUTOMAKE_OPTIONS): Require Automake 1.10 (or + later), which works better with systems that have a non-empty + $(EXEEXT). + (SUBDIRS): Drop intl. + (DISTCLEANFILES): Drop intl/plural.c. + + * Throughout Makefile.am and the automake.mk files: Change + mkinstalldirs to $(MKDIR_P), to support the corresponding Automake + change. + + * Smake (GNULIB_MODULES): Use gettext-h instead of gettext module. + (all): Don't create intl directory. + (gettextize): Don't use --intl flag. + + * configure.ac: Require Autoconf 2.60 or later. Use external + gettext. Drop intl/Makefile from config files. + 2007-02-25 Ben Pfaff Thanks to Jason Stover for verifying that this patch helps under