[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/ChangeLog
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] Changes to emacs/ChangeLog |
Date: |
Tue, 26 Jul 2005 17:43:14 -0400 |
Index: emacs/ChangeLog
diff -c emacs/ChangeLog:1.426 emacs/ChangeLog:1.427
*** emacs/ChangeLog:1.426 Wed Jul 6 12:07:32 2005
--- emacs/ChangeLog Tue Jul 26 21:43:11 2005
***************
*** 1,3 ****
--- 1,15 ----
+ 2005-07-26 Paul Eggert <address@hidden>
+
+ 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.
+
2005-07-06 Lute Kamstra <address@hidden>
* configure.in: Fix capitalization.