/[autoconf]/autoconf/bin/autoconf.in
ViewVC logotype

Diff of /autoconf/bin/autoconf.in

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

revision 1.147 by akim, Mon Apr 22 09:13:43 2002 UTC revision 1.148 by eggert, Wed Jul 17 08:30:43 2002 UTC
# Line 107  Operation modes: Line 107  Operation modes:
107    -V, --version            print version number, then exit    -V, --version            print version number, then exit
108    -v, --verbose            verbosely report processing    -v, --verbose            verbosely report processing
109    -d, --debug              don't remove temporary files    -d, --debug              don't remove temporary files
110    -I, --include=DIR        look for input files in DIR (cumulative)    -B, --prepend-include=DIR   prepend directory DIR to search path
111      -I, --include=DIR           append directory DIR to search path
112    -f, --force              consider all files obsolete    -f, --force              consider all files obsolete
113    -o, --output=FILE        save output in FILE (stdout is the default)    -o, --output=FILE        save output in FILE (stdout is the default)
114    -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [syntax]    -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [syntax]
# Line 195  while test $# -gt 0 ; do Line 196  while test $# -gt 0 ; do
196      --debug      | -d   | \      --debug      | -d   | \
197      --force      | -f   | \      --force      | -f   | \
198      --include=*  | -I?* | \      --include=*  | -I?* | \
199        --prepend-include=* | -B?* | \
200      --warnings=* | -W?* )      --warnings=* | -W?* )
201         AUTOM4TE="$AUTOM4TE $1"; shift ;;         AUTOM4TE="$AUTOM4TE $1"; shift ;;
202    
203      # Options with separated arg passed as is to autom4te.      # Options with separated arg passed as is to autom4te.
204      --include | -I | \      --include | -I | \
205        --prepend-include | -B | \
206      --warnings | -W )      --warnings | -W )
207         test $# = 1 && eval "$exit_missing_arg"         test $# = 1 && eval "$exit_missing_arg"
208         AUTOM4TE="$AUTOM4TE $option $2"         AUTOM4TE="$AUTOM4TE $option $2"

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

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