* 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.
This commit is contained in:
Akim Demaille 2000-08-01 09:12:34 +00:00
parent c528b19557
commit f6065212ac
3 changed files with 20 additions and 8 deletions

View File

@ -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):

View 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

View 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