comparison lib-src/ChangeLog @ 112311:babd014aab81

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 23:33:50 -0800
parents c428fb33aede
children 2887524f362a
comparison
equal deleted inserted replaced
112310:e838cdd68eae 112311:babd014aab81
1 2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove unused files.
4 * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove.
5 These files are now in ../lib, copied from gnulib.
6
7 Use gnulib's getopt-gnu module.
8 * Makefile.in (mostlyclean): Do not clean getopt.h or getopt.h-t,
9 as these are now done by gnulib.
10 (GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
11 Remove; now done by gnulib. All uses removed.
12
1 2011-01-08 Paul Eggert <eggert@cs.ucla.edu> 13 2011-01-08 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 Automate syncing from gnulib. 15 Automate syncing from gnulib.
4 * Makefile.in (EXE_FILES): New macro. 16 * Makefile.in (EXE_FILES): New macro.
5 (BASE_CFLAGS): Add -I../lib and -I${srcdir}/../lib, 17 (BASE_CFLAGS): Add -I../lib and -I${srcdir}/../lib,