home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-diffs.gz / octave-1.1.1p1-diffs
Text File  |  1996-10-13  |  277KB  |  8,305 lines

  1. This file contains patches that transform the baseline version into
  2. the amiga version.  Assuming that you have unarchived the baseline
  3. version in the current directory, just run the command:
  4.  
  5.     patch -p1 -E -b .pbak <diff-file
  6.  
  7. where 'diff-file' is this patch file.  After running patch you should
  8. remove all the generated *.pbak files, and look for any *.rej files
  9. that indicate a problem patching the baseline source.
  10.  
  11. diff -rup --new-file baseline/fsf/octave/Makeconf.in amiga/fsf/octave/Makeconf.in
  12. --- baseline/fsf/octave/Makeconf.in    Tue Feb 14 15:35:24 1995
  13. +++ amiga/fsf/octave/Makeconf.in    Sat Sep 28 00:00:00 1996
  14. @@ -70,7 +70,7 @@ BUG_CFLAGS = $(DEFS) $(GCC_IEEE_FP_FLAG)
  15.  
  16.  CXX = @CXX@
  17.  CXXCPP = @CXXCPP@
  18. -CXXFLAGS = @CXXFLAGS@
  19. +CXXFLAGS = @CXXFLAGS@ -fno-for-scope
  20.  NO_IMPLICIT_TEMPLATES = @NO_IMPLICIT_TEMPLATES@
  21.  HOST_CXXFLAGS = @HOST_CXXFLAGS@
  22.  ALL_CXXFLAGS = $(INCFLAGS) $(DEFS) $(HOST_CXXFLAGS) \
  23. diff -rup --new-file baseline/fsf/octave/Product-Info amiga/fsf/octave/Product-Info
  24. --- baseline/fsf/octave/Product-Info    Wed Dec 31 17:00:00 1969
  25. +++ amiga/fsf/octave/Product-Info    Sat Sep 28 00:00:00 1996
  26. @@ -0,0 +1,28 @@
  27. +.name
  28. +octave
  29. +.type
  30. +Number Crunching
  31. +.short
  32. +Language for numerical computations.
  33. +.description
  34. +Octave is a high-level language, primarily intended for numerical
  35. +computations.  It provides a convenient command line interface for
  36. +solving linear and nonlinear problems numerically.
  37. +.version
  38. +1.1.1p1
  39. +.date
  40. +1995.02.23
  41. +.author
  42. +John W. Eaton
  43. +.distribution
  44. +GNU Public License
  45. +.email
  46. +jwe@che.utexas.edu
  47. +.source
  48. +Includes source in C.
  49. +.docs
  50. +README
  51. +.described-by
  52. +Fred Fish (fnf@amigalib.com)
  53. +.submittal
  54. +Downloaded via ftp from prep.ai.mit.edu:pub/gnu
  55. diff -rup --new-file baseline/fsf/octave/config.sub amiga/fsf/octave/config.sub
  56. --- baseline/fsf/octave/config.sub    Fri Jan 20 15:30:15 1995
  57. +++ amiga/fsf/octave/config.sub    Sat Sep 28 00:00:00 1996
  58. @@ -174,11 +174,11 @@ case $basic_machine in
  59.          os=-sysv
  60.          ;;
  61.      amiga | amiga-*)
  62. -        basic_machine=m68k-cbm
  63. +        basic_machine=m68k-unknown
  64.          ;;
  65. -    amigados)
  66. -        basic_machine=m68k-cbm
  67. -        os=-amigados
  68. +    amigaos)
  69. +        basic_machine=m68k-unknown
  70. +        os=-amigaos
  71.          ;;
  72.      amigaunix | amix)
  73.          basic_machine=m68k-cbm
  74. @@ -596,7 +596,7 @@ case $os in
  75.      -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
  76.            | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \
  77.            | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
  78. -          | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
  79. +          | -amigaos* | -msdos* | -newsos* | -unicos* | -aos* \
  80.            | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
  81.            | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
  82.            | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
  83. @@ -710,7 +710,7 @@ case $basic_machine in
  84.          os=-sysv
  85.          ;;
  86.      *-cbm)
  87. -        os=-amigados
  88. +        os=-amigaos
  89.          ;;
  90.      *-dg)
  91.          os=-dgux
  92. diff -rup --new-file baseline/fsf/octave/configure amiga/fsf/octave/configure
  93. --- baseline/fsf/octave/configure    Wed Feb 22 13:33:24 1995
  94. +++ amiga/fsf/octave/configure    Mon Sep 30 22:48:28 1996
  95. @@ -1,10 +1,10 @@
  96. -#!/bin/sh
  97. +#! /bin/sh
  98.  
  99.  # From configure.in Revision: 1.92 
  100.  
  101.  # Guess values for system-dependent variables and create Makefiles.
  102. -# Generated automatically using autoconf version 2.1 
  103. -# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  104. +# Generated automatically using autoconf version 2.10 
  105. +# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  106.  #
  107.  # This configure script is free software; the Free Software Foundation
  108.  # gives unlimited permission to copy, distribute and modify it.
  109. @@ -42,9 +42,25 @@ target=NONE
  110.  verbose=
  111.  x_includes=NONE
  112.  x_libraries=NONE
  113. +bindir='${exec_prefix}/bin'
  114. +sbindir='${exec_prefix}/sbin'
  115. +libexecdir='${exec_prefix}/libexec'
  116. +datadir='${prefix}/share'
  117. +sysconfdir='${prefix}/etc'
  118. +sharedstatedir='${prefix}/com'
  119. +localstatedir='${prefix}/var'
  120. +libdir='${exec_prefix}/lib'
  121. +includedir='${prefix}/include'
  122. +oldincludedir='/usr/include'
  123. +infodir='${prefix}/info'
  124. +guidedir='${prefix}/guide'
  125. +psdir='${prefix}/ps'
  126. +dvidir='${prefix}/dvi'
  127. +mandir='${prefix}/man'
  128.  
  129.  # Initialize some other variables.
  130.  subdirs=
  131. +MFLAGS= MAKEFLAGS=
  132.  
  133.  ac_prev=
  134.  for ac_option
  135. @@ -66,9 +82,14 @@ do
  136.  
  137.    case "$ac_option" in
  138.  
  139. -  -build | --build | --buil | --bui | --bu | --b)
  140. +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
  141. +    ac_prev=bindir ;;
  142. +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  143. +    bindir="$ac_optarg" ;;
  144. +
  145. +  -build | --build | --buil | --bui | --bu)
  146.      ac_prev=build ;;
  147. -  -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  148. +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  149.      build="$ac_optarg" ;;
  150.  
  151.    -cache-file | --cache-file | --cache-fil | --cache-fi \
  152. @@ -78,6 +99,12 @@ do
  153.    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  154.      cache_file="$ac_optarg" ;;
  155.  
  156. +  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  157. +    ac_prev=datadir ;;
  158. +  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  159. +  | --da=*)
  160. +    datadir="$ac_optarg" ;;
  161. +
  162.    -disable-* | --disable-*)
  163.      ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  164.      # Reject names that are not valid shell variable names.
  165. @@ -128,12 +155,32 @@ Configuration:
  166.  Directory and file names:
  167.    --prefix=PREFIX         install architecture-independent files in PREFIX
  168.                            [$ac_default_prefix]
  169. -  --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  170. +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  171.                            [same as prefix]
  172. +  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  173. +  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  174. +  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  175. +  --datadir=DIR           read-only architecture-independent data in DIR
  176. +                          [PREFIX/share]
  177. +  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  178. +  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  179. +                          [PREFIX/com]
  180. +  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  181. +  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  182. +  --includedir=DIR        C header files in DIR [PREFIX/include]
  183. +  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  184. +  --infodir=DIR           info documentation in DIR [PREFIX/info]
  185. +  --guidedir=DIR          Amigaguide documentation in DIR [PREFIX/guide]
  186. +  --psdir=DIR             postscript documentation in DIR [PREFIX/ps]
  187. +  --dvidir=DIR            TeX dvi documentation in DIR [PREFIX/dvi]
  188. +  --mandir=DIR            man documentation in DIR [PREFIX/man]
  189.    --srcdir=DIR            find the sources in DIR [configure dir or ..]
  190.    --program-prefix=PREFIX prepend PREFIX to installed program names
  191.    --program-suffix=SUFFIX append SUFFIX to installed program names
  192. -  --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  193. +  --program-transform-name=PROGRAM
  194. +                          run sed PROGRAM on installed program names
  195. +EOF
  196. +    cat << EOF
  197.  Host type:
  198.    --build=BUILD           configure for building on BUILD [BUILD=HOST]
  199.    --host=HOST             configure for HOST [guessed]
  200. @@ -145,8 +192,10 @@ Features and packages:
  201.    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  202.    --x-includes=DIR        X include files are in DIR
  203.    --x-libraries=DIR       X library files are in DIR
  204. ---enable and --with options recognized:$ac_help
  205.  EOF
  206. +    if test -n "$ac_help"; then
  207. +      echo "--enable and --with options recognized:$ac_help"
  208. +    fi
  209.      exit 0 ;;
  210.  
  211.    -host | --host | --hos | --ho)
  212. @@ -154,6 +203,56 @@ EOF
  213.    -host=* | --host=* | --hos=* | --ho=*)
  214.      host="$ac_optarg" ;;
  215.  
  216. +  -includedir | --includedir | --includedi | --included | --include \
  217. +  | --includ | --inclu | --incl | --inc)
  218. +    ac_prev=includedir ;;
  219. +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  220. +  | --includ=* | --inclu=* | --incl=* | --inc=*)
  221. +    includedir="$ac_optarg" ;;
  222. +
  223. +  -infodir | --infodir | --infodi | --infod | --info | --inf)
  224. +    ac_prev=infodir ;;
  225. +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  226. +    infodir="$ac_optarg" ;;
  227. +
  228. + -guidedir | --guidedir | --guidedi | --guided | --guide | --gui)
  229. +   ac_prev=guidedir ;;
  230. + -guidedir=* | --guidedir=* | --guidedi=* | --guided=* | --guide=* |--gui=*)+    guidedir="$ac_optarg" ;;
  231. +
  232. + -psdir | --psdir | --psdi | --psd | --ps)
  233. +   ac_prev=psdir ;;
  234. + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)+    psdir="$ac_optarg" ;;
  235. +
  236. + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  237. +   ac_prev=dvidir ;;
  238. + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* |--dv=*)+    dvidir="$ac_optarg" ;;
  239. +
  240. +  -libdir | --libdir | --libdi | --libd)
  241. +    ac_prev=libdir ;;
  242. +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
  243. +    libdir="$ac_optarg" ;;
  244. +
  245. +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  246. +  | --libexe | --libex | --libe)
  247. +    ac_prev=libexecdir ;;
  248. +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  249. +  | --libexe=* | --libex=* | --libe=*)
  250. +    libexecdir="$ac_optarg" ;;
  251. +
  252. +  -localstatedir | --localstatedir | --localstatedi | --localstated \
  253. +  | --localstate | --localstat | --localsta | --localst \
  254. +  | --locals | --local | --loca | --loc | --lo)
  255. +    ac_prev=localstatedir ;;
  256. +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  257. +  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  258. +  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  259. +    localstatedir="$ac_optarg" ;;
  260. +
  261. +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  262. +    ac_prev=mandir ;;
  263. +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  264. +    mandir="$ac_optarg" ;;
  265. +
  266.    -nfp | --nfp | --nf)
  267.      # Obsolete; use --without-fp.
  268.      with_fp=no ;;
  269. @@ -166,6 +265,15 @@ EOF
  270.    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  271.      no_recursion=yes ;;
  272.  
  273. +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  274. +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  275. +  | --oldin | --oldi | --old | --ol | --o)
  276. +    ac_prev=oldincludedir ;;
  277. +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  278. +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  279. +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  280. +    oldincludedir="$ac_optarg" ;;
  281. +
  282.    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  283.      ac_prev=prefix ;;
  284.    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  285. @@ -206,6 +314,23 @@ EOF
  286.    | -silent | --silent | --silen | --sile | --sil)
  287.      silent=yes ;;
  288.  
  289. +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  290. +    ac_prev=sbindir ;;
  291. +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  292. +  | --sbi=* | --sb=*)
  293. +    sbindir="$ac_optarg" ;;
  294. +
  295. +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  296. +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  297. +  | --sharedst | --shareds | --shared | --share | --shar \
  298. +  | --sha | --sh)
  299. +    ac_prev=sharedstatedir ;;
  300. +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  301. +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  302. +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  303. +  | --sha=* | --sh=*)
  304. +    sharedstatedir="$ac_optarg" ;;
  305. +
  306.    -site | --site | --sit)
  307.      ac_prev=site ;;
  308.    -site=* | --site=* | --sit=*)
  309. @@ -216,6 +341,13 @@ EOF
  310.    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  311.      srcdir="$ac_optarg" ;;
  312.  
  313. +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  314. +  | --syscon | --sysco | --sysc | --sys | --sy)
  315. +    ac_prev=sysconfdir ;;
  316. +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  317. +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  318. +    sysconfdir="$ac_optarg" ;;
  319. +
  320.    -target | --target | --targe | --targ | --tar | --ta | --t)
  321.      ac_prev=target ;;
  322.    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  323. @@ -225,7 +357,7 @@ EOF
  324.      verbose=yes ;;
  325.  
  326.    -version | --version | --versio | --versi | --vers)
  327. -    echo "configure generated by autoconf version 2.1"
  328. +    echo "configure generated by autoconf version 2.10"
  329.      exit 0 ;;
  330.  
  331.    -with-* | --with-*)
  332. @@ -271,7 +403,7 @@ EOF
  333.    -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  334.      ;;
  335.  
  336. -  *) 
  337. +  *)
  338.      if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  339.        echo "configure: warning: $ac_option: invalid host type" 1>&2
  340.      fi
  341. @@ -288,19 +420,20 @@ if test -n "$ac_prev"; then
  342.    { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  343.  fi
  344.  
  345. -trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  346. +trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  347.  
  348.  # File descriptor usage:
  349. -# 0 unused; standard input
  350. +# 0 standard input
  351.  # 1 file creation
  352.  # 2 errors and warnings
  353. -# 3 unused; some systems may open it to /dev/tty
  354. -# 4 checking for... messages and results
  355. +# 3 some systems may open it to /dev/tty
  356. +# 4 used on the Kubota Titan
  357. +# 6 checking for... messages and results
  358.  # 5 compiler messages saved in config.log
  359.  if test "$silent" = yes; then
  360. -  exec 4>/dev/null
  361. +  exec 6>/dev/null
  362.  else
  363. -  exec 4>&1
  364. +  exec 6>&1
  365.  fi
  366.  exec 5>./config.log
  367.  
  368. @@ -390,8 +523,8 @@ fi
  369.  ac_ext=c
  370.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  371.  ac_cpp='$CPP $CPPFLAGS'
  372. -ac_compile='${CC-cc} $CFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
  373. -ac_link='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
  374. +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  375. +ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  376.  
  377.  if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  378.    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  379. @@ -438,7 +571,7 @@ if $ac_config_sub sun4 >/dev/null 2>&1; 
  380.  else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  381.  fi
  382.  
  383. -echo $ac_n "checking host system type""... $ac_c" 1>&4
  384. +echo $ac_n "checking host system type""... $ac_c" 1>&6
  385.  
  386.  host_alias=$host
  387.  case "$host_alias" in
  388. @@ -456,7 +589,7 @@ host=`$ac_config_sub $host_alias`
  389.  host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
  390.  host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
  391.  host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
  392. -echo "$ac_t""$host" 1>&4
  393. +echo "$ac_t""$host" 1>&6
  394.  
  395.  if test -z "$host"; then
  396.    host=unknown
  397. @@ -470,21 +603,22 @@ fi
  398.  
  399.  
  400.  ### Allow the user to force us to use f2c.
  401. +### Amiga hack -- the GNU f77 compiler won't quite work yet so force this.
  402.  
  403.  # Check whether --with-f2c or --without-f2c was given.
  404. -withval="$with_f2c"
  405. -if test -n "$withval"; then
  406. +if test "${with_f2c+set}" = set; then
  407. +  withval="$with_f2c"
  408.    use_f2c=true
  409.  else
  410. -  use_f2c=false
  411. +  use_f2c=true
  412.  fi
  413.  
  414.  
  415.  ### Allow the user to experiment with dynamic linking using GNU dld.
  416.  
  417.  # Check whether --enable-dld or --disable-dld was given.
  418. -enableval="$enable_dld"
  419. -if test -n "$enableval"; then
  420. +if test "${enable_dld+set}" = set; then
  421. +  enableval="$enable_dld"
  422.    use_dld=true
  423.  else
  424.    use_dld=false
  425. @@ -496,8 +630,8 @@ fi
  426.  ### of dynamic linking is also supported and used.
  427.  
  428.  # Check whether --enable-lite-kernel or --disable-lite-kernel was given.
  429. -enableval="$enable_lite_kernel"
  430. -if test -n "$enableval"; then
  431. +if test "${enable_lite_kernel+set}" = set; then
  432. +  enableval="$enable_lite_kernel"
  433.    lite_kernel=true
  434.  else
  435.    lite_kernel=false
  436. @@ -533,24 +667,24 @@ fcnfilepath='.:$(localoctfilepath):$(loc
  437.  imagedir='$(datadir)/octave/$(version)/imagelib'
  438.  imagepath='.:$(imagedir)//'
  439.  
  440. -echo "$ac_t""defining prefix to be $prefix" 1>&4
  441. -echo "$ac_t""defining exec_prefix to be $exec_prefix" 1>&4
  442. -echo "$ac_t""defining bindir to be $bindir" 1>&4
  443. -echo "$ac_t""defining datadir to be $datadir" 1>&4
  444. -echo "$ac_t""defining libdir to be $libdir" 1>&4
  445. -echo "$ac_t""defining includedir to be $includedir" 1>&4
  446. -echo "$ac_t""defining mandir to be $mandir" 1>&4
  447. -echo "$ac_t""defining infodir to be $infodir" 1>&4
  448. -echo "$ac_t""defining fcnfiledir to be $fcnfiledir" 1>&4
  449. -echo "$ac_t""defining localfcnfiledir to be $localfcnfiledir" 1>&4
  450. -echo "$ac_t""defining localfcnfilepath to be $localfcnfilepath" 1>&4
  451. -echo "$ac_t""defining archlibdir to be $archlibdir" 1>&4
  452. -echo "$ac_t""defining octfiledir to be $octfiledir" 1>&4
  453. -echo "$ac_t""defining localoctfiledir to be $localoctfiledir" 1>&4
  454. -echo "$ac_t""defining localoctfilepath to be $localoctfilepath" 1>&4
  455. -echo "$ac_t""defining fcnfilepath to be $fcnfilepath" 1>&4
  456. -echo "$ac_t""defining imagedir to be $imagedir" 1>&4
  457. -echo "$ac_t""defining imagepath to be $imagepath" 1>&4
  458. +echo "$ac_t""defining prefix to be $prefix" 1>&6
  459. +echo "$ac_t""defining exec_prefix to be $exec_prefix" 1>&6
  460. +echo "$ac_t""defining bindir to be $bindir" 1>&6
  461. +echo "$ac_t""defining datadir to be $datadir" 1>&6
  462. +echo "$ac_t""defining libdir to be $libdir" 1>&6
  463. +echo "$ac_t""defining includedir to be $includedir" 1>&6
  464. +echo "$ac_t""defining mandir to be $mandir" 1>&6
  465. +echo "$ac_t""defining infodir to be $infodir" 1>&6
  466. +echo "$ac_t""defining fcnfiledir to be $fcnfiledir" 1>&6
  467. +echo "$ac_t""defining localfcnfiledir to be $localfcnfiledir" 1>&6
  468. +echo "$ac_t""defining localfcnfilepath to be $localfcnfilepath" 1>&6
  469. +echo "$ac_t""defining archlibdir to be $archlibdir" 1>&6
  470. +echo "$ac_t""defining octfiledir to be $octfiledir" 1>&6
  471. +echo "$ac_t""defining localoctfiledir to be $localoctfiledir" 1>&6
  472. +echo "$ac_t""defining localoctfilepath to be $localoctfilepath" 1>&6
  473. +echo "$ac_t""defining fcnfilepath to be $fcnfilepath" 1>&6
  474. +echo "$ac_t""defining imagedir to be $imagedir" 1>&6
  475. +echo "$ac_t""defining imagepath to be $imagepath" 1>&6
  476.  
  477.  
  478.  
  479. @@ -610,16 +744,16 @@ case "$canonical_host_type" in
  480.  esac
  481.  
  482.  if test -n "$DLD_DIR"; then
  483. -  echo "$ac_t""defining DLD_DIR to be $DLD_DIR" 1>&4
  484. +  echo "$ac_t""defining DLD_DIR to be $DLD_DIR" 1>&6
  485.  fi
  486.  if test -n "$LIBDLD"; then
  487. -  echo "$ac_t""defining LIBDLD to be $LIBDLD" 1>&4
  488. +  echo "$ac_t""defining LIBDLD to be $LIBDLD" 1>&6
  489.  fi
  490.  if test -n "$LIBOCTDLD"; then
  491. -  echo "$ac_t""defining LIBOCTDLD to be $LIBOCTDLD" 1>&4
  492. +  echo "$ac_t""defining LIBOCTDLD to be $LIBOCTDLD" 1>&6
  493.  fi
  494.  if test -n "$LD_STATIC_FLAG"; then
  495. -  echo "$ac_t""defining LD_STATIC_FLAG to be $LD_STATIC_FLAG" 1>&4
  496. +  echo "$ac_t""defining LD_STATIC_FLAG to be $LD_STATIC_FLAG" 1>&6
  497.  fi
  498.  
  499.  
  500. @@ -628,33 +762,33 @@ fi
  501.  
  502.  ### See if the optional nonlinear programming code is present.
  503.  
  504. -echo $ac_n "checking for npsol""... $ac_c" 1>&4
  505. +echo $ac_n "checking for npsol""... $ac_c" 1>&6
  506.  if test -f $srcdir/libcruft/npsol/npsol.f; then
  507. -  echo "$ac_t""yes" 1>&4
  508. +  echo "$ac_t""yes" 1>&6
  509.  else
  510. -  echo "$ac_t""no" 1>&4
  511. +  echo "$ac_t""no" 1>&6
  512.    cat >> confdefs.h <<\EOF
  513.  #define NPSOL_MISSING 1
  514.  EOF
  515.  
  516.  fi
  517.  
  518. -echo $ac_n "checking for qpsol""... $ac_c" 1>&4
  519. +echo $ac_n "checking for qpsol""... $ac_c" 1>&6
  520.  if test -f $srcdir/libcruft/qpsol/qpsol.f; then
  521. -  echo "$ac_t""yes" 1>&4
  522. +  echo "$ac_t""yes" 1>&6
  523.  else
  524. -  echo "$ac_t""no" 1>&4
  525. +  echo "$ac_t""no" 1>&6
  526.    cat >> confdefs.h <<\EOF
  527.  #define QPSOL_MISSING 1
  528.  EOF
  529.  
  530.  fi
  531.  
  532. -echo $ac_n "checking for fsqp""... $ac_c" 1>&4
  533. +echo $ac_n "checking for fsqp""... $ac_c" 1>&6
  534.  if test -f $srcdir/libcruft/fsqp/fsqpd.f; then
  535. -  echo "$ac_t""yes" 1>&4
  536. +  echo "$ac_t""yes" 1>&6
  537.  else
  538. -  echo "$ac_t""no" 1>&4
  539. +  echo "$ac_t""no" 1>&6
  540.    cat >> confdefs.h <<\EOF
  541.  #define FSQP_MISSING 1
  542.  EOF
  543. @@ -667,9 +801,9 @@ for ac_prog in $CCC c++ g++ gcc CC cxx
  544.  do
  545.  # Extract the first word of "$ac_prog", so it can be a program name with args.
  546.  set dummy $ac_prog; ac_word=$2
  547. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  548. -if eval "test \"`echo '${'ac_cv_prog_CXX'+set}'`\" = set"; then
  549. -  echo $ac_n "(cached) $ac_c" 1>&4
  550. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  551. +if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
  552. +  echo $ac_n "(cached) $ac_c" 1>&6
  553.  else
  554.    if test -n "$CXX"; then
  555.    ac_cv_prog_CXX="$CXX" # Let the user override the test.
  556. @@ -687,9 +821,9 @@ fi
  557.  fi
  558.  CXX="$ac_cv_prog_CXX"
  559.  if test -n "$CXX"; then
  560. -  echo "$ac_t""$CXX" 1>&4
  561. +  echo "$ac_t""$CXX" 1>&6
  562.  else
  563. -  echo "$ac_t""no" 1>&4
  564. +  echo "$ac_t""no" 1>&6
  565.  fi
  566.  
  567.  test -n "$CXX" && break
  568. @@ -697,28 +831,29 @@ done
  569.  test -n "$CXX" || CXX="gcc"
  570.  
  571.  
  572. -echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&4
  573. -if eval "test \"`echo '${'ac_cv_prog_gxx'+set}'`\" = set"; then
  574. -  echo $ac_n "(cached) $ac_c" 1>&4
  575. +echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  576. +if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  577. +  echo $ac_n "(cached) $ac_c" 1>&6
  578.  else
  579.    cat > conftest.C <<EOF
  580.  #ifdef __GNUC__
  581.    yes;
  582.  #endif
  583.  EOF
  584. -if ${CXX-g++} -E conftest.C 2>&5 | egrep yes >/dev/null 2>&1; then
  585. +if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  586.    ac_cv_prog_gxx=yes
  587.  else
  588.    ac_cv_prog_gxx=no
  589.  fi
  590.  fi
  591. -echo "$ac_t""$ac_cv_prog_gxx" 1>&4
  592. +
  593. +echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  594.  if test $ac_cv_prog_gxx = yes; then
  595.    GXX=yes
  596.    if test "${CXXFLAGS+set}" != set; then
  597. -    echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&4
  598. -if eval "test \"`echo '${'ac_cv_prog_gxx_g'+set}'`\" = set"; then
  599. -  echo $ac_n "(cached) $ac_c" 1>&4
  600. +    echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  601. +if eval "test \"`echo '$''{'ac_cv_prog_gxx_g'+set}'`\" = set"; then
  602. +  echo $ac_n "(cached) $ac_c" 1>&6
  603.  else
  604.    echo 'void f(){}' > conftest.cc
  605.  if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  606. @@ -729,11 +864,12 @@ fi
  607.  rm -f conftest*
  608.  
  609.  fi
  610. -    echo "$ac_t""$ac_cv_prog_gxx_g" 1>&4
  611. +
  612. +echo "$ac_t""$ac_cv_prog_gxx_g" 1>&6
  613.      if test $ac_cv_prog_gxx_g = yes; then
  614. -      CXXFLAGS="-g -O"
  615. +      CXXFLAGS="-g -O2"
  616.      else
  617. -      CXXFLAGS="-O"
  618. +      CXXFLAGS="-O2"
  619.      fi
  620.    fi
  621.  else
  622. @@ -741,23 +877,24 @@ else
  623.    test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
  624.  fi
  625.  
  626. -echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&4
  627. +echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
  628.  if test -z "$CXXCPP"; then
  629. -if eval "test \"`echo '${'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
  630. -  echo $ac_n "(cached) $ac_c" 1>&4
  631. +if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
  632. +  echo $ac_n "(cached) $ac_c" 1>&6
  633.  else
  634.    ac_ext=C
  635.  # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  636.  ac_cpp='$CXXCPP $CPPFLAGS'
  637. -ac_compile='${CXX-g++} $CXXFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
  638. -ac_link='${CXX-g++} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
  639. +ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  640. +ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  641.    CXXCPP="${CXX-g++} -E"
  642.    cat > conftest.$ac_ext <<EOF
  643. -#line 757 "configure"
  644. +#line 893 "configure"
  645.  #include "confdefs.h"
  646.  #include <stdlib.h>
  647.  EOF
  648. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  649. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  650. +{ (eval echo configure:898: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  651.  ac_err=`grep -v '^ *+' conftest.out`
  652.  if test -z "$ac_err"; then
  653.    :
  654. @@ -771,12 +908,12 @@ rm -f conftest*
  655.  ac_ext=c
  656.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  657.  ac_cpp='$CPP $CPPFLAGS'
  658. -ac_compile='${CC-cc} $CFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
  659. -ac_link='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
  660. +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  661. +ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  662.  fi
  663.  fi
  664.  CXXCPP="$ac_cv_prog_CXXCPP"
  665. -echo "$ac_t""$CXXCPP" 1>&4
  666. +echo "$ac_t""$CXXCPP" 1>&6
  667.  
  668.  
  669.  ### Do special things for g++.
  670. @@ -788,11 +925,11 @@ case "$gxx_version" in
  671.    2.[6789].*|2.[123456789][0123456789].*)
  672.      if test -z "$CXXFLAGS"; then
  673.        CXXFLAGS="-g -O"
  674. -      echo "$ac_t""defining CXXFLAGS to be $CXXFLAGS" 1>&4
  675. +      echo "$ac_t""defining CXXFLAGS to be $CXXFLAGS" 1>&6
  676.        ADD_CXX_WALL=true
  677.      fi
  678.      NO_IMPLICIT_TEMPLATES="-fno-implicit-templates"
  679. -    echo "$ac_t""defining NO_IMPLICIT_TEMPLATES to be $NO_IMPLICIT_TEMPLATES" 1>&4
  680. +    echo "$ac_t""defining NO_IMPLICIT_TEMPLATES to be $NO_IMPLICIT_TEMPLATES" 1>&6
  681.    ;;
  682.    1.*|2.[012345].*)
  683.      echo "configure: warning: g++ version $gxx_version will not work to compile Octave" 1>&2
  684. @@ -808,7 +945,7 @@ case "$gxx_version" in
  685.      case "$canonical_host_type" in
  686.        rs6000-ibm-aix*)
  687.          HOST_CXXFLAGS="-Wa,-u"
  688. -        echo "$ac_t""defining HOST_CXXFLAGS to be $HOST_CXXFLAGS" 1>&4
  689. +        echo "$ac_t""defining HOST_CXXFLAGS to be $HOST_CXXFLAGS" 1>&6
  690.        ;;
  691.      esac
  692.    ;;
  693. @@ -820,7 +957,7 @@ esac
  694.  ### dynamic linking.
  695.  
  696.  CXXLIBS=`sh $srcdir/cxxlibs.sh`
  697. -echo "$ac_t""defining CXXLIBS to be $CXXLIBS" 1>&4
  698. +echo "$ac_t""defining CXXLIBS to be $CXXLIBS" 1>&6
  699.  
  700.  
  701.  
  702. @@ -830,9 +967,9 @@ echo "$ac_t""defining CXXLIBS to be $CXX
  703.  
  704.  # Extract the first word of "gcc", so it can be a program name with args.
  705.  set dummy gcc; ac_word=$2
  706. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  707. -if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  708. -  echo $ac_n "(cached) $ac_c" 1>&4
  709. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  710. +if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  711. +  echo $ac_n "(cached) $ac_c" 1>&6
  712.  else
  713.    if test -n "$CC"; then
  714.    ac_cv_prog_CC="$CC" # Let the user override the test.
  715. @@ -846,39 +983,88 @@ else
  716.      fi
  717.    done
  718.    IFS="$ac_save_ifs"
  719. -  test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  720.  fi
  721.  fi
  722.  CC="$ac_cv_prog_CC"
  723.  if test -n "$CC"; then
  724. -  echo "$ac_t""$CC" 1>&4
  725. +  echo "$ac_t""$CC" 1>&6
  726.  else
  727. -  echo "$ac_t""no" 1>&4
  728. +  echo "$ac_t""no" 1>&6
  729.  fi
  730.  
  731. +if test -z "$CC"; then
  732. +  # Extract the first word of "cc", so it can be a program name with args.
  733. +set dummy cc; ac_word=$2
  734. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  735. +if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  736. +  echo $ac_n "(cached) $ac_c" 1>&6
  737. +else
  738. +  if test -n "$CC"; then
  739. +  ac_cv_prog_CC="$CC" # Let the user override the test.
  740. +else
  741. +  IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  742. +  ac_prog_rejected=no
  743. +  for ac_dir in $PATH; do
  744. +    test -z "$ac_dir" && ac_dir=.
  745. +    if test -f $ac_dir/$ac_word; then
  746. +      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  747. +        ac_prog_rejected=yes
  748. +    continue
  749. +      fi
  750. +      ac_cv_prog_CC="cc"
  751. +      break
  752. +    fi
  753. +  done
  754. +  IFS="$ac_save_ifs"
  755. +if test $ac_prog_rejected = yes; then
  756. +  # We found a bogon in the path, so make sure we never use it.
  757. +  set dummy $ac_cv_prog_CC
  758. +  shift
  759. +  if test $# -gt 0; then
  760. +    # We chose a different compiler from the bogus one.
  761. +    # However, it has the same basename, so the bogon will be chosen
  762. +    # first if we set CC to just the basename; use the full file name.
  763. +    shift
  764. +    set dummy "$ac_dir/$ac_word" "$@"
  765. +    shift
  766. +    ac_cv_prog_CC="$@"
  767. +  fi
  768. +fi
  769. +fi
  770. +fi
  771. +CC="$ac_cv_prog_CC"
  772. +if test -n "$CC"; then
  773. +  echo "$ac_t""$CC" 1>&6
  774. +else
  775. +  echo "$ac_t""no" 1>&6
  776. +fi
  777. +
  778. +  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  779. +fi
  780.  
  781. -echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  782. -if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  783. -  echo $ac_n "(cached) $ac_c" 1>&4
  784. +echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  785. +if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  786. +  echo $ac_n "(cached) $ac_c" 1>&6
  787.  else
  788.    cat > conftest.c <<EOF
  789.  #ifdef __GNUC__
  790.    yes;
  791.  #endif
  792.  EOF
  793. -if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  794. +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  795.    ac_cv_prog_gcc=yes
  796.  else
  797.    ac_cv_prog_gcc=no
  798.  fi
  799.  fi
  800. -echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  801. +
  802. +echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  803.  if test $ac_cv_prog_gcc = yes; then
  804.    GCC=yes
  805.    if test "${CFLAGS+set}" != set; then
  806. -    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  807. -if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  808. -  echo $ac_n "(cached) $ac_c" 1>&4
  809. +    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  810. +if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  811. +  echo $ac_n "(cached) $ac_c" 1>&6
  812.  else
  813.    echo 'void f(){}' > conftest.c
  814.  if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  815. @@ -889,11 +1075,12 @@ fi
  816.  rm -f conftest*
  817.  
  818.  fi
  819. -    echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  820. +
  821. +echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  822.      if test $ac_cv_prog_gcc_g = yes; then
  823. -      CFLAGS="-g -O"
  824. +      CFLAGS="-g -O2"
  825.      else
  826. -      CFLAGS="-O"
  827. +      CFLAGS="-O2"
  828.      fi
  829.    fi
  830.  else
  831. @@ -901,14 +1088,14 @@ else
  832.    test "${CFLAGS+set}" = set || CFLAGS="-g"
  833.  fi
  834.  
  835. -echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  836. +echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  837.  # On Suns, sometimes $CPP names a directory.
  838.  if test -n "$CPP" && test -d "$CPP"; then
  839.    CPP=
  840.  fi
  841.  if test -z "$CPP"; then
  842. -if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  843. -  echo $ac_n "(cached) $ac_c" 1>&4
  844. +if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  845. +  echo $ac_n "(cached) $ac_c" 1>&6
  846.  else
  847.      # This must be in double quotes, not single quotes, because CPP may get
  848.    # substituted into the Makefile and "${CC-cc}" will confuse make.
  849. @@ -916,12 +1103,13 @@ else
  850.    # On the NeXT, cc -E runs the code through the compiler's parser,
  851.    # not just through cpp.
  852.    cat > conftest.$ac_ext <<EOF
  853. -#line 920 "configure"
  854. +#line 1107 "configure"
  855.  #include "confdefs.h"
  856.  #include <assert.h>
  857.  Syntax Error
  858.  EOF
  859. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  860. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  861. +{ (eval echo configure:1113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  862.  ac_err=`grep -v '^ *+' conftest.out`
  863.  if test -z "$ac_err"; then
  864.    :
  865. @@ -930,12 +1118,13 @@ else
  866.    rm -rf conftest*
  867.    CPP="${CC-cc} -E -traditional-cpp"
  868.    cat > conftest.$ac_ext <<EOF
  869. -#line 934 "configure"
  870. +#line 1122 "configure"
  871.  #include "confdefs.h"
  872.  #include <assert.h>
  873.  Syntax Error
  874.  EOF
  875. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  876. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  877. +{ (eval echo configure:1128: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  878.  ac_err=`grep -v '^ *+' conftest.out`
  879.  if test -z "$ac_err"; then
  880.    :
  881. @@ -949,18 +1138,20 @@ fi
  882.  rm -f conftest*
  883.    ac_cv_prog_CPP="$CPP"
  884.  fi
  885. +  CPP="$ac_cv_prog_CPP"
  886. +else
  887. +  ac_cv_prog_CPP="$CPP"
  888.  fi
  889. -CPP="$ac_cv_prog_CPP"
  890. -echo "$ac_t""$CPP" 1>&4
  891. +echo "$ac_t""$CPP" 1>&6
  892.  
  893.  if test $ac_cv_prog_gcc = yes; then
  894. -  echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  895. -if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  896. -  echo $ac_n "(cached) $ac_c" 1>&4
  897. +    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  898. +if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  899. +  echo $ac_n "(cached) $ac_c" 1>&6
  900.  else
  901.      ac_pattern="Autoconf.*'x'"
  902.    cat > conftest.$ac_ext <<EOF
  903. -#line 964 "configure"
  904. +#line 1155 "configure"
  905.  #include "confdefs.h"
  906.  #include <sgtty.h>
  907.  Autoconf TIOCGETP
  908. @@ -978,7 +1169,7 @@ rm -f conftest*
  909.  
  910.    if test $ac_cv_prog_gcc_traditional = no; then
  911.      cat > conftest.$ac_ext <<EOF
  912. -#line 982 "configure"
  913. +#line 1173 "configure"
  914.  #include "confdefs.h"
  915.  #include <termio.h>
  916.  Autoconf TCGETA
  917. @@ -992,7 +1183,8 @@ rm -f conftest*
  918.  
  919.    fi
  920.  fi
  921. -  echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  922. +
  923. +echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  924.    if test $ac_cv_prog_gcc_traditional = yes; then
  925.      CC="$CC -traditional"
  926.    fi
  927. @@ -1006,13 +1198,13 @@ gcc_version=`$CC -v 2>&1 | grep "^gcc ve
  928.  case "$gcc_version" in
  929.    2.*)
  930.      if test -z "$CFLAGS"; then
  931. -      CFLAGS="-g -O"
  932. -      echo "$ac_t""defining CFLAGS to be $CFLAGS" 1>&4
  933. +      CFLAGS="-O"    # Amiga version requires >50 Mb to link with -g objs
  934. +      echo "$ac_t""defining CFLAGS to be $CFLAGS" 1>&6
  935.        ADD_CC_WALL=true
  936.      fi
  937.      if test -z "$LDFLAGS"; then
  938. -      LDFLAGS="-g"
  939. -      echo "$ac_t""defining LDFLAGS to be $LDFLAGS" 1>&4
  940. +      LDFLAGS="-s"    # Amiga version won't run if not stripped -FIXME!
  941. +      echo "$ac_t""defining LDFLAGS to be $LDFLAGS" 1>&6
  942.      fi
  943.    ;;
  944.    1.*)
  945. @@ -1032,7 +1224,7 @@ esac
  946.  case "$canonical_host_type" in
  947.    i386-*-linux | i486-*-linux | i586-*-linux)
  948.      GCC_IEEE_FP_FLAG="-mieee-fp"
  949. -    echo "$ac_t""defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG" 1>&4
  950. +    echo "$ac_t""defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG" 1>&6
  951.    ;;
  952.  esac
  953.  
  954. @@ -1040,11 +1232,11 @@ esac
  955.  
  956.  ### Special checks for odd OS specific things.
  957.  
  958. -echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
  959. +echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  960.  if test -d /etc/conf/kconfig.d &&
  961.    grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  962.  then
  963. -  echo "$ac_t""yes" 1>&4
  964. +  echo "$ac_t""yes" 1>&6
  965.    ISC=yes # If later tests want to check for ISC.
  966.    cat >> confdefs.h <<\EOF
  967.  #define _POSIX_SOURCE 1
  968. @@ -1056,21 +1248,22 @@ EOF
  969.      CC="$CC -Xp"
  970.    fi
  971.  else
  972. -  echo "$ac_t""no" 1>&4
  973. +  echo "$ac_t""no" 1>&6
  974.    ISC=
  975.  fi
  976.  
  977.  ac_safe=`echo "minix/config.h" | tr './\055' '___'`
  978. -echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
  979. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  980. -  echo $ac_n "(cached) $ac_c" 1>&4
  981. +echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
  982. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  983. +  echo $ac_n "(cached) $ac_c" 1>&6
  984.  else
  985.    cat > conftest.$ac_ext <<EOF
  986. -#line 1070 "configure"
  987. +#line 1262 "configure"
  988.  #include "confdefs.h"
  989.  #include <minix/config.h>
  990.  EOF
  991. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  992. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  993. +{ (eval echo configure:1267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  994.  ac_err=`grep -v '^ *+' conftest.out`
  995.  if test -z "$ac_err"; then
  996.    rm -rf conftest*
  997. @@ -1083,10 +1276,10 @@ fi
  998.  rm -f conftest*
  999.  fi
  1000.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1001. -  echo "$ac_t""yes" 1>&4
  1002. +  echo "$ac_t""yes" 1>&6
  1003.    MINIX=yes
  1004.  else
  1005. -  echo "$ac_t""no" 1>&4
  1006. +  echo "$ac_t""no" 1>&6
  1007.  MINIX=
  1008.  fi
  1009.  
  1010. @@ -1105,9 +1298,9 @@ EOF
  1011.  
  1012.  fi
  1013.  
  1014. -echo $ac_n "checking for AIX""... $ac_c" 1>&4
  1015. +echo $ac_n "checking for AIX""... $ac_c" 1>&6
  1016.  cat > conftest.$ac_ext <<EOF
  1017. -#line 1111 "configure"
  1018. +#line 1304 "configure"
  1019.  #include "confdefs.h"
  1020.  #ifdef _AIX
  1021.    yes
  1022. @@ -1117,63 +1310,72 @@ EOF
  1023.  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1024.    egrep "yes" >/dev/null 2>&1; then
  1025.    rm -rf conftest*
  1026. -  echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
  1027. +  echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  1028.  #define _ALL_SOURCE 1
  1029.  EOF
  1030.  
  1031.  else
  1032.    rm -rf conftest*
  1033. -  echo "$ac_t""no" 1>&4
  1034. +  echo "$ac_t""no" 1>&6
  1035.  fi
  1036.  rm -f conftest*
  1037.  
  1038.  
  1039.  # strftime is in -lintl on SCO UNIX.
  1040. -echo $ac_n "checking for -lintl""... $ac_c" 1>&4
  1041. -if eval "test \"`echo '${'ac_cv_lib_intl'+set}'`\" = set"; then
  1042. -  echo $ac_n "(cached) $ac_c" 1>&4
  1043. +echo $ac_n "checking for -lintl""... $ac_c" 1>&6
  1044. +ac_lib_var=`echo intl'_'strftime | tr './+\055' '__p_'`
  1045. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1046. +  echo $ac_n "(cached) $ac_c" 1>&6
  1047.  else
  1048.    ac_save_LIBS="$LIBS"
  1049. -LIBS="$LIBS -lintl "
  1050. +LIBS="-lintl  $LIBS"
  1051.  cat > conftest.$ac_ext <<EOF
  1052. -#line 1140 "configure"
  1053. +#line 1334 "configure"
  1054.  #include "confdefs.h"
  1055. +/* Override any gcc2 internal prototype to avoid an error.  */
  1056. +/* We use char because int might match the return type of a gcc2
  1057. +    builtin and then its argument prototype would still apply.  */
  1058. +char strftime();
  1059.  
  1060. -int main() { return 0; }
  1061. +int main() { t(); return 0; }
  1062.  int t() {
  1063.  strftime()
  1064.  ; return 0; }
  1065.  EOF
  1066. -if eval $ac_link; then
  1067. +if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1068.    rm -rf conftest*
  1069. -  eval "ac_cv_lib_intl=yes"
  1070. +  eval "ac_cv_lib_$ac_lib_var=yes"
  1071.  else
  1072.    rm -rf conftest*
  1073. -  eval "ac_cv_lib_intl=no"
  1074. +  eval "ac_cv_lib_$ac_lib_var=no"
  1075.  fi
  1076.  rm -f conftest*
  1077.  LIBS="$ac_save_LIBS"
  1078.  
  1079.  fi
  1080. -if eval "test \"`echo '$ac_cv_lib_'intl`\" = yes"; then
  1081. -  echo "$ac_t""yes" 1>&4
  1082. -  LIBS="$LIBS -lintl"
  1083. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1084. +  echo "$ac_t""yes" 1>&6
  1085. +  LIBS="-lintl $LIBS"
  1086.  else
  1087. -  echo "$ac_t""no" 1>&4
  1088. +  echo "$ac_t""no" 1>&6
  1089.  fi
  1090.  
  1091. -echo $ac_n "checking for strftime""... $ac_c" 1>&4
  1092. -if eval "test \"`echo '${'ac_cv_func_strftime'+set}'`\" = set"; then
  1093. -  echo $ac_n "(cached) $ac_c" 1>&4
  1094. +echo $ac_n "checking for strftime""... $ac_c" 1>&6
  1095. +if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
  1096. +  echo $ac_n "(cached) $ac_c" 1>&6
  1097.  else
  1098.    cat > conftest.$ac_ext <<EOF
  1099. -#line 1171 "configure"
  1100. +#line 1369 "configure"
  1101.  #include "confdefs.h"
  1102. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1103. +/* System header to define __stub macros and hopefully few prototypes,
  1104. +    which can conflict with char strftime(); below.  */
  1105. +#include <assert.h>
  1106.  /* Override any gcc2 internal prototype to avoid an error.  */
  1107. -char strftime(); 
  1108. +/* We use char because int might match the return type of a gcc2
  1109. +    builtin and then its argument prototype would still apply.  */
  1110. +char strftime();
  1111.  
  1112. -int main() { return 0; }
  1113. +int main() { t(); return 0; }
  1114.  int t() {
  1115.  
  1116.  /* The GNU C library defines this for functions which it implements
  1117. @@ -1187,7 +1389,7 @@ strftime();
  1118.  
  1119.  ; return 0; }
  1120.  EOF
  1121. -if eval $ac_link; then
  1122. +if { (eval echo configure:1393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1123.    rm -rf conftest*
  1124.    eval "ac_cv_func_strftime=yes"
  1125.  else
  1126. @@ -1198,52 +1400,57 @@ rm -f conftest*
  1127.  
  1128.  fi
  1129.  if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
  1130. -  echo "$ac_t""yes" 1>&4
  1131. +  echo "$ac_t""yes" 1>&6
  1132.    cat >> confdefs.h <<\EOF
  1133.  #define HAVE_STRFTIME 1
  1134.  EOF
  1135.  
  1136.  else
  1137. -  echo "$ac_t""no" 1>&4
  1138. +  echo "$ac_t""no" 1>&6
  1139.  fi
  1140.  
  1141. -echo $ac_n "checking for -lsun""... $ac_c" 1>&4
  1142. -if eval "test \"`echo '${'ac_cv_lib_sun'+set}'`\" = set"; then
  1143. -  echo $ac_n "(cached) $ac_c" 1>&4
  1144. +echo $ac_n "checking for -lsun""... $ac_c" 1>&6
  1145. +ac_lib_var=`echo sun'_'getpwnam | tr './+\055' '__p_'`
  1146. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1147. +  echo $ac_n "(cached) $ac_c" 1>&6
  1148.  else
  1149.    ac_save_LIBS="$LIBS"
  1150. -LIBS="$LIBS -lsun "
  1151. +LIBS="-lsun  $LIBS"
  1152.  cat > conftest.$ac_ext <<EOF
  1153. -#line 1218 "configure"
  1154. +#line 1421 "configure"
  1155.  #include "confdefs.h"
  1156. +/* Override any gcc2 internal prototype to avoid an error.  */
  1157. +/* We use char because int might match the return type of a gcc2
  1158. +    builtin and then its argument prototype would still apply.  */
  1159. +char getpwnam();
  1160.  
  1161. -int main() { return 0; }
  1162. +int main() { t(); return 0; }
  1163.  int t() {
  1164.  getpwnam()
  1165.  ; return 0; }
  1166.  EOF
  1167. -if eval $ac_link; then
  1168. +if { (eval echo configure:1433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1169.    rm -rf conftest*
  1170. -  eval "ac_cv_lib_sun=yes"
  1171. +  eval "ac_cv_lib_$ac_lib_var=yes"
  1172.  else
  1173.    rm -rf conftest*
  1174. -  eval "ac_cv_lib_sun=no"
  1175. +  eval "ac_cv_lib_$ac_lib_var=no"
  1176.  fi
  1177.  rm -f conftest*
  1178.  LIBS="$ac_save_LIBS"
  1179.  
  1180.  fi
  1181. -if eval "test \"`echo '$ac_cv_lib_'sun`\" = yes"; then
  1182. -  echo "$ac_t""yes" 1>&4
  1183. -    ac_tr_lib=HAVE_LIB`echo sun | tr '[a-z]' '[A-Z]'`
  1184. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1185. +  echo "$ac_t""yes" 1>&6
  1186. +    ac_tr_lib=HAVE_LIB`echo sun | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  1187.    cat >> confdefs.h <<EOF
  1188.  #define $ac_tr_lib 1
  1189.  EOF
  1190.  
  1191. -  LIBS="$LIBS -lsun"
  1192. +  LIBS="-lsun $LIBS"
  1193.  
  1194.  else
  1195. -  echo "$ac_t""no" 1>&4
  1196. +  echo "$ac_t""no" 1>&6
  1197.  fi
  1198.  
  1199.  
  1200. @@ -1251,19 +1458,19 @@ fi
  1201.  ### be eliminated in favor of run-time checks.
  1202.  
  1203.  # If we cannot run a trivial program, we must be cross compiling.
  1204. -echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
  1205. -if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
  1206. -  echo $ac_n "(cached) $ac_c" 1>&4
  1207. +echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  1208. +if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  1209. +  echo $ac_n "(cached) $ac_c" 1>&6
  1210.  else
  1211.    if test "$cross_compiling" = yes; then
  1212. -  ac_cv_cross=yes
  1213. +  ac_cv_c_cross=yes
  1214.  else
  1215.  cat > conftest.$ac_ext <<EOF
  1216. -#line 1263 "configure"
  1217. +#line 1470 "configure"
  1218.  #include "confdefs.h"
  1219.  main(){return(0);}
  1220.  EOF
  1221. -eval $ac_link
  1222. +{ (eval echo configure:1474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1223.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1224.    ac_cv_c_cross=no
  1225.  else
  1226. @@ -1272,18 +1479,19 @@ fi
  1227.  fi
  1228.  rm -fr conftest*
  1229.  fi
  1230. +
  1231. +echo "$ac_t""$ac_cv_c_cross" 1>&6
  1232.  cross_compiling=$ac_cv_c_cross
  1233. -echo "$ac_t""$ac_cv_c_cross" 1>&4
  1234.  
  1235. -echo $ac_n "checking size of short""... $ac_c" 1>&4
  1236. -if eval "test \"`echo '${'ac_cv_sizeof_short'+set}'`\" = set"; then
  1237. -  echo $ac_n "(cached) $ac_c" 1>&4
  1238. +echo $ac_n "checking size of short""... $ac_c" 1>&6
  1239. +if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
  1240. +  echo $ac_n "(cached) $ac_c" 1>&6
  1241.  else
  1242.    if test "$cross_compiling" = yes; then
  1243.      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1244.  else
  1245.  cat > conftest.$ac_ext <<EOF
  1246. -#line 1287 "configure"
  1247. +#line 1495 "configure"
  1248.  #include "confdefs.h"
  1249.  #include <stdio.h>
  1250.  main()
  1251. @@ -1294,28 +1502,30 @@ main()
  1252.    exit(0);
  1253.  }
  1254.  EOF
  1255. -eval $ac_link
  1256. +{ (eval echo configure:1506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1257.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1258.    ac_cv_sizeof_short=`cat conftestval`
  1259. +else
  1260. +  ac_cv_sizeof_short=0
  1261.  fi
  1262.  fi
  1263.  rm -fr conftest*
  1264.  fi
  1265. -echo "$ac_t""$ac_cv_sizeof_short" 1>&4
  1266. +echo "$ac_t""$ac_cv_sizeof_short" 1>&6
  1267.  cat >> confdefs.h <<EOF
  1268.  #define SIZEOF_SHORT $ac_cv_sizeof_short
  1269.  EOF
  1270.  
  1271.  
  1272. -echo $ac_n "checking size of int""... $ac_c" 1>&4
  1273. -if eval "test \"`echo '${'ac_cv_sizeof_int'+set}'`\" = set"; then
  1274. -  echo $ac_n "(cached) $ac_c" 1>&4
  1275. +echo $ac_n "checking size of int""... $ac_c" 1>&6
  1276. +if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
  1277. +  echo $ac_n "(cached) $ac_c" 1>&6
  1278.  else
  1279.    if test "$cross_compiling" = yes; then
  1280.      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1281.  else
  1282.  cat > conftest.$ac_ext <<EOF
  1283. -#line 1319 "configure"
  1284. +#line 1529 "configure"
  1285.  #include "confdefs.h"
  1286.  #include <stdio.h>
  1287.  main()
  1288. @@ -1326,28 +1536,30 @@ main()
  1289.    exit(0);
  1290.  }
  1291.  EOF
  1292. -eval $ac_link
  1293. +{ (eval echo configure:1540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1294.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1295.    ac_cv_sizeof_int=`cat conftestval`
  1296. +else
  1297. +  ac_cv_sizeof_int=0
  1298.  fi
  1299.  fi
  1300.  rm -fr conftest*
  1301.  fi
  1302. -echo "$ac_t""$ac_cv_sizeof_int" 1>&4
  1303. +echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  1304.  cat >> confdefs.h <<EOF
  1305.  #define SIZEOF_INT $ac_cv_sizeof_int
  1306.  EOF
  1307.  
  1308.  
  1309. -echo $ac_n "checking size of long""... $ac_c" 1>&4
  1310. -if eval "test \"`echo '${'ac_cv_sizeof_long'+set}'`\" = set"; then
  1311. -  echo $ac_n "(cached) $ac_c" 1>&4
  1312. +echo $ac_n "checking size of long""... $ac_c" 1>&6
  1313. +if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
  1314. +  echo $ac_n "(cached) $ac_c" 1>&6
  1315.  else
  1316.    if test "$cross_compiling" = yes; then
  1317.      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1318.  else
  1319.  cat > conftest.$ac_ext <<EOF
  1320. -#line 1351 "configure"
  1321. +#line 1563 "configure"
  1322.  #include "confdefs.h"
  1323.  #include <stdio.h>
  1324.  main()
  1325. @@ -1358,28 +1570,74 @@ main()
  1326.    exit(0);
  1327.  }
  1328.  EOF
  1329. -eval $ac_link
  1330. +{ (eval echo configure:1574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1331.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1332.    ac_cv_sizeof_long=`cat conftestval`
  1333. +else
  1334. +  ac_cv_sizeof_long=0
  1335.  fi
  1336.  fi
  1337.  rm -fr conftest*
  1338.  fi
  1339. -echo "$ac_t""$ac_cv_sizeof_long" 1>&4
  1340. +echo "$ac_t""$ac_cv_sizeof_long" 1>&6
  1341.  cat >> confdefs.h <<EOF
  1342.  #define SIZEOF_LONG $ac_cv_sizeof_long
  1343.  EOF
  1344.  
  1345.  
  1346. -echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&4
  1347. -if eval "test \"`echo '${'ac_cv_c_bigendian'+set}'`\" = set"; then
  1348. -  echo $ac_n "(cached) $ac_c" 1>&4
  1349. +echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
  1350. +if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
  1351. +  echo $ac_n "(cached) $ac_c" 1>&6
  1352.  else
  1353. -  if test "$cross_compiling" = yes; then
  1354. +  ac_cv_c_bigendian=unknown
  1355. +# See if sys/param.h defines the BYTE_ORDER macro.
  1356. +cat > conftest.$ac_ext <<EOF
  1357. +#line 1596 "configure"
  1358. +#include "confdefs.h"
  1359. +#include <sys/types.h>
  1360. +#include <sys/param.h>
  1361. +int main() { return 0; }
  1362. +int t() {
  1363. +
  1364. +#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  1365. + bogus endian macros
  1366. +#endif
  1367. +; return 0; }
  1368. +EOF
  1369. +if { (eval echo configure:1608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1370. +  rm -rf conftest*
  1371. +  # It does; now see whether it defined to BIG_ENDIAN or not.
  1372. +cat > conftest.$ac_ext <<EOF
  1373. +#line 1612 "configure"
  1374. +#include "confdefs.h"
  1375. +#include <sys/types.h>
  1376. +#include <sys/param.h>
  1377. +int main() { return 0; }
  1378. +int t() {
  1379. +
  1380. +#if BYTE_ORDER != BIG_ENDIAN
  1381. + not big endian
  1382. +#endif
  1383. +; return 0; }
  1384. +EOF
  1385. +if { (eval echo configure:1624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1386. +  rm -rf conftest*
  1387. +  ac_cv_c_bigendian=yes
  1388. +else
  1389. +  rm -rf conftest*
  1390. +  ac_cv_c_bigendian=no
  1391. +fi
  1392. +rm -f conftest*
  1393. +
  1394. +fi
  1395. +rm -f conftest*
  1396. +
  1397. +if test $ac_cv_c_bigendian = unknown; then
  1398. +if test "$cross_compiling" = yes; then
  1399.      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1400.  else
  1401.  cat > conftest.$ac_ext <<EOF
  1402. -#line 1383 "configure"
  1403. +#line 1641 "configure"
  1404.  #include "confdefs.h"
  1405.  main () {
  1406.    /* Are we little or big endian?  From Harbison&Steele.  */
  1407. @@ -1392,7 +1650,7 @@ main () {
  1408.    exit (u.c[sizeof (long) - 1] == 1);
  1409.  }
  1410.  EOF
  1411. -eval $ac_link
  1412. +{ (eval echo configure:1654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1413.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1414.    ac_cv_c_bigendian=no
  1415.  else
  1416. @@ -1401,7 +1659,9 @@ fi
  1417.  fi
  1418.  rm -fr conftest*
  1419.  fi
  1420. -echo "$ac_t""$ac_cv_c_bigendian" 1>&4
  1421. +fi
  1422. +
  1423. +echo "$ac_t""$ac_cv_c_bigendian" 1>&6
  1424.  if test $ac_cv_c_bigendian = yes; then
  1425.    cat >> confdefs.h <<\EOF
  1426.  #define WORDS_BIGENDIAN 1
  1427. @@ -1413,41 +1673,43 @@ fi
  1428.  ### Try to determine the floating point format.  This could probably
  1429.  ### be eliminated in favor of run-time checks.
  1430.  
  1431. -echo $ac_n "checking floating point format""... $ac_c" 1>&4
  1432. +echo $ac_n "checking floating point format""... $ac_c" 1>&6
  1433.  XCFLAGS=`echo $CFLAGS | sed 's/-O[^ \t]*//'`
  1434.  ${CC-cc} -DDP $XCFLAGS $LDFLAGS $srcdir/float-type.c -o conftest >/dev/null 2>&1
  1435.  FLOAT_FORMAT=`./conftest`
  1436. +# Amiga Hack - floating point bugs cause conftest to fail.
  1437. +FLOAT_FORMAT="IEEE_BIG_ENDIAN"
  1438.  case "$FLOAT_FORMAT" in
  1439.    IEEE_BIG_ENDIAN)
  1440. -    echo "$ac_t""IEEE big endian" 1>&4
  1441. +    echo "$ac_t""IEEE big endian" 1>&6
  1442.      cat >> confdefs.h <<\EOF
  1443.  #define IEEE_BIG_ENDIAN 1
  1444.  EOF
  1445.  
  1446.    ;;
  1447.    IEEE_LITTLE_ENDIAN)
  1448. -    echo "$ac_t""IEEE little endian" 1>&4
  1449. +    echo "$ac_t""IEEE little endian" 1>&6
  1450.      cat >> confdefs.h <<\EOF
  1451.  #define IEEE_LITTLE_ENDIAN 1
  1452.  EOF
  1453.  
  1454.    ;;
  1455.    VAX_D_FLOAT)
  1456. -    echo "$ac_t""VAX D floating" 1>&4
  1457. +    echo "$ac_t""VAX D floating" 1>&6
  1458.      cat >> confdefs.h <<\EOF
  1459.  #define VAX_D_FLOAT 1
  1460.  EOF
  1461.  
  1462.    ;;
  1463.    VAX_G_FLOAT)
  1464. -    echo "$ac_t""VAX G floating" 1>&4
  1465. +    echo "$ac_t""VAX G floating" 1>&6
  1466.      cat >> confdefs.h <<\EOF
  1467.  #define VAX_G_FLOAT 1
  1468.  EOF
  1469.  
  1470.    ;;
  1471.    *)
  1472. -    echo "$ac_t""" 1>&4
  1473. +    echo "$ac_t""" 1>&6
  1474.      echo "configure: warning: "unrecognized floating point format!"" 1>&2
  1475.    ;;
  1476.  esac
  1477. @@ -1456,20 +1718,20 @@ esac
  1478.  
  1479.  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1480.  # for constant arguments.  Useless!
  1481. -echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
  1482. -if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
  1483. -  echo $ac_n "(cached) $ac_c" 1>&4
  1484. +echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
  1485. +if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
  1486. +  echo $ac_n "(cached) $ac_c" 1>&6
  1487.  else
  1488.    cat > conftest.$ac_ext <<EOF
  1489. -#line 1465 "configure"
  1490. +#line 1727 "configure"
  1491.  #include "confdefs.h"
  1492.  #include <alloca.h>
  1493. -int main() { return 0; }
  1494. +int main() { t(); return 0; }
  1495.  int t() {
  1496.  char *p = alloca(2 * sizeof(int));
  1497.  ; return 0; }
  1498.  EOF
  1499. -if eval $ac_link; then
  1500. +if { (eval echo configure:1735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1501.    rm -rf conftest*
  1502.    ac_cv_header_alloca_h=yes
  1503.  else
  1504. @@ -1479,7 +1741,8 @@ fi
  1505.  rm -f conftest*
  1506.  
  1507.  fi
  1508. -echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
  1509. +
  1510. +echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
  1511.  if test $ac_cv_header_alloca_h = yes; then
  1512.    cat >> confdefs.h <<\EOF
  1513.  #define HAVE_ALLOCA_H 1
  1514. @@ -1487,12 +1750,12 @@ EOF
  1515.  
  1516.  fi
  1517.  
  1518. -echo $ac_n "checking for alloca""... $ac_c" 1>&4
  1519. -if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
  1520. -  echo $ac_n "(cached) $ac_c" 1>&4
  1521. +echo $ac_n "checking for alloca""... $ac_c" 1>&6
  1522. +if eval "test \"`echo '$''{'ac_cv_func_alloca'+set}'`\" = set"; then
  1523. +  echo $ac_n "(cached) $ac_c" 1>&6
  1524.  else
  1525.    cat > conftest.$ac_ext <<EOF
  1526. -#line 1496 "configure"
  1527. +#line 1759 "configure"
  1528.  #include "confdefs.h"
  1529.  
  1530.  #ifdef __GNUC__
  1531. @@ -1511,12 +1774,12 @@ char *alloca ();
  1532.  # endif
  1533.  #endif
  1534.  
  1535. -int main() { return 0; }
  1536. +int main() { t(); return 0; }
  1537.  int t() {
  1538.  char *p = (char *) alloca(1);
  1539.  ; return 0; }
  1540.  EOF
  1541. -if eval $ac_link; then
  1542. +if { (eval echo configure:1783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1543.    rm -rf conftest*
  1544.    ac_cv_func_alloca=yes
  1545.  else
  1546. @@ -1526,7 +1789,8 @@ fi
  1547.  rm -f conftest*
  1548.  
  1549.  fi
  1550. -echo "$ac_t""$ac_cv_func_alloca" 1>&4
  1551. +
  1552. +echo "$ac_t""$ac_cv_func_alloca" 1>&6
  1553.  if test $ac_cv_func_alloca = yes; then
  1554.    cat >> confdefs.h <<\EOF
  1555.  #define HAVE_ALLOCA 1
  1556. @@ -1545,12 +1809,12 @@ if test $ac_cv_func_alloca = no; then
  1557.  EOF
  1558.  
  1559.  
  1560. -echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
  1561. -if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
  1562. -  echo $ac_n "(cached) $ac_c" 1>&4
  1563. +echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
  1564. +if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
  1565. +  echo $ac_n "(cached) $ac_c" 1>&6
  1566.  else
  1567.    cat > conftest.$ac_ext <<EOF
  1568. -#line 1554 "configure"
  1569. +#line 1818 "configure"
  1570.  #include "confdefs.h"
  1571.  #if defined(CRAY) && ! defined(CRAY2)
  1572.  webecray
  1573. @@ -1570,154 +1834,72 @@ fi
  1574.  rm -f conftest*
  1575.  
  1576.  fi
  1577. -echo "$ac_t""$ac_cv_os_cray" 1>&4
  1578. -if test $ac_cv_os_cray = yes; then
  1579. -echo $ac_n "checking for _getb67""... $ac_c" 1>&4
  1580. -if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
  1581. -  echo $ac_n "(cached) $ac_c" 1>&4
  1582. -else
  1583. -  cat > conftest.$ac_ext <<EOF
  1584. -#line 1581 "configure"
  1585. -#include "confdefs.h"
  1586. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1587. -/* Override any gcc2 internal prototype to avoid an error.  */
  1588. -char _getb67(); 
  1589. -
  1590. -int main() { return 0; }
  1591. -int t() {
  1592. -
  1593. -/* The GNU C library defines this for functions which it implements
  1594. -    to always fail with ENOSYS.  Some functions are actually named
  1595. -    something starting with __ and the normal name is an alias.  */
  1596. -#if defined (__stub__getb67) || defined (__stub____getb67)
  1597. -choke me
  1598. -#else
  1599. -_getb67();
  1600. -#endif
  1601. -
  1602. -; return 0; }
  1603. -EOF
  1604. -if eval $ac_link; then
  1605. -  rm -rf conftest*
  1606. -  eval "ac_cv_func__getb67=yes"
  1607. -else
  1608. -  rm -rf conftest*
  1609. -  eval "ac_cv_func__getb67=no"
  1610. -fi
  1611. -rm -f conftest*
  1612. -
  1613. -fi
  1614. -if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
  1615. -  echo "$ac_t""yes" 1>&4
  1616. -  cat >> confdefs.h <<\EOF
  1617. -#define CRAY_STACKSEG_END _getb67
  1618. -EOF
  1619. -
  1620. -else
  1621. -  echo "$ac_t""no" 1>&4
  1622. -echo $ac_n "checking for GETB67""... $ac_c" 1>&4
  1623. -if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
  1624. -  echo $ac_n "(cached) $ac_c" 1>&4
  1625. -else
  1626. -  cat > conftest.$ac_ext <<EOF
  1627. -#line 1624 "configure"
  1628. -#include "confdefs.h"
  1629. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1630. -/* Override any gcc2 internal prototype to avoid an error.  */
  1631. -char GETB67(); 
  1632. -
  1633. -int main() { return 0; }
  1634. -int t() {
  1635. -
  1636. -/* The GNU C library defines this for functions which it implements
  1637. -    to always fail with ENOSYS.  Some functions are actually named
  1638. -    something starting with __ and the normal name is an alias.  */
  1639. -#if defined (__stub_GETB67) || defined (__stub___GETB67)
  1640. -choke me
  1641. -#else
  1642. -GETB67();
  1643. -#endif
  1644. -
  1645. -; return 0; }
  1646. -EOF
  1647. -if eval $ac_link; then
  1648. -  rm -rf conftest*
  1649. -  eval "ac_cv_func_GETB67=yes"
  1650. -else
  1651. -  rm -rf conftest*
  1652. -  eval "ac_cv_func_GETB67=no"
  1653. -fi
  1654. -rm -f conftest*
  1655.  
  1656. -fi
  1657. -if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
  1658. -  echo "$ac_t""yes" 1>&4
  1659. -  cat >> confdefs.h <<\EOF
  1660. -#define CRAY_STACKSEG_END GETB67
  1661. -EOF
  1662. -
  1663. -else
  1664. -  echo "$ac_t""no" 1>&4
  1665. -echo $ac_n "checking for getb67""... $ac_c" 1>&4
  1666. -if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
  1667. -  echo $ac_n "(cached) $ac_c" 1>&4
  1668. +echo "$ac_t""$ac_cv_os_cray" 1>&6
  1669. +if test $ac_cv_os_cray = yes; then
  1670. +for ac_func in _getb67 GETB67 getb67; do
  1671. +  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1672. +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1673. +  echo $ac_n "(cached) $ac_c" 1>&6
  1674.  else
  1675.    cat > conftest.$ac_ext <<EOF
  1676. -#line 1667 "configure"
  1677. +#line 1847 "configure"
  1678.  #include "confdefs.h"
  1679. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1680. +/* System header to define __stub macros and hopefully few prototypes,
  1681. +    which can conflict with char $ac_func(); below.  */
  1682. +#include <assert.h>
  1683.  /* Override any gcc2 internal prototype to avoid an error.  */
  1684. -char getb67(); 
  1685. +/* We use char because int might match the return type of a gcc2
  1686. +    builtin and then its argument prototype would still apply.  */
  1687. +char $ac_func();
  1688.  
  1689. -int main() { return 0; }
  1690. +int main() { t(); return 0; }
  1691.  int t() {
  1692.  
  1693.  /* The GNU C library defines this for functions which it implements
  1694.      to always fail with ENOSYS.  Some functions are actually named
  1695.      something starting with __ and the normal name is an alias.  */
  1696. -#if defined (__stub_getb67) || defined (__stub___getb67)
  1697. +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1698.  choke me
  1699.  #else
  1700. -getb67();
  1701. +$ac_func();
  1702.  #endif
  1703.  
  1704.  ; return 0; }
  1705.  EOF
  1706. -if eval $ac_link; then
  1707. +if { (eval echo configure:1871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1708.    rm -rf conftest*
  1709. -  eval "ac_cv_func_getb67=yes"
  1710. +  eval "ac_cv_func_$ac_func=yes"
  1711.  else
  1712.    rm -rf conftest*
  1713. -  eval "ac_cv_func_getb67=no"
  1714. +  eval "ac_cv_func_$ac_func=no"
  1715.  fi
  1716.  rm -f conftest*
  1717.  
  1718.  fi
  1719. -if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
  1720. -  echo "$ac_t""yes" 1>&4
  1721. -  cat >> confdefs.h <<\EOF
  1722. -#define CRAY_STACKSEG_END getb67
  1723. +if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1724. +  echo "$ac_t""yes" 1>&6
  1725. +  cat >> confdefs.h <<EOF
  1726. +#define CRAY_STACKSEG_END $ac_func
  1727.  EOF
  1728.  
  1729. +  break
  1730.  else
  1731. -  echo "$ac_t""no" 1>&4
  1732. -fi
  1733. -
  1734. -fi
  1735. -
  1736. +  echo "$ac_t""no" 1>&6
  1737.  fi
  1738.  
  1739. +done
  1740.  fi
  1741.  
  1742. -echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
  1743. -if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
  1744. -  echo $ac_n "(cached) $ac_c" 1>&4
  1745. +echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
  1746. +if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
  1747. +  echo $ac_n "(cached) $ac_c" 1>&6
  1748.  else
  1749.    if test "$cross_compiling" = yes; then
  1750.    ac_cv_c_stack_direction=0
  1751.  else
  1752.  cat > conftest.$ac_ext <<EOF
  1753. -#line 1721 "configure"
  1754. +#line 1903 "configure"
  1755.  #include "confdefs.h"
  1756.  find_stack_direction ()
  1757.  {
  1758. @@ -1736,7 +1918,7 @@ main ()
  1759.    exit (find_stack_direction() < 0);
  1760.  }
  1761.  EOF
  1762. -eval $ac_link
  1763. +{ (eval echo configure:1922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1764.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1765.    ac_cv_c_stack_direction=1
  1766.  else
  1767. @@ -1745,7 +1927,8 @@ fi
  1768.  fi
  1769.  rm -fr conftest*
  1770.  fi
  1771. -echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
  1772. +
  1773. +echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
  1774.  cat >> confdefs.h <<EOF
  1775.  #define STACK_DIRECTION $ac_cv_c_stack_direction
  1776.  EOF
  1777. @@ -1766,12 +1949,12 @@ EOF
  1778.  
  1779.  fi
  1780.  
  1781. -echo $ac_n "checking for working const""... $ac_c" 1>&4
  1782. -if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
  1783. -  echo $ac_n "(cached) $ac_c" 1>&4
  1784. +echo $ac_n "checking for working const""... $ac_c" 1>&6
  1785. +if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  1786. +  echo $ac_n "(cached) $ac_c" 1>&6
  1787.  else
  1788.    cat > conftest.$ac_ext <<EOF
  1789. -#line 1775 "configure"
  1790. +#line 1958 "configure"
  1791.  #include "confdefs.h"
  1792.  
  1793.  int main() { return 0; }
  1794. @@ -1784,7 +1967,7 @@ char const *const *ccp;
  1795.  char **p;
  1796.  /* NEC SVR4.0.2 mips cc rejects this.  */
  1797.  struct point {int x, y;};
  1798. -static struct point const zero;
  1799. +static struct point const zero = {0,0};
  1800.  /* AIX XL C 1.02.0.0 rejects this.
  1801.     It does not let you subtract one const X* pointer from another in an arm
  1802.     of an if-expression whose if-part is not a constant expression */
  1803. @@ -1821,7 +2004,7 @@ ccp = (char const *const *) p;
  1804.  
  1805.  ; return 0; }
  1806.  EOF
  1807. -if eval $ac_compile; then
  1808. +if { (eval echo configure:2008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1809.    rm -rf conftest*
  1810.    ac_cv_c_const=yes
  1811.  else
  1812. @@ -1831,7 +2014,8 @@ fi
  1813.  rm -f conftest*
  1814.  
  1815.  fi
  1816. -echo "$ac_t""$ac_cv_c_const" 1>&4
  1817. +
  1818. +echo "$ac_t""$ac_cv_c_const" 1>&6
  1819.  if test $ac_cv_c_const = no; then
  1820.    cat >> confdefs.h <<\EOF
  1821.  #define const 
  1822. @@ -1859,9 +2043,9 @@ else
  1823.  do
  1824.  # Extract the first word of "$ac_prog", so it can be a program name with args.
  1825.  set dummy $ac_prog; ac_word=$2
  1826. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  1827. -if eval "test \"`echo '${'ac_cv_prog_F77'+set}'`\" = set"; then
  1828. -  echo $ac_n "(cached) $ac_c" 1>&4
  1829. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1830. +if eval "test \"`echo '$''{'ac_cv_prog_F77'+set}'`\" = set"; then
  1831. +  echo $ac_n "(cached) $ac_c" 1>&6
  1832.  else
  1833.    if test -n "$F77"; then
  1834.    ac_cv_prog_F77="$F77" # Let the user override the test.
  1835. @@ -1879,9 +2063,9 @@ fi
  1836.  fi
  1837.  F77="$ac_cv_prog_F77"
  1838.  if test -n "$F77"; then
  1839. -  echo "$ac_t""$F77" 1>&4
  1840. +  echo "$ac_t""$F77" 1>&6
  1841.  else
  1842. -  echo "$ac_t""no" 1>&4
  1843. +  echo "$ac_t""no" 1>&6
  1844.  fi
  1845.  
  1846.  test -n "$F77" && break
  1847. @@ -1892,13 +2076,13 @@ done
  1848.    # whether it might be compatible with f2c.
  1849.  
  1850.    if test -n "$F77"; then
  1851. -    echo $ac_n "checking $F77/f2c compatibility""... $ac_c" 1>&4
  1852. +    echo $ac_n "checking $F77/f2c compatibility""... $ac_c" 1>&6
  1853.      export F77
  1854.      export CC
  1855.      tmpdef=`sh $srcdir/f2c-compat.sh $srcdir/flibs.sh`
  1856.      status=$?
  1857.      if test $status -eq 0; then
  1858. -      echo "$ac_t""yes" 1>&4
  1859. +      echo "$ac_t""yes" 1>&6
  1860.        if test "$tmpdef" = '-DF77_APPEND_UNDERSCORE=1'; then
  1861.          cat >> confdefs.h <<\EOF
  1862.  #define F77_APPEND_UNDERSCORE 1
  1863. @@ -1906,7 +2090,7 @@ EOF
  1864.  
  1865.        fi
  1866.      else
  1867. -      echo "$ac_t""no" 1>&4
  1868. +      echo "$ac_t""no" 1>&6
  1869.        F77=
  1870.      fi
  1871.    fi
  1872. @@ -1918,9 +2102,9 @@ fi
  1873.  if test -z "$F77"; then
  1874.    # Extract the first word of "f2c", so it can be a program name with args.
  1875.  set dummy f2c; ac_word=$2
  1876. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  1877. -if eval "test \"`echo '${'ac_cv_prog_F2C'+set}'`\" = set"; then
  1878. -  echo $ac_n "(cached) $ac_c" 1>&4
  1879. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1880. +if eval "test \"`echo '$''{'ac_cv_prog_F2C'+set}'`\" = set"; then
  1881. +  echo $ac_n "(cached) $ac_c" 1>&6
  1882.  else
  1883.    if test -n "$F2C"; then
  1884.    ac_cv_prog_F2C="$F2C" # Let the user override the test.
  1885. @@ -1938,9 +2122,9 @@ fi
  1886.  fi
  1887.  F2C="$ac_cv_prog_F2C"
  1888.  if test -n "$F2C"; then
  1889. -  echo "$ac_t""$F2C" 1>&4
  1890. +  echo "$ac_t""$F2C" 1>&6
  1891.  else
  1892. -  echo "$ac_t""no" 1>&4
  1893. +  echo "$ac_t""no" 1>&6
  1894.  fi
  1895.  
  1896.  fi
  1897. @@ -1951,115 +2135,118 @@ fi
  1898.  
  1899.  if test -z "$FFLAGS"; then
  1900.    FFLAGS="-O"
  1901. -  echo "$ac_t""defining FFLAGS to be $FFLAGS" 1>&4
  1902. +  echo "$ac_t""defining FFLAGS to be $FFLAGS" 1>&6
  1903.  fi
  1904.  
  1905.  if test -n "$F77"; then
  1906.    export F77
  1907.    FLIBS=`sh $srcdir/flibs.sh`
  1908. -  echo "$ac_t""defining FLIBS to be $FLIBS" 1>&4
  1909. +  echo "$ac_t""defining FLIBS to be $FLIBS" 1>&6
  1910.    DOT_C_FROM_DOT_F_CMD=
  1911.    DOT_O_FROM_DOT_F_PAT=
  1912.  elif test -n "$F2C" || $use_f2c; then
  1913. -  echo $ac_n "checking for -lf2c""... $ac_c" 1>&4
  1914. -if eval "test \"`echo '${'ac_cv_lib_f2c'+set}'`\" = set"; then
  1915. -  echo $ac_n "(cached) $ac_c" 1>&4
  1916. +  echo $ac_n "checking for -lf2c""... $ac_c" 1>&6
  1917. +ac_lib_var=`echo f2c'_'main | tr './+\055' '__p_'`
  1918. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1919. +  echo $ac_n "(cached) $ac_c" 1>&6
  1920.  else
  1921.    ac_save_LIBS="$LIBS"
  1922. -LIBS="$LIBS -lf2c "
  1923. +LIBS="-lf2c  $LIBS"
  1924.  cat > conftest.$ac_ext <<EOF
  1925. -#line 1972 "configure"
  1926. +#line 2157 "configure"
  1927.  #include "confdefs.h"
  1928.  
  1929. -int main() { return 0; }
  1930. +int main() { t(); return 0; }
  1931.  int t() {
  1932.  main()
  1933.  ; return 0; }
  1934.  EOF
  1935. -if eval $ac_link; then
  1936. +if { (eval echo configure:2165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1937.    rm -rf conftest*
  1938. -  eval "ac_cv_lib_f2c=yes"
  1939. +  eval "ac_cv_lib_$ac_lib_var=yes"
  1940.  else
  1941.    rm -rf conftest*
  1942. -  eval "ac_cv_lib_f2c=no"
  1943. +  eval "ac_cv_lib_$ac_lib_var=no"
  1944.  fi
  1945.  rm -f conftest*
  1946.  LIBS="$ac_save_LIBS"
  1947.  
  1948.  fi
  1949. -if eval "test \"`echo '$ac_cv_lib_'f2c`\" = yes"; then
  1950. -  echo "$ac_t""yes" 1>&4
  1951. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1952. +  echo "$ac_t""yes" 1>&6
  1953.    FLIBS=-lf2c
  1954.  else
  1955. -  echo "$ac_t""no" 1>&4
  1956. +  echo "$ac_t""no" 1>&6
  1957.  fi
  1958.  
  1959.    if test -z "$FLIBS" ; then
  1960. -    echo $ac_n "checking for -lF77""... $ac_c" 1>&4
  1961. -if eval "test \"`echo '${'ac_cv_lib_F77'+set}'`\" = set"; then
  1962. -  echo $ac_n "(cached) $ac_c" 1>&4
  1963. +    echo $ac_n "checking for -lF77""... $ac_c" 1>&6
  1964. +ac_lib_var=`echo F77'_'main | tr './+\055' '__p_'`
  1965. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1966. +  echo $ac_n "(cached) $ac_c" 1>&6
  1967.  else
  1968.    ac_save_LIBS="$LIBS"
  1969. -LIBS="$LIBS -lF77 "
  1970. +LIBS="-lF77  $LIBS"
  1971.  cat > conftest.$ac_ext <<EOF
  1972. -#line 2006 "configure"
  1973. +#line 2192 "configure"
  1974.  #include "confdefs.h"
  1975.  
  1976. -int main() { return 0; }
  1977. +int main() { t(); return 0; }
  1978.  int t() {
  1979.  main()
  1980.  ; return 0; }
  1981.  EOF
  1982. -if eval $ac_link; then
  1983. +if { (eval echo configure:2200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1984.    rm -rf conftest*
  1985. -  eval "ac_cv_lib_F77=yes"
  1986. +  eval "ac_cv_lib_$ac_lib_var=yes"
  1987.  else
  1988.    rm -rf conftest*
  1989. -  eval "ac_cv_lib_F77=no"
  1990. +  eval "ac_cv_lib_$ac_lib_var=no"
  1991.  fi
  1992.  rm -f conftest*
  1993.  LIBS="$ac_save_LIBS"
  1994.  
  1995.  fi
  1996. -if eval "test \"`echo '$ac_cv_lib_'F77`\" = yes"; then
  1997. -  echo "$ac_t""yes" 1>&4
  1998. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1999. +  echo "$ac_t""yes" 1>&6
  2000.    FLIBS=-lF77
  2001.  else
  2002. -  echo "$ac_t""no" 1>&4
  2003. +  echo "$ac_t""no" 1>&6
  2004.  fi
  2005.  
  2006.      if test -n "$FLIBS" ; then
  2007. -      echo $ac_n "checking for -lI77""... $ac_c" 1>&4
  2008. -if eval "test \"`echo '${'ac_cv_lib_I77'+set}'`\" = set"; then
  2009. -  echo $ac_n "(cached) $ac_c" 1>&4
  2010. +      echo $ac_n "checking for -lI77""... $ac_c" 1>&6
  2011. +ac_lib_var=`echo I77'_'main | tr './+\055' '__p_'`
  2012. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2013. +  echo $ac_n "(cached) $ac_c" 1>&6
  2014.  else
  2015.    ac_save_LIBS="$LIBS"
  2016. -LIBS="$LIBS -lI77 "
  2017. +LIBS="-lI77  $LIBS"
  2018.  cat > conftest.$ac_ext <<EOF
  2019. -#line 2040 "configure"
  2020. +#line 2227 "configure"
  2021.  #include "confdefs.h"
  2022.  
  2023. -int main() { return 0; }
  2024. +int main() { t(); return 0; }
  2025.  int t() {
  2026.  main()
  2027.  ; return 0; }
  2028.  EOF
  2029. -if eval $ac_link; then
  2030. +if { (eval echo configure:2235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2031.    rm -rf conftest*
  2032. -  eval "ac_cv_lib_I77=yes"
  2033. +  eval "ac_cv_lib_$ac_lib_var=yes"
  2034.  else
  2035.    rm -rf conftest*
  2036. -  eval "ac_cv_lib_I77=no"
  2037. +  eval "ac_cv_lib_$ac_lib_var=no"
  2038.  fi
  2039.  rm -f conftest*
  2040.  LIBS="$ac_save_LIBS"
  2041.  
  2042.  fi
  2043. -if eval "test \"`echo '$ac_cv_lib_'I77`\" = yes"; then
  2044. -  echo "$ac_t""yes" 1>&4
  2045. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2046. +  echo "$ac_t""yes" 1>&6
  2047.    FLIBS="$FLIBS -lI77"
  2048.  else
  2049. -  echo "$ac_t""no" 1>&4
  2050. +  echo "$ac_t""no" 1>&6
  2051.  fi
  2052.  
  2053.      fi
  2054. @@ -2068,9 +2255,9 @@ fi
  2055.      echo "configure: warning: I found f2c but not libf2c.a, or libF77.a and libI77.a" 1>&2
  2056.    fi
  2057.    DOT_C_FROM_DOT_F_CMD='    cat $< | $(F2C) $(F2CFLAGS) > $(@F)'
  2058. -  echo "$ac_t""defining DOT_C_FROM_DOT_F_CMD to be $DOT_C_FROM_DOT_F_CMD" 1>&4
  2059. +  echo "$ac_t""defining DOT_C_FROM_DOT_F_CMD to be $DOT_C_FROM_DOT_F_CMD" 1>&6
  2060.    DOT_O_FROM_DOT_F_PAT='%.o : %.f'
  2061. -  echo "$ac_t""defining DOT_O_FROM_DOT_F_PAT to be $DOT_O_FROM_DOT_F_PAT" 1>&4
  2062. +  echo "$ac_t""defining DOT_O_FROM_DOT_F_PAT to be $DOT_O_FROM_DOT_F_PAT" 1>&6
  2063.    cat >> confdefs.h <<\EOF
  2064.  #define F77_APPEND_UNDERSCORE 1
  2065.  EOF
  2066. @@ -2122,11 +2309,11 @@ CXXLIB_PATH=`echo " $CXXLIBS " | sed -e 
  2067.      -e 's/ [^ ]*\.o//g' \
  2068.      -e 's/^ *//' -e 's/ *$//' -e 's/  */:/g'`
  2069.  
  2070. -echo "$ac_t""defining FLIB_LIST to be $FLIB_LIST" 1>&4
  2071. -echo "$ac_t""defining FLIB_PATH to be $FLIB_PATH" 1>&4
  2072. +echo "$ac_t""defining FLIB_LIST to be $FLIB_LIST" 1>&6
  2073. +echo "$ac_t""defining FLIB_PATH to be $FLIB_PATH" 1>&6
  2074.  
  2075. -echo "$ac_t""defining CXXLIB_LIST to be $CXXLIB_LIST" 1>&4
  2076. -echo "$ac_t""defining CXXLIB_PATH to be $CXXLIB_PATH" 1>&4
  2077. +echo "$ac_t""defining CXXLIB_LIST to be $CXXLIB_LIST" 1>&6
  2078. +echo "$ac_t""defining CXXLIB_PATH to be $CXXLIB_PATH" 1>&6
  2079.  
  2080.  
  2081.  
  2082. @@ -2136,19 +2323,20 @@ echo "$ac_t""defining CXXLIB_PATH to be 
  2083.  
  2084.  ### Checks for header files.
  2085.  
  2086. -echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  2087. -if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  2088. -  echo $ac_n "(cached) $ac_c" 1>&4
  2089. +echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  2090. +if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  2091. +  echo $ac_n "(cached) $ac_c" 1>&6
  2092.  else
  2093.    cat > conftest.$ac_ext <<EOF
  2094. -#line 2145 "configure"
  2095. +#line 2332 "configure"
  2096.  #include "confdefs.h"
  2097.  #include <stdlib.h>
  2098.  #include <stdarg.h>
  2099.  #include <string.h>
  2100.  #include <float.h>
  2101.  EOF
  2102. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2103. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2104. +{ (eval echo configure:2340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2105.  ac_err=`grep -v '^ *+' conftest.out`
  2106.  if test -z "$ac_err"; then
  2107.    rm -rf conftest*
  2108. @@ -2163,7 +2351,7 @@ rm -f conftest*
  2109.  if test $ac_cv_header_stdc = yes; then
  2110.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2111.  cat > conftest.$ac_ext <<EOF
  2112. -#line 2167 "configure"
  2113. +#line 2355 "configure"
  2114.  #include "confdefs.h"
  2115.  #include <string.h>
  2116.  EOF
  2117. @@ -2181,7 +2369,7 @@ fi
  2118.  if test $ac_cv_header_stdc = yes; then
  2119.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2120.  cat > conftest.$ac_ext <<EOF
  2121. -#line 2185 "configure"
  2122. +#line 2373 "configure"
  2123.  #include "confdefs.h"
  2124.  #include <stdlib.h>
  2125.  EOF
  2126. @@ -2199,10 +2387,10 @@ fi
  2127.  if test $ac_cv_header_stdc = yes; then
  2128.    # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2129.  if test "$cross_compiling" = yes; then
  2130. -  ac_cv_header_stdc=no
  2131. +  :
  2132.  else
  2133.  cat > conftest.$ac_ext <<EOF
  2134. -#line 2206 "configure"
  2135. +#line 2394 "configure"
  2136.  #include "confdefs.h"
  2137.  #include <ctype.h>
  2138.  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2139. @@ -2213,7 +2401,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
  2140.  exit (0); }
  2141.  
  2142.  EOF
  2143. -eval $ac_link
  2144. +{ (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  2145.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2146.    :
  2147.  else
  2148. @@ -2223,7 +2411,8 @@ fi
  2149.  rm -fr conftest*
  2150.  fi
  2151.  fi
  2152. -echo "$ac_t""$ac_cv_header_stdc" 1>&4
  2153. +
  2154. +echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2155.  if test $ac_cv_header_stdc = yes; then
  2156.    cat >> confdefs.h <<\EOF
  2157.  #define STDC_HEADERS 1
  2158. @@ -2234,16 +2423,17 @@ fi
  2159.  for ac_hdr in assert.h float.h limits.h memory.h pwd.h stdlib.h
  2160.  do
  2161.  ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2162. -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2163. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2164. -  echo $ac_n "(cached) $ac_c" 1>&4
  2165. +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2166. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2167. +  echo $ac_n "(cached) $ac_c" 1>&6
  2168.  else
  2169.    cat > conftest.$ac_ext <<EOF
  2170. -#line 2243 "configure"
  2171. +#line 2432 "configure"
  2172.  #include "confdefs.h"
  2173.  #include <$ac_hdr>
  2174.  EOF
  2175. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2176. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2177. +{ (eval echo configure:2437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2178.  ac_err=`grep -v '^ *+' conftest.out`
  2179.  if test -z "$ac_err"; then
  2180.    rm -rf conftest*
  2181. @@ -2256,30 +2446,31 @@ fi
  2182.  rm -f conftest*
  2183.  fi
  2184.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2185. -  echo "$ac_t""yes" 1>&4
  2186. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2187. +  echo "$ac_t""yes" 1>&6
  2188. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2189.    cat >> confdefs.h <<EOF
  2190.  #define $ac_tr_hdr 1
  2191.  EOF
  2192.   
  2193.  else
  2194. -  echo "$ac_t""no" 1>&4
  2195. +  echo "$ac_t""no" 1>&6
  2196.  fi
  2197.  done
  2198.  
  2199.  for ac_hdr in string.h varargs.h unistd.h floatingpoint.h
  2200.  do
  2201.  ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2202. -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2203. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2204. -  echo $ac_n "(cached) $ac_c" 1>&4
  2205. +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2206. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2207. +  echo $ac_n "(cached) $ac_c" 1>&6
  2208.  else
  2209.    cat > conftest.$ac_ext <<EOF
  2210. -#line 2279 "configure"
  2211. +#line 2469 "configure"
  2212.  #include "confdefs.h"
  2213.  #include <$ac_hdr>
  2214.  EOF
  2215. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2216. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2217. +{ (eval echo configure:2474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2218.  ac_err=`grep -v '^ *+' conftest.out`
  2219.  if test -z "$ac_err"; then
  2220.    rm -rf conftest*
  2221. @@ -2292,30 +2483,31 @@ fi
  2222.  rm -f conftest*
  2223.  fi
  2224.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2225. -  echo "$ac_t""yes" 1>&4
  2226. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2227. +  echo "$ac_t""yes" 1>&6
  2228. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2229.    cat >> confdefs.h <<EOF
  2230.  #define $ac_tr_hdr 1
  2231.  EOF
  2232.   
  2233.  else
  2234. -  echo "$ac_t""no" 1>&4
  2235. +  echo "$ac_t""no" 1>&6
  2236.  fi
  2237.  done
  2238.  
  2239.  for ac_hdr in sys/utsname.h sys/time.h sys/fcntl.h
  2240.  do
  2241.  ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2242. -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2243. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2244. -  echo $ac_n "(cached) $ac_c" 1>&4
  2245. +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2246. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2247. +  echo $ac_n "(cached) $ac_c" 1>&6
  2248.  else
  2249.    cat > conftest.$ac_ext <<EOF
  2250. -#line 2315 "configure"
  2251. +#line 2506 "configure"
  2252.  #include "confdefs.h"
  2253.  #include <$ac_hdr>
  2254.  EOF
  2255. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2256. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2257. +{ (eval echo configure:2511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2258.  ac_err=`grep -v '^ *+' conftest.out`
  2259.  if test -z "$ac_err"; then
  2260.    rm -rf conftest*
  2261. @@ -2328,30 +2520,31 @@ fi
  2262.  rm -f conftest*
  2263.  fi
  2264.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2265. -  echo "$ac_t""yes" 1>&4
  2266. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2267. +  echo "$ac_t""yes" 1>&6
  2268. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2269.    cat >> confdefs.h <<EOF
  2270.  #define $ac_tr_hdr 1
  2271.  EOF
  2272.   
  2273.  else
  2274. -  echo "$ac_t""no" 1>&4
  2275. +  echo "$ac_t""no" 1>&6
  2276.  fi
  2277.  done
  2278.  
  2279.  for ac_hdr in sys/ttold.h sys/ptem.h sys/select.h sys/resource.h
  2280.  do
  2281.  ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2282. -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2283. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2284. -  echo $ac_n "(cached) $ac_c" 1>&4
  2285. +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2286. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2287. +  echo $ac_n "(cached) $ac_c" 1>&6
  2288.  else
  2289.    cat > conftest.$ac_ext <<EOF
  2290. -#line 2351 "configure"
  2291. +#line 2543 "configure"
  2292.  #include "confdefs.h"
  2293.  #include <$ac_hdr>
  2294.  EOF
  2295. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2296. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2297. +{ (eval echo configure:2548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2298.  ac_err=`grep -v '^ *+' conftest.out`
  2299.  if test -z "$ac_err"; then
  2300.    rm -rf conftest*
  2301. @@ -2364,14 +2557,14 @@ fi
  2302.  rm -f conftest*
  2303.  fi
  2304.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2305. -  echo "$ac_t""yes" 1>&4
  2306. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2307. +  echo "$ac_t""yes" 1>&6
  2308. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2309.    cat >> confdefs.h <<EOF
  2310.  #define $ac_tr_hdr 1
  2311.  EOF
  2312.   
  2313.  else
  2314. -  echo "$ac_t""no" 1>&4
  2315. +  echo "$ac_t""no" 1>&6
  2316.  fi
  2317.  done
  2318.  
  2319. @@ -2379,12 +2572,12 @@ ac_header_dirent=no
  2320.  for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  2321.  do
  2322.  ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2323. -echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
  2324. -if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  2325. -  echo $ac_n "(cached) $ac_c" 1>&4
  2326. +echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  2327. +if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  2328. +  echo $ac_n "(cached) $ac_c" 1>&6
  2329.  else
  2330.    cat > conftest.$ac_ext <<EOF
  2331. -#line 2388 "configure"
  2332. +#line 2581 "configure"
  2333.  #include "confdefs.h"
  2334.  #include <sys/types.h>
  2335.  #include <$ac_hdr>
  2336. @@ -2393,7 +2586,7 @@ int t() {
  2337.  DIR *dirp = 0;
  2338.  ; return 0; }
  2339.  EOF
  2340. -if eval $ac_compile; then
  2341. +if { (eval echo configure:2590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2342.    rm -rf conftest*
  2343.    eval "ac_cv_header_dirent_$ac_safe=yes"
  2344.  else
  2345. @@ -2404,93 +2597,103 @@ rm -f conftest*
  2346.  
  2347.  fi
  2348.  if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  2349. -  echo "$ac_t""yes" 1>&4
  2350. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2351. +  echo "$ac_t""yes" 1>&6
  2352. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdedfghijklmnopqrstuvwxyz./\055' 'ABCDEDFGHIJKLMNOPQRSTUVWXYZ___'`
  2353.    cat >> confdefs.h <<EOF
  2354.  #define $ac_tr_hdr 1
  2355.  EOF
  2356.   ac_header_dirent=$ac_hdr; break
  2357.  else
  2358. -  echo "$ac_t""no" 1>&4
  2359. +  echo "$ac_t""no" 1>&6
  2360.  fi
  2361.  done
  2362.  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  2363.  if test $ac_header_dirent = dirent.h; then
  2364. -echo $ac_n "checking for -ldir""... $ac_c" 1>&4
  2365. -if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
  2366. -  echo $ac_n "(cached) $ac_c" 1>&4
  2367. +echo $ac_n "checking for -ldir""... $ac_c" 1>&6
  2368. +ac_lib_var=`echo dir'_'opendir | tr './+\055' '__p_'`
  2369. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2370. +  echo $ac_n "(cached) $ac_c" 1>&6
  2371.  else
  2372.    ac_save_LIBS="$LIBS"
  2373. -LIBS="$LIBS -ldir "
  2374. +LIBS="-ldir  $LIBS"
  2375.  cat > conftest.$ac_ext <<EOF
  2376. -#line 2427 "configure"
  2377. +#line 2621 "configure"
  2378.  #include "confdefs.h"
  2379. +/* Override any gcc2 internal prototype to avoid an error.  */
  2380. +/* We use char because int might match the return type of a gcc2
  2381. +    builtin and then its argument prototype would still apply.  */
  2382. +char opendir();
  2383.  
  2384. -int main() { return 0; }
  2385. +int main() { t(); return 0; }
  2386.  int t() {
  2387.  opendir()
  2388.  ; return 0; }
  2389.  EOF
  2390. -if eval $ac_link; then
  2391. +if { (eval echo configure:2633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2392.    rm -rf conftest*
  2393. -  eval "ac_cv_lib_dir=yes"
  2394. +  eval "ac_cv_lib_$ac_lib_var=yes"
  2395.  else
  2396.    rm -rf conftest*
  2397. -  eval "ac_cv_lib_dir=no"
  2398. +  eval "ac_cv_lib_$ac_lib_var=no"
  2399.  fi
  2400.  rm -f conftest*
  2401.  LIBS="$ac_save_LIBS"
  2402.  
  2403.  fi
  2404. -if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
  2405. -  echo "$ac_t""yes" 1>&4
  2406. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2407. +  echo "$ac_t""yes" 1>&6
  2408.    LIBS="$LIBS -ldir"
  2409.  else
  2410. -  echo "$ac_t""no" 1>&4
  2411. +  echo "$ac_t""no" 1>&6
  2412.  fi
  2413.  
  2414.  else
  2415. -echo $ac_n "checking for -lx""... $ac_c" 1>&4
  2416. -if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
  2417. -  echo $ac_n "(cached) $ac_c" 1>&4
  2418. +echo $ac_n "checking for -lx""... $ac_c" 1>&6
  2419. +ac_lib_var=`echo x'_'opendir | tr './+\055' '__p_'`
  2420. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2421. +  echo $ac_n "(cached) $ac_c" 1>&6
  2422.  else
  2423.    ac_save_LIBS="$LIBS"
  2424. -LIBS="$LIBS -lx "
  2425. +LIBS="-lx  $LIBS"
  2426.  cat > conftest.$ac_ext <<EOF
  2427. -#line 2461 "configure"
  2428. +#line 2660 "configure"
  2429.  #include "confdefs.h"
  2430. +/* Override any gcc2 internal prototype to avoid an error.  */
  2431. +/* We use char because int might match the return type of a gcc2
  2432. +    builtin and then its argument prototype would still apply.  */
  2433. +char opendir();
  2434.  
  2435. -int main() { return 0; }
  2436. +int main() { t(); return 0; }
  2437.  int t() {
  2438.  opendir()
  2439.  ; return 0; }
  2440.  EOF
  2441. -if eval $ac_link; then
  2442. +if { (eval echo configure:2672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2443.    rm -rf conftest*
  2444. -  eval "ac_cv_lib_x=yes"
  2445. +  eval "ac_cv_lib_$ac_lib_var=yes"
  2446.  else
  2447.    rm -rf conftest*
  2448. -  eval "ac_cv_lib_x=no"
  2449. +  eval "ac_cv_lib_$ac_lib_var=no"
  2450.  fi
  2451.  rm -f conftest*
  2452.  LIBS="$ac_save_LIBS"
  2453.  
  2454.  fi
  2455. -if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
  2456. -  echo "$ac_t""yes" 1>&4
  2457. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2458. +  echo "$ac_t""yes" 1>&6
  2459.    LIBS="$LIBS -lx"
  2460.  else
  2461. -  echo "$ac_t""no" 1>&4
  2462. +  echo "$ac_t""no" 1>&6
  2463.  fi
  2464.  
  2465.  fi
  2466.  
  2467. -echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&4
  2468. -if eval "test \"`echo '${'ac_cv_header_time'+set}'`\" = set"; then
  2469. -  echo $ac_n "(cached) $ac_c" 1>&4
  2470. +echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  2471. +if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  2472. +  echo $ac_n "(cached) $ac_c" 1>&6
  2473.  else
  2474.    cat > conftest.$ac_ext <<EOF
  2475. -#line 2494 "configure"
  2476. +#line 2697 "configure"
  2477.  #include "confdefs.h"
  2478.  #include <sys/types.h>
  2479.  #include <sys/time.h>
  2480. @@ -2500,7 +2703,7 @@ int t() {
  2481.  struct tm *tp;
  2482.  ; return 0; }
  2483.  EOF
  2484. -if eval $ac_compile; then
  2485. +if { (eval echo configure:2707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2486.    rm -rf conftest*
  2487.    ac_cv_header_time=yes
  2488.  else
  2489. @@ -2510,7 +2713,8 @@ fi
  2490.  rm -f conftest*
  2491.  
  2492.  fi
  2493. -echo "$ac_t""$ac_cv_header_time" 1>&4
  2494. +
  2495. +echo "$ac_t""$ac_cv_header_time" 1>&6
  2496.  if test $ac_cv_header_time = yes; then
  2497.    cat >> confdefs.h <<\EOF
  2498.  #define TIME_WITH_SYS_TIME 1
  2499. @@ -2526,16 +2730,17 @@ fi
  2500.  case "$canonical_host_type" in
  2501.    mips-dec-ultrix* | alpha-dec-osf*)
  2502.      ac_safe=`echo "sgtty.h" | tr './\055' '___'`
  2503. -echo $ac_n "checking for sgtty.h""... $ac_c" 1>&4
  2504. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2505. -  echo $ac_n "(cached) $ac_c" 1>&4
  2506. +echo $ac_n "checking for sgtty.h""... $ac_c" 1>&6
  2507. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2508. +  echo $ac_n "(cached) $ac_c" 1>&6
  2509.  else
  2510.    cat > conftest.$ac_ext <<EOF
  2511. -#line 2535 "configure"
  2512. +#line 2739 "configure"
  2513.  #include "confdefs.h"
  2514.  #include <sgtty.h>
  2515.  EOF
  2516. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2517. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2518. +{ (eval echo configure:2744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2519.  ac_err=`grep -v '^ *+' conftest.out`
  2520.  if test -z "$ac_err"; then
  2521.    rm -rf conftest*
  2522. @@ -2548,13 +2753,13 @@ fi
  2523.  rm -f conftest*
  2524.  fi
  2525.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2526. -  echo "$ac_t""yes" 1>&4
  2527. +  echo "$ac_t""yes" 1>&6
  2528.    cat >> confdefs.h <<\EOF
  2529.  #define HAVE_SGTTY_H 1
  2530.  EOF
  2531.  
  2532.  else
  2533. -  echo "$ac_t""no" 1>&4
  2534. +  echo "$ac_t""no" 1>&6
  2535.  fi
  2536.  
  2537.  
  2538. @@ -2562,16 +2767,17 @@ fi
  2539.        for ac_hdr in termios.h termio.h sgtty.h
  2540.  do
  2541.  ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2542. -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2543. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2544. -  echo $ac_n "(cached) $ac_c" 1>&4
  2545. +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2546. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2547. +  echo $ac_n "(cached) $ac_c" 1>&6
  2548.  else
  2549.    cat > conftest.$ac_ext <<EOF
  2550. -#line 2571 "configure"
  2551. +#line 2776 "configure"
  2552.  #include "confdefs.h"
  2553.  #include <$ac_hdr>
  2554.  EOF
  2555. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2556. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2557. +{ (eval echo configure:2781: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2558.  ac_err=`grep -v '^ *+' conftest.out`
  2559.  if test -z "$ac_err"; then
  2560.    rm -rf conftest*
  2561. @@ -2584,14 +2790,14 @@ fi
  2562.  rm -f conftest*
  2563.  fi
  2564.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2565. -  echo "$ac_t""yes" 1>&4
  2566. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2567. +  echo "$ac_t""yes" 1>&6
  2568. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2569.    cat >> confdefs.h <<EOF
  2570.  #define $ac_tr_hdr 1
  2571.  EOF
  2572.   break
  2573.  else
  2574. -  echo "$ac_t""no" 1>&4
  2575. +  echo "$ac_t""no" 1>&6
  2576.  fi
  2577.  done
  2578.  
  2579. @@ -2601,16 +2807,17 @@ done
  2580.      for ac_hdr in termios.h termio.h sgtty.h
  2581.  do
  2582.  ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2583. -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2584. -if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2585. -  echo $ac_n "(cached) $ac_c" 1>&4
  2586. +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2587. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2588. +  echo $ac_n "(cached) $ac_c" 1>&6
  2589.  else
  2590.    cat > conftest.$ac_ext <<EOF
  2591. -#line 2610 "configure"
  2592. +#line 2816 "configure"
  2593.  #include "confdefs.h"
  2594.  #include <$ac_hdr>
  2595.  EOF
  2596. -eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2597. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2598. +{ (eval echo configure:2821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2599.  ac_err=`grep -v '^ *+' conftest.out`
  2600.  if test -z "$ac_err"; then
  2601.    rm -rf conftest*
  2602. @@ -2623,14 +2830,14 @@ fi
  2603.  rm -f conftest*
  2604.  fi
  2605.  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2606. -  echo "$ac_t""yes" 1>&4
  2607. -    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2608. +  echo "$ac_t""yes" 1>&6
  2609. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2610.    cat >> confdefs.h <<EOF
  2611.  #define $ac_tr_hdr 1
  2612.  EOF
  2613.   break
  2614.  else
  2615. -  echo "$ac_t""no" 1>&4
  2616. +  echo "$ac_t""no" 1>&6
  2617.  fi
  2618.  done
  2619.  
  2620. @@ -2649,18 +2856,22 @@ fi
  2621.  
  2622.  for ac_func in setvbuf getcwd gethostname bzero bcopy rindex vfprintf vsprintf
  2623.  do
  2624. -echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2625. -if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2626. -  echo $ac_n "(cached) $ac_c" 1>&4
  2627. +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2628. +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2629. +  echo $ac_n "(cached) $ac_c" 1>&6
  2630.  else
  2631.    cat > conftest.$ac_ext <<EOF
  2632. -#line 2658 "configure"
  2633. +#line 2865 "configure"
  2634.  #include "confdefs.h"
  2635. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2636. +/* System header to define __stub macros and hopefully few prototypes,
  2637. +    which can conflict with char $ac_func(); below.  */
  2638. +#include <assert.h>
  2639.  /* Override any gcc2 internal prototype to avoid an error.  */
  2640. -char $ac_func(); 
  2641. +/* We use char because int might match the return type of a gcc2
  2642. +    builtin and then its argument prototype would still apply.  */
  2643. +char $ac_func();
  2644.  
  2645. -int main() { return 0; }
  2646. +int main() { t(); return 0; }
  2647.  int t() {
  2648.  
  2649.  /* The GNU C library defines this for functions which it implements
  2650. @@ -2674,7 +2885,7 @@ $ac_func();
  2651.  
  2652.  ; return 0; }
  2653.  EOF
  2654. -if eval $ac_link; then
  2655. +if { (eval echo configure:2889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2656.    rm -rf conftest*
  2657.    eval "ac_cv_func_$ac_func=yes"
  2658.  else
  2659. @@ -2685,31 +2896,35 @@ rm -f conftest*
  2660.  
  2661.  fi
  2662.  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2663. -  echo "$ac_t""yes" 1>&4
  2664. -    ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  2665. +  echo "$ac_t""yes" 1>&6
  2666. +    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2667.    cat >> confdefs.h <<EOF
  2668.  #define $ac_tr_func 1
  2669.  EOF
  2670.   
  2671.  else
  2672. -  echo "$ac_t""no" 1>&4
  2673. +  echo "$ac_t""no" 1>&6
  2674.  fi
  2675.  done
  2676.  
  2677.  for ac_func in stricmp strnicmp strcasecmp strncasecmp strerror atexit
  2678.  do
  2679. -echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2680. -if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2681. -  echo $ac_n "(cached) $ac_c" 1>&4
  2682. +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2683. +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2684. +  echo $ac_n "(cached) $ac_c" 1>&6
  2685.  else
  2686.    cat > conftest.$ac_ext <<EOF
  2687. -#line 2707 "configure"
  2688. +#line 2918 "configure"
  2689.  #include "confdefs.h"
  2690. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2691. +/* System header to define __stub macros and hopefully few prototypes,
  2692. +    which can conflict with char $ac_func(); below.  */
  2693. +#include <assert.h>
  2694.  /* Override any gcc2 internal prototype to avoid an error.  */
  2695. -char $ac_func(); 
  2696. +/* We use char because int might match the return type of a gcc2
  2697. +    builtin and then its argument prototype would still apply.  */
  2698. +char $ac_func();
  2699.  
  2700. -int main() { return 0; }
  2701. +int main() { t(); return 0; }
  2702.  int t() {
  2703.  
  2704.  /* The GNU C library defines this for functions which it implements
  2705. @@ -2723,7 +2938,7 @@ $ac_func();
  2706.  
  2707.  ; return 0; }
  2708.  EOF
  2709. -if eval $ac_link; then
  2710. +if { (eval echo configure:2942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2711.    rm -rf conftest*
  2712.    eval "ac_cv_func_$ac_func=yes"
  2713.  else
  2714. @@ -2734,31 +2949,35 @@ rm -f conftest*
  2715.  
  2716.  fi
  2717.  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2718. -  echo "$ac_t""yes" 1>&4
  2719. -    ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  2720. +  echo "$ac_t""yes" 1>&6
  2721. +    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2722.    cat >> confdefs.h <<EOF
  2723.  #define $ac_tr_func 1
  2724.  EOF
  2725.   
  2726.  else
  2727. -  echo "$ac_t""no" 1>&4
  2728. +  echo "$ac_t""no" 1>&6
  2729.  fi
  2730.  done
  2731.  
  2732.  for ac_func in on_exit tempnam memmove putenv gettimeofday getrusage
  2733.  do
  2734. -echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2735. -if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2736. -  echo $ac_n "(cached) $ac_c" 1>&4
  2737. +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2738. +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2739. +  echo $ac_n "(cached) $ac_c" 1>&6
  2740.  else
  2741.    cat > conftest.$ac_ext <<EOF
  2742. -#line 2756 "configure"
  2743. +#line 2971 "configure"
  2744.  #include "confdefs.h"
  2745. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2746. +/* System header to define __stub macros and hopefully few prototypes,
  2747. +    which can conflict with char $ac_func(); below.  */
  2748. +#include <assert.h>
  2749.  /* Override any gcc2 internal prototype to avoid an error.  */
  2750. -char $ac_func(); 
  2751. +/* We use char because int might match the return type of a gcc2
  2752. +    builtin and then its argument prototype would still apply.  */
  2753. +char $ac_func();
  2754.  
  2755. -int main() { return 0; }
  2756. +int main() { t(); return 0; }
  2757.  int t() {
  2758.  
  2759.  /* The GNU C library defines this for functions which it implements
  2760. @@ -2772,7 +2991,7 @@ $ac_func();
  2761.  
  2762.  ; return 0; }
  2763.  EOF
  2764. -if eval $ac_link; then
  2765. +if { (eval echo configure:2995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2766.    rm -rf conftest*
  2767.    eval "ac_cv_func_$ac_func=yes"
  2768.  else
  2769. @@ -2783,14 +3002,14 @@ rm -f conftest*
  2770.  
  2771.  fi
  2772.  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2773. -  echo "$ac_t""yes" 1>&4
  2774. -    ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  2775. +  echo "$ac_t""yes" 1>&6
  2776. +    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2777.    cat >> confdefs.h <<EOF
  2778.  #define $ac_tr_func 1
  2779.  EOF
  2780.   
  2781.  else
  2782. -  echo "$ac_t""no" 1>&4
  2783. +  echo "$ac_t""no" 1>&6
  2784.  fi
  2785.  done
  2786.  
  2787. @@ -2805,127 +3024,130 @@ done
  2788.  ### are often available.  If they are missing, we try to replace them
  2789.  ### with functions from the BSD/NET2 math library.
  2790.  
  2791. -echo $ac_n "checking for -lsunmath""... $ac_c" 1>&4
  2792. -if eval "test \"`echo '${'ac_cv_lib_sunmath'+set}'`\" = set"; then
  2793. -  echo $ac_n "(cached) $ac_c" 1>&4
  2794. +echo $ac_n "checking for -lsunmath""... $ac_c" 1>&6
  2795. +ac_lib_var=`echo sunmath'_'main | tr './+\055' '__p_'`
  2796. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2797. +  echo $ac_n "(cached) $ac_c" 1>&6
  2798.  else
  2799.    ac_save_LIBS="$LIBS"
  2800. -LIBS="$LIBS -lsunmath "
  2801. +LIBS="-lsunmath  $LIBS"
  2802.  cat > conftest.$ac_ext <<EOF
  2803. -#line 2816 "configure"
  2804. +#line 3036 "configure"
  2805.  #include "confdefs.h"
  2806.  
  2807. -int main() { return 0; }
  2808. +int main() { t(); return 0; }
  2809.  int t() {
  2810.  main()
  2811.  ; return 0; }
  2812.  EOF
  2813. -if eval $ac_link; then
  2814. +if { (eval echo configure:3044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2815.    rm -rf conftest*
  2816. -  eval "ac_cv_lib_sunmath=yes"
  2817. +  eval "ac_cv_lib_$ac_lib_var=yes"
  2818.  else
  2819.    rm -rf conftest*
  2820. -  eval "ac_cv_lib_sunmath=no"
  2821. +  eval "ac_cv_lib_$ac_lib_var=no"
  2822.  fi
  2823.  rm -f conftest*
  2824.  LIBS="$ac_save_LIBS"
  2825.  
  2826.  fi
  2827. -if eval "test \"`echo '$ac_cv_lib_'sunmath`\" = yes"; then
  2828. -  echo "$ac_t""yes" 1>&4
  2829. -    ac_tr_lib=HAVE_LIB`echo sunmath | tr '[a-z]' '[A-Z]'`
  2830. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2831. +  echo "$ac_t""yes" 1>&6
  2832. +    ac_tr_lib=HAVE_LIB`echo sunmath | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  2833.    cat >> confdefs.h <<EOF
  2834.  #define $ac_tr_lib 1
  2835.  EOF
  2836.  
  2837. -  LIBS="$LIBS -lsunmath"
  2838. +  LIBS="-lsunmath $LIBS"
  2839.  
  2840.  else
  2841. -  echo "$ac_t""no" 1>&4
  2842. +  echo "$ac_t""no" 1>&6
  2843.  fi
  2844.  
  2845.  
  2846.  
  2847.  case "$canonical_host_type" in
  2848.    *-*-linux*)
  2849. -    echo $ac_n "checking for -lm""... $ac_c" 1>&4
  2850. -if eval "test \"`echo '${'ac_cv_lib_m'+set}'`\" = set"; then
  2851. -  echo $ac_n "(cached) $ac_c" 1>&4
  2852. +    echo $ac_n "checking for -lm""... $ac_c" 1>&6
  2853. +ac_lib_var=`echo m'_'main | tr './+\055' '__p_'`
  2854. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2855. +  echo $ac_n "(cached) $ac_c" 1>&6
  2856.  else
  2857.    ac_save_LIBS="$LIBS"
  2858. -LIBS="$LIBS -lm -lc"
  2859. +LIBS="-lm -lc $LIBS"
  2860.  cat > conftest.$ac_ext <<EOF
  2861. -#line 2859 "configure"
  2862. +#line 3080 "configure"
  2863.  #include "confdefs.h"
  2864.  
  2865. -int main() { return 0; }
  2866. +int main() { t(); return 0; }
  2867.  int t() {
  2868.  main()
  2869.  ; return 0; }
  2870.  EOF
  2871. -if eval $ac_link; then
  2872. +if { (eval echo configure:3088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2873.    rm -rf conftest*
  2874. -  eval "ac_cv_lib_m=yes"
  2875. +  eval "ac_cv_lib_$ac_lib_var=yes"
  2876.  else
  2877.    rm -rf conftest*
  2878. -  eval "ac_cv_lib_m=no"
  2879. +  eval "ac_cv_lib_$ac_lib_var=no"
  2880.  fi
  2881.  rm -f conftest*
  2882.  LIBS="$ac_save_LIBS"
  2883.  
  2884.  fi
  2885. -if eval "test \"`echo '$ac_cv_lib_'m`\" = yes"; then
  2886. -  echo "$ac_t""yes" 1>&4
  2887. -    ac_tr_lib=HAVE_LIB`echo m | tr '[a-z]' '[A-Z]'`
  2888. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2889. +  echo "$ac_t""yes" 1>&6
  2890. +    ac_tr_lib=HAVE_LIB`echo m | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  2891.    cat >> confdefs.h <<EOF
  2892.  #define $ac_tr_lib 1
  2893.  EOF
  2894.  
  2895. -  LIBS="$LIBS -lm"
  2896. +  LIBS="-lm $LIBS"
  2897.  
  2898.  else
  2899. -  echo "$ac_t""no" 1>&4
  2900. +  echo "$ac_t""no" 1>&6
  2901.  fi
  2902.  
  2903.    ;;
  2904.    *)
  2905. -    echo $ac_n "checking for -lm""... $ac_c" 1>&4
  2906. -if eval "test \"`echo '${'ac_cv_lib_m'+set}'`\" = set"; then
  2907. -  echo $ac_n "(cached) $ac_c" 1>&4
  2908. +    echo $ac_n "checking for -lm""... $ac_c" 1>&6
  2909. +ac_lib_var=`echo m'_'main | tr './+\055' '__p_'`
  2910. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2911. +  echo $ac_n "(cached) $ac_c" 1>&6
  2912.  else
  2913.    ac_save_LIBS="$LIBS"
  2914. -LIBS="$LIBS -lm "
  2915. +LIBS="-lm  $LIBS"
  2916.  cat > conftest.$ac_ext <<EOF
  2917. -#line 2900 "configure"
  2918. +#line 3122 "configure"
  2919.  #include "confdefs.h"
  2920.  
  2921. -int main() { return 0; }
  2922. +int main() { t(); return 0; }
  2923.  int t() {
  2924.  main()
  2925.  ; return 0; }
  2926.  EOF
  2927. -if eval $ac_link; then
  2928. +if { (eval echo configure:3130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2929.    rm -rf conftest*
  2930. -  eval "ac_cv_lib_m=yes"
  2931. +  eval "ac_cv_lib_$ac_lib_var=yes"
  2932.  else
  2933.    rm -rf conftest*
  2934. -  eval "ac_cv_lib_m=no"
  2935. +  eval "ac_cv_lib_$ac_lib_var=no"
  2936.  fi
  2937.  rm -f conftest*
  2938.  LIBS="$ac_save_LIBS"
  2939.  
  2940.  fi
  2941. -if eval "test \"`echo '$ac_cv_lib_'m`\" = yes"; then
  2942. -  echo "$ac_t""yes" 1>&4
  2943. -    ac_tr_lib=HAVE_LIB`echo m | tr '[a-z]' '[A-Z]'`
  2944. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2945. +  echo "$ac_t""yes" 1>&6
  2946. +    ac_tr_lib=HAVE_LIB`echo m | tr 'abcdefghijklmnopqrstuvwxyz+' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
  2947.    cat >> confdefs.h <<EOF
  2948.  #define $ac_tr_lib 1
  2949.  EOF
  2950.  
  2951. -  LIBS="$LIBS -lm"
  2952. +  LIBS="-lm $LIBS"
  2953.  
  2954.  else
  2955. -  echo "$ac_t""no" 1>&4
  2956. +  echo "$ac_t""no" 1>&6
  2957.  fi
  2958.  
  2959.    ;;
  2960. @@ -2943,18 +3165,22 @@ case "$canonical_host_type" in
  2961.    *)
  2962.      for ac_func in finite isnan isinf infinity quiet_nan
  2963.  do
  2964. -echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2965. -if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2966. -  echo $ac_n "(cached) $ac_c" 1>&4
  2967. +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2968. +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2969. +  echo $ac_n "(cached) $ac_c" 1>&6
  2970.  else
  2971.    cat > conftest.$ac_ext <<EOF
  2972. -#line 2952 "configure"
  2973. +#line 3174 "configure"
  2974.  #include "confdefs.h"
  2975. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2976. +/* System header to define __stub macros and hopefully few prototypes,
  2977. +    which can conflict with char $ac_func(); below.  */
  2978. +#include <assert.h>
  2979.  /* Override any gcc2 internal prototype to avoid an error.  */
  2980. -char $ac_func(); 
  2981. +/* We use char because int might match the return type of a gcc2
  2982. +    builtin and then its argument prototype would still apply.  */
  2983. +char $ac_func();
  2984.  
  2985. -int main() { return 0; }
  2986. +int main() { t(); return 0; }
  2987.  int t() {
  2988.  
  2989.  /* The GNU C library defines this for functions which it implements
  2990. @@ -2968,7 +3194,7 @@ $ac_func();
  2991.  
  2992.  ; return 0; }
  2993.  EOF
  2994. -if eval $ac_link; then
  2995. +if { (eval echo configure:3198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2996.    rm -rf conftest*
  2997.    eval "ac_cv_func_$ac_func=yes"
  2998.  else
  2999. @@ -2979,14 +3205,14 @@ rm -f conftest*
  3000.  
  3001.  fi
  3002.  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3003. -  echo "$ac_t""yes" 1>&4
  3004. -    ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  3005. +  echo "$ac_t""yes" 1>&6
  3006. +    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3007.    cat >> confdefs.h <<EOF
  3008.  #define $ac_tr_func 1
  3009.  EOF
  3010.   
  3011.  else
  3012. -  echo "$ac_t""no" 1>&4
  3013. +  echo "$ac_t""no" 1>&6
  3014.  fi
  3015.  done
  3016.  
  3017. @@ -2997,18 +3223,22 @@ esac
  3018.  
  3019.  for ac_func in acosh asinh atanh erf erfc lgamma
  3020.  do
  3021. -echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  3022. -if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3023. -  echo $ac_n "(cached) $ac_c" 1>&4
  3024. +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3025. +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3026. +  echo $ac_n "(cached) $ac_c" 1>&6
  3027.  else
  3028.    cat > conftest.$ac_ext <<EOF
  3029. -#line 3006 "configure"
  3030. +#line 3232 "configure"
  3031.  #include "confdefs.h"
  3032. -#include <ctype.h> /* Arbitrary system header to define __stub macros. */
  3033. +/* System header to define __stub macros and hopefully few prototypes,
  3034. +    which can conflict with char $ac_func(); below.  */
  3035. +#include <assert.h>
  3036.  /* Override any gcc2 internal prototype to avoid an error.  */
  3037. -char $ac_func(); 
  3038. +/* We use char because int might match the return type of a gcc2
  3039. +    builtin and then its argument prototype would still apply.  */
  3040. +char $ac_func();
  3041.  
  3042. -int main() { return 0; }
  3043. +int main() { t(); return 0; }
  3044.  int t() {
  3045.  
  3046.  /* The GNU C library defines this for functions which it implements
  3047. @@ -3022,7 +3252,7 @@ $ac_func();
  3048.  
  3049.  ; return 0; }
  3050.  EOF
  3051. -if eval $ac_link; then
  3052. +if { (eval echo configure:3256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3053.    rm -rf conftest*
  3054.    eval "ac_cv_func_$ac_func=yes"
  3055.  else
  3056. @@ -3033,38 +3263,38 @@ rm -f conftest*
  3057.  
  3058.  fi
  3059.  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3060. -  echo "$ac_t""yes" 1>&4
  3061. -    ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  3062. +  echo "$ac_t""yes" 1>&6
  3063. +    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3064.    cat >> confdefs.h <<EOF
  3065.  #define $ac_tr_func 1
  3066.  EOF
  3067.   
  3068.  else
  3069. -  echo "$ac_t""no" 1>&4
  3070. +  echo "$ac_t""no" 1>&6
  3071.  fi
  3072.  done
  3073.  
  3074.  
  3075. -echo $ac_n "checking for signgam declaration in math.h""... $ac_c" 1>&4
  3076. +echo $ac_n "checking for signgam declaration in math.h""... $ac_c" 1>&6
  3077.  cat > conftest.$ac_ext <<EOF
  3078. -#line 3051 "configure"
  3079. +#line 3281 "configure"
  3080.  #include "confdefs.h"
  3081.  #include <math.h>
  3082. -int main() { return 0; }
  3083. +int main() { t(); return 0; }
  3084.  int t() {
  3085.  int foo = signgam + 1;
  3086.  ; return 0; }
  3087.  EOF
  3088. -if eval $ac_link; then
  3089. +if { (eval echo configure:3289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3090.    rm -rf conftest*
  3091. -  echo "$ac_t""yes" 1>&4
  3092. +  echo "$ac_t""yes" 1>&6
  3093.    cat >> confdefs.h <<\EOF
  3094.  #define SIGNGAM_DECLARED 1
  3095.  EOF
  3096.  
  3097.  else
  3098.    rm -rf conftest*
  3099. -  echo "$ac_t""no" 1>&4
  3100. +  echo "$ac_t""no" 1>&6
  3101.  fi
  3102.  rm -f conftest*
  3103.  
  3104. @@ -3073,12 +3303,12 @@ CFLAGS="$XCFLAGS"
  3105.  
  3106.  ### Checks for OS specific cruft.
  3107.  
  3108. -echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&4
  3109. -if eval "test \"`echo '${'ac_cv_struct_tm'+set}'`\" = set"; then
  3110. -  echo $ac_n "(cached) $ac_c" 1>&4
  3111. +echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  3112. +if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
  3113. +  echo $ac_n "(cached) $ac_c" 1>&6
  3114.  else
  3115.    cat > conftest.$ac_ext <<EOF
  3116. -#line 3082 "configure"
  3117. +#line 3312 "configure"
  3118.  #include "confdefs.h"
  3119.  #include <sys/types.h>
  3120.  #include <time.h>
  3121. @@ -3087,7 +3317,7 @@ int t() {
  3122.  struct tm *tp; tp->tm_sec;
  3123.  ; return 0; }
  3124.  EOF
  3125. -if eval $ac_compile; then
  3126. +if { (eval echo configure:3321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3127.    rm -rf conftest*
  3128.    ac_cv_struct_tm=time.h
  3129.  else
  3130. @@ -3097,7 +3327,8 @@ fi
  3131.  rm -f conftest*
  3132.  
  3133.  fi
  3134. -echo "$ac_t""$ac_cv_struct_tm" 1>&4
  3135. +
  3136. +echo "$ac_t""$ac_cv_struct_tm" 1>&6
  3137.  if test $ac_cv_struct_tm = sys/time.h; then
  3138.    cat >> confdefs.h <<\EOF
  3139.  #define TM_IN_SYS_TIME 1
  3140. @@ -3105,19 +3336,26 @@ EOF
  3141.  
  3142.  fi
  3143.  
  3144. -echo $ac_n "checking whether setvbuf arguments are reversed""... $ac_c" 1>&4
  3145. -if eval "test \"`echo '${'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then
  3146. -  echo $ac_n "(cached) $ac_c" 1>&4
  3147. +echo $ac_n "checking whether setvbuf arguments are reversed""... $ac_c" 1>&6
  3148. +if eval "test \"`echo '$''{'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then
  3149. +  echo $ac_n "(cached) $ac_c" 1>&6
  3150.  else
  3151.    if test "$cross_compiling" = yes; then
  3152.      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  3153.  else
  3154.  cat > conftest.$ac_ext <<EOF
  3155. -#line 3117 "configure"
  3156. +#line 3348 "configure"
  3157.  #include "confdefs.h"
  3158.  #include <stdio.h>
  3159.  /* If setvbuf has the reversed format, exit 0. */
  3160.  main () {
  3161. +#ifdef __amigaos__
  3162. +  /* AmigaOS is a non-reversed system.  Instead of the test program
  3163. +     getting a segfault (no memory protection), it causes enforcer hits
  3164. +     or other nastiness, so don't run the test program, just exit with
  3165. +     status 1 to indicate that it is non-reversed.  -fnf */
  3166. +  exit(1);
  3167. +#endif
  3168.    /* This call has the arguments reversed.
  3169.       A reversed system may check and see that the address of main
  3170.       is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
  3171. @@ -3127,7 +3365,7 @@ main () {
  3172.    exit(0);            /* Non-reversed systems segv here.  */
  3173.  }
  3174.  EOF
  3175. -eval $ac_link
  3176. +{ (eval echo configure:3369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  3177.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  3178.    ac_cv_func_setvbuf_reversed=yes
  3179.  else
  3180. @@ -3135,9 +3373,10 @@ else
  3181.  fi
  3182.  fi
  3183.  rm -fr conftest*
  3184. -rm -f core
  3185. +rm -f core core.* *.core
  3186.  fi
  3187. -echo "$ac_t""$ac_cv_func_setvbuf_reversed" 1>&4
  3188. +
  3189. +echo "$ac_t""$ac_cv_func_setvbuf_reversed" 1>&6
  3190.  if test $ac_cv_func_setvbuf_reversed = yes; then
  3191.    cat >> confdefs.h <<\EOF
  3192.  #define SETVBUF_REVERSED 1
  3193. @@ -3147,67 +3386,68 @@ fi
  3194.  
  3195.  TERMLIBS=""
  3196.  for termlib in termcap terminfo curses termlib ; do
  3197. -  echo $ac_n "checking for -l${termlib}""... $ac_c" 1>&4
  3198. -if eval "test \"`echo '${'ac_cv_lib_${termlib}'+set}'`\" = set"; then
  3199. -  echo $ac_n "(cached) $ac_c" 1>&4
  3200. +  echo $ac_n "checking for -l${termlib}""... $ac_c" 1>&6
  3201. +ac_lib_var=`echo ${termlib}'_'main | tr './+\055' '__p_'`
  3202. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  3203. +  echo $ac_n "(cached) $ac_c" 1>&6
  3204.  else
  3205.    ac_save_LIBS="$LIBS"
  3206. -LIBS="$LIBS -l${termlib} "
  3207. +LIBS="-l${termlib}  $LIBS"
  3208.  cat > conftest.$ac_ext <<EOF
  3209. -#line 3158 "configure"
  3210. +#line 3398 "configure"
  3211.  #include "confdefs.h"
  3212.  
  3213. -int main() { return 0; }
  3214. +int main() { t(); return 0; }
  3215.  int t() {
  3216.  main()
  3217.  ; return 0; }
  3218.  EOF
  3219. -if eval $ac_link; then
  3220. +if { (eval echo configure:3406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3221.    rm -rf conftest*
  3222. -  eval "ac_cv_lib_${termlib}=yes"
  3223. +  eval "ac_cv_lib_$ac_lib_var=yes"
  3224.  else
  3225.    rm -rf conftest*
  3226. -  eval "ac_cv_lib_${termlib}=no"
  3227. +  eval "ac_cv_lib_$ac_lib_var=no"
  3228.  fi
  3229.  rm -f conftest*
  3230.  LIBS="$ac_save_LIBS"
  3231.  
  3232.  fi
  3233. -if eval "test \"`echo '$ac_cv_lib_'${termlib}`\" = yes"; then
  3234. -  echo "$ac_t""yes" 1>&4
  3235. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  3236. +  echo "$ac_t""yes" 1>&6
  3237.    TERMLIBS="${TERMLIBS} -l${termlib}"
  3238.  else
  3239. -  echo "$ac_t""no" 1>&4
  3240. +  echo "$ac_t""no" 1>&6
  3241.  fi
  3242.  
  3243.    case "${TERMLIBS}" in
  3244.      *-l${termlib}*)
  3245. -      echo "$ac_t""defining TERMLIBS to be $TERMLIBS" 1>&4
  3246. +      echo "$ac_t""defining TERMLIBS to be $TERMLIBS" 1>&6
  3247.        break
  3248.      ;;
  3249.    esac
  3250.  done
  3251.  
  3252. -echo $ac_n "checking for struct exception in math.h""... $ac_c" 1>&4
  3253. +echo $ac_n "checking for struct exception in math.h""... $ac_c" 1>&6
  3254.  cat > conftest.$ac_ext <<EOF
  3255. -#line 3194 "configure"
  3256. +#line 3434 "configure"
  3257.  #include "confdefs.h"
  3258.  #include <math.h>
  3259. -int main() { return 0; }
  3260. +int main() { t(); return 0; }
  3261.  int t() {
  3262.  struct exception *x; x->type; x->name;
  3263.  ; return 0; }
  3264.  EOF
  3265. -if eval $ac_link; then
  3266. +if { (eval echo configure:3442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3267.    rm -rf conftest*
  3268. -  echo "$ac_t""yes" 1>&4
  3269. +  echo "$ac_t""yes" 1>&6
  3270.    cat >> confdefs.h <<\EOF
  3271.  #define EXCEPTION_IN_MATH 1
  3272.  EOF
  3273.  
  3274.  else
  3275.    rm -rf conftest*
  3276. -  echo "$ac_t""no" 1>&4
  3277. +  echo "$ac_t""no" 1>&6
  3278.  fi
  3279.  rm -f conftest*
  3280.  
  3281. @@ -3216,25 +3456,30 @@ rm -f conftest*
  3282.  
  3283.  ### Signal stuff.
  3284.  
  3285. -echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&4
  3286. -if eval "test \"`echo '${'ac_cv_type_signal'+set}'`\" = set"; then
  3287. -  echo $ac_n "(cached) $ac_c" 1>&4
  3288. +echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  3289. +if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  3290. +  echo $ac_n "(cached) $ac_c" 1>&6
  3291.  else
  3292.    cat > conftest.$ac_ext <<EOF
  3293. -#line 3225 "configure"
  3294. +#line 3465 "configure"
  3295.  #include "confdefs.h"
  3296.  #include <sys/types.h>
  3297.  #include <signal.h>
  3298.  #ifdef signal
  3299.  #undef signal
  3300.  #endif
  3301. -extern void (*signal ()) ();
  3302. +#ifdef __cplusplus
  3303. +extern "C" void (*signal (int, void (*)(int)))(int);
  3304. +#else
  3305. +void (*signal ()) ();
  3306. +#endif
  3307. +
  3308.  int main() { return 0; }
  3309.  int t() {
  3310.  int i;
  3311.  ; return 0; }
  3312.  EOF
  3313. -if eval $ac_compile; then
  3314. +if { (eval echo configure:3483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3315.    rm -rf conftest*
  3316.    ac_cv_type_signal=void
  3317.  else
  3318. @@ -3244,18 +3489,19 @@ fi
  3319.  rm -f conftest*
  3320.  
  3321.  fi
  3322. -echo "$ac_t""$ac_cv_type_signal" 1>&4
  3323. +
  3324. +echo "$ac_t""$ac_cv_type_signal" 1>&6
  3325.  cat >> confdefs.h <<EOF
  3326.  #define RETSIGTYPE $ac_cv_type_signal
  3327.  EOF
  3328.  
  3329.  
  3330. -echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&4
  3331. -if eval "test \"`echo '${'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
  3332. -  echo $ac_n "(cached) $ac_c" 1>&4
  3333. +echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
  3334. +if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
  3335. +  echo $ac_n "(cached) $ac_c" 1>&6
  3336.  else
  3337.    cat > conftest.$ac_ext <<EOF
  3338. -#line 3259 "configure"
  3339. +#line 3505 "configure"
  3340.  #include "confdefs.h"
  3341.  #include <sys/types.h>
  3342.  #include <signal.h>
  3343. @@ -3268,7 +3514,7 @@ int t() {
  3344.  char *msg = *(sys_siglist + 1);
  3345.  ; return 0; }
  3346.  EOF
  3347. -if eval $ac_compile; then
  3348. +if { (eval echo configure:3518: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3349.    rm -rf conftest*
  3350.    ac_cv_decl_sys_siglist=yes
  3351.  else
  3352. @@ -3278,7 +3524,8 @@ fi
  3353.  rm -f conftest*
  3354.  
  3355.  fi
  3356. -echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&4
  3357. +
  3358. +echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&6
  3359.  if test $ac_cv_decl_sys_siglist = yes; then
  3360.    cat >> confdefs.h <<\EOF
  3361.  #define SYS_SIGLIST_DECLARED 1
  3362. @@ -3286,26 +3533,26 @@ EOF
  3363.  
  3364.  fi
  3365.  
  3366. -echo $ac_n "checking for sys_siglist variable""... $ac_c" 1>&4
  3367. +echo $ac_n "checking for sys_siglist variable""... $ac_c" 1>&6
  3368.  cat > conftest.$ac_ext <<EOF
  3369. -#line 3292 "configure"
  3370. +#line 3539 "configure"
  3371.  #include "confdefs.h"
  3372.  #include <stdio.h>
  3373. -int main() { return 0; }
  3374. +int main() { t(); return 0; }
  3375.  int t() {
  3376.  extern char *sys_siglist[]; printf ("%s\n", sys_siglist[1]);
  3377.  ; return 0; }
  3378.  EOF
  3379. -if eval $ac_link; then
  3380. +if { (eval echo configure:3547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3381.    rm -rf conftest*
  3382. -  echo "$ac_t""yes" 1>&4
  3383. +  echo "$ac_t""yes" 1>&6
  3384.    cat >> confdefs.h <<\EOF
  3385.  #define HAVE_SYS_SIGLIST 1
  3386.  EOF
  3387.  
  3388.  else
  3389.    rm -rf conftest*
  3390. -  echo "$ac_t""no" 1>&4
  3391. +  echo "$ac_t""no" 1>&6
  3392.  fi
  3393.  rm -f conftest*
  3394.  
  3395. @@ -3317,7 +3564,7 @@ case "$RETSIGTYPE" in
  3396.    ;;
  3397.    *)
  3398.      VOID_SIGHANDLER="-DVOID_SIGHANDLER=1"
  3399. -    echo "$ac_t""defining VOID_SIGHANDLER to be 1" 1>&4
  3400. +    echo "$ac_t""defining VOID_SIGHANDLER to be 1" 1>&6
  3401.    ;;
  3402.  esac
  3403.  
  3404. @@ -3333,9 +3580,9 @@ esac
  3405.  
  3406.  # Extract the first word of "flex", so it can be a program name with args.
  3407.  set dummy flex; ac_word=$2
  3408. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  3409. -if eval "test \"`echo '${'ac_cv_prog_LEX'+set}'`\" = set"; then
  3410. -  echo $ac_n "(cached) $ac_c" 1>&4
  3411. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3412. +if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
  3413. +  echo $ac_n "(cached) $ac_c" 1>&6
  3414.  else
  3415.    if test -n "$LEX"; then
  3416.    ac_cv_prog_LEX="$LEX" # Let the user override the test.
  3417. @@ -3354,9 +3601,9 @@ fi
  3418.  fi
  3419.  LEX="$ac_cv_prog_LEX"
  3420.  if test -n "$LEX"; then
  3421. -  echo "$ac_t""$LEX" 1>&4
  3422. +  echo "$ac_t""$LEX" 1>&6
  3423.  else
  3424. -  echo "$ac_t""no" 1>&4
  3425. +  echo "$ac_t""no" 1>&6
  3426.  fi
  3427.  
  3428.  if test -z "$LEXLIB"
  3429. @@ -3365,37 +3612,42 @@ then
  3430.    flex*) ac_lib=fl ;;
  3431.    *) ac_lib=l ;;
  3432.    esac
  3433. -  echo $ac_n "checking for -l$ac_lib""... $ac_c" 1>&4
  3434. -if eval "test \"`echo '${'ac_cv_lib_$ac_lib'+set}'`\" = set"; then
  3435. -  echo $ac_n "(cached) $ac_c" 1>&4
  3436. +  echo $ac_n "checking for -l$ac_lib""... $ac_c" 1>&6
  3437. +ac_lib_var=`echo $ac_lib'_'yywrap | tr './+\055' '__p_'`
  3438. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  3439. +  echo $ac_n "(cached) $ac_c" 1>&6
  3440.  else
  3441.    ac_save_LIBS="$LIBS"
  3442. -LIBS="$LIBS -l$ac_lib "
  3443. +LIBS="-l$ac_lib  $LIBS"
  3444.  cat > conftest.$ac_ext <<EOF
  3445. -#line 3376 "configure"
  3446. +#line 3624 "configure"
  3447.  #include "confdefs.h"
  3448. +/* Override any gcc2 internal prototype to avoid an error.  */
  3449. +/* We use char because int might match the return type of a gcc2
  3450. +    builtin and then its argument prototype would still apply.  */
  3451. +char yywrap();
  3452.  
  3453. -int main() { return 0; }
  3454. +int main() { t(); return 0; }
  3455.  int t() {
  3456. -main()
  3457. +yywrap()
  3458.  ; return 0; }
  3459.  EOF
  3460. -if eval $ac_link; then
  3461. +if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3462.    rm -rf conftest*
  3463. -  eval "ac_cv_lib_$ac_lib=yes"
  3464. +  eval "ac_cv_lib_$ac_lib_var=yes"
  3465.  else
  3466.    rm -rf conftest*
  3467. -  eval "ac_cv_lib_$ac_lib=no"
  3468. +  eval "ac_cv_lib_$ac_lib_var=no"
  3469.  fi
  3470.  rm -f conftest*
  3471.  LIBS="$ac_save_LIBS"
  3472.  
  3473.  fi
  3474. -if eval "test \"`echo '$ac_cv_lib_'$ac_lib`\" = yes"; then
  3475. -  echo "$ac_t""yes" 1>&4
  3476. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  3477. +  echo "$ac_t""yes" 1>&6
  3478.    LEXLIB="-l$ac_lib"
  3479.  else
  3480. -  echo "$ac_t""no" 1>&4
  3481. +  echo "$ac_t""no" 1>&6
  3482.  fi
  3483.  
  3484.  fi
  3485. @@ -3403,12 +3655,12 @@ fi
  3486.  case "$LEX" in
  3487.    flex*)
  3488.      LFLAGS="-t -I"
  3489. -    echo "$ac_t""defining LFLAGS to be $LFLAGS" 1>&4
  3490. +    echo "$ac_t""defining LFLAGS to be $LFLAGS" 1>&6
  3491.      LEXLIB=
  3492.    ;;
  3493.    *)
  3494.      LFLAGS="-t"
  3495. -    echo "$ac_t""defining LFLAGS to be $LFLAGS" 1>&4
  3496. +    echo "$ac_t""defining LFLAGS to be $LFLAGS" 1>&6
  3497.      echo "configure: warning: I didn't find flex, but that's only a problem" 1>&2
  3498.      echo "configure: warning: if you need to reconstruct lex.cc" 1>&2
  3499.    ;;
  3500. @@ -3419,9 +3671,9 @@ for ac_prog in 'bison -y' byacc
  3501.  do
  3502.  # Extract the first word of "$ac_prog", so it can be a program name with args.
  3503.  set dummy $ac_prog; ac_word=$2
  3504. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  3505. -if eval "test \"`echo '${'ac_cv_prog_YACC'+set}'`\" = set"; then
  3506. -  echo $ac_n "(cached) $ac_c" 1>&4
  3507. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3508. +if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
  3509. +  echo $ac_n "(cached) $ac_c" 1>&6
  3510.  else
  3511.    if test -n "$YACC"; then
  3512.    ac_cv_prog_YACC="$YACC" # Let the user override the test.
  3513. @@ -3439,9 +3691,9 @@ fi
  3514.  fi
  3515.  YACC="$ac_cv_prog_YACC"
  3516.  if test -n "$YACC"; then
  3517. -  echo "$ac_t""$YACC" 1>&4
  3518. +  echo "$ac_t""$YACC" 1>&6
  3519.  else
  3520. -  echo "$ac_t""no" 1>&4
  3521. +  echo "$ac_t""no" 1>&6
  3522.  fi
  3523.  
  3524.  test -n "$YACC" && break
  3525. @@ -3459,9 +3711,9 @@ esac
  3526.  
  3527.  # Extract the first word of "ranlib", so it can be a program name with args.
  3528.  set dummy ranlib; ac_word=$2
  3529. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  3530. -if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  3531. -  echo $ac_n "(cached) $ac_c" 1>&4
  3532. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3533. +if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  3534. +  echo $ac_n "(cached) $ac_c" 1>&6
  3535.  else
  3536.    if test -n "$RANLIB"; then
  3537.    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  3538. @@ -3480,17 +3732,17 @@ fi
  3539.  fi
  3540.  RANLIB="$ac_cv_prog_RANLIB"
  3541.  if test -n "$RANLIB"; then
  3542. -  echo "$ac_t""$RANLIB" 1>&4
  3543. +  echo "$ac_t""$RANLIB" 1>&6
  3544.  else
  3545. -  echo "$ac_t""no" 1>&4
  3546. +  echo "$ac_t""no" 1>&6
  3547.  fi
  3548.  
  3549.  
  3550.  # Extract the first word of "runtest", so it can be a program name with args.
  3551.  set dummy runtest; ac_word=$2
  3552. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  3553. -if eval "test \"`echo '${'ac_cv_prog_RUNTEST'+set}'`\" = set"; then
  3554. -  echo $ac_n "(cached) $ac_c" 1>&4
  3555. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3556. +if eval "test \"`echo '$''{'ac_cv_prog_RUNTEST'+set}'`\" = set"; then
  3557. +  echo $ac_n "(cached) $ac_c" 1>&6
  3558.  else
  3559.    if test -n "$RUNTEST"; then
  3560.    ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
  3561. @@ -3508,16 +3760,16 @@ fi
  3562.  fi
  3563.  RUNTEST="$ac_cv_prog_RUNTEST"
  3564.  if test -n "$RUNTEST"; then
  3565. -  echo "$ac_t""$RUNTEST" 1>&4
  3566. +  echo "$ac_t""$RUNTEST" 1>&6
  3567.  else
  3568. -  echo "$ac_t""no" 1>&4
  3569. +  echo "$ac_t""no" 1>&6
  3570.  fi
  3571.  
  3572.  # Extract the first word of "expect", so it can be a program name with args.
  3573.  set dummy expect; ac_word=$2
  3574. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  3575. -if eval "test \"`echo '${'ac_cv_prog_EXPECT'+set}'`\" = set"; then
  3576. -  echo $ac_n "(cached) $ac_c" 1>&4
  3577. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3578. +if eval "test \"`echo '$''{'ac_cv_prog_EXPECT'+set}'`\" = set"; then
  3579. +  echo $ac_n "(cached) $ac_c" 1>&6
  3580.  else
  3581.    if test -n "$EXPECT"; then
  3582.    ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
  3583. @@ -3535,9 +3787,9 @@ fi
  3584.  fi
  3585.  EXPECT="$ac_cv_prog_EXPECT"
  3586.  if test -n "$EXPECT"; then
  3587. -  echo "$ac_t""$EXPECT" 1>&4
  3588. +  echo "$ac_t""$EXPECT" 1>&6
  3589.  else
  3590. -  echo "$ac_t""no" 1>&4
  3591. +  echo "$ac_t""no" 1>&6
  3592.  fi
  3593.  
  3594.  if test -z "$EXPECT" ; then
  3595. @@ -3552,18 +3804,20 @@ fi
  3596.  # SunOS /usr/etc/install
  3597.  # IRIX /sbin/install
  3598.  # AIX /bin/install
  3599. +# AmigaOS /c/install
  3600.  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  3601.  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  3602.  # ./install, which can be erroneously created by make from ./install.sh.
  3603. -echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  3604. +echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  3605.  if test -z "$INSTALL"; then
  3606. -if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  3607. -  echo $ac_n "(cached) $ac_c" 1>&4
  3608. +if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  3609. +  echo $ac_n "(cached) $ac_c" 1>&6
  3610.  else
  3611.      IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  3612.    for ac_dir in $PATH; do
  3613. -    case "$ac_dir" in
  3614. -    ''|.|/etc|/usr/sbin|/usr/etc|/sbin|/usr/afsws/bin|/usr/ucb) ;;
  3615. +    # Account for people who put trailing slashes in PATH elements.
  3616. +    case "$ac_dir/" in
  3617. +    /|./|.//|/etc/*|/c/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  3618.      *)
  3619.        # OSF1 and SCO ODT 3.0 have their own names for install.
  3620.        for ac_prog in ginstall installbsd scoinst install; do
  3621. @@ -3583,12 +3837,19 @@ else
  3622.      esac
  3623.    done
  3624.    IFS="$ac_save_ifs"
  3625. -  # As a last resort, use the slow shell script.
  3626. -  test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
  3627. +
  3628.  fi
  3629. -  INSTALL="$ac_cv_path_install"
  3630. +  if test "${ac_cv_path_install+set}" = set; then
  3631. +    INSTALL="$ac_cv_path_install"
  3632. +  else
  3633. +    # As a last resort, use the slow shell script.  We don't cache a
  3634. +    # path for INSTALL within a source directory, because that will
  3635. +    # break other packages using the cache if that directory is
  3636. +    # removed, or if the path is relative.
  3637. +    INSTALL="$ac_install_sh"
  3638. +  fi
  3639.  fi
  3640. -echo "$ac_t""$INSTALL" 1>&4
  3641. +echo "$ac_t""$INSTALL" 1>&6
  3642.  
  3643.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  3644.  # It thinks the first close brace ends the variable substitution.
  3645. @@ -3599,9 +3860,9 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=
  3646.  
  3647.  # Extract the first word of "gnuplot", so it can be a program name with args.
  3648.  set dummy gnuplot; ac_word=$2
  3649. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  3650. -if eval "test \"`echo '${'ac_cv_prog_GNUPLOT_BINARY'+set}'`\" = set"; then
  3651. -  echo $ac_n "(cached) $ac_c" 1>&4
  3652. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3653. +if eval "test \"`echo '$''{'ac_cv_prog_GNUPLOT_BINARY'+set}'`\" = set"; then
  3654. +  echo $ac_n "(cached) $ac_c" 1>&6
  3655.  else
  3656.    if test -n "$GNUPLOT_BINARY"; then
  3657.    ac_cv_prog_GNUPLOT_BINARY="$GNUPLOT_BINARY" # Let the user override the test.
  3658. @@ -3619,9 +3880,9 @@ fi
  3659.  fi
  3660.  GNUPLOT_BINARY="$ac_cv_prog_GNUPLOT_BINARY"
  3661.  if test -n "$GNUPLOT_BINARY"; then
  3662. -  echo "$ac_t""$GNUPLOT_BINARY" 1>&4
  3663. +  echo "$ac_t""$GNUPLOT_BINARY" 1>&6
  3664.  else
  3665. -  echo "$ac_t""no" 1>&4
  3666. +  echo "$ac_t""no" 1>&6
  3667.  fi
  3668.  
  3669.  if test -z "$GNUPLOT_BINARY"; then
  3670. @@ -3641,9 +3902,9 @@ for ac_prog in less more page pg
  3671.  do
  3672.  # Extract the first word of "$ac_prog", so it can be a program name with args.
  3673.  set dummy $ac_prog; ac_word=$2
  3674. -echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  3675. -if eval "test \"`echo '${'ac_cv_prog_DEFAULT_PAGER'+set}'`\" = set"; then
  3676. -  echo $ac_n "(cached) $ac_c" 1>&4
  3677. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  3678. +if eval "test \"`echo '$''{'ac_cv_prog_DEFAULT_PAGER'+set}'`\" = set"; then
  3679. +  echo $ac_n "(cached) $ac_c" 1>&6
  3680.  else
  3681.    if test -n "$DEFAULT_PAGER"; then
  3682.    ac_cv_prog_DEFAULT_PAGER="$DEFAULT_PAGER" # Let the user override the test.
  3683. @@ -3661,9 +3922,9 @@ fi
  3684.  fi
  3685.  DEFAULT_PAGER="$ac_cv_prog_DEFAULT_PAGER"
  3686.  if test -n "$DEFAULT_PAGER"; then
  3687. -  echo "$ac_t""$DEFAULT_PAGER" 1>&4
  3688. +  echo "$ac_t""$DEFAULT_PAGER" 1>&6
  3689.  else
  3690. -  echo "$ac_t""no" 1>&4
  3691. +  echo "$ac_t""no" 1>&6
  3692.  fi
  3693.  
  3694.  test -n "$DEFAULT_PAGER" && break
  3695. @@ -3673,7 +3934,7 @@ if test -z "$DEFAULT_PAGER"; then
  3696.    echo "configure: warning: I couldn't find `less', `more', `page', or `pg'" 1>&2
  3697.  elif test "$DEFAULT_PAGER" = less; then
  3698.    DEFAULT_PAGER="less -e"
  3699. -  echo "$ac_t""defining DEFAULT_PAGER to be $DEFAULT_PAGER" 1>&4
  3700. +  echo "$ac_t""defining DEFAULT_PAGER to be $DEFAULT_PAGER" 1>&6
  3701.  fi
  3702.  
  3703.  ### Even though we include config.h in most files, some need to be
  3704. @@ -3684,7 +3945,7 @@ fi
  3705.  # Protect against shell expansion while executing Makefile rules.
  3706.  # Protect against Makefile macro expansion.
  3707.  cat > conftest.defs <<\EOF
  3708. -s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  3709. +s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  3710.  s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  3711.  s%\[%\\&%g
  3712.  s%\]%\\&%g
  3713. @@ -3694,7 +3955,7 @@ DEFS=`sed -f conftest.defs confdefs.h | 
  3714.  rm -f conftest.defs
  3715.  
  3716.  UGLY_DEFS="$DEFS"
  3717. -echo "$ac_t""defining UGLY_DEFS to be $UGLY_DEFS" 1>&4
  3718. +echo "$ac_t""defining UGLY_DEFS to be $UGLY_DEFS" 1>&6
  3719.  
  3720.  
  3721.  ### Maybe add -Wall to compiler flags now that we're done feature
  3722. @@ -3722,11 +3983,11 @@ echo "$ac_t""defining UGLY_DEFS to be $U
  3723.  
  3724.  if $ADD_CXX_WALL; then
  3725.    CXXFLAGS="$CXXFLAGS -Wall"
  3726. -  echo "$ac_t""adding -Wall to CXXFLAGS" 1>&4
  3727. +  echo "$ac_t""adding -Wall to CXXFLAGS" 1>&6
  3728.  fi
  3729.  if $ADD_CC_WALL; then
  3730.    CFLAGS="$CFLAGS -Wall"
  3731. -  echo "$ac_t""adding -Wall to CFLAGS" 1>&4
  3732. +  echo "$ac_t""adding -Wall to CFLAGS" 1>&6
  3733.  fi
  3734.  
  3735.  ### Do the substitutions in all the Makefiles.
  3736. @@ -3736,9 +3997,7 @@ fi
  3737.  
  3738.  
  3739.  trap '' 1 2 15
  3740. -if test -w $cache_file; then
  3741. -echo "updating cache $cache_file"
  3742. -cat > $cache_file <<\EOF
  3743. +cat > confcache <<\EOF
  3744.  # This file is a shell script that caches the results of configure
  3745.  # tests run on this system so they can be shared between configure
  3746.  # scripts and configure runs.  It is not useful on other systems.
  3747. @@ -3754,15 +4013,24 @@ cat > $cache_file <<\EOF
  3748.  # --recheck option to rerun configure.
  3749.  #
  3750.  EOF
  3751. -# Ultrix sh set writes to stderr and can't be redirected directly.
  3752. +# Ultrix sh set writes to stderr and can't be redirected directly,
  3753. +# and sets the high bit in the cache file unless we assign to the vars.
  3754.  (set) 2>&1 |
  3755. -  sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/: \${\1='\2'}/p" \
  3756. -  >> $cache_file
  3757. +  sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  3758. +  >> confcache
  3759. +if cmp -s $cache_file confcache; then
  3760. +  :
  3761.  else
  3762. -echo "not updating unwritable cache $cache_file"
  3763. +  if test -w $cache_file; then
  3764. +    echo "updating cache $cache_file"
  3765. +    cat confcache > $cache_file
  3766. +  else
  3767. +    echo "not updating unwritable cache $cache_file"
  3768. +  fi
  3769.  fi
  3770. +rm -f confcache
  3771.  
  3772. -trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  3773. +trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  3774.  
  3775.  test "x$prefix" = xNONE && prefix=$ac_default_prefix
  3776.  # Let make expand exec_prefix.
  3777. @@ -3783,9 +4051,11 @@ DEFS=-DHAVE_CONFIG_H
  3778.  : ${CONFIG_STATUS=./config.status}
  3779.  
  3780.  echo creating $CONFIG_STATUS
  3781. -rm -f $CONFIG_STATUS
  3782. +# Some systems, like AmigaOS, won't allow you to remove a script that is
  3783. +# being executed, so just move it out of the way instead.
  3784. +if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  3785.  cat > $CONFIG_STATUS <<EOF
  3786. -#!/bin/sh
  3787. +#! /bin/sh
  3788.  # Generated automatically by configure.
  3789.  # Run this file to recreate the current configuration.
  3790.  # This directory was configured as follows,
  3791. @@ -3804,7 +4074,7 @@ do
  3792.      echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  3793.      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  3794.    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3795. -    echo "$CONFIG_STATUS generated by autoconf version 2.1"
  3796. +    echo "$CONFIG_STATUS generated by autoconf version 2.10"
  3797.      exit 0 ;;
  3798.    -help | --help | --hel | --he | --h)
  3799.      echo "\$ac_cs_usage"; exit 0 ;;
  3800. @@ -3815,11 +4085,13 @@ done
  3801.  ac_given_srcdir=$srcdir
  3802.  ac_given_INSTALL="$INSTALL"
  3803.  
  3804. -trap 'rm -fr Makefile octMakefile Makeconf libcruft/Makefile libcruft/Makerules liboctave/Makefile src/Makefile dld/Makefile info/Makefile readline/Makefile readline/doc/Makefile readline/examples/Makefile doc/Makefile test/Makefile kpathsea/Makefile libcruft/blas/Makefile libcruft/balgen/Makefile libcruft/dassl/Makefile libcruft/eispack/Makefile libcruft/fftpack/Makefile libcruft/fsqp/Makefile libcruft/lapack/Makefile libcruft/linpack/Makefile libcruft/minpack/Makefile libcruft/misc/Makefile libcruft/npsol/Makefile libcruft/odepack/Makefile libcruft/qpsol/Makefile libcruft/quadpack/Makefile libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile libcruft/villad/Makefile scripts/Makefile scripts/control/Makefile scripts/general/Makefile scripts/image/Makefile scripts/linear-algebra/Makefile scripts/miscellaneous/Makefile scripts/plot/Makefile scripts/polynomial/Makefile scripts/set/Makefile scripts/signal/Makefile scripts/special-matrix/Makefile scripts/startup/Makefile scripts/statistics/Makefile scripts/elfun/Makefile scripts/specfun/Makefile scripts/strings/Makefile config.h kpathsea/c-auto.h conftest*; exit 1' 1 2 15
  3805. +trap 'rm -fr `echo "Makefile octMakefile Makeconf libcruft/Makefile libcruft/Makerules liboctave/Makefile src/Makefile dld/Makefile info/Makefile readline/Makefile readline/doc/Makefile readline/examples/Makefile doc/Makefile test/Makefile kpathsea/Makefile libcruft/blas/Makefile libcruft/balgen/Makefile libcruft/dassl/Makefile libcruft/eispack/Makefile libcruft/fftpack/Makefile libcruft/fsqp/Makefile libcruft/lapack/Makefile libcruft/linpack/Makefile libcruft/minpack/Makefile libcruft/misc/Makefile libcruft/npsol/Makefile libcruft/odepack/Makefile libcruft/qpsol/Makefile libcruft/quadpack/Makefile libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile libcruft/villad/Makefile scripts/Makefile scripts/control/Makefile scripts/general/Makefile scripts/image/Makefile scripts/linear-algebra/Makefile scripts/miscellaneous/Makefile scripts/plot/Makefile scripts/polynomial/Makefile scripts/set/Makefile scripts/signal/Makefile scripts/special-matrix/Makefile scripts/startup/Makefile scripts/statistics/Makefile scripts/elfun/Makefile scripts/specfun/Makefile scripts/strings/Makefile config.h kpathsea/c-auto.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  3806. +EOF
  3807. +cat >> $CONFIG_STATUS <<EOF
  3808.  
  3809. -# Protect against being on the right side of a sed subst in config.status. 
  3810. -sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
  3811. - s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  3812. +# Protect against being on the right side of a sed subst in config.status.
  3813. +sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  3814. + s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  3815.  $ac_vpsub
  3816.  $extrasub
  3817.  s%@CFLAGS@%$CFLAGS%g
  3818. @@ -3831,6 +4103,21 @@ s%@LIBS@%$LIBS%g
  3819.  s%@exec_prefix@%$exec_prefix%g
  3820.  s%@prefix@%$prefix%g
  3821.  s%@program_transform_name@%$program_transform_name%g
  3822. +s%@bindir@%$bindir%g
  3823. +s%@sbindir@%$sbindir%g
  3824. +s%@libexecdir@%$libexecdir%g
  3825. +s%@datadir@%$datadir%g
  3826. +s%@sysconfdir@%$sysconfdir%g
  3827. +s%@sharedstatedir@%$sharedstatedir%g
  3828. +s%@localstatedir@%$localstatedir%g
  3829. +s%@libdir@%$libdir%g
  3830. +s%@includedir@%$includedir%g
  3831. +s%@oldincludedir@%$oldincludedir%g
  3832. +s%@infodir@%$infodir%g
  3833. +s%@guidedir@%$guidedir%g
  3834. +s%@psdir@%$psdir%g
  3835. +s%@dvidir@%$dvidir%g
  3836. +s%@mandir@%$mandir%g
  3837.  s%@host@%$host%g
  3838.  s%@host_alias@%$host_alias%g
  3839.  s%@host_cpu@%$host_cpu%g
  3840. @@ -3839,12 +4126,6 @@ s%@host_os@%$host_os%g
  3841.  s%@target_host_type@%$target_host_type%g
  3842.  s%@use_dld@%$use_dld%g
  3843.  s%@lite_kernel@%$lite_kernel%g
  3844. -s%@bindir@%$bindir%g
  3845. -s%@datadir@%$datadir%g
  3846. -s%@libdir@%$libdir%g
  3847. -s%@includedir@%$includedir%g
  3848. -s%@mandir@%$mandir%g
  3849. -s%@infodir@%$infodir%g
  3850.  s%@fcnfiledir@%$fcnfiledir%g
  3851.  s%@localfcnfiledir@%$localfcnfiledir%g
  3852.  s%@localfcnfilepath@%$localfcnfilepath%g
  3853. @@ -3916,7 +4197,7 @@ for ac_file in .. $CONFIG_FILES; do if t
  3854.    if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3855.      # The file is in a subdirectory.
  3856.      test ! -d "$ac_dir" && mkdir "$ac_dir"
  3857. -    ac_dir_suffix="/$ac_dir"
  3858. +    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  3859.      # A "../" for each directory in $ac_dir_suffix.
  3860.      ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3861.    else
  3862. @@ -3991,13 +4272,13 @@ EOF
  3863.  
  3864.  # Transform confdefs.h into a sed script conftest.vals that substitutes
  3865.  # the proper values into config.h.in to produce config.h.  And first:
  3866. -# Protect against being on the right side of a sed subst in config.status. 
  3867. +# Protect against being on the right side of a sed subst in config.status.
  3868.  # Protect against being in an unquoted here document in config.status.
  3869.  rm -f conftest.vals
  3870.  cat > conftest.hdr <<\EOF
  3871.  s/[\\&%]/\\&/g
  3872.  s%[\\$`]%\\&%g
  3873. -s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  3874. +s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  3875.  s%ac_d%ac_u%gp
  3876.  s%ac_u%ac_e%gp
  3877.  EOF
  3878. @@ -4045,6 +4326,12 @@ cat >> $CONFIG_STATUS <<\EOF
  3879.      echo "$ac_file is unchanged"
  3880.      rm -f conftest.h
  3881.    else
  3882. +    # Remove last slash and all that follows it.  Not all systems have dirname.
  3883. +      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3884. +      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3885. +      # The file is in a subdirectory.
  3886. +      test ! -d "$ac_dir" && mkdir "$ac_dir"
  3887. +    fi
  3888.      rm -f $ac_file
  3889.      mv conftest.h $ac_file
  3890.    fi
  3891. @@ -4055,6 +4342,7 @@ fi; done
  3892.  exit 0
  3893.  EOF
  3894.  chmod +x $CONFIG_STATUS
  3895. +rm -f CONFIG.STATUS.old
  3896.  rm -fr confdefs* $ac_clean_files
  3897. -test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS
  3898. +test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  3899.  
  3900. diff -rup --new-file baseline/fsf/octave/configure.in amiga/fsf/octave/configure.in
  3901. --- baseline/fsf/octave/configure.in    Tue Feb 14 15:12:35 1995
  3902. +++ amiga/fsf/octave/configure.in    Sat Sep 28 00:00:00 1996
  3903. @@ -41,10 +41,11 @@ fi
  3904.  AC_SUBST(target_host_type)
  3905.  
  3906.  ### Allow the user to force us to use f2c.
  3907. +### Amiga hack -- the GNU f77 compiler won't quite work yet so force this.
  3908.  
  3909.  AC_ARG_WITH(f2c,
  3910.    [  --with-f2c              use f2c even if Fortran compiler is available],
  3911. -  use_f2c=true, use_f2c=false)
  3912. +  use_f2c=true, use_f2c=true)
  3913.  
  3914.  ### Allow the user to experiment with dynamic linking using GNU dld.
  3915.  
  3916. @@ -265,12 +266,12 @@ gcc_version=`$CC -v 2>&1 | grep "^gcc ve
  3917.  case "$gcc_version" in
  3918.    2.*)
  3919.      if test -z "$CFLAGS"; then
  3920. -      CFLAGS="-g -O"
  3921. +      CFLAGS="-O"    # Amiga version requires >50 Mb to link with -g objs
  3922.        AC_MSG_RESULT([defining CFLAGS to be $CFLAGS])
  3923.        ADD_CC_WALL=true
  3924.      fi
  3925.      if test -z "$LDFLAGS"; then
  3926. -      LDFLAGS="-g"
  3927. +      LDFLAGS="-s"    # Amiga version won't run if not stripped -FIXME!
  3928.        AC_MSG_RESULT([defining LDFLAGS to be $LDFLAGS])
  3929.      fi
  3930.    ;;
  3931. @@ -322,6 +323,8 @@ XCFLAGS=`echo $CFLAGS | sed 's/-O[^ \t]*
  3932.  changequote([,])dnl
  3933.  ${CC-cc} -DDP $XCFLAGS $LDFLAGS $srcdir/float-type.c -o conftest >/dev/null 2>&1
  3934.  FLOAT_FORMAT=`./conftest`
  3935. +# Amiga Hack - floating point bugs cause conftest to fail.
  3936. +FLOAT_FORMAT="IEEE_BIG_ENDIAN"
  3937.  case "$FLOAT_FORMAT" in
  3938.    IEEE_BIG_ENDIAN)
  3939.      AC_MSG_RESULT([IEEE big endian])
  3940. diff -rup --new-file baseline/fsf/octave/f2c-compat.sh amiga/fsf/octave/f2c-compat.sh
  3941. --- baseline/fsf/octave/f2c-compat.sh    Wed Jan  5 10:48:06 1994
  3942. +++ amiga/fsf/octave/f2c-compat.sh    Sat Sep 28 00:00:00 1996
  3943. @@ -62,11 +62,11 @@ MAIN_ ()
  3944.  }
  3945.  EOF
  3946.  
  3947. -${CC-cc} -c ctest.c > /dev/null 2>&1
  3948. +${CC-gcc} -c ctest.c > /dev/null 2>&1
  3949.  
  3950.  FLIBS=`F77="${F77-f77}" $FLIBS_SH`
  3951.  
  3952. -${CC-cc} -o ctest ctest.o ftest.o $FLIBS -lm > /dev/null 2>&1
  3953. +${CC-gcc} -o ctest ctest.o ftest.o $FLIBS -lm > /dev/null 2>&1
  3954.  
  3955.  ctest_output=`./ctest 2>&1`
  3956.  status=$?
  3957. @@ -100,9 +100,9 @@ MAIN_ ()
  3958.  }
  3959.  EOF
  3960.  
  3961. -  ${CC-cc} -c ctest.c > /dev/null 2>&1
  3962. +  ${CC-gcc} -c ctest.c > /dev/null 2>&1
  3963.  
  3964. -  ${CC-cc} -o ctest ctest.o ftest.o $FLIBS -lm > /dev/null 2>&1
  3965. +  ${CC-gcc} -o ctest ctest.o ftest.o $FLIBS -lm > /dev/null 2>&1
  3966.  
  3967.    ctest_output=`./ctest 2>&1`
  3968.    status=$?
  3969. diff -rup --new-file baseline/fsf/octave/flibs.sh amiga/fsf/octave/flibs.sh
  3970. --- baseline/fsf/octave/flibs.sh    Wed Jan 25 08:44:19 1995
  3971. +++ amiga/fsf/octave/flibs.sh    Sat Sep 28 00:00:00 1996
  3972. @@ -32,9 +32,11 @@ then
  3973.    foutput=`echo $foutput | sed 's/,/ /g'`
  3974.  fi
  3975.  
  3976. -ld_run_path=`echo $foutput | \
  3977. -  sed -n -e 's/.*\(LD_RUN_PATH *= *[^ ]*\).*/\1/p' | \
  3978. -  sed -e 's/LD_RUN_PATH *= *//'`
  3979. +#Begin amiga hack - sed command crashes amiga
  3980. +#ld_run_path=`echo $foutput | \
  3981. +#  sed -n -e 's/.*\(LD_RUN_PATH *= *[^ ]*\).*/\1/p' | \
  3982. +#  sed -e 's/LD_RUN_PATH *= *//'`
  3983. +#End amiga hack
  3984.  
  3985.  # We are only supposed to find this on Solaris systems, and this
  3986.  # substitution is probably only going to work with gcc on those
  3987. diff -rup --new-file baseline/fsf/octave/kpathsea/Makefile amiga/fsf/octave/kpathsea/Makefile
  3988. --- baseline/fsf/octave/kpathsea/Makefile    Thu Feb 23 13:27:11 1995
  3989. +++ amiga/fsf/octave/kpathsea/Makefile    Sat Sep 28 00:00:00 1996
  3990. @@ -120,7 +120,7 @@ ARFLAGS = cq
  3991.  RANLIB = ranlib
  3992.  
  3993.  # Installation.
  3994. -INSTALL = /usr/local/gnu/bin/install -c
  3995. +INSTALL = /bin/install -c
  3996.  INSTALL_PROGRAM = ${INSTALL}
  3997.  INSTALL_DATA = ${INSTALL} -m 644
  3998.  
  3999. diff -rup --new-file baseline/fsf/octave/kpathsea/c-auto.h amiga/fsf/octave/kpathsea/c-auto.h
  4000. --- baseline/fsf/octave/kpathsea/c-auto.h    Fri Jan 27 10:19:32 1995
  4001. +++ amiga/fsf/octave/kpathsea/c-auto.h    Sat Sep 28 00:00:00 1996
  4002. @@ -183,7 +183,7 @@
  4003.  #define HAVE_LGAMMA 1
  4004.  
  4005.  /* Define if you have the memmove function.  */
  4006. -/* #undef HAVE_MEMMOVE */
  4007. +#define HAVE_MEMMOVE 1
  4008.  
  4009.  /* Define if you have the on_exit function.  */
  4010.  #define HAVE_ON_EXIT 1
  4011. diff -rup --new-file baseline/fsf/octave/kpathsea/c-std.h amiga/fsf/octave/kpathsea/c-std.h
  4012. --- baseline/fsf/octave/kpathsea/c-std.h    Tue Feb  1 11:38:39 1994
  4013. +++ amiga/fsf/octave/kpathsea/c-std.h    Sat Sep 28 00:00:00 1996
  4014. @@ -101,6 +101,8 @@ extern int pclose ();
  4015.  #endif
  4016.  
  4017.  /* hypot appears not to have made it into POSIX.2, even.  */
  4018. -extern double hypot ();
  4019. +#ifndef __amigaos__
  4020. +extern const double hypot ();
  4021. +#endif
  4022.  
  4023.  #endif /* not KPATHSEA_C_STD_H */
  4024. diff -rup --new-file baseline/fsf/octave/kpathsea/configure amiga/fsf/octave/kpathsea/configure
  4025. --- baseline/fsf/octave/kpathsea/configure    Wed Mar 16 11:50:36 1994
  4026. +++ amiga/fsf/octave/kpathsea/configure    Mon Sep 30 22:48:39 1996
  4027. @@ -1,556 +1,1181 @@
  4028. -#!/bin/sh
  4029. +#! /bin/sh
  4030. +
  4031.  # Guess values for system-dependent variables and create Makefiles.
  4032. -# Generated automatically using autoconf.
  4033. -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
  4034. +# Generated automatically using autoconf version 2.10 
  4035. +# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  4036. +#
  4037. +# This configure script is free software; the Free Software Foundation
  4038. +# gives unlimited permission to copy, distribute and modify it.
  4039.  
  4040. -# This program is free software; you can redistribute it and/or modify
  4041. -# it under the terms of the GNU General Public License as published by
  4042. -# the Free Software Foundation; either version 2, or (at your option)
  4043. -# any later version.
  4044. -
  4045. -# This program is distributed in the hope that it will be useful,
  4046. -# but WITHOUT ANY WARRANTY; without even the implied warranty of
  4047. -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  4048. -# GNU General Public License for more details.
  4049. -
  4050. -# You should have received a copy of the GNU General Public License
  4051. -# along with this program; if not, write to the Free Software
  4052. -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  4053. -
  4054. -# Usage: configure [--srcdir=DIR] [--host=HOST] [--gas] [--nfp]
  4055. -#        [--prefix=PREFIX] [--exec-prefix=PREFIX] [--with-PACKAGE[=VALUE]]
  4056. -# Ignores all args except --srcdir, --prefix, --exec-prefix, and
  4057. -# --with-PACKAGE[=VALUE] unless this script has special code to handle it.
  4058. +# Defaults:
  4059. +ac_help=
  4060. +ac_default_prefix=/usr/local
  4061. +# Any additions from configure.in:
  4062. +
  4063. +# Initialize some variables set by options.
  4064. +# The variables have the same names as the options, with
  4065. +# dashes changed to underlines.
  4066. +build=NONE
  4067. +cache_file=./config.cache
  4068. +exec_prefix=NONE
  4069. +host=NONE
  4070. +no_create=
  4071. +nonopt=NONE
  4072. +no_recursion=
  4073. +prefix=NONE
  4074. +program_prefix=NONE
  4075. +program_suffix=NONE
  4076. +program_transform_name=s,x,x,
  4077. +silent=
  4078. +site=
  4079. +srcdir=
  4080. +target=NONE
  4081. +verbose=
  4082. +x_includes=NONE
  4083. +x_libraries=NONE
  4084. +bindir='${exec_prefix}/bin'
  4085. +sbindir='${exec_prefix}/sbin'
  4086. +libexecdir='${exec_prefix}/libexec'
  4087. +datadir='${prefix}/share'
  4088. +sysconfdir='${prefix}/etc'
  4089. +sharedstatedir='${prefix}/com'
  4090. +localstatedir='${prefix}/var'
  4091. +libdir='${exec_prefix}/lib'
  4092. +includedir='${prefix}/include'
  4093. +oldincludedir='/usr/include'
  4094. +infodir='${prefix}/info'
  4095. +guidedir='${prefix}/guide'
  4096. +psdir='${prefix}/ps'
  4097. +dvidir='${prefix}/dvi'
  4098. +mandir='${prefix}/man'
  4099. +
  4100. +# Initialize some other variables.
  4101. +subdirs=
  4102. +MFLAGS= MAKEFLAGS=
  4103.  
  4104. -for arg
  4105. +ac_prev=
  4106. +for ac_option
  4107.  do
  4108. -  # Handle --exec-prefix with a space before the argument.
  4109. -  if test x$next_exec_prefix = xyes; then exec_prefix=$arg; next_exec_prefix=
  4110. -  # Handle --host with a space before the argument.
  4111. -  elif test x$next_host = xyes; then next_host=
  4112. -  # Handle --prefix with a space before the argument.
  4113. -  elif test x$next_prefix = xyes; then prefix=$arg; next_prefix=
  4114. -  # Handle --srcdir with a space before the argument.
  4115. -  elif test x$next_srcdir = xyes; then srcdir=$arg; next_srcdir=
  4116. -  else
  4117. -    case $arg in
  4118. -     # For backward compatibility, recognize -exec-prefix and --exec_prefix.
  4119. -     -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*)
  4120. -    exec_prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  4121. -     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e)
  4122. -    next_exec_prefix=yes ;;
  4123. -
  4124. -     -gas | --gas | --ga | --g) ;;
  4125. -
  4126. -     -host=* | --host=* | --hos=* | --ho=* | --h=*) ;;
  4127. -     -host | --host | --hos | --ho | --h)
  4128. -    next_host=yes ;;
  4129. -
  4130. -     -nfp | --nfp | --nf) ;;
  4131. -
  4132. -     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  4133. -    prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  4134. -     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  4135. -    next_prefix=yes ;;
  4136. -
  4137. -     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*)
  4138. -    srcdir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  4139. -     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
  4140. -    next_srcdir=yes ;;
  4141. -
  4142. -     -with-* | --with-*)
  4143. -       package=`echo $arg|sed -e 's/-*with-//' -e 's/=.*//'`
  4144. -       # Reject names that aren't valid shell variable names.
  4145. -       if test -n "`echo $package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  4146. -         echo "configure: $package: invalid package name" >&2; exit 1
  4147. -       fi
  4148. -       package=`echo $package| sed 's/-/_/g'`
  4149. -       case "$arg" in
  4150. -         *=*) val="`echo $arg|sed 's/[^=]*=//'`" ;;
  4151. -         *) val=1 ;;
  4152. -       esac
  4153. -       eval "with_$package='$val'" ;;
  4154.  
  4155. -     -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
  4156. -       verbose=yes ;;
  4157. +  # If the previous option needs an argument, assign it.
  4158. +  if test -n "$ac_prev"; then
  4159. +    eval "$ac_prev=\$ac_option"
  4160. +    ac_prev=
  4161. +    continue
  4162. +  fi
  4163. +
  4164. +  case "$ac_option" in
  4165. +  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  4166. +  *) ac_optarg= ;;
  4167. +  esac
  4168.  
  4169. -     *) ;;
  4170. +  # Accept the important Cygnus configure options, so we can diagnose typos.
  4171. +
  4172. +  case "$ac_option" in
  4173. +
  4174. +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
  4175. +    ac_prev=bindir ;;
  4176. +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  4177. +    bindir="$ac_optarg" ;;
  4178. +
  4179. +  -build | --build | --buil | --bui | --bu)
  4180. +    ac_prev=build ;;
  4181. +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  4182. +    build="$ac_optarg" ;;
  4183. +
  4184. +  -cache-file | --cache-file | --cache-fil | --cache-fi \
  4185. +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  4186. +    ac_prev=cache_file ;;
  4187. +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  4188. +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  4189. +    cache_file="$ac_optarg" ;;
  4190. +
  4191. +  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  4192. +    ac_prev=datadir ;;
  4193. +  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  4194. +  | --da=*)
  4195. +    datadir="$ac_optarg" ;;
  4196. +
  4197. +  -disable-* | --disable-*)
  4198. +    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  4199. +    # Reject names that are not valid shell variable names.
  4200. +    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  4201. +      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  4202. +    fi
  4203. +    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  4204. +    eval "enable_${ac_feature}=no" ;;
  4205. +
  4206. +  -enable-* | --enable-*)
  4207. +    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  4208. +    # Reject names that are not valid shell variable names.
  4209. +    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  4210. +      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  4211. +    fi
  4212. +    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  4213. +    case "$ac_option" in
  4214. +      *=*) ;;
  4215. +      *) ac_optarg=yes ;;
  4216.      esac
  4217. -  fi
  4218. +    eval "enable_${ac_feature}='$ac_optarg'" ;;
  4219. +
  4220. +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  4221. +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  4222. +  | --exec | --exe | --ex)
  4223. +    ac_prev=exec_prefix ;;
  4224. +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  4225. +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  4226. +  | --exec=* | --exe=* | --ex=*)
  4227. +    exec_prefix="$ac_optarg" ;;
  4228. +
  4229. +  -gas | --gas | --ga | --g)
  4230. +    # Obsolete; use --with-gas.
  4231. +    with_gas=yes ;;
  4232. +
  4233. +  -help | --help | --hel | --he)
  4234. +    # Omit some internal or obsolete options to make the list less imposing.
  4235. +    # This message is too long to be a string in the A/UX 3.1 sh.
  4236. +    cat << EOF
  4237. +Usage: configure [options] [host]
  4238. +Options: [defaults in brackets after descriptions]
  4239. +Configuration:
  4240. +  --cache-file=FILE       cache test results in FILE
  4241. +  --help                  print this message
  4242. +  --no-create             do not create output files
  4243. +  --quiet, --silent       do not print \`checking...' messages
  4244. +  --version               print the version of autoconf that created configure
  4245. +Directory and file names:
  4246. +  --prefix=PREFIX         install architecture-independent files in PREFIX
  4247. +                          [$ac_default_prefix]
  4248. +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  4249. +                          [same as prefix]
  4250. +  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  4251. +  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  4252. +  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  4253. +  --datadir=DIR           read-only architecture-independent data in DIR
  4254. +                          [PREFIX/share]
  4255. +  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  4256. +  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  4257. +                          [PREFIX/com]
  4258. +  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  4259. +  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  4260. +  --includedir=DIR        C header files in DIR [PREFIX/include]
  4261. +  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  4262. +  --infodir=DIR           info documentation in DIR [PREFIX/info]
  4263. +  --guidedir=DIR          Amigaguide documentation in DIR [PREFIX/guide]
  4264. +  --psdir=DIR             postscript documentation in DIR [PREFIX/ps]
  4265. +  --dvidir=DIR            TeX dvi documentation in DIR [PREFIX/dvi]
  4266. +  --mandir=DIR            man documentation in DIR [PREFIX/man]
  4267. +  --srcdir=DIR            find the sources in DIR [configure dir or ..]
  4268. +  --program-prefix=PREFIX prepend PREFIX to installed program names
  4269. +  --program-suffix=SUFFIX append SUFFIX to installed program names
  4270. +  --program-transform-name=PROGRAM
  4271. +                          run sed PROGRAM on installed program names
  4272. +EOF
  4273. +    cat << EOF
  4274. +Host type:
  4275. +  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  4276. +  --host=HOST             configure for HOST [guessed]
  4277. +  --target=TARGET         configure for TARGET [TARGET=HOST]
  4278. +Features and packages:
  4279. +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  4280. +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  4281. +  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  4282. +  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  4283. +  --x-includes=DIR        X include files are in DIR
  4284. +  --x-libraries=DIR       X library files are in DIR
  4285. +EOF
  4286. +    if test -n "$ac_help"; then
  4287. +      echo "--enable and --with options recognized:$ac_help"
  4288. +    fi
  4289. +    exit 0 ;;
  4290. +
  4291. +  -host | --host | --hos | --ho)
  4292. +    ac_prev=host ;;
  4293. +  -host=* | --host=* | --hos=* | --ho=*)
  4294. +    host="$ac_optarg" ;;
  4295. +
  4296. +  -includedir | --includedir | --includedi | --included | --include \
  4297. +  | --includ | --inclu | --incl | --inc)
  4298. +    ac_prev=includedir ;;
  4299. +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  4300. +  | --includ=* | --inclu=* | --incl=* | --inc=*)
  4301. +    includedir="$ac_optarg" ;;
  4302. +
  4303. +  -infodir | --infodir | --infodi | --infod | --info | --inf)
  4304. +    ac_prev=infodir ;;
  4305. +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  4306. +    infodir="$ac_optarg" ;;
  4307. +
  4308. + -guidedir | --guidedir | --guidedi | --guided | --guide | --gui)
  4309. +   ac_prev=guidedir ;;
  4310. + -guidedir=* | --guidedir=* | --guidedi=* | --guided=* | --guide=* |--gui=*)+    guidedir="$ac_optarg" ;;
  4311. +
  4312. + -psdir | --psdir | --psdi | --psd | --ps)
  4313. +   ac_prev=psdir ;;
  4314. + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)+    psdir="$ac_optarg" ;;
  4315. +
  4316. + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  4317. +   ac_prev=dvidir ;;
  4318. + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* |--dv=*)+    dvidir="$ac_optarg" ;;
  4319. +
  4320. +  -libdir | --libdir | --libdi | --libd)
  4321. +    ac_prev=libdir ;;
  4322. +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
  4323. +    libdir="$ac_optarg" ;;
  4324. +
  4325. +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  4326. +  | --libexe | --libex | --libe)
  4327. +    ac_prev=libexecdir ;;
  4328. +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  4329. +  | --libexe=* | --libex=* | --libe=*)
  4330. +    libexecdir="$ac_optarg" ;;
  4331. +
  4332. +  -localstatedir | --localstatedir | --localstatedi | --localstated \
  4333. +  | --localstate | --localstat | --localsta | --localst \
  4334. +  | --locals | --local | --loca | --loc | --lo)
  4335. +    ac_prev=localstatedir ;;
  4336. +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  4337. +  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  4338. +  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  4339. +    localstatedir="$ac_optarg" ;;
  4340. +
  4341. +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  4342. +    ac_prev=mandir ;;
  4343. +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  4344. +    mandir="$ac_optarg" ;;
  4345. +
  4346. +  -nfp | --nfp | --nf)
  4347. +    # Obsolete; use --without-fp.
  4348. +    with_fp=no ;;
  4349. +
  4350. +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  4351. +  | --no-cr | --no-c)
  4352. +    no_create=yes ;;
  4353. +
  4354. +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  4355. +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  4356. +    no_recursion=yes ;;
  4357. +
  4358. +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  4359. +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  4360. +  | --oldin | --oldi | --old | --ol | --o)
  4361. +    ac_prev=oldincludedir ;;
  4362. +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  4363. +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  4364. +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  4365. +    oldincludedir="$ac_optarg" ;;
  4366. +
  4367. +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  4368. +    ac_prev=prefix ;;
  4369. +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  4370. +    prefix="$ac_optarg" ;;
  4371. +
  4372. +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  4373. +  | --program-pre | --program-pr | --program-p)
  4374. +    ac_prev=program_prefix ;;
  4375. +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  4376. +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  4377. +    program_prefix="$ac_optarg" ;;
  4378. +
  4379. +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  4380. +  | --program-suf | --program-su | --program-s)
  4381. +    ac_prev=program_suffix ;;
  4382. +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  4383. +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  4384. +    program_suffix="$ac_optarg" ;;
  4385. +
  4386. +  -program-transform-name | --program-transform-name \
  4387. +  | --program-transform-nam | --program-transform-na \
  4388. +  | --program-transform-n | --program-transform- \
  4389. +  | --program-transform | --program-transfor \
  4390. +  | --program-transfo | --program-transf \
  4391. +  | --program-trans | --program-tran \
  4392. +  | --progr-tra | --program-tr | --program-t)
  4393. +    ac_prev=program_transform_name ;;
  4394. +  -program-transform-name=* | --program-transform-name=* \
  4395. +  | --program-transform-nam=* | --program-transform-na=* \
  4396. +  | --program-transform-n=* | --program-transform-=* \
  4397. +  | --program-transform=* | --program-transfor=* \
  4398. +  | --program-transfo=* | --program-transf=* \
  4399. +  | --program-trans=* | --program-tran=* \
  4400. +  | --progr-tra=* | --program-tr=* | --program-t=*)
  4401. +    program_transform_name="$ac_optarg" ;;
  4402. +
  4403. +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  4404. +  | -silent | --silent | --silen | --sile | --sil)
  4405. +    silent=yes ;;
  4406. +
  4407. +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  4408. +    ac_prev=sbindir ;;
  4409. +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  4410. +  | --sbi=* | --sb=*)
  4411. +    sbindir="$ac_optarg" ;;
  4412. +
  4413. +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  4414. +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  4415. +  | --sharedst | --shareds | --shared | --share | --shar \
  4416. +  | --sha | --sh)
  4417. +    ac_prev=sharedstatedir ;;
  4418. +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  4419. +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  4420. +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  4421. +  | --sha=* | --sh=*)
  4422. +    sharedstatedir="$ac_optarg" ;;
  4423. +
  4424. +  -site | --site | --sit)
  4425. +    ac_prev=site ;;
  4426. +  -site=* | --site=* | --sit=*)
  4427. +    site="$ac_optarg" ;;
  4428. +
  4429. +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  4430. +    ac_prev=srcdir ;;
  4431. +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  4432. +    srcdir="$ac_optarg" ;;
  4433. +
  4434. +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  4435. +  | --syscon | --sysco | --sysc | --sys | --sy)
  4436. +    ac_prev=sysconfdir ;;
  4437. +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  4438. +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  4439. +    sysconfdir="$ac_optarg" ;;
  4440. +
  4441. +  -target | --target | --targe | --targ | --tar | --ta | --t)
  4442. +    ac_prev=target ;;
  4443. +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  4444. +    target="$ac_optarg" ;;
  4445. +
  4446. +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
  4447. +    verbose=yes ;;
  4448. +
  4449. +  -version | --version | --versio | --versi | --vers)
  4450. +    echo "configure generated by autoconf version 2.10"
  4451. +    exit 0 ;;
  4452. +
  4453. +  -with-* | --with-*)
  4454. +    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  4455. +    # Reject names that are not valid shell variable names.
  4456. +    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  4457. +      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  4458. +    fi
  4459. +    ac_package=`echo $ac_package| sed 's/-/_/g'`
  4460. +    case "$ac_option" in
  4461. +      *=*) ;;
  4462. +      *) ac_optarg=yes ;;
  4463. +    esac
  4464. +    eval "with_${ac_package}='$ac_optarg'" ;;
  4465. +
  4466. +  -without-* | --without-*)
  4467. +    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  4468. +    # Reject names that are not valid shell variable names.
  4469. +    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  4470. +      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  4471. +    fi
  4472. +    ac_package=`echo $ac_package| sed 's/-/_/g'`
  4473. +    eval "with_${ac_package}=no" ;;
  4474. +
  4475. +  --x)
  4476. +    # Obsolete; use --with-x.
  4477. +    with_x=yes ;;
  4478. +
  4479. +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  4480. +  | --x-incl | --x-inc | --x-in | --x-i)
  4481. +    ac_prev=x_includes ;;
  4482. +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  4483. +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  4484. +    x_includes="$ac_optarg" ;;
  4485. +
  4486. +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  4487. +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  4488. +    ac_prev=x_libraries ;;
  4489. +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  4490. +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  4491. +    x_libraries="$ac_optarg" ;;
  4492. +
  4493. +  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  4494. +    ;;
  4495. +
  4496. +  *)
  4497. +    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  4498. +      echo "configure: warning: $ac_option: invalid host type" 1>&2
  4499. +    fi
  4500. +    if test "x$nonopt" != xNONE; then
  4501. +      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  4502. +    fi
  4503. +    nonopt="$ac_option"
  4504. +    ;;
  4505. +
  4506. +  esac
  4507.  done
  4508.  
  4509. -trap 'rm -fr conftest* confdefs* core; exit 1' 1 3 15
  4510. -trap 'rm -f confdefs*' 0
  4511. +if test -n "$ac_prev"; then
  4512. +  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  4513. +fi
  4514. +
  4515. +trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  4516. +
  4517. +# File descriptor usage:
  4518. +# 0 standard input
  4519. +# 1 file creation
  4520. +# 2 errors and warnings
  4521. +# 3 some systems may open it to /dev/tty
  4522. +# 4 used on the Kubota Titan
  4523. +# 6 checking for... messages and results
  4524. +# 5 compiler messages saved in config.log
  4525. +if test "$silent" = yes; then
  4526. +  exec 6>/dev/null
  4527. +else
  4528. +  exec 6>&1
  4529. +fi
  4530. +exec 5>./config.log
  4531. +
  4532. +echo "\
  4533. +This file contains any messages produced by compilers while
  4534. +running configure, to aid debugging if configure makes a mistake.
  4535. +" 1>&5
  4536. +
  4537. +# Strip out --no-create and --no-recursion so they do not pile up.
  4538. +# Also quote any args containing shell metacharacters.
  4539. +ac_configure_args=
  4540. +for ac_arg
  4541. +do
  4542. +  case "$ac_arg" in
  4543. +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  4544. +  | --no-cr | --no-c) ;;
  4545. +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  4546. +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  4547. +  *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  4548. +  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  4549. +  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  4550. +  esac
  4551. +done
  4552.  
  4553.  # NLS nuisances.
  4554. +# Only set LANG and LC_ALL to C if already set.
  4555.  # These must not be set unconditionally because not all systems understand
  4556.  # e.g. LANG=C (notably SCO).
  4557. -if test "${LC_ALL+set}" = 'set' ; then LC_ALL=C; export LC_ALL; fi
  4558. -if test "${LANG+set}"   = 'set' ; then LANG=C;   export LANG;   fi
  4559. +if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  4560. +if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  4561.  
  4562. -rm -f conftest* confdefs.h
  4563. +# confdefs.h avoids OS command line length limits that DEFS can exceed.
  4564. +rm -rf conftest* confdefs.h
  4565.  # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  4566.  echo > confdefs.h
  4567. -compile='${CC-cc} $CFLAGS conftest.c -o conftest $LIBS >/dev/null 2>&1'
  4568.  
  4569.  # A filename unique to this package, relative to the directory that
  4570.  # configure is in, which we can look for to find out if srcdir is correct.
  4571. -unique_file=kpathsea.texi
  4572. +ac_unique_file=kpathsea.texi
  4573.  
  4574.  # Find the source files, if location was not specified.
  4575.  if test -z "$srcdir"; then
  4576. -  srcdirdefaulted=yes
  4577. -  # Try the directory containing this script, then `..'.
  4578. -  prog=$0
  4579. -  confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  4580. -  test "X$confdir" = "X$prog" && confdir=.
  4581. -  srcdir=$confdir
  4582. -  if test ! -r $srcdir/$unique_file; then
  4583. +  ac_srcdir_defaulted=yes
  4584. +  # Try the directory containing this script, then its parent.
  4585. +  ac_prog=$0
  4586. +  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  4587. +  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  4588. +  srcdir=$ac_confdir
  4589. +  if test ! -r $srcdir/$ac_unique_file; then
  4590.      srcdir=..
  4591.    fi
  4592. +else
  4593. +  ac_srcdir_defaulted=no
  4594. +fi
  4595. +if test ! -r $srcdir/$ac_unique_file; then
  4596. +  if test "$ac_srcdir_defaulted" = yes; then
  4597. +    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  4598. +  else
  4599. +    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  4600. +  fi
  4601. +fi
  4602. +srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  4603. +
  4604. +# Prefer explicitly selected file to automatically selected ones.
  4605. +if test -z "$CONFIG_SITE"; then
  4606. +  if test "x$prefix" != xNONE; then
  4607. +    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  4608. +  else
  4609. +    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  4610. +  fi
  4611.  fi
  4612. -if test ! -r $srcdir/$unique_file; then
  4613. -  if test x$srcdirdefaulted = xyes; then
  4614. -    echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2
  4615. +for ac_site_file in $CONFIG_SITE; do
  4616. +  if test -r "$ac_site_file"; then
  4617. +    echo "loading site script $ac_site_file"
  4618. +    . "$ac_site_file"
  4619. +  fi
  4620. +done
  4621. +
  4622. +if test -r "$cache_file"; then
  4623. +  echo "loading cache $cache_file"
  4624. +  . $cache_file
  4625. +else
  4626. +  echo "creating cache $cache_file"
  4627. +  > $cache_file
  4628. +fi
  4629. +
  4630. +ac_ext=c
  4631. +# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  4632. +ac_cpp='$CPP $CPPFLAGS'
  4633. +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  4634. +ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  4635. +
  4636. +if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  4637. +  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  4638. +  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  4639. +    ac_n= ac_c='
  4640. +' ac_t='    '
  4641.    else
  4642. -    echo "configure: Can not find sources in \`${srcdir}'." 1>&2
  4643. +    ac_n=-n ac_c= ac_t=
  4644.    fi
  4645. -  exit 1
  4646. +else
  4647. +  ac_n= ac_c='\c' ac_t=
  4648.  fi
  4649. -# Preserve a srcdir of `.' to avoid automounter screwups with pwd.
  4650. -# But we can't avoid them for `..', to make subdirectories work.
  4651. -case $srcdir in
  4652. -  .|/*|~*) ;;
  4653. -  *) srcdir=`cd $srcdir; pwd` ;; # Make relative path absolute.
  4654. -esac
  4655.  
  4656.  
  4657. -# Save the original args to write them into config.status later.
  4658. -configure_args="$*"
  4659.  
  4660.  
  4661.  
  4662.  
  4663. +# Extract the first word of "gcc", so it can be a program name with args.
  4664. +set dummy gcc; ac_word=$2
  4665. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  4666. +if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  4667. +  echo $ac_n "(cached) $ac_c" 1>&6
  4668. +else
  4669. +  if test -n "$CC"; then
  4670. +  ac_cv_prog_CC="$CC" # Let the user override the test.
  4671. +else
  4672. +  IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  4673. +  for ac_dir in $PATH; do
  4674. +    test -z "$ac_dir" && ac_dir=.
  4675. +    if test -f $ac_dir/$ac_word; then
  4676. +      ac_cv_prog_CC="gcc"
  4677. +      break
  4678. +    fi
  4679. +  done
  4680. +  IFS="$ac_save_ifs"
  4681. +fi
  4682. +fi
  4683. +CC="$ac_cv_prog_CC"
  4684. +if test -n "$CC"; then
  4685. +  echo "$ac_t""$CC" 1>&6
  4686. +else
  4687. +  echo "$ac_t""no" 1>&6
  4688. +fi
  4689.  
  4690.  if test -z "$CC"; then
  4691. -  # Extract the first word of `gcc', so it can be a program name with args.
  4692. -  set dummy gcc; word=$2
  4693. -  echo checking for $word
  4694. -  IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  4695. -  for dir in $PATH; do
  4696. -    test -z "$dir" && dir=.
  4697. -    if test -f $dir/$word; then
  4698. -      CC="gcc"
  4699. +  # Extract the first word of "cc", so it can be a program name with args.
  4700. +set dummy cc; ac_word=$2
  4701. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  4702. +if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  4703. +  echo $ac_n "(cached) $ac_c" 1>&6
  4704. +else
  4705. +  if test -n "$CC"; then
  4706. +  ac_cv_prog_CC="$CC" # Let the user override the test.
  4707. +else
  4708. +  IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  4709. +  ac_prog_rejected=no
  4710. +  for ac_dir in $PATH; do
  4711. +    test -z "$ac_dir" && ac_dir=.
  4712. +    if test -f $ac_dir/$ac_word; then
  4713. +      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  4714. +        ac_prog_rejected=yes
  4715. +    continue
  4716. +      fi
  4717. +      ac_cv_prog_CC="cc"
  4718.        break
  4719.      fi
  4720.    done
  4721. -  IFS="$saveifs"
  4722. +  IFS="$ac_save_ifs"
  4723. +if test $ac_prog_rejected = yes; then
  4724. +  # We found a bogon in the path, so make sure we never use it.
  4725. +  set dummy $ac_cv_prog_CC
  4726. +  shift
  4727. +  if test $# -gt 0; then
  4728. +    # We chose a different compiler from the bogus one.
  4729. +    # However, it has the same basename, so the bogon will be chosen
  4730. +    # first if we set CC to just the basename; use the full file name.
  4731. +    shift
  4732. +    set dummy "$ac_dir/$ac_word" "$@"
  4733. +    shift
  4734. +    ac_cv_prog_CC="$@"
  4735. +  fi
  4736. +fi
  4737. +fi
  4738. +fi
  4739. +CC="$ac_cv_prog_CC"
  4740. +if test -n "$CC"; then
  4741. +  echo "$ac_t""$CC" 1>&6
  4742. +else
  4743. +  echo "$ac_t""no" 1>&6
  4744.  fi
  4745. -test -z "$CC" && CC="cc"
  4746. -test -n "$CC" && test -n "$verbose" && echo "    setting CC to $CC"
  4747.  
  4748. -# Find out if we are using GNU C, under whatever name.
  4749. -cat > conftest.c <<EOF
  4750. +  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  4751. +fi
  4752. +
  4753. +echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  4754. +if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  4755. +  echo $ac_n "(cached) $ac_c" 1>&6
  4756. +else
  4757. +  cat > conftest.c <<EOF
  4758.  #ifdef __GNUC__
  4759. -  yes
  4760. +  yes;
  4761.  #endif
  4762.  EOF
  4763. -${CC-cc} -E conftest.c > conftest.out 2>&1
  4764. -if egrep yes conftest.out >/dev/null 2>&1; then
  4765. -  GCC=1 # For later tests.
  4766. +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:624: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  4767. +  ac_cv_prog_gcc=yes
  4768. +else
  4769. +  ac_cv_prog_gcc=no
  4770. +fi
  4771. +fi
  4772. +
  4773. +echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  4774. +if test $ac_cv_prog_gcc = yes; then
  4775. +  GCC=yes
  4776. +  if test "${CFLAGS+set}" != set; then
  4777. +    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  4778. +if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  4779. +  echo $ac_n "(cached) $ac_c" 1>&6
  4780. +else
  4781. +  echo 'void f(){}' > conftest.c
  4782. +if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  4783. +  ac_cv_prog_gcc_g=yes
  4784. +else
  4785. +  ac_cv_prog_gcc_g=no
  4786.  fi
  4787.  rm -f conftest*
  4788.  
  4789. -echo checking how to run the C preprocessor
  4790. +fi
  4791. +
  4792. +echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  4793. +    if test $ac_cv_prog_gcc_g = yes; then
  4794. +      CFLAGS="-g -O2"
  4795. +    else
  4796. +      CFLAGS="-O2"
  4797. +    fi
  4798. +  fi
  4799. +else
  4800. +  GCC=
  4801. +  test "${CFLAGS+set}" = set || CFLAGS="-g"
  4802. +fi
  4803. +
  4804. +echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  4805. +# On Suns, sometimes $CPP names a directory.
  4806. +if test -n "$CPP" && test -d "$CPP"; then
  4807. +  CPP=
  4808. +fi
  4809.  if test -z "$CPP"; then
  4810. -  # This must be in double quotes, not single quotes, because CPP may get
  4811. -  # substituted into the Makefile and ``${CC-cc}'' will simply confuse
  4812. -  # make.  It must be expanded now.
  4813. +if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  4814. +  echo $ac_n "(cached) $ac_c" 1>&6
  4815. +else
  4816. +    # This must be in double quotes, not single quotes, because CPP may get
  4817. +  # substituted into the Makefile and "${CC-cc}" will confuse make.
  4818.    CPP="${CC-cc} -E"
  4819. -  cat > conftest.c <<EOF
  4820. +  # On the NeXT, cc -E runs the code through the compiler's parser,
  4821. +  # not just through cpp.
  4822. +  cat > conftest.$ac_ext <<EOF
  4823. +#line 676 "configure"
  4824. +#include "confdefs.h"
  4825. +#include <assert.h>
  4826. +Syntax Error
  4827. +EOF
  4828. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  4829. +{ (eval echo configure:682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  4830. +ac_err=`grep -v '^ *+' conftest.out`
  4831. +if test -z "$ac_err"; then
  4832. +  :
  4833. +else
  4834. +  echo "$ac_err" >&5
  4835. +  rm -rf conftest*
  4836. +  CPP="${CC-cc} -E -traditional-cpp"
  4837. +  cat > conftest.$ac_ext <<EOF
  4838. +#line 691 "configure"
  4839.  #include "confdefs.h"
  4840. -#include <stdio.h>
  4841. +#include <assert.h>
  4842.  Syntax Error
  4843.  EOF
  4844. -err=`eval "($CPP conftest.c >/dev/null) 2>&1"`
  4845. -if test -z "$err"; then
  4846. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  4847. +{ (eval echo configure:697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  4848. +ac_err=`grep -v '^ *+' conftest.out`
  4849. +if test -z "$ac_err"; then
  4850.    :
  4851.  else
  4852. +  echo "$ac_err" >&5
  4853.    rm -rf conftest*
  4854.    CPP=/lib/cpp
  4855.  fi
  4856.  rm -f conftest*
  4857.  fi
  4858. -test ".${verbose}" != "." && echo "    setting CPP to $CPP"
  4859. +rm -f conftest*
  4860. +  ac_cv_prog_CPP="$CPP"
  4861. +fi
  4862. +  CPP="$ac_cv_prog_CPP"
  4863. +else
  4864. +  ac_cv_prog_CPP="$CPP"
  4865. +fi
  4866. +echo "$ac_t""$CPP" 1>&6
  4867.  
  4868. -# Make sure to not get the incompatible SysV /etc/install and
  4869. -# /usr/sbin/install, which might be in PATH before a BSD-like install,
  4870. -# or the SunOS /usr/etc/install directory, or the AIX /bin/install,
  4871. -# or the AFS install, which mishandles nonexistent args, or
  4872. -# /usr/ucb/install on SVR4, which tries to use the nonexistent group
  4873. -# `staff'.  On most BSDish systems install is in /usr/bin, not /usr/ucb
  4874. -# anyway.  Sigh.
  4875. -if test "z${INSTALL}" = "z" ; then
  4876. -  echo checking for install
  4877. -  IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  4878. -  for dir in $PATH; do
  4879. -    test -z "$dir" && dir=.
  4880. -    case $dir in
  4881. -    /etc|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
  4882. +ac_aux_dir=
  4883. +for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  4884. +  if test -f $ac_dir/install-sh; then
  4885. +    ac_aux_dir=$ac_dir
  4886. +    ac_install_sh="$ac_aux_dir/install-sh -c"
  4887. +    break
  4888. +  elif test -f $ac_dir/install.sh; then
  4889. +    ac_aux_dir=$ac_dir
  4890. +    ac_install_sh="$ac_aux_dir/install.sh -c"
  4891. +    break
  4892. +  fi
  4893. +done
  4894. +if test -z "$ac_aux_dir"; then
  4895. +  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  4896. +fi
  4897. +ac_config_guess=$ac_aux_dir/config.guess
  4898. +ac_config_sub=$ac_aux_dir/config.sub
  4899. +ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  4900. +
  4901. +# Find a good install program.  We prefer a C program (faster),
  4902. +# so one script is as good as another.  But avoid the broken or
  4903. +# incompatible versions:
  4904. +# SysV /etc/install, /usr/sbin/install
  4905. +# SunOS /usr/etc/install
  4906. +# IRIX /sbin/install
  4907. +# AIX /bin/install
  4908. +# AmigaOS /c/install
  4909. +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  4910. +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  4911. +# ./install, which can be erroneously created by make from ./install.sh.
  4912. +echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  4913. +if test -z "$INSTALL"; then
  4914. +if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  4915. +  echo $ac_n "(cached) $ac_c" 1>&6
  4916. +else
  4917. +    IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  4918. +  for ac_dir in $PATH; do
  4919. +    # Account for people who put trailing slashes in PATH elements.
  4920. +    case "$ac_dir/" in
  4921. +    /|./|.//|/etc/*|/c/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  4922.      *)
  4923. -      if test -f $dir/installbsd; then
  4924. -    INSTALL="$dir/installbsd -c" # OSF1
  4925. -    INSTALL_PROGRAM='$(INSTALL)'
  4926. -    INSTALL_DATA='$(INSTALL) -m 644'
  4927. -    break
  4928. -      fi
  4929. -      if test -f $dir/install; then
  4930. -    if grep dspmsg $dir/install >/dev/null 2>&1; then
  4931. -      : # AIX
  4932. -    else
  4933. -      INSTALL="$dir/install -c"
  4934. -      INSTALL_PROGRAM='$(INSTALL)'
  4935. -      INSTALL_DATA='$(INSTALL) -m 644'
  4936. -      break
  4937. +      # OSF1 and SCO ODT 3.0 have their own names for install.
  4938. +      for ac_prog in ginstall installbsd scoinst install; do
  4939. +        if test -f $ac_dir/$ac_prog; then
  4940. +      if test $ac_prog = install &&
  4941. +            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  4942. +        # AIX install.  It has an incompatible calling convention.
  4943. +        # OSF/1 installbsd also uses dspmsg, but is usable.
  4944. +        :
  4945. +      else
  4946. +        ac_cv_path_install="$ac_dir/$ac_prog -c"
  4947. +        break 2
  4948. +      fi
  4949.      fi
  4950. -      fi
  4951. +      done
  4952.        ;;
  4953.      esac
  4954.    done
  4955. -  IFS="$saveifs"
  4956. +  IFS="$ac_save_ifs"
  4957. +
  4958.  fi
  4959. -INSTALL=${INSTALL-cp}
  4960. -test -n "$verbose" && echo "    setting INSTALL to $INSTALL"
  4961. -INSTALL_PROGRAM=${INSTALL_PROGRAM-'$(INSTALL)'}
  4962. -test -n "$verbose" && echo "    setting INSTALL_PROGRAM to $INSTALL_PROGRAM"
  4963. -INSTALL_DATA=${INSTALL_DATA-'$(INSTALL)'}
  4964. -test -n "$verbose" && echo "    setting INSTALL_DATA to $INSTALL_DATA"
  4965. -
  4966. -if test -z "$RANLIB"; then
  4967. -  # Extract the first word of `ranlib', so it can be a program name with args.
  4968. -  set dummy ranlib; word=$2
  4969. -  echo checking for $word
  4970. -  IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  4971. -  for dir in $PATH; do
  4972. -    test -z "$dir" && dir=.
  4973. -    if test -f $dir/$word; then
  4974. -      RANLIB="ranlib"
  4975. +  if test "${ac_cv_path_install+set}" = set; then
  4976. +    INSTALL="$ac_cv_path_install"
  4977. +  else
  4978. +    # As a last resort, use the slow shell script.  We don't cache a
  4979. +    # path for INSTALL within a source directory, because that will
  4980. +    # break other packages using the cache if that directory is
  4981. +    # removed, or if the path is relative.
  4982. +    INSTALL="$ac_install_sh"
  4983. +  fi
  4984. +fi
  4985. +echo "$ac_t""$INSTALL" 1>&6
  4986. +
  4987. +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  4988. +# It thinks the first close brace ends the variable substitution.
  4989. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  4990. +
  4991. +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  4992. +
  4993. +# Extract the first word of "ranlib", so it can be a program name with args.
  4994. +set dummy ranlib; ac_word=$2
  4995. +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  4996. +if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  4997. +  echo $ac_n "(cached) $ac_c" 1>&6
  4998. +else
  4999. +  if test -n "$RANLIB"; then
  5000. +  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  5001. +else
  5002. +  IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  5003. +  for ac_dir in $PATH; do
  5004. +    test -z "$ac_dir" && ac_dir=.
  5005. +    if test -f $ac_dir/$ac_word; then
  5006. +      ac_cv_prog_RANLIB="ranlib"
  5007.        break
  5008.      fi
  5009.    done
  5010. -  IFS="$saveifs"
  5011. +  IFS="$ac_save_ifs"
  5012. +  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  5013. +fi
  5014. +fi
  5015. +RANLIB="$ac_cv_prog_RANLIB"
  5016. +if test -n "$RANLIB"; then
  5017. +  echo "$ac_t""$RANLIB" 1>&6
  5018. +else
  5019. +  echo "$ac_t""no" 1>&6
  5020.  fi
  5021. -test -z "$RANLIB" && RANLIB=":"
  5022. -test -n "$RANLIB" && test -n "$verbose" && echo "    setting RANLIB to $RANLIB"
  5023. -
  5024.  
  5025.  
  5026. -echo checking for POSIXized ISC
  5027. +echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  5028.  if test -d /etc/conf/kconfig.d &&
  5029.    grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  5030.  then
  5031. -  ISC=1 # If later tests want to check for ISC.
  5032. -  
  5033. -{
  5034. -test -n "$verbose" && \
  5035. -echo "    defining _POSIX_SOURCE"
  5036. -echo "#define" _POSIX_SOURCE 1 >> confdefs.h
  5037. -DEFS="$DEFS -D_POSIX_SOURCE=1"
  5038. -SEDDEFS="${SEDDEFS}\${SEDdA}_POSIX_SOURCE\${SEDdB}_POSIX_SOURCE\${SEDdC}1\${SEDdD}
  5039. -\${SEDuA}_POSIX_SOURCE\${SEDuB}_POSIX_SOURCE\${SEDuC}1\${SEDuD}
  5040. -\${SEDeA}_POSIX_SOURCE\${SEDeB}_POSIX_SOURCE\${SEDeC}1\${SEDeD}
  5041. -"
  5042. -}
  5043. +  echo "$ac_t""yes" 1>&6
  5044. +  ISC=yes # If later tests want to check for ISC.
  5045. +  cat >> confdefs.h <<\EOF
  5046. +#define _POSIX_SOURCE 1
  5047. +EOF
  5048.  
  5049. -  if test -n "$GCC"; then
  5050. +  if test "$GCC" = yes; then
  5051.      CC="$CC -posix"
  5052.    else
  5053.      CC="$CC -Xp"
  5054.    fi
  5055. +else
  5056. +  echo "$ac_t""no" 1>&6
  5057. +  ISC=
  5058.  fi
  5059.  
  5060.  
  5061. -echo checking for directory library header
  5062. -dirheader=
  5063. -if test -z "$dirheader"; then
  5064. -  echo checking for dirent.h
  5065. -cat > conftest.c <<EOF
  5066. +ac_header_dirent=no
  5067. +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  5068. +do
  5069. +ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  5070. +echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  5071. +if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  5072. +  echo $ac_n "(cached) $ac_c" 1>&6
  5073. +else
  5074. +  cat > conftest.$ac_ext <<EOF
  5075. +#line 855 "configure"
  5076.  #include "confdefs.h"
  5077.  #include <sys/types.h>
  5078. -#include <dirent.h>
  5079. -int main() { exit(0); }
  5080. -int t() { DIR *dirp = 0; }
  5081. +#include <$ac_hdr>
  5082. +int main() { return 0; }
  5083. +int t() {
  5084. +DIR *dirp = 0;
  5085. +; return 0; }
  5086.  EOF
  5087. -if eval $compile; then
  5088. +if { (eval echo configure:864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  5089.    rm -rf conftest*
  5090. -  
  5091. -{
  5092. -test -n "$verbose" && \
  5093. -echo "    defining DIRENT"
  5094. -echo "#define" DIRENT 1 >> confdefs.h
  5095. -DEFS="$DEFS -DDIRENT=1"
  5096. -SEDDEFS="${SEDDEFS}\${SEDdA}DIRENT\${SEDdB}DIRENT\${SEDdC}1\${SEDdD}
  5097. -\${SEDuA}DIRENT\${SEDuB}DIRENT\${SEDuC}1\${SEDuD}
  5098. -\${SEDeA}DIRENT\${SEDeB}DIRENT\${SEDeC}1\${SEDeD}
  5099. -"
  5100. -}
  5101. - dirheader=dirent.h
  5102. -
  5103. +  eval "ac_cv_header_dirent_$ac_safe=yes"
  5104. +else
  5105. +  rm -rf conftest*
  5106. +  eval "ac_cv_header_dirent_$ac_safe=no"
  5107.  fi
  5108.  rm -f conftest*
  5109. -fi
  5110. -if test -z "$dirheader"; then
  5111. -  echo checking for sys/ndir.h
  5112. -cat > conftest.c <<EOF
  5113. -#include "confdefs.h"
  5114. -#include <sys/types.h>
  5115. -#include <sys/ndir.h>
  5116. -int main() { exit(0); }
  5117. -int t() { DIR *dirp = 0; }
  5118. -EOF
  5119. -if eval $compile; then
  5120. -  rm -rf conftest*
  5121. -  
  5122. -{
  5123. -test -n "$verbose" && \
  5124. -echo "    defining SYSNDIR"
  5125. -echo "#define" SYSNDIR 1 >> confdefs.h
  5126. -DEFS="$DEFS -DSYSNDIR=1"
  5127. -SEDDEFS="${SEDDEFS}\${SEDdA}SYSNDIR\${SEDdB}SYSNDIR\${SEDdC}1\${SEDdD}
  5128. -\${SEDuA}SYSNDIR\${SEDuB}SYSNDIR\${SEDuC}1\${SEDuD}
  5129. -\${SEDeA}SYSNDIR\${SEDeB}SYSNDIR\${SEDeC}1\${SEDeD}
  5130. -"
  5131. -}
  5132. - dirheader=sys/ndir.h
  5133.  
  5134.  fi
  5135. -rm -f conftest*
  5136. +if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  5137. +  echo "$ac_t""yes" 1>&6
  5138. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdedfghijklmnopqrstuvwxyz./\055' 'ABCDEDFGHIJKLMNOPQRSTUVWXYZ___'`
  5139. +  cat >> confdefs.h <<EOF
  5140. +#define $ac_tr_hdr 1
  5141. +EOF
  5142. + ac_header_dirent=$ac_hdr; break
  5143. +else
  5144. +  echo "$ac_t""no" 1>&6
  5145.  fi
  5146. -if test -z "$dirheader"; then
  5147. -  echo checking for sys/dir.h
  5148. -cat > conftest.c <<EOF
  5149. +done
  5150. +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  5151. +if test $ac_header_dirent = dirent.h; then
  5152. +echo $ac_n "checking for -ldir""... $ac_c" 1>&6
  5153. +ac_lib_var=`echo dir'_'opendir | tr './+\055' '__p_'`
  5154. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  5155. +  echo $ac_n "(cached) $ac_c" 1>&6
  5156. +else
  5157. +  ac_save_LIBS="$LIBS"
  5158. +LIBS="-ldir  $LIBS"
  5159. +cat > conftest.$ac_ext <<EOF
  5160. +#line 895 "configure"
  5161.  #include "confdefs.h"
  5162. -#include <sys/types.h>
  5163. -#include <sys/dir.h>
  5164. -int main() { exit(0); }
  5165. -int t() { DIR *dirp = 0; }
  5166. +/* Override any gcc2 internal prototype to avoid an error.  */
  5167. +/* We use char because int might match the return type of a gcc2
  5168. +    builtin and then its argument prototype would still apply.  */
  5169. +char opendir();
  5170. +
  5171. +int main() { t(); return 0; }
  5172. +int t() {
  5173. +opendir()
  5174. +; return 0; }
  5175.  EOF
  5176. -if eval $compile; then
  5177. +if { (eval echo configure:907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  5178.    rm -rf conftest*
  5179. -  
  5180. -{
  5181. -test -n "$verbose" && \
  5182. -echo "    defining SYSDIR"
  5183. -echo "#define" SYSDIR 1 >> confdefs.h
  5184. -DEFS="$DEFS -DSYSDIR=1"
  5185. -SEDDEFS="${SEDDEFS}\${SEDdA}SYSDIR\${SEDdB}SYSDIR\${SEDdC}1\${SEDdD}
  5186. -\${SEDuA}SYSDIR\${SEDuB}SYSDIR\${SEDuC}1\${SEDuD}
  5187. -\${SEDeA}SYSDIR\${SEDeB}SYSDIR\${SEDeC}1\${SEDeD}
  5188. -"
  5189. -}
  5190. - dirheader=sys/dir.h
  5191. -
  5192. +  eval "ac_cv_lib_$ac_lib_var=yes"
  5193. +else
  5194. +  rm -rf conftest*
  5195. +  eval "ac_cv_lib_$ac_lib_var=no"
  5196.  fi
  5197.  rm -f conftest*
  5198. +LIBS="$ac_save_LIBS"
  5199. +
  5200. +fi
  5201. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  5202. +  echo "$ac_t""yes" 1>&6
  5203. +  LIBS="$LIBS -ldir"
  5204. +else
  5205. +  echo "$ac_t""no" 1>&6
  5206.  fi
  5207. -if test -z "$dirheader"; then
  5208. -  echo checking for ndir.h
  5209. -cat > conftest.c <<EOF
  5210. +
  5211. +else
  5212. +echo $ac_n "checking for -lx""... $ac_c" 1>&6
  5213. +ac_lib_var=`echo x'_'opendir | tr './+\055' '__p_'`
  5214. +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  5215. +  echo $ac_n "(cached) $ac_c" 1>&6
  5216. +else
  5217. +  ac_save_LIBS="$LIBS"
  5218. +LIBS="-lx  $LIBS"
  5219. +cat > conftest.$ac_ext <<EOF
  5220. +#line 934 "configure"
  5221.  #include "confdefs.h"
  5222. -#include <sys/types.h>
  5223. -#include <ndir.h>
  5224. -int main() { exit(0); }
  5225. -int t() { DIR *dirp = 0; }
  5226. +/* Override any gcc2 internal prototype to avoid an error.  */
  5227. +/* We use char because int might match the return type of a gcc2
  5228. +    builtin and then its argument prototype would still apply.  */
  5229. +char opendir();
  5230. +
  5231. +int main() { t(); return 0; }
  5232. +int t() {
  5233. +opendir()
  5234. +; return 0; }
  5235.  EOF
  5236. -if eval $compile; then
  5237. +if { (eval echo configure:946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  5238.    rm -rf conftest*
  5239. -  
  5240. -{
  5241. -test -n "$verbose" && \
  5242. -echo "    defining NDIR"
  5243. -echo "#define" NDIR 1 >> confdefs.h
  5244. -DEFS="$DEFS -DNDIR=1"
  5245. -SEDDEFS="${SEDDEFS}\${SEDdA}NDIR\${SEDdB}NDIR\${SEDdC}1\${SEDdD}
  5246. -\${SEDuA}NDIR\${SEDuB}NDIR\${SEDuC}1\${SEDuD}
  5247. -\${SEDeA}NDIR\${SEDeB}NDIR\${SEDeC}1\${SEDeD}
  5248. -"
  5249. -}
  5250. - dirheader=ndir.h
  5251. -
  5252. +  eval "ac_cv_lib_$ac_lib_var=yes"
  5253. +else
  5254. +  rm -rf conftest*
  5255. +  eval "ac_cv_lib_$ac_lib_var=no"
  5256.  fi
  5257.  rm -f conftest*
  5258. +LIBS="$ac_save_LIBS"
  5259. +
  5260. +fi
  5261. +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  5262. +  echo "$ac_t""yes" 1>&6
  5263. +  LIBS="$LIBS -lx"
  5264. +else
  5265. +  echo "$ac_t""no" 1>&6
  5266.  fi
  5267.  
  5268. -echo checking for closedir return value
  5269. -cat > conftest.c <<EOF
  5270. +fi
  5271. +
  5272. +
  5273. +# If we cannot run a trivial program, we must be cross compiling.
  5274. +echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  5275. +if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  5276. +  echo $ac_n "(cached) $ac_c" 1>&6
  5277. +else
  5278. +  if test "$cross_compiling" = yes; then
  5279. +  ac_cv_c_cross=yes
  5280. +else
  5281. +cat > conftest.$ac_ext <<EOF
  5282. +#line 976 "configure"
  5283.  #include "confdefs.h"
  5284. -#include <sys/types.h>
  5285. -#include <$dirheader>
  5286. -int closedir(); main() { exit(closedir(opendir(".")) != 0); }
  5287. +main(){return(0);}
  5288.  EOF
  5289. -eval $compile
  5290. +{ (eval echo configure:980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  5291.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  5292. -  :
  5293. +  ac_cv_c_cross=no
  5294.  else
  5295. -  
  5296. -{
  5297. -test -n "$verbose" && \
  5298. -echo "    defining VOID_CLOSEDIR"
  5299. -echo "#define" VOID_CLOSEDIR 1 >> confdefs.h
  5300. -DEFS="$DEFS -DVOID_CLOSEDIR=1"
  5301. -SEDDEFS="${SEDDEFS}\${SEDdA}VOID_CLOSEDIR\${SEDdB}VOID_CLOSEDIR\${SEDdC}1\${SEDdD}
  5302. -\${SEDuA}VOID_CLOSEDIR\${SEDuB}VOID_CLOSEDIR\${SEDuC}1\${SEDuD}
  5303. -\${SEDeA}VOID_CLOSEDIR\${SEDeB}VOID_CLOSEDIR\${SEDeC}1\${SEDeD}
  5304. -"
  5305. -}
  5306. -
  5307. +  ac_cv_c_cross=yes
  5308. +fi
  5309.  fi
  5310.  rm -fr conftest*
  5311. +fi
  5312.  
  5313. -echo checking for Xenix
  5314. -cat > conftest.c <<EOF
  5315. -#include "confdefs.h"
  5316. -#if defined(M_XENIX) && !defined(M_UNIX)
  5317. -  yes
  5318. -#endif
  5319. +echo "$ac_t""$ac_cv_c_cross" 1>&6
  5320. +cross_compiling=$ac_cv_c_cross
  5321.  
  5322. +echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  5323. +if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  5324. +  echo $ac_n "(cached) $ac_c" 1>&6
  5325. +else
  5326. +  cat > conftest.$ac_ext <<EOF
  5327. +#line 998 "configure"
  5328. +#include "confdefs.h"
  5329. +#include <stdlib.h>
  5330. +#include <stdarg.h>
  5331. +#include <string.h>
  5332. +#include <float.h>
  5333.  EOF
  5334. -eval "$CPP conftest.c > conftest.out 2>&1"
  5335. -if egrep "yes" conftest.out >/dev/null 2>&1; then
  5336. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  5337. +{ (eval echo configure:1006: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  5338. +ac_err=`grep -v '^ *+' conftest.out`
  5339. +if test -z "$ac_err"; then
  5340. +  rm -rf conftest*
  5341. +  ac_cv_header_stdc=yes
  5342. +else
  5343. +  echo "$ac_err" >&5
  5344.    rm -rf conftest*
  5345. -  XENIX=1
  5346. +  ac_cv_header_stdc=no
  5347. +fi
  5348. +rm -f conftest*
  5349.  
  5350. +if test $ac_cv_header_stdc = yes; then
  5351. +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  5352. +cat > conftest.$ac_ext <<EOF
  5353. +#line 1021 "configure"
  5354. +#include "confdefs.h"
  5355. +#include <string.h>
  5356. +EOF
  5357. +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  5358. +  egrep "memchr" >/dev/null 2>&1; then
  5359. +  :
  5360. +else
  5361. +  rm -rf conftest*
  5362. +  ac_cv_header_stdc=no
  5363.  fi
  5364.  rm -f conftest*
  5365.  
  5366. -if test -n "$XENIX"; then
  5367. -  LIBS="$LIBS -lx"
  5368. -  case "$DEFS" in
  5369. -  *SYSNDIR*) ;;
  5370. -  *) LIBS="-ldir $LIBS" ;; # Make sure -ldir precedes any -lx.
  5371. -  esac
  5372.  fi
  5373.  
  5374. -echo checking for ANSI C header files
  5375. -cat > conftest.c <<EOF
  5376. +if test $ac_cv_header_stdc = yes; then
  5377. +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  5378. +cat > conftest.$ac_ext <<EOF
  5379. +#line 1039 "configure"
  5380.  #include "confdefs.h"
  5381.  #include <stdlib.h>
  5382. -#include <stdarg.h>
  5383. -#include <string.h>
  5384. -#include <float.h>
  5385.  EOF
  5386. -err=`eval "($CPP conftest.c >/dev/null) 2>&1"`
  5387. -if test -z "$err"; then
  5388. -  rm -rf conftest*
  5389. -  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  5390. -echo '#include "confdefs.h"
  5391. -#include <string.h>' > conftest.c
  5392. -eval "$CPP conftest.c > conftest.out 2>&1"
  5393. -if egrep "memchr" conftest.out >/dev/null 2>&1; then
  5394. +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  5395. +  egrep "free" >/dev/null 2>&1; then
  5396. +  :
  5397. +else
  5398.    rm -rf conftest*
  5399. -  # SGI's /bin/cc from Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  5400. -cat > conftest.c <<EOF
  5401. +  ac_cv_header_stdc=no
  5402. +fi
  5403. +rm -f conftest*
  5404. +
  5405. +fi
  5406. +
  5407. +if test $ac_cv_header_stdc = yes; then
  5408. +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  5409. +if test "$cross_compiling" = yes; then
  5410. +  :
  5411. +else
  5412. +cat > conftest.$ac_ext <<EOF
  5413. +#line 1060 "configure"
  5414.  #include "confdefs.h"
  5415.  #include <ctype.h>
  5416.  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  5417.  #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  5418. -#define XOR(e,f) (((e) && !(f)) || (!(e) && (f)))
  5419. +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  5420.  int main () { int i; for (i = 0; i < 256; i++)
  5421.  if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  5422.  exit (0); }
  5423.  
  5424.  EOF
  5425. -eval $compile
  5426. +{ (eval echo configure:1071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  5427.  if test -s conftest && (./conftest; exit) 2>/dev/null; then
  5428. -  
  5429. -{
  5430. -test -n "$verbose" && \
  5431. -echo "    defining STDC_HEADERS"
  5432. -echo "#define" STDC_HEADERS 1 >> confdefs.h
  5433. -DEFS="$DEFS -DSTDC_HEADERS=1"
  5434. -SEDDEFS="${SEDDEFS}\${SEDdA}STDC_HEADERS\${SEDdB}STDC_HEADERS\${SEDdC}1\${SEDdD}
  5435. -\${SEDuA}STDC_HEADERS\${SEDuB}STDC_HEADERS\${SEDuC}1\${SEDuD}
  5436. -\${SEDeA}STDC_HEADERS\${SEDeB}STDC_HEADERS\${SEDeC}1\${SEDeD}
  5437. -"
  5438. -}
  5439. -
  5440. -
  5441. +  :
  5442. +else
  5443. +  ac_cv_header_stdc=no
  5444. +fi
  5445.  fi
  5446.  rm -fr conftest*
  5447. -
  5448.  fi
  5449. -rm -f conftest*
  5450. +fi
  5451.  
  5452. +echo "$ac_t""$ac_cv_header_stdc" 1>&6
  5453. +if test $ac_cv_header_stdc = yes; then
  5454. +  cat >> confdefs.h <<\EOF
  5455. +#define STDC_HEADERS 1
  5456. +EOF
  5457.  
  5458.  fi
  5459. -rm -f conftest*
  5460.  
  5461. -for hdr in assert.h float.h limits.h memory.h pwd.h stdlib.h \
  5462. +for ac_hdr in assert.h float.h limits.h memory.h pwd.h stdlib.h \
  5463.                  string.h unistd.h
  5464.  do
  5465. -trhdr=HAVE_`echo $hdr | tr '[a-z]./' '[A-Z]__'`
  5466. -echo checking for ${hdr}
  5467. -cat > conftest.c <<EOF
  5468. +ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  5469. +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  5470. +if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  5471. +  echo $ac_n "(cached) $ac_c" 1>&6
  5472. +else
  5473. +  cat > conftest.$ac_ext <<EOF
  5474. +#line 1099 "configure"
  5475.  #include "confdefs.h"
  5476. -#include <${hdr}>
  5477. +#include <$ac_hdr>
  5478.  EOF
  5479. -err=`eval "($CPP conftest.c >/dev/null) 2>&1"`
  5480. -if test -z "$err"; then
  5481. +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  5482. +{ (eval echo configure:1104: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  5483. +ac_err=`grep -v '^ *+' conftest.out`
  5484. +if test -z "$ac_err"; then
  5485.    rm -rf conftest*
  5486. -  
  5487. -{
  5488. -test -n "$verbose" && \
  5489. -echo "    defining ${trhdr}"
  5490. -echo "#define" ${trhdr} 1 >> confdefs.h
  5491. -DEFS="$DEFS -D${trhdr}=1"
  5492. -SEDDEFS="${SEDDEFS}\${SEDdA}${trhdr}\${SEDdB}${trhdr}\${SEDdC}1\${SEDdD}
  5493. -\${SEDuA}${trhdr}\${SEDuB}${trhdr}\${SEDuC}1\${SEDuD}
  5494. -\${SEDeA}${trhdr}\${SEDeB}${trhdr}\${SEDeC}1\${SEDeD}
  5495. -"
  5496. -}
  5497. -
  5498. -
  5499. +  eval "ac_cv_header_$ac_safe=yes"
  5500. +else
  5501. +  echo "$ac_err" >&5
  5502. +  rm -rf conftest*
  5503. +  eval "ac_cv_header_$ac_safe=no"
  5504.  fi
  5505.  rm -f conftest*
  5506. +fi
  5507. +if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  5508. +  echo "$ac_t""yes" 1>&6
  5509. +    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  5510. +  cat >> confdefs.h <<EOF
  5511. +#define $ac_tr_hdr 1
  5512. +EOF
  5513. +else
  5514. +  echo "$ac_t""no" 1>&6
  5515. +fi
  5516.  done
  5517.  
  5518.  
  5519. -for func in memmove putenv
  5520. +for ac_func in memmove putenv
  5521.  do
  5522. -trfunc=HAVE_`echo $func | tr '[a-z]' '[A-Z]'`
  5523. -echo checking for ${func}
  5524. -cat > conftest.c <<EOF
  5525. +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  5526. +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  5527. +  echo $ac_n "(cached) $ac_c" 1>&6
  5528. +else
  5529. +  cat > conftest.$ac_ext <<EOF
  5530. +#line 1136 "configure"
  5531.  #include "confdefs.h"
  5532. -#include <ctype.h>
  5533. -int main() { exit(0); }
  5534. -int t() { 
  5535. +/* System header to define __stub macros and hopefully few prototypes,
  5536. +    which can conflict with char $ac_func(); below.  */
  5537. +#include <assert.h>
  5538. +/* Override any gcc2 internal prototype to avoid an error.  */
  5539. +/* We use char because int might match the return type of a gcc2
  5540. +    builtin and then its argument prototype would still apply.  */
  5541. +char $ac_func();
  5542. +
  5543. +int main() { t(); return 0; }
  5544. +int t() {
  5545. +
  5546.  /* The GNU C library defines this for functions which it implements
  5547.      to always fail with ENOSYS.  Some functions are actually named
  5548.      something starting with __ and the normal name is an alias.  */
  5549. -#if defined (__stub_${func}) || defined (__stub___${func})
  5550. +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  5551.  choke me
  5552.  #else
  5553. -/* Override any gcc2 internal prototype to avoid an error.  */
  5554. -extern char ${func}(); ${func}();
  5555. +$ac_func();
  5556.  #endif
  5557. - }
  5558. +
  5559. +; return 0; }
  5560.  EOF
  5561. -if eval $compile; then
  5562. +if { (eval echo configure:1160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  5563.    rm -rf conftest*
  5564. -  {
  5565. -test -n "$verbose" && \
  5566. -echo "    defining ${trfunc}"
  5567. -echo "#define" ${trfunc} 1 >> confdefs.h
  5568. -DEFS="$DEFS -D${trfunc}=1"
  5569. -SEDDEFS="${SEDDEFS}\${SEDdA}${trfunc}\${SEDdB}${trfunc}\${SEDdC}1\${SEDdD}
  5570. -\${SEDuA}${trfunc}\${SEDuB}${trfunc}\${SEDuC}1\${SEDuD}
  5571. -\${SEDeA}${trfunc}\${SEDeB}${trfunc}\${SEDeC}1\${SEDeD}
  5572. -"
  5573. -}
  5574. -
  5575. -
  5576. +  eval "ac_cv_func_$ac_func=yes"
  5577. +else
  5578. +  rm -rf conftest*
  5579. +  eval "ac_cv_func_$ac_func=no"
  5580.  fi
  5581.  rm -f conftest*
  5582. +
  5583. +fi
  5584. +if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  5585. +  echo "$ac_t""yes" 1>&6
  5586. +    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  5587. +  cat >> confdefs.h <<EOF
  5588. +#define $ac_tr_func 1
  5589. +EOF
  5590. +else
  5591. +  echo "$ac_t""no" 1>&6
  5592. +fi
  5593.  done
  5594.  
  5595.  
  5596. @@ -558,25 +1183,31 @@ done
  5597.  # but can't figure out how to do that.
  5598.  if test "`(uname) 2>/dev/null`" = NetBSD \
  5599.     || test "`(uname) 2>/dev/null`" = FreeBSD; then
  5600. -  
  5601. -{
  5602. -test -n "$verbose" && \
  5603. -echo "    defining SMART_PUTENV"
  5604. -echo "#define" SMART_PUTENV 1 >> confdefs.h
  5605. -DEFS="$DEFS -DSMART_PUTENV=1"
  5606. -SEDDEFS="${SEDDEFS}\${SEDdA}SMART_PUTENV\${SEDdB}SMART_PUTENV\${SEDdC}1\${SEDdD}
  5607. -\${SEDuA}SMART_PUTENV\${SEDuB}SMART_PUTENV\${SEDuC}1\${SEDuD}
  5608. -\${SEDeA}SMART_PUTENV\${SEDeB}SMART_PUTENV\${SEDeC}1\${SEDeD}
  5609. -"
  5610. -}
  5611. +  cat >> confdefs.h <<\EOF
  5612. +#define SMART_PUTENV 1
  5613. +EOF
  5614.  
  5615.  fi
  5616.  
  5617. -prog='/* Ultrix mips cc rejects this.  */
  5618. +echo $ac_n "checking for working const""... $ac_c" 1>&6
  5619. +if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  5620. +  echo $ac_n "(cached) $ac_c" 1>&6
  5621. +else
  5622. +  cat > conftest.$ac_ext <<EOF
  5623. +#line 1198 "configure"
  5624. +#include "confdefs.h"
  5625. +
  5626. +int main() { return 0; }
  5627. +int t() {
  5628. +
  5629. +/* Ultrix mips cc rejects this.  */
  5630.  typedef int charset[2]; const charset x;
  5631.  /* SunOS 4.1.1 cc rejects this.  */
  5632.  char const *const *ccp;
  5633.  char **p;
  5634. +/* NEC SVR4.0.2 mips cc rejects this.  */
  5635. +struct point {int x, y;};
  5636. +static struct point const zero = {0,0};
  5637.  /* AIX XL C 1.02.0.0 rejects this.
  5638.     It does not let you subtract one const X* pointer from another in an arm
  5639.     of an if-expression whose if-part is not a constant expression */
  5640. @@ -593,7 +1224,7 @@ ccp = (char const *const *) p;
  5641.    *t++ = 0;
  5642.  }
  5643.  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  5644. -  int x[] = {25,17};
  5645. +  int x[] = {25, 17};
  5646.    const int *foo = &x[0];
  5647.    ++foo;
  5648.  }
  5649. @@ -609,33 +1240,29 @@ ccp = (char const *const *) p;
  5650.  }
  5651.  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  5652.    const int foo = 10;
  5653. -}'
  5654. -echo checking for lack of working const
  5655. -cat > conftest.c <<EOF
  5656. -#include "confdefs.h"
  5657. +}
  5658.  
  5659. -int main() { exit(0); }
  5660. -int t() { $prog }
  5661. +; return 0; }
  5662.  EOF
  5663. -if eval $compile; then
  5664. -  :
  5665. +if { (eval echo configure:1248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  5666. +  rm -rf conftest*
  5667. +  ac_cv_c_const=yes
  5668.  else
  5669.    rm -rf conftest*
  5670. -  
  5671. -{
  5672. -test -n "$verbose" && \
  5673. -echo "    defining" const to be empty
  5674. -echo "#define" const  >> confdefs.h
  5675. -DEFS="$DEFS -Dconst="
  5676. -SEDDEFS="${SEDDEFS}\${SEDdA}const\${SEDdB}const\${SEDdC}\${SEDdD}
  5677. -\${SEDuA}const\${SEDuB}const\${SEDuC}\${SEDuD}
  5678. -\${SEDeA}const\${SEDeB}const\${SEDeC}\${SEDeD}
  5679. -"
  5680. -}
  5681. -
  5682. +  ac_cv_c_const=no
  5683.  fi
  5684.  rm -f conftest*
  5685.  
  5686. +fi
  5687. +
  5688. +echo "$ac_t""$ac_cv_c_const" 1>&6
  5689. +if test $ac_cv_c_const = no; then
  5690. +  cat >> confdefs.h <<\EOF
  5691. +#define const 
  5692. +EOF
  5693. +
  5694. +fi
  5695. +
  5696.  
  5697.  # Any assignment to VPATH causes various Sun make's (both SunOS and
  5698.  # Solaris) to only execute the first set of double-colon rules, as in
  5699. @@ -658,189 +1285,302 @@ if test x$srcdir = x.; then
  5700.  fi
  5701.  
  5702.  
  5703. -# Set default prefixes.
  5704. -if test -n "$prefix"; then
  5705. -  test -z "$exec_prefix" && exec_prefix='${prefix}'
  5706. -  prsub="s%^prefix\\([     ]*\\)=\\([     ]*\\).*$%prefix\\1=\\2$prefix%"
  5707. -fi
  5708. -if test -n "$exec_prefix"; then
  5709. -  prsub="$prsub
  5710. -s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%exec_prefix\\1=\\2$exec_prefix%"
  5711. -fi
  5712. -# Quote sed substitution magic chars in DEFS.
  5713. -cat >conftest.def <<EOF
  5714. -$DEFS
  5715. -EOF
  5716. -escape_ampersand_and_backslash='s%[&\\]%\\&%g'
  5717. -DEFS=`sed "$escape_ampersand_and_backslash" <conftest.def`
  5718. -rm -f conftest.def
  5719. -# Substitute for predefined variables.
  5720. -
  5721. -trap 'rm -f config.status; exit 1' 1 3 15
  5722. -echo creating config.status
  5723. -rm -f config.status
  5724. -cat > config.status <<EOF
  5725. -#!/bin/sh
  5726. +trap '' 1 2 15
  5727. +cat > confcache <<\EOF
  5728. +# This file is a shell script that caches the results of configure
  5729. +# tests run on this system so they can be shared between configure
  5730. +# scripts and configure runs.  It is not useful on other systems.
  5731. +# If it contains results you don't want to keep, you may remove or edit it.
  5732. +#
  5733. +# By default, configure uses ./config.cache as the cache file,
  5734. +# creating it if it does not exist already.  You can give configure
  5735. +# the --cache-file=FILE option to use a different cache file; that is
  5736. +# what configure does when it calls configure scripts in
  5737. +# subdirectories, so they share the cache.
  5738. +# Giving --cache-file=/dev/null disables caching, for debugging configure.
  5739. +# config.status only pays attention to the cache file if you give it the
  5740. +# --recheck option to rerun configure.
  5741. +#
  5742. +EOF
  5743. +# Ultrix sh set writes to stderr and can't be redirected directly,
  5744. +# and sets the high bit in the cache file unless we assign to the vars.
  5745. +(set) 2>&1 |
  5746. +  sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  5747. +  >> confcache
  5748. +if cmp -s $cache_file confcache; then
  5749. +  :
  5750. +else
  5751. +  if test -w $cache_file; then
  5752. +    echo "updating cache $cache_file"
  5753. +    cat confcache > $cache_file
  5754. +  else
  5755. +    echo "not updating unwritable cache $cache_file"
  5756. +  fi
  5757. +fi
  5758. +rm -f confcache
  5759. +
  5760. +trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  5761. +
  5762. +test "x$prefix" = xNONE && prefix=$ac_default_prefix
  5763. +# Let make expand exec_prefix.
  5764. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  5765. +
  5766. +# Any assignment to VPATH causes Sun make to only execute
  5767. +# the first set of double-colon rules, so remove it if not needed.
  5768. +# If there is a colon in the path, we need to keep it.
  5769. +if test "x$srcdir" = x.; then
  5770. +  ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  5771. +fi
  5772. +
  5773. +trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  5774. +
  5775. +DEFS=-DHAVE_CONFIG_H
  5776. +
  5777. +# Without the "./", some shells look in PATH for config.status.
  5778. +: ${CONFIG_STATUS=./config.status}
  5779. +
  5780. +echo creating $CONFIG_STATUS
  5781. +# Some systems, like AmigaOS, won't allow you to remove a script that is
  5782. +# being executed, so just move it out of the way instead.
  5783. +if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  5784. +cat > $CONFIG_STATUS <<EOF
  5785. +#! /bin/sh
  5786.  # Generated automatically by configure.
  5787.  # Run this file to recreate the current configuration.
  5788.  # This directory was configured as follows,
  5789.  # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  5790.  #
  5791. -# $0 $configure_args
  5792. +# $0 $ac_configure_args
  5793. +#
  5794. +# Compiler output produced by configure, useful for debugging
  5795. +# configure, is in ./config.log if it exists.
  5796.  
  5797. -for arg
  5798. +ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  5799. +for ac_option
  5800.  do
  5801. -  case "\$arg" in
  5802. -    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  5803. -    echo running \${CONFIG_SHELL-/bin/sh} $0 $configure_args
  5804. -    exec \${CONFIG_SHELL-/bin/sh} $0 $configure_args ;;
  5805. -    *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  5806. +  case "\$ac_option" in
  5807. +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  5808. +    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  5809. +    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  5810. +  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  5811. +    echo "$CONFIG_STATUS generated by autoconf version 2.10"
  5812. +    exit 0 ;;
  5813. +  -help | --help | --hel | --he | --h)
  5814. +    echo "\$ac_cs_usage"; exit 0 ;;
  5815. +  *) echo "\$ac_cs_usage"; exit 1 ;;
  5816.    esac
  5817.  done
  5818.  
  5819. -trap 'rm -fr ./Makefile c-auto.h conftest*; exit 1' 1 3 15
  5820. -CC='$CC'
  5821. -CPP='$CPP'
  5822. -INSTALL='$INSTALL'
  5823. -INSTALL_PROGRAM='$INSTALL_PROGRAM'
  5824. -INSTALL_DATA='$INSTALL_DATA'
  5825. -RANLIB='$RANLIB'
  5826. -LIBS='$LIBS'
  5827. -srcdir='$srcdir'
  5828. -prefix='$prefix'
  5829. -exec_prefix='$exec_prefix'
  5830. -prsub='$prsub'
  5831. -extrasub='$extrasub'
  5832. -EOF
  5833. -cat >> config.status <<\EOF
  5834. -
  5835. -top_srcdir=$srcdir
  5836. -
  5837. -CONFIG_FILES=${CONFIG_FILES-"./Makefile"}
  5838. -for file in .. ${CONFIG_FILES}; do if test "x$file" != x..; then
  5839. -  srcdir=$top_srcdir
  5840. -  # Remove last slash and all that follows it.  Not all systems have dirname.
  5841. -  dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  5842. -  if test "$dir" != "$file"; then
  5843. -    test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  5844. -    test ! -d $dir && mkdir $dir
  5845. -  fi
  5846. -  echo creating $file
  5847. -  rm -f $file
  5848. -  echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  5849. -  sed -e "
  5850. -$prsub
  5851. +ac_given_srcdir=$srcdir
  5852. +ac_given_INSTALL="$INSTALL"
  5853. +
  5854. +trap 'rm -fr `echo "./Makefile c-auto.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  5855. +EOF
  5856. +cat >> $CONFIG_STATUS <<EOF
  5857. +
  5858. +# Protect against being on the right side of a sed subst in config.status.
  5859. +sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  5860. + s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  5861. +$ac_vpsub
  5862.  $extrasub
  5863. +s%@CFLAGS@%$CFLAGS%g
  5864. +s%@CPPFLAGS@%$CPPFLAGS%g
  5865. +s%@CXXFLAGS@%$CXXFLAGS%g
  5866. +s%@DEFS@%$DEFS%g
  5867. +s%@LDFLAGS@%$LDFLAGS%g
  5868. +s%@LIBS@%$LIBS%g
  5869. +s%@exec_prefix@%$exec_prefix%g
  5870. +s%@prefix@%$prefix%g
  5871. +s%@program_transform_name@%$program_transform_name%g
  5872. +s%@bindir@%$bindir%g
  5873. +s%@sbindir@%$sbindir%g
  5874. +s%@libexecdir@%$libexecdir%g
  5875. +s%@datadir@%$datadir%g
  5876. +s%@sysconfdir@%$sysconfdir%g
  5877. +s%@sharedstatedir@%$sharedstatedir%g
  5878. +s%@localstatedir@%$localstatedir%g
  5879. +s%@libdir@%$libdir%g
  5880. +s%@includedir@%$includedir%g
  5881. +s%@oldincludedir@%$oldincludedir%g
  5882. +s%@infodir@%$infodir%g
  5883. +s%@guidedir@%$guidedir%g
  5884. +s%@psdir@%$psdir%g
  5885. +s%@dvidir@%$dvidir%g
  5886. +s%@mandir@%$mandir%g
  5887.  s%@CC@%$CC%g
  5888.  s%@CPP@%$CPP%g
  5889. -s%@INSTALL@%$INSTALL%g
  5890.  s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  5891.  s%@INSTALL_DATA@%$INSTALL_DATA%g
  5892.  s%@RANLIB@%$RANLIB%g
  5893. -s%@LIBS@%$LIBS%g
  5894. +
  5895. +CEOF
  5896. +EOF
  5897. +cat >> $CONFIG_STATUS <<EOF
  5898. +
  5899. +CONFIG_FILES=\${CONFIG_FILES-"./Makefile"}
  5900. +EOF
  5901. +cat >> $CONFIG_STATUS <<\EOF
  5902. +for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  5903. +  # Support "outfile[:infile]", defaulting infile="outfile.in".
  5904. +  case "$ac_file" in
  5905. +  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  5906. +       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  5907. +  *) ac_file_in="${ac_file}.in" ;;
  5908. +  esac
  5909. +
  5910. +  # Adjust relative srcdir, etc. for subdirectories.
  5911. +
  5912. +  # Remove last slash and all that follows it.  Not all systems have dirname.
  5913. +  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  5914. +  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  5915. +    # The file is in a subdirectory.
  5916. +    test ! -d "$ac_dir" && mkdir "$ac_dir"
  5917. +    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  5918. +    # A "../" for each directory in $ac_dir_suffix.
  5919. +    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  5920. +  else
  5921. +    ac_dir_suffix= ac_dots=
  5922. +  fi
  5923. +
  5924. +  case "$ac_given_srcdir" in
  5925. +  .)  srcdir=.
  5926. +      if test -z "$ac_dots"; then top_srcdir=.
  5927. +      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  5928. +  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  5929. +  *) # Relative path.
  5930. +    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  5931. +    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  5932. +  esac
  5933. +
  5934. +  case "$ac_given_INSTALL" in
  5935. +  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  5936. +  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  5937. +  esac
  5938. +  echo creating "$ac_file"
  5939. +  rm -f "$ac_file"
  5940. +  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  5941. +  case "$ac_file" in
  5942. +  *Makefile*) ac_comsub="1i\\
  5943. +# $configure_input" ;;
  5944. +  *) ac_comsub= ;;
  5945. +  esac
  5946. +  sed -e "$ac_comsub
  5947. +s%@configure_input@%$configure_input%g
  5948.  s%@srcdir@%$srcdir%g
  5949. -s%@DEFS@%-DHAVE_CONFIG_H%" $top_srcdir/${file}.in >> $file
  5950. +s%@top_srcdir@%$top_srcdir%g
  5951. +s%@INSTALL@%$INSTALL%g
  5952. +" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  5953.  fi; done
  5954. +rm -f conftest.subs
  5955. +
  5956. +# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  5957. +# NAME is the cpp macro being defined and VALUE is the value it is being given.
  5958. +#
  5959. +# ac_d sets the value in "#define NAME VALUE" lines.
  5960. +ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  5961. +ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  5962. +ac_dC='\3'
  5963. +ac_dD='%g'
  5964. +# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  5965. +ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  5966. +ac_uB='\([     ]\)%\1#\2define\3'
  5967. +ac_uC=' '
  5968. +ac_uD='\4%g'
  5969. +# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  5970. +ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  5971. +ac_eB='$%\1#\2define\3'
  5972. +ac_eC=' '
  5973. +ac_eD='%g'
  5974.  
  5975.  CONFIG_HEADERS=${CONFIG_HEADERS-"c-auto.h"}
  5976. -for file in .. ${CONFIG_HEADERS}; do if test "x$file" != x..; then
  5977. -echo creating $file
  5978. +for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  5979. +  # Support "outfile[:infile]", defaulting infile="outfile.in".
  5980. +  case "$ac_file" in
  5981. +  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  5982. +       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  5983. +  *) ac_file_in="${ac_file}.in" ;;
  5984. +  esac
  5985. +
  5986. +  echo creating $ac_file
  5987. +
  5988. +  rm -f conftest.frag conftest.in conftest.out
  5989. +  cp $ac_given_srcdir/$ac_file_in conftest.in
  5990.  
  5991. -# These sed commands are put into SEDDEFS when defining a macro.
  5992. -# They are broken into pieces to make the sed script easier to manage.
  5993. -# They are passed to sed as "A NAME B NAME C VALUE D", where NAME
  5994. -# is the cpp macro being defined and VALUE is the value it is being given.
  5995. -# Each defining turns into a single global substitution command.
  5996. -#
  5997. -# SEDd sets the value in "#define NAME VALUE" lines.
  5998. -SEDdA='s@^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  5999. -SEDdB='\([     ][     ]*\)[^     ]*@\1#\2'
  6000. -SEDdC='\3'
  6001. -SEDdD='@g'
  6002. -# SEDu turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  6003. -SEDuA='s@^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  6004. -SEDuB='\([     ]\)@\1#\2define\3'
  6005. -SEDuC=' '
  6006. -SEDuD='\4@g'
  6007. -# SEDe turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  6008. -SEDeA='s@^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  6009. -SEDeB='$@\1#\2define\3'
  6010. -SEDeC=' '
  6011. -SEDeD='@g'
  6012. -rm -f conftest.sed
  6013. -EOF
  6014. -# Turn off quoting long enough to insert the sed commands.
  6015. -rm -f conftest.sh
  6016. -cat > conftest.sh <<EOF
  6017. -$SEDDEFS
  6018.  EOF
  6019.  
  6020. -# Break up $SEDDEFS (now in conftest.sh) because some shells have a limit
  6021. -# on the size of here documents.
  6022. +# Transform confdefs.h into a sed script conftest.vals that substitutes
  6023. +# the proper values into config.h.in to produce config.h.  And first:
  6024. +# Protect against being on the right side of a sed subst in config.status.
  6025. +# Protect against being in an unquoted here document in config.status.
  6026. +rm -f conftest.vals
  6027. +cat > conftest.hdr <<\EOF
  6028. +s/[\\&%]/\\&/g
  6029. +s%[\\$`]%\\&%g
  6030. +s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  6031. +s%ac_d%ac_u%gp
  6032. +s%ac_u%ac_e%gp
  6033. +EOF
  6034. +sed -n -f conftest.hdr confdefs.h > conftest.vals
  6035. +rm -f conftest.hdr
  6036. +
  6037. +# This sed command replaces #undef with comments.  This is necessary, for
  6038. +# example, in the case of _POSIX_SOURCE, which is predefined and required
  6039. +# on some systems where configure will not decide to define it.
  6040. +cat >> conftest.vals <<\EOF
  6041. +s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  6042. +EOF
  6043.  
  6044. +# Break up conftest.vals because some shells have a limit on
  6045. +# the size of here documents, and old seds have small limits too.
  6046.  # Maximum number of lines to put in a single here document.
  6047. -maxshlines=9
  6048. +ac_max_here_lines=12
  6049.  
  6050. +rm -f conftest.tail
  6051.  while :
  6052.  do
  6053. -  # wc gives bogus results for an empty file on some systems.
  6054. -  lines=`grep -c . conftest.sh`
  6055. -  if test -z "$lines" || test "$lines" -eq 0; then break; fi
  6056. -  rm -f conftest.s1 conftest.s2
  6057. -  sed ${maxshlines}q conftest.sh > conftest.s1 # Like head -20.
  6058. -  sed 1,${maxshlines}d conftest.sh > conftest.s2 # Like tail +21.
  6059. -  # Write a limited-size here document to append to conftest.sed.
  6060. -  echo 'cat >> conftest.sed <<CONFEOF' >> config.status
  6061. -  cat conftest.s1 >> config.status
  6062. -  echo 'CONFEOF' >> config.status
  6063. -  rm -f conftest.s1 conftest.sh
  6064. -  mv conftest.s2 conftest.sh
  6065. +  ac_lines=`grep -c . conftest.vals`
  6066. +  # grep -c gives empty output for an empty file on some AIX systems.
  6067. +  if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  6068. +  # Write a limited-size here document to conftest.frag.
  6069. +  echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  6070. +  sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  6071. +  echo 'CEOF
  6072. +  sed -f conftest.frag conftest.in > conftest.out
  6073. +  rm -f conftest.in
  6074. +  mv conftest.out conftest.in
  6075. +' >> $CONFIG_STATUS
  6076. +  sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  6077. +  rm -f conftest.vals
  6078. +  mv conftest.tail conftest.vals
  6079.  done
  6080. -rm -f conftest.sh
  6081. +rm -f conftest.vals
  6082.  
  6083. -# Now back to your regularly scheduled config.status.
  6084. -cat >> config.status <<\EOF
  6085. -# This sed command replaces #undef's with comments.  This is necessary, for
  6086. -# example, in the case of _POSIX_SOURCE, which is predefined and required
  6087. -# on some systems where configure will not decide to define it in
  6088. -# c-auto.h.
  6089. -cat >> conftest.sed <<\CONFEOF
  6090. -s,^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  6091. -CONFEOF
  6092. -rm -f conftest.h
  6093. -# Break up the sed commands because old seds have small limits.
  6094. -maxsedlines=20
  6095. -cp $top_srcdir/$file.in conftest.h1
  6096. -while :
  6097. -do
  6098. -  lines=`grep -c . conftest.sed`
  6099. -  if test -z "$lines" || test "$lines" -eq 0; then break; fi
  6100. -  rm -f conftest.s1 conftest.s2 conftest.h2
  6101. -  sed ${maxsedlines}q conftest.sed > conftest.s1 # Like head -20.
  6102. -  sed 1,${maxsedlines}d conftest.sed > conftest.s2 # Like tail +21.
  6103. -  sed -f conftest.s1 < conftest.h1 > conftest.h2
  6104. -  rm -f conftest.s1 conftest.h1 conftest.sed
  6105. -  mv conftest.h2 conftest.h1
  6106. -  mv conftest.s2 conftest.sed
  6107. -done
  6108. -rm -f conftest.sed conftest.h
  6109. -echo "/* $file.  Generated automatically by configure.  */" > conftest.h
  6110. -cat conftest.h1 >> conftest.h
  6111. -rm -f conftest.h1
  6112. -if cmp -s $file conftest.h 2>/dev/null; then
  6113. -  # The file exists and we would not be changing it.
  6114. -  echo "$file is unchanged"
  6115. -  rm -f conftest.h
  6116. -else
  6117. -  rm -f $file
  6118. -  mv conftest.h $file
  6119. -fi
  6120. +cat >> $CONFIG_STATUS <<\EOF
  6121. +  rm -f conftest.frag conftest.h
  6122. +  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  6123. +  cat conftest.in >> conftest.h
  6124. +  rm -f conftest.in
  6125. +  if cmp -s $ac_file conftest.h 2>/dev/null; then
  6126. +    echo "$ac_file is unchanged"
  6127. +    rm -f conftest.h
  6128. +  else
  6129. +    # Remove last slash and all that follows it.  Not all systems have dirname.
  6130. +      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  6131. +      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  6132. +      # The file is in a subdirectory.
  6133. +      test ! -d "$ac_dir" && mkdir "$ac_dir"
  6134. +    fi
  6135. +    rm -f $ac_file
  6136. +    mv conftest.h $ac_file
  6137. +  fi
  6138.  fi; done
  6139.  
  6140.  
  6141.  
  6142.  exit 0
  6143.  EOF
  6144. -chmod +x config.status
  6145. -${CONFIG_SHELL-/bin/sh} config.status
  6146. +chmod +x $CONFIG_STATUS
  6147. +rm -f CONFIG.STATUS.old
  6148. +rm -fr confdefs* $ac_clean_files
  6149. +test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  6150.  
  6151. diff -rup --new-file baseline/fsf/octave/manifests/bin amiga/fsf/octave/manifests/bin
  6152. --- baseline/fsf/octave/manifests/bin    Wed Dec 31 17:00:00 1969
  6153. +++ amiga/fsf/octave/manifests/bin    Sat Oct 12 11:00:02 1996
  6154. @@ -0,0 +1,239 @@
  6155. +COPYING
  6156. +COPYING.info
  6157. +bin/octave
  6158. +bin/octave-1.1.1
  6159. +bin/octave-bug
  6160. +include/octave/Array.cc
  6161. +include/octave/Array.h
  6162. +include/octave/Bounds.h
  6163. +include/octave/CColVector.h
  6164. +include/octave/CDiagMatrix.h
  6165. +include/octave/CMatrix.h
  6166. +include/octave/CRowVector.h
  6167. +include/octave/CmplxAEPBAL.h
  6168. +include/octave/CmplxCHOL.h
  6169. +include/octave/CmplxDET.h
  6170. +include/octave/CmplxHESS.h
  6171. +include/octave/CmplxLU.h
  6172. +include/octave/CmplxQR.h
  6173. +include/octave/CmplxQRP.h
  6174. +include/octave/CmplxSCHUR.h
  6175. +include/octave/CmplxSVD.h
  6176. +include/octave/CollocWt.h
  6177. +include/octave/DAE.h
  6178. +include/octave/DAEFunc.h
  6179. +include/octave/EIG.h
  6180. +include/octave/FEGrid.h
  6181. +include/octave/FSQP.h
  6182. +include/octave/LP.h
  6183. +include/octave/LPsolve.h
  6184. +include/octave/LinConst.h
  6185. +include/octave/MArray.h
  6186. +include/octave/Matrix.h
  6187. +include/octave/NLConst.h
  6188. +include/octave/NLEqn.h
  6189. +include/octave/NLFunc.h
  6190. +include/octave/NLP.h
  6191. +include/octave/NPSOL.h
  6192. +include/octave/ODE.h
  6193. +include/octave/ODEFunc.h
  6194. +include/octave/Objective.h
  6195. +include/octave/QLD.h
  6196. +include/octave/QP.h
  6197. +include/octave/QPSOL.h
  6198. +include/octave/Quad.h
  6199. +include/octave/Range.h
  6200. +include/octave/dColVector.h
  6201. +include/octave/dDiagMatrix.h
  6202. +include/octave/dMatrix.h
  6203. +include/octave/dRowVector.h
  6204. +include/octave/dbleAEPBAL.h
  6205. +include/octave/dbleCHOL.h
  6206. +include/octave/dbleDET.h
  6207. +include/octave/dbleGEPBAL.h
  6208. +include/octave/dbleHESS.h
  6209. +include/octave/dbleLU.h
  6210. +include/octave/dbleQR.h
  6211. +include/octave/dbleQRP.h
  6212. +include/octave/dbleSCHUR.h
  6213. +include/octave/dbleSVD.h
  6214. +include/octave/f77-uscore.h
  6215. +include/octave/lo-error.h
  6216. +include/octave/mx-base.h
  6217. +include/octave/mx-defs.h
  6218. +include/octave/mx-ext.h
  6219. +include/octave/mx-kludge.h
  6220. +include/octave/sun-utils.h
  6221. +info/octave.info
  6222. +info/octave.info-1
  6223. +info/octave.info-10
  6224. +info/octave.info-2
  6225. +info/octave.info-3
  6226. +info/octave.info-4
  6227. +info/octave.info-5
  6228. +info/octave.info-6
  6229. +info/octave.info-7
  6230. +info/octave.info-8
  6231. +info/octave.info-9
  6232. +lib/libcruft.a
  6233. +lib/liboctave.a
  6234. +lib/octave/1.1.1/exec/m68k-unknown-amigaos/octtopnm
  6235. +lib/octave/1.1.1/imagelib/default.img
  6236. +lib/octave/1.1.1/m/control/abcddim.m
  6237. +lib/octave/1.1.1/m/control/are.m
  6238. +lib/octave/1.1.1/m/control/c2d.m
  6239. +lib/octave/1.1.1/m/control/dare.m
  6240. +lib/octave/1.1.1/m/control/dgram.m
  6241. +lib/octave/1.1.1/m/control/dlqe.m
  6242. +lib/octave/1.1.1/m/control/dlqr.m
  6243. +lib/octave/1.1.1/m/control/dlyap.m
  6244. +lib/octave/1.1.1/m/control/is_controllable.m
  6245. +lib/octave/1.1.1/m/control/is_observable.m
  6246. +lib/octave/1.1.1/m/control/lqe.m
  6247. +lib/octave/1.1.1/m/control/lqr.m
  6248. +lib/octave/1.1.1/m/control/lyap.m
  6249. +lib/octave/1.1.1/m/control/tzero.m
  6250. +lib/octave/1.1.1/m/elfun/acot.m
  6251. +lib/octave/1.1.1/m/elfun/acoth.m
  6252. +lib/octave/1.1.1/m/elfun/acsc.m
  6253. +lib/octave/1.1.1/m/elfun/acsch.m
  6254. +lib/octave/1.1.1/m/elfun/asec.m
  6255. +lib/octave/1.1.1/m/elfun/asech.m
  6256. +lib/octave/1.1.1/m/elfun/cot.m
  6257. +lib/octave/1.1.1/m/elfun/coth.m
  6258. +lib/octave/1.1.1/m/elfun/csc.m
  6259. +lib/octave/1.1.1/m/elfun/csch.m
  6260. +lib/octave/1.1.1/m/elfun/gcd.m
  6261. +lib/octave/1.1.1/m/elfun/lcm.m
  6262. +lib/octave/1.1.1/m/elfun/log2.m
  6263. +lib/octave/1.1.1/m/elfun/sec.m
  6264. +lib/octave/1.1.1/m/elfun/sech.m
  6265. +lib/octave/1.1.1/m/general/columns.m
  6266. +lib/octave/1.1.1/m/general/fliplr.m
  6267. +lib/octave/1.1.1/m/general/flipud.m
  6268. +lib/octave/1.1.1/m/general/int2str.m
  6269. +lib/octave/1.1.1/m/general/is_matrix.m
  6270. +lib/octave/1.1.1/m/general/is_scalar.m
  6271. +lib/octave/1.1.1/m/general/is_square.m
  6272. +lib/octave/1.1.1/m/general/is_symmetric.m
  6273. +lib/octave/1.1.1/m/general/is_vector.m
  6274. +lib/octave/1.1.1/m/general/isempty.m
  6275. +lib/octave/1.1.1/m/general/length.m
  6276. +lib/octave/1.1.1/m/general/logspace.m
  6277. +lib/octave/1.1.1/m/general/nargchk.m
  6278. +lib/octave/1.1.1/m/general/num2str.m
  6279. +lib/octave/1.1.1/m/general/perror.m
  6280. +lib/octave/1.1.1/m/general/postpad.m
  6281. +lib/octave/1.1.1/m/general/prepad.m
  6282. +lib/octave/1.1.1/m/general/rem.m
  6283. +lib/octave/1.1.1/m/general/reshape.m
  6284. +lib/octave/1.1.1/m/general/rot90.m
  6285. +lib/octave/1.1.1/m/general/rows.m
  6286. +lib/octave/1.1.1/m/general/tril.m
  6287. +lib/octave/1.1.1/m/general/triu.m
  6288. +lib/octave/1.1.1/m/image/colormap.m
  6289. +lib/octave/1.1.1/m/image/gray.m
  6290. +lib/octave/1.1.1/m/image/gray2ind.m
  6291. +lib/octave/1.1.1/m/image/image.m
  6292. +lib/octave/1.1.1/m/image/imagesc.m
  6293. +lib/octave/1.1.1/m/image/imshow.m
  6294. +lib/octave/1.1.1/m/image/ind2gray.m
  6295. +lib/octave/1.1.1/m/image/ind2rgb.m
  6296. +lib/octave/1.1.1/m/image/loadimage.m
  6297. +lib/octave/1.1.1/m/image/ntsc2rgb.m
  6298. +lib/octave/1.1.1/m/image/ocean.m
  6299. +lib/octave/1.1.1/m/image/rgb2ind.m
  6300. +lib/octave/1.1.1/m/image/rgb2ntsc.m
  6301. +lib/octave/1.1.1/m/image/saveimage.m
  6302. +lib/octave/1.1.1/m/linear-algebra/cond.m
  6303. +lib/octave/1.1.1/m/linear-algebra/kron.m
  6304. +lib/octave/1.1.1/m/linear-algebra/norm.m
  6305. +lib/octave/1.1.1/m/linear-algebra/null.m
  6306. +lib/octave/1.1.1/m/linear-algebra/orth.m
  6307. +lib/octave/1.1.1/m/linear-algebra/qzhess.m
  6308. +lib/octave/1.1.1/m/linear-algebra/rank.m
  6309. +lib/octave/1.1.1/m/linear-algebra/trace.m
  6310. +lib/octave/1.1.1/m/miscellaneous/bug_report.m
  6311. +lib/octave/1.1.1/m/miscellaneous/dump_1_pref.m
  6312. +lib/octave/1.1.1/m/miscellaneous/dump_prefs.m
  6313. +lib/octave/1.1.1/m/miscellaneous/etime.m
  6314. +lib/octave/1.1.1/m/miscellaneous/is_leap_year.m
  6315. +lib/octave/1.1.1/m/miscellaneous/list_primes.m
  6316. +lib/octave/1.1.1/m/miscellaneous/menu.m
  6317. +lib/octave/1.1.1/m/miscellaneous/texas_lotto.m
  6318. +lib/octave/1.1.1/m/miscellaneous/tic.m
  6319. +lib/octave/1.1.1/m/miscellaneous/toc.m
  6320. +lib/octave/1.1.1/m/miscellaneous/version.m
  6321. +lib/octave/1.1.1/m/plot/axis.m
  6322. +lib/octave/1.1.1/m/plot/bar.m
  6323. +lib/octave/1.1.1/m/plot/contour.m
  6324. +lib/octave/1.1.1/m/plot/grid.m
  6325. +lib/octave/1.1.1/m/plot/hist.m
  6326. +lib/octave/1.1.1/m/plot/loglog.m
  6327. +lib/octave/1.1.1/m/plot/mesh.m
  6328. +lib/octave/1.1.1/m/plot/meshdom.m
  6329. +lib/octave/1.1.1/m/plot/plot.m
  6330. +lib/octave/1.1.1/m/plot/plot_2_m_m.m
  6331. +lib/octave/1.1.1/m/plot/plot_2_m_v.m
  6332. +lib/octave/1.1.1/m/plot/plot_2_s_s.m
  6333. +lib/octave/1.1.1/m/plot/plot_2_v_m.m
  6334. +lib/octave/1.1.1/m/plot/plot_2_v_v.m
  6335. +lib/octave/1.1.1/m/plot/plot_int.m
  6336. +lib/octave/1.1.1/m/plot/plot_int_1.m
  6337. +lib/octave/1.1.1/m/plot/plot_int_2.m
  6338. +lib/octave/1.1.1/m/plot/plot_opt.m
  6339. +lib/octave/1.1.1/m/plot/polar.m
  6340. +lib/octave/1.1.1/m/plot/polar_int.m
  6341. +lib/octave/1.1.1/m/plot/polar_int_1.m
  6342. +lib/octave/1.1.1/m/plot/polar_int_2.m
  6343. +lib/octave/1.1.1/m/plot/semilogx.m
  6344. +lib/octave/1.1.1/m/plot/semilogy.m
  6345. +lib/octave/1.1.1/m/plot/shg.m
  6346. +lib/octave/1.1.1/m/plot/sombrero.m
  6347. +lib/octave/1.1.1/m/plot/stairs.m
  6348. +lib/octave/1.1.1/m/plot/title.m
  6349. +lib/octave/1.1.1/m/plot/xlabel.m
  6350. +lib/octave/1.1.1/m/plot/ylabel.m
  6351. +lib/octave/1.1.1/m/polynomial/compan.m
  6352. +lib/octave/1.1.1/m/polynomial/conv.m
  6353. +lib/octave/1.1.1/m/polynomial/deconv.m
  6354. +lib/octave/1.1.1/m/polynomial/poly.m
  6355. +lib/octave/1.1.1/m/polynomial/polyderiv.m
  6356. +lib/octave/1.1.1/m/polynomial/polyinteg.m
  6357. +lib/octave/1.1.1/m/polynomial/polyreduce.m
  6358. +lib/octave/1.1.1/m/polynomial/polyval.m
  6359. +lib/octave/1.1.1/m/polynomial/polyvalm.m
  6360. +lib/octave/1.1.1/m/polynomial/residue.m
  6361. +lib/octave/1.1.1/m/polynomial/roots.m
  6362. +lib/octave/1.1.1/m/set/complement.m
  6363. +lib/octave/1.1.1/m/set/create_set.m
  6364. +lib/octave/1.1.1/m/set/intersection.m
  6365. +lib/octave/1.1.1/m/set/union.m
  6366. +lib/octave/1.1.1/m/signal/fftconv.m
  6367. +lib/octave/1.1.1/m/signal/fftfilt.m
  6368. +lib/octave/1.1.1/m/signal/filter.m
  6369. +lib/octave/1.1.1/m/signal/freqz.m
  6370. +lib/octave/1.1.1/m/signal/sinc.m
  6371. +lib/octave/1.1.1/m/specfun/beta.m
  6372. +lib/octave/1.1.1/m/specfun/betai.m
  6373. +lib/octave/1.1.1/m/specfun/gammai.m
  6374. +lib/octave/1.1.1/m/special-matrix/hadamard.m
  6375. +lib/octave/1.1.1/m/special-matrix/hankel.m
  6376. +lib/octave/1.1.1/m/special-matrix/hilb.m
  6377. +lib/octave/1.1.1/m/special-matrix/invhilb.m
  6378. +lib/octave/1.1.1/m/special-matrix/toeplitz.m
  6379. +lib/octave/1.1.1/m/special-matrix/vander.m
  6380. +lib/octave/1.1.1/m/startup/octaverc
  6381. +lib/octave/1.1.1/m/statistics/corrcoef.m
  6382. +lib/octave/1.1.1/m/statistics/cov.m
  6383. +lib/octave/1.1.1/m/statistics/gls.m
  6384. +lib/octave/1.1.1/m/statistics/kurtosis.m
  6385. +lib/octave/1.1.1/m/statistics/mahalanobis.m
  6386. +lib/octave/1.1.1/m/statistics/mean.m
  6387. +lib/octave/1.1.1/m/statistics/median.m
  6388. +lib/octave/1.1.1/m/statistics/ols.m
  6389. +lib/octave/1.1.1/m/statistics/skewness.m
  6390. +lib/octave/1.1.1/m/statistics/std.m
  6391. +lib/octave/1.1.1/m/strings/strcat.m
  6392. +lib/octave/1.1.1/m/strings/strcmp.m
  6393. +man/man1/octave.1
  6394. diff -rup --new-file baseline/fsf/octave/manifests/src amiga/fsf/octave/manifests/src
  6395. --- baseline/fsf/octave/manifests/src    Wed Dec 31 17:00:00 1969
  6396. +++ amiga/fsf/octave/manifests/src    Sat Sep 28 00:00:00 1996
  6397. @@ -0,0 +1,1767 @@
  6398. +fsf/octave/BUGS
  6399. +fsf/octave/COPYING
  6400. +fsf/octave/ChangeLog
  6401. +fsf/octave/ChangeLog.1
  6402. +fsf/octave/INSTALL
  6403. +fsf/octave/INSTALL.OCTAVE
  6404. +fsf/octave/MAKEINFO.PATCH
  6405. +fsf/octave/Makeconf.in
  6406. +fsf/octave/Makefile.in
  6407. +fsf/octave/NEWS
  6408. +fsf/octave/PROJECTS
  6409. +fsf/octave/Product-Info
  6410. +fsf/octave/README
  6411. +fsf/octave/README.NLP
  6412. +fsf/octave/SENDING-PATCHES
  6413. +fsf/octave/THANKS
  6414. +fsf/octave/acconfig.h
  6415. +fsf/octave/config.guess
  6416. +fsf/octave/config.h.in
  6417. +fsf/octave/config.sub
  6418. +fsf/octave/configure
  6419. +fsf/octave/configure.in
  6420. +fsf/octave/cxxlibs.sh
  6421. +fsf/octave/dld/COPYING
  6422. +fsf/octave/dld/ChangeLog
  6423. +fsf/octave/dld/Makefile.in
  6424. +fsf/octave/dld/README
  6425. +fsf/octave/dld/TAGS
  6426. +fsf/octave/dld/TODO
  6427. +fsf/octave/dld/define.c
  6428. +fsf/octave/dld/defs.h
  6429. +fsf/octave/dld/dld.c
  6430. +fsf/octave/dld/dld.h
  6431. +fsf/octave/dld/doc/SPE.ps
  6432. +fsf/octave/dld/doc/dld.ps
  6433. +fsf/octave/dld/doc/dld.texinfo
  6434. +fsf/octave/dld/error.c
  6435. +fsf/octave/dld/find_exec.c
  6436. +fsf/octave/dld/get_func.c
  6437. +fsf/octave/dld/get_symbol.c
  6438. +fsf/octave/dld/list_undef.c
  6439. +fsf/octave/dld/mk_dummy.c
  6440. +fsf/octave/dld/ref.c
  6441. +fsf/octave/dld/remove.c
  6442. +fsf/octave/dld/test/Makefile
  6443. +fsf/octave/dld/test/add1/Makefile
  6444. +fsf/octave/dld/test/add1/add1.c
  6445. +fsf/octave/dld/test/add1/call_add1.c
  6446. +fsf/octave/dld/test/foo/Makefile
  6447. +fsf/octave/dld/test/foo/add1.cc
  6448. +fsf/octave/dld/test/foo/add2.cc
  6449. +fsf/octave/dld/test/foo/call_add1.cc
  6450. +fsf/octave/dld/test/general/EXPECTED-OUTPUT
  6451. +fsf/octave/dld/test/general/Makefile
  6452. +fsf/octave/dld/test/general/SAMPLE_INPUT
  6453. +fsf/octave/dld/test/general/get-sym.c
  6454. +fsf/octave/dld/test/general/hello.c
  6455. +fsf/octave/dld/test/general/list-undefined.c
  6456. +fsf/octave/dld/test/general/main.c
  6457. +fsf/octave/dld/test/general/need.c
  6458. +fsf/octave/dld/test/general/print_arg.c
  6459. +fsf/octave/dld/test/general/print_global.c
  6460. +fsf/octave/dld/test/general/read-a.out.c
  6461. +fsf/octave/dld/test/general/remove.c
  6462. +fsf/octave/dld/test/general/test-define.c
  6463. +fsf/octave/dld/test/overlay/Makefile
  6464. +fsf/octave/dld/test/overlay/chain1.c
  6465. +fsf/octave/dld/test/overlay/chain2.c
  6466. +fsf/octave/dld/test/overlay/chain3.c
  6467. +fsf/octave/dld/test/overlay/overlay.c
  6468. +fsf/octave/dld/test/reload/Makefile
  6469. +fsf/octave/dld/test/reload/reload-test.c
  6470. +fsf/octave/dld/test/reload/reload-test.s
  6471. +fsf/octave/dld/test/reload/reload.c
  6472. +fsf/octave/dld/test/simple/Makefile
  6473. +fsf/octave/dld/test/simple/simple.c
  6474. +fsf/octave/dld/ul_file.c
  6475. +fsf/octave/dld/ul_symbol.c
  6476. +fsf/octave/doc/FAQ.dvi
  6477. +fsf/octave/doc/FAQ.info
  6478. +fsf/octave/doc/FAQ.ps
  6479. +fsf/octave/doc/FAQ.texi
  6480. +fsf/octave/doc/Makefile.in
  6481. +fsf/octave/doc/amuse.texi
  6482. +fsf/octave/doc/arith.texi
  6483. +fsf/octave/doc/bugs.texi
  6484. +fsf/octave/doc/bugs1.texi
  6485. +fsf/octave/doc/conf.texi
  6486. +fsf/octave/doc/conf.texi.in
  6487. +fsf/octave/doc/control.texi
  6488. +fsf/octave/doc/cp-idx.texi
  6489. +fsf/octave/doc/diffeq.texi
  6490. +fsf/octave/doc/dir
  6491. +fsf/octave/doc/expr.texi
  6492. +fsf/octave/doc/extend.texi
  6493. +fsf/octave/doc/fn-idx.texi
  6494. +fsf/octave/doc/func.texi
  6495. +fsf/octave/doc/gnuinfo.texi
  6496. +fsf/octave/doc/gpl.texi
  6497. +fsf/octave/doc/help.texi
  6498. +fsf/octave/doc/history.texi
  6499. +fsf/octave/doc/hsuser.texi
  6500. +fsf/octave/doc/image.texi
  6501. +fsf/octave/doc/in-idx.texi
  6502. +fsf/octave/doc/install.texi
  6503. +fsf/octave/doc/install1.texi
  6504. +fsf/octave/doc/intro.texi
  6505. +fsf/octave/doc/invoke.texi
  6506. +fsf/octave/doc/io.texi
  6507. +fsf/octave/doc/liboctave.texi
  6508. +fsf/octave/doc/linalg.texi
  6509. +fsf/octave/doc/matrix.texi
  6510. +fsf/octave/doc/nonlin.texi
  6511. +fsf/octave/doc/octave.1
  6512. +fsf/octave/doc/octave.dvi
  6513. +fsf/octave/doc/octave.info
  6514. +fsf/octave/doc/octave.info-1
  6515. +fsf/octave/doc/octave.info-10
  6516. +fsf/octave/doc/octave.info-11
  6517. +fsf/octave/doc/octave.info-2
  6518. +fsf/octave/doc/octave.info-3
  6519. +fsf/octave/doc/octave.info-4
  6520. +fsf/octave/doc/octave.info-5
  6521. +fsf/octave/doc/octave.info-6
  6522. +fsf/octave/doc/octave.info-7
  6523. +fsf/octave/doc/octave.info-8
  6524. +fsf/octave/doc/octave.info-9
  6525. +fsf/octave/doc/octave.ps
  6526. +fsf/octave/doc/octave.texi
  6527. +fsf/octave/doc/op-idx.texi
  6528. +fsf/octave/doc/optim.texi
  6529. +fsf/octave/doc/plot.texi
  6530. +fsf/octave/doc/poly.texi
  6531. +fsf/octave/doc/preface.texi
  6532. +fsf/octave/doc/program.texi
  6533. +fsf/octave/doc/quad.texi
  6534. +fsf/octave/doc/rd-idx.texi
  6535. +fsf/octave/doc/refcard-a4.dvi
  6536. +fsf/octave/doc/refcard-a4.ps
  6537. +fsf/octave/doc/refcard-a4.tex
  6538. +fsf/octave/doc/refcard-legal.dvi
  6539. +fsf/octave/doc/refcard-legal.ps
  6540. +fsf/octave/doc/refcard-legal.tex
  6541. +fsf/octave/doc/refcard-letter.dvi
  6542. +fsf/octave/doc/refcard-letter.ps
  6543. +fsf/octave/doc/refcard-letter.tex
  6544. +fsf/octave/doc/refcard.tex
  6545. +fsf/octave/doc/rluser.texi
  6546. +fsf/octave/doc/set.texi
  6547. +fsf/octave/doc/signal.texi
  6548. +fsf/octave/doc/special.texi
  6549. +fsf/octave/doc/stats.texi
  6550. +fsf/octave/doc/stmt.texi
  6551. +fsf/octave/doc/strings.texi
  6552. +fsf/octave/doc/system.texi
  6553. +fsf/octave/doc/texinfo.tex
  6554. +fsf/octave/doc/var.texi
  6555. +fsf/octave/doc/vr-idx.texi
  6556. +fsf/octave/doinstall.sh
  6557. +fsf/octave/f2c-compat.sh
  6558. +fsf/octave/flibs.sh
  6559. +fsf/octave/float-type.c
  6560. +fsf/octave/info/Makefile.in
  6561. +fsf/octave/info/NEWS
  6562. +fsf/octave/info/README
  6563. +fsf/octave/info/dir.c
  6564. +fsf/octave/info/display.c
  6565. +fsf/octave/info/display.h
  6566. +fsf/octave/info/doc.h
  6567. +fsf/octave/info/dribble.c
  6568. +fsf/octave/info/dribble.h
  6569. +fsf/octave/info/echo_area.c
  6570. +fsf/octave/info/echo_area.h
  6571. +fsf/octave/info/error.c
  6572. +fsf/octave/info/filesys.c
  6573. +fsf/octave/info/filesys.h
  6574. +fsf/octave/info/footnotes.c
  6575. +fsf/octave/info/footnotes.h
  6576. +fsf/octave/info/gc.c
  6577. +fsf/octave/info/gc.h
  6578. +fsf/octave/info/general.h
  6579. +fsf/octave/info/indices.c
  6580. +fsf/octave/info/indices.h
  6581. +fsf/octave/info/info-utils.c
  6582. +fsf/octave/info/info-utils.h
  6583. +fsf/octave/info/info.1
  6584. +fsf/octave/info/info.c
  6585. +fsf/octave/info/info.h
  6586. +fsf/octave/info/infodoc.c
  6587. +fsf/octave/info/infomap.c
  6588. +fsf/octave/info/infomap.h
  6589. +fsf/octave/info/m-x.c
  6590. +fsf/octave/info/makedoc.c
  6591. +fsf/octave/info/nodemenu.c
  6592. +fsf/octave/info/nodes.c
  6593. +fsf/octave/info/nodes.h
  6594. +fsf/octave/info/search.c
  6595. +fsf/octave/info/search.h
  6596. +fsf/octave/info/session.c
  6597. +fsf/octave/info/session.h
  6598. +fsf/octave/info/signals.c
  6599. +fsf/octave/info/signals.h
  6600. +fsf/octave/info/termdep.h
  6601. +fsf/octave/info/terminal.c
  6602. +fsf/octave/info/terminal.h
  6603. +fsf/octave/info/tilde.c
  6604. +fsf/octave/info/tilde.h
  6605. +fsf/octave/info/variables.c
  6606. +fsf/octave/info/variables.h
  6607. +fsf/octave/info/window.c
  6608. +fsf/octave/info/window.h
  6609. +fsf/octave/info/xmalloc.c
  6610. +fsf/octave/install-sh
  6611. +fsf/octave/kpathsea/.gdbinit
  6612. +fsf/octave/kpathsea/AUTHORS
  6613. +fsf/octave/kpathsea/ChangeLog
  6614. +fsf/octave/kpathsea/HIER
  6615. +fsf/octave/kpathsea/INSTALL
  6616. +fsf/octave/kpathsea/MACHINES
  6617. +fsf/octave/kpathsea/Makefile
  6618. +fsf/octave/kpathsea/Makefile.in
  6619. +fsf/octave/kpathsea/NEWS
  6620. +fsf/octave/kpathsea/PROJECTS
  6621. +fsf/octave/kpathsea/README
  6622. +fsf/octave/kpathsea/TAGS
  6623. +fsf/octave/kpathsea/absolute.c
  6624. +fsf/octave/kpathsea/absolute.h
  6625. +fsf/octave/kpathsea/c-auto.h
  6626. +fsf/octave/kpathsea/c-auto.h.in
  6627. +fsf/octave/kpathsea/c-ctype.h
  6628. +fsf/octave/kpathsea/c-errno.h
  6629. +fsf/octave/kpathsea/c-fopen.h
  6630. +fsf/octave/kpathsea/c-limits.h
  6631. +fsf/octave/kpathsea/c-memstr.h
  6632. +fsf/octave/kpathsea/c-minmax.h
  6633. +fsf/octave/kpathsea/c-namemx.h
  6634. +fsf/octave/kpathsea/c-pathch.h
  6635. +fsf/octave/kpathsea/c-pathmx.h
  6636. +fsf/octave/kpathsea/c-proto.h
  6637. +fsf/octave/kpathsea/c-stat.h
  6638. +fsf/octave/kpathsea/c-std.h
  6639. +fsf/octave/kpathsea/c-unistd.h
  6640. +fsf/octave/kpathsea/c-vararg.h
  6641. +fsf/octave/kpathsea/common.ac
  6642. +fsf/octave/kpathsea/concat.c
  6643. +fsf/octave/kpathsea/concat3.c
  6644. +fsf/octave/kpathsea/concatn.c
  6645. +fsf/octave/kpathsea/concatn.h
  6646. +fsf/octave/kpathsea/config.h
  6647. +fsf/octave/kpathsea/configure
  6648. +fsf/octave/kpathsea/configure.in
  6649. +fsf/octave/kpathsea/copying.texi
  6650. +fsf/octave/kpathsea/db.c
  6651. +fsf/octave/kpathsea/db.h
  6652. +fsf/octave/kpathsea/debug.c
  6653. +fsf/octave/kpathsea/debug.h
  6654. +fsf/octave/kpathsea/default.c
  6655. +fsf/octave/kpathsea/default.h
  6656. +fsf/octave/kpathsea/dir.c
  6657. +fsf/octave/kpathsea/dir.h
  6658. +fsf/octave/kpathsea/elt-dirs.c
  6659. +fsf/octave/kpathsea/expand.c
  6660. +fsf/octave/kpathsea/expand.h
  6661. +fsf/octave/kpathsea/extend-fname.c
  6662. +fsf/octave/kpathsea/file-p.c
  6663. +fsf/octave/kpathsea/find-suffix.c
  6664. +fsf/octave/kpathsea/fn.c
  6665. +fsf/octave/kpathsea/fn.h
  6666. +fsf/octave/kpathsea/fontmap.c
  6667. +fsf/octave/kpathsea/fontmap.h
  6668. +fsf/octave/kpathsea/freedom.texi
  6669. +fsf/octave/kpathsea/getpagesize.h
  6670. +fsf/octave/kpathsea/gmalloc.c
  6671. +fsf/octave/kpathsea/hash.c
  6672. +fsf/octave/kpathsea/hash.h
  6673. +fsf/octave/kpathsea/index.texi
  6674. +fsf/octave/kpathsea/init-path.c
  6675. +fsf/octave/kpathsea/init-path.h
  6676. +fsf/octave/kpathsea/install.texi
  6677. +fsf/octave/kpathsea/intro.texi
  6678. +fsf/octave/kpathsea/itoa.c
  6679. +fsf/octave/kpathsea/kpathsea.info
  6680. +fsf/octave/kpathsea/kpathsea.texi
  6681. +fsf/octave/kpathsea/lib.h
  6682. +fsf/octave/kpathsea/line.c
  6683. +fsf/octave/kpathsea/line.h
  6684. +fsf/octave/kpathsea/make-suffix.c
  6685. +fsf/octave/kpathsea/malloc.h
  6686. +fsf/octave/kpathsea/path-elt.c
  6687. +fsf/octave/kpathsea/paths.h.in
  6688. +fsf/octave/kpathsea/pathsearch.c
  6689. +fsf/octave/kpathsea/pathsearch.h
  6690. +fsf/octave/kpathsea/putenv.c
  6691. +fsf/octave/kpathsea/readable.c
  6692. +fsf/octave/kpathsea/readable.h
  6693. +fsf/octave/kpathsea/rm-suffix.c
  6694. +fsf/octave/kpathsea/str-list.c
  6695. +fsf/octave/kpathsea/str-list.h
  6696. +fsf/octave/kpathsea/str-llist.c
  6697. +fsf/octave/kpathsea/str-llist.h
  6698. +fsf/octave/kpathsea/systypes.h
  6699. +fsf/octave/kpathsea/tex-doc.texi
  6700. +fsf/octave/kpathsea/tex-file.c
  6701. +fsf/octave/kpathsea/tex-file.h
  6702. +fsf/octave/kpathsea/tex-glyph.c
  6703. +fsf/octave/kpathsea/tex-glyph.h
  6704. +fsf/octave/kpathsea/tex-make.c
  6705. +fsf/octave/kpathsea/tex-make.h
  6706. +fsf/octave/kpathsea/tilde.c
  6707. +fsf/octave/kpathsea/tilde.h
  6708. +fsf/octave/kpathsea/truncate.c
  6709. +fsf/octave/kpathsea/truncate.h
  6710. +fsf/octave/kpathsea/types.h
  6711. +fsf/octave/kpathsea/uppercasify.c
  6712. +fsf/octave/kpathsea/userspec.texi
  6713. +fsf/octave/kpathsea/variable.c
  6714. +fsf/octave/kpathsea/variable.h
  6715. +fsf/octave/kpathsea/version.c
  6716. +fsf/octave/kpathsea/xcalloc.c
  6717. +fsf/octave/kpathsea/xfopen.c
  6718. +fsf/octave/kpathsea/xmalloc.c
  6719. +fsf/octave/kpathsea/xopendir.c
  6720. +fsf/octave/kpathsea/xputenv.c
  6721. +fsf/octave/kpathsea/xrealloc.c
  6722. +fsf/octave/kpathsea/xstat.c
  6723. +fsf/octave/kpathsea/xstat.h
  6724. +fsf/octave/kpathsea/xstrdup.c
  6725. +fsf/octave/libcruft/Makefile.in
  6726. +fsf/octave/libcruft/Makerules.in
  6727. +fsf/octave/libcruft/STOP.patch
  6728. +fsf/octave/libcruft/balgen/Makefile.in
  6729. +fsf/octave/libcruft/balgen/balgen.f
  6730. +fsf/octave/libcruft/balgen/gradeq.f
  6731. +fsf/octave/libcruft/balgen/reduce.f
  6732. +fsf/octave/libcruft/balgen/scaleg.f
  6733. +fsf/octave/libcruft/blas/Makefile.in
  6734. +fsf/octave/libcruft/blas/dasum.f
  6735. +fsf/octave/libcruft/blas/daxpy.f
  6736. +fsf/octave/libcruft/blas/dcabs1.f
  6737. +fsf/octave/libcruft/blas/dcopy.f
  6738. +fsf/octave/libcruft/blas/ddot.f
  6739. +fsf/octave/libcruft/blas/dgemm.f
  6740. +fsf/octave/libcruft/blas/dgemv.f
  6741. +fsf/octave/libcruft/blas/dger.f
  6742. +fsf/octave/libcruft/blas/dmach.f
  6743. +fsf/octave/libcruft/blas/dnrm2.f
  6744. +fsf/octave/libcruft/blas/drot.f
  6745. +fsf/octave/libcruft/blas/dscal.f
  6746. +fsf/octave/libcruft/blas/dswap.f
  6747. +fsf/octave/libcruft/blas/dsyrk.f
  6748. +fsf/octave/libcruft/blas/dtrmm.f
  6749. +fsf/octave/libcruft/blas/dtrmv.f
  6750. +fsf/octave/libcruft/blas/dtrsm.f
  6751. +fsf/octave/libcruft/blas/dtrsv.f
  6752. +fsf/octave/libcruft/blas/dzasum.f
  6753. +fsf/octave/libcruft/blas/dznrm2.f
  6754. +fsf/octave/libcruft/blas/idamax.f
  6755. +fsf/octave/libcruft/blas/izamax.f
  6756. +fsf/octave/libcruft/blas/lsame.f
  6757. +fsf/octave/libcruft/blas/xerbla.f
  6758. +fsf/octave/libcruft/blas/zaxpy.f
  6759. +fsf/octave/libcruft/blas/zcopy.f
  6760. +fsf/octave/libcruft/blas/zdotc.f
  6761. +fsf/octave/libcruft/blas/zdotu.f
  6762. +fsf/octave/libcruft/blas/zdrot.f
  6763. +fsf/octave/libcruft/blas/zdscal.f
  6764. +fsf/octave/libcruft/blas/zgemm.f
  6765. +fsf/octave/libcruft/blas/zgemv.f
  6766. +fsf/octave/libcruft/blas/zgerc.f
  6767. +fsf/octave/libcruft/blas/zgeru.f
  6768. +fsf/octave/libcruft/blas/zherk.f
  6769. +fsf/octave/libcruft/blas/zscal.f
  6770. +fsf/octave/libcruft/blas/zswap.f
  6771. +fsf/octave/libcruft/blas/ztrmm.f
  6772. +fsf/octave/libcruft/blas/ztrmv.f
  6773. +fsf/octave/libcruft/blas/ztrsm.f
  6774. +fsf/octave/libcruft/blas/ztrsv.f
  6775. +fsf/octave/libcruft/dassl/Makefile.in
  6776. +fsf/octave/libcruft/dassl/ddaini.f
  6777. +fsf/octave/libcruft/dassl/ddajac.f
  6778. +fsf/octave/libcruft/dassl/ddanrm.f
  6779. +fsf/octave/libcruft/dassl/ddaslv.f
  6780. +fsf/octave/libcruft/dassl/ddassl.f
  6781. +fsf/octave/libcruft/dassl/ddastp.f
  6782. +fsf/octave/libcruft/dassl/ddatrp.f
  6783. +fsf/octave/libcruft/dassl/ddawts.f
  6784. +fsf/octave/libcruft/dassl/dpotf2.f
  6785. +fsf/octave/libcruft/dassl/dpotrf.f
  6786. +fsf/octave/libcruft/dassl/xerhlt.f
  6787. +fsf/octave/libcruft/dassl/xermsg.f
  6788. +fsf/octave/libcruft/dassl/xerprn.f
  6789. +fsf/octave/libcruft/dassl/xgetua.f
  6790. +fsf/octave/libcruft/dassl/xsetua.f
  6791. +fsf/octave/libcruft/eispack/Makefile.in
  6792. +fsf/octave/libcruft/eispack/epslon.f
  6793. +fsf/octave/libcruft/eispack/qzhes.f
  6794. +fsf/octave/libcruft/eispack/qzit.f
  6795. +fsf/octave/libcruft/eispack/qzval.f
  6796. +fsf/octave/libcruft/fftpack/Makefile.in
  6797. +fsf/octave/libcruft/fftpack/cfftb.f
  6798. +fsf/octave/libcruft/fftpack/cfftb1.f
  6799. +fsf/octave/libcruft/fftpack/cfftf.f
  6800. +fsf/octave/libcruft/fftpack/cfftf1.f
  6801. +fsf/octave/libcruft/fftpack/cffti.f
  6802. +fsf/octave/libcruft/fftpack/cffti1.f
  6803. +fsf/octave/libcruft/fftpack/passb.f
  6804. +fsf/octave/libcruft/fftpack/passb2.f
  6805. +fsf/octave/libcruft/fftpack/passb3.f
  6806. +fsf/octave/libcruft/fftpack/passb4.f
  6807. +fsf/octave/libcruft/fftpack/passb5.f
  6808. +fsf/octave/libcruft/fftpack/passf.f
  6809. +fsf/octave/libcruft/fftpack/passf2.f
  6810. +fsf/octave/libcruft/fftpack/passf3.f
  6811. +fsf/octave/libcruft/fftpack/passf4.f
  6812. +fsf/octave/libcruft/fftpack/passf5.f
  6813. +fsf/octave/libcruft/fsqp/COPYRIGHT
  6814. +fsf/octave/libcruft/fsqp/Makefile.in
  6815. +fsf/octave/libcruft/fsqp/README
  6816. +fsf/octave/libcruft/fsqp/README.MISSING
  6817. +fsf/octave/libcruft/fsqp/ql0001.f
  6818. +fsf/octave/libcruft/fsqp/ql0002.f
  6819. +fsf/octave/libcruft/lapack/Makefile.in
  6820. +fsf/octave/libcruft/lapack/dbdsqr.f
  6821. +fsf/octave/libcruft/lapack/dgebak.f
  6822. +fsf/octave/libcruft/lapack/dgebal.f
  6823. +fsf/octave/libcruft/lapack/dgebd2.f
  6824. +fsf/octave/libcruft/lapack/dgebrd.f
  6825. +fsf/octave/libcruft/lapack/dgeesx.f
  6826. +fsf/octave/libcruft/lapack/dgeev.f
  6827. +fsf/octave/libcruft/lapack/dgehd2.f
  6828. +fsf/octave/libcruft/lapack/dgehrd.f
  6829. +fsf/octave/libcruft/lapack/dgelq2.f
  6830. +fsf/octave/libcruft/lapack/dgelqf.f
  6831. +fsf/octave/libcruft/lapack/dgelss.f
  6832. +fsf/octave/libcruft/lapack/dgeqpf.f
  6833. +fsf/octave/libcruft/lapack/dgeqr2.f
  6834. +fsf/octave/libcruft/lapack/dgeqrf.f
  6835. +fsf/octave/libcruft/lapack/dgesv.f
  6836. +fsf/octave/libcruft/lapack/dgesvd.f
  6837. +fsf/octave/libcruft/lapack/dgetf2.f
  6838. +fsf/octave/libcruft/lapack/dgetrf.f
  6839. +fsf/octave/libcruft/lapack/dgetrs.f
  6840. +fsf/octave/libcruft/lapack/dhseqr.f
  6841. +fsf/octave/libcruft/lapack/dlabad.f
  6842. +fsf/octave/libcruft/lapack/dlabrd.f
  6843. +fsf/octave/libcruft/lapack/dlacon.f
  6844. +fsf/octave/libcruft/lapack/dlacpy.f
  6845. +fsf/octave/libcruft/lapack/dladiv.f
  6846. +fsf/octave/libcruft/lapack/dlaexc.f
  6847. +fsf/octave/libcruft/lapack/dlahqr.f
  6848. +fsf/octave/libcruft/lapack/dlahrd.f
  6849. +fsf/octave/libcruft/lapack/dlaln2.f
  6850. +fsf/octave/libcruft/lapack/dlamc1.f
  6851. +fsf/octave/libcruft/lapack/dlamc2.f
  6852. +fsf/octave/libcruft/lapack/dlamc3.f
  6853. +fsf/octave/libcruft/lapack/dlamc4.f
  6854. +fsf/octave/libcruft/lapack/dlamc5.f
  6855. +fsf/octave/libcruft/lapack/dlamch.f
  6856. +fsf/octave/libcruft/lapack/dlange.f
  6857. +fsf/octave/libcruft/lapack/dlanhs.f
  6858. +fsf/octave/libcruft/lapack/dlanv2.f
  6859. +fsf/octave/libcruft/lapack/dlapy2.f
  6860. +fsf/octave/libcruft/lapack/dlapy3.f
  6861. +fsf/octave/libcruft/lapack/dlarf.f
  6862. +fsf/octave/libcruft/lapack/dlarfb.f
  6863. +fsf/octave/libcruft/lapack/dlarfg.f
  6864. +fsf/octave/libcruft/lapack/dlarft.f
  6865. +fsf/octave/libcruft/lapack/dlarfx.f
  6866. +fsf/octave/libcruft/lapack/dlartg.f
  6867. +fsf/octave/libcruft/lapack/dlas2.f
  6868. +fsf/octave/libcruft/lapack/dlascl.f
  6869. +fsf/octave/libcruft/lapack/dlaset.f
  6870. +fsf/octave/libcruft/lapack/dlasq1.f
  6871. +fsf/octave/libcruft/lapack/dlasq2.f
  6872. +fsf/octave/libcruft/lapack/dlasq3.f
  6873. +fsf/octave/libcruft/lapack/dlasq4.f
  6874. +fsf/octave/libcruft/lapack/dlasr.f
  6875. +fsf/octave/libcruft/lapack/dlasrt.f
  6876. +fsf/octave/libcruft/lapack/dlassq.f
  6877. +fsf/octave/libcruft/lapack/dlasv2.f
  6878. +fsf/octave/libcruft/lapack/dlaswp.f
  6879. +fsf/octave/libcruft/lapack/dlasy2.f
  6880. +fsf/octave/libcruft/lapack/dorg2r.f
  6881. +fsf/octave/libcruft/lapack/dorgbr.f
  6882. +fsf/octave/libcruft/lapack/dorghr.f
  6883. +fsf/octave/libcruft/lapack/dorgl2.f
  6884. +fsf/octave/libcruft/lapack/dorglq.f
  6885. +fsf/octave/libcruft/lapack/dorgqr.f
  6886. +fsf/octave/libcruft/lapack/dorm2r.f
  6887. +fsf/octave/libcruft/lapack/dormbr.f
  6888. +fsf/octave/libcruft/lapack/dorml2.f
  6889. +fsf/octave/libcruft/lapack/dormlq.f
  6890. +fsf/octave/libcruft/lapack/dormqr.f
  6891. +fsf/octave/libcruft/lapack/drscl.f
  6892. +fsf/octave/libcruft/lapack/dtrevc.f
  6893. +fsf/octave/libcruft/lapack/dtrexc.f
  6894. +fsf/octave/libcruft/lapack/dtrsen.f
  6895. +fsf/octave/libcruft/lapack/dtrsyl.f
  6896. +fsf/octave/libcruft/lapack/dzsum1.f
  6897. +fsf/octave/libcruft/lapack/ilaenv.f
  6898. +fsf/octave/libcruft/lapack/izmax1.f
  6899. +fsf/octave/libcruft/lapack/zbdsqr.f
  6900. +fsf/octave/libcruft/lapack/zdrscl.f
  6901. +fsf/octave/libcruft/lapack/zgebak.f
  6902. +fsf/octave/libcruft/lapack/zgebal.f
  6903. +fsf/octave/libcruft/lapack/zgebd2.f
  6904. +fsf/octave/libcruft/lapack/zgebrd.f
  6905. +fsf/octave/libcruft/lapack/zgeesx.f
  6906. +fsf/octave/libcruft/lapack/zgeev.f
  6907. +fsf/octave/libcruft/lapack/zgehd2.f
  6908. +fsf/octave/libcruft/lapack/zgehrd.f
  6909. +fsf/octave/libcruft/lapack/zgelq2.f
  6910. +fsf/octave/libcruft/lapack/zgelqf.f
  6911. +fsf/octave/libcruft/lapack/zgelss.f
  6912. +fsf/octave/libcruft/lapack/zgeqpf.f
  6913. +fsf/octave/libcruft/lapack/zgeqr2.f
  6914. +fsf/octave/libcruft/lapack/zgeqrf.f
  6915. +fsf/octave/libcruft/lapack/zgesv.f
  6916. +fsf/octave/libcruft/lapack/zgesvd.f
  6917. +fsf/octave/libcruft/lapack/zgetf2.f
  6918. +fsf/octave/libcruft/lapack/zgetrf.f
  6919. +fsf/octave/libcruft/lapack/zgetrs.f
  6920. +fsf/octave/libcruft/lapack/zhseqr.f
  6921. +fsf/octave/libcruft/lapack/zlabrd.f
  6922. +fsf/octave/libcruft/lapack/zlacgv.f
  6923. +fsf/octave/libcruft/lapack/zlacon.f
  6924. +fsf/octave/libcruft/lapack/zlacpy.f
  6925. +fsf/octave/libcruft/lapack/zladiv.f
  6926. +fsf/octave/libcruft/lapack/zlahqr.f
  6927. +fsf/octave/libcruft/lapack/zlahrd.f
  6928. +fsf/octave/libcruft/lapack/zlange.f
  6929. +fsf/octave/libcruft/lapack/zlanhs.f
  6930. +fsf/octave/libcruft/lapack/zlarf.f
  6931. +fsf/octave/libcruft/lapack/zlarfb.f
  6932. +fsf/octave/libcruft/lapack/zlarfg.f
  6933. +fsf/octave/libcruft/lapack/zlarft.f
  6934. +fsf/octave/libcruft/lapack/zlarfx.f
  6935. +fsf/octave/libcruft/lapack/zlartg.f
  6936. +fsf/octave/libcruft/lapack/zlascl.f
  6937. +fsf/octave/libcruft/lapack/zlaset.f
  6938. +fsf/octave/libcruft/lapack/zlasr.f
  6939. +fsf/octave/libcruft/lapack/zlassq.f
  6940. +fsf/octave/libcruft/lapack/zlaswp.f
  6941. +fsf/octave/libcruft/lapack/zlatrs.f
  6942. +fsf/octave/libcruft/lapack/zpotf2.f
  6943. +fsf/octave/libcruft/lapack/zpotrf.f
  6944. +fsf/octave/libcruft/lapack/zrot.f
  6945. +fsf/octave/libcruft/lapack/ztrevc.f
  6946. +fsf/octave/libcruft/lapack/ztrexc.f
  6947. +fsf/octave/libcruft/lapack/ztrsen.f
  6948. +fsf/octave/libcruft/lapack/ztrsyl.f
  6949. +fsf/octave/libcruft/lapack/zung2r.f
  6950. +fsf/octave/libcruft/lapack/zungbr.f
  6951. +fsf/octave/libcruft/lapack/zunghr.f
  6952. +fsf/octave/libcruft/lapack/zungl2.f
  6953. +fsf/octave/libcruft/lapack/zunglq.f
  6954. +fsf/octave/libcruft/lapack/zungqr.f
  6955. +fsf/octave/libcruft/lapack/zunm2r.f
  6956. +fsf/octave/libcruft/lapack/zunmbr.f
  6957. +fsf/octave/libcruft/lapack/zunml2.f
  6958. +fsf/octave/libcruft/lapack/zunmlq.f
  6959. +fsf/octave/libcruft/lapack/zunmqr.f
  6960. +fsf/octave/libcruft/linpack/Makefile.in
  6961. +fsf/octave/libcruft/linpack/dgbfa.f
  6962. +fsf/octave/libcruft/linpack/dgbsl.f
  6963. +fsf/octave/libcruft/linpack/dgeco.f
  6964. +fsf/octave/libcruft/linpack/dgedi.f
  6965. +fsf/octave/libcruft/linpack/dgefa.f
  6966. +fsf/octave/libcruft/linpack/dgesl.f
  6967. +fsf/octave/libcruft/linpack/zgeco.f
  6968. +fsf/octave/libcruft/linpack/zgedi.f
  6969. +fsf/octave/libcruft/linpack/zgefa.f
  6970. +fsf/octave/libcruft/linpack/zgesl.f
  6971. +fsf/octave/libcruft/minpack/Makefile.in
  6972. +fsf/octave/libcruft/minpack/dogleg.f
  6973. +fsf/octave/libcruft/minpack/dpmpar.f
  6974. +fsf/octave/libcruft/minpack/enorm.f
  6975. +fsf/octave/libcruft/minpack/fdjac1.f
  6976. +fsf/octave/libcruft/minpack/hybrd.f
  6977. +fsf/octave/libcruft/minpack/hybrd1.f
  6978. +fsf/octave/libcruft/minpack/hybrj.f
  6979. +fsf/octave/libcruft/minpack/hybrj1.f
  6980. +fsf/octave/libcruft/minpack/qform.f
  6981. +fsf/octave/libcruft/minpack/qrfac.f
  6982. +fsf/octave/libcruft/minpack/r1mpyq.f
  6983. +fsf/octave/libcruft/minpack/r1updt.f
  6984. +fsf/octave/libcruft/misc/Makefile.in
  6985. +fsf/octave/libcruft/misc/d1mach-tst.for
  6986. +fsf/octave/libcruft/misc/dostop.c
  6987. +fsf/octave/libcruft/misc/gen-d1mach.c
  6988. +fsf/octave/libcruft/misc/i1mach.f
  6989. +fsf/octave/libcruft/misc/xstopx.f
  6990. +fsf/octave/libcruft/npsol/Makefile.in
  6991. +fsf/octave/libcruft/npsol/README.MISSING
  6992. +fsf/octave/libcruft/odepack/Makefile.in
  6993. +fsf/octave/libcruft/odepack/cfode.f
  6994. +fsf/octave/libcruft/odepack/ewset.f
  6995. +fsf/octave/libcruft/odepack/intdy.f
  6996. +fsf/octave/libcruft/odepack/lsode.f
  6997. +fsf/octave/libcruft/odepack/prepj.f
  6998. +fsf/octave/libcruft/odepack/solsy.f
  6999. +fsf/octave/libcruft/odepack/stode.f
  7000. +fsf/octave/libcruft/odepack/vnorm.f
  7001. +fsf/octave/libcruft/odepack/xerrwv.f
  7002. +fsf/octave/libcruft/qpsol/Makefile.in
  7003. +fsf/octave/libcruft/qpsol/README.MISSING
  7004. +fsf/octave/libcruft/quadpack/Makefile.in
  7005. +fsf/octave/libcruft/quadpack/dqagi.f
  7006. +fsf/octave/libcruft/quadpack/dqagie.f
  7007. +fsf/octave/libcruft/quadpack/dqagp.f
  7008. +fsf/octave/libcruft/quadpack/dqagpe.f
  7009. +fsf/octave/libcruft/quadpack/dqelg.f
  7010. +fsf/octave/libcruft/quadpack/dqk15i.f
  7011. +fsf/octave/libcruft/quadpack/dqk21.f
  7012. +fsf/octave/libcruft/quadpack/dqpsrt.f
  7013. +fsf/octave/libcruft/quadpack/xerror.f
  7014. +fsf/octave/libcruft/ranlib/Makefile.in
  7015. +fsf/octave/libcruft/ranlib/README
  7016. +fsf/octave/libcruft/ranlib/advnst.f
  7017. +fsf/octave/libcruft/ranlib/genbet.f
  7018. +fsf/octave/libcruft/ranlib/genchi.f
  7019. +fsf/octave/libcruft/ranlib/genexp.f
  7020. +fsf/octave/libcruft/ranlib/genf.f
  7021. +fsf/octave/libcruft/ranlib/gengam.f
  7022. +fsf/octave/libcruft/ranlib/genmn.f
  7023. +fsf/octave/libcruft/ranlib/gennch.f
  7024. +fsf/octave/libcruft/ranlib/gennf.f
  7025. +fsf/octave/libcruft/ranlib/gennor.f
  7026. +fsf/octave/libcruft/ranlib/genprm.f
  7027. +fsf/octave/libcruft/ranlib/genunf.f
  7028. +fsf/octave/libcruft/ranlib/getcgn.f
  7029. +fsf/octave/libcruft/ranlib/getsd.f
  7030. +fsf/octave/libcruft/ranlib/ignbin.f
  7031. +fsf/octave/libcruft/ranlib/ignlgi.f
  7032. +fsf/octave/libcruft/ranlib/ignpoi.f
  7033. +fsf/octave/libcruft/ranlib/ignuin.f
  7034. +fsf/octave/libcruft/ranlib/initgn.f
  7035. +fsf/octave/libcruft/ranlib/inrgcm.f
  7036. +fsf/octave/libcruft/ranlib/lennob.f
  7037. +fsf/octave/libcruft/ranlib/mltmod.f
  7038. +fsf/octave/libcruft/ranlib/phrtsd.f
  7039. +fsf/octave/libcruft/ranlib/qrgnin.f
  7040. +fsf/octave/libcruft/ranlib/ranf.f
  7041. +fsf/octave/libcruft/ranlib/ranlib.chs
  7042. +fsf/octave/libcruft/ranlib/ranlib.fdoc
  7043. +fsf/octave/libcruft/ranlib/setall.f
  7044. +fsf/octave/libcruft/ranlib/setant.f
  7045. +fsf/octave/libcruft/ranlib/setgmn.f
  7046. +fsf/octave/libcruft/ranlib/setsd.f
  7047. +fsf/octave/libcruft/ranlib/sexpo.f
  7048. +fsf/octave/libcruft/ranlib/sgamma.f
  7049. +fsf/octave/libcruft/ranlib/snorm.f
  7050. +fsf/octave/libcruft/ranlib/tstbot.for
  7051. +fsf/octave/libcruft/ranlib/tstgmn.for
  7052. +fsf/octave/libcruft/ranlib/tstmid.for
  7053. +fsf/octave/libcruft/ranlib/wrap.f
  7054. +fsf/octave/libcruft/slatec-fn/Makefile.in
  7055. +fsf/octave/libcruft/slatec-fn/d9lgmc.f
  7056. +fsf/octave/libcruft/slatec-fn/dacosh.f
  7057. +fsf/octave/libcruft/slatec-fn/dasinh.f
  7058. +fsf/octave/libcruft/slatec-fn/datanh.f
  7059. +fsf/octave/libcruft/slatec-fn/dcsevl.f
  7060. +fsf/octave/libcruft/slatec-fn/derf.f
  7061. +fsf/octave/libcruft/slatec-fn/derfc.f
  7062. +fsf/octave/libcruft/slatec-fn/dgamlm.f
  7063. +fsf/octave/libcruft/slatec-fn/dgamma.f
  7064. +fsf/octave/libcruft/slatec-fn/dlgams.f
  7065. +fsf/octave/libcruft/slatec-fn/dlngam.f
  7066. +fsf/octave/libcruft/slatec-fn/initds.f
  7067. +fsf/octave/libcruft/villad/Makefile.in
  7068. +fsf/octave/libcruft/villad/dfopr.f
  7069. +fsf/octave/libcruft/villad/dif.f
  7070. +fsf/octave/libcruft/villad/intrp.f
  7071. +fsf/octave/libcruft/villad/jcobi.f
  7072. +fsf/octave/libcruft/villad/radau.f
  7073. +fsf/octave/libcruft/villad/vilerr.f
  7074. +fsf/octave/liboctave/Array-C.cc
  7075. +fsf/octave/liboctave/Array-d.cc
  7076. +fsf/octave/liboctave/Array.cc
  7077. +fsf/octave/liboctave/Array.h
  7078. +fsf/octave/liboctave/Bounds.cc
  7079. +fsf/octave/liboctave/Bounds.h
  7080. +fsf/octave/liboctave/CColVector.cc
  7081. +fsf/octave/liboctave/CColVector.h
  7082. +fsf/octave/liboctave/CDiagMatrix.cc
  7083. +fsf/octave/liboctave/CDiagMatrix.h
  7084. +fsf/octave/liboctave/CMatrix.cc
  7085. +fsf/octave/liboctave/CMatrix.h
  7086. +fsf/octave/liboctave/CRowVector.cc
  7087. +fsf/octave/liboctave/CRowVector.h
  7088. +fsf/octave/liboctave/CmplxAEPBAL.cc
  7089. +fsf/octave/liboctave/CmplxAEPBAL.h
  7090. +fsf/octave/liboctave/CmplxCHOL.cc
  7091. +fsf/octave/liboctave/CmplxCHOL.h
  7092. +fsf/octave/liboctave/CmplxDET.cc
  7093. +fsf/octave/liboctave/CmplxDET.h
  7094. +fsf/octave/liboctave/CmplxHESS.cc
  7095. +fsf/octave/liboctave/CmplxHESS.h
  7096. +fsf/octave/liboctave/CmplxLU.cc
  7097. +fsf/octave/liboctave/CmplxLU.h
  7098. +fsf/octave/liboctave/CmplxQR.cc
  7099. +fsf/octave/liboctave/CmplxQR.h
  7100. +fsf/octave/liboctave/CmplxQRP.cc
  7101. +fsf/octave/liboctave/CmplxQRP.h
  7102. +fsf/octave/liboctave/CmplxSCHUR.cc
  7103. +fsf/octave/liboctave/CmplxSCHUR.h
  7104. +fsf/octave/liboctave/CmplxSVD.cc
  7105. +fsf/octave/liboctave/CmplxSVD.h
  7106. +fsf/octave/liboctave/CollocWt.cc
  7107. +fsf/octave/liboctave/CollocWt.h
  7108. +fsf/octave/liboctave/DAE.cc
  7109. +fsf/octave/liboctave/DAE.h
  7110. +fsf/octave/liboctave/DAEFunc.cc
  7111. +fsf/octave/liboctave/DAEFunc.h
  7112. +fsf/octave/liboctave/EIG.cc
  7113. +fsf/octave/liboctave/EIG.h
  7114. +fsf/octave/liboctave/FEGrid.cc
  7115. +fsf/octave/liboctave/FEGrid.h
  7116. +fsf/octave/liboctave/FSQP.cc
  7117. +fsf/octave/liboctave/FSQP.h
  7118. +fsf/octave/liboctave/LP.cc
  7119. +fsf/octave/liboctave/LP.h
  7120. +fsf/octave/liboctave/LPsolve.cc
  7121. +fsf/octave/liboctave/LPsolve.h
  7122. +fsf/octave/liboctave/LinConst.cc
  7123. +fsf/octave/liboctave/LinConst.h
  7124. +fsf/octave/liboctave/MArray.cc
  7125. +fsf/octave/liboctave/MArray.h
  7126. +fsf/octave/liboctave/Makefile.in
  7127. +fsf/octave/liboctave/Matrix.h
  7128. +fsf/octave/liboctave/NLConst.cc
  7129. +fsf/octave/liboctave/NLConst.h
  7130. +fsf/octave/liboctave/NLEqn.cc
  7131. +fsf/octave/liboctave/NLEqn.h
  7132. +fsf/octave/liboctave/NLFunc.cc
  7133. +fsf/octave/liboctave/NLFunc.h
  7134. +fsf/octave/liboctave/NLP.h
  7135. +fsf/octave/liboctave/NPSOL.cc
  7136. +fsf/octave/liboctave/NPSOL.h
  7137. +fsf/octave/liboctave/ODE.cc
  7138. +fsf/octave/liboctave/ODE.h
  7139. +fsf/octave/liboctave/ODEFunc.cc
  7140. +fsf/octave/liboctave/ODEFunc.h
  7141. +fsf/octave/liboctave/Objective.cc
  7142. +fsf/octave/liboctave/Objective.h
  7143. +fsf/octave/liboctave/QLD.cc
  7144. +fsf/octave/liboctave/QLD.h
  7145. +fsf/octave/liboctave/QP.cc
  7146. +fsf/octave/liboctave/QP.h
  7147. +fsf/octave/liboctave/QPSOL.cc
  7148. +fsf/octave/liboctave/QPSOL.h
  7149. +fsf/octave/liboctave/Quad.cc
  7150. +fsf/octave/liboctave/Quad.h
  7151. +fsf/octave/liboctave/Range.cc
  7152. +fsf/octave/liboctave/Range.h
  7153. +fsf/octave/liboctave/dColVector.cc
  7154. +fsf/octave/liboctave/dColVector.h
  7155. +fsf/octave/liboctave/dDiagMatrix.cc
  7156. +fsf/octave/liboctave/dDiagMatrix.h
  7157. +fsf/octave/liboctave/dMatrix.cc
  7158. +fsf/octave/liboctave/dMatrix.h
  7159. +fsf/octave/liboctave/dRowVector.cc
  7160. +fsf/octave/liboctave/dRowVector.h
  7161. +fsf/octave/liboctave/dbleAEPBAL.cc
  7162. +fsf/octave/liboctave/dbleAEPBAL.h
  7163. +fsf/octave/liboctave/dbleCHOL.cc
  7164. +fsf/octave/liboctave/dbleCHOL.h
  7165. +fsf/octave/liboctave/dbleDET.cc
  7166. +fsf/octave/liboctave/dbleDET.h
  7167. +fsf/octave/liboctave/dbleGEPBAL.cc
  7168. +fsf/octave/liboctave/dbleGEPBAL.h
  7169. +fsf/octave/liboctave/dbleHESS.cc
  7170. +fsf/octave/liboctave/dbleHESS.h
  7171. +fsf/octave/liboctave/dbleLU.cc
  7172. +fsf/octave/liboctave/dbleLU.h
  7173. +fsf/octave/liboctave/dbleQR.cc
  7174. +fsf/octave/liboctave/dbleQR.h
  7175. +fsf/octave/liboctave/dbleQRP.cc
  7176. +fsf/octave/liboctave/dbleQRP.h
  7177. +fsf/octave/liboctave/dbleSCHUR.cc
  7178. +fsf/octave/liboctave/dbleSCHUR.h
  7179. +fsf/octave/liboctave/dbleSVD.cc
  7180. +fsf/octave/liboctave/dbleSVD.h
  7181. +fsf/octave/liboctave/f77-uscore.h
  7182. +fsf/octave/liboctave/lo-error.cc
  7183. +fsf/octave/liboctave/lo-error.h
  7184. +fsf/octave/liboctave/mx-base.h
  7185. +fsf/octave/liboctave/mx-defs.h
  7186. +fsf/octave/liboctave/mx-ext.h
  7187. +fsf/octave/liboctave/mx-inlines.cc
  7188. +fsf/octave/liboctave/mx-kludge.cc
  7189. +fsf/octave/liboctave/mx-kludge.h
  7190. +fsf/octave/liboctave/sun-utils.cc
  7191. +fsf/octave/liboctave/sun-utils.h
  7192. +fsf/octave/manifests/bin
  7193. +fsf/octave/manifests/src
  7194. +fsf/octave/mkinstalldirs
  7195. +fsf/octave/move-if-change
  7196. +fsf/octave/octMakefile.in
  7197. +fsf/octave/octave-bug.in
  7198. +fsf/octave/octave-mode.el
  7199. +fsf/octave/octave.sh
  7200. +fsf/octave/readline/COPYING
  7201. +fsf/octave/readline/ChangeLog.old
  7202. +fsf/octave/readline/Makefile.in
  7203. +fsf/octave/readline/ansi_stdlib.h
  7204. +fsf/octave/readline/bind.c
  7205. +fsf/octave/readline/chardefs.h
  7206. +fsf/octave/readline/complete.c
  7207. +fsf/octave/readline/display.c
  7208. +fsf/octave/readline/doc/Makefile.in
  7209. +fsf/octave/readline/doc/hist.texinfo
  7210. +fsf/octave/readline/doc/hstech.texinfo
  7211. +fsf/octave/readline/doc/hsuser.texinfo
  7212. +fsf/octave/readline/doc/rlman.texinfo
  7213. +fsf/octave/readline/doc/rltech.texinfo
  7214. +fsf/octave/readline/doc/rluser.texinfo
  7215. +fsf/octave/readline/doc/texindex.c
  7216. +fsf/octave/readline/emacs_keymap.c
  7217. +fsf/octave/readline/examples/Inputrc
  7218. +fsf/octave/readline/examples/Makefile.in
  7219. +fsf/octave/readline/examples/fileman.c
  7220. +fsf/octave/readline/examples/manexamp.c
  7221. +fsf/octave/readline/funmap.c
  7222. +fsf/octave/readline/history.c
  7223. +fsf/octave/readline/history.h
  7224. +fsf/octave/readline/isearch.c
  7225. +fsf/octave/readline/keymaps.c
  7226. +fsf/octave/readline/keymaps.h
  7227. +fsf/octave/readline/parens.c
  7228. +fsf/octave/readline/posixstat.h
  7229. +fsf/octave/readline/readline.c
  7230. +fsf/octave/readline/readline.h
  7231. +fsf/octave/readline/rldefs.h
  7232. +fsf/octave/readline/rltty.c
  7233. +fsf/octave/readline/search.c
  7234. +fsf/octave/readline/signals.c
  7235. +fsf/octave/readline/tilde.c
  7236. +fsf/octave/readline/tilde.h
  7237. +fsf/octave/readline/vi_keymap.c
  7238. +fsf/octave/readline/vi_mode.c
  7239. +fsf/octave/readline/xmalloc.c
  7240. +fsf/octave/scripts/Makefile.in
  7241. +fsf/octave/scripts/control/Makefile.in
  7242. +fsf/octave/scripts/control/abcddim.m
  7243. +fsf/octave/scripts/control/are.m
  7244. +fsf/octave/scripts/control/c2d.m
  7245. +fsf/octave/scripts/control/dare.m
  7246. +fsf/octave/scripts/control/dgram.m
  7247. +fsf/octave/scripts/control/dlqe.m
  7248. +fsf/octave/scripts/control/dlqr.m
  7249. +fsf/octave/scripts/control/dlyap.m
  7250. +fsf/octave/scripts/control/is_controllable.m
  7251. +fsf/octave/scripts/control/is_observable.m
  7252. +fsf/octave/scripts/control/lqe.m
  7253. +fsf/octave/scripts/control/lqr.m
  7254. +fsf/octave/scripts/control/lyap.m
  7255. +fsf/octave/scripts/control/tzero.m
  7256. +fsf/octave/scripts/elfun/Makefile.in
  7257. +fsf/octave/scripts/elfun/acot.m
  7258. +fsf/octave/scripts/elfun/acoth.m
  7259. +fsf/octave/scripts/elfun/acsc.m
  7260. +fsf/octave/scripts/elfun/acsch.m
  7261. +fsf/octave/scripts/elfun/asec.m
  7262. +fsf/octave/scripts/elfun/asech.m
  7263. +fsf/octave/scripts/elfun/cot.m
  7264. +fsf/octave/scripts/elfun/coth.m
  7265. +fsf/octave/scripts/elfun/csc.m
  7266. +fsf/octave/scripts/elfun/csch.m
  7267. +fsf/octave/scripts/elfun/gcd.m
  7268. +fsf/octave/scripts/elfun/lcm.m
  7269. +fsf/octave/scripts/elfun/log2.m
  7270. +fsf/octave/scripts/elfun/sec.m
  7271. +fsf/octave/scripts/elfun/sech.m
  7272. +fsf/octave/scripts/general/Makefile.in
  7273. +fsf/octave/scripts/general/columns.m
  7274. +fsf/octave/scripts/general/fliplr.m
  7275. +fsf/octave/scripts/general/flipud.m
  7276. +fsf/octave/scripts/general/int2str.m
  7277. +fsf/octave/scripts/general/is_matrix.m
  7278. +fsf/octave/scripts/general/is_scalar.m
  7279. +fsf/octave/scripts/general/is_square.m
  7280. +fsf/octave/scripts/general/is_symmetric.m
  7281. +fsf/octave/scripts/general/is_vector.m
  7282. +fsf/octave/scripts/general/isempty.m
  7283. +fsf/octave/scripts/general/length.m
  7284. +fsf/octave/scripts/general/logspace.m
  7285. +fsf/octave/scripts/general/nargchk.m
  7286. +fsf/octave/scripts/general/num2str.m
  7287. +fsf/octave/scripts/general/perror.m
  7288. +fsf/octave/scripts/general/postpad.m
  7289. +fsf/octave/scripts/general/prepad.m
  7290. +fsf/octave/scripts/general/rem.m
  7291. +fsf/octave/scripts/general/reshape.m
  7292. +fsf/octave/scripts/general/rot90.m
  7293. +fsf/octave/scripts/general/rows.m
  7294. +fsf/octave/scripts/general/tril.m
  7295. +fsf/octave/scripts/general/triu.m
  7296. +fsf/octave/scripts/image/Makefile.in
  7297. +fsf/octave/scripts/image/colormap.m
  7298. +fsf/octave/scripts/image/default.img
  7299. +fsf/octave/scripts/image/gray.m
  7300. +fsf/octave/scripts/image/gray2ind.m
  7301. +fsf/octave/scripts/image/image.m
  7302. +fsf/octave/scripts/image/imagesc.m
  7303. +fsf/octave/scripts/image/imshow.m
  7304. +fsf/octave/scripts/image/ind2gray.m
  7305. +fsf/octave/scripts/image/ind2rgb.m
  7306. +fsf/octave/scripts/image/loadimage.m
  7307. +fsf/octave/scripts/image/ntsc2rgb.m
  7308. +fsf/octave/scripts/image/ocean.m
  7309. +fsf/octave/scripts/image/octtopnm.c
  7310. +fsf/octave/scripts/image/rgb2ind.m
  7311. +fsf/octave/scripts/image/rgb2ntsc.m
  7312. +fsf/octave/scripts/image/saveimage.m
  7313. +fsf/octave/scripts/linear-algebra/Makefile.in
  7314. +fsf/octave/scripts/linear-algebra/cond.m
  7315. +fsf/octave/scripts/linear-algebra/kron.m
  7316. +fsf/octave/scripts/linear-algebra/norm.m
  7317. +fsf/octave/scripts/linear-algebra/null.m
  7318. +fsf/octave/scripts/linear-algebra/orth.m
  7319. +fsf/octave/scripts/linear-algebra/qzhess.m
  7320. +fsf/octave/scripts/linear-algebra/rank.m
  7321. +fsf/octave/scripts/linear-algebra/trace.m
  7322. +fsf/octave/scripts/miscellaneous/Makefile.in
  7323. +fsf/octave/scripts/miscellaneous/bug_report.m
  7324. +fsf/octave/scripts/miscellaneous/dump_1_pref.m
  7325. +fsf/octave/scripts/miscellaneous/dump_prefs.m
  7326. +fsf/octave/scripts/miscellaneous/etime.m
  7327. +fsf/octave/scripts/miscellaneous/is_leap_year.m
  7328. +fsf/octave/scripts/miscellaneous/list_primes.m
  7329. +fsf/octave/scripts/miscellaneous/menu.m
  7330. +fsf/octave/scripts/miscellaneous/texas_lotto.m
  7331. +fsf/octave/scripts/miscellaneous/tic.m
  7332. +fsf/octave/scripts/miscellaneous/toc.m
  7333. +fsf/octave/scripts/miscellaneous/version.m
  7334. +fsf/octave/scripts/plot/Makefile.in
  7335. +fsf/octave/scripts/plot/axis.m
  7336. +fsf/octave/scripts/plot/bar.m
  7337. +fsf/octave/scripts/plot/contour.m
  7338. +fsf/octave/scripts/plot/grid.m
  7339. +fsf/octave/scripts/plot/hist.m
  7340. +fsf/octave/scripts/plot/loglog.m
  7341. +fsf/octave/scripts/plot/mesh.m
  7342. +fsf/octave/scripts/plot/meshdom.m
  7343. +fsf/octave/scripts/plot/plot.m
  7344. +fsf/octave/scripts/plot/plot_2_m_m.m
  7345. +fsf/octave/scripts/plot/plot_2_m_v.m
  7346. +fsf/octave/scripts/plot/plot_2_s_s.m
  7347. +fsf/octave/scripts/plot/plot_2_v_m.m
  7348. +fsf/octave/scripts/plot/plot_2_v_v.m
  7349. +fsf/octave/scripts/plot/plot_int.m
  7350. +fsf/octave/scripts/plot/plot_int_1.m
  7351. +fsf/octave/scripts/plot/plot_int_2.m
  7352. +fsf/octave/scripts/plot/plot_opt.m
  7353. +fsf/octave/scripts/plot/polar.m
  7354. +fsf/octave/scripts/plot/polar_int.m
  7355. +fsf/octave/scripts/plot/polar_int_1.m
  7356. +fsf/octave/scripts/plot/polar_int_2.m
  7357. +fsf/octave/scripts/plot/semilogx.m
  7358. +fsf/octave/scripts/plot/semilogy.m
  7359. +fsf/octave/scripts/plot/shg.m
  7360. +fsf/octave/scripts/plot/sombrero.m
  7361. +fsf/octave/scripts/plot/stairs.m
  7362. +fsf/octave/scripts/plot/title.m
  7363. +fsf/octave/scripts/plot/xlabel.m
  7364. +fsf/octave/scripts/plot/ylabel.m
  7365. +fsf/octave/scripts/polynomial/Makefile.in
  7366. +fsf/octave/scripts/polynomial/compan.m
  7367. +fsf/octave/scripts/polynomial/conv.m
  7368. +fsf/octave/scripts/polynomial/deconv.m
  7369. +fsf/octave/scripts/polynomial/poly.m
  7370. +fsf/octave/scripts/polynomial/polyderiv.m
  7371. +fsf/octave/scripts/polynomial/polyinteg.m
  7372. +fsf/octave/scripts/polynomial/polyreduce.m
  7373. +fsf/octave/scripts/polynomial/polyval.m
  7374. +fsf/octave/scripts/polynomial/polyvalm.m
  7375. +fsf/octave/scripts/polynomial/residue.m
  7376. +fsf/octave/scripts/polynomial/roots.m
  7377. +fsf/octave/scripts/set/Makefile.in
  7378. +fsf/octave/scripts/set/complement.m
  7379. +fsf/octave/scripts/set/create_set.m
  7380. +fsf/octave/scripts/set/intersection.m
  7381. +fsf/octave/scripts/set/union.m
  7382. +fsf/octave/scripts/signal/Makefile.in
  7383. +fsf/octave/scripts/signal/fftconv.m
  7384. +fsf/octave/scripts/signal/fftfilt.m
  7385. +fsf/octave/scripts/signal/filter.m
  7386. +fsf/octave/scripts/signal/freqz.m
  7387. +fsf/octave/scripts/signal/sinc.m
  7388. +fsf/octave/scripts/specfun/Makefile.in
  7389. +fsf/octave/scripts/specfun/beta.m
  7390. +fsf/octave/scripts/specfun/betai.m
  7391. +fsf/octave/scripts/specfun/gammai.m
  7392. +fsf/octave/scripts/special-matrix/Makefile.in
  7393. +fsf/octave/scripts/special-matrix/hadamard.m
  7394. +fsf/octave/scripts/special-matrix/hankel.m
  7395. +fsf/octave/scripts/special-matrix/hilb.m
  7396. +fsf/octave/scripts/special-matrix/invhilb.m
  7397. +fsf/octave/scripts/special-matrix/toeplitz.m
  7398. +fsf/octave/scripts/special-matrix/vander.m
  7399. +fsf/octave/scripts/startup/Makefile.in
  7400. +fsf/octave/scripts/startup/octaverc
  7401. +fsf/octave/scripts/statistics/Makefile.in
  7402. +fsf/octave/scripts/statistics/corrcoef.m
  7403. +fsf/octave/scripts/statistics/cov.m
  7404. +fsf/octave/scripts/statistics/gls.m
  7405. +fsf/octave/scripts/statistics/kurtosis.m
  7406. +fsf/octave/scripts/statistics/mahalanobis.m
  7407. +fsf/octave/scripts/statistics/mean.m
  7408. +fsf/octave/scripts/statistics/median.m
  7409. +fsf/octave/scripts/statistics/ols.m
  7410. +fsf/octave/scripts/statistics/skewness.m
  7411. +fsf/octave/scripts/statistics/std.m
  7412. +fsf/octave/scripts/strings/Makefile.in
  7413. +fsf/octave/scripts/strings/strcat.m
  7414. +fsf/octave/scripts/strings/strcmp.m
  7415. +fsf/octave/src/Array-tc.cc
  7416. +fsf/octave/src/DLList-fi.cc
  7417. +fsf/octave/src/Makefile.in
  7418. +fsf/octave/src/Map-tc.cc
  7419. +fsf/octave/src/Map.cc
  7420. +fsf/octave/src/Map.h
  7421. +fsf/octave/src/SLList-expr.cc
  7422. +fsf/octave/src/SLList-misc.cc
  7423. +fsf/octave/src/SLList-plot.cc
  7424. +fsf/octave/src/SLList-tc.cc
  7425. +fsf/octave/src/SLStack-i.cc
  7426. +fsf/octave/src/SLStack-pc.cc
  7427. +fsf/octave/src/SLStack-sym.cc
  7428. +fsf/octave/src/SLStack-tm.cc
  7429. +fsf/octave/src/SLStack-tok.cc
  7430. +fsf/octave/src/SLStack-ue.cc
  7431. +fsf/octave/src/SLStack-ui.cc
  7432. +fsf/octave/src/SLStack.cc
  7433. +fsf/octave/src/SLStack.h
  7434. +fsf/octave/src/Stack.h
  7435. +fsf/octave/src/acosh.c
  7436. +fsf/octave/src/arith-ops.cc
  7437. +fsf/octave/src/arith-ops.h
  7438. +fsf/octave/src/asinh.c
  7439. +fsf/octave/src/atanh.c
  7440. +fsf/octave/src/builtins.h
  7441. +fsf/octave/src/data.cc
  7442. +fsf/octave/src/defaults.h.in
  7443. +fsf/octave/src/defun-dld.h
  7444. +fsf/octave/src/defun-int.h
  7445. +fsf/octave/src/defun.h
  7446. +fsf/octave/src/dirfns.cc
  7447. +fsf/octave/src/dirfns.h
  7448. +fsf/octave/src/dynamic-ld.cc
  7449. +fsf/octave/src/dynamic-ld.h
  7450. +fsf/octave/src/erf.c
  7451. +fsf/octave/src/erfc.c
  7452. +fsf/octave/src/error.cc
  7453. +fsf/octave/src/error.h
  7454. +fsf/octave/src/f-balance.cc
  7455. +fsf/octave/src/f-chol.cc
  7456. +fsf/octave/src/f-colloc.cc
  7457. +fsf/octave/src/f-dassl.cc
  7458. +fsf/octave/src/f-det.cc
  7459. +fsf/octave/src/f-eig.cc
  7460. +fsf/octave/src/f-expm.cc
  7461. +fsf/octave/src/f-fft.cc
  7462. +fsf/octave/src/f-fft2.cc
  7463. +fsf/octave/src/f-find.cc
  7464. +fsf/octave/src/f-fsolve.cc
  7465. +fsf/octave/src/f-fsqp.cc
  7466. +fsf/octave/src/f-givens.cc
  7467. +fsf/octave/src/f-hess.cc
  7468. +fsf/octave/src/f-ifft.cc
  7469. +fsf/octave/src/f-ifft2.cc
  7470. +fsf/octave/src/f-inv.cc
  7471. +fsf/octave/src/f-log.cc
  7472. +fsf/octave/src/f-lpsolve.cc
  7473. +fsf/octave/src/f-lsode.cc
  7474. +fsf/octave/src/f-lu.cc
  7475. +fsf/octave/src/f-minmax.cc
  7476. +fsf/octave/src/f-npsol.cc
  7477. +fsf/octave/src/f-pinv.cc
  7478. +fsf/octave/src/f-qpsol.cc
  7479. +fsf/octave/src/f-qr.cc
  7480. +fsf/octave/src/f-quad.cc
  7481. +fsf/octave/src/f-qzval.cc
  7482. +fsf/octave/src/f-rand.cc
  7483. +fsf/octave/src/f-schur.cc
  7484. +fsf/octave/src/f-sort.cc
  7485. +fsf/octave/src/f-svd.cc
  7486. +fsf/octave/src/f-syl.cc
  7487. +fsf/octave/src/file-io.cc
  7488. +fsf/octave/src/file-io.h
  7489. +fsf/octave/src/fnmatch.c
  7490. +fsf/octave/src/fnmatch.h
  7491. +fsf/octave/src/getopt.c
  7492. +fsf/octave/src/getopt.h
  7493. +fsf/octave/src/getopt1.c
  7494. +fsf/octave/src/gripes.cc
  7495. +fsf/octave/src/gripes.h
  7496. +fsf/octave/src/help.cc
  7497. +fsf/octave/src/help.h
  7498. +fsf/octave/src/idx-vector.cc
  7499. +fsf/octave/src/idx-vector.h
  7500. +fsf/octave/src/input.cc
  7501. +fsf/octave/src/input.h
  7502. +fsf/octave/src/lex.cc
  7503. +fsf/octave/src/lex.h
  7504. +fsf/octave/src/lex.l
  7505. +fsf/octave/src/lgamma.c
  7506. +fsf/octave/src/load-save.cc
  7507. +fsf/octave/src/load-save.h
  7508. +fsf/octave/src/mappers.cc
  7509. +fsf/octave/src/mappers.h
  7510. +fsf/octave/src/missing-math.h
  7511. +fsf/octave/src/mkbuiltins
  7512. +fsf/octave/src/mkdefs
  7513. +fsf/octave/src/oct-map.h
  7514. +fsf/octave/src/oct-obj.cc
  7515. +fsf/octave/src/oct-obj.h
  7516. +fsf/octave/src/octave-hist.cc
  7517. +fsf/octave/src/octave-hist.h
  7518. +fsf/octave/src/octave.cc
  7519. +fsf/octave/src/octave.h
  7520. +fsf/octave/src/pager.cc
  7521. +fsf/octave/src/pager.h
  7522. +fsf/octave/src/parse.cc
  7523. +fsf/octave/src/parse.h
  7524. +fsf/octave/src/parse.y
  7525. +fsf/octave/src/pr-output.cc
  7526. +fsf/octave/src/pr-output.h
  7527. +fsf/octave/src/procstream.cc
  7528. +fsf/octave/src/procstream.h
  7529. +fsf/octave/src/sighandlers.cc
  7530. +fsf/octave/src/sighandlers.h
  7531. +fsf/octave/src/statdefs.h
  7532. +fsf/octave/src/strcasecmp.c
  7533. +fsf/octave/src/strfns.cc
  7534. +fsf/octave/src/strncase.c
  7535. +fsf/octave/src/symtab.cc
  7536. +fsf/octave/src/symtab.h
  7537. +fsf/octave/src/sysdep.cc
  7538. +fsf/octave/src/sysdep.h
  7539. +fsf/octave/src/systime.h
  7540. +fsf/octave/src/tc-inlines.h
  7541. +fsf/octave/src/tc-rep-ass.cc
  7542. +fsf/octave/src/tc-rep-idx.cc
  7543. +fsf/octave/src/tc-rep.cc
  7544. +fsf/octave/src/tc-rep.h
  7545. +fsf/octave/src/tempnam.c
  7546. +fsf/octave/src/tempname.c
  7547. +fsf/octave/src/timefns.cc
  7548. +fsf/octave/src/token.cc
  7549. +fsf/octave/src/token.h
  7550. +fsf/octave/src/tree-base.cc
  7551. +fsf/octave/src/tree-base.h
  7552. +fsf/octave/src/tree-cmd.cc
  7553. +fsf/octave/src/tree-cmd.h
  7554. +fsf/octave/src/tree-const.cc
  7555. +fsf/octave/src/tree-const.h
  7556. +fsf/octave/src/tree-expr.cc
  7557. +fsf/octave/src/tree-expr.h
  7558. +fsf/octave/src/tree-misc.cc
  7559. +fsf/octave/src/tree-misc.h
  7560. +fsf/octave/src/tree-plot.cc
  7561. +fsf/octave/src/tree-plot.h
  7562. +fsf/octave/src/unwind-prot.cc
  7563. +fsf/octave/src/unwind-prot.h
  7564. +fsf/octave/src/user-prefs.cc
  7565. +fsf/octave/src/user-prefs.h
  7566. +fsf/octave/src/utils.cc
  7567. +fsf/octave/src/utils.h
  7568. +fsf/octave/src/variables.cc
  7569. +fsf/octave/src/variables.h
  7570. +fsf/octave/src/version.h
  7571. +fsf/octave/src/xdiv.cc
  7572. +fsf/octave/src/xdiv.h
  7573. +fsf/octave/src/xpow.cc
  7574. +fsf/octave/src/xpow.h
  7575. +fsf/octave/src/y.tab.h
  7576. +fsf/octave/test/Makefile.in
  7577. +fsf/octave/test/config/unix-octave.exp
  7578. +fsf/octave/test/octave.test/args/args-1.m
  7579. +fsf/octave/test/octave.test/args/args-10.m
  7580. +fsf/octave/test/octave.test/args/args-2.m
  7581. +fsf/octave/test/octave.test/args/args-3.m
  7582. +fsf/octave/test/octave.test/args/args-4.m
  7583. +fsf/octave/test/octave.test/args/args-5.m
  7584. +fsf/octave/test/octave.test/args/args-6.m
  7585. +fsf/octave/test/octave.test/args/args-7.m
  7586. +fsf/octave/test/octave.test/args/args-8.m
  7587. +fsf/octave/test/octave.test/args/args-9.m
  7588. +fsf/octave/test/octave.test/args/args.exp
  7589. +fsf/octave/test/octave.test/contin/contin-1.m
  7590. +fsf/octave/test/octave.test/contin/contin-10.m
  7591. +fsf/octave/test/octave.test/contin/contin-11.m
  7592. +fsf/octave/test/octave.test/contin/contin-12.m
  7593. +fsf/octave/test/octave.test/contin/contin-13.m
  7594. +fsf/octave/test/octave.test/contin/contin-14.m
  7595. +fsf/octave/test/octave.test/contin/contin-15.m
  7596. +fsf/octave/test/octave.test/contin/contin-16.m
  7597. +fsf/octave/test/octave.test/contin/contin-2.m
  7598. +fsf/octave/test/octave.test/contin/contin-3.m
  7599. +fsf/octave/test/octave.test/contin/contin-4.m
  7600. +fsf/octave/test/octave.test/contin/contin-5.m
  7601. +fsf/octave/test/octave.test/contin/contin-6.m
  7602. +fsf/octave/test/octave.test/contin/contin-7.m
  7603. +fsf/octave/test/octave.test/contin/contin-8.m
  7604. +fsf/octave/test/octave.test/contin/contin-9.m
  7605. +fsf/octave/test/octave.test/contin/contin.exp
  7606. +fsf/octave/test/octave.test/eval/eval-1.m
  7607. +fsf/octave/test/octave.test/eval/eval-2.m
  7608. +fsf/octave/test/octave.test/eval/eval-3.m
  7609. +fsf/octave/test/octave.test/eval/eval-4.m
  7610. +fsf/octave/test/octave.test/eval/eval-5.m
  7611. +fsf/octave/test/octave.test/eval/eval-6.m
  7612. +fsf/octave/test/octave.test/eval/eval.exp
  7613. +fsf/octave/test/octave.test/for/for-1.m
  7614. +fsf/octave/test/octave.test/for/for-2.m
  7615. +fsf/octave/test/octave.test/for/for-3.m
  7616. +fsf/octave/test/octave.test/for/for-4.m
  7617. +fsf/octave/test/octave.test/for/for-5.m
  7618. +fsf/octave/test/octave.test/for/for-6.m
  7619. +fsf/octave/test/octave.test/for/for-7.m
  7620. +fsf/octave/test/octave.test/for/for-8.m
  7621. +fsf/octave/test/octave.test/for/for-9.m
  7622. +fsf/octave/test/octave.test/for/for.exp
  7623. +fsf/octave/test/octave.test/fsolve/fsolve-1.m
  7624. +fsf/octave/test/octave.test/fsolve/fsolve-2.m
  7625. +fsf/octave/test/octave.test/fsolve/fsolve.exp
  7626. +fsf/octave/test/octave.test/global/global-1.m
  7627. +fsf/octave/test/octave.test/global/global-2.m
  7628. +fsf/octave/test/octave.test/global/global-3.m
  7629. +fsf/octave/test/octave.test/global/global-4.m
  7630. +fsf/octave/test/octave.test/global/global-5.m
  7631. +fsf/octave/test/octave.test/global/global-6.m
  7632. +fsf/octave/test/octave.test/global/global-7.m
  7633. +fsf/octave/test/octave.test/global/global-8.m
  7634. +fsf/octave/test/octave.test/global/global.exp
  7635. +fsf/octave/test/octave.test/if/if-1.m
  7636. +fsf/octave/test/octave.test/if/if-2.m
  7637. +fsf/octave/test/octave.test/if/if-3.m
  7638. +fsf/octave/test/octave.test/if/if-4.m
  7639. +fsf/octave/test/octave.test/if/if-5.m
  7640. +fsf/octave/test/octave.test/if/if-6.m
  7641. +fsf/octave/test/octave.test/if/if.exp
  7642. +fsf/octave/test/octave.test/index/dfi-f/index.exp
  7643. +fsf/octave/test/octave.test/index/dfi-f/m-1.m
  7644. +fsf/octave/test/octave.test/index/dfi-f/m-2.m
  7645. +fsf/octave/test/octave.test/index/dfi-f/m-3.m
  7646. +fsf/octave/test/octave.test/index/dfi-f/m-4.m
  7647. +fsf/octave/test/octave.test/index/dfi-f/s-1.m
  7648. +fsf/octave/test/octave.test/index/dfi-f/s-10.m
  7649. +fsf/octave/test/octave.test/index/dfi-f/s-11.m
  7650. +fsf/octave/test/octave.test/index/dfi-f/s-12.m
  7651. +fsf/octave/test/octave.test/index/dfi-f/s-13.m
  7652. +fsf/octave/test/octave.test/index/dfi-f/s-14.m
  7653. +fsf/octave/test/octave.test/index/dfi-f/s-15.m
  7654. +fsf/octave/test/octave.test/index/dfi-f/s-16.m
  7655. +fsf/octave/test/octave.test/index/dfi-f/s-17.m
  7656. +fsf/octave/test/octave.test/index/dfi-f/s-18.m
  7657. +fsf/octave/test/octave.test/index/dfi-f/s-19.m
  7658. +fsf/octave/test/octave.test/index/dfi-f/s-2.m
  7659. +fsf/octave/test/octave.test/index/dfi-f/s-20.m
  7660. +fsf/octave/test/octave.test/index/dfi-f/s-3.m
  7661. +fsf/octave/test/octave.test/index/dfi-f/s-4.m
  7662. +fsf/octave/test/octave.test/index/dfi-f/s-5.m
  7663. +fsf/octave/test/octave.test/index/dfi-f/s-6.m
  7664. +fsf/octave/test/octave.test/index/dfi-f/s-7.m
  7665. +fsf/octave/test/octave.test/index/dfi-f/s-8.m
  7666. +fsf/octave/test/octave.test/index/dfi-f/s-9.m
  7667. +fsf/octave/test/octave.test/index/dfi-f/v-1.m
  7668. +fsf/octave/test/octave.test/index/dfi-f/v-10.m
  7669. +fsf/octave/test/octave.test/index/dfi-f/v-11.m
  7670. +fsf/octave/test/octave.test/index/dfi-f/v-12.m
  7671. +fsf/octave/test/octave.test/index/dfi-f/v-13.m
  7672. +fsf/octave/test/octave.test/index/dfi-f/v-14.m
  7673. +fsf/octave/test/octave.test/index/dfi-f/v-15.m
  7674. +fsf/octave/test/octave.test/index/dfi-f/v-2.m
  7675. +fsf/octave/test/octave.test/index/dfi-f/v-3.m
  7676. +fsf/octave/test/octave.test/index/dfi-f/v-4.m
  7677. +fsf/octave/test/octave.test/index/dfi-f/v-5.m
  7678. +fsf/octave/test/octave.test/index/dfi-f/v-6.m
  7679. +fsf/octave/test/octave.test/index/dfi-f/v-7.m
  7680. +fsf/octave/test/octave.test/index/dfi-f/v-8.m
  7681. +fsf/octave/test/octave.test/index/dfi-f/v-9.m
  7682. +fsf/octave/test/octave.test/index/dfi-t/index.exp
  7683. +fsf/octave/test/octave.test/index/dfi-t/m-1.m
  7684. +fsf/octave/test/octave.test/index/dfi-t/m-2.m
  7685. +fsf/octave/test/octave.test/index/dfi-t/m-3.m
  7686. +fsf/octave/test/octave.test/index/dfi-t/m-4.m
  7687. +fsf/octave/test/octave.test/index/dfi-t/s-1.m
  7688. +fsf/octave/test/octave.test/index/dfi-t/s-10.m
  7689. +fsf/octave/test/octave.test/index/dfi-t/s-11.m
  7690. +fsf/octave/test/octave.test/index/dfi-t/s-12.m
  7691. +fsf/octave/test/octave.test/index/dfi-t/s-13.m
  7692. +fsf/octave/test/octave.test/index/dfi-t/s-14.m
  7693. +fsf/octave/test/octave.test/index/dfi-t/s-15.m
  7694. +fsf/octave/test/octave.test/index/dfi-t/s-16.m
  7695. +fsf/octave/test/octave.test/index/dfi-t/s-17.m
  7696. +fsf/octave/test/octave.test/index/dfi-t/s-18.m
  7697. +fsf/octave/test/octave.test/index/dfi-t/s-19.m
  7698. +fsf/octave/test/octave.test/index/dfi-t/s-2.m
  7699. +fsf/octave/test/octave.test/index/dfi-t/s-20.m
  7700. +fsf/octave/test/octave.test/index/dfi-t/s-3.m
  7701. +fsf/octave/test/octave.test/index/dfi-t/s-4.m
  7702. +fsf/octave/test/octave.test/index/dfi-t/s-5.m
  7703. +fsf/octave/test/octave.test/index/dfi-t/s-6.m
  7704. +fsf/octave/test/octave.test/index/dfi-t/s-7.m
  7705. +fsf/octave/test/octave.test/index/dfi-t/s-8.m
  7706. +fsf/octave/test/octave.test/index/dfi-t/s-9.m
  7707. +fsf/octave/test/octave.test/index/dfi-t/v-1.m
  7708. +fsf/octave/test/octave.test/index/dfi-t/v-10.m
  7709. +fsf/octave/test/octave.test/index/dfi-t/v-11.m
  7710. +fsf/octave/test/octave.test/index/dfi-t/v-12.m
  7711. +fsf/octave/test/octave.test/index/dfi-t/v-13.m
  7712. +fsf/octave/test/octave.test/index/dfi-t/v-14.m
  7713. +fsf/octave/test/octave.test/index/dfi-t/v-15.m
  7714. +fsf/octave/test/octave.test/index/dfi-t/v-2.m
  7715. +fsf/octave/test/octave.test/index/dfi-t/v-3.m
  7716. +fsf/octave/test/octave.test/index/dfi-t/v-4.m
  7717. +fsf/octave/test/octave.test/index/dfi-t/v-5.m
  7718. +fsf/octave/test/octave.test/index/dfi-t/v-6.m
  7719. +fsf/octave/test/octave.test/index/dfi-t/v-7.m
  7720. +fsf/octave/test/octave.test/index/dfi-t/v-8.m
  7721. +fsf/octave/test/octave.test/index/dfi-t/v-9.m
  7722. +fsf/octave/test/octave.test/infnan/infnan-1.m
  7723. +fsf/octave/test/octave.test/infnan/infnan-2.m
  7724. +fsf/octave/test/octave.test/infnan/infnan-3.m
  7725. +fsf/octave/test/octave.test/infnan/infnan-4.m
  7726. +fsf/octave/test/octave.test/infnan/infnan-5.m
  7727. +fsf/octave/test/octave.test/infnan/infnan-6.m
  7728. +fsf/octave/test/octave.test/infnan/infnan-7.m
  7729. +fsf/octave/test/octave.test/infnan/infnan-8.m
  7730. +fsf/octave/test/octave.test/infnan/infnan-9.m
  7731. +fsf/octave/test/octave.test/infnan/infnan.exp
  7732. +fsf/octave/test/octave.test/prefer/prefer-1.m
  7733. +fsf/octave/test/octave.test/prefer/prefer-10.m
  7734. +fsf/octave/test/octave.test/prefer/prefer-11.m
  7735. +fsf/octave/test/octave.test/prefer/prefer-12.m
  7736. +fsf/octave/test/octave.test/prefer/prefer-13.m
  7737. +fsf/octave/test/octave.test/prefer/prefer-14.m
  7738. +fsf/octave/test/octave.test/prefer/prefer-15.m
  7739. +fsf/octave/test/octave.test/prefer/prefer-16.m
  7740. +fsf/octave/test/octave.test/prefer/prefer-17.m
  7741. +fsf/octave/test/octave.test/prefer/prefer-18.m
  7742. +fsf/octave/test/octave.test/prefer/prefer-19.m
  7743. +fsf/octave/test/octave.test/prefer/prefer-2.m
  7744. +fsf/octave/test/octave.test/prefer/prefer-20.m
  7745. +fsf/octave/test/octave.test/prefer/prefer-21.m
  7746. +fsf/octave/test/octave.test/prefer/prefer-22.m
  7747. +fsf/octave/test/octave.test/prefer/prefer-23.m
  7748. +fsf/octave/test/octave.test/prefer/prefer-24.m
  7749. +fsf/octave/test/octave.test/prefer/prefer-25.m
  7750. +fsf/octave/test/octave.test/prefer/prefer-26.m
  7751. +fsf/octave/test/octave.test/prefer/prefer-27.m
  7752. +fsf/octave/test/octave.test/prefer/prefer-28.m
  7753. +fsf/octave/test/octave.test/prefer/prefer-29.m
  7754. +fsf/octave/test/octave.test/prefer/prefer-3.m
  7755. +fsf/octave/test/octave.test/prefer/prefer-30.m
  7756. +fsf/octave/test/octave.test/prefer/prefer-31.m
  7757. +fsf/octave/test/octave.test/prefer/prefer-32.m
  7758. +fsf/octave/test/octave.test/prefer/prefer-33.m
  7759. +fsf/octave/test/octave.test/prefer/prefer-34.m
  7760. +fsf/octave/test/octave.test/prefer/prefer-35.m
  7761. +fsf/octave/test/octave.test/prefer/prefer-36.m
  7762. +fsf/octave/test/octave.test/prefer/prefer-37.m
  7763. +fsf/octave/test/octave.test/prefer/prefer-38.m
  7764. +fsf/octave/test/octave.test/prefer/prefer-39.m
  7765. +fsf/octave/test/octave.test/prefer/prefer-4.m
  7766. +fsf/octave/test/octave.test/prefer/prefer-5.m
  7767. +fsf/octave/test/octave.test/prefer/prefer-6.m
  7768. +fsf/octave/test/octave.test/prefer/prefer-7.m
  7769. +fsf/octave/test/octave.test/prefer/prefer-8.m
  7770. +fsf/octave/test/octave.test/prefer/prefer-9.m
  7771. +fsf/octave/test/octave.test/prefer/prefer.exp
  7772. +fsf/octave/test/octave.test/recursion/recursion-1.m
  7773. +fsf/octave/test/octave.test/recursion/recursion-2.m
  7774. +fsf/octave/test/octave.test/recursion/recursion.exp
  7775. +fsf/octave/test/octave.test/return/return-1.m
  7776. +fsf/octave/test/octave.test/return/return-2.m
  7777. +fsf/octave/test/octave.test/return/return.exp
  7778. +fsf/octave/test/octave.test/str-esc/str-esc-1.m
  7779. +fsf/octave/test/octave.test/str-esc/str-esc-10.m
  7780. +fsf/octave/test/octave.test/str-esc/str-esc-11.m
  7781. +fsf/octave/test/octave.test/str-esc/str-esc-12.m
  7782. +fsf/octave/test/octave.test/str-esc/str-esc-2.m
  7783. +fsf/octave/test/octave.test/str-esc/str-esc-3.m
  7784. +fsf/octave/test/octave.test/str-esc/str-esc-4.m
  7785. +fsf/octave/test/octave.test/str-esc/str-esc-5.m
  7786. +fsf/octave/test/octave.test/str-esc/str-esc-6.m
  7787. +fsf/octave/test/octave.test/str-esc/str-esc-7.m
  7788. +fsf/octave/test/octave.test/str-esc/str-esc-8.m
  7789. +fsf/octave/test/octave.test/str-esc/str-esc-9.m
  7790. +fsf/octave/test/octave.test/str-esc/str-esc.exp
  7791. +fsf/octave/test/octave.test/transpose/transpose-1.m
  7792. +fsf/octave/test/octave.test/transpose/transpose-2.m
  7793. +fsf/octave/test/octave.test/transpose/transpose-3.m
  7794. +fsf/octave/test/octave.test/transpose/transpose-4.m
  7795. +fsf/octave/test/octave.test/transpose/transpose.exp
  7796. +fsf/octave/test/octave.test/unwind/unwind-1.m
  7797. +fsf/octave/test/octave.test/unwind/unwind-2.m
  7798. +fsf/octave/test/octave.test/unwind/unwind.exp
  7799. +fsf/octave/test/octave.test/while/while-1.m
  7800. +fsf/octave/test/octave.test/while/while-2.m
  7801. +fsf/octave/test/octave.test/while/while-3.m
  7802. +fsf/octave/test/octave.test/while/while-4.m
  7803. +fsf/octave/test/octave.test/while/while-5.m
  7804. +fsf/octave/test/octave.test/while/while.exp
  7805. +fsf/octave/test/octave.test/zero-one/fff/m-1.m
  7806. +fsf/octave/test/octave.test/zero-one/fff/m-10.m
  7807. +fsf/octave/test/octave.test/zero-one/fff/m-11.m
  7808. +fsf/octave/test/octave.test/zero-one/fff/m-12.m
  7809. +fsf/octave/test/octave.test/zero-one/fff/m-13.m
  7810. +fsf/octave/test/octave.test/zero-one/fff/m-14.m
  7811. +fsf/octave/test/octave.test/zero-one/fff/m-15.m
  7812. +fsf/octave/test/octave.test/zero-one/fff/m-16.m
  7813. +fsf/octave/test/octave.test/zero-one/fff/m-17.m
  7814. +fsf/octave/test/octave.test/zero-one/fff/m-18.m
  7815. +fsf/octave/test/octave.test/zero-one/fff/m-19.m
  7816. +fsf/octave/test/octave.test/zero-one/fff/m-2.m
  7817. +fsf/octave/test/octave.test/zero-one/fff/m-20.m
  7818. +fsf/octave/test/octave.test/zero-one/fff/m-21.m
  7819. +fsf/octave/test/octave.test/zero-one/fff/m-22.m
  7820. +fsf/octave/test/octave.test/zero-one/fff/m-23.m
  7821. +fsf/octave/test/octave.test/zero-one/fff/m-24.m
  7822. +fsf/octave/test/octave.test/zero-one/fff/m-25.m
  7823. +fsf/octave/test/octave.test/zero-one/fff/m-26.m
  7824. +fsf/octave/test/octave.test/zero-one/fff/m-27.m
  7825. +fsf/octave/test/octave.test/zero-one/fff/m-28.m
  7826. +fsf/octave/test/octave.test/zero-one/fff/m-29.m
  7827. +fsf/octave/test/octave.test/zero-one/fff/m-3.m
  7828. +fsf/octave/test/octave.test/zero-one/fff/m-30.m
  7829. +fsf/octave/test/octave.test/zero-one/fff/m-31.m
  7830. +fsf/octave/test/octave.test/zero-one/fff/m-32.m
  7831. +fsf/octave/test/octave.test/zero-one/fff/m-33.m
  7832. +fsf/octave/test/octave.test/zero-one/fff/m-34.m
  7833. +fsf/octave/test/octave.test/zero-one/fff/m-35.m
  7834. +fsf/octave/test/octave.test/zero-one/fff/m-36.m
  7835. +fsf/octave/test/octave.test/zero-one/fff/m-4.m
  7836. +fsf/octave/test/octave.test/zero-one/fff/m-5.m
  7837. +fsf/octave/test/octave.test/zero-one/fff/m-6.m
  7838. +fsf/octave/test/octave.test/zero-one/fff/m-7.m
  7839. +fsf/octave/test/octave.test/zero-one/fff/m-8.m
  7840. +fsf/octave/test/octave.test/zero-one/fff/m-9.m
  7841. +fsf/octave/test/octave.test/zero-one/fff/s-1.m
  7842. +fsf/octave/test/octave.test/zero-one/fff/s-2.m
  7843. +fsf/octave/test/octave.test/zero-one/fff/s-3.m
  7844. +fsf/octave/test/octave.test/zero-one/fff/s-4.m
  7845. +fsf/octave/test/octave.test/zero-one/fff/v-1.m
  7846. +fsf/octave/test/octave.test/zero-one/fff/v-2.m
  7847. +fsf/octave/test/octave.test/zero-one/fff/v-3.m
  7848. +fsf/octave/test/octave.test/zero-one/fff/v-4.m
  7849. +fsf/octave/test/octave.test/zero-one/fff/zero-one.exp
  7850. +fsf/octave/test/octave.test/zero-one/fft/m-1.m
  7851. +fsf/octave/test/octave.test/zero-one/fft/m-10.m
  7852. +fsf/octave/test/octave.test/zero-one/fft/m-11.m
  7853. +fsf/octave/test/octave.test/zero-one/fft/m-12.m
  7854. +fsf/octave/test/octave.test/zero-one/fft/m-13.m
  7855. +fsf/octave/test/octave.test/zero-one/fft/m-14.m
  7856. +fsf/octave/test/octave.test/zero-one/fft/m-15.m
  7857. +fsf/octave/test/octave.test/zero-one/fft/m-16.m
  7858. +fsf/octave/test/octave.test/zero-one/fft/m-17.m
  7859. +fsf/octave/test/octave.test/zero-one/fft/m-18.m
  7860. +fsf/octave/test/octave.test/zero-one/fft/m-19.m
  7861. +fsf/octave/test/octave.test/zero-one/fft/m-2.m
  7862. +fsf/octave/test/octave.test/zero-one/fft/m-20.m
  7863. +fsf/octave/test/octave.test/zero-one/fft/m-21.m
  7864. +fsf/octave/test/octave.test/zero-one/fft/m-22.m
  7865. +fsf/octave/test/octave.test/zero-one/fft/m-23.m
  7866. +fsf/octave/test/octave.test/zero-one/fft/m-24.m
  7867. +fsf/octave/test/octave.test/zero-one/fft/m-25.m
  7868. +fsf/octave/test/octave.test/zero-one/fft/m-26.m
  7869. +fsf/octave/test/octave.test/zero-one/fft/m-27.m
  7870. +fsf/octave/test/octave.test/zero-one/fft/m-28.m
  7871. +fsf/octave/test/octave.test/zero-one/fft/m-29.m
  7872. +fsf/octave/test/octave.test/zero-one/fft/m-3.m
  7873. +fsf/octave/test/octave.test/zero-one/fft/m-30.m
  7874. +fsf/octave/test/octave.test/zero-one/fft/m-31.m
  7875. +fsf/octave/test/octave.test/zero-one/fft/m-32.m
  7876. +fsf/octave/test/octave.test/zero-one/fft/m-33.m
  7877. +fsf/octave/test/octave.test/zero-one/fft/m-34.m
  7878. +fsf/octave/test/octave.test/zero-one/fft/m-35.m
  7879. +fsf/octave/test/octave.test/zero-one/fft/m-36.m
  7880. +fsf/octave/test/octave.test/zero-one/fft/m-4.m
  7881. +fsf/octave/test/octave.test/zero-one/fft/m-5.m
  7882. +fsf/octave/test/octave.test/zero-one/fft/m-6.m
  7883. +fsf/octave/test/octave.test/zero-one/fft/m-7.m
  7884. +fsf/octave/test/octave.test/zero-one/fft/m-8.m
  7885. +fsf/octave/test/octave.test/zero-one/fft/m-9.m
  7886. +fsf/octave/test/octave.test/zero-one/fft/s-1.m
  7887. +fsf/octave/test/octave.test/zero-one/fft/s-2.m
  7888. +fsf/octave/test/octave.test/zero-one/fft/s-3.m
  7889. +fsf/octave/test/octave.test/zero-one/fft/s-4.m
  7890. +fsf/octave/test/octave.test/zero-one/fft/v-1.m
  7891. +fsf/octave/test/octave.test/zero-one/fft/v-2.m
  7892. +fsf/octave/test/octave.test/zero-one/fft/v-3.m
  7893. +fsf/octave/test/octave.test/zero-one/fft/v-4.m
  7894. +fsf/octave/test/octave.test/zero-one/fft/zero-one.exp
  7895. +fsf/octave/test/octave.test/zero-one/ftf/m-1.m
  7896. +fsf/octave/test/octave.test/zero-one/ftf/m-10.m
  7897. +fsf/octave/test/octave.test/zero-one/ftf/m-11.m
  7898. +fsf/octave/test/octave.test/zero-one/ftf/m-12.m
  7899. +fsf/octave/test/octave.test/zero-one/ftf/m-13.m
  7900. +fsf/octave/test/octave.test/zero-one/ftf/m-14.m
  7901. +fsf/octave/test/octave.test/zero-one/ftf/m-15.m
  7902. +fsf/octave/test/octave.test/zero-one/ftf/m-16.m
  7903. +fsf/octave/test/octave.test/zero-one/ftf/m-17.m
  7904. +fsf/octave/test/octave.test/zero-one/ftf/m-18.m
  7905. +fsf/octave/test/octave.test/zero-one/ftf/m-19.m
  7906. +fsf/octave/test/octave.test/zero-one/ftf/m-2.m
  7907. +fsf/octave/test/octave.test/zero-one/ftf/m-20.m
  7908. +fsf/octave/test/octave.test/zero-one/ftf/m-21.m
  7909. +fsf/octave/test/octave.test/zero-one/ftf/m-22.m
  7910. +fsf/octave/test/octave.test/zero-one/ftf/m-23.m
  7911. +fsf/octave/test/octave.test/zero-one/ftf/m-24.m
  7912. +fsf/octave/test/octave.test/zero-one/ftf/m-25.m
  7913. +fsf/octave/test/octave.test/zero-one/ftf/m-26.m
  7914. +fsf/octave/test/octave.test/zero-one/ftf/m-27.m
  7915. +fsf/octave/test/octave.test/zero-one/ftf/m-28.m
  7916. +fsf/octave/test/octave.test/zero-one/ftf/m-29.m
  7917. +fsf/octave/test/octave.test/zero-one/ftf/m-3.m
  7918. +fsf/octave/test/octave.test/zero-one/ftf/m-30.m
  7919. +fsf/octave/test/octave.test/zero-one/ftf/m-31.m
  7920. +fsf/octave/test/octave.test/zero-one/ftf/m-32.m
  7921. +fsf/octave/test/octave.test/zero-one/ftf/m-33.m
  7922. +fsf/octave/test/octave.test/zero-one/ftf/m-34.m
  7923. +fsf/octave/test/octave.test/zero-one/ftf/m-35.m
  7924. +fsf/octave/test/octave.test/zero-one/ftf/m-36.m
  7925. +fsf/octave/test/octave.test/zero-one/ftf/m-4.m
  7926. +fsf/octave/test/octave.test/zero-one/ftf/m-5.m
  7927. +fsf/octave/test/octave.test/zero-one/ftf/m-6.m
  7928. +fsf/octave/test/octave.test/zero-one/ftf/m-7.m
  7929. +fsf/octave/test/octave.test/zero-one/ftf/m-8.m
  7930. +fsf/octave/test/octave.test/zero-one/ftf/m-9.m
  7931. +fsf/octave/test/octave.test/zero-one/ftf/s-1.m
  7932. +fsf/octave/test/octave.test/zero-one/ftf/s-2.m
  7933. +fsf/octave/test/octave.test/zero-one/ftf/s-3.m
  7934. +fsf/octave/test/octave.test/zero-one/ftf/s-4.m
  7935. +fsf/octave/test/octave.test/zero-one/ftf/v-1.m
  7936. +fsf/octave/test/octave.test/zero-one/ftf/v-2.m
  7937. +fsf/octave/test/octave.test/zero-one/ftf/v-3.m
  7938. +fsf/octave/test/octave.test/zero-one/ftf/v-4.m
  7939. +fsf/octave/test/octave.test/zero-one/ftf/zero-one.exp
  7940. +fsf/octave/test/octave.test/zero-one/ftt/m-1.m
  7941. +fsf/octave/test/octave.test/zero-one/ftt/m-10.m
  7942. +fsf/octave/test/octave.test/zero-one/ftt/m-11.m
  7943. +fsf/octave/test/octave.test/zero-one/ftt/m-12.m
  7944. +fsf/octave/test/octave.test/zero-one/ftt/m-13.m
  7945. +fsf/octave/test/octave.test/zero-one/ftt/m-14.m
  7946. +fsf/octave/test/octave.test/zero-one/ftt/m-15.m
  7947. +fsf/octave/test/octave.test/zero-one/ftt/m-16.m
  7948. +fsf/octave/test/octave.test/zero-one/ftt/m-17.m
  7949. +fsf/octave/test/octave.test/zero-one/ftt/m-18.m
  7950. +fsf/octave/test/octave.test/zero-one/ftt/m-19.m
  7951. +fsf/octave/test/octave.test/zero-one/ftt/m-2.m
  7952. +fsf/octave/test/octave.test/zero-one/ftt/m-20.m
  7953. +fsf/octave/test/octave.test/zero-one/ftt/m-21.m
  7954. +fsf/octave/test/octave.test/zero-one/ftt/m-22.m
  7955. +fsf/octave/test/octave.test/zero-one/ftt/m-23.m
  7956. +fsf/octave/test/octave.test/zero-one/ftt/m-24.m
  7957. +fsf/octave/test/octave.test/zero-one/ftt/m-25.m
  7958. +fsf/octave/test/octave.test/zero-one/ftt/m-26.m
  7959. +fsf/octave/test/octave.test/zero-one/ftt/m-27.m
  7960. +fsf/octave/test/octave.test/zero-one/ftt/m-28.m
  7961. +fsf/octave/test/octave.test/zero-one/ftt/m-29.m
  7962. +fsf/octave/test/octave.test/zero-one/ftt/m-3.m
  7963. +fsf/octave/test/octave.test/zero-one/ftt/m-30.m
  7964. +fsf/octave/test/octave.test/zero-one/ftt/m-31.m
  7965. +fsf/octave/test/octave.test/zero-one/ftt/m-32.m
  7966. +fsf/octave/test/octave.test/zero-one/ftt/m-33.m
  7967. +fsf/octave/test/octave.test/zero-one/ftt/m-34.m
  7968. +fsf/octave/test/octave.test/zero-one/ftt/m-35.m
  7969. +fsf/octave/test/octave.test/zero-one/ftt/m-36.m
  7970. +fsf/octave/test/octave.test/zero-one/ftt/m-4.m
  7971. +fsf/octave/test/octave.test/zero-one/ftt/m-5.m
  7972. +fsf/octave/test/octave.test/zero-one/ftt/m-6.m
  7973. +fsf/octave/test/octave.test/zero-one/ftt/m-7.m
  7974. +fsf/octave/test/octave.test/zero-one/ftt/m-8.m
  7975. +fsf/octave/test/octave.test/zero-one/ftt/m-9.m
  7976. +fsf/octave/test/octave.test/zero-one/ftt/s-1.m
  7977. +fsf/octave/test/octave.test/zero-one/ftt/s-2.m
  7978. +fsf/octave/test/octave.test/zero-one/ftt/s-3.m
  7979. +fsf/octave/test/octave.test/zero-one/ftt/s-4.m
  7980. +fsf/octave/test/octave.test/zero-one/ftt/v-1.m
  7981. +fsf/octave/test/octave.test/zero-one/ftt/v-2.m
  7982. +fsf/octave/test/octave.test/zero-one/ftt/v-3.m
  7983. +fsf/octave/test/octave.test/zero-one/ftt/v-4.m
  7984. +fsf/octave/test/octave.test/zero-one/ftt/zero-one.exp
  7985. +fsf/octave/test/octave.test/zero-one/tff/m-1.m
  7986. +fsf/octave/test/octave.test/zero-one/tff/m-10.m
  7987. +fsf/octave/test/octave.test/zero-one/tff/m-11.m
  7988. +fsf/octave/test/octave.test/zero-one/tff/m-12.m
  7989. +fsf/octave/test/octave.test/zero-one/tff/m-13.m
  7990. +fsf/octave/test/octave.test/zero-one/tff/m-14.m
  7991. +fsf/octave/test/octave.test/zero-one/tff/m-15.m
  7992. +fsf/octave/test/octave.test/zero-one/tff/m-16.m
  7993. +fsf/octave/test/octave.test/zero-one/tff/m-17.m
  7994. +fsf/octave/test/octave.test/zero-one/tff/m-18.m
  7995. +fsf/octave/test/octave.test/zero-one/tff/m-19.m
  7996. +fsf/octave/test/octave.test/zero-one/tff/m-2.m
  7997. +fsf/octave/test/octave.test/zero-one/tff/m-20.m
  7998. +fsf/octave/test/octave.test/zero-one/tff/m-21.m
  7999. +fsf/octave/test/octave.test/zero-one/tff/m-22.m
  8000. +fsf/octave/test/octave.test/zero-one/tff/m-23.m
  8001. +fsf/octave/test/octave.test/zero-one/tff/m-24.m
  8002. +fsf/octave/test/octave.test/zero-one/tff/m-25.m
  8003. +fsf/octave/test/octave.test/zero-one/tff/m-26.m
  8004. +fsf/octave/test/octave.test/zero-one/tff/m-27.m
  8005. +fsf/octave/test/octave.test/zero-one/tff/m-28.m
  8006. +fsf/octave/test/octave.test/zero-one/tff/m-29.m
  8007. +fsf/octave/test/octave.test/zero-one/tff/m-3.m
  8008. +fsf/octave/test/octave.test/zero-one/tff/m-30.m
  8009. +fsf/octave/test/octave.test/zero-one/tff/m-31.m
  8010. +fsf/octave/test/octave.test/zero-one/tff/m-32.m
  8011. +fsf/octave/test/octave.test/zero-one/tff/m-33.m
  8012. +fsf/octave/test/octave.test/zero-one/tff/m-34.m
  8013. +fsf/octave/test/octave.test/zero-one/tff/m-35.m
  8014. +fsf/octave/test/octave.test/zero-one/tff/m-36.m
  8015. +fsf/octave/test/octave.test/zero-one/tff/m-4.m
  8016. +fsf/octave/test/octave.test/zero-one/tff/m-5.m
  8017. +fsf/octave/test/octave.test/zero-one/tff/m-6.m
  8018. +fsf/octave/test/octave.test/zero-one/tff/m-7.m
  8019. +fsf/octave/test/octave.test/zero-one/tff/m-8.m
  8020. +fsf/octave/test/octave.test/zero-one/tff/m-9.m
  8021. +fsf/octave/test/octave.test/zero-one/tff/s-1.m
  8022. +fsf/octave/test/octave.test/zero-one/tff/s-2.m
  8023. +fsf/octave/test/octave.test/zero-one/tff/s-3.m
  8024. +fsf/octave/test/octave.test/zero-one/tff/s-4.m
  8025. +fsf/octave/test/octave.test/zero-one/tff/v-1.m
  8026. +fsf/octave/test/octave.test/zero-one/tff/v-2.m
  8027. +fsf/octave/test/octave.test/zero-one/tff/v-3.m
  8028. +fsf/octave/test/octave.test/zero-one/tff/v-4.m
  8029. +fsf/octave/test/octave.test/zero-one/tff/zero-one.exp
  8030. +fsf/octave/test/octave.test/zero-one/tft/m-1.m
  8031. +fsf/octave/test/octave.test/zero-one/tft/m-10.m
  8032. +fsf/octave/test/octave.test/zero-one/tft/m-11.m
  8033. +fsf/octave/test/octave.test/zero-one/tft/m-12.m
  8034. +fsf/octave/test/octave.test/zero-one/tft/m-13.m
  8035. +fsf/octave/test/octave.test/zero-one/tft/m-14.m
  8036. +fsf/octave/test/octave.test/zero-one/tft/m-15.m
  8037. +fsf/octave/test/octave.test/zero-one/tft/m-16.m
  8038. +fsf/octave/test/octave.test/zero-one/tft/m-17.m
  8039. +fsf/octave/test/octave.test/zero-one/tft/m-18.m
  8040. +fsf/octave/test/octave.test/zero-one/tft/m-19.m
  8041. +fsf/octave/test/octave.test/zero-one/tft/m-2.m
  8042. +fsf/octave/test/octave.test/zero-one/tft/m-20.m
  8043. +fsf/octave/test/octave.test/zero-one/tft/m-21.m
  8044. +fsf/octave/test/octave.test/zero-one/tft/m-22.m
  8045. +fsf/octave/test/octave.test/zero-one/tft/m-23.m
  8046. +fsf/octave/test/octave.test/zero-one/tft/m-24.m
  8047. +fsf/octave/test/octave.test/zero-one/tft/m-25.m
  8048. +fsf/octave/test/octave.test/zero-one/tft/m-26.m
  8049. +fsf/octave/test/octave.test/zero-one/tft/m-27.m
  8050. +fsf/octave/test/octave.test/zero-one/tft/m-28.m
  8051. +fsf/octave/test/octave.test/zero-one/tft/m-29.m
  8052. +fsf/octave/test/octave.test/zero-one/tft/m-3.m
  8053. +fsf/octave/test/octave.test/zero-one/tft/m-30.m
  8054. +fsf/octave/test/octave.test/zero-one/tft/m-31.m
  8055. +fsf/octave/test/octave.test/zero-one/tft/m-32.m
  8056. +fsf/octave/test/octave.test/zero-one/tft/m-33.m
  8057. +fsf/octave/test/octave.test/zero-one/tft/m-34.m
  8058. +fsf/octave/test/octave.test/zero-one/tft/m-35.m
  8059. +fsf/octave/test/octave.test/zero-one/tft/m-36.m
  8060. +fsf/octave/test/octave.test/zero-one/tft/m-4.m
  8061. +fsf/octave/test/octave.test/zero-one/tft/m-5.m
  8062. +fsf/octave/test/octave.test/zero-one/tft/m-6.m
  8063. +fsf/octave/test/octave.test/zero-one/tft/m-7.m
  8064. +fsf/octave/test/octave.test/zero-one/tft/m-8.m
  8065. +fsf/octave/test/octave.test/zero-one/tft/m-9.m
  8066. +fsf/octave/test/octave.test/zero-one/tft/s-1.m
  8067. +fsf/octave/test/octave.test/zero-one/tft/s-2.m
  8068. +fsf/octave/test/octave.test/zero-one/tft/s-3.m
  8069. +fsf/octave/test/octave.test/zero-one/tft/s-4.m
  8070. +fsf/octave/test/octave.test/zero-one/tft/v-1.m
  8071. +fsf/octave/test/octave.test/zero-one/tft/v-2.m
  8072. +fsf/octave/test/octave.test/zero-one/tft/v-3.m
  8073. +fsf/octave/test/octave.test/zero-one/tft/v-4.m
  8074. +fsf/octave/test/octave.test/zero-one/tft/zero-one.exp
  8075. +fsf/octave/test/octave.test/zero-one/ttf/m-1.m
  8076. +fsf/octave/test/octave.test/zero-one/ttf/m-10.m
  8077. +fsf/octave/test/octave.test/zero-one/ttf/m-11.m
  8078. +fsf/octave/test/octave.test/zero-one/ttf/m-12.m
  8079. +fsf/octave/test/octave.test/zero-one/ttf/m-13.m
  8080. +fsf/octave/test/octave.test/zero-one/ttf/m-14.m
  8081. +fsf/octave/test/octave.test/zero-one/ttf/m-15.m
  8082. +fsf/octave/test/octave.test/zero-one/ttf/m-16.m
  8083. +fsf/octave/test/octave.test/zero-one/ttf/m-17.m
  8084. +fsf/octave/test/octave.test/zero-one/ttf/m-18.m
  8085. +fsf/octave/test/octave.test/zero-one/ttf/m-19.m
  8086. +fsf/octave/test/octave.test/zero-one/ttf/m-2.m
  8087. +fsf/octave/test/octave.test/zero-one/ttf/m-20.m
  8088. +fsf/octave/test/octave.test/zero-one/ttf/m-21.m
  8089. +fsf/octave/test/octave.test/zero-one/ttf/m-22.m
  8090. +fsf/octave/test/octave.test/zero-one/ttf/m-23.m
  8091. +fsf/octave/test/octave.test/zero-one/ttf/m-24.m
  8092. +fsf/octave/test/octave.test/zero-one/ttf/m-25.m
  8093. +fsf/octave/test/octave.test/zero-one/ttf/m-26.m
  8094. +fsf/octave/test/octave.test/zero-one/ttf/m-27.m
  8095. +fsf/octave/test/octave.test/zero-one/ttf/m-28.m
  8096. +fsf/octave/test/octave.test/zero-one/ttf/m-29.m
  8097. +fsf/octave/test/octave.test/zero-one/ttf/m-3.m
  8098. +fsf/octave/test/octave.test/zero-one/ttf/m-30.m
  8099. +fsf/octave/test/octave.test/zero-one/ttf/m-31.m
  8100. +fsf/octave/test/octave.test/zero-one/ttf/m-32.m
  8101. +fsf/octave/test/octave.test/zero-one/ttf/m-33.m
  8102. +fsf/octave/test/octave.test/zero-one/ttf/m-34.m
  8103. +fsf/octave/test/octave.test/zero-one/ttf/m-35.m
  8104. +fsf/octave/test/octave.test/zero-one/ttf/m-36.m
  8105. +fsf/octave/test/octave.test/zero-one/ttf/m-4.m
  8106. +fsf/octave/test/octave.test/zero-one/ttf/m-5.m
  8107. +fsf/octave/test/octave.test/zero-one/ttf/m-6.m
  8108. +fsf/octave/test/octave.test/zero-one/ttf/m-7.m
  8109. +fsf/octave/test/octave.test/zero-one/ttf/m-8.m
  8110. +fsf/octave/test/octave.test/zero-one/ttf/m-9.m
  8111. +fsf/octave/test/octave.test/zero-one/ttf/s-1.m
  8112. +fsf/octave/test/octave.test/zero-one/ttf/s-2.m
  8113. +fsf/octave/test/octave.test/zero-one/ttf/s-3.m
  8114. +fsf/octave/test/octave.test/zero-one/ttf/s-4.m
  8115. +fsf/octave/test/octave.test/zero-one/ttf/v-1.m
  8116. +fsf/octave/test/octave.test/zero-one/ttf/v-2.m
  8117. +fsf/octave/test/octave.test/zero-one/ttf/v-3.m
  8118. +fsf/octave/test/octave.test/zero-one/ttf/v-4.m
  8119. +fsf/octave/test/octave.test/zero-one/ttf/zero-one.exp
  8120. +fsf/octave/test/octave.test/zero-one/ttt/m-1.m
  8121. +fsf/octave/test/octave.test/zero-one/ttt/m-10.m
  8122. +fsf/octave/test/octave.test/zero-one/ttt/m-11.m
  8123. +fsf/octave/test/octave.test/zero-one/ttt/m-12.m
  8124. +fsf/octave/test/octave.test/zero-one/ttt/m-13.m
  8125. +fsf/octave/test/octave.test/zero-one/ttt/m-14.m
  8126. +fsf/octave/test/octave.test/zero-one/ttt/m-15.m
  8127. +fsf/octave/test/octave.test/zero-one/ttt/m-16.m
  8128. +fsf/octave/test/octave.test/zero-one/ttt/m-17.m
  8129. +fsf/octave/test/octave.test/zero-one/ttt/m-18.m
  8130. +fsf/octave/test/octave.test/zero-one/ttt/m-19.m
  8131. +fsf/octave/test/octave.test/zero-one/ttt/m-2.m
  8132. +fsf/octave/test/octave.test/zero-one/ttt/m-20.m
  8133. +fsf/octave/test/octave.test/zero-one/ttt/m-21.m
  8134. +fsf/octave/test/octave.test/zero-one/ttt/m-22.m
  8135. +fsf/octave/test/octave.test/zero-one/ttt/m-23.m
  8136. +fsf/octave/test/octave.test/zero-one/ttt/m-24.m
  8137. +fsf/octave/test/octave.test/zero-one/ttt/m-25.m
  8138. +fsf/octave/test/octave.test/zero-one/ttt/m-26.m
  8139. +fsf/octave/test/octave.test/zero-one/ttt/m-27.m
  8140. +fsf/octave/test/octave.test/zero-one/ttt/m-28.m
  8141. +fsf/octave/test/octave.test/zero-one/ttt/m-29.m
  8142. +fsf/octave/test/octave.test/zero-one/ttt/m-3.m
  8143. +fsf/octave/test/octave.test/zero-one/ttt/m-30.m
  8144. +fsf/octave/test/octave.test/zero-one/ttt/m-31.m
  8145. +fsf/octave/test/octave.test/zero-one/ttt/m-32.m
  8146. +fsf/octave/test/octave.test/zero-one/ttt/m-33.m
  8147. +fsf/octave/test/octave.test/zero-one/ttt/m-34.m
  8148. +fsf/octave/test/octave.test/zero-one/ttt/m-35.m
  8149. +fsf/octave/test/octave.test/zero-one/ttt/m-36.m
  8150. +fsf/octave/test/octave.test/zero-one/ttt/m-4.m
  8151. +fsf/octave/test/octave.test/zero-one/ttt/m-5.m
  8152. +fsf/octave/test/octave.test/zero-one/ttt/m-6.m
  8153. +fsf/octave/test/octave.test/zero-one/ttt/m-7.m
  8154. +fsf/octave/test/octave.test/zero-one/ttt/m-8.m
  8155. +fsf/octave/test/octave.test/zero-one/ttt/m-9.m
  8156. +fsf/octave/test/octave.test/zero-one/ttt/s-1.m
  8157. +fsf/octave/test/octave.test/zero-one/ttt/s-2.m
  8158. +fsf/octave/test/octave.test/zero-one/ttt/s-3.m
  8159. +fsf/octave/test/octave.test/zero-one/ttt/s-4.m
  8160. +fsf/octave/test/octave.test/zero-one/ttt/v-1.m
  8161. +fsf/octave/test/octave.test/zero-one/ttt/v-2.m
  8162. +fsf/octave/test/octave.test/zero-one/ttt/v-3.m
  8163. +fsf/octave/test/octave.test/zero-one/ttt/v-4.m
  8164. +fsf/octave/test/octave.test/zero-one/ttt/zero-one.exp
  8165. diff -rup --new-file baseline/fsf/octave/readline/bind.c amiga/fsf/octave/readline/bind.c
  8166. --- baseline/fsf/octave/readline/bind.c    Wed Jan 26 13:17:39 1994
  8167. +++ amiga/fsf/octave/readline/bind.c    Sat Sep 28 00:00:00 1996
  8168. @@ -81,7 +81,12 @@ extern char *possible_control_prefixes[]
  8169.  extern char **rl_funmap_names ();
  8170.  
  8171.  static int glean_key_from_name ();
  8172. -static int stricmp (), strnicmp ();
  8173. +#ifndef HAVE_STRICMP
  8174. +static int stricmp ();
  8175. +#endif
  8176. +#ifndef HAVE_STRNICMP
  8177. +static int strnicmp ();
  8178. +#endif
  8179.  
  8180.  #if defined (STATIC_MALLOC)
  8181.  static char *xmalloc (), *xrealloc ();
  8182. @@ -1371,7 +1376,9 @@ rl_function_dumper (print_readably)
  8183.  /*                                    */
  8184.  /* **************************************************************** */
  8185.  
  8186. +#ifndef HAVE_STRINDEX
  8187.  static char *strindex ();
  8188. +#endif
  8189.  
  8190.  /* Return non-zero if any members of ARRAY are a substring in STRING. */
  8191.  static int
  8192. @@ -1389,6 +1396,7 @@ substring_member_of_array (string, array
  8193.  
  8194.  /* Whoops, Unix doesn't have strnicmp. */
  8195.  
  8196. +#ifndef HAVE_STRNICMP
  8197.  /* Compare at most COUNT characters from string1 to string2.  Case
  8198.     doesn't matter. */
  8199.  static int
  8200. @@ -1408,7 +1416,9 @@ strnicmp (string1, string2, count)
  8201.      }
  8202.    return (count);
  8203.  }
  8204. +#endif
  8205.  
  8206. +#ifndef HAVE_STRICMP
  8207.  /* strcmp (), but caseless. */
  8208.  static int
  8209.  stricmp (string1, string2)
  8210. @@ -1425,7 +1435,9 @@ stricmp (string1, string2)
  8211.      }
  8212.    return (*string1 | *string2);
  8213.  }
  8214. +#endif
  8215.  
  8216. +#ifndef HAVE_STRINDEX
  8217.  /* Determine if s2 occurs in s1.  If so, return a pointer to the
  8218.     match in s1.  The compare is case insensitive. */
  8219.  static char *
  8220. @@ -1440,3 +1452,4 @@ strindex (s1, s2)
  8221.        return (s1 + i);
  8222.    return ((char *)NULL);
  8223.  }
  8224. +#endif
  8225. diff -rup --new-file baseline/fsf/octave/readline/complete.c amiga/fsf/octave/readline/complete.c
  8226. --- baseline/fsf/octave/readline/complete.c    Wed Jan 26 13:17:39 1994
  8227. +++ amiga/fsf/octave/readline/complete.c    Sat Sep 28 00:00:00 1996
  8228. @@ -906,6 +906,9 @@ username_completion_function (text, stat
  8229.       int state;
  8230.       char *text;
  8231.  {
  8232. +#ifdef __amigaos__
  8233. +  return ((char *) NULL);
  8234. +#else
  8235.  #if defined (_GO32_)
  8236.    return (char *)NULL;
  8237.  #else /* !_GO32_ */
  8238. @@ -955,6 +958,7 @@ username_completion_function (text, stat
  8239.        return (value);
  8240.      }
  8241.  #endif /* !_GO32_ */
  8242. +#endif /* __amigaos__ */
  8243.  }
  8244.  
  8245.  /* **************************************************************** */
  8246. diff -rup --new-file baseline/fsf/octave/src/Makefile.in amiga/fsf/octave/src/Makefile.in
  8247. --- baseline/fsf/octave/src/Makefile.in    Wed Feb 22 13:47:47 1995
  8248. +++ amiga/fsf/octave/src/Makefile.in    Sat Sep 28 00:00:00 1996
  8249. @@ -17,7 +17,9 @@ include $(TOPDIR)/Makeconf
  8250.  INSTALL = @INSTALL@
  8251.  INSTALL_PROGRAM = @INSTALL_PROGRAM@
  8252.  INSTALL_DATA = @INSTALL_DATA@
  8253. -
  8254. +# Amiga hack - we have 'ln' and 'ln -s', but they seem to cause
  8255. +# more problems than they solve.
  8256. +LN = cp
  8257.  # Cancel default rule for .c from .y and make .cc from .y instead.
  8258.  
  8259.  %.c : %.y
  8260. @@ -153,9 +155,11 @@ install: all
  8261.      $(top_srcdir)/mkinstalldirs $(bindir) $(libdir)
  8262.      rm -f $(bindir)/octave
  8263.      $(INSTALL) octave $(bindir)/octave-$(version)
  8264. -    ln $(bindir)/octave-$(version) $(bindir)/octave
  8265. +    $(LN) $(bindir)/octave-$(version) $(bindir)/octave
  8266.      if $(OCTAVE_LITE) && $(WITH_DLD) ; then \
  8267.        $(INSTALL_DATA) liboctdld.a $(libdir)/liboctdld.a ; \
  8268. +    else \
  8269. +      true ; \
  8270.      fi
  8271.  .PHONY: install
  8272.  
  8273. @@ -187,13 +191,13 @@ realclean: distclean
  8274.  .PHONY: realclean
  8275.  
  8276.  local-dist: parse.cc lex.cc
  8277. -    ln $(DISTFILES) ../`cat ../.fname`/src
  8278. +    $(LN) $(DISTFILES) ../`cat ../.fname`/src
  8279.      rm -f parse.cc lex.cc y.tab.h y.output yy.lex.c
  8280.      rm -f lex.cc parse.cc defaults.h *.d *.def
  8281.  .PHONY: local-dist
  8282.  
  8283.  dist: parse.cc lex.cc
  8284. -    ln $(DISTFILES) ../`cat ../.fname`/src
  8285. +    $(LN) $(DISTFILES) ../`cat ../.fname`/src
  8286.      rm -f parse.cc lex.cc y.tab.h y.output yy.lex.c
  8287.      rm -f lex.cc parse.cc defaults.h *.d *.def builtins.cc
  8288.  .PHONY: dist
  8289. diff -rup --new-file baseline/fsf/octave/src/missing-math.h amiga/fsf/octave/src/missing-math.h
  8290. --- baseline/fsf/octave/src/missing-math.h    Fri Jan 27 08:01:25 1995
  8291. +++ amiga/fsf/octave/src/missing-math.h    Sat Sep 28 00:00:00 1996
  8292. @@ -32,7 +32,9 @@ extern "C"
  8293.  {
  8294.  extern double acosh ();
  8295.  extern double asinh ();
  8296. -extern double atanh ();
  8297. +#ifndef __amigaos__    /* Conflicts with <math.h> */
  8298. +extern double const atanh ();
  8299. +#endif
  8300.  extern double erf ();
  8301.  extern double erfc ();
  8302.  extern double lgamma ();
  8303.