diff 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
line wrap: on
line diff
--- a/lib-src/ChangeLog	Sat Jan 08 23:29:26 2011 -0800
+++ b/lib-src/ChangeLog	Sat Jan 08 23:33:50 2011 -0800
@@ -1,3 +1,15 @@
+2011-01-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+	Remove unused files.
+	* getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove.
+	These files are now in ../lib, copied from gnulib.
+
+	Use gnulib's getopt-gnu module.
+	* Makefile.in (mostlyclean): Do not clean getopt.h or getopt.h-t,
+	as these are now done by gnulib.
+	(GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
+	Remove; now done by gnulib.  All uses removed.
+
 2011-01-08  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Automate syncing from gnulib.