home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-14 | 101.5 KB | 3,347 lines |
- diff -rc --new-file libg++-2.6.2-base/Makefile.in libg++-2.6.2/Makefile.in
- *** libg++-2.6.2-base/Makefile.in Thu Dec 15 02:29:24 1994
- --- libg++-2.6.2/Makefile.in Sun Dec 18 12:49:38 1994
- ***************
- *** 19,25 ****
-
- srcdir = .
-
- ! prefix = /usr/local
-
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- --- 19,25 ----
-
- srcdir = .
-
- ! prefix = /gnu
-
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- ***************
- *** 55,61 ****
- AS = as
- AR = ar
- AR_FLAGS = rc
- ! CC = cc
-
- # Special variables passed down in EXTRA_GCC_FLAGS. They are defined
- # here so that they can be overridden by Makefile fragments.
- --- 55,61 ----
- AS = as
- AR = ar
- AR_FLAGS = rc
- ! CC = gcc
-
- # Special variables passed down in EXTRA_GCC_FLAGS. They are defined
- # here so that they can be overridden by Makefile fragments.
- ***************
- *** 65,71 ****
-
- # We don't specify -g -O because many compilers don't support -g -O,
- # and/or -O is broken in and of itself.
- ! CFLAGS = -g
- LIBCFLAGS = $(CFLAGS)
- CFLAGS_FOR_TARGET = $(CFLAGS)
- LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
- --- 65,72 ----
-
- # We don't specify -g -O because many compilers don't support -g -O,
- # and/or -O is broken in and of itself.
- ! # Amiga hack - suppress use of -g which isn't really supported yet.
- ! CFLAGS = -O2
- LIBCFLAGS = $(CFLAGS)
- CFLAGS_FOR_TARGET = $(CFLAGS)
- LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
- ***************
- *** 73,79 ****
- CXX = gcc
-
- # Use -O2 to stress test the compiler.
- ! CXXFLAGS = -g -O2
- LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
- CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
- LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
- --- 74,81 ----
- CXX = gcc
-
- # Use -O2 to stress test the compiler.
- ! # Amiga hack - suppress use of -g which isn't really supported yet.
- ! CXXFLAGS = -O2
- LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
- CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
- LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
- diff -rc --new-file libg++-2.6.2-base/Product-Info libg++-2.6.2/Product-Info
- *** libg++-2.6.2-base/Product-Info Thu Jan 1 00:00:00 1970
- --- libg++-2.6.2/Product-Info Sun Dec 18 12:47:38 1994
- ***************
- *** 0 ****
- --- 1,16 ----
- + .name
- + libg++
- + .fullname
- + GNU C++ class library
- + .type
- + Programmer Tool
- + .short
- + GNU C++ class library
- + .description
- + A C++ class library for use with the GNU C++ compiler.
- + .version
- + 2.6.1
- + .distribution
- + GNU Library Public License
- + .described-by
- + Fred Fish (fnf@amigalib.com)
- diff -rc --new-file libg++-2.6.2-base/config.guess libg++-2.6.2/config.guess
- *** libg++-2.6.2-base/config.guess Sat Nov 5 19:44:34 1994
- --- libg++-2.6.2/config.guess Sun Dec 18 12:47:38 1994
- ***************
- *** 1,4 ****
- --- 1,5 ----
- #!/bin/sh
- + echo "m68k-cbm-amigados" ; exit 0 #AmigaDOS hack (fnf)
- # Attempt to guess a canonical system name.
- # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
- #
- diff -rc --new-file libg++-2.6.2-base/configure libg++-2.6.2/configure
- *** libg++-2.6.2-base/configure Thu Oct 20 19:32:42 1994
- --- libg++-2.6.2/configure Sun Dec 18 12:47:38 1994
- ***************
- *** 36,46 ****
- # config.status is removed.
- #
-
- export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0 $argv; kill $$)
-
- remove=rm
- ! hard_link=ln
- ! symbolic_link='ln -s'
-
- #for Test
- #remove="echo rm"
- --- 36,49 ----
- # config.status is removed.
- #
-
- + # In places where the argument to echo may start with a '-', use /bin/echo since
- + # the AmigaDOS pdksh builtin echo botches this case.
- +
- export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0 $argv; kill $$)
-
- remove=rm
- ! hard_link=cp
- ! symbolic_link=cp
-
- #for Test
- #remove="echo rm"
- ***************
- *** 65,71 ****
- norecursion=
- other_options=
- package_makefile_frag=
- ! prefix=/usr/local
- progname=
- program_prefix=
- program_prefixoption=
- --- 68,74 ----
- norecursion=
- other_options=
- package_makefile_frag=
- ! prefix=/gnu
- progname=
- program_prefix=
- program_prefixoption=
- ***************
- *** 104,110 ****
-
- progname=$0
- # if PWD already has a value, it is probably wrong.
- ! if [ -n "$PWD" ]; then PWD=`pwd`; fi
-
- case "${progname}" in
- /*) ;;
- --- 107,114 ----
-
- progname=$0
- # if PWD already has a value, it is probably wrong.
- ! # AmigaDOS change - pdksh treats PWD as readonly - fnf
- ! #if [ -n "$PWD" ]; then PWD=`pwd`; fi
-
- case "${progname}" in
- /*) ;;
- ***************
- *** 140,146 ****
- # Split out the argument for options that take them
- case $option in
- --*=*)
- ! optarg=`echo $option | sed -e 's/^[^=]*=//'`
- ;;
- # These options have mandatory values. Since we didn't find an = sign,
- # the value must be in the next argument
- --- 144,150 ----
- # Split out the argument for options that take them
- case $option in
- --*=*)
- ! optarg=`/bin/echo $option | sed -e 's/^[^=]*=//'`
- ;;
- # These options have mandatory values. Since we didn't find an = sign,
- # the value must be in the next argument
- ***************
- *** 165,171 ****
- --cache*)
- ;;
- --disable-*)
- ! enableopt=`echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
- eval $enableopt=no
- disableoptions="$disableoptions $option"
- ;;
- --- 169,175 ----
- --cache*)
- ;;
- --disable-*)
- ! enableopt=`/bin/echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
- eval $enableopt=no
- disableoptions="$disableoptions $option"
- ;;
- ***************
- *** 175,181 ****
- *) optarg=yes ;;
- esac
-
- ! enableopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
- eval $enableopt="$optarg"
- enableoptions="$enableoptions $option"
- ;;
- --- 179,185 ----
- *) optarg=yes ;;
- esac
-
- ! enableopt=`/bin/echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
- eval $enableopt="$optarg"
- enableoptions="$enableoptions $option"
- ;;
- ***************
- *** 217,223 ****
- ;;
- --program-transform-name* | --program-t*)
- # Double any backslashes or dollar signs in the argument
- ! program_transform_name="${program_transform_name} -e `echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
- program_transform_nameoption="${program_transform_nameoption} --program-transform-name='$optarg'"
- ;;
- --rm)
- --- 221,227 ----
- ;;
- --program-transform-name* | --program-t*)
- # Double any backslashes or dollar signs in the argument
- ! program_transform_name="${program_transform_name} -e `/bin/echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
- program_transform_nameoption="${program_transform_nameoption} --program-transform-name='$optarg'"
- ;;
- --rm)
- ***************
- *** 236,242 ****
- # bolted into an object file as debug info, it has two slashes
- # in it. Ordinarily this is ok, but emacs takes double slash
- # to mean "forget the first part".
- ! srcdir=`echo $optarg | sed -e 's:/$::'`
- ;;
- --srcdir* | --sr*)
- srcdir=$optarg
- --- 240,246 ----
- # bolted into an object file as debug info, it has two slashes
- # in it. Ordinarily this is ok, but emacs takes double slash
- # to mean "forget the first part".
- ! srcdir=`/bin/echo $optarg | sed -e 's:/$::'`
- ;;
- --srcdir* | --sr*)
- srcdir=$optarg
- ***************
- *** 267,278 ****
- *) optarg=yes ;;
- esac
-
- ! withopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
- eval $withopt="$optarg"
- withoptions="$withoptions $option"
- ;;
- --without-*)
- ! withopt=`echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
- eval $withopt=no
- withoutoptions="$withoutoptions $option"
- ;;
- --- 271,282 ----
- *) optarg=yes ;;
- esac
-
- ! withopt=`/bin/echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
- eval $withopt="$optarg"
- withoptions="$withoptions $option"
- ;;
- --without-*)
- ! withopt=`/bin/echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
- eval $withopt=no
- withoutoptions="$withoutoptions $option"
- ;;
- ***************
- *** 848,854 ****
- # make sure that some sort of reasonable default exists for these
- # two variables
- CXX=${CXX-"g++ -O"}
- ! CC=${CC-cc}
-
- # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
- # remove any form feeds.
- --- 852,858 ----
- # make sure that some sort of reasonable default exists for these
- # two variables
- CXX=${CXX-"g++ -O"}
- ! CC=${CC-gcc}
-
- # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
- # remove any form feeds.
- ***************
- *** 985,990 ****
- --- 989,995 ----
-
- ### The recursion line is here.
- if [ ! -z "${recprog}" ] ; then
- + 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}
- if eval ${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} ; then
- diff -rc --new-file libg++-2.6.2-base/etc/Makefile.in libg++-2.6.2/etc/Makefile.in
- *** libg++-2.6.2-base/etc/Makefile.in Thu Dec 15 02:18:10 1994
- --- libg++-2.6.2/etc/Makefile.in Sun Dec 18 12:47:40 1994
- ***************
- *** 2,8 ****
- # Makefile.in for etc
- #
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
-
- srcdir = .
- --- 2,8 ----
- # Makefile.in for etc
- #
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
-
- srcdir = .
- diff -rc --new-file libg++-2.6.2-base/etc/cfg-paper.texi libg++-2.6.2/etc/cfg-paper.texi
- *** libg++-2.6.2-base/etc/cfg-paper.texi Thu Dec 15 02:18:12 1994
- --- libg++-2.6.2/etc/cfg-paper.texi Sun Dec 18 12:47:40 1994
- ***************
- *** 241,247 ****
-
- In order to actually install the program, the configuration system needs
- to know where you would like the program installed. The default
- ! location is @file{/usr/local}. We refer to this location as
- @code{$(prefix)}. All user visible programs will be installed in
- @file{@code{$(prefix)}/bin}. All other programs and files will be
- installed in a subdirectory of @file{@code{$(prefix)}/lib}.
- --- 241,247 ----
-
- In order to actually install the program, the configuration system needs
- to know where you would like the program installed. The default
- ! location is @file{/gnu}. We refer to this location as
- @code{$(prefix)}. All user visible programs will be installed in
- @file{@code{$(prefix)}/bin}. All other programs and files will be
- installed in a subdirectory of @file{@code{$(prefix)}/lib}.
- diff -rc --new-file libg++-2.6.2-base/etc/configure.man libg++-2.6.2/etc/configure.man
- *** libg++-2.6.2-base/etc/configure.man Thu Dec 15 02:18:12 1994
- --- libg++-2.6.2/etc/configure.man Sun Dec 18 12:47:40 1994
- ***************
- *** 57,63 ****
- .I \--prefix=DIR
- sets the location in which to install files to
- .I DIR.
- ! The default is "/usr/local".
-
- .TP
- .I \--exec_prefix=DIR
- --- 57,63 ----
- .I \--prefix=DIR
- sets the location in which to install files to
- .I DIR.
- ! The default is "/gnu".
-
- .TP
- .I \--exec_prefix=DIR
- diff -rc --new-file libg++-2.6.2-base/etc/configure.texi libg++-2.6.2/etc/configure.texi
- *** libg++-2.6.2-base/etc/configure.texi Thu Dec 15 02:18:12 1994
- --- libg++-2.6.2/etc/configure.texi Sun Dec 18 12:47:42 1994
- ***************
- *** 753,759 ****
- @emph{Caution:} If you build more than one configuration for a single program,
- remember that you must also specify a different @samp{--prefix} for each
- configuration at configure-time. Otherwise, both configurations will be
- ! installed in the same default location (@file{/usr/local}); the configuration
- to be installed last would overwrite previously installed configurations.
-
- @c ---------------------------------------------------------------------
- --- 753,759 ----
- @emph{Caution:} If you build more than one configuration for a single program,
- remember that you must also specify a different @samp{--prefix} for each
- configuration at configure-time. Otherwise, both configurations will be
- ! installed in the same default location (@file{/gnu}); the configuration
- to be installed last would overwrite previously installed configurations.
-
- @c ---------------------------------------------------------------------
- ***************
- *** 782,788 ****
-
- @item in the current directory, and which will be installed
-
- ! @item in the default installation directory (@file{/usr/local}) when the code
- is compiled with @code{make}.
- @end itemize
-
- --- 782,788 ----
-
- @item in the current directory, and which will be installed
-
- ! @item in the default installation directory (@file{/gnu}) when the code
- is compiled with @code{make}.
- @end itemize
-
- ***************
- *** 1226,1232 ****
- Using the default configuration, @samp{make install} creates a single tree of
- files, some of which are programs. The location of this tree is determined by
- the value of the variable @samp{prefix}. The default value of @samp{prefix} is
- ! @samp{/usr/local}. This is often correct for native tools installed on only
- one host.
-
- @menu
- --- 1226,1232 ----
- Using the default configuration, @samp{make install} creates a single tree of
- files, some of which are programs. The location of this tree is determined by
- the value of the variable @samp{prefix}. The default value of @samp{prefix} is
- ! @samp{/gnu}. This is often correct for native tools installed on only
- one host.
-
- @menu
- ***************
- *** 1245,1251 ****
- @vindex prefix
-
- In the default configuration, all files are installed in subdirectories
- ! of @file{/usr/local}. The location is determined by the value of
- the @code{configure} variable @samp{prefix}; in turn, this determines the
- value of the @file{Makefile} variable of the same name (@samp{prefix}).
-
- --- 1245,1251 ----
- @vindex prefix
-
- In the default configuration, all files are installed in subdirectories
- ! of @file{/gnu}. The location is determined by the value of
- the @code{configure} variable @samp{prefix}; in turn, this determines the
- value of the @file{Makefile} variable of the same name (@samp{prefix}).
-
- ***************
- *** 1346,1352 ****
- The root of the installation tree. You can set its @file{Makefile} default
- with the @samp{--prefix=} command line option to @code{configure}
- (@pxref{Invoking configure, , Invoking @code{configure}}). The default value
- ! for @samp{prefix} is @samp{/usr/local}.
-
- @item bindir
- @cindex @code{bindir}
- --- 1346,1352 ----
- The root of the installation tree. You can set its @file{Makefile} default
- with the @samp{--prefix=} command line option to @code{configure}
- (@pxref{Invoking configure, , Invoking @code{configure}}). The default value
- ! for @samp{prefix} is @samp{/gnu}.
-
- @item bindir
- @cindex @code{bindir}
- diff -rc --new-file libg++-2.6.2-base/etc/make-stds.texi libg++-2.6.2/etc/make-stds.texi
- *** libg++-2.6.2-base/etc/make-stds.texi Sat Mar 26 13:22:48 1994
- --- libg++-2.6.2/etc/make-stds.texi Sun Dec 18 12:47:42 1994
- ***************
- *** 384,390 ****
- @table @samp
- @item prefix
- A prefix used in constructing the default values of the variables listed
- ! below. The default value of @code{prefix} should be @file{/usr/local}
- (at least for now).
-
- @item exec_prefix
- --- 384,390 ----
- @table @samp
- @item prefix
- A prefix used in constructing the default values of the variables listed
- ! below. The default value of @code{prefix} should be @file{/gnu}
- (at least for now).
-
- @item exec_prefix
- ***************
- *** 398,404 ****
-
- @item bindir
- The directory for installing executable programs that users can run.
- ! This should normally be @file{/usr/local/bin}, but write it as
- @file{$(exec_prefix)/bin}.
-
- @item libdir
- --- 398,404 ----
-
- @item bindir
- The directory for installing executable programs that users can run.
- ! This should normally be @file{/gnu/bin}, but write it as
- @file{$(exec_prefix)/bin}.
-
- @item libdir
- ***************
- *** 407,436 ****
- also go in this directory. The idea is that this directory is used for
- files that pertain to a specific machine architecture, but need not be
- in the path for commands. The value of @code{libdir} should normally be
- ! @file{/usr/local/lib}, but write it as @file{$(exec_prefix)/lib}.
-
- @item datadir
- The directory for installing read-only data files which the programs
- refer to while they run. This directory is used for files which are
- independent of the type of machine being used. This should normally be
- ! @file{/usr/local/lib}, but write it as @file{$(prefix)/lib}.
-
- @item statedir
- The directory for installing data files which the programs modify while
- they run. These files should be independent of the type of machine
- being used, and it should be possible to share them among machines at a
- ! network installation. This should normally be @file{/usr/local/lib},
- but write it as @file{$(prefix)/lib}.
-
- @item includedir
- @c rewritten to avoid overfull hbox --roland
- The directory for installing header files to be included by user
- programs with the C @samp{#include} preprocessor directive. This
- ! should normally be @file{/usr/local/include}, but write it as
- @file{$(prefix)/include}.
-
- Most compilers other than GCC do not look for header files in
- ! @file{/usr/local/include}. So installing the header files this way is
- only useful with GCC. Sometimes this is not a problem because some
- libraries are only really intended to work with GCC. But some libraries
- are intended to work with other compilers. They should install their
- --- 407,436 ----
- also go in this directory. The idea is that this directory is used for
- files that pertain to a specific machine architecture, but need not be
- in the path for commands. The value of @code{libdir} should normally be
- ! @file{/gnu/lib}, but write it as @file{$(exec_prefix)/lib}.
-
- @item datadir
- The directory for installing read-only data files which the programs
- refer to while they run. This directory is used for files which are
- independent of the type of machine being used. This should normally be
- ! @file{/gnu/lib}, but write it as @file{$(prefix)/lib}.
-
- @item statedir
- The directory for installing data files which the programs modify while
- they run. These files should be independent of the type of machine
- being used, and it should be possible to share them among machines at a
- ! network installation. This should normally be @file{/gnu/lib},
- but write it as @file{$(prefix)/lib}.
-
- @item includedir
- @c rewritten to avoid overfull hbox --roland
- The directory for installing header files to be included by user
- programs with the C @samp{#include} preprocessor directive. This
- ! should normally be @file{/gnu/include}, but write it as
- @file{$(prefix)/include}.
-
- Most compilers other than GCC do not look for header files in
- ! @file{/gnu/include}. So installing the header files this way is
- only useful with GCC. Sometimes this is not a problem because some
- libraries are only really intended to work with GCC. But some libraries
- are intended to work with other compilers. They should install their
- ***************
- *** 459,465 ****
- The directory for installing the man pages (if any) for this package.
- It should include the suffix for the proper section of the
- manual---usually @samp{1} for a utility. It will normally be
- ! @file{/usr/local/man/man1}, but you should write it as
- @file{$(prefix)/man/man1}.
-
- @item man1dir
- --- 459,465 ----
- The directory for installing the man pages (if any) for this package.
- It should include the suffix for the proper section of the
- manual---usually @samp{1} for a utility. It will normally be
- ! @file{/gnu/man/man1}, but you should write it as
- @file{$(prefix)/man/man1}.
-
- @item man1dir
- ***************
- *** 489,495 ****
-
- @item infodir
- The directory for installing the Info files for this package. By
- ! default, it should be @file{/usr/local/info}, but it should be written
- as @file{$(prefix)/info}.
-
- @item srcdir
- --- 489,495 ----
-
- @item infodir
- The directory for installing the Info files for this package. By
- ! default, it should be @file{/gnu/info}, but it should be written
- as @file{$(prefix)/info}.
-
- @item srcdir
- ***************
- *** 504,510 ****
- @c hbox, so the make manual can format correctly. --roland
- # Common prefix for installation directories.
- # NOTE: This directory must exist when you start the install.
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- # Where to put the executable for the command `gcc'.
- bindir = $(exec_prefix)/bin
- --- 504,510 ----
- @c hbox, so the make manual can format correctly. --roland
- # Common prefix for installation directories.
- # NOTE: This directory must exist when you start the install.
- ! prefix = /gnu
- exec_prefix = $(prefix)
- # Where to put the executable for the command `gcc'.
- bindir = $(exec_prefix)/bin
- diff -rc --new-file libg++-2.6.2-base/libg++/etc/ADT-examples/Patmain.cc libg++-2.6.2/libg++/etc/ADT-examples/Patmain.cc
- *** libg++-2.6.2-base/libg++/etc/ADT-examples/Patmain.cc Mon Nov 1 22:00:30 1993
- --- libg++-2.6.2/libg++/etc/ADT-examples/Patmain.cc Sun Dec 18 12:47:42 1994
- ***************
- *** 2,8 ****
-
- #include <stream.h>
- #include <stdio.h>
- ! #include <string.h>
- #include "Patricia.h"
- #include <builtin.h>
-
- --- 2,8 ----
-
- #include <stream.h>
- #include <stdio.h>
- ! #include </gnu/include/string.h> /* Avoid getting String.h */
- #include "Patricia.h"
- #include <builtin.h>
-
- diff -rc --new-file libg++-2.6.2-base/libg++/etc/benchmarks/Makefile.in libg++-2.6.2/libg++/etc/benchmarks/Makefile.in
- *** libg++-2.6.2-base/libg++/etc/benchmarks/Makefile.in Fri May 13 23:54:14 1994
- --- libg++-2.6.2/libg++/etc/benchmarks/Makefile.in Sun Dec 18 12:47:44 1994
- ***************
- *** 2,8 ****
-
- srcdir = .
-
- ! prefix = /usr/local
-
-
- # select QUICK= -DQUICK to get 50000 instead of 500000 iterations
- --- 2,8 ----
-
- srcdir = .
-
- ! prefix = /gnu
-
-
- # select QUICK= -DQUICK to get 50000 instead of 500000 iterations
- diff -rc --new-file libg++-2.6.2-base/libg++/etc/benchmarks/dhrystone.cc libg++-2.6.2/libg++/etc/benchmarks/dhrystone.cc
- *** libg++-2.6.2-base/libg++/etc/benchmarks/dhrystone.cc Sun Nov 21 05:33:12 1993
- --- libg++-2.6.2/libg++/etc/benchmarks/dhrystone.cc Sun Dec 18 12:47:44 1994
- ***************
- *** 331,337 ****
-
-
- #ifdef NOSTRUCTASSIGN
- ! #include <string.h>
- #define structassign(d, s) memcpy(&(d), &(s), sizeof(d))
- #else
- #define structassign(d, s) d = s
- --- 331,337 ----
-
-
- #ifdef NOSTRUCTASSIGN
- ! #include </gnu/include/string.h> /* Avoid getting String.h */
- #define structassign(d, s) memcpy(&(d), &(s), sizeof(d))
- #else
- #define structassign(d, s) d = s
- diff -rc --new-file libg++-2.6.2-base/libg++/etc/trie-gen/test.cc libg++-2.6.2/libg++/etc/trie-gen/test.cc
- *** libg++-2.6.2-base/libg++/etc/trie-gen/test.cc Sun Apr 25 23:25:36 1993
- --- libg++-2.6.2/libg++/etc/trie-gen/test.cc Sun Dec 18 12:47:44 1994
- ***************
- *** 5,11 ****
- */
-
- #include <stdio.h>
- ! #include <string.h>
-
- #define MAX_LEN 200
-
- --- 5,11 ----
- */
-
- #include <stdio.h>
- ! #include </gnu/include/string.h> /* Avoid getting String.h */
-
- #define MAX_LEN 200
-
- diff -rc --new-file libg++-2.6.2-base/libg++/etc/trie-gen/trie.cc libg++-2.6.2/libg++/etc/trie-gen/trie.cc
- *** libg++-2.6.2-base/libg++/etc/trie-gen/trie.cc Fri May 13 22:08:10 1994
- --- libg++-2.6.2/libg++/etc/trie-gen/trie.cc Sun Dec 18 12:47:44 1994
- ***************
- *** 68,74 ****
- {
- sort ();
-
- ! fputs ("#include <string.h>\n#define MAX_ASCII 128\n\nstatic", stdout);
- if (option[CONST])
- fputs (" const", stdout);
- fputs (" char *const word_list[] = \n{\n \"\",\n", stdout);
- --- 68,74 ----
- {
- sort ();
-
- ! fputs ("#include </gnu/include/string.h>\n#define MAX_ASCII 128\n\nstatic", stdout);
- if (option[CONST])
- fputs (" const", stdout);
- fputs (" char *const word_list[] = \n{\n \"\",\n", stdout);
- diff -rc --new-file libg++-2.6.2-base/libg++/old-stream/Makefile.in libg++-2.6.2/libg++/old-stream/Makefile.in
- *** libg++-2.6.2-base/libg++/old-stream/Makefile.in Mon Apr 19 03:36:54 1993
- --- libg++-2.6.2/libg++/old-stream/Makefile.in Sun Dec 18 12:47:46 1994
- ***************
- *** 10,16 ****
- # should be installed where user programs can find them.
-
- USER_INCLUDES = File.h Filebuf.h Fmodes.h PlotFile.h SFile.h \
- ! filebuf.h istream.h ostream.h stream.h streambuf.h
-
- # The following include files are private to the implementation.
-
- --- 10,16 ----
- # should be installed where user programs can find them.
-
- USER_INCLUDES = File.h Filebuf.h Fmodes.h PlotFile.h SFile.h \
- ! _filebuf.h istream.h ostream.h stream.h streambuf.h
-
- # The following include files are private to the implementation.
-
- diff -rc --new-file libg++-2.6.2-base/libg++/old-stream/istream.h libg++-2.6.2/libg++/old-stream/istream.h
- *** libg++-2.6.2-base/libg++/old-stream/istream.h Fri Jan 17 18:11:02 1992
- --- libg++-2.6.2/libg++/old-stream/istream.h Sun Dec 18 12:47:46 1994
- ***************
- *** 29,35 ****
-
- #include <File.h>
- #include <streambuf.h>
- ! #include <filebuf.h>
- #include <Filebuf.h>
-
- class whitespace // a class used only to input and
- --- 29,35 ----
-
- #include <File.h>
- #include <streambuf.h>
- ! #include <_filebuf.h> /* Avoid name clash; Filebuf.h <==> filebuf.h */
- #include <Filebuf.h>
-
- class whitespace // a class used only to input and
- diff -rc --new-file libg++-2.6.2-base/libg++/old-stream/ostream.h libg++-2.6.2/libg++/old-stream/ostream.h
- *** libg++-2.6.2-base/libg++/old-stream/ostream.h Fri Jan 17 18:11:08 1992
- --- libg++-2.6.2/libg++/old-stream/ostream.h Sun Dec 18 12:47:46 1994
- ***************
- *** 32,38 ****
-
- #include <File.h>
- #include <streambuf.h>
- ! #include <filebuf.h>
- #include <Filebuf.h>
-
- class istream;
- --- 32,38 ----
-
- #include <File.h>
- #include <streambuf.h>
- ! #include <_filebuf.h> /* Avoid name clash; Filebuf.h <==> filebuf.h */
- #include <Filebuf.h>
-
- class istream;
- diff -rc --new-file libg++-2.6.2-base/libg++/proto-kit/Makefile libg++-2.6.2/libg++/proto-kit/Makefile
- *** libg++-2.6.2-base/libg++/proto-kit/Makefile Fri Jun 28 17:24:18 1991
- --- libg++-2.6.2/libg++/proto-kit/Makefile Sun Dec 18 12:47:48 1994
- ***************
- *** 70,76 ****
- CS := $(BASE)/usr/cs
-
- # GNU directories
- ! GNULIBDIR := $(BASE)/usr/local/lib
- GNUIDIR := $(GNULIBDIR)/g++-include
-
- # the g++ library prototypes...
- --- 70,76 ----
- CS := $(BASE)/usr/cs
-
- # GNU directories
- ! GNULIBDIR := /gnu/lib
- GNUIDIR := $(GNULIBDIR)/g++-include
-
- # the g++ library prototypes...
- diff -rc --new-file libg++-2.6.2-base/libg++/proto-kit/Makefile.new libg++-2.6.2/libg++/proto-kit/Makefile.new
- *** libg++-2.6.2-base/libg++/proto-kit/Makefile.new Tue Jul 30 13:19:12 1991
- --- libg++-2.6.2/libg++/proto-kit/Makefile.new Sun Dec 18 12:47:48 1994
- ***************
- *** 70,76 ****
- CS := $(BASE)/usr/cs
-
- # GNU directories
- ! GNULIBDIR := $(BASE)/usr/local/lib
- GNUIDIR := $(GNULIBDIR)/g++-include
-
- # the g++ library prototypes...
- --- 70,76 ----
- CS := $(BASE)/usr/cs
-
- # GNU directories
- ! GNULIBDIR := /gnu/lib
- GNUIDIR := $(GNULIBDIR)/g++-include
-
- # the g++ library prototypes...
- diff -rc --new-file libg++-2.6.2-base/libg++/proto-kit/hierarchy libg++-2.6.2/libg++/proto-kit/hierarchy
- *** libg++-2.6.2-base/libg++/proto-kit/hierarchy Fri Jun 28 17:24:36 1991
- --- libg++-2.6.2/libg++/proto-kit/hierarchy Sun Dec 18 12:47:48 1994
- ***************
- *** 1,4 ****
- ! #!/usr/local/bin/gawk -f
- #**************************************************************************************
- #
- # hierarchy:
- --- 1,4 ----
- ! #! /gnu/bin/gawk -f
- #**************************************************************************************
- #
- # hierarchy:
- diff -rc --new-file libg++-2.6.2-base/libg++/proto-kit/prototype libg++-2.6.2/libg++/proto-kit/prototype
- *** libg++-2.6.2-base/libg++/proto-kit/prototype Fri Jun 28 17:24:50 1991
- --- libg++-2.6.2/libg++/proto-kit/prototype Sun Dec 18 12:47:48 1994
- ***************
- *** 1,4 ****
- ! #!/usr/local/bin/gawk -f
- #
- # types: types[x] = 1 for each type 'x' we have completed. 'x' has separators
- #
- --- 1,4 ----
- ! #! /gnu/bin/gawk -f
- #
- # types: types[x] = 1 for each type 'x' we have completed. 'x' has separators
- #
- diff -rc --new-file libg++-2.6.2-base/libg++/src/BitSet.cc libg++-2.6.2/libg++/src/BitSet.cc
- *** libg++-2.6.2-base/libg++/src/BitSet.cc Wed May 11 03:53:48 1994
- --- libg++-2.6.2/libg++/src/BitSet.cc Sun Dec 18 12:47:50 1994
- ***************
- *** 29,35 ****
- #include <AllocRing.h>
- #include <new.h>
- #include <builtin.h>
- ! #include <string.h>
- #include <strstream.h>
-
- void BitSet::error(const char* msg) const
- --- 29,35 ----
- #include <AllocRing.h>
- #include <new.h>
- #include <builtin.h>
- ! #include </gnu/include/string.h> /* Avoid getting String.h */
- #include <strstream.h>
-
- void BitSet::error(const char* msg) const
- diff -rc --new-file libg++-2.6.2-base/libg++/src/CursesW.h libg++-2.6.2/libg++/src/CursesW.h
- *** libg++-2.6.2-base/libg++/src/CursesW.h Mon Oct 24 19:06:46 1994
- --- libg++-2.6.2/libg++/src/CursesW.h Sat Feb 4 15:14:24 1995
- ***************
- *** 130,140 ****
- #endif
- #endif
- #ifdef standend
- ! inline int (standend)() { return standend(); }
- #undef standend
- #endif
- #ifdef standout
- ! inline int (standout)() { return standout(); }
- #undef standout
- #endif
- #ifdef wstandend
- --- 130,140 ----
- #endif
- #endif
- #ifdef standend
- ! inline int (standend)() { return (int) standend(); }
- #undef standend
- #endif
- #ifdef standout
- ! inline int (standout)() { return (int) standout(); }
- #undef standout
- #endif
- #ifdef wstandend
- ***************
- *** 355,360 ****
- --- 355,373 ----
- };
-
-
- + #ifdef __amigados__
- +
- + /* The <curses.h> file in the ixemul environment is a port of the BSD 4.4 lite
- + distribution. This one doesn't have leading underscores on some of the
- + __window members. */
- +
- + #define _begx begx
- + #define _begy begy
- + #define _maxx maxx
- + #define _maxy maxy
- +
- + #endif /* __amigados__ */
- +
- inline int CursesWindow::begx()
- {
- return w->_begx;
- ***************
- *** 558,569 ****
-
- inline int CursesWindow::standout()
- {
- ! return ::wstandout(w);
- }
-
- inline int CursesWindow::standend()
- {
- ! return ::wstandend(w);
- }
-
- inline int CursesWindow::lines()
- --- 571,582 ----
-
- inline int CursesWindow::standout()
- {
- ! return (int) ::wstandout(w);
- }
-
- inline int CursesWindow::standend()
- {
- ! return (int) ::wstandend(w);
- }
-
- inline int CursesWindow::lines()
- diff -rc --new-file libg++-2.6.2-base/libg++/src/std.h libg++-2.6.2/libg++/src/std.h
- *** libg++-2.6.2-base/libg++/src/std.h Sat Apr 30 19:56:12 1994
- --- libg++-2.6.2/libg++/src/std.h Sun Dec 18 12:47:54 1994
- ***************
- *** 22,28 ****
- #include <_G_config.h>
- #include <defines.h>
- #include <stdlib.h>
- ! #include <string.h>
- #include <unistd.h>
- #include <stdio.h>
- #include <errno.h>
- --- 22,28 ----
- #include <_G_config.h>
- #include <defines.h>
- #include <stdlib.h>
- ! #include </gnu/include/string.h> /* Avoid getting String.h */
- #include <unistd.h>
- #include <stdio.h>
- #include <errno.h>
- diff -rc --new-file libg++-2.6.2-base/libg++/tests/Makefile.sh libg++-2.6.2/libg++/tests/Makefile.sh
- *** libg++-2.6.2-base/libg++/tests/Makefile.sh Mon Nov 7 22:12:02 1994
- --- libg++-2.6.2/libg++/tests/Makefile.sh Sun Dec 18 12:47:56 1994
- ***************
- *** 14,20 ****
-
- cat <<EOF
- # executables
- ! TOUTS = test_h tCurses ${TESTS0} ${TESTS1} tiLList tGetOpt
-
- EOF
-
- --- 14,20 ----
-
- cat <<EOF
- # executables
- ! TOUTS = test_h ${TESTS0} ${TESTS1} tiLList tGetOpt
-
- EOF
-
- ***************
- *** 92,100 ****
- # Comment this out if your compiler doesn't handle templates:
- CHECK_TEMPLATES=check-templates
-
- ! tests checktests: clean_tests test_h tCurses \
- ! check-tObstack check-tString check-tInteger \
- ! check-tRational check-tComplex check-tBitSet check-tBitString \
- check-tFix check-tFix16 check-tFix24 check-tGetOpt \
- check-tList check-tPlex check-tLList check-tVec \
- check-tStack check-tQueue check-tDeque check-tPQ \
- --- 92,100 ----
- # Comment this out if your compiler doesn't handle templates:
- CHECK_TEMPLATES=check-templates
-
- ! tests checktests: clean_tests test_h \
- ! check-tObstack check-tInteger \
- ! check-tRational check-tComplex check-tBitSet \
- check-tFix check-tFix16 check-tFix24 check-tGetOpt \
- check-tList check-tPlex check-tLList check-tVec \
- check-tStack check-tQueue check-tDeque check-tPQ \
- ***************
- *** 135,144 ****
- LIB_FOR_tFix24=-lm
- LIB_FOR_tCurses="-lcurses -ltermcap"
-
- for TEST in $TESTS0 tiLList tCurses tGetOpt; do
- echo "${TEST}: ${TEST}.o"
- echo ' $(CXX) $(LDFLAGS)' "${TEST}.o" '-o $@ $(LIBS)' \
- ! `eval echo '$LIB_FOR_'$TEST`
- echo ""
- done
- for TEST in twrapper tgwrapper $TESTS1; do
- --- 135,148 ----
- LIB_FOR_tFix24=-lm
- LIB_FOR_tCurses="-lcurses -ltermcap"
-
- + # Note: The eval line below causes a command of the form "echo -lcurses ..."
- + # to be run, which is not handled properly on the Amiga with pdksh's
- + # internal echo. Force the GNU echo (/bin/echo) to be used. -fnf
- +
- for TEST in $TESTS0 tiLList tCurses tGetOpt; do
- echo "${TEST}: ${TEST}.o"
- echo ' $(CXX) $(LDFLAGS)' "${TEST}.o" '-o $@ $(LIBS)' \
- ! `eval /bin/echo '$LIB_FOR_'$TEST`
- echo ""
- done
- for TEST in twrapper tgwrapper $TESTS1; do
- diff -rc --new-file libg++-2.6.2-base/libg++/tests/test_h.cc libg++-2.6.2/libg++/tests/test_h.cc
- *** libg++-2.6.2-base/libg++/tests/test_h.cc Fri Oct 14 19:05:46 1994
- --- libg++-2.6.2/libg++/tests/test_h.cc Sun Dec 18 12:47:56 1994
- ***************
- *** 67,73 ****
- #include <assert.h>
- #include <libc.h>
- #include <compare.h>
- ! #include <complex.h>
- #include <ctype.h>
- #include <errno.h>
- #include <generic.h>
- --- 67,73 ----
- #include <assert.h>
- #include <libc.h>
- #include <compare.h>
- ! #include <_complex.h> /* Avoid name clash; Complex.h <==> complex.h */
- #include <ctype.h>
- #include <errno.h>
- #include <generic.h>
- ***************
- *** 87,93 ****
- #include <stdio.h>
- #include <stdlib.h>
- #include <strclass.h>
- ! #include <string.h>
- #include <swap.h>
- #include <unistd.h>
- #include <limits.h>
- --- 87,93 ----
- #include <stdio.h>
- #include <stdlib.h>
- #include <strclass.h>
- ! #include </gnu/include/string.h> /* Avoid getting String.h */
- #include <swap.h>
- #include <unistd.h>
- #include <limits.h>
- diff -rc --new-file libg++-2.6.2-base/libiberty/Makefile.in libg++-2.6.2/libiberty/Makefile.in
- *** libg++-2.6.2-base/libiberty/Makefile.in Mon Nov 7 22:14:18 1994
- --- libg++-2.6.2/libiberty/Makefile.in Sun Dec 18 12:52:46 1994
- ***************
- *** 28,34 ****
-
- srcdir = .
-
- ! prefix = /usr/local
-
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- --- 28,34 ----
-
- srcdir = .
-
- ! prefix = /gnu
-
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- ***************
- *** 61,67 ****
- AR_FLAGS = rc
-
- ERRORS_CC = $(CC)
- ! CFLAGS = -g
- LIBCFLAGS = $(CFLAGS)
- BISON = bison
- MAKEINFO = makeinfo
- --- 61,68 ----
- AR_FLAGS = rc
-
- ERRORS_CC = $(CC)
- ! #AmigaDOS hack - suppress use of -g which isn't really supported yet.
- ! CFLAGS = -O2
- LIBCFLAGS = $(CFLAGS)
- BISON = bison
- MAKEINFO = makeinfo
- ***************
- *** 108,114 ****
- .PHONY: check installcheck
- check installcheck:
-
- !
- #### Host, target, and site specific Makefile fragments come in here.
- ###
-
- --- 109,115 ----
- .PHONY: check installcheck
- check installcheck:
-
- ! CC=gcc
- #### Host, target, and site specific Makefile fragments come in here.
- ###
-
- diff -rc --new-file libg++-2.6.2-base/libio/config.shared libg++-2.6.2/libio/config.shared
- *** libg++-2.6.2-base/libio/config.shared Tue Nov 29 23:35:20 1994
- --- libg++-2.6.2/libio/config.shared Sun Dec 18 12:51:34 1994
- ***************
- *** 40,46 ****
- echo "srcdir = ${srcdir}"
- echo "SUBDIRS = ${SUBDIRS}"
-
- ! echo "prefix = ${prefix-/usr/local}"
- echo "exec_prefix = ${exec_prefix-'${prefix}'}"
-
- echo 'bindir = $(exec_prefix)/bin'
- --- 40,46 ----
- echo "srcdir = ${srcdir}"
- echo "SUBDIRS = ${SUBDIRS}"
-
- ! echo "prefix = ${prefix-/gnu}"
- echo "exec_prefix = ${exec_prefix-'${prefix}'}"
-
- echo 'bindir = $(exec_prefix)/bin'
- ***************
- *** 97,103 ****
- echo ''
- echo 'CC = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
- echo ' then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
- ! echo ' else echo cc ; fi`'
- echo 'CXX = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
- echo ' then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
- echo ' else echo gcc ; fi`'
- --- 97,103 ----
- echo ''
- echo 'CC = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
- echo ' then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
- ! echo ' else echo gcc ; fi`'
- echo 'CXX = `if [ -f '${TOPDIR}'gcc/xgcc ] ; \'
- echo ' then echo '${TOPDIR}'gcc/xgcc -B'${TOPDIR}'gcc/ ; \'
- echo ' else echo gcc ; fi`'
- ***************
- *** 108,115 ****
- else
- echo 'WRAP_C_INCLUDES = -I$(srcdir)'/${TOLIBGXX}g++-include
- fi
- ! echo 'CFLAGS = -g'
- ! echo 'CXXFLAGS = -g -O'
- echo 'LIBCFLAGS = $(CFLAGS)'
- echo 'LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates'
-
- --- 108,115 ----
- else
- echo 'WRAP_C_INCLUDES = -I$(srcdir)'/${TOLIBGXX}g++-include
- fi
- ! echo 'CFLAGS = -O2'
- ! echo 'CXXFLAGS = -O2'
- echo 'LIBCFLAGS = $(CFLAGS)'
- echo 'LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates'
-
- diff -rc --new-file libg++-2.6.2-base/libio/dbz/Makefile.in libg++-2.6.2/libio/dbz/Makefile.in
- *** libg++-2.6.2-base/libio/dbz/Makefile.in Thu Jun 30 11:50:28 1994
- --- libg++-2.6.2/libio/dbz/Makefile.in Sun Dec 18 12:48:04 1994
- ***************
- *** 1,5 ****
- srcdir = .
- ! CFLAGS = -g
- C_FLAGS = $(CFLAGS) -I$(srcdir) -I.. -I$(srcdir)/.. -DDBZ_FINISH='_IO_flush_all()'
- CC = `if [ -f ../../../gcc/gcc ] ; \
- then echo ../../../gcc/gcc -B../../../gcc/ ; \
- --- 1,5 ----
- srcdir = .
- ! CFLAGS = -O2
- C_FLAGS = $(CFLAGS) -I$(srcdir) -I.. -I$(srcdir)/.. -DDBZ_FINISH='_IO_flush_all()'
- CC = `if [ -f ../../../gcc/gcc ] ; \
- then echo ../../../gcc/gcc -B../../../gcc/ ; \
- ***************
- *** 117,122 ****
- --- 117,123 ----
- mkdir xx
- chmod -w xx
- ./rdbz -E 1000 -0 -M -i -S -u -U -C xx dbase
- + sleep 5 # Give lock time to go away (AmigaDOS hack)
- rmdir xx
- sed '/> 0/d' $(RHIST) >dbase.used
- test "`cat dbase.used | wc -l`" -eq "`sed -n '2s/ .*//p' dbase.dir`" ;
- diff -rc --new-file libg++-2.6.2-base/libio/gen-params libg++-2.6.2/libio/gen-params
- *** libg++-2.6.2-base/libio/gen-params Wed Dec 14 23:49:06 1994
- --- libg++-2.6.2/libio/gen-params Sun Dec 18 12:48:06 1994
- ***************
- *** 50,56 ****
- binutilsdir=${binutilsdir-${rootdir}/binutils}
- CC=${CC-`if [ -f ${gccdir}/xgcc ] ; \
- then echo ${gccdir}/xgcc -B${gccdir}/ ; \
- ! else echo cc ; fi`}
- CXX=${CXX-`if [ -f ${gccdir}/xgcc ] ; \
- then echo ${gccdir}/xgcc -B${gccdir}/ ; \
- else echo gcc ; fi`}
- --- 50,56 ----
- binutilsdir=${binutilsdir-${rootdir}/binutils}
- CC=${CC-`if [ -f ${gccdir}/xgcc ] ; \
- then echo ${gccdir}/xgcc -B${gccdir}/ ; \
- ! else echo gcc ; fi`}
- CXX=${CXX-`if [ -f ${gccdir}/xgcc ] ; \
- then echo ${gccdir}/xgcc -B${gccdir}/ ; \
- else echo gcc ; fi`}
- diff -rc --new-file libg++-2.6.2-base/libio/tests/Makefile.in libg++-2.6.2/libio/tests/Makefile.in
- *** libg++-2.6.2-base/libio/tests/Makefile.in Sat Nov 5 18:36:50 1994
- --- libg++-2.6.2/libio/tests/Makefile.in Sun Dec 18 12:48:06 1994
- ***************
- *** 17,25 ****
-
- srcdir = .
-
- ! CFLAGS = -g
- C_FLAGS = $(CFLAGS) -I. -I.. -I$(srcdir) -I$(srcdir)/..
- ! CXXFLAGS = -g
- CC = gcc
- CXX = gcc
-
- --- 17,27 ----
-
- srcdir = .
-
- ! # AmigaDOS hack - suppress use of -g which isn't really supported yet.
- ! CFLAGS = -O2
- C_FLAGS = $(CFLAGS) -I. -I.. -I$(srcdir) -I$(srcdir)/..
- ! # AmigaDOS hack - suppress use of -g which isn't really supported yet.
- ! CXXFLAGS = -O2
- CC = gcc
- CXX = gcc
-
- ***************
- *** 161,167 ****
- -o tfformat $(srcdir)/tfformat.c $(IOSTDIOLIB)
-
- check-tfformat: tfformat
- ! ./tfformat
-
- tiformat: $(srcdir)/tiformat.c
- $(CC) $(C_FLAGS) -DTEST_LIBIO -o tiformat $(srcdir)/tiformat.c $(IOSTDIOLIB)
- --- 163,169 ----
- -o tfformat $(srcdir)/tfformat.c $(IOSTDIOLIB)
-
- check-tfformat: tfformat
- ! -./tfformat
-
- tiformat: $(srcdir)/tiformat.c
- $(CC) $(C_FLAGS) -DTEST_LIBIO -o tiformat $(srcdir)/tiformat.c $(IOSTDIOLIB)
- diff -rc --new-file libg++-2.6.2-base/librx/configure libg++-2.6.2/librx/configure
- *** libg++-2.6.2-base/librx/configure Fri Aug 26 14:38:42 1994
- --- libg++-2.6.2/librx/configure Sun Dec 18 12:55:12 1994
- ***************
- *** 1,64 ****
- #!/bin/sh
- - # Guess values for system-dependent variables and create Makefiles.
- - # Generated automatically using autoconf version 1.11
- - # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
- -
- - # This configure script is free software; you can redistribute it and/or
- - # modify it under the terms of the GNU General Public License as published
- - # by the Free Software Foundation; either version 2, or (at your option)
- - # any later version.
- -
- - # This script is distributed in the hope that it will be useful, but
- - # WITHOUT ANY WARRANTY; without even the implied warranty of
- - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
- - # Public License for more details.
- -
- - # You should have received a copy of the GNU General Public License
- - # along with this program; if not, write to the Free Software
- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- ! # Save the original args to write them into config.status later.
- ! configure_args="$*"
-
- ! # Only options that might do something get documented.
- ! ac_usage="Usage: configure [options] [host]
- ! Options: [defaults in brackets after descriptions]
- ! --build=BUILD configure for building on BUILD [BUILD=HOST]
- ! --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- ! --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- ! --exec-prefix=PREFIX install host dependent files in PREFIX [/usr/local]
- ! --help print this message
- ! --host=HOST configure for HOST [guessed]
- ! --prefix=PREFIX install host independent files in PREFIX [/usr/local]
- ! --quiet, --silent do not print \`checking for...' messages
- ! --srcdir=DIR find the sources in DIR [configure dir or ..]
- ! --target=TARGET configure for TARGET [TARGET=HOST]
- ! --verbose print results of checks
- ! --version print the version of autoconf that created configure
- ! --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- ! --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- ! --x-includes=DIR X include files are in DIR
- ! --x-libraries=DIR X library files are in DIR"
-
- # Initialize some variables set by options.
- # The variables have the same names as the options, with
- # dashes changed to underlines.
- build=NONE
- ! exec_prefix=
- host=NONE
- no_create=
- nonopt=NONE
- ! norecursion=
- ! prefix=
- ! program_prefix=
- ! program_suffix=
- ! program_transform_name=
- silent=
- srcdir=
- target=NONE
- verbose=
- ! x_includes=
- ! x_libraries=
-
- ac_prev=
- for ac_option
- --- 1,41 ----
- #!/bin/sh
-
- ! # Guess values for system-dependent variables and create Makefiles.
- ! # Generated automatically using autoconf version 2.1
- ! # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
- ! #
- ! # This configure script is free software; the Free Software Foundation
- ! # gives unlimited permission to copy, distribute and modify it.
-
- ! # Defaults:
- ! ac_help=
- ! ac_default_prefix=/gnu
- ! # Any additions from configure.in:
-
- # Initialize some variables set by options.
- # The variables have the same names as the options, with
- # dashes changed to underlines.
- build=NONE
- ! cache_file=./config.cache
- ! exec_prefix=NONE
- host=NONE
- no_create=
- nonopt=NONE
- ! no_recursion=
- ! prefix=NONE
- ! program_prefix=NONE
- ! program_suffix=NONE
- ! program_transform_name=s,x,x,
- silent=
- + site=
- srcdir=
- target=NONE
- verbose=
- ! x_includes=NONE
- ! x_libraries=NONE
- !
- ! # Initialize some other variables.
- ! subdirs=
-
- ac_prev=
- for ac_option
- ***************
- *** 71,84 ****
- continue
- fi
-
- - # Accept (but ignore some of) the important Cygnus configure
- - # options, so we can diagnose typos.
- -
- case "$ac_option" in
- ! -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
-
- case "$ac_option" in
-
- -build | --build | --buil | --bui | --bu | --b)
- --- 48,60 ----
- continue
- fi
-
- case "$ac_option" in
- ! -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
-
- + # Accept the important Cygnus configure options, so we can diagnose typos.
- +
- case "$ac_option" in
-
- -build | --build | --buil | --bui | --bu | --b)
- ***************
- *** 86,114 ****
- -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
- build="$ac_optarg" ;;
-
- -disable-* | --disable-*)
- ! ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
- ! # Reject names that aren't valid shell variable names.
- ! if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- ! echo "configure: $ac_feature: invalid feature name" >&2; exit 1
- fi
- ! ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- eval "enable_${ac_feature}=no" ;;
-
- -enable-* | --enable-*)
- ! ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
- ! # Reject names that aren't valid shell variable names.
- ! if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- ! echo "configure: $ac_feature: invalid feature name" >&2; exit 1
- fi
- ! ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- esac
- eval "enable_${ac_feature}='$ac_optarg'" ;;
-
- - # For backward compatibility, recognize -exec-prefix and --exec_prefix.
- -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
- | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
- | --exec | --exe | --ex)
- --- 62,96 ----
- -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
- build="$ac_optarg" ;;
-
- + -cache-file | --cache-file | --cache-fil | --cache-fi \
- + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
- + ac_prev=cache_file ;;
- + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
- + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
- + cache_file="$ac_optarg" ;;
- +
- -disable-* | --disable-*)
- ! ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
- ! # Reject names that are not valid shell variable names.
- ! if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- ! { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ! ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
- eval "enable_${ac_feature}=no" ;;
-
- -enable-* | --enable-*)
- ! ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
- ! # Reject names that are not valid shell variable names.
- ! if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- ! { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ! ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- esac
- eval "enable_${ac_feature}='$ac_optarg'" ;;
-
- -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
- | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
- | --exec | --exe | --ex)
- ***************
- *** 119,129 ****
- exec_prefix="$ac_optarg" ;;
-
- -gas | --gas | --ga | --g)
- ! with_gas=yes ;; # Obsolete; use --with-gas.
-
- -help | --help | --hel | --he)
- cat << EOF
- ! $ac_usage
- EOF
- exit 0 ;;
-
- --- 101,142 ----
- exec_prefix="$ac_optarg" ;;
-
- -gas | --gas | --ga | --g)
- ! # Obsolete; use --with-gas.
- ! with_gas=yes ;;
-
- -help | --help | --hel | --he)
- + # Omit some internal or obsolete options to make the list less imposing.
- + # This message is too long to be a string in the A/UX 3.1 sh.
- cat << EOF
- ! Usage: configure [options] [host]
- ! Options: [defaults in brackets after descriptions]
- ! Configuration:
- ! --cache-file=FILE cache test results in FILE
- ! --help print this message
- ! --no-create do not create output files
- ! --quiet, --silent do not print \`checking...' messages
- ! --version print the version of autoconf that created configure
- ! Directory and file names:
- ! --prefix=PREFIX install architecture-independent files in PREFIX
- ! [$ac_default_prefix]
- ! --exec-prefix=PREFIX install architecture-dependent files in PREFIX
- ! [same as prefix]
- ! --srcdir=DIR find the sources in DIR [configure dir or ..]
- ! --program-prefix=PREFIX prepend PREFIX to installed program names
- ! --program-suffix=SUFFIX append SUFFIX to installed program names
- ! --program-transform-name=PROGRAM run sed PROGRAM on installed program names
- ! Host type:
- ! --build=BUILD configure for building on BUILD [BUILD=HOST]
- ! --host=HOST configure for HOST [guessed]
- ! --target=TARGET configure for TARGET [TARGET=HOST]
- ! Features and packages:
- ! --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- ! --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- ! --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- ! --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- ! --x-includes=DIR X include files are in DIR
- ! --x-libraries=DIR X library files are in DIR
- ! --enable and --with options recognized:$ac_help
- EOF
- exit 0 ;;
-
- ***************
- *** 133,147 ****
- host="$ac_optarg" ;;
-
- -nfp | --nfp | --nf)
- ! with_fp=no ;; # Obsolete; use --without-fp.
-
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c)
- no_create=yes ;;
-
- ! -norecursion | --norecursion | --norecursio | --norecursi \
- ! | --norecurs | --norecur | --norecu | --norec | --nore | --nor)
- ! norecursion=yes ;;
-
- -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
- ac_prev=prefix ;;
- --- 146,161 ----
- host="$ac_optarg" ;;
-
- -nfp | --nfp | --nf)
- ! # Obsolete; use --without-fp.
- ! with_fp=no ;;
-
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c)
- no_create=yes ;;
-
- ! -no-recursion | --no-recursion | --no-recursio | --no-recursi \
- ! | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
- ! no_recursion=yes ;;
-
- -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
- ac_prev=prefix ;;
- ***************
- *** 183,188 ****
- --- 197,207 ----
- | -silent | --silent | --silen | --sile | --sil)
- silent=yes ;;
-
- + -site | --site | --sit)
- + ac_prev=site ;;
- + -site=* | --site=* | --sit=*)
- + site="$ac_optarg" ;;
- +
- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
- ac_prev=srcdir ;;
- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- ***************
- *** 197,212 ****
- verbose=yes ;;
-
- -version | --version | --versio | --versi | --vers)
- ! echo "configure generated by autoconf version 1.11"
- exit 0 ;;
-
- -with-* | --with-*)
- ! ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
- ! # Reject names that aren't valid shell variable names.
- ! if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- ! echo "configure: $ac_package: invalid package name" >&2; exit 1
- fi
- ! ac_package=`echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- --- 216,231 ----
- verbose=yes ;;
-
- -version | --version | --versio | --versi | --vers)
- ! echo "configure generated by autoconf version 2.1"
- exit 0 ;;
-
- -with-* | --with-*)
- ! ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
- ! # Reject names that are not valid shell variable names.
- ! if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- ! { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ! ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- ***************
- *** 214,228 ****
- eval "with_${ac_package}='$ac_optarg'" ;;
-
- -without-* | --without-*)
- ! ac_package=`echo $ac_option|sed -e 's/-*without-//'`
- ! # Reject names that aren't valid shell variable names.
- ! if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- ! echo "configure: $ac_package: invalid package name" >&2; exit 1
- fi
- ! ac_package=`echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
-
- ! --x) with_x=yes ;; # Obsolete; use --with-x.
-
- -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
- | --x-incl | --x-inc | --x-in | --x-i)
- --- 233,249 ----
- eval "with_${ac_package}='$ac_optarg'" ;;
-
- -without-* | --without-*)
- ! ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
- ! # Reject names that are not valid shell variable names.
- ! if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- ! { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ! ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
-
- ! --x)
- ! # Obsolete; use --with-x.
- ! with_x=yes ;;
-
- -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
- | --x-incl | --x-inc | --x-in | --x-i)
- ***************
- *** 238,252 ****
- | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
- x_libraries="$ac_optarg" ;;
-
- ! -*) echo "configure: $ac_option: invalid option; use --help to show usage" >&2; exit 1
- ;;
-
- *)
- ! if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- ! echo "configure: warning: $ac_option: invalid host type" >&2
- fi
- if test "x$nonopt" != xNONE; then
- ! echo "configure: can only configure for one host and one target at a time" >&2; exit 1
- fi
- nonopt="$ac_option"
- ;;
- --- 259,273 ----
- | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
- x_libraries="$ac_optarg" ;;
-
- ! -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
- ;;
-
- *)
- ! if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- ! echo "configure: warning: $ac_option: invalid host type" 1>&2
- fi
- if test "x$nonopt" != xNONE; then
- ! { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
- fi
- nonopt="$ac_option"
- ;;
- ***************
- *** 255,290 ****
- done
-
- if test -n "$ac_prev"; then
- ! echo "configure: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" >&2; exit 1
- fi
-
- trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
- - trap 'rm -fr confdefs* $ac_clean_files' 0
-
- ! # Save the original args if we used an alternate arg parser.
- ! ac_configure_temp="${configure_args-$*}"
- ! # Strip out --no-create and --norecursion so they don't pile up.
- ! configure_args=
- ! for ac_arg in $ac_configure_temp; do
- case "$ac_arg" in
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c) ;;
- ! -norecursion | --norecursion | --norecursio | --norecursi \
- ! | --norecurs | --norecur | --norecu | --norec | --nore | --nor) ;;
- ! *) configure_args="$configure_args $ac_arg" ;;
- esac
- done
-
- # NLS nuisances.
- # These must not be set unconditionally because not all systems understand
- # e.g. LANG=C (notably SCO).
- ! if test "${LC_ALL+set}" = 'set'; then LC_ALL=C; export LC_ALL; fi
- ! if test "${LANG+set}" = 'set'; then LANG=C; export LANG; fi
-
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
- rm -rf conftest* confdefs.h
- # AIX cpp loses on an empty file, so make sure it contains at least a newline.
- ! echo > confdefs.h
-
- # A filename unique to this package, relative to the directory that
- # configure is in, which we can look for to find out if srcdir is correct.
- --- 276,332 ----
- done
-
- if test -n "$ac_prev"; then
- ! { echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
- fi
-
- trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
-
- ! # File descriptor usage:
- ! # 0 unused; standard input
- ! # 1 file creation
- ! # 2 errors and warnings
- ! # 3 unused; some systems may open it to /dev/tty
- ! # 4 checking for... messages and results
- ! # 5 compiler messages saved in config.log
- ! if test "$silent" = yes; then
- ! exec 4>/dev/null
- ! else
- ! exec 4>&1
- ! fi
- ! exec 5>./config.log
- !
- ! echo "\
- ! This file contains any messages produced by compilers while
- ! running configure, to aid debugging if configure makes a mistake.
- ! " 1>&5
- !
- ! # Strip out --no-create and --no-recursion so they do not pile up.
- ! # Also quote any args containing shell metacharacters.
- ! ac_configure_args=
- ! for ac_arg
- ! do
- case "$ac_arg" in
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c) ;;
- ! -no-recursion | --no-recursion | --no-recursio | --no-recursi \
- ! | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
- ! *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
- ! ac_configure_args="$ac_configure_args '$ac_arg'" ;;
- ! *) ac_configure_args="$ac_configure_args $ac_arg" ;;
- esac
- done
-
- # NLS nuisances.
- + # Only set LANG and LC_ALL to C if already set.
- # These must not be set unconditionally because not all systems understand
- # e.g. LANG=C (notably SCO).
- ! if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
- ! if test "${LANG+set}" = set; then LANG=C; export LANG; fi
-
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
- rm -rf conftest* confdefs.h
- # AIX cpp loses on an empty file, so make sure it contains at least a newline.
- ! /bin/echo > confdefs.h
-
- # A filename unique to this package, relative to the directory that
- # configure is in, which we can look for to find out if srcdir is correct.
- ***************
- *** 293,431 ****
- # Find the source files, if location was not specified.
- if test -z "$srcdir"; then
- ac_srcdir_defaulted=yes
- ! # Try the directory containing this script, then `..'.
- ac_prog=$0
- ! ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
- srcdir=$ac_confdir
- if test ! -r $srcdir/$ac_unique_file; then
- srcdir=..
- fi
- fi
- if test ! -r $srcdir/$ac_unique_file; then
- ! if test x$ac_srcdir_defaulted = xyes; then
- ! echo "configure: can not find sources in ${ac_confdir} or .." >&2; exit 1
- else
- ! echo "configure: can not find sources in ${srcdir}" >&2; exit 1
- fi
- fi
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
- ! ac_cpp='${CPP}'
- ! ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev/null 2>&1'
-
-
-
- ! if test -z "$CC"; then
- ! # Extract the first word of `gcc', so it can be a program name with args.
- ! set ac_dummy gcc; ac_word=$2
- ! test -n "$silent" || echo "checking for $ac_word"
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ! CC="gcc"
- break
- fi
- done
- IFS="$ac_save_ifs"
- fi
- - test -z "$CC" && CC="cc"
- - test -n "$CC" && test -n "$verbose" && echo " setting CC to $CC"
-
- ! # Find out if we are using GNU C, under whatever name.
- ! cat > conftest.c <<EOF
- #ifdef __GNUC__
- ! yes
- #endif
- EOF
- ! ${CC-cc} -E conftest.c > conftest.out 2>&1
- ! if egrep yes conftest.out >/dev/null 2>&1; then
- ! GCC=1 # For later tests.
- fi
- rm -f conftest*
-
- ! test -n "$silent" || echo "checking how to run the C preprocessor"
- if test -z "$CPP"; then
- ! # This must be in double quotes, not single quotes, because CPP may get
- ! # substituted into the Makefile and ``${CC-cc}'' will simply confuse
- ! # make. It must be expanded now.
- CPP="${CC-cc} -E"
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- ! #include <stdio.h>
- Syntax Error
- EOF
- ! # Some shells (Coherent) do redirections in the wrong order, so need
- ! # the parens.
- ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
- if test -z "$ac_err"; then
- :
- else
- rm -rf conftest*
- CPP="${CC-cc} -E -traditional-cpp"
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- ! #include <stdio.h>
- Syntax Error
- EOF
- ! # Some shells (Coherent) do redirections in the wrong order, so need
- ! # the parens.
- ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
- if test -z "$ac_err"; then
- :
- else
- rm -rf conftest*
- CPP=/lib/cpp
- fi
- rm -f conftest*
- fi
- rm -f conftest*
- fi
- ! test -n "$verbose" && echo " setting CPP to $CPP"
-
- ! if test -z "$RANLIB"; then
- ! # Extract the first word of `ranlib', so it can be a program name with args.
- ! set ac_dummy ranlib; ac_word=$2
- ! test -n "$silent" || echo "checking for $ac_word"
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ! RANLIB="ranlib"
- break
- fi
- done
- IFS="$ac_save_ifs"
- fi
- - test -z "$RANLIB" && RANLIB=":"
- - test -n "$RANLIB" && test -n "$verbose" && echo " setting RANLIB to $RANLIB"
-
- ! # Make sure to not get the incompatible SysV /etc/install and
- ! # /usr/sbin/install, which might be in PATH before a BSD-like install,
- ! # or the SunOS /usr/etc/install directory, or the AIX /bin/install,
- ! # or the AFS install, which mishandles nonexistent args, or
- ! # /usr/ucb/install on SVR4, which tries to use the nonexistent group
- ! # `staff', or /sbin/install on IRIX which has incompatible command-line
- ! # syntax. Sigh.
- ! #
- ! # On most BSDish systems install is in /usr/bin, not /usr/ucb
- ! # anyway.
- ! # This turns out not to be true, so the mere pathname isn't an indication
- ! # of whether the program works. What we really need is a set of tests for
- ! # the install program to see if it actually works in all the required ways.
- ! #
- ! # Avoid using ./install, which might have been erroneously created
- ! # by make from ./install.sh.
- ! if test -z "${INSTALL}"; then
- ! test -n "$silent" || echo "checking for a BSD compatible install"
- ! IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- case "$ac_dir" in
- ! ''|.|/etc|/sbin|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- ! for ac_prog in installbsd scoinst install; do
- if test -f $ac_dir/$ac_prog; then
- if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
- --- 335,599 ----
- # Find the source files, if location was not specified.
- if test -z "$srcdir"; then
- ac_srcdir_defaulted=yes
- ! # Try the directory containing this script, then its parent.
- ac_prog=$0
- ! ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
- srcdir=$ac_confdir
- if test ! -r $srcdir/$ac_unique_file; then
- srcdir=..
- fi
- + else
- + ac_srcdir_defaulted=no
- fi
- if test ! -r $srcdir/$ac_unique_file; then
- ! if test "$ac_srcdir_defaulted" = yes; then
- ! { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
- ! else
- ! { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
- ! fi
- ! fi
- ! srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
- !
- ! # Prefer explicitly selected file to automatically selected ones.
- ! if test -z "$CONFIG_SITE"; then
- ! if test "x$prefix" != xNONE; then
- ! CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
- else
- ! CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
- fi
- fi
- + for ac_site_file in $CONFIG_SITE; do
- + if test -r "$ac_site_file"; then
- + echo "loading site script $ac_site_file"
- + . "$ac_site_file"
- + fi
- + done
- +
- + if test -r "$cache_file"; then
- + echo "loading cache $cache_file"
- + . $cache_file
- + else
- + echo "creating cache $cache_file"
- + > $cache_file
- + fi
- +
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
- ! ac_cpp='$CPP $CPPFLAGS'
- ! ac_compile='${CC-cc} $CFLAGS $CPPFLAGS conftest.$ac_ext -c 1>&5 2>&5'
- ! ac_link='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext -o conftest $LIBS 1>&5 2>&5'
- !
- ! if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
- ! # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
- ! if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
- ! ac_n= ac_c='
- ! ' ac_t=' '
- ! else
- ! ac_n=-n ac_c= ac_t=
- ! fi
- ! else
- ! ac_n= ac_c='\c' ac_t=
- ! fi
-
-
-
- ! # Extract the first word of "gcc", so it can be a program name with args.
- ! set dummy gcc; ac_word=$2
- ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! if test -n "$CC"; then
- ! ac_cv_prog_CC="$CC" # Let the user override the test.
- ! else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ! ac_cv_prog_CC="gcc"
- break
- fi
- done
- IFS="$ac_save_ifs"
- + test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
- + fi
- + fi
- + CC="$ac_cv_prog_CC"
- + if test -n "$CC"; then
- + /bin/echo "$ac_t""$CC" 1>&4
- + else
- + /bin/echo "$ac_t""no" 1>&4
- fi
-
- !
- ! /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.c <<EOF
- #ifdef __GNUC__
- ! yes;
- #endif
- EOF
- ! if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
- ! ac_cv_prog_gcc=yes
- ! else
- ! ac_cv_prog_gcc=no
- ! fi
- ! fi
- ! /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&4
- ! if test $ac_cv_prog_gcc = yes; then
- ! GCC=yes
- ! if test "${CFLAGS+set}" != set; then
- ! /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! echo 'void f(){}' > conftest.c
- ! if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
- ! ac_cv_prog_gcc_g=yes
- ! else
- ! ac_cv_prog_gcc_g=no
- fi
- rm -f conftest*
-
- ! fi
- ! /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
- ! if test $ac_cv_prog_gcc_g = yes; then
- ! # Amiga hack - suppress automatically using -g for now
- ! # Also default to using -O2
- ! CFLAGS="-O2"
- ! else
- ! CFLAGS="-O2"
- ! fi
- ! fi
- ! else
- ! GCC=
- ! test "${CFLAGS+set}" = set || CFLAGS="-g"
- ! fi
- !
- ! /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
- ! # On Suns, sometimes $CPP names a directory.
- ! if test -n "$CPP" && test -d "$CPP"; then
- ! CPP=
- ! fi
- if test -z "$CPP"; then
- ! if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! # This must be in double quotes, not single quotes, because CPP may get
- ! # substituted into the Makefile and "${CC-cc}" will confuse make.
- CPP="${CC-cc} -E"
- ! # On the NeXT, cc -E runs the code through the compiler's parser,
- ! # not just through cpp.
- ! cat > conftest.$ac_ext <<EOF
- ! #line 492 "configure"
- #include "confdefs.h"
- ! #include <assert.h>
- Syntax Error
- EOF
- ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- ! ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
- :
- else
- + /bin/echo "$ac_err" >&5
- rm -rf conftest*
- CPP="${CC-cc} -E -traditional-cpp"
- ! cat > conftest.$ac_ext <<EOF
- ! #line 506 "configure"
- #include "confdefs.h"
- ! #include <assert.h>
- Syntax Error
- EOF
- ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- ! ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
- :
- else
- + /bin/echo "$ac_err" >&5
- rm -rf conftest*
- CPP=/lib/cpp
- fi
- rm -f conftest*
- fi
- rm -f conftest*
- + ac_cv_prog_CPP="$CPP"
- fi
- ! fi
- ! CPP="$ac_cv_prog_CPP"
- ! /bin/echo "$ac_t""$CPP" 1>&4
-
- ! # Extract the first word of "ranlib", so it can be a program name with args.
- ! set dummy ranlib; ac_word=$2
- ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! if test -n "$RANLIB"; then
- ! ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
- ! else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ! ac_cv_prog_RANLIB="ranlib"
- break
- fi
- done
- IFS="$ac_save_ifs"
- + test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
- + fi
- + fi
- + RANLIB="$ac_cv_prog_RANLIB"
- + if test -n "$RANLIB"; then
- + /bin/echo "$ac_t""$RANLIB" 1>&4
- + else
- + /bin/echo "$ac_t""no" 1>&4
- fi
-
- ! ac_aux_dir=
- ! for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
- ! if test -f $ac_dir/install-sh; then
- ! ac_aux_dir=$ac_dir
- ! ac_install_sh="$ac_aux_dir/install-sh -c"
- ! break
- ! elif test -f $ac_dir/install.sh; then
- ! ac_aux_dir=$ac_dir
- ! ac_install_sh="$ac_aux_dir/install.sh -c"
- ! break
- ! fi
- ! done
- ! if test -z "$ac_aux_dir"; then
- ! { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
- ! fi
- ! ac_config_guess=$ac_aux_dir/config.guess
- ! ac_config_sub=$ac_aux_dir/config.sub
- ! ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
- !
- ! # Find a good install program. We prefer a C program (faster),
- ! # so one script is as good as another. But avoid the broken or
- ! # incompatible versions:
- ! # SysV /etc/install, /usr/sbin/install
- ! # SunOS /usr/etc/install
- ! # IRIX /sbin/install
- ! # AIX /bin/install
- ! # AFS /usr/afsws/bin/install, which mishandles nonexistent args
- ! # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
- ! # ./install, which can be erroneously created by make from ./install.sh.
- ! /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
- ! if test -z "$INSTALL"; then
- ! if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- case "$ac_dir" in
- ! ''|.|/gnu/etc) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- ! for ac_prog in ginstall installbsd scoinst install; do
- if test -f $ac_dir/$ac_prog; then
- if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
- ***************
- *** 433,439 ****
- # OSF/1 installbsd also uses dspmsg, but is usable.
- :
- else
- ! INSTALL="$ac_dir/$ac_prog -c"
- break 2
- fi
- fi
- --- 601,607 ----
- # OSF/1 installbsd also uses dspmsg, but is usable.
- :
- else
- ! ac_cv_path_install="$ac_dir/$ac_prog -c"
- break 2
- fi
- fi
- ***************
- *** 442,686 ****
- esac
- done
- IFS="$ac_save_ifs"
- - fi
- -
- - if test -z "$INSTALL"; then
- # As a last resort, use the slow shell script.
- ! for ac_dir in ${srcdir} ${srcdir}/.. ${srcdir}/../..; do
- ! if test -f $ac_dir/install.sh; then
- ! INSTALL="$ac_dir/install.sh -c"; break
- ! fi
- ! done
- fi
- ! if test -z "$INSTALL"; then
- ! echo "configure: can not find install.sh in ${srcdir} or ${srcdir}/.. or ${srcdir}/../.." >&2; exit 1
- fi
- ! test -n "$verbose" && echo " setting INSTALL to $INSTALL"
-
- ! # Use test -z because SunOS4 sh mishandles ${INSTALL_PROGRAM-'${INSTALL}'}.
- # It thinks the first close brace ends the variable substitution.
- test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
- - test -n "$verbose" && echo " setting INSTALL_PROGRAM to $INSTALL_PROGRAM"
-
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
- - test -n "$verbose" && echo " setting INSTALL_DATA to $INSTALL_DATA"
-
-
- # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
- # for constant arguments. Useless!
- ! test -n "$silent" || echo "checking for working alloca.h"
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- #include <alloca.h>
- int main() { return 0; }
- ! int t() { char *p = alloca(2 * sizeof(int));; return 0; }
- EOF
- ! if eval $ac_compile; then
- rm -rf conftest*
- !
- ! {
- ! test -n "$verbose" && \
- ! echo " defining HAVE_ALLOCA_H"
- ! echo "#define" HAVE_ALLOCA_H "1" >> confdefs.h
- ! DEFS="$DEFS -DHAVE_ALLOCA_H=1"
- ! }
-
-
- fi
- - rm -f conftest*
-
- ! ac_decl="#ifdef __GNUC__
- ! #define alloca __builtin_alloca
- ! #else
- ! #if HAVE_ALLOCA_H
- ! #include <alloca.h>
- #else
- ! #ifdef _AIX
- #pragma alloca
- ! #else
- char *alloca ();
- #endif
- ! #endif
- ! #endif
- ! "
- ! test -n "$silent" || echo "checking for alloca"
- ! cat > conftest.${ac_ext} <<EOF
- ! #include "confdefs.h"
- ! $ac_decl
- int main() { return 0; }
- ! int t() { char *p = (char *) alloca(1);; return 0; }
- EOF
- ! if eval $ac_compile; then
- rm -rf conftest*
- !
- ! {
- ! test -n "$verbose" && \
- ! echo " defining HAVE_ALLOCA"
- ! echo "#define" HAVE_ALLOCA "1" >> confdefs.h
- ! DEFS="$DEFS -DHAVE_ALLOCA=1"
- ! }
-
-
- else
- ! rm -rf conftest*
- ! ac_alloca_missing=1
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- -
- #if defined(CRAY) && ! defined(CRAY2)
- ! winnitude
- #else
- ! lossage
- #endif
-
- EOF
- ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
- ! if egrep "winnitude" conftest.out >/dev/null 2>&1; then
- rm -rf conftest*
- ! test -n "$silent" || echo "checking for _getb67"
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- ! #include <ctype.h>
- int main() { return 0; }
- ! int t() {
- /* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
- #if defined (__stub__getb67) || defined (__stub____getb67)
- choke me
- #else
- ! /* Override any gcc2 internal prototype to avoid an error. */
- ! extern char _getb67(); _getb67();
- #endif
- ; return 0; }
- EOF
- ! if eval $ac_compile; then
- rm -rf conftest*
- ! {
- ! test -n "$verbose" && \
- ! echo " defining" CRAY_STACKSEG_END to be "_getb67"
- ! echo "#define" CRAY_STACKSEG_END "_getb67" >> confdefs.h
- ! DEFS="$DEFS -DCRAY_STACKSEG_END=_getb67"
- ! }
-
-
- else
- ! rm -rf conftest*
- ! test -n "$silent" || echo "checking for GETB67"
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- ! #include <ctype.h>
- int main() { return 0; }
- ! int t() {
- /* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
- #if defined (__stub_GETB67) || defined (__stub___GETB67)
- choke me
- #else
- ! /* Override any gcc2 internal prototype to avoid an error. */
- ! extern char GETB67(); GETB67();
- #endif
- ; return 0; }
- EOF
- ! if eval $ac_compile; then
- rm -rf conftest*
- ! {
- ! test -n "$verbose" && \
- ! echo " defining" CRAY_STACKSEG_END to be "GETB67"
- ! echo "#define" CRAY_STACKSEG_END "GETB67" >> confdefs.h
- ! DEFS="$DEFS -DCRAY_STACKSEG_END=GETB67"
- ! }
-
-
- else
- ! rm -rf conftest*
- ! test -n "$silent" || echo "checking for getb67"
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- ! #include <ctype.h>
- int main() { return 0; }
- ! int t() {
- /* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
- #if defined (__stub_getb67) || defined (__stub___getb67)
- choke me
- #else
- ! /* Override any gcc2 internal prototype to avoid an error. */
- ! extern char getb67(); getb67();
- #endif
- ; return 0; }
- EOF
- ! if eval $ac_compile; then
- rm -rf conftest*
- ! {
- ! test -n "$verbose" && \
- ! echo " defining" CRAY_STACKSEG_END to be "getb67"
- ! echo "#define" CRAY_STACKSEG_END "getb67" >> confdefs.h
- ! DEFS="$DEFS -DCRAY_STACKSEG_END=getb67"
- ! }
- !
- !
- fi
- rm -f conftest*
-
- fi
- ! rm -f conftest*
-
- fi
- - rm -f conftest*
- -
-
- fi
- - rm -f conftest*
- -
-
- fi
- - rm -f conftest*
- -
- - if test -n "$ac_alloca_missing"; then
- - # The SVR3 libPW and SVR4 libucb both contain incompatible functions
- - # that cause trouble. Some versions do not even contain alloca or
- - # contain a buggy version. If you still want to use their alloca,
- - # use ar to extract alloca.o from them instead of compiling alloca.c.
- - ALLOCA=alloca.o
- -
- - {
- - test -n "$verbose" && \
- - echo " defining C_ALLOCA"
- - echo "#define" C_ALLOCA "1" >> confdefs.h
- - DEFS="$DEFS -DC_ALLOCA=1"
- - }
- -
-
- - test -n "$silent" || echo "checking stack direction for C alloca"
- - test -n "$silent" || echo "checking whether cross-compiling"
- - # If we cannot run a trivial program, we must be cross compiling.
- - cat > conftest.${ac_ext} <<EOF
- - #include "confdefs.h"
- - main(){exit(0);}
- - EOF
- - eval $ac_compile
- - if test -s conftest && (./conftest; exit) 2>/dev/null; then
- - :
- - else
- - cross_compiling=1
- fi
- - rm -fr conftest*
- -
- - if test -n "$cross_compiling"
- - then
- -
- - {
- - test -n "$verbose" && \
- - echo " defining" STACK_DIRECTION to be "0"
- - echo "#define" STACK_DIRECTION "0" >> confdefs.h
- - DEFS="$DEFS -DSTACK_DIRECTION=0"
- - }
-
- else
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- find_stack_direction ()
- {
- --- 610,918 ----
- esac
- done
- IFS="$ac_save_ifs"
- # As a last resort, use the slow shell script.
- ! test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
- fi
- ! INSTALL="$ac_cv_path_install"
- fi
- ! /bin/echo "$ac_t""$INSTALL" 1>&4
-
- ! # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
- test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
-
- + # If we cannot run a trivial program, we must be cross compiling.
- + /bin/echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
- + if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
- + /bin/echo $ac_n "(cached) $ac_c" 1>&4
- + else
- + if test "$cross_compiling" = yes; then
- + ac_cv_cross=yes
- + else
- + cat > conftest.$ac_ext <<EOF
- + #line 637 "configure"
- + #include "confdefs.h"
- + main(){return(0);}
- + EOF
- + eval $ac_link
- + if test -s conftest && (./conftest; exit) 2>/dev/null; then
- + ac_cv_c_cross=no
- + else
- + ac_cv_c_cross=yes
- + fi
- + fi
- + rm -fr conftest*
- + fi
- + cross_compiling=$ac_cv_c_cross
- + /bin/echo "$ac_t""$ac_cv_c_cross" 1>&4
- +
- # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
- # for constant arguments. Useless!
- ! /bin/echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 660 "configure"
- #include "confdefs.h"
- #include <alloca.h>
- int main() { return 0; }
- ! int t() {
- ! char *p = alloca(2 * sizeof(int));
- ! ; return 0; }
- EOF
- ! if eval $ac_link; then
- rm -rf conftest*
- ! ac_cv_header_alloca_h=yes
- ! else
- ! rm -rf conftest*
- ! ac_cv_header_alloca_h=no
- ! fi
- ! rm -f conftest*
-
- + fi
- + /bin/echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
- + if test $ac_cv_header_alloca_h = yes; then
- + cat >> confdefs.h <<\EOF
- + #define HAVE_ALLOCA_H 1
- + EOF
-
- fi
-
- ! /bin/echo $ac_n "checking for alloca""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 691 "configure"
- ! #include "confdefs.h"
- !
- ! #ifdef __GNUC__
- ! # define alloca __builtin_alloca
- #else
- ! # if HAVE_ALLOCA_H
- ! # include <alloca.h>
- ! # else
- ! # ifdef _AIX
- #pragma alloca
- ! # else
- ! # ifndef alloca /* predefined by HP cc +Olibcalls */
- char *alloca ();
- + # endif
- + # endif
- + # endif
- #endif
- !
- int main() { return 0; }
- ! int t() {
- ! char *p = (char *) alloca(1);
- ! ; return 0; }
- EOF
- ! if eval $ac_link; then
- rm -rf conftest*
- ! ac_cv_func_alloca=yes
- ! else
- ! rm -rf conftest*
- ! ac_cv_func_alloca=no
- ! fi
- ! rm -f conftest*
- !
- ! fi
- ! /bin/echo "$ac_t""$ac_cv_func_alloca" 1>&4
- ! if test $ac_cv_func_alloca = yes; then
- ! cat >> confdefs.h <<\EOF
- ! #define HAVE_ALLOCA 1
- ! EOF
- !
- ! fi
- !
- ! if test $ac_cv_func_alloca = no; then
- ! # The SVR3 libPW and SVR4 libucb both contain incompatible functions
- ! # that cause trouble. Some versions do not even contain alloca or
- ! # contain a buggy version. If you still want to use their alloca,
- ! # use ar to extract alloca.o from them instead of compiling alloca.c.
- ! ALLOCA=alloca.o
- ! cat >> confdefs.h <<\EOF
- ! #define C_ALLOCA 1
- ! EOF
-
-
- + /bin/echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
- + if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
- + /bin/echo $ac_n "(cached) $ac_c" 1>&4
- else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 749 "configure"
- #include "confdefs.h"
- #if defined(CRAY) && ! defined(CRAY2)
- ! webecray
- #else
- ! wenotbecray
- #endif
-
- EOF
- ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- ! egrep "webecray" >/dev/null 2>&1; then
- rm -rf conftest*
- ! ac_cv_os_cray=yes
- ! else
- ! rm -rf conftest*
- ! ac_cv_os_cray=no
- ! fi
- ! rm -f conftest*
- !
- ! fi
- ! /bin/echo "$ac_t""$ac_cv_os_cray" 1>&4
- ! if test $ac_cv_os_cray = yes; then
- ! /bin/echo $ac_n "checking for _getb67""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 776 "configure"
- #include "confdefs.h"
- ! #include <ctype.h> /* Arbitrary system header to define __stub macros. */
- ! /* Override any gcc2 internal prototype to avoid an error. */
- ! char _getb67();
- !
- int main() { return 0; }
- ! int t() {
- !
- /* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
- #if defined (__stub__getb67) || defined (__stub____getb67)
- choke me
- #else
- ! _getb67();
- #endif
- +
- ; return 0; }
- EOF
- ! if eval $ac_link; then
- rm -rf conftest*
- ! eval "ac_cv_func__getb67=yes"
- ! else
- ! rm -rf conftest*
- ! eval "ac_cv_func__getb67=no"
- ! fi
- ! rm -f conftest*
-
- + fi
- + if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
- + /bin/echo "$ac_t""yes" 1>&4
- + cat >> confdefs.h <<\EOF
- + #define CRAY_STACKSEG_END _getb67
- + EOF
-
- else
- ! /bin/echo "$ac_t""no" 1>&4
- ! /bin/echo $ac_n "checking for GETB67""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 819 "configure"
- #include "confdefs.h"
- ! #include <ctype.h> /* Arbitrary system header to define __stub macros. */
- ! /* Override any gcc2 internal prototype to avoid an error. */
- ! char GETB67();
- !
- int main() { return 0; }
- ! int t() {
- !
- /* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
- #if defined (__stub_GETB67) || defined (__stub___GETB67)
- choke me
- #else
- ! GETB67();
- #endif
- +
- ; return 0; }
- EOF
- ! if eval $ac_link; then
- rm -rf conftest*
- ! eval "ac_cv_func_GETB67=yes"
- ! else
- ! rm -rf conftest*
- ! eval "ac_cv_func_GETB67=no"
- ! fi
- ! rm -f conftest*
-
- + fi
- + if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
- + /bin/echo "$ac_t""yes" 1>&4
- + cat >> confdefs.h <<\EOF
- + #define CRAY_STACKSEG_END GETB67
- + EOF
-
- else
- ! /bin/echo "$ac_t""no" 1>&4
- ! /bin/echo $ac_n "checking for getb67""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 862 "configure"
- #include "confdefs.h"
- ! #include <ctype.h> /* Arbitrary system header to define __stub macros. */
- ! /* Override any gcc2 internal prototype to avoid an error. */
- ! char getb67();
- !
- int main() { return 0; }
- ! int t() {
- !
- /* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
- #if defined (__stub_getb67) || defined (__stub___getb67)
- choke me
- #else
- ! getb67();
- #endif
- +
- ; return 0; }
- EOF
- ! if eval $ac_link; then
- rm -rf conftest*
- ! eval "ac_cv_func_getb67=yes"
- ! else
- ! rm -rf conftest*
- ! eval "ac_cv_func_getb67=no"
- fi
- rm -f conftest*
-
- fi
- ! if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
- ! /bin/echo "$ac_t""yes" 1>&4
- ! cat >> confdefs.h <<\EOF
- ! #define CRAY_STACKSEG_END getb67
- ! EOF
-
- + else
- + /bin/echo "$ac_t""no" 1>&4
- fi
-
- fi
-
- fi
-
- fi
-
- + /bin/echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
- + if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
- + /bin/echo $ac_n "(cached) $ac_c" 1>&4
- else
- ! if test "$cross_compiling" = yes; then
- ! ac_cv_c_stack_direction=0
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 916 "configure"
- #include "confdefs.h"
- find_stack_direction ()
- {
- ***************
- *** 699,831 ****
- exit (find_stack_direction() < 0);
- }
- EOF
- ! eval $ac_compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- !
- ! {
- ! test -n "$verbose" && \
- ! echo " defining" STACK_DIRECTION to be "1"
- ! echo "#define" STACK_DIRECTION "1" >> confdefs.h
- ! DEFS="$DEFS -DSTACK_DIRECTION=1"
- ! }
- !
- !
- else
- !
- ! {
- ! test -n "$verbose" && \
- ! echo " defining" STACK_DIRECTION to be "-1"
- ! echo "#define" STACK_DIRECTION "-1" >> confdefs.h
- ! DEFS="$DEFS -DSTACK_DIRECTION=-1"
- ! }
- !
- fi
- fi
- rm -fr conftest*
- fi
-
- ! test -n "$silent" || echo "checking for ANSI C header files"
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- #include <stdlib.h>
- #include <stdarg.h>
- #include <string.h>
- #include <float.h>
- EOF
- ! # Some shells (Coherent) do redirections in the wrong order, so need
- ! # the parens.
- ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
- if test -z "$ac_err"; then
- rm -rf conftest*
- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- ! echo '#include "confdefs.h"
- ! #include <string.h>' > conftest.${ac_ext}
- ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
- ! if egrep "memchr" conftest.out >/dev/null 2>&1; then
- rm -rf conftest*
- ! # SGI's /bin/cc from Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
- ! cat > conftest.${ac_ext} <<EOF
- #include "confdefs.h"
- #include <ctype.h>
- #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
- #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
- ! #define XOR(e,f) (((e) && !(f)) || (!(e) && (f)))
- int main () { int i; for (i = 0; i < 256; i++)
- if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
- exit (0); }
-
- EOF
- ! eval $ac_compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- ! # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- ! echo '#include "confdefs.h"
- ! #include <stdlib.h>' > conftest.${ac_ext}
- ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
- ! if egrep "free" conftest.out >/dev/null 2>&1; then
- ! rm -rf conftest*
- !
- ! {
- ! test -n "$verbose" && \
- ! echo " defining STDC_HEADERS"
- ! echo "#define" STDC_HEADERS "1" >> confdefs.h
- ! DEFS="$DEFS -DSTDC_HEADERS=1"
- ! }
- !
- !
- fi
- - rm -f conftest*
- -
- -
- fi
- rm -fr conftest*
- -
- fi
- ! rm -f conftest*
- !
-
- fi
- - rm -f conftest*
-
- for ac_hdr in string.h
- do
- ! ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./' '[A-Z]__'`
- ! test -n "$silent" || echo "checking for ${ac_hdr}"
- ! cat > conftest.${ac_ext} <<EOF
- ! #include "confdefs.h"
- ! #include <${ac_hdr}>
- ! EOF
- ! # Some shells (Coherent) do redirections in the wrong order, so need
- ! # the parens.
- ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
- if test -z "$ac_err"; then
- rm -rf conftest*
- !
- ! {
- ! test -n "$verbose" && \
- ! echo " defining ${ac_tr_hdr}"
- ! echo "#define" ${ac_tr_hdr} "1" >> confdefs.h
- ! DEFS="$DEFS -D${ac_tr_hdr}=1"
- ! }
- !
- !
- fi
- rm -f conftest*
- ! done
- !
- !
- ! # The preferred way to propogate these variables is regular @ substitutions.
- ! if test -n "$prefix"; then
- ! ac_prsub="s%^prefix\\([ ]*\\)=\\([ ]*\\).*$%prefix\\1=\\2$prefix%"
- else
- ! prefix=/usr/local
- fi
- ! if test -n "$exec_prefix"; then
- ! ac_prsub="$ac_prsub
- ! s%^exec_prefix\\([ ]*\\)=\\([ ]*\\).*$%exec_prefix\\1=\\2$exec_prefix%"
- else
- ! exec_prefix='${prefix}' # Let make expand it.
- fi
-
- # Any assignment to VPATH causes Sun make to only execute
- # the first set of double-colon rules, so remove it if not needed.
- # If there is a colon in the path, we need to keep it.
- --- 931,1116 ----
- exit (find_stack_direction() < 0);
- }
- EOF
- ! eval $ac_link
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- ! ac_cv_c_stack_direction=1
- else
- ! ac_cv_c_stack_direction=-1
- fi
- fi
- rm -fr conftest*
- fi
- + /bin/echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
- + cat >> confdefs.h <<EOF
- + #define STACK_DIRECTION $ac_cv_c_stack_direction
- + EOF
- +
- + fi
-
- ! /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 956 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- #include <stdarg.h>
- #include <string.h>
- #include <float.h>
- EOF
- ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- ! ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
- rm -rf conftest*
- + ac_cv_header_stdc=yes
- + else
- + /bin/echo "$ac_err" >&5
- + rm -rf conftest*
- + ac_cv_header_stdc=no
- + fi
- + rm -f conftest*
- +
- + if test $ac_cv_header_stdc = yes; then
- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- ! cat > conftest.$ac_ext <<EOF
- ! #line 978 "configure"
- ! #include "confdefs.h"
- ! #include <string.h>
- ! EOF
- ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- ! egrep "memchr" >/dev/null 2>&1; then
- ! :
- ! else
- ! rm -rf conftest*
- ! ac_cv_header_stdc=no
- ! fi
- ! rm -f conftest*
- !
- ! fi
- !
- ! if test $ac_cv_header_stdc = yes; then
- ! # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- ! cat > conftest.$ac_ext <<EOF
- ! #line 996 "configure"
- ! #include "confdefs.h"
- ! #include <stdlib.h>
- ! EOF
- ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- ! egrep "free" >/dev/null 2>&1; then
- ! :
- ! else
- rm -rf conftest*
- ! ac_cv_header_stdc=no
- ! fi
- ! rm -f conftest*
- !
- ! fi
- !
- ! if test $ac_cv_header_stdc = yes; then
- ! # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
- ! if test "$cross_compiling" = yes; then
- ! ac_cv_header_stdc=no
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 1017 "configure"
- #include "confdefs.h"
- #include <ctype.h>
- #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
- #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
- ! #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
- int main () { int i; for (i = 0; i < 256; i++)
- if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
- exit (0); }
-
- EOF
- ! eval $ac_link
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- ! :
- ! else
- ! ac_cv_header_stdc=no
- fi
- fi
- rm -fr conftest*
- fi
- ! fi
- ! /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
- ! if test $ac_cv_header_stdc = yes; then
- ! cat >> confdefs.h <<\EOF
- ! #define STDC_HEADERS 1
- ! EOF
-
- fi
-
- for ac_hdr in string.h
- do
- ! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
- ! /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
- ! if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- ! else
- ! cat > conftest.$ac_ext <<EOF
- ! #line 1054 "configure"
- ! #include "confdefs.h"
- ! #include <$ac_hdr>
- ! EOF
- ! eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- ! ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
- rm -rf conftest*
- ! eval "ac_cv_header_$ac_safe=yes"
- ! else
- ! /bin/echo "$ac_err" >&5
- ! rm -rf conftest*
- ! eval "ac_cv_header_$ac_safe=no"
- fi
- rm -f conftest*
- ! fi
- ! if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
- ! /bin/echo "$ac_t""yes" 1>&4
- ! ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
- ! cat >> confdefs.h <<EOF
- ! #define $ac_tr_hdr 1
- ! EOF
- !
- else
- ! /bin/echo "$ac_t""no" 1>&4
- fi
- ! done
- !
- ! trap '' 1 2 15
- ! if test -w $cache_file; then
- ! echo "updating cache $cache_file"
- ! cat > $cache_file <<\EOF
- ! # This file is a shell script that caches the results of configure
- ! # tests run on this system so they can be shared between configure
- ! # scripts and configure runs. It is not useful on other systems.
- ! # If it contains results you don't want to keep, you may remove or edit it.
- ! #
- ! # By default, configure uses ./config.cache as the cache file,
- ! # creating it if it does not exist already. You can give configure
- ! # the --cache-file=FILE option to use a different cache file; that is
- ! # what configure does when it calls configure scripts in
- ! # subdirectories, so they share the cache.
- ! # Giving --cache-file=/dev/null disables caching, for debugging configure.
- ! # config.status only pays attention to the cache file if you give it the
- ! # --recheck option to rerun configure.
- ! #
- ! EOF
- ! # Ultrix sh set writes to stderr and can't be redirected directly.
- ! (set) 2>&1 |
- ! sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/: \${\1='\2'}/p" \
- ! >> $cache_file
- else
- ! echo "not updating unwritable cache $cache_file"
- fi
-
- + trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
- +
- + test "x$prefix" = xNONE && prefix=$ac_default_prefix
- + # Let make expand exec_prefix.
- + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
- +
- # Any assignment to VPATH causes Sun make to only execute
- # the first set of double-colon rules, so remove it if not needed.
- # If there is a colon in the path, we need to keep it.
- ***************
- *** 833,868 ****
- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
- fi
-
- ! # Quote sed substitution magic chars in DEFS.
- ! cat >conftest.def <<EOF
- ! $DEFS
- ! EOF
- ! ac_escape_ampersand_and_backslash='s%[&\\]%\\&%g'
- ! DEFS=`sed "$ac_escape_ampersand_and_backslash" <conftest.def`
- ! rm -f conftest.def
- ! # Substitute for predefined variables.
- !
- ! trap 'rm -f config.status; exit 1' 1 2 15
- ! echo creating config.status
- ! rm -f config.status
- ! cat > config.status <<EOF
- #!/bin/sh
- # Generated automatically by configure.
- # Run this file to recreate the current configuration.
- # This directory was configured as follows,
- # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
- #
- ! # $0 $configure_args
-
- ! ac_cs_usage="Usage: config.status [--recheck] [--version] [--help]"
- for ac_option
- do
- case "\$ac_option" in
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- ! echo running \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create
- ! exec \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create ;;
- -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- ! echo "config.status generated by autoconf version 1.11"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "\$ac_cs_usage"; exit 0 ;;
- --- 1118,1167 ----
- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
- fi
-
- ! trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
- !
- ! # Transform confdefs.h into DEFS.
- ! # Protect against shell expansion while executing Makefile rules.
- ! # Protect against Makefile macro expansion.
- ! cat > conftest.defs <<\EOF
- ! s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
- ! s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
- ! s%\[%\\&%g
- ! s%\]%\\&%g
- ! s%\$%$$%g
- ! EOF
- ! DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
- ! rm -f conftest.defs
- !
- !
- ! # Without the "./", some shells look in PATH for config.status.
- ! : ${CONFIG_STATUS=./config.status}
- !
- ! echo creating $CONFIG_STATUS
- ! # Some systems, like AmigaDOS, won't allow you to remove a script that is
- ! # being executed, so just move it out of the way instead.
- ! if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
- ! cat > $CONFIG_STATUS <<EOF
- #!/bin/sh
- # Generated automatically by configure.
- # Run this file to recreate the current configuration.
- # This directory was configured as follows,
- # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
- #
- ! # $0 $ac_configure_args
- ! #
- ! # Compiler output produced by configure, useful for debugging
- ! # configure, is in ./config.log if it exists.
-
- ! ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
- for ac_option
- do
- case "\$ac_option" in
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- ! echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
- ! exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
- -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- ! /bin/echo "$CONFIG_STATUS generated by autoconf version 2.1"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "\$ac_cs_usage"; exit 0 ;;
- ***************
- *** 870,952 ****
- esac
- done
-
- trap 'rm -f Makefile; exit 1' 1 2 15
- ! CC='$CC'
- ! CPP='$CPP'
- ! RANLIB='$RANLIB'
- ! INSTALL='$INSTALL'
- ! INSTALL_PROGRAM='$INSTALL_PROGRAM'
- ! INSTALL_DATA='$INSTALL_DATA'
- ! ALLOCA='$ALLOCA'
- ! LIBS='$LIBS'
- ! srcdir='$srcdir'
- ! top_srcdir='$top_srcdir'
- ! prefix='$prefix'
- ! exec_prefix='$exec_prefix'
- ! DEFS='$DEFS'
- ! ac_prsub='$ac_prsub'
- ! ac_vpsub='$ac_vpsub'
- ! extrasub='$extrasub'
- EOF
- ! cat >> config.status <<\EOF
-
- ! ac_given_srcdir=$srcdir
-
- - CONFIG_FILES=${CONFIG_FILES-"Makefile"}
- - for ac_file in .. ${CONFIG_FILES}; do if test "x$ac_file" != x..; then
- # Remove last slash and all that follows it. Not all systems have dirname.
- ! ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- # The file is in a subdirectory.
- test ! -d "$ac_dir" && mkdir "$ac_dir"
- ac_dir_suffix="/$ac_dir"
- else
- ! ac_dir_suffix=
- fi
-
- - # A "../" for each directory in $ac_dir_suffix.
- - ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- case "$ac_given_srcdir" in
- .) srcdir=.
- ! if test -z "$ac_dir_suffix"; then top_srcdir=.
- ! else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
- *) # Relative path.
- srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- echo creating "$ac_file"
- rm -f "$ac_file"
- ! comment_str="Generated automatically from `echo $ac_file|sed 's|.*/||'`.in by configure."
- case "$ac_file" in
- ! *.c | *.h | *.C | *.cc | *.m ) echo "/* $comment_str */" > "$ac_file" ;;
- ! * ) echo "# $comment_str" > "$ac_file" ;;
- esac
- ! sed -e "
- ! $ac_prsub
- ! $ac_vpsub
- ! $extrasub
- ! s%@CC@%$CC%g
- ! s%@CPP@%$CPP%g
- ! s%@RANLIB@%$RANLIB%g
- ! s%@INSTALL@%$INSTALL%g
- ! s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
- ! s%@INSTALL_DATA@%$INSTALL_DATA%g
- ! s%@ALLOCA@%$ALLOCA%g
- ! s%@LIBS@%$LIBS%g
- s%@srcdir@%$srcdir%g
- s%@top_srcdir@%$top_srcdir%g
- ! s%@prefix@%$prefix%g
- ! s%@exec_prefix@%$exec_prefix%g
- ! s%@DEFS@%$DEFS%
- ! " $ac_given_srcdir/${ac_file}.in >> $ac_file
- fi; done
-
-
- exit 0
- EOF
- ! chmod +x config.status
- ! # Some shells look in PATH for config.status without the "./".
- ! test -n "$no_create" || ${CONFIG_SHELL-/bin/sh} ./config.status
-
- --- 1169,1265 ----
- esac
- done
-
- + ac_given_srcdir=$srcdir
- + ac_given_INSTALL="$INSTALL"
- +
- trap 'rm -f Makefile; exit 1' 1 2 15
- !
- ! # Protect against being on the right side of a sed subst in config.status.
- ! sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g;
- ! s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
- ! $ac_vpsub
- ! $extrasub
- ! s%@CFLAGS@%$CFLAGS%g
- ! s%@CPPFLAGS@%$CPPFLAGS%g
- ! s%@CXXFLAGS@%$CXXFLAGS%g
- ! s%@DEFS@%$DEFS%g
- ! s%@LDFLAGS@%$LDFLAGS%g
- ! s%@LIBS@%$LIBS%g
- ! s%@exec_prefix@%$exec_prefix%g
- ! s%@prefix@%$prefix%g
- ! s%@program_transform_name@%$program_transform_name%g
- ! s%@CC@%$CC%g
- ! s%@CPP@%$CPP%g
- ! s%@RANLIB@%$RANLIB%g
- ! s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
- ! s%@INSTALL_DATA@%$INSTALL_DATA%g
- ! s%@ALLOCA@%$ALLOCA%g
- !
- ! CEOF
- EOF
- ! cat >> $CONFIG_STATUS <<EOF
-
- ! CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
- ! EOF
- ! cat >> $CONFIG_STATUS <<\EOF
- ! for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
- ! # Support "outfile[:infile]", defaulting infile="outfile.in".
- ! case "$ac_file" in
- ! *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
- ! ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
- ! *) ac_file_in="${ac_file}.in" ;;
- ! esac
- !
- ! # Adjust relative srcdir, etc. for subdirectories.
-
- # Remove last slash and all that follows it. Not all systems have dirname.
- ! ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- # The file is in a subdirectory.
- test ! -d "$ac_dir" && mkdir "$ac_dir"
- ac_dir_suffix="/$ac_dir"
- + # A "../" for each directory in $ac_dir_suffix.
- + ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- else
- ! ac_dir_suffix= ac_dots=
- fi
-
- case "$ac_given_srcdir" in
- .) srcdir=.
- ! if test -z "$ac_dots"; then top_srcdir=.
- ! else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
- *) # Relative path.
- srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- + case "$ac_given_INSTALL" in
- + [/$]*) INSTALL="$ac_given_INSTALL" ;;
- + *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
- + esac
- echo creating "$ac_file"
- rm -f "$ac_file"
- ! configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
- case "$ac_file" in
- ! *Makefile*) ac_comsub="1i\\
- ! # $configure_input" ;;
- ! *) ac_comsub= ;;
- esac
- ! sed -e "$ac_comsub
- ! s%@configure_input@%$configure_input%g
- s%@srcdir@%$srcdir%g
- s%@top_srcdir@%$top_srcdir%g
- ! s%@INSTALL@%$INSTALL%g
- ! " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
- fi; done
- + rm -f conftest.subs
- +
-
-
- exit 0
- EOF
- ! chmod +x $CONFIG_STATUS
- ! rm -fr confdefs* $ac_clean_files
- ! test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS
-
-