From a9ec7fdcf619645de8a06b43bd6f4a050725ed1b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 17 Oct 2000 09:36:59 +0000 Subject: [PATCH] * aclocal.in (write_aclocal): Set up aclocal.m4 header with normal comments (#) instead of m4 dnl-type comments. --- ChangeLog | 5 +++++ aclocal.in | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index c5019989..d8254094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-17 Lars J. Aas + + * aclocal.in (write_aclocal): Set up aclocal.m4 header with + normal comments (#) instead of m4 dnl-type comments. + 2000-10-17 Alex Hornby * depcomp: Altered sed clause to strip of inclusion depth diff --git a/aclocal.in b/aclocal.in index 8426dffa..7c9e9a2e 100644 --- a/aclocal.in +++ b/aclocal.in @@ -429,18 +429,18 @@ sub write_aclocal open (ACLOCAL, "> " . $output_file) || die "aclocal: couldn't open \`$output_file' for writing: $!\n"; - print ACLOCAL "dnl $output_file generated automatically by aclocal $VERSION\n"; + print ACLOCAL "# $output_file generated automatically by aclocal $VERSION\n"; print ACLOCAL "\ -dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 -dnl Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl This program is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without -dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A -dnl PARTICULAR PURPOSE. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 +# Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. "; print ACLOCAL $output; -- 2.43.5