diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-27 20:36:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-27 20:36:28 +0000 |
commit | 145278e2867b61c18ca1b4680c5715d197d70075 (patch) | |
tree | 628e9d025f95d524e3339d115c1dc6f3bf601cd7 | |
parent | 4c008a92c5d9c62ca98d26c1184c28cf68cd0727 (diff) | |
download | idutils-145278e2867b61c18ca1b4680c5715d197d70075.tar.gz idutils-145278e2867b61c18ca1b4680c5715d197d70075.tar.bz2 idutils-145278e2867b61c18ca1b4680c5715d197d70075.zip |
.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1999-01-27 Jim Meyering <meyering@ascend.com> (with some changes from gkm) + + * acconfig.h: Remove many #undefs, now that we're using autoconf-2.13's + 3-arg form of the AC_DEFINE* macros. + + * Makefile.am (SUBDIRS): Add m4. + (EXTRA_DIST): Add Makefile.maint GNUmakefile @README_ALPHA@. + (DISTCLEANFILES): Add intl/libintl.h. + (ACLOCAL_AMFLAGS): Define to `-I m4' + + * m4/: New directory. + 1999-01-26 Greg McGary <gkm@gnu.org> * hash.h (struct hash_table) [ht_empty_slots]: Add struct member. |