/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.584 by akim, Thu Feb 7 09:45:55 2002 UTC revision 1.585 by akim, Thu Feb 7 15:49:32 2002 UTC
# Line 3152  be in the user's @code{PATH}, you can pa Line 3152  be in the user's @code{PATH}, you can pa
3152  instead, like this:  instead, like this:
3153    
3154  @example  @example
3155  AC_PATH_PROG(INETD, inetd, /usr/libexec/inetd,  AC_PATH_PROG([INETD], [inetd], [/usr/libexec/inetd],
3156    $PATH:/usr/libexec:/usr/sbin:/usr/etc:etc)               [$PATH:/usr/libexec:/usr/sbin:/usr/etc:etc])
3157  @end example  @end example
3158    
3159  You are strongly encouraged to declare the @var{variable} passed to  You are strongly encouraged to declare the @var{variable} passed to

Legend:
Removed from v.1.584  
changed lines
  Added in v.1.585

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26