/[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.149 by eggert, Sun Sep 1 10:33:46 2002 UTC revision 1.150 by akim, Wed Oct 16 06:38:50 2002 UTC
# Line 93  to the standard output if TEMPLATE-FILE Line 93  to the standard output if TEMPLATE-FILE
93  \`configure'.  \`configure'.
94    
95  Operation modes:  Operation modes:
96    -h, --help               print this help, then exit    -h, --help                  print this help, then exit
97    -V, --version            print version number, then exit    -V, --version               print version number, then exit
98    -v, --verbose            verbosely report processing    -v, --verbose               verbosely report processing
99    -d, --debug              don't remove temporary files    -d, --debug                 don't remove temporary files
100    -B, --prepend-include=DIR   prepend directory DIR to search path    -B, --prepend-include=DIR   prepend directory DIR to search path
101    -I, --include=DIR           append directory DIR to search path    -I, --include=DIR           append directory DIR to search path
102    -f, --force              consider all files obsolete    -f, --force                 consider all files obsolete
103    -o, --output=FILE        save output in FILE (stdout is the default)    -o, --output=FILE           save output in FILE (stdout is the default)
104    -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [syntax]    -W, --warnings=CATEGORY     report the warnings falling in CATEGORY [syntax]
105    
106  Warning categories include:  Warning categories include:
107    \`cross'         cross compilation issues    \`cross'         cross compilation issues
# Line 198  while test $# -gt 0 ; do Line 198  while test $# -gt 0 ; do
198         AUTOM4TE="$AUTOM4TE $option $2"         AUTOM4TE="$AUTOM4TE $option $2"
199         shift 2 ;;         shift 2 ;;
200    
     # Obsolete options.  
     --localdir=* | -l?* | --autoconf-dir=* | -A?* | --macrodir=* | -m?* )  
        echo "$me: warning: $option is obsolete, use --include" >&2  
        AUTOM4TE="$AUTOM4TE --include=$optarg"  
        shift ;;  
     --localdir | -l | --autoconf-dir | -A | --macrodir | -m )  
        echo "$me: warning: $option is obsolete, use --include" >&2  
        test $# = 1 && eval "$exit_missing_arg"  
        shift  
        AUTOM4TE="$AUTOM4TE --include=$1"  
        shift ;;  
   
201      --trace=* | -t?* )      --trace=* | -t?* )
202         traces="$traces --trace='"`echo "$optarg" | sed "s/'/'\\\\\\\\''/g"`"'"         traces="$traces --trace='"`echo "$optarg" | sed "s/'/'\\\\\\\\''/g"`"'"
203         shift ;;         shift ;;

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

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