mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
1999-10-13 Ben Elliston <bje@cygnus.com>
* autoconf.texi (Configuration Headers): Document the potential trouble caused by autoheader and boilerplate files. Fix for PR autoconf/45.
This commit is contained in:
parent
0cde816532
commit
46954af400
@ -1,3 +1,9 @@
|
||||
1999-10-13 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* autoconf.texi (Configuration Headers): Document the potential
|
||||
trouble caused by autoheader and boilerplate files. Fix for
|
||||
PR autoconf/45.
|
||||
|
||||
1999-10-05 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour
|
||||
|
@ -1232,7 +1232,9 @@ AC_CONFIG_HEADER(defines.h:defs.pre:defines.h.in:defs.post)
|
||||
@end example
|
||||
@noindent
|
||||
Doing this allows you to keep your file names acceptable to MS-DOS, or
|
||||
to prepend and/or append boilerplate to the file.
|
||||
to prepend and/or append boilerplate to the file. You should be aware
|
||||
that @code{autoheader} is unable to determine which file is the actual
|
||||
input file and may overwrite one of your boilerplates.
|
||||
@end defmac
|
||||
|
||||
@menu
|
||||
|
@ -1232,7 +1232,9 @@ AC_CONFIG_HEADER(defines.h:defs.pre:defines.h.in:defs.post)
|
||||
@end example
|
||||
@noindent
|
||||
Doing this allows you to keep your file names acceptable to MS-DOS, or
|
||||
to prepend and/or append boilerplate to the file.
|
||||
to prepend and/or append boilerplate to the file. You should be aware
|
||||
that @code{autoheader} is unable to determine which file is the actual
|
||||
input file and may overwrite one of your boilerplates.
|
||||
@end defmac
|
||||
|
||||
@menu
|
||||
|
Loading…
Reference in New Issue
Block a user