diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-12 09:11:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-12 09:11:35 +0000 |
commit | 4839fcb1c0567a5dbd848f9584950a8da4c221e8 (patch) | |
tree | 9d0205a512966192f8c88387e5804fb3f9df08e9 /m4 | |
parent | 21910fd8afa9bd611dce37a4b2b6a91b74a021bb (diff) | |
download | coreutils-4839fcb1c0567a5dbd848f9584950a8da4c221e8.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 4 |
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. |