summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-30 15:55:43 +0000
committerJim Meyering <jim@meyering.net>1999-01-30 15:55:43 +0000
commit9196dbf945cc81ce1c5b3f5071a199cc829ed26f (patch)
treea9c5107e96dc7e351b06eb886a4748de63a4e0e9 /old
parent98edf21e5e1abfa21aafef83df5a523cd1381a54 (diff)
downloadcoreutils-9196dbf945cc81ce1c5b3f5071a199cc829ed26f.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 0435c1eb2..01e012352 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,15 @@
-1999-01-24 Jim Meyering <meyering@ascend.com>
+1999-01-30 Jim Meyering <meyering@ascend.com>
* Version 1.22h.
+ * acconfig.h: Remove lots of `#undef's, now that we use the
+ 3-argument forms of AC_DEFINE* macros.
+
+ * configure.in: Require autoconf 2.13.
+ Use 3-argument form of AC_DEFINE*.
+
+1999-01-24 Jim Meyering <meyering@ascend.com>
+
* src/tac.c (DONT_UNLINK_WHILE_OPEN) [__MSDOS__ || _WIN32]: Define.
* lib/quotearg.c (quotearg_n_options): Revert type of parameter `n'