2003-07-14 Paul Eggert * srclist.txt: Add tons more gettext files. $GETTEXT is now assumed to refer to the root of the most recent stable gettext version. * srclistvars.sh: Add defaults for eggert. * srclist-update: Convert LGPL to GPL in shell scripts, too. Match "This program" as well as "The program". This is needed for gettext. 2003-07-09 Paul Eggert * srclist.txt: Sort sublists. Add $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files that differ from gnulib for one reason or another; we'd like this list to be smaller but for now let's document what we have. 2003-07-08 Paul Eggert * srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding the use of GNU extensions. Change "x=`eval echo $x`" to the shorter and sweeter "eval x=$x". * srclist.txt: Get lib/argp* from glibc. 2003-07-06 * depcomp: update from automake. * config.sub: update from prep. 2003-07-03 * config.guess: update from prep. 2003-06-26 * depcomp: update from automake. 2003-06-22 * srclist.txt: update mkinstalldirs from automake. * mkinstalldirs: update. 2003-06-18 * config.{guess,sub}: update from prep. 2003-06-07 * config.{guess,sub}: update from prep. 2003-06-04 Paul Eggert * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for now, as glibc mktime is buggy on non-glibc systems. 2003-06-03 * config.sub: update from prep. 2003-06-02 * mkinstalldirs (version): new variable. (--version): new option. (usage): improve message. 2003-05-29 * config.rpath: update from gettext. 2003-05-24 * config.guess: update from prep. 2003-05-20 * config.guess: update from prep. 2003-05-18 * srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF might actually be set by the user. * depcomp, install-sh, mdate-sh: update from automake. 2003-05-11 * config.{guess,sub}: update from prep. 2003-01-03 * config.{guess,sub}: update from prep. 2002-12-24 * config.guess: update from prep. 2002-12-19 * config.guess: update from prep. 2002-12-12 * config.guess: update from prep. 2002-11-25 * install-sh: update from automake for variable quoting, $0 in error msgs, etc. * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry. * srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new entry. 2002-11-14 * mkinstalldirs: `do' on separate line, instead of `for var; do'. 2002-09-28 * srclist.txt: can't copy install-sh/mkinstalldirs from installed automake until the next release, since changes have been made. 2002-09-25 * srclist.txt: enable gettext.h check. * config.{guess,sub}: update from prep. * depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update from automake 1.6.3. See srclist*. 2002-02-17 Jim Meyering * config.guess (main): Don't use `head -1'; it's no longer portable. Use `sed 1q' instead.