home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / diffs / libg++-2.6.2.diffs < prev    next >
Text File  |  1995-01-21  |  104KB  |  3,325 lines

  1. diff -rc --new-file libg++-2.6.2/Makefile.in /gnu/src/amiga/libg++-2.6.2/Makefile.in
  2. *** libg++-2.6.2/Makefile.in    Thu Dec 15 02:29:24 1994
  3. --- /gnu/src/amiga/libg++-2.6.2/Makefile.in    Sun Dec 18 12:49:39 1994
  4. ***************
  5. *** 19,25 ****
  6.   
  7.   srcdir = .
  8.   
  9. ! prefix = /usr/local
  10.   
  11.   exec_prefix = $(prefix)
  12.   bindir = $(exec_prefix)/bin
  13. --- 19,25 ----
  14.   
  15.   srcdir = .
  16.   
  17. ! prefix = /gnu
  18.   
  19.   exec_prefix = $(prefix)
  20.   bindir = $(exec_prefix)/bin
  21. ***************
  22. *** 55,61 ****
  23.   AS = as
  24.   AR = ar
  25.   AR_FLAGS = rc
  26. ! CC = cc
  27.   
  28.   # Special variables passed down in EXTRA_GCC_FLAGS.  They are defined
  29.   # here so that they can be overridden by Makefile fragments.
  30. --- 55,61 ----
  31.   AS = as
  32.   AR = ar
  33.   AR_FLAGS = rc
  34. ! CC = gcc
  35.   
  36.   # Special variables passed down in EXTRA_GCC_FLAGS.  They are defined
  37.   # here so that they can be overridden by Makefile fragments.
  38. ***************
  39. *** 65,71 ****
  40.   
  41.   # We don't specify -g -O because many compilers don't support -g -O,
  42.   # and/or -O is broken in and of itself.
  43. ! CFLAGS = -g
  44.   LIBCFLAGS = $(CFLAGS)
  45.   CFLAGS_FOR_TARGET = $(CFLAGS)
  46.   LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
  47. --- 65,72 ----
  48.   
  49.   # We don't specify -g -O because many compilers don't support -g -O,
  50.   # and/or -O is broken in and of itself.
  51. ! # Amiga hack - suppress use of -g which isn't really supported yet.
  52. ! CFLAGS = -O2
  53.   LIBCFLAGS = $(CFLAGS)
  54.   CFLAGS_FOR_TARGET = $(CFLAGS)
  55.   LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
  56. ***************
  57. *** 73,79 ****
  58.   CXX = gcc
  59.   
  60.   # Use -O2 to stress test the compiler.
  61. ! CXXFLAGS = -g -O2
  62.   LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
  63.   CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
  64.   LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
  65. --- 74,81 ----
  66.   CXX = gcc
  67.   
  68.   # Use -O2 to stress test the compiler.
  69. ! # Amiga hack - suppress use of -g which isn't really supported yet.
  70. ! CXXFLAGS = -O2
  71.   LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
  72.   CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
  73.   LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
  74. diff -rc --new-file libg++-2.6.2/Product-Info /gnu/src/amiga/libg++-2.6.2/Product-Info
  75. *** libg++-2.6.2/Product-Info    Thu Jan  1 00:00:00 1970
  76. --- /gnu/src/amiga/libg++-2.6.2/Product-Info    Sun Dec 18 12:47:38 1994
  77. ***************
  78. *** 0 ****
  79. --- 1,16 ----
  80. + .name
  81. + libg++
  82. + .fullname
  83. + GNU C++ class library
  84. + .type
  85. + Programmer Tool
  86. + .short
  87. + GNU C++ class library
  88. + .description
  89. + A C++ class library for use with the GNU C++ compiler.
  90. + .version
  91. + 2.6.1
  92. + .distribution
  93. + GNU Library Public License
  94. + .described-by
  95. + Fred Fish (fnf@amigalib.com)
  96. diff -rc --new-file libg++-2.6.2/config.guess /gnu/src/amiga/libg++-2.6.2/config.guess
  97. *** libg++-2.6.2/config.guess    Sat Nov  5 19:44:34 1994
  98. --- /gnu/src/amiga/libg++-2.6.2/config.guess    Sun Dec 18 12:47:38 1994
  99. ***************
  100. *** 1,4 ****
  101. --- 1,5 ----
  102.   #!/bin/sh
  103. + echo "m68k-cbm-amigados" ; exit 0    #AmigaDOS hack (fnf)
  104.   # Attempt to guess a canonical system name.
  105.   #   Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  106.   #
  107. diff -rc --new-file libg++-2.6.2/configure /gnu/src/amiga/libg++-2.6.2/configure
  108. *** libg++-2.6.2/configure    Thu Oct 20 19:32:42 1994
  109. --- /gnu/src/amiga/libg++-2.6.2/configure    Sun Dec 18 12:47:39 1994
  110. ***************
  111. *** 36,46 ****
  112.   #       config.status is removed.
  113.   #
  114.   
  115.   export PATH || (echo "OOPS, this isn't sh.  Desperation time.  I will feed myself to sh."; sh $0 $argv; kill $$)
  116.   
  117.   remove=rm
  118. ! hard_link=ln
  119. ! symbolic_link='ln -s'
  120.   
  121.   #for Test
  122.   #remove="echo rm"
  123. --- 36,49 ----
  124.   #       config.status is removed.
  125.   #
  126.   
  127. + # In places where the argument to echo may start with a '-', use /bin/echo since
  128. + # the AmigaDOS pdksh builtin echo botches this case.
  129.   export PATH || (echo "OOPS, this isn't sh.  Desperation time.  I will feed myself to sh."; sh $0 $argv; kill $$)
  130.   
  131.   remove=rm
  132. ! hard_link=cp
  133. ! symbolic_link=cp
  134.   
  135.   #for Test
  136.   #remove="echo rm"
  137. ***************
  138. *** 65,71 ****
  139.   norecursion=
  140.   other_options=
  141.   package_makefile_frag=
  142. ! prefix=/usr/local
  143.   progname=
  144.   program_prefix=
  145.   program_prefixoption=
  146. --- 68,74 ----
  147.   norecursion=
  148.   other_options=
  149.   package_makefile_frag=
  150. ! prefix=/gnu
  151.   progname=
  152.   program_prefix=
  153.   program_prefixoption=
  154. ***************
  155. *** 104,110 ****
  156.   
  157.   progname=$0
  158.   # if PWD already has a value, it is probably wrong.
  159. ! if [ -n "$PWD" ]; then PWD=`pwd`; fi
  160.   
  161.   case "${progname}" in
  162.   /*) ;;
  163. --- 107,114 ----
  164.   
  165.   progname=$0
  166.   # if PWD already has a value, it is probably wrong.
  167. ! # AmigaDOS change - pdksh treats PWD as readonly - fnf
  168. ! #if [ -n "$PWD" ]; then PWD=`pwd`; fi
  169.   
  170.   case "${progname}" in
  171.   /*) ;;
  172. ***************
  173. *** 140,146 ****
  174.   # Split out the argument for options that take them
  175.       case $option in
  176.       --*=*)
  177. !         optarg=`echo $option | sed -e 's/^[^=]*=//'`
  178.           ;;
  179.   # These options have mandatory values.  Since we didn't find an = sign,
  180.   # the value must be in the next argument
  181. --- 144,150 ----
  182.   # Split out the argument for options that take them
  183.       case $option in
  184.       --*=*)
  185. !         optarg=`/bin/echo $option | sed -e 's/^[^=]*=//'`
  186.           ;;
  187.   # These options have mandatory values.  Since we didn't find an = sign,
  188.   # the value must be in the next argument
  189. ***************
  190. *** 165,171 ****
  191.       --cache*)
  192.           ;;
  193.       --disable-*)
  194. !         enableopt=`echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
  195.           eval $enableopt=no
  196.           disableoptions="$disableoptions $option"
  197.           ;;
  198. --- 169,175 ----
  199.       --cache*)
  200.           ;;
  201.       --disable-*)
  202. !         enableopt=`/bin/echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
  203.           eval $enableopt=no
  204.           disableoptions="$disableoptions $option"
  205.           ;;
  206. ***************
  207. *** 175,181 ****
  208.           *)    optarg=yes ;;
  209.           esac
  210.   
  211. !         enableopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
  212.           eval $enableopt="$optarg"
  213.           enableoptions="$enableoptions $option"
  214.           ;;
  215. --- 179,185 ----
  216.           *)    optarg=yes ;;
  217.           esac
  218.   
  219. !         enableopt=`/bin/echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
  220.           eval $enableopt="$optarg"
  221.           enableoptions="$enableoptions $option"
  222.           ;;
  223. ***************
  224. *** 217,223 ****
  225.           ;;
  226.       --program-transform-name* | --program-t*)
  227.           # Double any backslashes or dollar signs in the argument
  228. !         program_transform_name="${program_transform_name} -e `echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
  229.           program_transform_nameoption="${program_transform_nameoption} --program-transform-name='$optarg'"
  230.           ;;
  231.       --rm)
  232. --- 221,227 ----
  233.           ;;
  234.       --program-transform-name* | --program-t*)
  235.           # Double any backslashes or dollar signs in the argument
  236. !         program_transform_name="${program_transform_name} -e `/bin/echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
  237.           program_transform_nameoption="${program_transform_nameoption} --program-transform-name='$optarg'"
  238.           ;;
  239.       --rm)
  240. ***************
  241. *** 236,242 ****
  242.                   # bolted into an object file as debug info, it has two slashes
  243.                   # in it.  Ordinarily this is ok, but emacs takes double slash
  244.                   # to mean "forget the first part".
  245. !         srcdir=`echo $optarg | sed -e 's:/$::'`
  246.           ;;
  247.       --srcdir* | --sr*)
  248.           srcdir=$optarg
  249. --- 240,246 ----
  250.                   # bolted into an object file as debug info, it has two slashes
  251.                   # in it.  Ordinarily this is ok, but emacs takes double slash
  252.                   # to mean "forget the first part".
  253. !         srcdir=`/bin/echo $optarg | sed -e 's:/$::'`
  254.           ;;
  255.       --srcdir* | --sr*)
  256.           srcdir=$optarg
  257. ***************
  258. *** 267,278 ****
  259.           *)    optarg=yes ;;
  260.           esac
  261.   
  262. !         withopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
  263.           eval $withopt="$optarg"
  264.           withoptions="$withoptions $option"
  265.           ;;
  266.       --without-*)
  267. !         withopt=`echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
  268.           eval $withopt=no
  269.           withoutoptions="$withoutoptions $option"
  270.           ;;
  271. --- 271,282 ----
  272.           *)    optarg=yes ;;
  273.           esac
  274.   
  275. !         withopt=`/bin/echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
  276.           eval $withopt="$optarg"
  277.           withoptions="$withoptions $option"
  278.           ;;
  279.       --without-*)
  280. !         withopt=`/bin/echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
  281.           eval $withopt=no
  282.           withoutoptions="$withoutoptions $option"
  283.           ;;
  284. ***************
  285. *** 848,854 ****
  286.           # make sure that some sort of reasonable default exists for these 
  287.           # two variables
  288.           CXX=${CXX-"g++ -O"}
  289. !         CC=${CC-cc}
  290.   
  291.               # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
  292.               # remove any form feeds.
  293. --- 852,858 ----
  294.           # make sure that some sort of reasonable default exists for these 
  295.           # two variables
  296.           CXX=${CXX-"g++ -O"}
  297. !         CC=${CC-gcc}
  298.   
  299.               # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
  300.               # remove any form feeds.
  301. ***************
  302. *** 985,990 ****
  303. --- 989,995 ----
  304.   
  305.   ### The recursion line is here.
  306.               if [ ! -z "${recprog}" ] ; then
  307. +                 echo ${config_shell} ${recprog} ${verbose} ${buildopt} --host=${host_alias} --target=${target_alias} ${prefixoption} ${tmpdiroption} ${exec_prefixoption} ${srcdiroption} ${program_prefixoption} ${program_suffixoption} ${program_transform_nameoption} ${site_option} ${withoptions} ${withoutoptions} ${enableoptions} ${disableoptions} ${removing} ${other_options} ${redirect}
  308.                               if eval ${config_shell} ${recprog} ${verbose} ${buildopt} --host=${host_alias} --target=${target_alias} \
  309.                                       ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
  310.                                       ${srcdiroption} ${program_prefixoption} ${program_suffixoption} ${program_transform_nameoption} ${site_option} ${withoptions} ${withoutoptions} ${enableoptions} ${disableoptions} ${removing} ${other_options} ${redirect} ; then
  311. diff -rc --new-file libg++-2.6.2/etc/Makefile.in /gnu/src/amiga/libg++-2.6.2/etc/Makefile.in
  312. *** libg++-2.6.2/etc/Makefile.in    Thu Dec 15 02:18:10 1994
  313. --- /gnu/src/amiga/libg++-2.6.2/etc/Makefile.in    Sun Dec 18 12:47:40 1994
  314. ***************
  315. *** 2,8 ****
  316.   # Makefile.in for etc
  317.   #
  318.   
  319. ! prefix         = /usr/local
  320.   exec_prefix     = $(prefix)
  321.   
  322.   srcdir  = .
  323. --- 2,8 ----
  324.   # Makefile.in for etc
  325.   #
  326.   
  327. ! prefix         = /gnu
  328.   exec_prefix     = $(prefix)
  329.   
  330.   srcdir  = .
  331. diff -rc --new-file libg++-2.6.2/etc/cfg-paper.texi /gnu/src/amiga/libg++-2.6.2/etc/cfg-paper.texi
  332. *** libg++-2.6.2/etc/cfg-paper.texi    Thu Dec 15 02:18:12 1994
  333. --- /gnu/src/amiga/libg++-2.6.2/etc/cfg-paper.texi    Sun Dec 18 12:47:40 1994
  334. ***************
  335. *** 241,247 ****
  336.   
  337.   In order to actually install the program, the configuration system needs
  338.   to know where you would like the program installed.  The default
  339. ! location is @file{/usr/local}.  We refer to this location as
  340.   @code{$(prefix)}.  All user visible programs will be installed in
  341.   @file{@code{$(prefix)}/bin}.  All other programs and files will be
  342.   installed in a subdirectory of @file{@code{$(prefix)}/lib}.
  343. --- 241,247 ----
  344.   
  345.   In order to actually install the program, the configuration system needs
  346.   to know where you would like the program installed.  The default
  347. ! location is @file{/gnu}.  We refer to this location as
  348.   @code{$(prefix)}.  All user visible programs will be installed in
  349.   @file{@code{$(prefix)}/bin}.  All other programs and files will be
  350.   installed in a subdirectory of @file{@code{$(prefix)}/lib}.
  351. diff -rc --new-file libg++-2.6.2/etc/configure.man /gnu/src/amiga/libg++-2.6.2/etc/configure.man
  352. *** libg++-2.6.2/etc/configure.man    Thu Dec 15 02:18:12 1994
  353. --- /gnu/src/amiga/libg++-2.6.2/etc/configure.man    Sun Dec 18 12:47:41 1994
  354. ***************
  355. *** 57,63 ****
  356.   .I \--prefix=DIR
  357.   sets the location in which to install files to
  358.   .I DIR.
  359. ! The default is "/usr/local".
  360.   
  361.   .TP
  362.   .I \--exec_prefix=DIR
  363. --- 57,63 ----
  364.   .I \--prefix=DIR
  365.   sets the location in which to install files to
  366.   .I DIR.
  367. ! The default is "/gnu".
  368.   
  369.   .TP
  370.   .I \--exec_prefix=DIR
  371. diff -rc --new-file libg++-2.6.2/etc/configure.texi /gnu/src/amiga/libg++-2.6.2/etc/configure.texi
  372. *** libg++-2.6.2/etc/configure.texi    Thu Dec 15 02:18:12 1994
  373. --- /gnu/src/amiga/libg++-2.6.2/etc/configure.texi    Sun Dec 18 12:47:42 1994
  374. ***************
  375. *** 753,759 ****
  376.   @emph{Caution:} If you build more than one configuration for a single program,
  377.   remember that you must also specify a different @samp{--prefix} for each
  378.   configuration at configure-time.  Otherwise, both configurations will be
  379. ! installed in the same default location (@file{/usr/local}); the configuration
  380.   to be installed last would overwrite previously installed configurations.
  381.   
  382.   @c ---------------------------------------------------------------------
  383. --- 753,759 ----
  384.   @emph{Caution:} If you build more than one configuration for a single program,
  385.   remember that you must also specify a different @samp{--prefix} for each
  386.   configuration at configure-time.  Otherwise, both configurations will be
  387. ! installed in the same default location (@file{/gnu}); the configuration
  388.   to be installed last would overwrite previously installed configurations.
  389.   
  390.   @c ---------------------------------------------------------------------
  391. ***************
  392. *** 782,788 ****
  393.   
  394.   @item in the current directory, and which will be installed 
  395.   
  396. ! @item in the default installation directory (@file{/usr/local}) when the code
  397.   is compiled with @code{make}.  
  398.   @end itemize
  399.   
  400. --- 782,788 ----
  401.   
  402.   @item in the current directory, and which will be installed 
  403.   
  404. ! @item in the default installation directory (@file{/gnu}) when the code
  405.   is compiled with @code{make}.  
  406.   @end itemize
  407.   
  408. ***************
  409. *** 1226,1232 ****
  410.   Using the default configuration, @samp{make install} creates a single tree of
  411.   files, some of which are programs.  The location of this tree is determined by
  412.   the value of the variable @samp{prefix}.  The default value of @samp{prefix} is
  413. ! @samp{/usr/local}.  This is often correct for native tools installed on only
  414.   one host.
  415.   
  416.   @menu
  417. --- 1226,1232 ----
  418.   Using the default configuration, @samp{make install} creates a single tree of
  419.   files, some of which are programs.  The location of this tree is determined by
  420.   the value of the variable @samp{prefix}.  The default value of @samp{prefix} is
  421. ! @samp{/gnu}.  This is often correct for native tools installed on only
  422.   one host.
  423.   
  424.   @menu
  425. ***************
  426. *** 1245,1251 ****
  427.   @vindex prefix
  428.   
  429.   In the default configuration, all files are installed in subdirectories
  430. ! of @file{/usr/local}.  The location is determined by the value of
  431.   the @code{configure} variable @samp{prefix}; in turn, this determines the
  432.   value of the @file{Makefile} variable of the same name (@samp{prefix}).
  433.   
  434. --- 1245,1251 ----
  435.   @vindex prefix
  436.   
  437.   In the default configuration, all files are installed in subdirectories
  438. ! of @file{/gnu}.  The location is determined by the value of
  439.   the @code{configure} variable @samp{prefix}; in turn, this determines the
  440.   value of the @file{Makefile} variable of the same name (@samp{prefix}).
  441.   
  442. ***************
  443. *** 1346,1352 ****
  444.   The root of the installation tree.  You can set its @file{Makefile} default
  445.   with the @samp{--prefix=} command line option to @code{configure}
  446.   (@pxref{Invoking configure, , Invoking @code{configure}}).  The default value
  447. ! for @samp{prefix} is @samp{/usr/local}.
  448.   
  449.   @item bindir
  450.   @cindex @code{bindir}
  451. --- 1346,1352 ----
  452.   The root of the installation tree.  You can set its @file{Makefile} default
  453.   with the @samp{--prefix=} command line option to @code{configure}
  454.   (@pxref{Invoking configure, , Invoking @code{configure}}).  The default value
  455. ! for @samp{prefix} is @samp{/gnu}.
  456.   
  457.   @item bindir
  458.   @cindex @code{bindir}
  459. diff -rc --new-file libg++-2.6.2/etc/make-stds.texi /gnu/src/amiga/libg++-2.6.2/etc/make-stds.texi
  460. *** libg++-2.6.2/etc/make-stds.texi    Sat Mar 26 13:22:48 1994
  461. --- /gnu/src/amiga/libg++-2.6.2/etc/make-stds.texi    Sun Dec 18 12:47:43 1994
  462. ***************
  463. *** 384,390 ****
  464.   @table @samp
  465.   @item prefix
  466.   A prefix used in constructing the default values of the variables listed
  467. ! below.  The default value of @code{prefix} should be @file{/usr/local}
  468.   (at least for now).
  469.   
  470.   @item exec_prefix
  471. --- 384,390 ----
  472.   @table @samp
  473.   @item prefix
  474.   A prefix used in constructing the default values of the variables listed
  475. ! below.  The default value of @code{prefix} should be @file{/gnu}
  476.   (at least for now).
  477.   
  478.   @item exec_prefix
  479. ***************
  480. *** 398,404 ****
  481.   
  482.   @item bindir
  483.   The directory for installing executable programs that users can run.
  484. ! This should normally be @file{/usr/local/bin}, but write it as
  485.   @file{$(exec_prefix)/bin}.
  486.   
  487.   @item libdir
  488. --- 398,404 ----
  489.   
  490.   @item bindir
  491.   The directory for installing executable programs that users can run.
  492. ! This should normally be @file{/gnu/bin}, but write it as
  493.   @file{$(exec_prefix)/bin}.
  494.   
  495.   @item libdir
  496. ***************
  497. *** 407,436 ****
  498.   also go in this directory.  The idea is that this directory is used for
  499.   files that pertain to a specific machine architecture, but need not be
  500.   in the path for commands.  The value of @code{libdir} should normally be
  501. ! @file{/usr/local/lib}, but write it as @file{$(exec_prefix)/lib}.
  502.   
  503.   @item datadir
  504.   The directory for installing read-only data files which the programs
  505.   refer to while they run.  This directory is used for files which are
  506.   independent of the type of machine being used.  This should normally be
  507. ! @file{/usr/local/lib}, but write it as @file{$(prefix)/lib}.
  508.   
  509.   @item statedir
  510.   The directory for installing data files which the programs modify while
  511.   they run.  These files should be independent of the type of machine
  512.   being used, and it should be possible to share them among machines at a
  513. ! network installation.  This should normally be @file{/usr/local/lib},
  514.   but write it as @file{$(prefix)/lib}.
  515.   
  516.   @item includedir
  517.   @c rewritten to avoid overfull hbox --roland
  518.   The directory for installing header files to be included by user
  519.   programs with the C @samp{#include} preprocessor directive.  This
  520. ! should normally be @file{/usr/local/include}, but write it as
  521.   @file{$(prefix)/include}.
  522.   
  523.   Most compilers other than GCC do not look for header files in
  524. ! @file{/usr/local/include}.  So installing the header files this way is
  525.   only useful with GCC.  Sometimes this is not a problem because some
  526.   libraries are only really intended to work with GCC.  But some libraries
  527.   are intended to work with other compilers.  They should install their
  528. --- 407,436 ----
  529.   also go in this directory.  The idea is that this directory is used for
  530.   files that pertain to a specific machine architecture, but need not be
  531.   in the path for commands.  The value of @code{libdir} should normally be
  532. ! @file{/gnu/lib}, but write it as @file{$(exec_prefix)/lib}.
  533.   
  534.   @item datadir
  535.   The directory for installing read-only data files which the programs
  536.   refer to while they run.  This directory is used for files which are
  537.   independent of the type of machine being used.  This should normally be
  538. ! @file{/gnu/lib}, but write it as @file{$(prefix)/lib}.
  539.   
  540.   @item statedir
  541.   The directory for installing data files which the programs modify while
  542.   they run.  These files should be independent of the type of machine
  543.   being used, and it should be possible to share them among machines at a
  544. ! network installation.  This should normally be @file{/gnu/lib},
  545.   but write it as @file{$(prefix)/lib}.
  546.   
  547.   @item includedir
  548.   @c rewritten to avoid overfull hbox --roland
  549.   The directory for installing header files to be included by user
  550.   programs with the C @samp{#include} preprocessor directive.  This
  551. ! should normally be @file{/gnu/include}, but write it as
  552.   @file{$(prefix)/include}.
  553.   
  554.   Most compilers other than GCC do not look for header files in
  555. ! @file{/gnu/include}.  So installing the header files this way is
  556.   only useful with GCC.  Sometimes this is not a problem because some
  557.   libraries are only really intended to work with GCC.  But some libraries
  558.   are intended to work with other compilers.  They should install their
  559. ***************
  560. *** 459,465 ****
  561.   The directory for installing the man pages (if any) for this package.
  562.   It should include the suffix for the proper section of the
  563.   manual---usually @samp{1} for a utility.  It will normally be
  564. ! @file{/usr/local/man/man1}, but you should write it as
  565.   @file{$(prefix)/man/man1}. 
  566.   
  567.   @item man1dir
  568. --- 459,465 ----
  569.   The directory for installing the man pages (if any) for this package.
  570.   It should include the suffix for the proper section of the
  571.   manual---usually @samp{1} for a utility.  It will normally be
  572. ! @file{/gnu/man/man1}, but you should write it as
  573.   @file{$(prefix)/man/man1}. 
  574.   
  575.   @item man1dir
  576. ***************
  577. *** 489,495 ****
  578.   
  579.   @item infodir
  580.   The directory for installing the Info files for this package.  By
  581. ! default, it should be @file{/usr/local/info}, but it should be written
  582.   as @file{$(prefix)/info}.
  583.   
  584.   @item srcdir
  585. --- 489,495 ----
  586.   
  587.   @item infodir
  588.   The directory for installing the Info files for this package.  By
  589. ! default, it should be @file{/gnu/info}, but it should be written
  590.   as @file{$(prefix)/info}.
  591.   
  592.   @item srcdir
  593. ***************
  594. *** 504,510 ****
  595.   @c hbox, so the make manual can format correctly. --roland
  596.   # Common prefix for installation directories.
  597.   # NOTE: This directory must exist when you start the install.
  598. ! prefix = /usr/local
  599.   exec_prefix = $(prefix)
  600.   # Where to put the executable for the command `gcc'.
  601.   bindir = $(exec_prefix)/bin
  602. --- 504,510 ----
  603.   @c hbox, so the make manual can format correctly. --roland
  604.   # Common prefix for installation directories.
  605.   # NOTE: This directory must exist when you start the install.
  606. ! prefix = /gnu
  607.   exec_prefix = $(prefix)
  608.   # Where to put the executable for the command `gcc'.
  609.   bindir = $(exec_prefix)/bin
  610. diff -rc --new-file libg++-2.6.2/libg++/etc/ADT-examples/Patmain.cc /gnu/src/amiga/libg++-2.6.2/libg++/etc/ADT-examples/Patmain.cc
  611. *** libg++-2.6.2/libg++/etc/ADT-examples/Patmain.cc    Mon Nov  1 22:00:30 1993
  612. --- /gnu/src/amiga/libg++-2.6.2/libg++/etc/ADT-examples/Patmain.cc    Sun Dec 18 12:47:43 1994
  613. ***************
  614. *** 2,8 ****
  615.   
  616.   #include <stream.h>
  617.   #include <stdio.h>
  618. ! #include <string.h>
  619.   #include "Patricia.h"
  620.   #include <builtin.h>
  621.   
  622. --- 2,8 ----
  623.   
  624.   #include <stream.h>
  625.   #include <stdio.h>
  626. ! #include </gnu/include/string.h>    /* Avoid getting String.h */
  627.   #include "Patricia.h"
  628.   #include <builtin.h>
  629.   
  630. diff -rc --new-file libg++-2.6.2/libg++/etc/benchmarks/Makefile.in /gnu/src/amiga/libg++-2.6.2/libg++/etc/benchmarks/Makefile.in
  631. *** libg++-2.6.2/libg++/etc/benchmarks/Makefile.in    Fri May 13 23:54:14 1994
  632. --- /gnu/src/amiga/libg++-2.6.2/libg++/etc/benchmarks/Makefile.in    Sun Dec 18 12:47:44 1994
  633. ***************
  634. *** 2,8 ****
  635.   
  636.   srcdir = .
  637.   
  638. ! prefix = /usr/local
  639.   
  640.   
  641.   # select QUICK= -DQUICK to get 50000 instead of 500000 iterations
  642. --- 2,8 ----
  643.   
  644.   srcdir = .
  645.   
  646. ! prefix = /gnu
  647.   
  648.   
  649.   # select QUICK= -DQUICK to get 50000 instead of 500000 iterations
  650. diff -rc --new-file libg++-2.6.2/libg++/etc/benchmarks/dhrystone.cc /gnu/src/amiga/libg++-2.6.2/libg++/etc/benchmarks/dhrystone.cc
  651. *** libg++-2.6.2/libg++/etc/benchmarks/dhrystone.cc    Sun Nov 21 05:33:12 1993
  652. --- /gnu/src/amiga/libg++-2.6.2/libg++/etc/benchmarks/dhrystone.cc    Sun Dec 18 12:47:44 1994
  653. ***************
  654. *** 331,337 ****
  655.   
  656.   
  657.   #ifdef    NOSTRUCTASSIGN
  658. ! #include <string.h>
  659.   #define    structassign(d, s)    memcpy(&(d), &(s), sizeof(d))
  660.   #else
  661.   #define    structassign(d, s)    d = s
  662. --- 331,337 ----
  663.   
  664.   
  665.   #ifdef    NOSTRUCTASSIGN
  666. ! #include </gnu/include/string.h>    /* Avoid getting String.h */
  667.   #define    structassign(d, s)    memcpy(&(d), &(s), sizeof(d))
  668.   #else
  669.   #define    structassign(d, s)    d = s
  670. diff -rc --new-file libg++-2.6.2/libg++/etc/trie-gen/test.cc /gnu/src/amiga/libg++-2.6.2/libg++/etc/trie-gen/test.cc
  671. *** libg++-2.6.2/libg++/etc/trie-gen/test.cc    Sun Apr 25 23:25:36 1993
  672. --- /gnu/src/amiga/libg++-2.6.2/libg++/etc/trie-gen/test.cc    Sun Dec 18 12:47:45 1994
  673. ***************
  674. *** 5,11 ****
  675.   */ 
  676.     
  677.   #include <stdio.h>
  678. ! #include <string.h>
  679.   
  680.   #define MAX_LEN 200
  681.   
  682. --- 5,11 ----
  683.   */ 
  684.     
  685.   #include <stdio.h>
  686. ! #include </gnu/include/string.h>    /* Avoid getting String.h */
  687.   
  688.   #define MAX_LEN 200
  689.   
  690. diff -rc --new-file libg++-2.6.2/libg++/etc/trie-gen/trie.cc /gnu/src/amiga/libg++-2.6.2/libg++/etc/trie-gen/trie.cc
  691. *** libg++-2.6.2/libg++/etc/trie-gen/trie.cc    Fri May 13 22:08:10 1994
  692. --- /gnu/src/amiga/libg++-2.6.2/libg++/etc/trie-gen/trie.cc    Sun Dec 18 12:47:45 1994
  693. ***************
  694. *** 68,74 ****
  695.       {
  696.         sort ();
  697.   
  698. !       fputs ("#include <string.h>\n#define MAX_ASCII 128\n\nstatic", stdout);
  699.         if (option[CONST])
  700.           fputs (" const", stdout);
  701.         fputs (" char *const word_list[] = \n{\n  \"\",\n", stdout);
  702. --- 68,74 ----
  703.       {
  704.         sort ();
  705.   
  706. !       fputs ("#include </gnu/include/string.h>\n#define MAX_ASCII 128\n\nstatic", stdout);
  707.         if (option[CONST])
  708.           fputs (" const", stdout);
  709.         fputs (" char *const word_list[] = \n{\n  \"\",\n", stdout);
  710. diff -rc --new-file libg++-2.6.2/libg++/old-stream/Makefile.in /gnu/src/amiga/libg++-2.6.2/libg++/old-stream/Makefile.in
  711. *** libg++-2.6.2/libg++/old-stream/Makefile.in    Mon Apr 19 03:36:54 1993
  712. --- /gnu/src/amiga/libg++-2.6.2/libg++/old-stream/Makefile.in    Sun Dec 18 12:47:46 1994
  713. ***************
  714. *** 10,16 ****
  715.   # should be installed where user programs can find them.
  716.   
  717.   USER_INCLUDES = File.h Filebuf.h Fmodes.h PlotFile.h SFile.h \
  718. !   filebuf.h istream.h ostream.h stream.h streambuf.h
  719.   
  720.   # The following include files are private to the implementation.
  721.   
  722. --- 10,16 ----
  723.   # should be installed where user programs can find them.
  724.   
  725.   USER_INCLUDES = File.h Filebuf.h Fmodes.h PlotFile.h SFile.h \
  726. !   _filebuf.h istream.h ostream.h stream.h streambuf.h
  727.   
  728.   # The following include files are private to the implementation.
  729.   
  730. diff -rc --new-file libg++-2.6.2/libg++/old-stream/istream.h /gnu/src/amiga/libg++-2.6.2/libg++/old-stream/istream.h
  731. *** libg++-2.6.2/libg++/old-stream/istream.h    Fri Jan 17 18:11:02 1992
  732. --- /gnu/src/amiga/libg++-2.6.2/libg++/old-stream/istream.h    Sun Dec 18 12:47:47 1994
  733. ***************
  734. *** 29,35 ****
  735.   
  736.   #include <File.h>
  737.   #include <streambuf.h>
  738. ! #include <filebuf.h>
  739.   #include <Filebuf.h>
  740.   
  741.   class whitespace                // a class used only to input and
  742. --- 29,35 ----
  743.   
  744.   #include <File.h>
  745.   #include <streambuf.h>
  746. ! #include <_filebuf.h>    /* Avoid name clash; Filebuf.h <==> filebuf.h */
  747.   #include <Filebuf.h>
  748.   
  749.   class whitespace                // a class used only to input and
  750. diff -rc --new-file libg++-2.6.2/libg++/old-stream/ostream.h /gnu/src/amiga/libg++-2.6.2/libg++/old-stream/ostream.h
  751. *** libg++-2.6.2/libg++/old-stream/ostream.h    Fri Jan 17 18:11:08 1992
  752. --- /gnu/src/amiga/libg++-2.6.2/libg++/old-stream/ostream.h    Sun Dec 18 12:47:47 1994
  753. ***************
  754. *** 32,38 ****
  755.   
  756.   #include <File.h>
  757.   #include <streambuf.h>
  758. ! #include <filebuf.h>
  759.   #include <Filebuf.h>
  760.   
  761.   class istream;
  762. --- 32,38 ----
  763.   
  764.   #include <File.h>
  765.   #include <streambuf.h>
  766. ! #include <_filebuf.h>    /* Avoid name clash; Filebuf.h <==> filebuf.h */
  767.   #include <Filebuf.h>
  768.   
  769.   class istream;
  770. diff -rc --new-file libg++-2.6.2/libg++/proto-kit/Makefile /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/Makefile
  771. *** libg++-2.6.2/libg++/proto-kit/Makefile    Fri Jun 28 17:24:18 1991
  772. --- /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/Makefile    Sun Dec 18 12:47:48 1994
  773. ***************
  774. *** 70,76 ****
  775.   CS   := $(BASE)/usr/cs
  776.   
  777.   # GNU directories
  778. ! GNULIBDIR := $(BASE)/usr/local/lib
  779.   GNUIDIR := $(GNULIBDIR)/g++-include
  780.   
  781.   # the g++ library prototypes...
  782. --- 70,76 ----
  783.   CS   := $(BASE)/usr/cs
  784.   
  785.   # GNU directories
  786. ! GNULIBDIR := /gnu/lib
  787.   GNUIDIR := $(GNULIBDIR)/g++-include
  788.   
  789.   # the g++ library prototypes...
  790. diff -rc --new-file libg++-2.6.2/libg++/proto-kit/Makefile.new /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/Makefile.new
  791. *** libg++-2.6.2/libg++/proto-kit/Makefile.new    Tue Jul 30 13:19:12 1991
  792. --- /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/Makefile.new    Sun Dec 18 12:47:49 1994
  793. ***************
  794. *** 70,76 ****
  795.   CS   := $(BASE)/usr/cs
  796.   
  797.   # GNU directories
  798. ! GNULIBDIR := $(BASE)/usr/local/lib
  799.   GNUIDIR := $(GNULIBDIR)/g++-include
  800.   
  801.   # the g++ library prototypes...
  802. --- 70,76 ----
  803.   CS   := $(BASE)/usr/cs
  804.   
  805.   # GNU directories
  806. ! GNULIBDIR := /gnu/lib
  807.   GNUIDIR := $(GNULIBDIR)/g++-include
  808.   
  809.   # the g++ library prototypes...
  810. diff -rc --new-file libg++-2.6.2/libg++/proto-kit/hierarchy /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/hierarchy
  811. *** libg++-2.6.2/libg++/proto-kit/hierarchy    Fri Jun 28 17:24:36 1991
  812. --- /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/hierarchy    Sun Dec 18 12:47:49 1994
  813. ***************
  814. *** 1,4 ****
  815. ! #!/usr/local/bin/gawk -f
  816.   #**************************************************************************************
  817.   #
  818.   # hierarchy:
  819. --- 1,4 ----
  820. ! #! /gnu/bin/gawk -f
  821.   #**************************************************************************************
  822.   #
  823.   # hierarchy:
  824. diff -rc --new-file libg++-2.6.2/libg++/proto-kit/prototype /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/prototype
  825. *** libg++-2.6.2/libg++/proto-kit/prototype    Fri Jun 28 17:24:50 1991
  826. --- /gnu/src/amiga/libg++-2.6.2/libg++/proto-kit/prototype    Sun Dec 18 12:47:49 1994
  827. ***************
  828. *** 1,4 ****
  829. ! #!/usr/local/bin/gawk -f
  830.   #
  831.   # types: types[x] = 1 for each type 'x' we have completed.  'x' has separators
  832.   #
  833. --- 1,4 ----
  834. ! #! /gnu/bin/gawk -f
  835.   #
  836.   # types: types[x] = 1 for each type 'x' we have completed.  'x' has separators
  837.   #
  838. diff -rc --new-file libg++-2.6.2/libg++/src/BitSet.cc /gnu/src/amiga/libg++-2.6.2/libg++/src/BitSet.cc
  839. *** libg++-2.6.2/libg++/src/BitSet.cc    Wed May 11 03:53:48 1994
  840. --- /gnu/src/amiga/libg++-2.6.2/libg++/src/BitSet.cc    Sun Dec 18 12:47:51 1994
  841. ***************
  842. *** 29,35 ****
  843.   #include <AllocRing.h>
  844.   #include <new.h>
  845.   #include <builtin.h>
  846. ! #include <string.h>
  847.   #include <strstream.h>
  848.   
  849.   void BitSet::error(const char* msg) const
  850. --- 29,35 ----
  851.   #include <AllocRing.h>
  852.   #include <new.h>
  853.   #include <builtin.h>
  854. ! #include </gnu/include/string.h>    /* Avoid getting String.h */
  855.   #include <strstream.h>
  856.   
  857.   void BitSet::error(const char* msg) const
  858. diff -rc --new-file libg++-2.6.2/libg++/src/CursesW.h /gnu/src/amiga/libg++-2.6.2/libg++/src/CursesW.h
  859. *** libg++-2.6.2/libg++/src/CursesW.h    Mon Oct 24 19:06:46 1994
  860. --- /gnu/src/amiga/libg++-2.6.2/libg++/src/CursesW.h    Sun Dec 18 12:47:53 1994
  861. ***************
  862. *** 130,140 ****
  863.   #endif
  864.   #endif
  865.   #ifdef standend
  866. ! inline int (standend)()  { return standend(); }
  867.   #undef standend
  868.   #endif
  869.   #ifdef standout
  870. ! inline int (standout)()  { return standout(); }
  871.   #undef standout
  872.   #endif
  873.   #ifdef wstandend
  874. --- 130,140 ----
  875.   #endif
  876.   #endif
  877.   #ifdef standend
  878. ! inline int (standend)()  { return (int) standend(); }
  879.   #undef standend
  880.   #endif
  881.   #ifdef standout
  882. ! inline int (standout)()  { return (int) standout(); }
  883.   #undef standout
  884.   #endif
  885.   #ifdef wstandend
  886. ***************
  887. *** 558,569 ****
  888.   
  889.   inline int CursesWindow::standout()                   
  890.   {
  891. !   return ::wstandout(w); 
  892.   }
  893.   
  894.   inline int CursesWindow::standend()                   
  895.   {
  896. !   return ::wstandend(w); 
  897.   }
  898.   
  899.   inline int CursesWindow::lines()                      
  900. --- 558,569 ----
  901.   
  902.   inline int CursesWindow::standout()                   
  903.   {
  904. !   return (int) ::wstandout(w); 
  905.   }
  906.   
  907.   inline int CursesWindow::standend()                   
  908.   {
  909. !   return (int) ::wstandend(w); 
  910.   }
  911.   
  912.   inline int CursesWindow::lines()                      
  913. diff -rc --new-file libg++-2.6.2/libg++/src/std.h /gnu/src/amiga/libg++-2.6.2/libg++/src/std.h
  914. *** libg++-2.6.2/libg++/src/std.h    Sat Apr 30 19:56:12 1994
  915. --- /gnu/src/amiga/libg++-2.6.2/libg++/src/std.h    Sun Dec 18 12:47:55 1994
  916. ***************
  917. *** 22,28 ****
  918.   #include <_G_config.h>
  919.   #include <defines.h>
  920.   #include <stdlib.h>
  921. ! #include <string.h>
  922.   #include <unistd.h>
  923.   #include <stdio.h> 
  924.   #include <errno.h>
  925. --- 22,28 ----
  926.   #include <_G_config.h>
  927.   #include <defines.h>
  928.   #include <stdlib.h>
  929. ! #include </gnu/include/string.h>    /* Avoid getting String.h */
  930.   #include <unistd.h>
  931.   #include <stdio.h> 
  932.   #include <errno.h>
  933. diff -rc --new-file libg++-2.6.2/libg++/tests/Makefile.sh /gnu/src/amiga/libg++-2.6.2/libg++/tests/Makefile.sh
  934. *** libg++-2.6.2/libg++/tests/Makefile.sh    Mon Nov  7 22:12:02 1994
  935. --- /gnu/src/amiga/libg++-2.6.2/libg++/tests/Makefile.sh    Sun Dec 18 12:47:56 1994
  936. ***************
  937. *** 14,20 ****
  938.   
  939.   cat <<EOF
  940.   # executables
  941. ! TOUTS =  test_h tCurses ${TESTS0} ${TESTS1} tiLList tGetOpt
  942.   
  943.   EOF
  944.   
  945. --- 14,20 ----
  946.   
  947.   cat <<EOF
  948.   # executables
  949. ! TOUTS =  test_h ${TESTS0} ${TESTS1} tiLList tGetOpt
  950.   
  951.   EOF
  952.   
  953. ***************
  954. *** 92,100 ****
  955.   # Comment this out if your compiler doesn't handle templates:
  956.   CHECK_TEMPLATES=check-templates
  957.   
  958. ! tests checktests: clean_tests test_h tCurses \
  959. !   check-tObstack check-tString check-tInteger \
  960. !   check-tRational check-tComplex check-tBitSet check-tBitString \
  961.     check-tFix check-tFix16 check-tFix24 check-tGetOpt \
  962.     check-tList check-tPlex check-tLList check-tVec \
  963.     check-tStack check-tQueue check-tDeque check-tPQ \
  964. --- 92,100 ----
  965.   # Comment this out if your compiler doesn't handle templates:
  966.   CHECK_TEMPLATES=check-templates
  967.   
  968. ! tests checktests: clean_tests test_h \
  969. !   check-tObstack check-tInteger \
  970. !   check-tRational check-tComplex check-tBitSet \
  971.     check-tFix check-tFix16 check-tFix24 check-tGetOpt \
  972.     check-tList check-tPlex check-tLList check-tVec \
  973.     check-tStack check-tQueue check-tDeque check-tPQ \
  974. ***************
  975. *** 135,144 ****
  976.   LIB_FOR_tFix24=-lm
  977.   LIB_FOR_tCurses="-lcurses -ltermcap"
  978.   
  979.   for TEST in $TESTS0 tiLList tCurses tGetOpt; do
  980.     echo "${TEST}: ${TEST}.o"
  981.     echo '    $(CXX) $(LDFLAGS)' "${TEST}.o" '-o $@ $(LIBS)' \
  982. !     `eval echo '$LIB_FOR_'$TEST`
  983.     echo ""
  984.   done
  985.   for TEST in twrapper tgwrapper $TESTS1; do
  986. --- 135,148 ----
  987.   LIB_FOR_tFix24=-lm
  988.   LIB_FOR_tCurses="-lcurses -ltermcap"
  989.   
  990. + # Note: The eval line below causes a command of the form "echo -lcurses ..."
  991. + # to be run, which is not handled properly on the Amiga with pdksh's
  992. + # internal echo.  Force the GNU echo (/bin/echo) to be used.  -fnf
  993.   for TEST in $TESTS0 tiLList tCurses tGetOpt; do
  994.     echo "${TEST}: ${TEST}.o"
  995.     echo '    $(CXX) $(LDFLAGS)' "${TEST}.o" '-o $@ $(LIBS)' \
  996. !     `eval /bin/echo '$LIB_FOR_'$TEST`
  997.     echo ""
  998.   done
  999.   for TEST in twrapper tgwrapper $TESTS1; do
  1000. diff -rc --new-file libg++-2.6.2/libg++/tests/test_h.cc /gnu/src/amiga/libg++-2.6.2/libg++/tests/test_h.cc
  1001. *** libg++-2.6.2/libg++/tests/test_h.cc    Fri Oct 14 19:05:46 1994
  1002. --- /gnu/src/amiga/libg++-2.6.2/libg++/tests/test_h.cc    Sun Dec 18 12:47:57 1994
  1003. ***************
  1004. *** 67,73 ****
  1005.   #include <assert.h>
  1006.   #include <libc.h>
  1007.   #include <compare.h>
  1008. ! #include <complex.h>
  1009.   #include <ctype.h>
  1010.   #include <errno.h>
  1011.   #include <generic.h>
  1012. --- 67,73 ----
  1013.   #include <assert.h>
  1014.   #include <libc.h>
  1015.   #include <compare.h>
  1016. ! #include <_complex.h>    /* Avoid name clash; Complex.h <==> complex.h */
  1017.   #include <ctype.h>
  1018.   #include <errno.h>
  1019.   #include <generic.h>
  1020. ***************
  1021. *** 87,93 ****
  1022.   #include <stdio.h>
  1023.   #include <stdlib.h>
  1024.   #include <strclass.h>
  1025. ! #include <string.h>
  1026.   #include <swap.h>
  1027.   #include <unistd.h>
  1028.   #include <limits.h>
  1029. --- 87,93 ----
  1030.   #include <stdio.h>
  1031.   #include <stdlib.h>
  1032.   #include <strclass.h>
  1033. ! #include </gnu/include/string.h>    /* Avoid getting String.h */
  1034.   #include <swap.h>
  1035.   #include <unistd.h>
  1036.   #include <limits.h>
  1037. diff -rc --new-file libg++-2.6.2/libiberty/Makefile.in /gnu/src/amiga/libg++-2.6.2/libiberty/Makefile.in
  1038. *** libg++-2.6.2/libiberty/Makefile.in    Mon Nov  7 22:14:18 1994
  1039. --- /gnu/src/amiga/libg++-2.6.2/libiberty/Makefile.in    Sun Dec 18 12:52:46 1994
  1040. ***************
  1041. *** 28,34 ****
  1042.   
  1043.   srcdir = .
  1044.   
  1045. ! prefix = /usr/local
  1046.   
  1047.   exec_prefix = $(prefix)
  1048.   bindir = $(exec_prefix)/bin
  1049. --- 28,34 ----
  1050.   
  1051.   srcdir = .
  1052.   
  1053. ! prefix = /gnu
  1054.   
  1055.   exec_prefix = $(prefix)
  1056.   bindir = $(exec_prefix)/bin
  1057. ***************
  1058. *** 61,67 ****
  1059.   AR_FLAGS = rc
  1060.   
  1061.   ERRORS_CC = $(CC)
  1062. ! CFLAGS = -g
  1063.   LIBCFLAGS = $(CFLAGS)
  1064.   BISON = bison
  1065.   MAKEINFO = makeinfo
  1066. --- 61,68 ----
  1067.   AR_FLAGS = rc
  1068.   
  1069.   ERRORS_CC = $(CC)
  1070. ! #AmigaDOS hack - suppress use of -g which isn't really supported yet.
  1071. ! CFLAGS = -O2
  1072.   LIBCFLAGS = $(CFLAGS)
  1073.   BISON = bison
  1074.   MAKEINFO = makeinfo
  1075. ***************
  1076. *** 108,114 ****
  1077.   .PHONY: check installcheck
  1078.   check installcheck:
  1079.   
  1080.   #### Host, target, and site specific Makefile fragments come in here.
  1081.   ###
  1082.   
  1083. --- 109,115 ----
  1084.   .PHONY: check installcheck
  1085.   check installcheck:
  1086.   
  1087. ! CC=gcc
  1088.   #### Host, target, and site specific Makefile fragments come in here.
  1089.   ###
  1090.   
  1091. diff -rc --new-file libg++-2.6.2/libio/config.shared /gnu/src/amiga/libg++-2.6.2/libio/config.shared
  1092. *** libg++-2.6.2/libio/config.shared    Tue Nov 29 23:35:20 1994
  1093. --- /gnu/src/amiga/libg++-2.6.2/libio/config.shared    Sun Dec 18 12:51:34 1994
  1094. ***************
  1095. *** 40,46 ****
  1096.   echo "srcdir = ${srcdir}"
  1097.   echo "SUBDIRS = ${SUBDIRS}"
  1098.   
  1099. ! echo "prefix = ${prefix-/usr/local}"
  1100.   echo "exec_prefix = ${exec_prefix-'${prefix}'}"
  1101.   
  1102.   echo 'bindir = $(exec_prefix)/bin'
  1103. --- 40,46 ----
  1104.   echo "srcdir = ${srcdir}"
  1105.   echo "SUBDIRS = ${SUBDIRS}"
  1106.   
  1107. ! echo "prefix = ${prefix-/gnu}"
  1108.   echo "exec_prefix = ${exec_prefix-'${prefix}'}"
  1109.   
  1110.   echo 'bindir = $(exec_prefix)/bin'
  1111. ***************
  1112. *** 97,103 ****
  1113.   echo ''
  1114.   echo 'CC = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
  1115.   echo '    then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
  1116. ! echo '    else echo cc ; fi`'
  1117.   echo 'CXX = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
  1118.   echo '    then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
  1119.   echo '    else echo gcc ; fi`'
  1120. --- 97,103 ----
  1121.   echo ''
  1122.   echo 'CC = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
  1123.   echo '    then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
  1124. ! echo '    else echo gcc ; fi`'
  1125.   echo 'CXX = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
  1126.   echo '    then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
  1127.   echo '    else echo gcc ; fi`'
  1128. ***************
  1129. *** 108,115 ****
  1130.   else
  1131.     echo 'WRAP_C_INCLUDES = -I$(srcdir)'/${TOLIBGXX}g++-include
  1132.   fi
  1133. ! echo 'CFLAGS = -g'
  1134. ! echo 'CXXFLAGS = -g -O'
  1135.   echo 'LIBCFLAGS = $(CFLAGS)'
  1136.   echo 'LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates'
  1137.   
  1138. --- 108,115 ----
  1139.   else
  1140.     echo 'WRAP_C_INCLUDES = -I$(srcdir)'/${TOLIBGXX}g++-include
  1141.   fi
  1142. ! echo 'CFLAGS = -O2'
  1143. ! echo 'CXXFLAGS = -O2'
  1144.   echo 'LIBCFLAGS = $(CFLAGS)'
  1145.   echo 'LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates'
  1146.   
  1147. diff -rc --new-file libg++-2.6.2/libio/dbz/Makefile.in /gnu/src/amiga/libg++-2.6.2/libio/dbz/Makefile.in
  1148. *** libg++-2.6.2/libio/dbz/Makefile.in    Thu Jun 30 11:50:28 1994
  1149. --- /gnu/src/amiga/libg++-2.6.2/libio/dbz/Makefile.in    Sun Dec 18 12:48:04 1994
  1150. ***************
  1151. *** 1,5 ****
  1152.   srcdir = .
  1153. ! CFLAGS = -g
  1154.   C_FLAGS = $(CFLAGS) -I$(srcdir) -I.. -I$(srcdir)/.. -DDBZ_FINISH='_IO_flush_all()'
  1155.   CC = `if [ -f ../../../gcc/gcc ] ; \
  1156.       then echo ../../../gcc/gcc -B../../../gcc/ ; \
  1157. --- 1,5 ----
  1158.   srcdir = .
  1159. ! CFLAGS = -O2
  1160.   C_FLAGS = $(CFLAGS) -I$(srcdir) -I.. -I$(srcdir)/.. -DDBZ_FINISH='_IO_flush_all()'
  1161.   CC = `if [ -f ../../../gcc/gcc ] ; \
  1162.       then echo ../../../gcc/gcc -B../../../gcc/ ; \
  1163. ***************
  1164. *** 117,122 ****
  1165. --- 117,123 ----
  1166.       mkdir xx
  1167.       chmod -w xx
  1168.       ./rdbz -E 1000 -0 -M -i -S -u -U -C xx dbase
  1169. +     sleep 5  # Give lock time to go away (AmigaDOS hack)
  1170.       rmdir xx
  1171.       sed '/>    0/d' $(RHIST) >dbase.used
  1172.       test "`cat dbase.used | wc -l`" -eq "`sed -n '2s/ .*//p' dbase.dir`" ;
  1173. diff -rc --new-file libg++-2.6.2/libio/gen-params /gnu/src/amiga/libg++-2.6.2/libio/gen-params
  1174. *** libg++-2.6.2/libio/gen-params    Wed Dec 14 23:49:06 1994
  1175. --- /gnu/src/amiga/libg++-2.6.2/libio/gen-params    Sun Dec 18 12:48:06 1994
  1176. ***************
  1177. *** 50,56 ****
  1178.   binutilsdir=${binutilsdir-${rootdir}/binutils}
  1179.   CC=${CC-`if [ -f ${gccdir}/xgcc ] ; \
  1180.       then echo ${gccdir}/xgcc -B${gccdir}/ ; \
  1181. !     else echo cc ; fi`}
  1182.   CXX=${CXX-`if [ -f ${gccdir}/xgcc ] ; \
  1183.       then echo ${gccdir}/xgcc -B${gccdir}/ ; \
  1184.       else echo gcc ; fi`}
  1185. --- 50,56 ----
  1186.   binutilsdir=${binutilsdir-${rootdir}/binutils}
  1187.   CC=${CC-`if [ -f ${gccdir}/xgcc ] ; \
  1188.       then echo ${gccdir}/xgcc -B${gccdir}/ ; \
  1189. !     else echo gcc ; fi`}
  1190.   CXX=${CXX-`if [ -f ${gccdir}/xgcc ] ; \
  1191.       then echo ${gccdir}/xgcc -B${gccdir}/ ; \
  1192.       else echo gcc ; fi`}
  1193. diff -rc --new-file libg++-2.6.2/libio/tests/Makefile.in /gnu/src/amiga/libg++-2.6.2/libio/tests/Makefile.in
  1194. *** libg++-2.6.2/libio/tests/Makefile.in    Sat Nov  5 18:36:50 1994
  1195. --- /gnu/src/amiga/libg++-2.6.2/libio/tests/Makefile.in    Sun Dec 18 12:48:06 1994
  1196. ***************
  1197. *** 17,25 ****
  1198.   
  1199.   srcdir = .
  1200.   
  1201. ! CFLAGS = -g
  1202.   C_FLAGS = $(CFLAGS) -I. -I.. -I$(srcdir) -I$(srcdir)/..
  1203. ! CXXFLAGS = -g
  1204.   CC = gcc
  1205.   CXX = gcc
  1206.   
  1207. --- 17,27 ----
  1208.   
  1209.   srcdir = .
  1210.   
  1211. ! # AmigaDOS hack - suppress use of -g which isn't really supported yet.
  1212. ! CFLAGS = -O2
  1213.   C_FLAGS = $(CFLAGS) -I. -I.. -I$(srcdir) -I$(srcdir)/..
  1214. ! # AmigaDOS hack - suppress use of -g which isn't really supported yet.
  1215. ! CXXFLAGS = -O2
  1216.   CC = gcc
  1217.   CXX = gcc
  1218.   
  1219. ***************
  1220. *** 161,167 ****
  1221.         -o tfformat $(srcdir)/tfformat.c $(IOSTDIOLIB)
  1222.   
  1223.   check-tfformat: tfformat
  1224. !     ./tfformat
  1225.   
  1226.   tiformat: $(srcdir)/tiformat.c
  1227.       $(CC) $(C_FLAGS) -DTEST_LIBIO -o tiformat $(srcdir)/tiformat.c $(IOSTDIOLIB)
  1228. --- 163,169 ----
  1229.         -o tfformat $(srcdir)/tfformat.c $(IOSTDIOLIB)
  1230.   
  1231.   check-tfformat: tfformat
  1232. !     -./tfformat
  1233.   
  1234.   tiformat: $(srcdir)/tiformat.c
  1235.       $(CC) $(C_FLAGS) -DTEST_LIBIO -o tiformat $(srcdir)/tiformat.c $(IOSTDIOLIB)
  1236. diff -rc --new-file libg++-2.6.2/librx/configure /gnu/src/amiga/libg++-2.6.2/librx/configure
  1237. *** libg++-2.6.2/librx/configure    Fri Aug 26 14:38:42 1994
  1238. --- /gnu/src/amiga/libg++-2.6.2/librx/configure    Sun Dec 18 12:55:12 1994
  1239. ***************
  1240. *** 1,64 ****
  1241.   #!/bin/sh
  1242. - # Guess values for system-dependent variables and create Makefiles.
  1243. - # Generated automatically using autoconf version 1.11 
  1244. - # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
  1245. - # This configure script is free software; you can redistribute it and/or
  1246. - # modify it under the terms of the GNU General Public License as published
  1247. - # by the Free Software Foundation; either version 2, or (at your option)
  1248. - # any later version.
  1249. - # This script is distributed in the hope that it will be useful, but
  1250. - # WITHOUT ANY WARRANTY; without even the implied warranty of
  1251. - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
  1252. - # Public License for more details.
  1253. - # You should have received a copy of the GNU General Public License
  1254. - # along with this program; if not, write to the Free Software
  1255. - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1256.   
  1257. ! # Save the original args to write them into config.status later.
  1258. ! configure_args="$*"
  1259.   
  1260. ! # Only options that might do something get documented.
  1261. ! ac_usage="Usage: configure [options] [host]
  1262. ! Options: [defaults in brackets after descriptions]
  1263. ! --build=BUILD        configure for building on BUILD [BUILD=HOST]
  1264. ! --disable-FEATURE    do not include FEATURE (same as --enable-FEATURE=no)
  1265. ! --enable-FEATURE[=ARG]    include FEATURE [ARG=yes]
  1266. ! --exec-prefix=PREFIX    install host dependent files in PREFIX [/usr/local]
  1267. ! --help            print this message
  1268. ! --host=HOST        configure for HOST [guessed]
  1269. ! --prefix=PREFIX        install host independent files in PREFIX [/usr/local]
  1270. ! --quiet, --silent    do not print \`checking for...' messages
  1271. ! --srcdir=DIR        find the sources in DIR [configure dir or ..]
  1272. ! --target=TARGET        configure for TARGET [TARGET=HOST]
  1273. ! --verbose        print results of checks
  1274. ! --version        print the version of autoconf that created configure
  1275. ! --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1276. ! --without-PACKAGE    do not use PACKAGE (same as --with-PACKAGE=no)
  1277. ! --x-includes=DIR    X include files are in DIR
  1278. ! --x-libraries=DIR    X library files are in DIR"
  1279.   
  1280.   # Initialize some variables set by options.
  1281.   # The variables have the same names as the options, with
  1282.   # dashes changed to underlines.
  1283.   build=NONE
  1284. ! exec_prefix=
  1285.   host=NONE
  1286.   no_create=
  1287.   nonopt=NONE
  1288. ! norecursion=
  1289. ! prefix=
  1290. ! program_prefix=
  1291. ! program_suffix=
  1292. ! program_transform_name=
  1293.   silent=
  1294.   srcdir=
  1295.   target=NONE
  1296.   verbose=
  1297. ! x_includes=
  1298. ! x_libraries=
  1299.   
  1300.   ac_prev=
  1301.   for ac_option
  1302. --- 1,41 ----
  1303.   #!/bin/sh
  1304.   
  1305. ! # Guess values for system-dependent variables and create Makefiles.
  1306. ! # Generated automatically using autoconf version 2.1 
  1307. ! # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  1308. ! #
  1309. ! # This configure script is free software; the Free Software Foundation
  1310. ! # gives unlimited permission to copy, distribute and modify it.
  1311.   
  1312. ! # Defaults:
  1313. ! ac_help=
  1314. ! ac_default_prefix=/gnu
  1315. ! # Any additions from configure.in:
  1316.   
  1317.   # Initialize some variables set by options.
  1318.   # The variables have the same names as the options, with
  1319.   # dashes changed to underlines.
  1320.   build=NONE
  1321. ! cache_file=./config.cache
  1322. ! exec_prefix=NONE
  1323.   host=NONE
  1324.   no_create=
  1325.   nonopt=NONE
  1326. ! no_recursion=
  1327. ! prefix=NONE
  1328. ! program_prefix=NONE
  1329. ! program_suffix=NONE
  1330. ! program_transform_name=s,x,x,
  1331.   silent=
  1332. + site=
  1333.   srcdir=
  1334.   target=NONE
  1335.   verbose=
  1336. ! x_includes=NONE
  1337. ! x_libraries=NONE
  1338. ! # Initialize some other variables.
  1339. ! subdirs=
  1340.   
  1341.   ac_prev=
  1342.   for ac_option
  1343. ***************
  1344. *** 71,84 ****
  1345.       continue
  1346.     fi
  1347.   
  1348. -   # Accept (but ignore some of) the important Cygnus configure
  1349. -   # options, so we can diagnose typos.
  1350.     case "$ac_option" in
  1351. !   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  1352.     *) ac_optarg= ;;
  1353.     esac
  1354.   
  1355.     case "$ac_option" in
  1356.   
  1357.     -build | --build | --buil | --bui | --bu | --b)
  1358. --- 48,60 ----
  1359.       continue
  1360.     fi
  1361.   
  1362.     case "$ac_option" in
  1363. !   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  1364.     *) ac_optarg= ;;
  1365.     esac
  1366.   
  1367. +   # Accept the important Cygnus configure options, so we can diagnose typos.
  1368.     case "$ac_option" in
  1369.   
  1370.     -build | --build | --buil | --bui | --bu | --b)
  1371. ***************
  1372. *** 86,114 ****
  1373.     -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  1374.       build="$ac_optarg" ;;
  1375.   
  1376.     -disable-* | --disable-*)
  1377. !     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  1378. !     # Reject names that aren't valid shell variable names.
  1379. !     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  1380. !       echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  1381.       fi
  1382. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  1383.       eval "enable_${ac_feature}=no" ;;
  1384.   
  1385.     -enable-* | --enable-*)
  1386. !     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  1387. !     # Reject names that aren't valid shell variable names.
  1388. !     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  1389. !       echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  1390.       fi
  1391. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  1392.       case "$ac_option" in
  1393.         *=*) ;;
  1394.         *) ac_optarg=yes ;;
  1395.       esac
  1396.       eval "enable_${ac_feature}='$ac_optarg'" ;;
  1397.   
  1398. -   # For backward compatibility, recognize -exec-prefix and --exec_prefix.
  1399.     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1400.     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1401.     | --exec | --exe | --ex)
  1402. --- 62,96 ----
  1403.     -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  1404.       build="$ac_optarg" ;;
  1405.   
  1406. +   -cache-file | --cache-file | --cache-fil | --cache-fi \
  1407. +   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1408. +     ac_prev=cache_file ;;
  1409. +   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1410. +   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1411. +     cache_file="$ac_optarg" ;;
  1412.     -disable-* | --disable-*)
  1413. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  1414. !     # Reject names that are not valid shell variable names.
  1415. !     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  1416. !       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  1417.       fi
  1418. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  1419.       eval "enable_${ac_feature}=no" ;;
  1420.   
  1421.     -enable-* | --enable-*)
  1422. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  1423. !     # Reject names that are not valid shell variable names.
  1424. !     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  1425. !       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  1426.       fi
  1427. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  1428.       case "$ac_option" in
  1429.         *=*) ;;
  1430.         *) ac_optarg=yes ;;
  1431.       esac
  1432.       eval "enable_${ac_feature}='$ac_optarg'" ;;
  1433.   
  1434.     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1435.     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1436.     | --exec | --exe | --ex)
  1437. ***************
  1438. *** 119,129 ****
  1439.       exec_prefix="$ac_optarg" ;;
  1440.   
  1441.     -gas | --gas | --ga | --g)
  1442. !     with_gas=yes ;; # Obsolete; use --with-gas.
  1443.   
  1444.     -help | --help | --hel | --he)
  1445.       cat << EOF
  1446. ! $ac_usage
  1447.   EOF
  1448.       exit 0 ;;
  1449.   
  1450. --- 101,142 ----
  1451.       exec_prefix="$ac_optarg" ;;
  1452.   
  1453.     -gas | --gas | --ga | --g)
  1454. !     # Obsolete; use --with-gas.
  1455. !     with_gas=yes ;;
  1456.   
  1457.     -help | --help | --hel | --he)
  1458. +     # Omit some internal or obsolete options to make the list less imposing.
  1459. +     # This message is too long to be a string in the A/UX 3.1 sh.
  1460.       cat << EOF
  1461. ! Usage: configure [options] [host]
  1462. ! Options: [defaults in brackets after descriptions]
  1463. ! Configuration:
  1464. !   --cache-file=FILE       cache test results in FILE
  1465. !   --help                  print this message
  1466. !   --no-create             do not create output files
  1467. !   --quiet, --silent       do not print \`checking...' messages
  1468. !   --version               print the version of autoconf that created configure
  1469. ! Directory and file names:
  1470. !   --prefix=PREFIX         install architecture-independent files in PREFIX
  1471. !                           [$ac_default_prefix]
  1472. !   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  1473. !                           [same as prefix]
  1474. !   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  1475. !   --program-prefix=PREFIX prepend PREFIX to installed program names
  1476. !   --program-suffix=SUFFIX append SUFFIX to installed program names
  1477. !   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  1478. ! Host type:
  1479. !   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  1480. !   --host=HOST             configure for HOST [guessed]
  1481. !   --target=TARGET         configure for TARGET [TARGET=HOST]
  1482. ! Features and packages:
  1483. !   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1484. !   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1485. !   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1486. !   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  1487. !   --x-includes=DIR        X include files are in DIR
  1488. !   --x-libraries=DIR       X library files are in DIR
  1489. ! --enable and --with options recognized:$ac_help
  1490.   EOF
  1491.       exit 0 ;;
  1492.   
  1493. ***************
  1494. *** 133,147 ****
  1495.       host="$ac_optarg" ;;
  1496.   
  1497.     -nfp | --nfp | --nf)
  1498. !     with_fp=no ;; # Obsolete; use --without-fp.
  1499.   
  1500.     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1501.     | --no-cr | --no-c)
  1502.       no_create=yes ;;
  1503.   
  1504. !   -norecursion | --norecursion | --norecursio | --norecursi \
  1505. !   | --norecurs | --norecur | --norecu | --norec | --nore | --nor)
  1506. !     norecursion=yes ;;
  1507.   
  1508.     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1509.       ac_prev=prefix ;;
  1510. --- 146,161 ----
  1511.       host="$ac_optarg" ;;
  1512.   
  1513.     -nfp | --nfp | --nf)
  1514. !     # Obsolete; use --without-fp.
  1515. !     with_fp=no ;;
  1516.   
  1517.     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1518.     | --no-cr | --no-c)
  1519.       no_create=yes ;;
  1520.   
  1521. !   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1522. !   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1523. !     no_recursion=yes ;;
  1524.   
  1525.     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1526.       ac_prev=prefix ;;
  1527. ***************
  1528. *** 183,188 ****
  1529. --- 197,207 ----
  1530.     | -silent | --silent | --silen | --sile | --sil)
  1531.       silent=yes ;;
  1532.   
  1533. +   -site | --site | --sit)
  1534. +     ac_prev=site ;;
  1535. +   -site=* | --site=* | --sit=*)
  1536. +     site="$ac_optarg" ;;
  1537.     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1538.       ac_prev=srcdir ;;
  1539.     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1540. ***************
  1541. *** 197,212 ****
  1542.       verbose=yes ;;
  1543.   
  1544.     -version | --version | --versio | --versi | --vers)
  1545. !     echo "configure generated by autoconf version 1.11"
  1546.       exit 0 ;;
  1547.   
  1548.     -with-* | --with-*)
  1549. !     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  1550. !     # Reject names that aren't valid shell variable names.
  1551. !     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  1552. !       echo "configure: $ac_package: invalid package name" >&2; exit 1
  1553.       fi
  1554. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  1555.       case "$ac_option" in
  1556.         *=*) ;;
  1557.         *) ac_optarg=yes ;;
  1558. --- 216,231 ----
  1559.       verbose=yes ;;
  1560.   
  1561.     -version | --version | --versio | --versi | --vers)
  1562. !     echo "configure generated by autoconf version 2.1"
  1563.       exit 0 ;;
  1564.   
  1565.     -with-* | --with-*)
  1566. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  1567. !     # Reject names that are not valid shell variable names.
  1568. !     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  1569. !       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  1570.       fi
  1571. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  1572.       case "$ac_option" in
  1573.         *=*) ;;
  1574.         *) ac_optarg=yes ;;
  1575. ***************
  1576. *** 214,228 ****
  1577.       eval "with_${ac_package}='$ac_optarg'" ;;
  1578.   
  1579.     -without-* | --without-*)
  1580. !     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  1581. !     # Reject names that aren't valid shell variable names.
  1582. !     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  1583. !       echo "configure: $ac_package: invalid package name" >&2; exit 1
  1584.       fi
  1585. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  1586.       eval "with_${ac_package}=no" ;;
  1587.   
  1588. !   --x) with_x=yes ;; # Obsolete; use --with-x.
  1589.   
  1590.     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1591.     | --x-incl | --x-inc | --x-in | --x-i)
  1592. --- 233,249 ----
  1593.       eval "with_${ac_package}='$ac_optarg'" ;;
  1594.   
  1595.     -without-* | --without-*)
  1596. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  1597. !     # Reject names that are not valid shell variable names.
  1598. !     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  1599. !       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  1600.       fi
  1601. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  1602.       eval "with_${ac_package}=no" ;;
  1603.   
  1604. !   --x)
  1605. !     # Obsolete; use --with-x.
  1606. !     with_x=yes ;;
  1607.   
  1608.     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1609.     | --x-incl | --x-inc | --x-in | --x-i)
  1610. ***************
  1611. *** 238,252 ****
  1612.     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1613.       x_libraries="$ac_optarg" ;;
  1614.   
  1615. !   -*) echo "configure: $ac_option: invalid option; use --help to show usage" >&2; exit 1
  1616.       ;;
  1617.   
  1618.     *) 
  1619. !     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  1620. !       echo "configure: warning: $ac_option: invalid host type" >&2
  1621.       fi
  1622.       if test "x$nonopt" != xNONE; then
  1623. !       echo "configure: can only configure for one host and one target at a time" >&2; exit 1
  1624.       fi
  1625.       nonopt="$ac_option"
  1626.       ;;
  1627. --- 259,273 ----
  1628.     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1629.       x_libraries="$ac_optarg" ;;
  1630.   
  1631. !   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  1632.       ;;
  1633.   
  1634.     *) 
  1635. !     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  1636. !       echo "configure: warning: $ac_option: invalid host type" 1>&2
  1637.       fi
  1638.       if test "x$nonopt" != xNONE; then
  1639. !       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  1640.       fi
  1641.       nonopt="$ac_option"
  1642.       ;;
  1643. ***************
  1644. *** 255,290 ****
  1645.   done
  1646.   
  1647.   if test -n "$ac_prev"; then
  1648. !   echo "configure: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" >&2; exit 1
  1649.   fi
  1650.   
  1651.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  1652. - trap 'rm -fr confdefs* $ac_clean_files' 0
  1653.   
  1654. ! # Save the original args if we used an alternate arg parser.
  1655. ! ac_configure_temp="${configure_args-$*}"
  1656. ! # Strip out --no-create and --norecursion so they don't pile up.
  1657. ! configure_args=
  1658. ! for ac_arg in $ac_configure_temp; do
  1659.     case "$ac_arg" in
  1660.     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1661.     | --no-cr | --no-c) ;;
  1662. !   -norecursion | --norecursion | --norecursio | --norecursi \
  1663. !   | --norecurs | --norecur | --norecu | --norec | --nore | --nor) ;;
  1664. !   *) configure_args="$configure_args $ac_arg" ;;
  1665.     esac
  1666.   done
  1667.   
  1668.   # NLS nuisances.
  1669.   # These must not be set unconditionally because not all systems understand
  1670.   # e.g. LANG=C (notably SCO).
  1671. ! if test "${LC_ALL+set}" = 'set'; then LC_ALL=C; export LC_ALL; fi
  1672. ! if test "${LANG+set}"   = 'set'; then LANG=C;   export LANG;   fi
  1673.   
  1674.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1675.   rm -rf conftest* confdefs.h
  1676.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1677. ! echo > confdefs.h
  1678.   
  1679.   # A filename unique to this package, relative to the directory that
  1680.   # configure is in, which we can look for to find out if srcdir is correct.
  1681. --- 276,332 ----
  1682.   done
  1683.   
  1684.   if test -n "$ac_prev"; then
  1685. !   { echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  1686.   fi
  1687.   
  1688.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  1689.   
  1690. ! # File descriptor usage:
  1691. ! # 0 unused; standard input
  1692. ! # 1 file creation
  1693. ! # 2 errors and warnings
  1694. ! # 3 unused; some systems may open it to /dev/tty
  1695. ! # 4 checking for... messages and results
  1696. ! # 5 compiler messages saved in config.log
  1697. ! if test "$silent" = yes; then
  1698. !   exec 4>/dev/null
  1699. ! else
  1700. !   exec 4>&1
  1701. ! fi
  1702. ! exec 5>./config.log
  1703. ! echo "\
  1704. ! This file contains any messages produced by compilers while
  1705. ! running configure, to aid debugging if configure makes a mistake.
  1706. ! " 1>&5
  1707. ! # Strip out --no-create and --no-recursion so they do not pile up.
  1708. ! # Also quote any args containing shell metacharacters.
  1709. ! ac_configure_args=
  1710. ! for ac_arg
  1711. ! do
  1712.     case "$ac_arg" in
  1713.     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1714.     | --no-cr | --no-c) ;;
  1715. !   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1716. !   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  1717. !   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  1718. !   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1719. !   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  1720.     esac
  1721.   done
  1722.   
  1723.   # NLS nuisances.
  1724. + # Only set LANG and LC_ALL to C if already set.
  1725.   # These must not be set unconditionally because not all systems understand
  1726.   # e.g. LANG=C (notably SCO).
  1727. ! if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  1728. ! if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  1729.   
  1730.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1731.   rm -rf conftest* confdefs.h
  1732.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1733. ! /bin/echo > confdefs.h
  1734.   
  1735.   # A filename unique to this package, relative to the directory that
  1736.   # configure is in, which we can look for to find out if srcdir is correct.
  1737. ***************
  1738. *** 293,431 ****
  1739.   # Find the source files, if location was not specified.
  1740.   if test -z "$srcdir"; then
  1741.     ac_srcdir_defaulted=yes
  1742. !   # Try the directory containing this script, then `..'.
  1743.     ac_prog=$0
  1744. !   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  1745.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  1746.     srcdir=$ac_confdir
  1747.     if test ! -r $srcdir/$ac_unique_file; then
  1748.       srcdir=..
  1749.     fi
  1750.   fi
  1751.   if test ! -r $srcdir/$ac_unique_file; then
  1752. !   if test x$ac_srcdir_defaulted = xyes; then
  1753. !     echo "configure: can not find sources in ${ac_confdir} or .." >&2; exit 1
  1754.     else
  1755. !     echo "configure: can not find sources in ${srcdir}" >&2; exit 1
  1756.     fi
  1757.   fi
  1758.   ac_ext=c
  1759.   # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1760. ! ac_cpp='${CPP}'
  1761. ! ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev/null 2>&1'
  1762.   
  1763.   
  1764.   
  1765. ! if test -z "$CC"; then
  1766. !   # Extract the first word of `gcc', so it can be a program name with args.
  1767. !   set ac_dummy gcc; ac_word=$2
  1768. !   test -n "$silent" || echo "checking for $ac_word"
  1769.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1770.     for ac_dir in $PATH; do
  1771.       test -z "$ac_dir" && ac_dir=.
  1772.       if test -f $ac_dir/$ac_word; then
  1773. !       CC="gcc"
  1774.         break
  1775.       fi
  1776.     done
  1777.     IFS="$ac_save_ifs"
  1778.   fi
  1779. - test -z "$CC" && CC="cc"
  1780. - test -n "$CC" && test -n "$verbose" && echo "    setting CC to $CC"
  1781.   
  1782. ! # Find out if we are using GNU C, under whatever name.
  1783. ! cat > conftest.c <<EOF
  1784.   #ifdef __GNUC__
  1785. !   yes
  1786.   #endif
  1787.   EOF
  1788. ! ${CC-cc} -E conftest.c > conftest.out 2>&1
  1789. ! if egrep yes conftest.out >/dev/null 2>&1; then
  1790. !   GCC=1 # For later tests.
  1791.   fi
  1792.   rm -f conftest*
  1793.   
  1794. ! test -n "$silent" || echo "checking how to run the C preprocessor"
  1795.   if test -z "$CPP"; then
  1796. !   # This must be in double quotes, not single quotes, because CPP may get
  1797. !   # substituted into the Makefile and ``${CC-cc}'' will simply confuse
  1798. !   # make.  It must be expanded now.
  1799.     CPP="${CC-cc} -E"
  1800. !   cat > conftest.${ac_ext} <<EOF
  1801.   #include "confdefs.h"
  1802. ! #include <stdio.h>
  1803.   Syntax Error
  1804.   EOF
  1805. ! # Some shells (Coherent) do redirections in the wrong order, so need
  1806. ! # the parens.
  1807. ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
  1808.   if test -z "$ac_err"; then
  1809.     :
  1810.   else
  1811.     rm -rf conftest*
  1812.     CPP="${CC-cc} -E -traditional-cpp"
  1813. !   cat > conftest.${ac_ext} <<EOF
  1814.   #include "confdefs.h"
  1815. ! #include <stdio.h>
  1816.   Syntax Error
  1817.   EOF
  1818. ! # Some shells (Coherent) do redirections in the wrong order, so need
  1819. ! # the parens.
  1820. ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
  1821.   if test -z "$ac_err"; then
  1822.     :
  1823.   else
  1824.     rm -rf conftest*
  1825.     CPP=/lib/cpp
  1826.   fi
  1827.   rm -f conftest*
  1828.   fi
  1829.   rm -f conftest*
  1830.   fi
  1831. ! test -n "$verbose" && echo "    setting CPP to $CPP"
  1832.   
  1833. ! if test -z "$RANLIB"; then
  1834. !   # Extract the first word of `ranlib', so it can be a program name with args.
  1835. !   set ac_dummy ranlib; ac_word=$2
  1836. !   test -n "$silent" || echo "checking for $ac_word"
  1837.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1838.     for ac_dir in $PATH; do
  1839.       test -z "$ac_dir" && ac_dir=.
  1840.       if test -f $ac_dir/$ac_word; then
  1841. !       RANLIB="ranlib"
  1842.         break
  1843.       fi
  1844.     done
  1845.     IFS="$ac_save_ifs"
  1846.   fi
  1847. - test -z "$RANLIB" && RANLIB=":"
  1848. - test -n "$RANLIB" && test -n "$verbose" && echo "    setting RANLIB to $RANLIB"
  1849.   
  1850. ! # Make sure to not get the incompatible SysV /etc/install and
  1851. ! # /usr/sbin/install, which might be in PATH before a BSD-like install,
  1852. ! # or the SunOS /usr/etc/install directory, or the AIX /bin/install,
  1853. ! # or the AFS install, which mishandles nonexistent args, or
  1854. ! # /usr/ucb/install on SVR4, which tries to use the nonexistent group
  1855. ! # `staff', or /sbin/install on IRIX which has incompatible command-line
  1856. ! # syntax.  Sigh.
  1857. ! #
  1858. ! #     On most BSDish systems install is in /usr/bin, not /usr/ucb
  1859. ! #     anyway.
  1860. ! # This turns out not to be true, so the mere pathname isn't an indication
  1861. ! # of whether the program works.  What we really need is a set of tests for
  1862. ! # the install program to see if it actually works in all the required ways.
  1863. ! #
  1864. ! # Avoid using ./install, which might have been erroneously created
  1865. ! # by make from ./install.sh.
  1866. ! if test -z "${INSTALL}"; then
  1867. !   test -n "$silent" || echo "checking for a BSD compatible install"
  1868. !   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1869.     for ac_dir in $PATH; do
  1870.       case "$ac_dir" in
  1871. !     ''|.|/etc|/sbin|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
  1872.       *)
  1873.         # OSF1 and SCO ODT 3.0 have their own names for install.
  1874. !       for ac_prog in installbsd scoinst install; do
  1875.           if test -f $ac_dir/$ac_prog; then
  1876.         if test $ac_prog = install &&
  1877.               grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1878. --- 335,599 ----
  1879.   # Find the source files, if location was not specified.
  1880.   if test -z "$srcdir"; then
  1881.     ac_srcdir_defaulted=yes
  1882. !   # Try the directory containing this script, then its parent.
  1883.     ac_prog=$0
  1884. !   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  1885.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  1886.     srcdir=$ac_confdir
  1887.     if test ! -r $srcdir/$ac_unique_file; then
  1888.       srcdir=..
  1889.     fi
  1890. + else
  1891. +   ac_srcdir_defaulted=no
  1892.   fi
  1893.   if test ! -r $srcdir/$ac_unique_file; then
  1894. !   if test "$ac_srcdir_defaulted" = yes; then
  1895. !     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  1896. !   else
  1897. !     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  1898. !   fi
  1899. ! fi
  1900. ! srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  1901. ! # Prefer explicitly selected file to automatically selected ones.
  1902. ! if test -z "$CONFIG_SITE"; then
  1903. !   if test "x$prefix" != xNONE; then
  1904. !     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1905.     else
  1906. !     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1907.     fi
  1908.   fi
  1909. + for ac_site_file in $CONFIG_SITE; do
  1910. +   if test -r "$ac_site_file"; then
  1911. +     echo "loading site script $ac_site_file"
  1912. +     . "$ac_site_file"
  1913. +   fi
  1914. + done
  1915. + if test -r "$cache_file"; then
  1916. +   echo "loading cache $cache_file"
  1917. +   . $cache_file
  1918. + else
  1919. +   echo "creating cache $cache_file"
  1920. +   > $cache_file
  1921. + fi
  1922.   ac_ext=c
  1923.   # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1924. ! ac_cpp='$CPP $CPPFLAGS'
  1925. ! ac_compile='${CC-cc} $CFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
  1926. ! ac_link='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
  1927. ! if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  1928. !   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  1929. !   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  1930. !     ac_n= ac_c='
  1931. ! ' ac_t='    '
  1932. !   else
  1933. !     ac_n=-n ac_c= ac_t=
  1934. !   fi
  1935. ! else
  1936. !   ac_n= ac_c='\c' ac_t=
  1937. ! fi
  1938.   
  1939.   
  1940.   
  1941. ! # Extract the first word of "gcc", so it can be a program name with args.
  1942. ! set dummy gcc; ac_word=$2
  1943. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  1944. ! if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  1945. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1946. ! else
  1947. !   if test -n "$CC"; then
  1948. !   ac_cv_prog_CC="$CC" # Let the user override the test.
  1949. ! else
  1950.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1951.     for ac_dir in $PATH; do
  1952.       test -z "$ac_dir" && ac_dir=.
  1953.       if test -f $ac_dir/$ac_word; then
  1954. !       ac_cv_prog_CC="gcc"
  1955.         break
  1956.       fi
  1957.     done
  1958.     IFS="$ac_save_ifs"
  1959. +   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  1960. + fi
  1961. + fi
  1962. + CC="$ac_cv_prog_CC"
  1963. + if test -n "$CC"; then
  1964. +   /bin/echo "$ac_t""$CC" 1>&4
  1965. + else
  1966. +   /bin/echo "$ac_t""no" 1>&4
  1967.   fi
  1968.   
  1969. ! /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  1970. ! if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  1971. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1972. ! else
  1973. !   cat > conftest.c <<EOF
  1974.   #ifdef __GNUC__
  1975. !   yes;
  1976.   #endif
  1977.   EOF
  1978. ! if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  1979. !   ac_cv_prog_gcc=yes
  1980. ! else
  1981. !   ac_cv_prog_gcc=no
  1982. ! fi
  1983. ! fi
  1984. ! /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  1985. ! if test $ac_cv_prog_gcc = yes; then
  1986. !   GCC=yes
  1987. !   if test "${CFLAGS+set}" != set; then
  1988. !     /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  1989. ! if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  1990. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1991. ! else
  1992. !   echo 'void f(){}' > conftest.c
  1993. ! if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1994. !   ac_cv_prog_gcc_g=yes
  1995. ! else
  1996. !   ac_cv_prog_gcc_g=no
  1997.   fi
  1998.   rm -f conftest*
  1999.   
  2000. ! fi
  2001. !     /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  2002. !     if test $ac_cv_prog_gcc_g = yes; then
  2003. !       # Amiga hack - suppress automatically using -g for now
  2004. !       # Also default to using -O2
  2005. !       CFLAGS="-O2"
  2006. !     else
  2007. !       CFLAGS="-O2"
  2008. !     fi
  2009. !   fi
  2010. ! else
  2011. !   GCC=
  2012. !   test "${CFLAGS+set}" = set || CFLAGS="-g"
  2013. ! fi
  2014. ! /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  2015. ! # On Suns, sometimes $CPP names a directory.
  2016. ! if test -n "$CPP" && test -d "$CPP"; then
  2017. !   CPP=
  2018. ! fi
  2019.   if test -z "$CPP"; then
  2020. ! if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  2021. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2022. ! else
  2023. !     # This must be in double quotes, not single quotes, because CPP may get
  2024. !   # substituted into the Makefile and "${CC-cc}" will confuse make.
  2025.     CPP="${CC-cc} -E"
  2026. !   # On the NeXT, cc -E runs the code through the compiler's parser,
  2027. !   # not just through cpp.
  2028. !   cat > conftest.$ac_ext <<EOF
  2029. ! #line 492 "configure"
  2030.   #include "confdefs.h"
  2031. ! #include <assert.h>
  2032.   Syntax Error
  2033.   EOF
  2034. ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2035. ! ac_err=`grep -v '^ *+' conftest.out`
  2036.   if test -z "$ac_err"; then
  2037.     :
  2038.   else
  2039. +   /bin/echo "$ac_err" >&5
  2040.     rm -rf conftest*
  2041.     CPP="${CC-cc} -E -traditional-cpp"
  2042. !   cat > conftest.$ac_ext <<EOF
  2043. ! #line 506 "configure"
  2044.   #include "confdefs.h"
  2045. ! #include <assert.h>
  2046.   Syntax Error
  2047.   EOF
  2048. ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2049. ! ac_err=`grep -v '^ *+' conftest.out`
  2050.   if test -z "$ac_err"; then
  2051.     :
  2052.   else
  2053. +   /bin/echo "$ac_err" >&5
  2054.     rm -rf conftest*
  2055.     CPP=/lib/cpp
  2056.   fi
  2057.   rm -f conftest*
  2058.   fi
  2059.   rm -f conftest*
  2060. +   ac_cv_prog_CPP="$CPP"
  2061.   fi
  2062. ! fi
  2063. ! CPP="$ac_cv_prog_CPP"
  2064. ! /bin/echo "$ac_t""$CPP" 1>&4
  2065.   
  2066. ! # Extract the first word of "ranlib", so it can be a program name with args.
  2067. ! set dummy ranlib; ac_word=$2
  2068. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  2069. ! if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  2070. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2071. ! else
  2072. !   if test -n "$RANLIB"; then
  2073. !   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  2074. ! else
  2075.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2076.     for ac_dir in $PATH; do
  2077.       test -z "$ac_dir" && ac_dir=.
  2078.       if test -f $ac_dir/$ac_word; then
  2079. !       ac_cv_prog_RANLIB="ranlib"
  2080.         break
  2081.       fi
  2082.     done
  2083.     IFS="$ac_save_ifs"
  2084. +   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  2085. + fi
  2086. + fi
  2087. + RANLIB="$ac_cv_prog_RANLIB"
  2088. + if test -n "$RANLIB"; then
  2089. +   /bin/echo "$ac_t""$RANLIB" 1>&4
  2090. + else
  2091. +   /bin/echo "$ac_t""no" 1>&4
  2092.   fi
  2093.   
  2094. ! ac_aux_dir=
  2095. ! for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  2096. !   if test -f $ac_dir/install-sh; then
  2097. !     ac_aux_dir=$ac_dir
  2098. !     ac_install_sh="$ac_aux_dir/install-sh -c"
  2099. !     break
  2100. !   elif test -f $ac_dir/install.sh; then
  2101. !     ac_aux_dir=$ac_dir
  2102. !     ac_install_sh="$ac_aux_dir/install.sh -c"
  2103. !     break
  2104. !   fi
  2105. ! done
  2106. ! if test -z "$ac_aux_dir"; then
  2107. !   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  2108. ! fi
  2109. ! ac_config_guess=$ac_aux_dir/config.guess
  2110. ! ac_config_sub=$ac_aux_dir/config.sub
  2111. ! ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  2112. ! # Find a good install program.  We prefer a C program (faster),
  2113. ! # so one script is as good as another.  But avoid the broken or
  2114. ! # incompatible versions:
  2115. ! # SysV /etc/install, /usr/sbin/install
  2116. ! # SunOS /usr/etc/install
  2117. ! # IRIX /sbin/install
  2118. ! # AIX /bin/install
  2119. ! # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  2120. ! # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  2121. ! # ./install, which can be erroneously created by make from ./install.sh.
  2122. ! /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  2123. ! if test -z "$INSTALL"; then
  2124. ! if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  2125. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2126. ! else
  2127. !     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2128.     for ac_dir in $PATH; do
  2129.       case "$ac_dir" in
  2130. !     ''|.|/gnu/etc) ;;
  2131.       *)
  2132.         # OSF1 and SCO ODT 3.0 have their own names for install.
  2133. !       for ac_prog in ginstall installbsd scoinst install; do
  2134.           if test -f $ac_dir/$ac_prog; then
  2135.         if test $ac_prog = install &&
  2136.               grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  2137. ***************
  2138. *** 433,439 ****
  2139.           # OSF/1 installbsd also uses dspmsg, but is usable.
  2140.           :
  2141.         else
  2142. !         INSTALL="$ac_dir/$ac_prog -c"
  2143.           break 2
  2144.         fi
  2145.       fi
  2146. --- 601,607 ----
  2147.           # OSF/1 installbsd also uses dspmsg, but is usable.
  2148.           :
  2149.         else
  2150. !         ac_cv_path_install="$ac_dir/$ac_prog -c"
  2151.           break 2
  2152.         fi
  2153.       fi
  2154. ***************
  2155. *** 442,686 ****
  2156.       esac
  2157.     done
  2158.     IFS="$ac_save_ifs"
  2159. - fi
  2160. - if test -z "$INSTALL"; then
  2161.     # As a last resort, use the slow shell script.
  2162. !   for ac_dir in ${srcdir} ${srcdir}/.. ${srcdir}/../..; do
  2163. !     if test -f $ac_dir/install.sh; then
  2164. !       INSTALL="$ac_dir/install.sh -c"; break
  2165. !     fi
  2166. !   done
  2167.   fi
  2168. ! if test -z "$INSTALL"; then
  2169. !   echo "configure: can not find install.sh in ${srcdir} or ${srcdir}/.. or ${srcdir}/../.." >&2; exit 1
  2170.   fi
  2171. ! test -n "$verbose" && echo "    setting INSTALL to $INSTALL"
  2172.   
  2173. ! # Use test -z because SunOS4 sh mishandles ${INSTALL_PROGRAM-'${INSTALL}'}.
  2174.   # It thinks the first close brace ends the variable substitution.
  2175.   test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  2176. - test -n "$verbose" && echo "    setting INSTALL_PROGRAM to $INSTALL_PROGRAM"
  2177.   
  2178.   test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  2179. - test -n "$verbose" && echo "    setting INSTALL_DATA to $INSTALL_DATA"
  2180.   
  2181.   
  2182.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  2183.   # for constant arguments.  Useless!
  2184. ! test -n "$silent" || echo "checking for working alloca.h"
  2185. ! cat > conftest.${ac_ext} <<EOF
  2186.   #include "confdefs.h"
  2187.   #include <alloca.h>
  2188.   int main() { return 0; }
  2189. ! int t() { char *p = alloca(2 * sizeof(int));; return 0; }
  2190.   EOF
  2191. ! if eval $ac_compile; then
  2192.     rm -rf conftest*
  2193. !   
  2194. ! {
  2195. ! test -n "$verbose" && \
  2196. ! echo "    defining HAVE_ALLOCA_H"
  2197. ! echo "#define" HAVE_ALLOCA_H "1" >> confdefs.h
  2198. ! DEFS="$DEFS -DHAVE_ALLOCA_H=1"
  2199. ! }
  2200.   
  2201.   
  2202.   fi
  2203. - rm -f conftest*
  2204.   
  2205. ! ac_decl="#ifdef __GNUC__
  2206. ! #define alloca __builtin_alloca
  2207. ! #else
  2208. ! #if HAVE_ALLOCA_H
  2209. ! #include <alloca.h>
  2210.   #else
  2211. ! #ifdef _AIX
  2212.    #pragma alloca
  2213. ! #else
  2214.   char *alloca ();
  2215.   #endif
  2216. ! #endif
  2217. ! #endif
  2218. ! "
  2219. ! test -n "$silent" || echo "checking for alloca"
  2220. ! cat > conftest.${ac_ext} <<EOF
  2221. ! #include "confdefs.h"
  2222. ! $ac_decl
  2223.   int main() { return 0; }
  2224. ! int t() { char *p = (char *) alloca(1);; return 0; }
  2225.   EOF
  2226. ! if eval $ac_compile; then
  2227.     rm -rf conftest*
  2228. !   
  2229. ! {
  2230. ! test -n "$verbose" && \
  2231. ! echo "    defining HAVE_ALLOCA"
  2232. ! echo "#define" HAVE_ALLOCA "1" >> confdefs.h
  2233. ! DEFS="$DEFS -DHAVE_ALLOCA=1"
  2234. ! }
  2235.   
  2236.   
  2237.   else
  2238. !   rm -rf conftest*
  2239. !   ac_alloca_missing=1
  2240. ! cat > conftest.${ac_ext} <<EOF
  2241.   #include "confdefs.h"
  2242.   #if defined(CRAY) && ! defined(CRAY2)
  2243. ! winnitude
  2244.   #else
  2245. ! lossage
  2246.   #endif
  2247.   
  2248.   EOF
  2249. ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
  2250. ! if egrep "winnitude" conftest.out >/dev/null 2>&1; then
  2251.     rm -rf conftest*
  2252. !   test -n "$silent" || echo "checking for _getb67"
  2253. ! cat > conftest.${ac_ext} <<EOF
  2254.   #include "confdefs.h"
  2255. ! #include <ctype.h>
  2256.   int main() { return 0; }
  2257. ! int t() { 
  2258.   /* The GNU C library defines this for functions which it implements
  2259.       to always fail with ENOSYS.  Some functions are actually named
  2260.       something starting with __ and the normal name is an alias.  */
  2261.   #if defined (__stub__getb67) || defined (__stub____getb67)
  2262.   choke me
  2263.   #else
  2264. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2265. ! extern char _getb67(); _getb67();
  2266.   #endif
  2267.   ; return 0; }
  2268.   EOF
  2269. ! if eval $ac_compile; then
  2270.     rm -rf conftest*
  2271. !   {
  2272. ! test -n "$verbose" && \
  2273. ! echo "    defining" CRAY_STACKSEG_END to be "_getb67"
  2274. ! echo "#define" CRAY_STACKSEG_END "_getb67" >> confdefs.h
  2275. ! DEFS="$DEFS -DCRAY_STACKSEG_END=_getb67"
  2276. ! }
  2277.   
  2278.   
  2279.   else
  2280. !   rm -rf conftest*
  2281. !   test -n "$silent" || echo "checking for GETB67"
  2282. ! cat > conftest.${ac_ext} <<EOF
  2283.   #include "confdefs.h"
  2284. ! #include <ctype.h>
  2285.   int main() { return 0; }
  2286. ! int t() { 
  2287.   /* The GNU C library defines this for functions which it implements
  2288.       to always fail with ENOSYS.  Some functions are actually named
  2289.       something starting with __ and the normal name is an alias.  */
  2290.   #if defined (__stub_GETB67) || defined (__stub___GETB67)
  2291.   choke me
  2292.   #else
  2293. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2294. ! extern char GETB67(); GETB67();
  2295.   #endif
  2296.   ; return 0; }
  2297.   EOF
  2298. ! if eval $ac_compile; then
  2299.     rm -rf conftest*
  2300. !   {
  2301. ! test -n "$verbose" && \
  2302. ! echo "    defining" CRAY_STACKSEG_END to be "GETB67"
  2303. ! echo "#define" CRAY_STACKSEG_END "GETB67" >> confdefs.h
  2304. ! DEFS="$DEFS -DCRAY_STACKSEG_END=GETB67"
  2305. ! }
  2306.   
  2307.   
  2308.   else
  2309. !   rm -rf conftest*
  2310. !   test -n "$silent" || echo "checking for getb67"
  2311. ! cat > conftest.${ac_ext} <<EOF
  2312.   #include "confdefs.h"
  2313. ! #include <ctype.h>
  2314.   int main() { return 0; }
  2315. ! int t() { 
  2316.   /* The GNU C library defines this for functions which it implements
  2317.       to always fail with ENOSYS.  Some functions are actually named
  2318.       something starting with __ and the normal name is an alias.  */
  2319.   #if defined (__stub_getb67) || defined (__stub___getb67)
  2320.   choke me
  2321.   #else
  2322. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2323. ! extern char getb67(); getb67();
  2324.   #endif
  2325.   ; return 0; }
  2326.   EOF
  2327. ! if eval $ac_compile; then
  2328.     rm -rf conftest*
  2329. !   {
  2330. ! test -n "$verbose" && \
  2331. ! echo "    defining" CRAY_STACKSEG_END to be "getb67"
  2332. ! echo "#define" CRAY_STACKSEG_END "getb67" >> confdefs.h
  2333. ! DEFS="$DEFS -DCRAY_STACKSEG_END=getb67"
  2334. ! }
  2335.   fi
  2336.   rm -f conftest*
  2337.   
  2338.   fi
  2339. ! rm -f conftest*
  2340.   
  2341.   fi
  2342. - rm -f conftest*
  2343.   
  2344.   fi
  2345. - rm -f conftest*
  2346.   
  2347.   fi
  2348. - rm -f conftest*
  2349. - if test -n "$ac_alloca_missing"; then
  2350. -   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  2351. -   # that cause trouble.  Some versions do not even contain alloca or
  2352. -   # contain a buggy version.  If you still want to use their alloca,
  2353. -   # use ar to extract alloca.o from them instead of compiling alloca.c.
  2354. -   ALLOCA=alloca.o
  2355. -   
  2356. - {
  2357. - test -n "$verbose" && \
  2358. - echo "    defining C_ALLOCA"
  2359. - echo "#define" C_ALLOCA "1" >> confdefs.h
  2360. - DEFS="$DEFS -DC_ALLOCA=1"
  2361. - }
  2362.   
  2363. -   test -n "$silent" || echo "checking stack direction for C alloca"
  2364. -   test -n "$silent" || echo "checking whether cross-compiling"
  2365. - # If we cannot run a trivial program, we must be cross compiling.
  2366. - cat > conftest.${ac_ext} <<EOF
  2367. - #include "confdefs.h"
  2368. - main(){exit(0);}
  2369. - EOF
  2370. - eval $ac_compile
  2371. - if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2372. -   :
  2373. - else
  2374. -   cross_compiling=1
  2375.   fi
  2376. - rm -fr conftest*
  2377. - if test -n "$cross_compiling"
  2378. - then
  2379. -   
  2380. - {
  2381. - test -n "$verbose" && \
  2382. - echo "    defining" STACK_DIRECTION to be "0"
  2383. - echo "#define" STACK_DIRECTION "0" >> confdefs.h
  2384. - DEFS="$DEFS -DSTACK_DIRECTION=0"
  2385. - }
  2386.   
  2387.   else
  2388. ! cat > conftest.${ac_ext} <<EOF
  2389.   #include "confdefs.h"
  2390.   find_stack_direction ()
  2391.   {
  2392. --- 610,918 ----
  2393.       esac
  2394.     done
  2395.     IFS="$ac_save_ifs"
  2396.     # As a last resort, use the slow shell script.
  2397. !   test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
  2398.   fi
  2399. !   INSTALL="$ac_cv_path_install"
  2400.   fi
  2401. ! /bin/echo "$ac_t""$INSTALL" 1>&4
  2402.   
  2403. ! # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  2404.   # It thinks the first close brace ends the variable substitution.
  2405.   test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  2406.   
  2407.   test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  2408.   
  2409.   
  2410. + # If we cannot run a trivial program, we must be cross compiling.
  2411. + /bin/echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
  2412. + if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
  2413. +   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2414. + else
  2415. +   if test "$cross_compiling" = yes; then
  2416. +   ac_cv_cross=yes
  2417. + else
  2418. + cat > conftest.$ac_ext <<EOF
  2419. + #line 637 "configure"
  2420. + #include "confdefs.h"
  2421. + main(){return(0);}
  2422. + EOF
  2423. + eval $ac_link
  2424. + if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2425. +   ac_cv_c_cross=no
  2426. + else
  2427. +   ac_cv_c_cross=yes
  2428. + fi
  2429. + fi
  2430. + rm -fr conftest*
  2431. + fi
  2432. + cross_compiling=$ac_cv_c_cross
  2433. + /bin/echo "$ac_t""$ac_cv_c_cross" 1>&4
  2434.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  2435.   # for constant arguments.  Useless!
  2436. ! /bin/echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
  2437. ! if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
  2438. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2439. ! else
  2440. !   cat > conftest.$ac_ext <<EOF
  2441. ! #line 660 "configure"
  2442.   #include "confdefs.h"
  2443.   #include <alloca.h>
  2444.   int main() { return 0; }
  2445. ! int t() {
  2446. ! char *p = alloca(2 * sizeof(int));
  2447. ! ; return 0; }
  2448.   EOF
  2449. ! if eval $ac_link; then
  2450.     rm -rf conftest*
  2451. !   ac_cv_header_alloca_h=yes
  2452. ! else
  2453. !   rm -rf conftest*
  2454. !   ac_cv_header_alloca_h=no
  2455. ! fi
  2456. ! rm -f conftest*
  2457.   
  2458. + fi
  2459. + /bin/echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
  2460. + if test $ac_cv_header_alloca_h = yes; then
  2461. +   cat >> confdefs.h <<\EOF
  2462. + #define HAVE_ALLOCA_H 1
  2463. + EOF
  2464.   
  2465.   fi
  2466.   
  2467. ! /bin/echo $ac_n "checking for alloca""... $ac_c" 1>&4
  2468. ! if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
  2469. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2470. ! else
  2471. !   cat > conftest.$ac_ext <<EOF
  2472. ! #line 691 "configure"
  2473. ! #include "confdefs.h"
  2474. ! #ifdef __GNUC__
  2475. ! # define alloca __builtin_alloca
  2476.   #else
  2477. ! # if HAVE_ALLOCA_H
  2478. ! #  include <alloca.h>
  2479. ! # else
  2480. ! #  ifdef _AIX
  2481.    #pragma alloca
  2482. ! #  else
  2483. ! #   ifndef alloca /* predefined by HP cc +Olibcalls */
  2484.   char *alloca ();
  2485. + #   endif
  2486. + #  endif
  2487. + # endif
  2488.   #endif
  2489.   int main() { return 0; }
  2490. ! int t() {
  2491. ! char *p = (char *) alloca(1);
  2492. ! ; return 0; }
  2493.   EOF
  2494. ! if eval $ac_link; then
  2495.     rm -rf conftest*
  2496. !   ac_cv_func_alloca=yes
  2497. ! else
  2498. !   rm -rf conftest*
  2499. !   ac_cv_func_alloca=no
  2500. ! fi
  2501. ! rm -f conftest*
  2502. ! fi
  2503. ! /bin/echo "$ac_t""$ac_cv_func_alloca" 1>&4
  2504. ! if test $ac_cv_func_alloca = yes; then
  2505. !   cat >> confdefs.h <<\EOF
  2506. ! #define HAVE_ALLOCA 1
  2507. ! EOF
  2508. ! fi
  2509. ! if test $ac_cv_func_alloca = no; then
  2510. !   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  2511. !   # that cause trouble.  Some versions do not even contain alloca or
  2512. !   # contain a buggy version.  If you still want to use their alloca,
  2513. !   # use ar to extract alloca.o from them instead of compiling alloca.c.
  2514. !   ALLOCA=alloca.o
  2515. !   cat >> confdefs.h <<\EOF
  2516. ! #define C_ALLOCA 1
  2517. ! EOF
  2518.   
  2519.   
  2520. + /bin/echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
  2521. + if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
  2522. +   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2523.   else
  2524. !   cat > conftest.$ac_ext <<EOF
  2525. ! #line 749 "configure"
  2526.   #include "confdefs.h"
  2527.   #if defined(CRAY) && ! defined(CRAY2)
  2528. ! webecray
  2529.   #else
  2530. ! wenotbecray
  2531.   #endif
  2532.   
  2533.   EOF
  2534. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2535. !   egrep "webecray" >/dev/null 2>&1; then
  2536.     rm -rf conftest*
  2537. !   ac_cv_os_cray=yes
  2538. ! else
  2539. !   rm -rf conftest*
  2540. !   ac_cv_os_cray=no
  2541. ! fi
  2542. ! rm -f conftest*
  2543. ! fi
  2544. ! /bin/echo "$ac_t""$ac_cv_os_cray" 1>&4
  2545. ! if test $ac_cv_os_cray = yes; then
  2546. ! /bin/echo $ac_n "checking for _getb67""... $ac_c" 1>&4
  2547. ! if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
  2548. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2549. ! else
  2550. !   cat > conftest.$ac_ext <<EOF
  2551. ! #line 776 "configure"
  2552.   #include "confdefs.h"
  2553. ! #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2554. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2555. ! char _getb67(); 
  2556.   int main() { return 0; }
  2557. ! int t() {
  2558.   /* The GNU C library defines this for functions which it implements
  2559.       to always fail with ENOSYS.  Some functions are actually named
  2560.       something starting with __ and the normal name is an alias.  */
  2561.   #if defined (__stub__getb67) || defined (__stub____getb67)
  2562.   choke me
  2563.   #else
  2564. ! _getb67();
  2565.   #endif
  2566.   ; return 0; }
  2567.   EOF
  2568. ! if eval $ac_link; then
  2569.     rm -rf conftest*
  2570. !   eval "ac_cv_func__getb67=yes"
  2571. ! else
  2572. !   rm -rf conftest*
  2573. !   eval "ac_cv_func__getb67=no"
  2574. ! fi
  2575. ! rm -f conftest*
  2576.   
  2577. + fi
  2578. + if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
  2579. +   /bin/echo "$ac_t""yes" 1>&4
  2580. +   cat >> confdefs.h <<\EOF
  2581. + #define CRAY_STACKSEG_END _getb67
  2582. + EOF
  2583.   
  2584.   else
  2585. !   /bin/echo "$ac_t""no" 1>&4
  2586. ! /bin/echo $ac_n "checking for GETB67""... $ac_c" 1>&4
  2587. ! if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
  2588. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2589. ! else
  2590. !   cat > conftest.$ac_ext <<EOF
  2591. ! #line 819 "configure"
  2592.   #include "confdefs.h"
  2593. ! #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2594. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2595. ! char GETB67(); 
  2596.   int main() { return 0; }
  2597. ! int t() {
  2598.   /* The GNU C library defines this for functions which it implements
  2599.       to always fail with ENOSYS.  Some functions are actually named
  2600.       something starting with __ and the normal name is an alias.  */
  2601.   #if defined (__stub_GETB67) || defined (__stub___GETB67)
  2602.   choke me
  2603.   #else
  2604. ! GETB67();
  2605.   #endif
  2606.   ; return 0; }
  2607.   EOF
  2608. ! if eval $ac_link; then
  2609.     rm -rf conftest*
  2610. !   eval "ac_cv_func_GETB67=yes"
  2611. ! else
  2612. !   rm -rf conftest*
  2613. !   eval "ac_cv_func_GETB67=no"
  2614. ! fi
  2615. ! rm -f conftest*
  2616.   
  2617. + fi
  2618. + if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
  2619. +   /bin/echo "$ac_t""yes" 1>&4
  2620. +   cat >> confdefs.h <<\EOF
  2621. + #define CRAY_STACKSEG_END GETB67
  2622. + EOF
  2623.   
  2624.   else
  2625. !   /bin/echo "$ac_t""no" 1>&4
  2626. ! /bin/echo $ac_n "checking for getb67""... $ac_c" 1>&4
  2627. ! if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
  2628. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2629. ! else
  2630. !   cat > conftest.$ac_ext <<EOF
  2631. ! #line 862 "configure"
  2632.   #include "confdefs.h"
  2633. ! #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2634. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2635. ! char getb67(); 
  2636.   int main() { return 0; }
  2637. ! int t() {
  2638.   /* The GNU C library defines this for functions which it implements
  2639.       to always fail with ENOSYS.  Some functions are actually named
  2640.       something starting with __ and the normal name is an alias.  */
  2641.   #if defined (__stub_getb67) || defined (__stub___getb67)
  2642.   choke me
  2643.   #else
  2644. ! getb67();
  2645.   #endif
  2646.   ; return 0; }
  2647.   EOF
  2648. ! if eval $ac_link; then
  2649.     rm -rf conftest*
  2650. !   eval "ac_cv_func_getb67=yes"
  2651. ! else
  2652. !   rm -rf conftest*
  2653. !   eval "ac_cv_func_getb67=no"
  2654.   fi
  2655.   rm -f conftest*
  2656.   
  2657.   fi
  2658. ! if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
  2659. !   /bin/echo "$ac_t""yes" 1>&4
  2660. !   cat >> confdefs.h <<\EOF
  2661. ! #define CRAY_STACKSEG_END getb67
  2662. ! EOF
  2663.   
  2664. + else
  2665. +   /bin/echo "$ac_t""no" 1>&4
  2666.   fi
  2667.   
  2668.   fi
  2669.   
  2670.   fi
  2671.   
  2672.   fi
  2673.   
  2674. + /bin/echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
  2675. + if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
  2676. +   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2677.   else
  2678. !   if test "$cross_compiling" = yes; then
  2679. !   ac_cv_c_stack_direction=0
  2680. ! else
  2681. ! cat > conftest.$ac_ext <<EOF
  2682. ! #line 916 "configure"
  2683.   #include "confdefs.h"
  2684.   find_stack_direction ()
  2685.   {
  2686. ***************
  2687. *** 699,831 ****
  2688.     exit (find_stack_direction() < 0);
  2689.   }
  2690.   EOF
  2691. ! eval $ac_compile
  2692.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2693. !   
  2694. ! {
  2695. ! test -n "$verbose" && \
  2696. ! echo "    defining" STACK_DIRECTION to be "1"
  2697. ! echo "#define" STACK_DIRECTION "1" >> confdefs.h
  2698. ! DEFS="$DEFS -DSTACK_DIRECTION=1"
  2699. ! }
  2700.   else
  2701. !   
  2702. ! {
  2703. ! test -n "$verbose" && \
  2704. ! echo "    defining" STACK_DIRECTION to be "-1"
  2705. ! echo "#define" STACK_DIRECTION "-1" >> confdefs.h
  2706. ! DEFS="$DEFS -DSTACK_DIRECTION=-1"
  2707. ! }
  2708.   fi
  2709.   fi
  2710.   rm -fr conftest*
  2711.   fi
  2712.   
  2713. ! test -n "$silent" || echo "checking for ANSI C header files"
  2714. ! cat > conftest.${ac_ext} <<EOF
  2715.   #include "confdefs.h"
  2716.   #include <stdlib.h>
  2717.   #include <stdarg.h>
  2718.   #include <string.h>
  2719.   #include <float.h>
  2720.   EOF
  2721. ! # Some shells (Coherent) do redirections in the wrong order, so need
  2722. ! # the parens.
  2723. ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
  2724.   if test -z "$ac_err"; then
  2725.     rm -rf conftest*
  2726.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2727. ! echo '#include "confdefs.h"
  2728. ! #include <string.h>' > conftest.${ac_ext}
  2729. ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
  2730. ! if egrep "memchr" conftest.out >/dev/null 2>&1; then
  2731.     rm -rf conftest*
  2732. !   # SGI's /bin/cc from Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2733. ! cat > conftest.${ac_ext} <<EOF
  2734.   #include "confdefs.h"
  2735.   #include <ctype.h>
  2736.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2737.   #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2738. ! #define XOR(e,f) (((e) && !(f)) || (!(e) && (f)))
  2739.   int main () { int i; for (i = 0; i < 256; i++)
  2740.   if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2741.   exit (0); }
  2742.   
  2743.   EOF
  2744. ! eval $ac_compile
  2745.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2746. !   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2747. ! echo '#include "confdefs.h"
  2748. ! #include <stdlib.h>' > conftest.${ac_ext}
  2749. ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
  2750. ! if egrep "free" conftest.out >/dev/null 2>&1; then
  2751. !   rm -rf conftest*
  2752. !   
  2753. ! {
  2754. ! test -n "$verbose" && \
  2755. ! echo "    defining STDC_HEADERS"
  2756. ! echo "#define" STDC_HEADERS "1" >> confdefs.h
  2757. ! DEFS="$DEFS -DSTDC_HEADERS=1"
  2758. ! }
  2759.   fi
  2760. - rm -f conftest*
  2761.   fi
  2762.   rm -fr conftest*
  2763.   fi
  2764. ! rm -f conftest*
  2765.   
  2766.   fi
  2767. - rm -f conftest*
  2768.   
  2769.   for ac_hdr in string.h
  2770.   do
  2771. ! ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./' '[A-Z]__'`
  2772. ! test -n "$silent" || echo "checking for ${ac_hdr}"
  2773. ! cat > conftest.${ac_ext} <<EOF
  2774. ! #include "confdefs.h"
  2775. ! #include <${ac_hdr}>
  2776. ! EOF
  2777. ! # Some shells (Coherent) do redirections in the wrong order, so need
  2778. ! # the parens.
  2779. ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
  2780.   if test -z "$ac_err"; then
  2781.     rm -rf conftest*
  2782. !   
  2783. ! {
  2784. ! test -n "$verbose" && \
  2785. ! echo "    defining ${ac_tr_hdr}"
  2786. ! echo "#define" ${ac_tr_hdr} "1" >> confdefs.h
  2787. ! DEFS="$DEFS -D${ac_tr_hdr}=1"
  2788. ! }
  2789.   fi
  2790.   rm -f conftest*
  2791. ! done
  2792. ! # The preferred way to propogate these variables is regular @ substitutions.
  2793. ! if test -n "$prefix"; then
  2794. !   ac_prsub="s%^prefix\\([     ]*\\)=\\([     ]*\\).*$%prefix\\1=\\2$prefix%"
  2795.   else
  2796. !   prefix=/usr/local
  2797.   fi
  2798. ! if test -n "$exec_prefix"; then
  2799. !   ac_prsub="$ac_prsub
  2800. ! s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%exec_prefix\\1=\\2$exec_prefix%"
  2801.   else
  2802. !   exec_prefix='${prefix}' # Let make expand it.
  2803.   fi
  2804.   
  2805.   # Any assignment to VPATH causes Sun make to only execute
  2806.   # the first set of double-colon rules, so remove it if not needed.
  2807.   # If there is a colon in the path, we need to keep it.
  2808. --- 931,1116 ----
  2809.     exit (find_stack_direction() < 0);
  2810.   }
  2811.   EOF
  2812. ! eval $ac_link
  2813.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2814. !   ac_cv_c_stack_direction=1
  2815.   else
  2816. !   ac_cv_c_stack_direction=-1
  2817.   fi
  2818.   fi
  2819.   rm -fr conftest*
  2820.   fi
  2821. + /bin/echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
  2822. + cat >> confdefs.h <<EOF
  2823. + #define STACK_DIRECTION $ac_cv_c_stack_direction
  2824. + EOF
  2825. + fi
  2826.   
  2827. ! /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  2828. ! if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  2829. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2830. ! else
  2831. !   cat > conftest.$ac_ext <<EOF
  2832. ! #line 956 "configure"
  2833.   #include "confdefs.h"
  2834.   #include <stdlib.h>
  2835.   #include <stdarg.h>
  2836.   #include <string.h>
  2837.   #include <float.h>
  2838.   EOF
  2839. ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2840. ! ac_err=`grep -v '^ *+' conftest.out`
  2841.   if test -z "$ac_err"; then
  2842.     rm -rf conftest*
  2843. +   ac_cv_header_stdc=yes
  2844. + else
  2845. +   /bin/echo "$ac_err" >&5
  2846. +   rm -rf conftest*
  2847. +   ac_cv_header_stdc=no
  2848. + fi
  2849. + rm -f conftest*
  2850. + if test $ac_cv_header_stdc = yes; then
  2851.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2852. ! cat > conftest.$ac_ext <<EOF
  2853. ! #line 978 "configure"
  2854. ! #include "confdefs.h"
  2855. ! #include <string.h>
  2856. ! EOF
  2857. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2858. !   egrep "memchr" >/dev/null 2>&1; then
  2859. !   :
  2860. ! else
  2861. !   rm -rf conftest*
  2862. !   ac_cv_header_stdc=no
  2863. ! fi
  2864. ! rm -f conftest*
  2865. ! fi
  2866. ! if test $ac_cv_header_stdc = yes; then
  2867. !   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2868. ! cat > conftest.$ac_ext <<EOF
  2869. ! #line 996 "configure"
  2870. ! #include "confdefs.h"
  2871. ! #include <stdlib.h>
  2872. ! EOF
  2873. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2874. !   egrep "free" >/dev/null 2>&1; then
  2875. !   :
  2876. ! else
  2877.     rm -rf conftest*
  2878. !   ac_cv_header_stdc=no
  2879. ! fi
  2880. ! rm -f conftest*
  2881. ! fi
  2882. ! if test $ac_cv_header_stdc = yes; then
  2883. !   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2884. ! if test "$cross_compiling" = yes; then
  2885. !   ac_cv_header_stdc=no
  2886. ! else
  2887. ! cat > conftest.$ac_ext <<EOF
  2888. ! #line 1017 "configure"
  2889.   #include "confdefs.h"
  2890.   #include <ctype.h>
  2891.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2892.   #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2893. ! #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2894.   int main () { int i; for (i = 0; i < 256; i++)
  2895.   if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2896.   exit (0); }
  2897.   
  2898.   EOF
  2899. ! eval $ac_link
  2900.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2901. !   :
  2902. ! else
  2903. !   ac_cv_header_stdc=no
  2904.   fi
  2905.   fi
  2906.   rm -fr conftest*
  2907.   fi
  2908. ! fi
  2909. ! /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
  2910. ! if test $ac_cv_header_stdc = yes; then
  2911. !   cat >> confdefs.h <<\EOF
  2912. ! #define STDC_HEADERS 1
  2913. ! EOF
  2914.   
  2915.   fi
  2916.   
  2917.   for ac_hdr in string.h
  2918.   do
  2919. ! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  2920. ! /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2921. ! if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2922. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2923. ! else
  2924. !   cat > conftest.$ac_ext <<EOF
  2925. ! #line 1054 "configure"
  2926. ! #include "confdefs.h"
  2927. ! #include <$ac_hdr>
  2928. ! EOF
  2929. ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2930. ! ac_err=`grep -v '^ *+' conftest.out`
  2931.   if test -z "$ac_err"; then
  2932.     rm -rf conftest*
  2933. !   eval "ac_cv_header_$ac_safe=yes"
  2934. ! else
  2935. !   /bin/echo "$ac_err" >&5
  2936. !   rm -rf conftest*
  2937. !   eval "ac_cv_header_$ac_safe=no"
  2938.   fi
  2939.   rm -f conftest*
  2940. ! fi
  2941. ! if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2942. !   /bin/echo "$ac_t""yes" 1>&4
  2943. !     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2944. !   cat >> confdefs.h <<EOF
  2945. ! #define $ac_tr_hdr 1
  2946. ! EOF
  2947. !  
  2948.   else
  2949. !   /bin/echo "$ac_t""no" 1>&4
  2950.   fi
  2951. ! done
  2952. ! trap '' 1 2 15
  2953. ! if test -w $cache_file; then
  2954. ! echo "updating cache $cache_file"
  2955. ! cat > $cache_file <<\EOF
  2956. ! # This file is a shell script that caches the results of configure
  2957. ! # tests run on this system so they can be shared between configure
  2958. ! # scripts and configure runs.  It is not useful on other systems.
  2959. ! # If it contains results you don't want to keep, you may remove or edit it.
  2960. ! #
  2961. ! # By default, configure uses ./config.cache as the cache file,
  2962. ! # creating it if it does not exist already.  You can give configure
  2963. ! # the --cache-file=FILE option to use a different cache file; that is
  2964. ! # what configure does when it calls configure scripts in
  2965. ! # subdirectories, so they share the cache.
  2966. ! # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2967. ! # config.status only pays attention to the cache file if you give it the
  2968. ! # --recheck option to rerun configure.
  2969. ! #
  2970. ! EOF
  2971. ! # Ultrix sh set writes to stderr and can't be redirected directly.
  2972. ! (set) 2>&1 |
  2973. !   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/: \${\1='\2'}/p" \
  2974. !   >> $cache_file
  2975.   else
  2976. ! echo "not updating unwritable cache $cache_file"
  2977.   fi
  2978.   
  2979. + trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  2980. + test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2981. + # Let make expand exec_prefix.
  2982. + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2983.   # Any assignment to VPATH causes Sun make to only execute
  2984.   # the first set of double-colon rules, so remove it if not needed.
  2985.   # If there is a colon in the path, we need to keep it.
  2986. ***************
  2987. *** 833,868 ****
  2988.     ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  2989.   fi
  2990.   
  2991. ! # Quote sed substitution magic chars in DEFS.
  2992. ! cat >conftest.def <<EOF
  2993. ! $DEFS
  2994. ! EOF
  2995. ! ac_escape_ampersand_and_backslash='s%[&\\]%\\&%g'
  2996. ! DEFS=`sed "$ac_escape_ampersand_and_backslash" <conftest.def`
  2997. ! rm -f conftest.def
  2998. ! # Substitute for predefined variables.
  2999. ! trap 'rm -f config.status; exit 1' 1 2 15
  3000. ! echo creating config.status
  3001. ! rm -f config.status
  3002. ! cat > config.status <<EOF
  3003.   #!/bin/sh
  3004.   # Generated automatically by configure.
  3005.   # Run this file to recreate the current configuration.
  3006.   # This directory was configured as follows,
  3007.   # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3008.   #
  3009. ! # $0 $configure_args
  3010.   
  3011. ! ac_cs_usage="Usage: config.status [--recheck] [--version] [--help]"
  3012.   for ac_option
  3013.   do
  3014.     case "\$ac_option" in
  3015.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3016. !     echo running \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create
  3017. !     exec \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create ;;
  3018.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3019. !     echo "config.status generated by autoconf version 1.11"
  3020.       exit 0 ;;
  3021.     -help | --help | --hel | --he | --h)
  3022.       echo "\$ac_cs_usage"; exit 0 ;;
  3023. --- 1118,1167 ----
  3024.     ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  3025.   fi
  3026.   
  3027. ! trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  3028. ! # Transform confdefs.h into DEFS.
  3029. ! # Protect against shell expansion while executing Makefile rules.
  3030. ! # Protect against Makefile macro expansion.
  3031. ! cat > conftest.defs <<\EOF
  3032. ! s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  3033. ! s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  3034. ! s%\[%\\&%g
  3035. ! s%\]%\\&%g
  3036. ! s%\$%$$%g
  3037. ! EOF
  3038. ! DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  3039. ! rm -f conftest.defs
  3040. ! # Without the "./", some shells look in PATH for config.status.
  3041. ! : ${CONFIG_STATUS=./config.status}
  3042. ! echo creating $CONFIG_STATUS
  3043. ! # Some systems, like AmigaDOS, won't allow you to remove a script that is
  3044. ! # being executed, so just move it out of the way instead.
  3045. ! if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  3046. ! cat > $CONFIG_STATUS <<EOF
  3047.   #!/bin/sh
  3048.   # Generated automatically by configure.
  3049.   # Run this file to recreate the current configuration.
  3050.   # This directory was configured as follows,
  3051.   # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3052.   #
  3053. ! # $0 $ac_configure_args
  3054. ! #
  3055. ! # Compiler output produced by configure, useful for debugging
  3056. ! # configure, is in ./config.log if it exists.
  3057.   
  3058. ! ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  3059.   for ac_option
  3060.   do
  3061.     case "\$ac_option" in
  3062.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3063. !     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  3064. !     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  3065.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3066. !     /bin/echo "$CONFIG_STATUS generated by autoconf version 2.1"
  3067.       exit 0 ;;
  3068.     -help | --help | --hel | --he | --h)
  3069.       echo "\$ac_cs_usage"; exit 0 ;;
  3070. ***************
  3071. *** 870,952 ****
  3072.     esac
  3073.   done
  3074.   
  3075.   trap 'rm -f Makefile; exit 1' 1 2 15
  3076. ! CC='$CC'
  3077. ! CPP='$CPP'
  3078. ! RANLIB='$RANLIB'
  3079. ! INSTALL='$INSTALL'
  3080. ! INSTALL_PROGRAM='$INSTALL_PROGRAM'
  3081. ! INSTALL_DATA='$INSTALL_DATA'
  3082. ! ALLOCA='$ALLOCA'
  3083. ! LIBS='$LIBS'
  3084. ! srcdir='$srcdir'
  3085. ! top_srcdir='$top_srcdir'
  3086. ! prefix='$prefix'
  3087. ! exec_prefix='$exec_prefix'
  3088. ! DEFS='$DEFS'
  3089. ! ac_prsub='$ac_prsub'
  3090. ! ac_vpsub='$ac_vpsub'
  3091. ! extrasub='$extrasub'
  3092.   EOF
  3093. ! cat >> config.status <<\EOF
  3094.   
  3095. ! ac_given_srcdir=$srcdir
  3096.   
  3097. - CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  3098. - for ac_file in .. ${CONFIG_FILES}; do if test "x$ac_file" != x..; then
  3099.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3100. !   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3101.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3102.       # The file is in a subdirectory.
  3103.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3104.       ac_dir_suffix="/$ac_dir"
  3105.     else
  3106. !     ac_dir_suffix=
  3107.     fi
  3108.   
  3109. -   # A "../" for each directory in $ac_dir_suffix.
  3110. -   ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3111.     case "$ac_given_srcdir" in
  3112.     .)  srcdir=.
  3113. !       if test -z "$ac_dir_suffix"; then top_srcdir=.
  3114. !       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  3115.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3116.     *) # Relative path.
  3117.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3118.       top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3119.     esac
  3120.   
  3121.     echo creating "$ac_file"
  3122.     rm -f "$ac_file"
  3123. !   comment_str="Generated automatically from `echo $ac_file|sed 's|.*/||'`.in by configure."
  3124.     case "$ac_file" in
  3125. !     *.c | *.h | *.C | *.cc | *.m )  echo "/* $comment_str */" > "$ac_file" ;;
  3126. !     * )          echo "# $comment_str"     > "$ac_file" ;;
  3127.     esac
  3128. !   sed -e "
  3129. ! $ac_prsub
  3130. ! $ac_vpsub
  3131. ! $extrasub
  3132. ! s%@CC@%$CC%g
  3133. ! s%@CPP@%$CPP%g
  3134. ! s%@RANLIB@%$RANLIB%g
  3135. ! s%@INSTALL@%$INSTALL%g
  3136. ! s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  3137. ! s%@INSTALL_DATA@%$INSTALL_DATA%g
  3138. ! s%@ALLOCA@%$ALLOCA%g
  3139. ! s%@LIBS@%$LIBS%g
  3140.   s%@srcdir@%$srcdir%g
  3141.   s%@top_srcdir@%$top_srcdir%g
  3142. ! s%@prefix@%$prefix%g
  3143. ! s%@exec_prefix@%$exec_prefix%g
  3144. ! s%@DEFS@%$DEFS%
  3145. ! " $ac_given_srcdir/${ac_file}.in >> $ac_file
  3146.   fi; done
  3147.   
  3148.   
  3149.   exit 0
  3150.   EOF
  3151. ! chmod +x config.status
  3152. ! # Some shells look in PATH for config.status without the "./".
  3153. ! test -n "$no_create" || ${CONFIG_SHELL-/bin/sh} ./config.status
  3154.   
  3155. --- 1169,1265 ----
  3156.     esac
  3157.   done
  3158.   
  3159. + ac_given_srcdir=$srcdir
  3160. + ac_given_INSTALL="$INSTALL"
  3161.   trap 'rm -f Makefile; exit 1' 1 2 15
  3162. ! # Protect against being on the right side of a sed subst in config.status. 
  3163. ! sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
  3164. !  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  3165. ! $ac_vpsub
  3166. ! $extrasub
  3167. ! s%@CFLAGS@%$CFLAGS%g
  3168. ! s%@CPPFLAGS@%$CPPFLAGS%g
  3169. ! s%@CXXFLAGS@%$CXXFLAGS%g
  3170. ! s%@DEFS@%$DEFS%g
  3171. ! s%@LDFLAGS@%$LDFLAGS%g
  3172. ! s%@LIBS@%$LIBS%g
  3173. ! s%@exec_prefix@%$exec_prefix%g
  3174. ! s%@prefix@%$prefix%g
  3175. ! s%@program_transform_name@%$program_transform_name%g
  3176. ! s%@CC@%$CC%g
  3177. ! s%@CPP@%$CPP%g
  3178. ! s%@RANLIB@%$RANLIB%g
  3179. ! s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  3180. ! s%@INSTALL_DATA@%$INSTALL_DATA%g
  3181. ! s%@ALLOCA@%$ALLOCA%g
  3182. ! CEOF
  3183.   EOF
  3184. ! cat >> $CONFIG_STATUS <<EOF
  3185.   
  3186. ! CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  3187. ! EOF
  3188. ! cat >> $CONFIG_STATUS <<\EOF
  3189. ! for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  3190. !   # Support "outfile[:infile]", defaulting infile="outfile.in".
  3191. !   case "$ac_file" in
  3192. !   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  3193. !        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  3194. !   *) ac_file_in="${ac_file}.in" ;;
  3195. !   esac
  3196. !   # Adjust relative srcdir, etc. for subdirectories.
  3197.   
  3198.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3199. !   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3200.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3201.       # The file is in a subdirectory.
  3202.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3203.       ac_dir_suffix="/$ac_dir"
  3204. +     # A "../" for each directory in $ac_dir_suffix.
  3205. +     ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3206.     else
  3207. !     ac_dir_suffix= ac_dots=
  3208.     fi
  3209.   
  3210.     case "$ac_given_srcdir" in
  3211.     .)  srcdir=.
  3212. !       if test -z "$ac_dots"; then top_srcdir=.
  3213. !       else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
  3214.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3215.     *) # Relative path.
  3216.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3217.       top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3218.     esac
  3219.   
  3220. +   case "$ac_given_INSTALL" in
  3221. +   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  3222. +   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  3223. +   esac
  3224.     echo creating "$ac_file"
  3225.     rm -f "$ac_file"
  3226. !   configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
  3227.     case "$ac_file" in
  3228. !   *Makefile*) ac_comsub="1i\\
  3229. ! # $configure_input" ;;
  3230. !   *) ac_comsub= ;;
  3231.     esac
  3232. !   sed -e "$ac_comsub
  3233. ! s%@configure_input@%$configure_input%g
  3234.   s%@srcdir@%$srcdir%g
  3235.   s%@top_srcdir@%$top_srcdir%g
  3236. ! s%@INSTALL@%$INSTALL%g
  3237. ! " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  3238.   fi; done
  3239. + rm -f conftest.subs
  3240.   
  3241.   
  3242.   exit 0
  3243.   EOF
  3244. ! chmod +x $CONFIG_STATUS
  3245. ! rm -fr confdefs* $ac_clean_files
  3246. ! test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS
  3247.   
  3248.