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

Diff of /autoconf/bin/autoconf.as

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

revision 1.4 by eggert, Sun Sep 1 10:10:02 2002 UTC revision 1.5 by akim, Wed Oct 16 06:38:50 2002 UTC
# Line 27  to the standard output if TEMPLATE-FILE Line 27  to the standard output if TEMPLATE-FILE
27  \`configure'.  \`configure'.
28    
29  Operation modes:  Operation modes:
30    -h, --help               print this help, then exit    -h, --help                  print this help, then exit
31    -V, --version            print version number, then exit    -V, --version               print version number, then exit
32    -v, --verbose            verbosely report processing    -v, --verbose               verbosely report processing
33    -d, --debug              don't remove temporary files    -d, --debug                 don't remove temporary files
34    -B, --prepend-include=DIR   prepend directory DIR to search path    -B, --prepend-include=DIR   prepend directory DIR to search path
35    -I, --include=DIR           append directory DIR to search path    -I, --include=DIR           append directory DIR to search path
36    -f, --force              consider all files obsolete    -f, --force                 consider all files obsolete
37    -o, --output=FILE        save output in FILE (stdout is the default)    -o, --output=FILE           save output in FILE (stdout is the default)
38    -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [syntax]    -W, --warnings=CATEGORY     report the warnings falling in CATEGORY [syntax]
39    
40  Warning categories include:  Warning categories include:
41    \`cross'         cross compilation issues    \`cross'         cross compilation issues
# Line 112  while test $# -gt 0 ; do Line 112  while test $# -gt 0 ; do
112         AUTOM4TE="$AUTOM4TE $option $2"         AUTOM4TE="$AUTOM4TE $option $2"
113         shift 2 ;;         shift 2 ;;
114    
     # 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 ;;  
   
115      --trace=* | -t?* )      --trace=* | -t?* )
116         traces="$traces --trace='"`echo "$optarg" | sed "s/'/'\\\\\\\\''/g"`"'"         traces="$traces --trace='"`echo "$optarg" | sed "s/'/'\\\\\\\\''/g"`"'"
117         shift ;;         shift ;;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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