]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_INIT_NOTICE): Adjust so that there are no
authorAkim Demaille <akim@epita.fr>
Tue, 1 Aug 2000 09:12:34 +0000 (09:12 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 1 Aug 2000 09:12:34 +0000 (09:12 +0000)
empty lines in the header comments (should be `#' alone instead).
Reported by Didier Verna.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 133486130b0df3296f9a2d2720a01dc34a7b67d4..d8272f8dc71372c7eab2f9b634a9aa58dc75d7fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-01  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (_AC_INIT_NOTICE): Adjust so that there are no
+       empty lines in the header comments (should be `#' alone instead).
+       Reported by Didier Verna.
+
 2000-08-01  Greg A. Woods  <woods@weird.com>
 
        * doc/autoconf.texi (Installation Directory Variables):
index c162ee24e8acadedaf45c59d4fe273a6b9c81e69..164afa750620a361bd352d5de337ff7270b25fbd 100644 (file)
@@ -1937,10 +1937,13 @@ define([_AC_INIT_NOTICE],
 [AC_DIVERT([NOTICE],
 [@%:@ Guess values for system-dependent variables and create Makefiles.
 @%:@ Generated by Autoconf AC_ACVERSION[]dnl
-ifset([AC_PACKAGE_STRING], [ for AC_PACKAGE_STRING]).
-ifset([AC_PACKAGE_BUGREPORT], [@%:@
-@%:@ Report bugs to <AC_PACKAGE_BUGREPORT>.])dnl
-])])
+ifset([AC_PACKAGE_STRING], [ for AC_PACKAGE_STRING]).])
+
+ifset([AC_PACKAGE_BUGREPORT],
+      [AC_DIVERT([NOTICE],
+                 [@%:@
+@%:@ Report bugs to <AC_PACKAGE_BUGREPORT>.])])
+])
 
 
 # _AC_INIT_COPYRIGHT
index c162ee24e8acadedaf45c59d4fe273a6b9c81e69..164afa750620a361bd352d5de337ff7270b25fbd 100644 (file)
@@ -1937,10 +1937,13 @@ define([_AC_INIT_NOTICE],
 [AC_DIVERT([NOTICE],
 [@%:@ Guess values for system-dependent variables and create Makefiles.
 @%:@ Generated by Autoconf AC_ACVERSION[]dnl
-ifset([AC_PACKAGE_STRING], [ for AC_PACKAGE_STRING]).
-ifset([AC_PACKAGE_BUGREPORT], [@%:@
-@%:@ Report bugs to <AC_PACKAGE_BUGREPORT>.])dnl
-])])
+ifset([AC_PACKAGE_STRING], [ for AC_PACKAGE_STRING]).])
+
+ifset([AC_PACKAGE_BUGREPORT],
+      [AC_DIVERT([NOTICE],
+                 [@%:@
+@%:@ Report bugs to <AC_PACKAGE_BUGREPORT>.])])
+])
 
 
 # _AC_INIT_COPYRIGHT