/[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.153 by akim, Fri May 16 09:54:46 2003 UTC revision 1.154 by akim, Thu May 22 13:24:05 2003 UTC
# Line 15  elif test -n "${BASH_VERSION+set}" && (s Line 15  elif test -n "${BASH_VERSION+set}" && (s
15  fi  fi
16    
17  # Support unset when possible.  # Support unset when possible.
18  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
19    as_unset=unset    as_unset=unset
20  else  else
21    as_unset=false    as_unset=false
# Line 174  verbose=: Line 174  verbose=:
174  # Parse command line.  # Parse command line.
175  while test $# -gt 0 ; do  while test $# -gt 0 ; do
176    option=`expr "x$1" : 'x\(--[^=]*\)' \| \    option=`expr "x$1" : 'x\(--[^=]*\)' \| \
177                 "x$1" : 'x\(-.\)'`                 "x$1" : 'x\(-.\)'`
178    optarg=`expr "x$1" : 'x--[^=]*=\(.*\)' \| \    optarg=`expr "x$1" : 'x--[^=]*=\(.*\)' \| \
179                 "x$1" : 'x-.\(.*\)'`                 "x$1" : 'x-.\(.*\)'`
180    case $1 in    case $1 in
181      --version | -V )      --version | -V )
182         echo "$version" ; exit 0 ;;         echo "$version" ; exit 0 ;;
# Line 243  case $# in Line 243  case $# in
243    0)    0)
244      if test -f configure.ac; then      if test -f configure.ac; then
245        if test -f configure.in; then        if test -f configure.in; then
246          echo "$me: warning: both \`configure.ac' and \`configure.in' are present." >&2          echo "$me: warning: both \`configure.ac' and \`configure.in' are present." >&2
247          echo "$me: warning: proceeding with \`configure.ac'." >&2          echo "$me: warning: proceeding with \`configure.ac'." >&2
248        fi        fi
249        infile=configure.ac        infile=configure.ac
250      elif test -f configure.in; then      elif test -f configure.in; then

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154

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