mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
* doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
on old systems like SunOS.
This commit is contained in:
parent
097dc9a870
commit
1c1e2aed6a
@ -1,3 +1,8 @@
|
||||
2002-03-03 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
|
||||
on old systems like SunOS.
|
||||
|
||||
2002-03-01 Peter Eisentraut <peter_e@gmx.net>
|
||||
|
||||
* lib/autoconf/c.m4, lib/autoconf/fortran.m4,
|
||||
|
@ -7543,7 +7543,9 @@ after the exclamation point in interpreter specifications, like this:
|
||||
@noindent
|
||||
If you omit the space before the path, then 4.2@sc{bsd} based systems
|
||||
(such as Sequent DYNIX) will ignore the line, because they interpret
|
||||
@samp{#! /} as a 4-byte magic number.
|
||||
@samp{#! /} as a 4-byte magic number. Some old systems have quite
|
||||
small limits on the length of the @samp{#!} line too, for instance 32
|
||||
bytes (not including the newline) on SunOS 4.
|
||||
|
||||
The set of external programs you should run in a @command{configure} script
|
||||
is fairly small. @xref{Utilities in Makefiles,, Utilities in
|
||||
|
Loading…
Reference in New Issue
Block a user