mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
* 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:
parent
c528b19557
commit
f6065212ac
@ -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):
|
||||
|
11
acgeneral.m4
11
acgeneral.m4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user