aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2005-07-26 21:43:13 +0000
committerPaul Eggert2005-07-26 21:43:13 +0000
commit9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c (patch)
tree36f83598b89a1567622ee38b623f7888a4c2e904 /lib-src/ChangeLog
parent1c9916a1f9dc944ee733f5c77db39013123da8da (diff)
downloademacs-9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c.tar.gz
emacs-9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c.zip
Merge gnulib getopt implementation into Emacs.
* Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index dd4dc62a562..33a39fb68e1 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,19 @@
12005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge gnulib getopt implementation into Emacs.
4
5 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
6 (GETOPT_H): New macro, from gnulib.
7 (getopt.h): New rule, from gnulib.
8 (GETOPTOBJS): Now autoconfigured.
9 (GETOPTDEPS): getopt.h is now autoconfigured.
10 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
11 (getopt.o): Depend on ${srcdir}/gettext.h.
12 (movemail.o): Depend on $(GETOPT_H).
13 * getopt.c, getopt1.c: Sync from gnulib.
14 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
15 * getopt.h: Removed (now is getopt_.h).
16
12005-07-13 Ken Raeburn <raeburn@gnu.org> 172005-07-13 Ken Raeburn <raeburn@gnu.org>
2 18
3 * pop.c: Don't include des.h (or variants thereof); krb.h will do 19 * pop.c: Don't include des.h (or variants thereof); krb.h will do