diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-26 12:11:22 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-26 12:11:22 +0000 |
commit | b377e857bd4a6227771646e8f3cf056806279e96 (patch) | |
tree | bec1c80e607ae2811f38b0ef43530fb5411d17b3 | |
parent | 9a806f667b92087662acdb2570e8aebb89009074 (diff) |
simplify multi '#' char comment line
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | m4/reentrant.m4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 94dc6f6b8..40bf841b2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -19,7 +19,7 @@ # KIND, either express or implied. # # $Id$ -########################################################################### +#*************************************************************************** dnl CURL_CHECK_COMPILER_HALT_ON_ERROR diff --git a/configure.ac b/configure.ac index ff2f386ee..77e7ce58c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # KIND, either express or implied. # # $Id$ -########################################################################### +#*************************************************************************** dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) diff --git a/m4/reentrant.m4 b/m4/reentrant.m4 index 2e2033a2a..38569500a 100644 --- a/m4/reentrant.m4 +++ b/m4/reentrant.m4 @@ -19,7 +19,7 @@ # KIND, either express or implied. # # $Id$ -########################################################################### +#*************************************************************************** dnl CHECK_NEED_REENTRANT_STRERROR_R |