X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=b59c902137e6ce8fc1f4c8cb1d87f9a71d11592c;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=aaad059529bd330918f9531e93c74e5c85536cd2;hpb=1a5f49c70a1bdc19d0c12a617d54013aa7118b4a;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index aaad0595..b59c9021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Sun Jul 31 10:49:47 2005 Ben Pfaff + + Adopt use of gnulib for portability. + + * Makefile.am: Add gl to SUBDIRS. Add gl/m4 to aclocal include + path. Get rid of pkgdocdir data. Move noinst_DATA to EXTRA_DIST. + + * README.CVS: Add instructions for fetching gnulib. + + * Smake: Rewrite to run gnulib-tool. Avoid use of gettextize in + normal case (it was unmaintainable). Just use autoreconf + --install to do most of the work. Rewrite rule for POTFILES.in + for non-GNU make compatibility. + + * configure.ac: Add gnulib commands. Specify gettext version + 0.14.5 to placate autopoint. Check that off_t is an integer type, + because Solaris can sometimes declare it as a struct. Drop + explicit checks for gnulib-supported functionality. Fix typo in + msdos check. + + * pref.h.orig: Define __attribute__ to avoid wart in gnulib. + Don't #include and define gettext, _, N_, because gnulib + wants to do the same thing. + Sun Jul 24 20:31:13 2005 Ben Pfaff * configure.ac: Don't detect libgmp anymore, because we eliminated