summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-12 09:11:35 +0000
committerJim Meyering <jim@meyering.net>2003-02-12 09:11:35 +0000
commit4839fcb1c0567a5dbd848f9584950a8da4c221e8 (patch)
tree9d0205a512966192f8c88387e5804fb3f9df08e9 /m4
parent21910fd8afa9bd611dce37a4b2b6a91b74a021bb (diff)
downloadcoreutils-4839fcb1c0567a5dbd848f9584950a8da4c221e8.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index a605fe92e..24e8b12e6 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,8 +1,8 @@
2003-02-12 Jim Meyering <jim@meyering.net>
* restrict.m4 (ACX_C_RESTRICT): Minor syntactic changes:
- Split long lines, use AC_COMPILE_IFELSE, use `case' instead of
- nested `if's, remove unnecessary quotes.
+ Split long lines, use AC_COMPILE_IFELSE, indent, use `case'
+ instead of nested `if's, remove unnecessary quotes.
* restrict.m4 (ACX_C_RESTRICT): New macro.
Copied directly from the URL in the comments.