home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd2.bin / bbs / gnu / doschk-1.1-diffs.lha / GNU / src / diffs / doschk-1.1.diffs
Text File  |  1994-11-19  |  29KB  |  834 lines

  1. diff -rc --new-file doschk-1.1/Makefile.in /gnu/src/amiga/doschk-1.1/Makefile.in
  2. *** doschk-1.1/Makefile.in    Fri May 21 19:14:09 1993
  3. --- /gnu/src/amiga/doschk-1.1/Makefile.in    Wed Feb 23 15:39:05 1994
  4. ***************
  5. *** 29,38 ****
  6.   DEFS = @DEFS@
  7.   LIBS = @LIBS@
  8.   
  9. ! CFLAGS = -g
  10. ! LDFLAGS = -g
  11.   
  12. ! prefix = /usr/local
  13.   exec_prefix = $(prefix)
  14.   
  15.   bindir = $(exec_prefix)/bin
  16. --- 29,38 ----
  17.   DEFS = @DEFS@
  18.   LIBS = @LIBS@
  19.   
  20. ! CFLAGS = -O2
  21. ! LDFLAGS =
  22.   
  23. ! prefix = /gnu
  24.   exec_prefix = $(prefix)
  25.   
  26.   bindir = $(exec_prefix)/bin
  27. diff -rc --new-file doschk-1.1/Product-Info /gnu/src/amiga/doschk-1.1/Product-Info
  28. *** doschk-1.1/Product-Info    Thu Jan  1 00:00:00 1970
  29. --- /gnu/src/amiga/doschk-1.1/Product-Info    Mon Jul 11 23:24:20 1994
  30. ***************
  31. *** 0 ****
  32. --- 1,25 ----
  33. + .name
  34. + doschk
  35. + .fullname
  36. + Check DOS/SYSV filenames
  37. + .type
  38. + Miscellaneous
  39. + .short
  40. + Check DOS/SYSV filename limits.
  41. + .description
  42. + This program is intended as a utility to help software developers
  43. + ensure that their source file names are distinguishable on MS-DOS and
  44. + 14-character SYSV platforms.  To perform this task, doschk reads a
  45. + list of filenames and produces a report of all the conflicts that
  46. + would arise if the files were transferred to a MS-DOS or SYSV
  47. + platform.
  48. + .version
  49. + 1.1
  50. + .author
  51. + DJ Delorie
  52. + .requirements
  53. + Amiga binary requires ixemul.library.
  54. + .distribution
  55. + GNU Public License
  56. + .described-by
  57. + Fred Fish (fnf@amigalib.com)
  58. diff -rc --new-file doschk-1.1/configure /gnu/src/amiga/doschk-1.1/configure
  59. *** doschk-1.1/configure    Fri May 21 19:21:28 1993
  60. --- /gnu/src/amiga/doschk-1.1/configure    Mon Apr 25 11:38:39 1994
  61. ***************
  62. *** 1,135 ****
  63.   #!/bin/sh
  64.   # Guess values for system-dependent variables and create Makefiles.
  65. ! # Generated automatically using autoconf.
  66. ! # Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
  67.   
  68. ! # This program is free software; you can redistribute it and/or modify
  69. ! # it under the terms of the GNU General Public License as published by
  70. ! # the Free Software Foundation; either version 2, or (at your option)
  71.   # any later version.
  72.   
  73. ! # This program is distributed in the hope that it will be useful,
  74. ! # but WITHOUT ANY WARRANTY; without even the implied warranty of
  75. ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  76. ! # GNU General Public License for more details.
  77.   
  78.   # You should have received a copy of the GNU General Public License
  79.   # along with this program; if not, write to the Free Software
  80.   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  81.   
  82. ! # Usage: configure [--srcdir=DIR] [--host=HOST] [--gas] [--nfp] [--no-create]
  83. ! #        [--prefix=PREFIX] [--exec-prefix=PREFIX] [--with-PACKAGE] [TARGET]
  84. ! # Ignores all args except --srcdir, --prefix, --exec-prefix, --no-create, and
  85. ! # --with-PACKAGE unless this script has special code to handle it.
  86.   
  87.   
  88. ! for arg
  89.   do
  90. -   # Handle --exec-prefix with a space before the argument.
  91. -   if test x$next_exec_prefix = xyes; then exec_prefix=$arg; next_exec_prefix=
  92. -   # Handle --host with a space before the argument.
  93. -   elif test x$next_host = xyes; then next_host=
  94. -   # Handle --prefix with a space before the argument.
  95. -   elif test x$next_prefix = xyes; then prefix=$arg; next_prefix=
  96. -   # Handle --srcdir with a space before the argument.
  97. -   elif test x$next_srcdir = xyes; then srcdir=$arg; next_srcdir=
  98. -   else
  99. -     case $arg in
  100. -      # For backward compatibility, also recognize exact --exec_prefix.
  101. -      -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*)
  102. -     exec_prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  103. -      -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e)
  104. -     next_exec_prefix=yes ;;
  105. -      -gas | --gas | --ga | --g) ;;
  106. -      -host=* | --host=* | --hos=* | --ho=* | --h=*) ;;
  107. -      -host | --host | --hos | --ho | --h)
  108. -     next_host=yes ;;
  109. -      -nfp | --nfp | --nf) ;;
  110. -      -no-create | --no-create | --no-creat | --no-crea | --no-cre | --no-cr | --no-c | --no- | --no)
  111. -         no_create=1 ;;
  112. -      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  113. -     prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  114. -      -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  115. -     next_prefix=yes ;;
  116. -      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*)
  117. -     srcdir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  118. -      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
  119. -     next_srcdir=yes ;;
  120. -      -with-* | --with-*)
  121. -        package=`echo $arg|sed 's/-*with-//'`
  122. -        # Delete all the valid chars; see if any are left.
  123. -        if test -n "`echo $package|sed 's/[-a-zA-Z0-9_]*//g'`"; then
  124. -          echo "configure: $package: invalid package name" >&2; exit 1
  125. -        fi
  126. -        eval "with_`echo $package|sed s/-/_/g`=1" ;;
  127.   
  128. !      -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
  129. !        verbose=yes ;;
  130.   
  131. !      *) ;;
  132.       esac
  133. !   fi
  134.   done
  135.   
  136. ! trap 'rm -f conftest* core; exit 1' 1 3 15
  137.   
  138. ! rm -f conftest*
  139. ! compile='${CC-cc} $CFLAGS $DEFS conftest.c -o conftest $LIBS >/dev/null 2>&1'
  140.   
  141.   # A filename unique to this package, relative to the directory that
  142.   # configure is in, which we can look for to find out if srcdir is correct.
  143. ! unique_file=doschk.c
  144.   
  145.   # Find the source files, if location was not specified.
  146.   if test -z "$srcdir"; then
  147. !   srcdirdefaulted=yes
  148.     # Try the directory containing this script, then `..'.
  149. !   prog=$0
  150. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  151. !   test "X$confdir" = "X$prog" && confdir=.
  152. !   srcdir=$confdir
  153. !   if test ! -r $srcdir/$unique_file; then
  154.       srcdir=..
  155.     fi
  156.   fi
  157. ! if test ! -r $srcdir/$unique_file; then
  158. !   if test x$srcdirdefaulted = xyes; then
  159. !     echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2
  160.     else
  161. !     echo "configure: Can not find sources in \`${srcdir}'." 1>&2
  162.     fi
  163. -   exit 1
  164.   fi
  165. ! # Preserve a srcdir of `.' to avoid automounter screwups with pwd.
  166. ! # But we can't avoid them for `..', to make subdirectories work.
  167. ! case $srcdir in
  168. !   .|/*|~*) ;;
  169. !   *) srcdir=`cd $srcdir; pwd` ;; # Make relative path absolute.
  170. ! esac
  171.   
  172.   if test -z "$CC"; then
  173.     # Extract the first word of `gcc', so it can be a program name with args.
  174. !   set dummy gcc; word=$2
  175. !   echo checking for $word
  176. !   IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  177. !   for dir in $PATH; do
  178. !     test -z "$dir" && dir=.
  179. !     if test -f $dir/$word; then
  180.         CC="gcc"
  181.         break
  182.       fi
  183.     done
  184. !   IFS="$saveifs"
  185.   fi
  186.   test -z "$CC" && CC="cc"
  187. ! test -n "$CC" -a -n "$verbose" && echo "    setting CC to $CC"
  188.   
  189.   # Find out if we are using GNU C, under whatever name.
  190.   cat > conftest.c <<EOF
  191. --- 1,335 ----
  192.   #!/bin/sh
  193.   # Guess values for system-dependent variables and create Makefiles.
  194. ! # Generated automatically using autoconf version 1.9 
  195. ! # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
  196.   
  197. ! # This configure script is free software; you can redistribute it and/or
  198. ! # modify it under the terms of the GNU General Public License as published
  199. ! # by the Free Software Foundation; either version 2, or (at your option)
  200.   # any later version.
  201.   
  202. ! # This script is distributed in the hope that it will be useful, but
  203. ! # WITHOUT ANY WARRANTY; without even the implied warranty of
  204. ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
  205. ! # Public License for more details.
  206.   
  207.   # You should have received a copy of the GNU General Public License
  208.   # along with this program; if not, write to the Free Software
  209.   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  210.   
  211. ! # Save the original args to write them into config.status later.
  212. ! configure_args="$*"
  213.   
  214. + # Only options that might do something get documented.
  215. + ac_usage="Usage: configure [options] [host]
  216. + Options: [defaults in brackets after descriptions]
  217. + --build=BUILD        configure for building on BUILD [BUILD=HOST]
  218. + --disable-FEATURE    do not include FEATURE (same as --enable-FEATURE=no)
  219. + --enable-FEATURE[=ARG]    include FEATURE [ARG=yes]
  220. + --exec-prefix=PREFIX    install host dependent files in PREFIX [/usr/local]
  221. + --help            print this message
  222. + --host=HOST        configure for HOST [guessed]
  223. + --prefix=PREFIX        install host independent files in PREFIX [/usr/local]
  224. + --quiet, --silent    do not print \`checking for...' messages
  225. + --srcdir=DIR        find the sources in DIR [configure dir or ..]
  226. + --target=TARGET        configure for TARGET [TARGET=HOST]
  227. + --verbose        print results of checks
  228. + --version        print the version of autoconf that created configure
  229. + --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  230. + --without-PACKAGE    do not use PACKAGE (same as --with-PACKAGE=no)
  231. + --x-includes=DIR    X include files are in DIR
  232. + --x-libraries=DIR    X library files are in DIR"
  233. + # Initialize some variables set by options.
  234. + # The variables have the same names as the options, with
  235. + # dashes changed to underlines.
  236. + build=NONE
  237. + exec_prefix=
  238. + host=NONE
  239. + no_create=
  240. + nonopt=NONE
  241. + norecursion=
  242. + prefix=
  243. + program_prefix=
  244. + program_suffix=
  245. + program_transform_name=
  246. + silent=
  247. + srcdir=
  248. + target=NONE
  249. + verbose=
  250. + x_includes=
  251. + x_libraries=
  252.   
  253. ! ac_prev=
  254. ! for ac_option
  255.   do
  256.   
  257. !   # If the previous option needs an argument, assign it.
  258. !   if test -n "$ac_prev"; then
  259. !     eval "$ac_prev=\$ac_option"
  260. !     ac_prev=
  261. !     continue
  262. !   fi
  263. !   # Accept (but ignore some of) the important Cygnus configure
  264. !   # options, so we can diagnose typos.
  265. !   case "$ac_option" in
  266. !   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  267. !   *) ac_optarg= ;;
  268. !   esac
  269. !   case "$ac_option" in
  270.   
  271. !   -build | --build | --buil | --bui | --bu | --b)
  272. !     ac_prev=build ;;
  273. !   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  274. !     build="$ac_optarg" ;;
  275. !   -disable-* | --disable-*)
  276. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  277. !     # Reject names that aren't valid shell variable names.
  278. !     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  279. !       /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  280. !     fi
  281. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  282. !     eval "enable_${ac_feature}=no" ;;
  283. !   -enable-* | --enable-*)
  284. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  285. !     # Reject names that aren't valid shell variable names.
  286. !     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  287. !       /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  288. !     fi
  289. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  290. !     case "$ac_option" in
  291. !       *=*) ;;
  292. !       *) ac_optarg=yes ;;
  293.       esac
  294. !     eval "enable_${ac_feature}='$ac_optarg'" ;;
  295. !   # For backward compatibility, recognize -exec-prefix and --exec_prefix.
  296. !   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  297. !   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  298. !   | --exec | --exe | --ex)
  299. !     ac_prev=exec_prefix ;;
  300. !   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  301. !   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  302. !   | --exec=* | --exe=* | --ex=*)
  303. !     exec_prefix="$ac_optarg" ;;
  304. !   -gas | --gas | --ga | --g)
  305. !     with_gas=yes ;; # Obsolete; use --with-gas.
  306. !   -help | --help | --hel | --he)
  307. !     cat << EOF
  308. ! $ac_usage
  309. ! EOF
  310. !     exit 0 ;;
  311. !   -host | --host | --hos | --ho)
  312. !     ac_prev=host ;;
  313. !   -host=* | --host=* | --hos=* | --ho=*)
  314. !     host="$ac_optarg" ;;
  315. !   -nfp | --nfp | --nf)
  316. !     with_fp=no ;; # Obsolete; use --without-fp.
  317. !   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  318. !   | --no-cr | --no-c)
  319. !     no_create=yes ;;
  320. !   -norecursion | --norecursion | --norecursio | --norecursi \
  321. !   | --norecurs | --norecur | --norecu | --norec | --nore | --nor)
  322. !     norecursion=yes ;;
  323. !   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  324. !     ac_prev=prefix ;;
  325. !   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  326. !     prefix="$ac_optarg" ;;
  327. !   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  328. !   | --program-pre | --program-pr | --program-p)
  329. !     ac_prev=program_prefix ;;
  330. !   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  331. !   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  332. !     program_prefix="$ac_optarg" ;;
  333. !   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  334. !   | --program-suf | --program-su | --program-s)
  335. !     ac_prev=program_suffix ;;
  336. !   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  337. !   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  338. !     program_suffix="$ac_optarg" ;;
  339. !   -program-transform-name | --program-transform-name \
  340. !   | --program-transform-nam | --program-transform-na \
  341. !   | --program-transform-n | --program-transform- \
  342. !   | --program-transform | --program-transfor \
  343. !   | --program-transfo | --program-transf \
  344. !   | --program-trans | --program-tran \
  345. !   | --progr-tra | --program-tr | --program-t)
  346. !     ac_prev=program_transform_name ;;
  347. !   -program-transform-name=* | --program-transform-name=* \
  348. !   | --program-transform-nam=* | --program-transform-na=* \
  349. !   | --program-transform-n=* | --program-transform-=* \
  350. !   | --program-transform=* | --program-transfor=* \
  351. !   | --program-transfo=* | --program-transf=* \
  352. !   | --program-trans=* | --program-tran=* \
  353. !   | --progr-tra=* | --program-tr=* | --program-t=*)
  354. !     program_transform_name="$ac_optarg" ;;
  355. !   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  356. !   | -silent | --silent | --silen | --sile | --sil)
  357. !     silent=yes ;;
  358. !   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  359. !     ac_prev=srcdir ;;
  360. !   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  361. !     srcdir="$ac_optarg" ;;
  362. !   -target | --target | --targe | --targ | --tar | --ta | --t)
  363. !     ac_prev=target ;;
  364. !   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  365. !     target="$ac_optarg" ;;
  366. !   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  367. !     verbose=yes ;;
  368. !   -version | --version | --versio | --versi | --vers)
  369. !     /bin/echo "configure generated by autoconf version 1.9"
  370. !     exit 0 ;;
  371. !   -with-* | --with-*)
  372. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  373. !     # Reject names that aren't valid shell variable names.
  374. !     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  375. !       /bin/echo "configure: $ac_package: invalid package name" >&2; exit 1
  376. !     fi
  377. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  378. !     case "$ac_option" in
  379. !       *=*) ;;
  380. !       *) ac_optarg=yes ;;
  381. !     esac
  382. !     eval "with_${ac_package}='$ac_optarg'" ;;
  383. !   -without-* | --without-*)
  384. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  385. !     # Reject names that aren't valid shell variable names.
  386. !     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  387. !       /bin/echo "configure: $ac_package: invalid package name" >&2; exit 1
  388. !     fi
  389. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  390. !     eval "with_${ac_package}=no" ;;
  391. !   --x) with_x=yes ;; # Obsolete; use --with-x.
  392. !   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  393. !   | --x-incl | --x-inc | --x-in | --x-i)
  394. !     ac_prev=x_includes ;;
  395. !   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  396. !   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  397. !     x_includes="$ac_optarg" ;;
  398. !   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  399. !   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  400. !     ac_prev=x_libraries ;;
  401. !   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  402. !   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  403. !     x_libraries="$ac_optarg" ;;
  404. !   -*) /bin/echo "configure: $ac_option: invalid option; use --help to show usage" >&2; exit 1
  405. !     ;;
  406. !   *) 
  407. !     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  408. !       /bin/echo "configure: warning: $ac_option: invalid host type" >&2
  409. !     fi
  410. !     if test "x$nonopt" != xNONE; then
  411. !       /bin/echo "configure: can only configure for one host and one target at a time" >&2; exit 1
  412. !     fi
  413. !     nonopt="$ac_option"
  414. !     ;;
  415. !   esac
  416.   done
  417.   
  418. ! if test -n "$ac_prev"; then
  419. !   /bin/echo "configure: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" >&2; exit 1
  420. ! fi
  421.   
  422. ! trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  423. ! trap 'rm -fr confdefs* $ac_clean_files' 0
  424. ! # Save the original args if we used an alternate arg parser.
  425. ! ac_configure_temp="${configure_args-$*}"
  426. ! # Strip out --no-create and --norecursion so they don't pile up.
  427. ! configure_args=
  428. ! for ac_arg in $ac_configure_temp; do
  429. !   case "$ac_arg" in
  430. !   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  431. !   | --no-cr | --no-c) ;;
  432. !   -norecursion | --norecursion | --norecursio | --norecursi \
  433. !   | --norecurs | --norecur | --norecu | --norec | --nore | --nor) ;;
  434. !   *) configure_args="$configure_args $ac_arg" ;;
  435. !   esac
  436. ! done
  437. ! # NLS nuisances.
  438. ! # These must not be set unconditionally because not all systems understand
  439. ! # e.g. LANG=C (notably SCO).
  440. ! if test "${LC_ALL+set}" = 'set'; then LC_ALL=C; export LC_ALL; fi
  441. ! if test "${LANG+set}"   = 'set'; then LANG=C;   export LANG;   fi
  442. ! # confdefs.h avoids OS command line length limits that DEFS can exceed.
  443. ! rm -rf conftest* confdefs.h
  444. ! # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  445. ! /bin/echo > confdefs.h
  446.   
  447.   # A filename unique to this package, relative to the directory that
  448.   # configure is in, which we can look for to find out if srcdir is correct.
  449. ! ac_unique_file=doschk.c
  450.   
  451.   # Find the source files, if location was not specified.
  452.   if test -z "$srcdir"; then
  453. !   ac_srcdir_defaulted=yes
  454.     # Try the directory containing this script, then `..'.
  455. !   ac_prog=$0
  456. !   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  457. !   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  458. !   srcdir=$ac_confdir
  459. !   if test ! -r $srcdir/$ac_unique_file; then
  460.       srcdir=..
  461.     fi
  462.   fi
  463. ! if test ! -r $srcdir/$ac_unique_file; then
  464. !   if test x$ac_srcdir_defaulted = xyes; then
  465. !     /bin/echo "configure: can not find sources in ${ac_confdir} or .." >&2; exit 1
  466.     else
  467. !     /bin/echo "configure: can not find sources in ${srcdir}" >&2; exit 1
  468.     fi
  469.   fi
  470. ! ac_ext=c
  471. ! ac_cpp='${CPP} $CFLAGS'
  472. ! ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev/null 2>&1'
  473.   
  474.   if test -z "$CC"; then
  475.     # Extract the first word of `gcc', so it can be a program name with args.
  476. !   set ac_dummy gcc; ac_word=$2
  477. !   test -n "$silent" || /bin/echo "checking for $ac_word"
  478. !   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  479. !   for ac_dir in $PATH; do
  480. !     test -z "$ac_dir" && ac_dir=.
  481. !     if test -f $ac_dir/$ac_word; then
  482.         CC="gcc"
  483.         break
  484.       fi
  485.     done
  486. !   IFS="$ac_save_ifs"
  487.   fi
  488.   test -z "$CC" && CC="cc"
  489. ! test -n "$CC" && test -n "$verbose" && /bin/echo "    setting CC to $CC"
  490.   
  491.   # Find out if we are using GNU C, under whatever name.
  492.   cat > conftest.c <<EOF
  493. ***************
  494. *** 147,201 ****
  495.   # /usr/sbin/install, which might be in PATH before a BSD-like install,
  496.   # or the SunOS /usr/etc/install directory, or the AIX /bin/install,
  497.   # or the AFS install, which mishandles nonexistent args, or
  498. ! # /usr/ucb/install on SVR4 (which tries to use the nonexistent group
  499. ! # `staff'.  On most BSDish systems install is in /usr/bin, not /usr/ucb
  500. ! # anyway).  Sigh.
  501.   if test "z${INSTALL}" = "z" ; then
  502. !   echo checking for install
  503. !   IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  504. !   for dir in $PATH; do
  505. !     test -z "$dir" && dir=.
  506. !     case $dir in
  507. !     /etc|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
  508.       *)
  509. !       if test -f $dir/installbsd; then
  510. !     INSTALL="$dir/installbsd -c" # OSF1
  511. !     INSTALL_PROGRAM='$(INSTALL)'
  512. !     INSTALL_DATA='$(INSTALL) -m 644'
  513. !     break
  514. !       fi
  515. !       if test -f $dir/install; then
  516. !     if grep dspmsg $dir/install >/dev/null 2>&1; then
  517. !       : # AIX
  518. !     else
  519. !       INSTALL="$dir/install -c"
  520. !       INSTALL_PROGRAM='$(INSTALL)'
  521. !       INSTALL_DATA='$(INSTALL) -m 644'
  522. !       break
  523.       fi
  524. !       fi
  525.         ;;
  526.       esac
  527.     done
  528. !   IFS="$saveifs"
  529.   fi
  530. ! INSTALL=${INSTALL-cp}
  531. ! INSTALL_PROGRAM=${INSTALL_PROGRAM-'$(INSTALL)'}
  532. ! INSTALL_DATA=${INSTALL_DATA-'$(INSTALL)'}
  533.   
  534.   if test -n "$prefix"; then
  535. !   test -z "$exec_prefix" && exec_prefix='${prefix}'
  536. !   prsub="s%^prefix\\([     ]*\\)=\\([     ]*\\).*$%prefix\\1=\\2$prefix%"
  537.   fi
  538.   if test -n "$exec_prefix"; then
  539. !   prsub="$prsub
  540. ! s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%\
  541. ! exec_prefix\\1=\\2$exec_prefix%"
  542.   fi
  543. - DEFS="`echo \"$DEFS\" | sed 's%[&\\\]%\\\&%g'`"
  544.   
  545. ! trap 'rm -f config.status; exit 1' 1 3 15
  546. ! echo creating config.status
  547.   rm -f config.status
  548.   cat > config.status <<EOF
  549.   #!/bin/sh
  550. --- 347,436 ----
  551.   # /usr/sbin/install, which might be in PATH before a BSD-like install,
  552.   # or the SunOS /usr/etc/install directory, or the AIX /bin/install,
  553.   # or the AFS install, which mishandles nonexistent args, or
  554. ! # /usr/ucb/install on SVR4, which tries to use the nonexistent group
  555. ! # `staff', or /sbin/install on IRIX which has incompatible command-line
  556. ! # syntax.  Sigh.
  557. ! #
  558. ! #     On most BSDish systems install is in /usr/bin, not /usr/ucb
  559. ! #     anyway.
  560. ! # This turns out not to be true, so the mere pathname isn't an indication
  561. ! # of whether the program works.  What we really need is a set of tests for
  562. ! # the install program to see if it actually works in all the required ways.
  563. ! #
  564. ! # Avoid using ./install, which might have been erroneously created
  565. ! # by make from ./install.sh.
  566.   if test "z${INSTALL}" = "z" ; then
  567. !   test -n "$silent" || /bin/echo "checking for a BSD compatible install"
  568. !   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  569. !   for ac_dir in $PATH; do
  570. !     case "$ac_dir" in
  571. !     ''|.|/gnu/etc|/sbin|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
  572.       *)
  573. !       # OSF1 and SCO ODT 3.0 have their own names for install.
  574. !       for ac_prog in installbsd scoinst install; do
  575. !         if test -f $ac_dir/$ac_prog; then
  576. !       if test $ac_prog = install &&
  577. !             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  578. !         # AIX install.  It has an incompatible calling convention.
  579. !         # OSF/1 installbsd also uses dspmsg, but is usable.
  580. !         :
  581. !       else
  582. !         INSTALL="$ac_dir/$ac_prog -c"
  583. !         INSTALL_PROGRAM='${INSTALL}'
  584. !         INSTALL_DATA='${INSTALL} -m 644'
  585. !         break 2
  586. !       fi
  587.       fi
  588. !       done
  589.         ;;
  590.       esac
  591.     done
  592. !   IFS="$ac_save_ifs"
  593. ! fi
  594. ! if test -z "$INSTALL"; then
  595. !   if test -f ${srcdir}/install.sh; then
  596. !     # As a last resort, use the slow shell script.
  597. !     INSTALL='@top_srcdir@/install.sh -c'
  598. !   else
  599. !     /bin/echo "configure: warning: ${srcdir}/install.sh not found; using cp" >&2
  600. !     INSTALL=cp
  601. !   fi
  602.   fi
  603. ! test -n "$verbose" && /bin/echo "    setting INSTALL to $INSTALL"
  604. ! # Use test -z because SunOS4 sh mishandles ${INSTALL_PROGRAM-'${INSTALL}'}.
  605. ! # It thinks the first close brace ends the variable substitution.
  606. ! test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  607. ! test -n "$verbose" && /bin/echo "    setting INSTALL_PROGRAM to $INSTALL_PROGRAM"
  608. ! test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL}'
  609. ! test -n "$verbose" && /bin/echo "    setting INSTALL_DATA to $INSTALL_DATA"
  610.   
  611. + # Set default prefixes.
  612.   if test -n "$prefix"; then
  613. !   test -z "$exec_prefix" && exec_prefix='${prefix}' # Let make expand it.
  614. !   ac_prsub="s%^prefix\\([     ]*\\)=\\([     ]*\\).*$%prefix\\1=\\2$prefix%"
  615.   fi
  616.   if test -n "$exec_prefix"; then
  617. !   ac_prsub="$ac_prsub
  618. ! s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%exec_prefix\\1=\\2$exec_prefix%"
  619. ! fi
  620. ! # Any assignment to VPATH causes Sun make to only execute
  621. ! # the first set of double-colon rules, so remove it if not needed.
  622. ! # If there is a colon in the path, we need to keep it.
  623. ! if test "x$srcdir" = x.; then
  624. !   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  625.   fi
  626.   
  627. ! # Quote sed substitution magic chars in DEFS.
  628. ! cat >conftest.def <<EOF
  629. ! $DEFS
  630. ! EOF
  631. ! ac_escape_ampersand_and_backslash='s%[&\\]%\\&%g'
  632. ! DEFS=`sed "$ac_escape_ampersand_and_backslash" <conftest.def`
  633. ! rm -f conftest.def
  634. ! # Substitute for predefined variables.
  635. ! trap 'rm -f config.status; exit 1' 1 2 15
  636. ! /bin/echo creating config.status
  637.   rm -f config.status
  638.   cat > config.status <<EOF
  639.   #!/bin/sh
  640. ***************
  641. *** 204,260 ****
  642.   # This directory was configured as follows,
  643.   # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  644.   #
  645. ! # $0 $*
  646.   
  647. ! for arg
  648.   do
  649. !   case "\$arg" in
  650. !     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  651. !     exec /bin/sh $0 $* ;;
  652. !     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  653.     esac
  654.   done
  655.   
  656. ! trap 'rm -f Makefile; exit 1' 1 3 15
  657.   CC='$CC'
  658.   INSTALL='$INSTALL'
  659.   INSTALL_PROGRAM='$INSTALL_PROGRAM'
  660.   INSTALL_DATA='$INSTALL_DATA'
  661.   LIBS='$LIBS'
  662.   srcdir='$srcdir'
  663. ! DEFS='$DEFS'
  664.   prefix='$prefix'
  665.   exec_prefix='$exec_prefix'
  666. ! prsub='$prsub'
  667.   EOF
  668.   cat >> config.status <<\EOF
  669.   
  670. ! top_srcdir=$srcdir
  671. ! for file in .. Makefile; do if [ "x$file" != "x.." ]; then
  672. !   srcdir=$top_srcdir
  673.     # Remove last slash and all that follows it.  Not all systems have dirname.
  674. !   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  675. !   if test "$dir" != "$file"; then
  676. !     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  677. !     test ! -d $dir && mkdir $dir
  678.     fi
  679. !   echo creating $file
  680. !   rm -f $file
  681. !   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  682.     sed -e "
  683. ! $prsub
  684.   s%@CC@%$CC%g
  685.   s%@INSTALL@%$INSTALL%g
  686.   s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  687.   s%@INSTALL_DATA@%$INSTALL_DATA%g
  688.   s%@LIBS@%$LIBS%g
  689.   s%@srcdir@%$srcdir%g
  690.   s%@DEFS@%$DEFS%
  691. ! " $top_srcdir/${file}.in >> $file
  692.   fi; done
  693.   
  694.   exit 0
  695.   EOF
  696.   chmod +x config.status
  697. ! test -n "$no_create" || ./config.status
  698.   
  699. --- 439,530 ----
  700.   # This directory was configured as follows,
  701.   # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  702.   #
  703. ! # $0 $configure_args
  704.   
  705. ! ac_cs_usage="Usage: config.status [--recheck] [--version] [--help]"
  706. ! for ac_option
  707.   do
  708. !   case "\$ac_option" in
  709. !   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  710. !     /bin/echo running \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create
  711. !     exec \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create ;;
  712. !   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  713. !     /bin/echo "config.status generated by autoconf version 1.9"
  714. !     exit 0 ;;
  715. !   -help | --help | --hel | --he | --h)
  716. !     /bin/echo "\$ac_cs_usage"; exit 0 ;;
  717. !   *) /bin/echo "\$ac_cs_usage"; exit 1 ;;
  718.     esac
  719.   done
  720.   
  721. ! trap 'rm -f Makefile; exit 1' 1 2 15
  722.   CC='$CC'
  723.   INSTALL='$INSTALL'
  724.   INSTALL_PROGRAM='$INSTALL_PROGRAM'
  725.   INSTALL_DATA='$INSTALL_DATA'
  726.   LIBS='$LIBS'
  727.   srcdir='$srcdir'
  728. ! top_srcdir='$top_srcdir'
  729.   prefix='$prefix'
  730.   exec_prefix='$exec_prefix'
  731. ! DEFS='$DEFS'
  732. ! ac_prsub='$ac_prsub'
  733. ! ac_vpsub='$ac_vpsub'
  734. ! extrasub='$extrasub'
  735.   EOF
  736.   cat >> config.status <<\EOF
  737.   
  738. ! ac_given_srcdir=$srcdir
  739. ! CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  740. ! for ac_file in .. ${CONFIG_FILES}; do if test "x$ac_file" != x..; then
  741.     # Remove last slash and all that follows it.  Not all systems have dirname.
  742. !   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  743. !   if test "$ac_dir" != "$ac_file"; then
  744. !     # The file is in a subdirectory.
  745. !     test ! -d "$ac_dir" && mkdir "$ac_dir"
  746. !     ac_dir_suffix="/$ac_dir"
  747. !   else
  748. !     ac_dir_suffix=
  749.     fi
  750. !   # A "../" for each directory in $ac_dir_suffix.
  751. !   ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  752. !   case "$ac_given_srcdir" in
  753. !   .)  srcdir=.; top_srcdir="$ac_dots." ;;
  754. !   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  755. !   *) # Relative path.
  756. !     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  757. !     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  758. !   esac
  759. !   /bin/echo creating "$ac_file"
  760. !   rm -f "$ac_file"
  761. !   comment_str="Generated automatically from `/bin/echo $ac_file|sed 's|.*/||'`.in by configure."
  762. !   case "$ac_file" in
  763. !     *.c | *.h | *.C | *.cc | *.m )  /bin/echo "/* $comment_str */" > "$ac_file" ;;
  764. !     * )          /bin/echo "# $comment_str"     > "$ac_file" ;;
  765. !   esac
  766.     sed -e "
  767. ! $ac_prsub
  768. ! $ac_vpsub
  769. ! $extrasub
  770.   s%@CC@%$CC%g
  771.   s%@INSTALL@%$INSTALL%g
  772.   s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  773.   s%@INSTALL_DATA@%$INSTALL_DATA%g
  774.   s%@LIBS@%$LIBS%g
  775.   s%@srcdir@%$srcdir%g
  776. + s%@top_srcdir@%$top_srcdir%g
  777. + s%@prefix@%$prefix%g
  778. + s%@exec_prefix@%$exec_prefix%g
  779.   s%@DEFS@%$DEFS%
  780. ! " $ac_given_srcdir/${ac_file}.in >> $ac_file
  781.   fi; done
  782.   
  783.   exit 0
  784.   EOF
  785.   chmod +x config.status
  786. ! test -n "$no_create" || ${CONFIG_SHELL-/bin/sh} config.status
  787.   
  788.