home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-14 | 75.7 KB | 2,417 lines |
- diff -rc --new-file autoconf-2.2-base/Makefile.in autoconf-2.2/Makefile.in
- *** autoconf-2.2-base/Makefile.in Wed Mar 8 17:47:20 1995
- --- autoconf-2.2/Makefile.in Thu Mar 9 21:41:54 1995
- ***************
- *** 42,48 ****
- bindir = $(exec_prefix)/bin
-
- # Directory in which to install library files.
- ! datadir = $(prefix)/share
- acdatadir = $(datadir)/autoconf
-
- # Directory in which to install documentation info files.
- --- 42,48 ----
- bindir = $(exec_prefix)/bin
-
- # Directory in which to install library files.
- ! datadir = $(prefix)/lib
- acdatadir = $(datadir)/autoconf
-
- # Directory in which to install documentation info files.
- diff -rc --new-file autoconf-2.2-base/Product-Info autoconf-2.2/Product-Info
- *** autoconf-2.2-base/Product-Info Thu Jan 1 00:00:00 1970
- --- autoconf-2.2/Product-Info Thu Mar 9 22:23:08 1995
- ***************
- *** 0 ****
- --- 1,28 ----
- + .name
- + autoconf
- + .fullname
- + GNU autoconfig
- + .type
- + Programmer Tool
- + .short
- + GNU automatic configuration generator.
- + .description
- + Autoconf is an extensible package of m4 macros that produce shell
- + scripts to automatically configure software source code packages.
- + These scripts can adapt the packages to many kinds of UNIX-like
- + systems without manual user intervention. Autoconf creates a
- + configuration script for a package from a template file that lists the
- + operating system features that the package can use, in the form of m4
- + macro calls.
- +
- + Autoconf requires GNU m4. The configuration scripts produced by
- + Autoconf are independent of Autoconf when they are run, so their users
- + do not need to have Autoconf (or GNU m4).
- + .version
- + 2.2
- + .author
- + Free Software Foundation
- + .distribution
- + GNU Public License
- + .described-by
- + Fred Fish (fnf@amigalib.com)
- diff -rc --new-file autoconf-2.2-base/acgeneral.m4 autoconf-2.2/acgeneral.m4
- *** autoconf-2.2-base/acgeneral.m4 Wed Mar 8 22:02:57 1995
- --- autoconf-2.2/acgeneral.m4 Thu Mar 9 22:48:24 1995
- ***************
- *** 150,156 ****
-
- # Defaults:
- ac_help=
- ! ac_default_prefix=/usr/local
- [#] Any additions from configure.in:])
-
- dnl AC_PREFIX_DEFAULT(PREFIX)
- --- 150,156 ----
-
- # Defaults:
- ac_help=
- ! ac_default_prefix=/gnu
- [#] Any additions from configure.in:])
-
- dnl AC_PREFIX_DEFAULT(PREFIX)
- ***************
- *** 200,206 ****
-
- case "$ac_option" in
- changequote(, )dnl
- ! -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- changequote([, ])dnl
- *) ac_optarg= ;;
- esac
- --- 200,206 ----
-
- case "$ac_option" in
- changequote(, )dnl
- ! -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- changequote([, ])dnl
- *) ac_optarg= ;;
- esac
- ***************
- *** 222,246 ****
- cache_file="$ac_optarg" ;;
-
- -disable-* | --disable-*)
- ! ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
- # Reject names that are not valid shell variable names.
- changequote(, )dnl
- ! if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_feature: invalid feature name)
- 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 are not valid shell variable names.
- changequote(, )dnl
- ! if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_feature: invalid feature name)
- fi
- ! ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- --- 222,246 ----
- 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.
- changequote(, )dnl
- ! if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_feature: invalid feature name)
- 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.
- changequote(, )dnl
- ! if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_feature: invalid feature name)
- fi
- ! ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- ***************
- *** 378,391 ****
- exit 0 ;;
-
- -with-* | --with-*)
- ! ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
- # Reject names that are not valid shell variable names.
- changequote(, )dnl
- ! if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_package: invalid package name)
- fi
- ! ac_package=`echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- --- 378,391 ----
- 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.
- changequote(, )dnl
- ! if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_package: invalid package name)
- fi
- ! ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- ***************
- *** 393,406 ****
- eval "with_${ac_package}='$ac_optarg'" ;;
-
- -without-* | --without-*)
- ! ac_package=`echo $ac_option|sed -e 's/-*without-//'`
- # Reject names that are not valid shell variable names.
- changequote(, )dnl
- ! if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_package: invalid package name)
- fi
- ! ac_package=`echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
-
- --x)
- --- 393,406 ----
- 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.
- changequote(, )dnl
- ! if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- changequote([, ])dnl
- AC_MSG_ERROR($ac_package: invalid package name)
- fi
- ! ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
-
- --x)
- ***************
- *** 426,432 ****
-
- *)
- changequote(, )dnl
- ! if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- changequote([, ])dnl
- AC_MSG_WARN($ac_option: invalid host type)
- fi
- --- 426,432 ----
-
- *)
- changequote(, )dnl
- ! if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- changequote([, ])dnl
- AC_MSG_WARN($ac_option: invalid host type)
- fi
- ***************
- *** 440,446 ****
- done
-
- if test -n "$ac_prev"; then
- ! AC_MSG_ERROR(missing argument to --`echo $ac_prev | sed 's/_/-/g'`)
- fi
- ])
-
- --- 440,446 ----
- done
-
- if test -n "$ac_prev"; then
- ! AC_MSG_ERROR(missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`)
- fi
- ])
-
- ***************
- *** 520,526 ****
- # 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.
- --- 520,526 ----
- # 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.
- ***************
- *** 532,538 ****
- # Try the directory containing this script, then its parent.
- ac_prog=[$]0
- changequote(, )dnl
- ! ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
- changequote([, ])dnl
- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
- srcdir=$ac_confdir
- --- 532,538 ----
- # Try the directory containing this script, then its parent.
- ac_prog=[$]0
- changequote(, )dnl
- ! ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
- changequote([, ])dnl
- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
- srcdir=$ac_confdir
- ***************
- *** 552,558 ****
- dnl Double slashes in pathnames in object file debugging info
- dnl mess up M-x gdb in Emacs.
- changequote(, )dnl
- ! srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
- changequote([, ])dnl
-
- dnl Let the site file select an alternate cache file if it wants to.
- --- 552,558 ----
- dnl Double slashes in pathnames in object file debugging info
- dnl mess up M-x gdb in Emacs.
- changequote(, )dnl
- ! srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
- changequote([, ])dnl
-
- dnl Let the site file select an alternate cache file if it wants to.
- ***************
- *** 633,639 ****
- else
- # Double any \ or $.
- echo 's,\\,\\\\,g; s,\$,$$,g' > conftestsed
- ! program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
- fi
- test "$program_prefix" != NONE &&
- --- 633,639 ----
- else
- # Double any \ or $.
- echo 's,\\,\\\\,g; s,\$,$$,g' > conftestsed
- ! program_transform_name="`/bin/echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
- fi
- test "$program_prefix" != NONE &&
- ***************
- *** 786,794 ****
-
- dnl Set the other host vars.
- host=`$ac_config_sub $host_alias`
- ! host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
- ! host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
- ! host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
- AC_MSG_RESULT($host)
- AC_SUBST(host)dnl
- AC_SUBST(host_alias)dnl
- --- 786,794 ----
-
- dnl Set the other host vars.
- host=`$ac_config_sub $host_alias`
- ! host_cpu=`/bin/echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
- ! host_vendor=`/bin/echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
- ! host_os=`/bin/echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
- AC_MSG_RESULT($host)
- AC_SUBST(host)dnl
- AC_SUBST(host_alias)dnl
- ***************
- *** 814,822 ****
-
- dnl Set the other target vars.
- target=`$ac_config_sub $target_alias`
- ! target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
- ! target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
- ! target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
- AC_MSG_RESULT($target)
- AC_SUBST(target)dnl
- AC_SUBST(target_alias)dnl
- --- 814,822 ----
-
- dnl Set the other target vars.
- target=`$ac_config_sub $target_alias`
- ! target_cpu=`/bin/echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
- ! target_vendor=`/bin/echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
- ! target_os=`/bin/echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
- AC_MSG_RESULT($target)
- AC_SUBST(target)dnl
- AC_SUBST(target_alias)dnl
- ***************
- *** 842,850 ****
-
- dnl Set the other build vars.
- build=`$ac_config_sub $build_alias`
- ! build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
- ! build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
- ! build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
- AC_MSG_RESULT($build)
- AC_SUBST(build)dnl
- AC_SUBST(build_alias)dnl
- --- 842,850 ----
-
- dnl Set the other build vars.
- build=`$ac_config_sub $build_alias`
- ! build_cpu=`/bin/echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
- ! build_vendor=`/bin/echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
- ! build_os=`/bin/echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
- AC_MSG_RESULT($build)
- AC_SUBST(build)dnl
- AC_SUBST(build_alias)dnl
- ***************
- *** 934,940 ****
- dnl if test "${$1+set}" = set; then
- dnl the '' avoids an AIX 4.1 sh bug ("invalid expansion").
- if eval "test \"`echo '$''{'$1'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&AC_FD_MSG
- else
- $2
- fi
- --- 934,940 ----
- dnl if test "${$1+set}" = set; then
- dnl the '' avoids an AIX 4.1 sh bug ("invalid expansion").
- if eval "test \"`echo '$''{'$1'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&AC_FD_MSG
- else
- $2
- fi
- ***************
- *** 990,996 ****
-
- dnl AC_MSG_CHECKING(FEATURE-DESCRIPTION)
- define(AC_MSG_CHECKING,
- ! [echo $ac_n "checking $1""... $ac_c" 1>&AC_FD_MSG])
-
- dnl AC_CHECKING(FEATURE-DESCRIPTION)
- define(AC_CHECKING,
- --- 990,996 ----
-
- dnl AC_MSG_CHECKING(FEATURE-DESCRIPTION)
- define(AC_MSG_CHECKING,
- ! [/bin/echo $ac_n "checking $1""... $ac_c" 1>&AC_FD_MSG])
-
- dnl AC_CHECKING(FEATURE-DESCRIPTION)
- define(AC_CHECKING,
- ***************
- *** 998,1004 ****
-
- dnl AC_MSG_RESULT(RESULT-DESCRIPTION)
- define(AC_MSG_RESULT,
- ! [echo "$ac_t""$1" 1>&AC_FD_MSG])
-
- dnl AC_VERBOSE(RESULT-DESCRIPTION)
- define(AC_VERBOSE,
- --- 998,1004 ----
-
- dnl AC_MSG_RESULT(RESULT-DESCRIPTION)
- define(AC_MSG_RESULT,
- ! [/bin/echo "$ac_t""$1" 1>&AC_FD_MSG])
-
- dnl AC_VERBOSE(RESULT-DESCRIPTION)
- define(AC_VERBOSE,
- ***************
- *** 1207,1213 ****
- AC_PATH_PROG(AC_VAR_NAME, $1)
- changequote(<<, >>)dnl
- if test -n "$ac_cv_path_<<>>AC_VAR_NAME"; then
- ! prefix=`echo $ac_cv_path_<<>>AC_VAR_NAME|sed 's%/[^/][^/]*//*[^/][^/]*$%%'`
- changequote([, ])dnl
- fi
- fi
- --- 1207,1213 ----
- AC_PATH_PROG(AC_VAR_NAME, $1)
- changequote(<<, >>)dnl
- if test -n "$ac_cv_path_<<>>AC_VAR_NAME"; then
- ! prefix=`/bin/echo $ac_cv_path_<<>>AC_VAR_NAME|sed 's%/[^/][^/]*//*[^/][^/]*$%%'`
- changequote([, ])dnl
- fi
- fi
- ***************
- *** 1232,1238 ****
- AC_MSG_RESULT(yes)
- ifelse([$3], ,
- [changequote(, )dnl
- ! ac_tr_lib=HAVE_LIB`echo $1 | tr '[a-z]' '[A-Z]'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_lib)
- LIBS="-l$1 $LIBS"
- --- 1232,1238 ----
- AC_MSG_RESULT(yes)
- ifelse([$3], ,
- [changequote(, )dnl
- ! ac_tr_lib=HAVE_LIB`/bin/echo $1 | tr '[a-z]' '[A-Z]'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_lib)
- LIBS="-l$1 $LIBS"
- ***************
- *** 1296,1302 ****
- ifelse([$2], , :, [rm -rf conftest*
- $2])
- else
- ! echo "$ac_err" >&AC_FD_CC
- ifelse([$3], , , [ rm -rf conftest*
- $3
- ])dnl
- --- 1296,1302 ----
- ifelse([$2], , :, [rm -rf conftest*
- $2])
- else
- ! /bin/echo "$ac_err" >&AC_FD_CC
- ifelse([$3], , , [ rm -rf conftest*
- $3
- ])dnl
- ***************
- *** 1441,1447 ****
- dnl AC_CHECK_HEADER(HEADER-FILE, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND])
- AC_DEFUN(AC_CHECK_HEADER,
- [dnl Do the transliteration at runtime so arg 1 can be a shell variable.
- ! ac_safe=`echo "$1" | tr './\055' '___'`
- AC_MSG_CHECKING([for $1])
- AC_CACHE_VAL(ac_cv_header_$ac_safe,
- [AC_TRY_CPP([#include <$1>], eval "ac_cv_header_$ac_safe=yes",
- --- 1441,1447 ----
- dnl AC_CHECK_HEADER(HEADER-FILE, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND])
- AC_DEFUN(AC_CHECK_HEADER,
- [dnl Do the transliteration at runtime so arg 1 can be a shell variable.
- ! ac_safe=`/bin/echo "$1" | tr './\055' '___'`
- AC_MSG_CHECKING([for $1])
- AC_CACHE_VAL(ac_cv_header_$ac_safe,
- [AC_TRY_CPP([#include <$1>], eval "ac_cv_header_$ac_safe=yes",
- ***************
- *** 1462,1468 ****
- do
- AC_CHECK_HEADER($ac_hdr,
- [changequote(, )dnl
- ! ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_hdr) $2], $3)dnl
- done
- --- 1462,1468 ----
- do
- AC_CHECK_HEADER($ac_hdr,
- [changequote(, )dnl
- ! ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_hdr) $2], $3)dnl
- done
- ***************
- *** 1515,1521 ****
- do
- AC_CHECK_FUNC($ac_func,
- [changequote(, )dnl
- ! ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_func) $2], $3)dnl
- done
- --- 1515,1521 ----
- do
- AC_CHECK_FUNC($ac_func,
- [changequote(, )dnl
- ! ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_func) $2], $3)dnl
- done
- ***************
- *** 1628,1634 ****
- : ${CONFIG_STATUS=./config.status}
-
- echo creating $CONFIG_STATUS
- ! rm -f $CONFIG_STATUS
- cat > $CONFIG_STATUS <<EOF
- #! /bin/sh
- # Generated automatically by configure.
- --- 1628,1636 ----
- : ${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.
- ***************
- *** 1653,1659 ****
- 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)
- ! echo "$CONFIG_STATUS generated by autoconf version AC_ACVERSION"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "[\$]ac_cs_usage"; exit 0 ;;
- --- 1655,1661 ----
- 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 AC_ACVERSION"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "[\$]ac_cs_usage"; exit 0 ;;
- ***************
- *** 1666,1672 ****
- ])dnl
-
- ifdef([AC_LIST_HEADER],
- ! [trap 'rm -fr `echo $1 AC_LIST_HEADER | tr : " "` conftest*; exit 1' 1 2 15],
- [trap 'rm -f $1; exit 1' 1 2 15])
-
- AC_OUTPUT_FILES($1)
- --- 1668,1674 ----
- ])dnl
-
- ifdef([AC_LIST_HEADER],
- ! [trap 'rm -fr `/bin/echo $1 AC_LIST_HEADER | tr : " "` conftest*; exit 1' 1 2 15],
- [trap 'rm -f $1; exit 1' 1 2 15])
-
- AC_OUTPUT_FILES($1)
- ***************
- *** 1737,1744 ****
- dnl but that's not a huge problem.
- # Support "outfile[:infile]", defaulting infile="outfile.in".
- case "$ac_file" in
- ! *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
- ! ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- *) ac_file_in="${ac_file}.in" ;;
- esac
-
- --- 1739,1746 ----
- dnl but that's not a huge problem.
- # 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
-
- ***************
- *** 1746,1760 ****
-
- # Remove last slash and all that follows it. Not all systems have dirname.
- changequote(, )dnl
- ! ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
- changequote([, ])dnl
- 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="/`echo $ac_dir|sed 's%^\./%%'`"
- # A "../" for each directory in $ac_dir_suffix.
- changequote(, )dnl
- ! ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- changequote([, ])dnl
- else
- ac_dir_suffix= ac_dots=
- --- 1748,1762 ----
-
- # Remove last slash and all that follows it. Not all systems have dirname.
- changequote(, )dnl
- ! ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
- changequote([, ])dnl
- 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="/`/bin/echo $ac_dir|sed 's%^\./%%'`"
- # A "../" for each directory in $ac_dir_suffix.
- changequote(, )dnl
- ! ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- changequote([, ])dnl
- else
- ac_dir_suffix= ac_dots=
- ***************
- *** 1763,1769 ****
- case "$ac_given_srcdir" in
- .) srcdir=.
- if test -z "$ac_dots"; 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"
- --- 1765,1771 ----
- 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"
- ***************
- *** 1780,1786 ****
- ])dnl
- echo creating "$ac_file"
- rm -f "$ac_file"
- ! configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
- case "$ac_file" in
- *Makefile*) ac_comsub="1i\\
- # $configure_input" ;;
- --- 1782,1788 ----
- ])dnl
- 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" ;;
- ***************
- *** 1826,1833 ****
- for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
- # Support "outfile[:infile]", defaulting infile="outfile.in".
- case "$ac_file" in
- ! *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
- ! ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- *) ac_file_in="${ac_file}.in" ;;
- esac
-
- --- 1828,1835 ----
- for ac_file in .. $CONFIG_HEADERS; 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
-
- ***************
- *** 1898,1907 ****
- cat conftest.in >> conftest.h
- rm -f conftest.in
- if cmp -s $ac_file conftest.h 2>/dev/null; then
- ! echo "$ac_file is unchanged"
- rm -f conftest.h
- else
- rm -f $ac_file
- mv conftest.h $ac_file
- fi
- fi; done
- --- 1900,1912 ----
- cat conftest.in >> conftest.h
- rm -f conftest.in
- if cmp -s $ac_file conftest.h 2>/dev/null; then
- ! /bin/echo "$ac_file is unchanged"
- rm -f conftest.h
- else
- rm -f $ac_file
- + # Make include path if necessary.
- + dir=`dirname $ac_file`
- + if test -d $dir; then true; else mkdir -p $dir; fi
- mv conftest.h $ac_file
- fi
- fi; done
- ***************
- *** 1935,1949 ****
- # Make relative symlinks.
- # Remove last slash and all that follows it. Not all systems have dirname.
- changequote(, )dnl
- ! ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
- changequote([, ])dnl
- if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
- # The dest file is in a subdirectory.
- test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
- ! ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
- # A "../" for each directory in $ac_dest_dir_suffix.
- changequote(, )dnl
- ! ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
- changequote([, ])dnl
- else
- ac_dest_dir_suffix= ac_dots=
- --- 1940,1954 ----
- # Make relative symlinks.
- # Remove last slash and all that follows it. Not all systems have dirname.
- changequote(, )dnl
- ! ac_dest_dir=`/bin/echo $ac_dest|sed 's%/[^/][^/]*$%%'`
- changequote([, ])dnl
- if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
- # The dest file is in a subdirectory.
- test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
- ! ac_dest_dir_suffix="/`/bin/echo $ac_dest_dir|sed 's%^\./%%'`"
- # A "../" for each directory in $ac_dest_dir_suffix.
- changequote(, )dnl
- ! ac_dots=`/bin/echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
- changequote([, ])dnl
- else
- ac_dest_dir_suffix= ac_dots=
- ***************
- *** 1957,1964 ****
- esac
-
- # Make a symlink if possible; otherwise try a hard link.
- ! if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
- ! ln $srcdir/$ac_source $ac_dest; then :
- else
- AC_MSG_ERROR(can not link $ac_dest to $srcdir/$ac_source)
- fi
- --- 1962,1971 ----
- esac
-
- # Make a symlink if possible; otherwise try a hard link.
- ! # On the Amiga, we instead try a hard link first and then
- ! # just do a cp, since symbolic links still have rough edges.
- ! if ln $ac_rel_source $ac_dest 2>/dev/null ||
- ! cp -p $srcdir/$ac_source $ac_dest; then :
- else
- AC_MSG_ERROR(can not link $ac_dest to $srcdir/$ac_source)
- fi
- ***************
- *** 2043,2049 ****
- # Make the cache file name correct relative to the subdirectory.
- changequote(, )dnl
- # A "../" for each directory in /$ac_config_dir.
- ! ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
- changequote([, ])dnl
- case "$cache_file" in
- /*) ac_sub_cache_file=$cache_file ;;
- --- 2050,2056 ----
- # Make the cache file name correct relative to the subdirectory.
- changequote(, )dnl
- # A "../" for each directory in /$ac_config_dir.
- ! ac_dots=`/bin/echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
- changequote([, ])dnl
- case "$cache_file" in
- /*) ac_sub_cache_file=$cache_file ;;
- diff -rc --new-file autoconf-2.2-base/acspecific.m4 autoconf-2.2/acspecific.m4
- *** autoconf-2.2-base/acspecific.m4 Tue Mar 7 17:07:02 1995
- --- autoconf-2.2/acspecific.m4 Thu Mar 9 23:04:58 1995
- ***************
- *** 102,110 ****
- ])dnl
- AC_MSG_RESULT($ac_cv_prog_gcc_g)
- if test $ac_cv_prog_gcc_g = yes; then
- ! CFLAGS="-g -O"
- else
- ! CFLAGS="-O"
- fi
- fi
- else
- --- 102,112 ----
- ])dnl
- AC_MSG_RESULT($ac_cv_prog_gcc_g)
- 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
- ***************
- *** 146,154 ****
- ])dnl
- AC_MSG_RESULT($ac_cv_prog_gxx_g)
- if test $ac_cv_prog_gxx_g = yes; then
- ! CXXFLAGS="-g -O"
- else
- ! CXXFLAGS="-O"
- fi
- fi
- else
- --- 148,158 ----
- ])dnl
- AC_MSG_RESULT($ac_cv_prog_gxx_g)
- if test $ac_cv_prog_gxx_g = yes; then
- ! # Amiga hack - suppress automatically using -g for now
- ! # Also default to using -O2
- ! CXXFLAGS="-O2"
- else
- ! CXXFLAGS="-O2"
- fi
- fi
- else
- ***************
- *** 213,219 ****
- fi
- rm -f conftest*
- ])dnl
- ! if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
- AC_MSG_RESULT(yes)
- else
- AC_MSG_RESULT(no)
- --- 217,223 ----
- fi
- rm -f conftest*
- ])dnl
- ! if eval "test \"`/bin/echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
- AC_MSG_RESULT(yes)
- else
- AC_MSG_RESULT(no)
- ***************
- *** 228,234 ****
- AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
- [cat > conftestmake <<\EOF
- all:
- ! @echo 'ac_maketemp="${MAKE}"'
- EOF
- changequote(, )dnl
- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
- --- 232,238 ----
- AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
- [cat > conftestmake <<\EOF
- all:
- ! @/bin/echo 'ac_maketemp="${MAKE}"'
- EOF
- changequote(, )dnl
- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
- ***************
- *** 240,246 ****
- eval ac_cv_prog_make_${ac_make}_set=no
- fi
- rm -f conftestmake])dnl
- ! if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- AC_MSG_RESULT(yes)
- SET_MAKE=
- else
- --- 244,250 ----
- eval ac_cv_prog_make_${ac_make}_set=no
- fi
- rm -f conftestmake])dnl
- ! if eval "test \"`/bin/echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- AC_MSG_RESULT(yes)
- SET_MAKE=
- else
- ***************
- *** 369,374 ****
- --- 373,379 ----
- # SunOS /usr/etc/install
- # IRIX /sbin/install
- # AIX /bin/install
- + # AmigaDOS /c/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.
- ***************
- *** 379,385 ****
- for ac_dir in $PATH; do
- # Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- ! /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- for ac_prog in ginstall installbsd scoinst install; do
- --- 384,390 ----
- for ac_dir in $PATH; do
- # Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- ! /|./|.//|/c/*) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- for ac_prog in ginstall installbsd scoinst install; do
- ***************
- *** 419,424 ****
- --- 424,433 ----
- AC_SUBST(INSTALL_DATA)dnl
- ])
-
- + # Symbolic links do work, however they need to be created in
- + # canonical AmigaDOS format (foo:path/file) rather than
- + # the current Unix style (/foo/path/file). So for now,
- + # act as if they don't work. -fnf
- AC_DEFUN(AC_PROG_LN_S,
- [AC_MSG_CHECKING(whether ln -s works)
- AC_CACHE_VAL(ac_cv_prog_LN_S,
- ***************
- *** 426,432 ****
- if ln -s X conftestdata 2>/dev/null
- then
- rm -f conftestdata
- ! ac_cv_prog_LN_S="ln -s"
- else
- ac_cv_prog_LN_S=ln
- fi])dnl
- --- 435,441 ----
- if ln -s X conftestdata 2>/dev/null
- then
- rm -f conftestdata
- ! ac_cv_prog_LN_S="ln" # hack; was "ln -s"; see note above; fnf
- else
- ac_cv_prog_LN_S=ln
- fi])dnl
- ***************
- *** 540,553 ****
- dnl defines the type `DIR'. dirent.h on NextStep 3.2 doesn't.
- dnl AC_CHECK_HEADER_DIRENT(HEADER-FILE, ACTION-IF-FOUND)
- AC_DEFUN(AC_CHECK_HEADER_DIRENT,
- ! [ac_safe=`echo "$1" | tr './\055' '___'`
- AC_MSG_CHECKING([for $1 that defines DIR])
- AC_CACHE_VAL(ac_cv_header_dirent_$ac_safe,
- [AC_TRY_COMPILE([#include <sys/types.h>
- #include <$1>], [DIR *dirp = 0;],
- eval "ac_cv_header_dirent_$ac_safe=yes",
- eval "ac_cv_header_dirent_$ac_safe=no")])dnl
- ! if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
- AC_MSG_RESULT(yes)
- $2
- else
- --- 549,562 ----
- dnl defines the type `DIR'. dirent.h on NextStep 3.2 doesn't.
- dnl AC_CHECK_HEADER_DIRENT(HEADER-FILE, ACTION-IF-FOUND)
- AC_DEFUN(AC_CHECK_HEADER_DIRENT,
- ! [ac_safe=`/bin/echo "$1" | tr './\055' '___'`
- AC_MSG_CHECKING([for $1 that defines DIR])
- AC_CACHE_VAL(ac_cv_header_dirent_$ac_safe,
- [AC_TRY_COMPILE([#include <sys/types.h>
- #include <$1>], [DIR *dirp = 0;],
- eval "ac_cv_header_dirent_$ac_safe=yes",
- eval "ac_cv_header_dirent_$ac_safe=no")])dnl
- ! if eval "test \"`/bin/echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
- AC_MSG_RESULT(yes)
- $2
- else
- ***************
- *** 563,569 ****
- do
- AC_CHECK_HEADER_DIRENT($ac_hdr,
- [changequote(, )dnl
- ! ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_hdr) $2])dnl
- done])
- --- 572,578 ----
- do
- AC_CHECK_HEADER_DIRENT($ac_hdr,
- [changequote(, )dnl
- ! ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
- changequote([, ])dnl
- AC_DEFINE_UNQUOTED($ac_tr_hdr) $2])dnl
- done])
- ***************
- *** 969,974 ****
- --- 978,989 ----
-
- sparc_address_test ();
-
- + #ifdef __amigados__
- + /* Force this test to succeed for AmigaDOS, which has a fairly good
- + vfork() emulation, but doesn't support fork() at all. -fnf */
- + exit (0);
- + #endif
- +
- child = vfork ();
-
- if (child == 0) {
- ***************
- *** 1164,1170 ****
- if test $ac_have_func = no; then
- # There is a commonly available library for RS/6000 AIX.
- # Since it is not a standard part of AIX, it might be installed locally.
- ! ac_save_LIBS="$LIBS" LIBS="-L/usr/local/lib $LIBS"
- AC_CHECK_LIB(getloadavg, getloadavg,
- LIBS="-lgetloadavg $LIBS", LIBS="$ac_save_LIBS")
- fi
- --- 1179,1185 ----
- if test $ac_have_func = no; then
- # There is a commonly available library for RS/6000 AIX.
- # Since it is not a standard part of AIX, it might be installed locally.
- ! ac_save_LIBS="$LIBS" LIBS="-L/local/lib $LIBS"
- AC_CHECK_LIB(getloadavg, getloadavg,
- LIBS="-lgetloadavg $LIBS", LIBS="$ac_save_LIBS")
- fi
- ***************
- *** 1244,1250 ****
- ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
- # If we got an error (system does not support symlinks), try without -L.
- test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
- ! ac_cv_group_kmem=`echo $ac_ls_output \
- | sed -ne 's/[ ][ ]*/ /g;
- s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
- / /s/.* //;p;'`
- --- 1259,1265 ----
- ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
- # If we got an error (system does not support symlinks), try without -L.
- test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
- ! ac_cv_group_kmem=`/bin/echo $ac_ls_output \
- | sed -ne 's/[ ][ ]*/ /g;
- s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
- / /s/.* //;p;'`
- ***************
- *** 1299,1304 ****
- --- 1314,1326 ----
- [AC_TRY_RUN([#include <stdio.h>
- /* If setvbuf has the reversed format, exit 0. */
- main () {
- + #ifdef __amigados__
- + /* AmigaDOS is a non-reversed system. Instead of the test program
- + getting a segfault (no memory protection), it causes enforcer hits
- + or other nastiness, so don't run the test program, just exit with
- + status 1 to indicate that it is non-reversed. -fnf */
- + exit(1);
- + #endif
- /* This call has the arguments reversed.
- A reversed system may check and see that the address of main
- is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
- ***************
- *** 1665,1671 ****
- # $prefix/lib where we will be installing things
- # $exec_prefix/lib likewise
- # eval it to expand exec_prefix.
- ! for ac_dir in `eval echo . /tmp /var/tmp /usr/tmp $prefix/lib $exec_prefix/lib` ; do
- test -d $ac_dir || continue
- test -w $ac_dir || continue # It is less confusing to not echo anything here.
- (echo 1 > $ac_dir/conftest9012345) 2>/dev/null
- --- 1687,1693 ----
- # $prefix/lib where we will be installing things
- # $exec_prefix/lib likewise
- # eval it to expand exec_prefix.
- ! for ac_dir in `eval echo . /tmp $prefix/lib $exec_prefix/lib` ; do
- test -d $ac_dir || continue
- test -w $ac_dir || continue # It is less confusing to not echo anything here.
- (echo 1 > $ac_dir/conftest9012345) 2>/dev/null
- ***************
- *** 1759,1765 ****
- # Make sure to not put "make" in the Imakefile rules, since we grep it out.
- cat > Imakefile <<'EOF'
- acfindx:
- ! @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
- EOF
- if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
- no_x=
- --- 1781,1787 ----
- # Make sure to not put "make" in the Imakefile rules, since we grep it out.
- cat > Imakefile <<'EOF'
- acfindx:
- ! @/bin/echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
- EOF
- if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
- no_x=
- ***************
- *** 1772,1782 ****
- fi
- # Screen out bogus values from the imake configuration.
- case "$ac_im_incroot" in
- ! /usr/include) ;;
- *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
- esac
- case "$ac_im_usrlibdir" in
- ! /usr/lib | /lib) ;;
- *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
- esac
- fi
- --- 1794,1804 ----
- fi
- # Screen out bogus values from the imake configuration.
- case "$ac_im_incroot" in
- ! /gnu/include) ;;
- *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
- esac
- case "$ac_im_usrlibdir" in
- ! /gnu/lib) ;;
- *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
- esac
- fi
- ***************
- *** 1798,1806 ****
- /usr/X11R5/include \
- /usr/X11R4/include \
- \
- ! /usr/include/X11R6 \
- ! /usr/include/X11R5 \
- ! /usr/include/X11R4 \
- \
- /usr/local/X11R6/include \
- /usr/local/X11R5/include \
- --- 1820,1828 ----
- /usr/X11R5/include \
- /usr/X11R4/include \
- \
- ! /gnu/include/X11R6 \
- ! /gnu/include/X11R5 \
- ! /gnu/include/X11R4 \
- \
- /usr/local/X11R6/include \
- /usr/local/X11R5/include \
- ***************
- *** 1811,1817 ****
- /usr/local/include/X11R4 \
- \
- /usr/X11/include \
- ! /usr/include/X11 \
- /usr/local/X11/include \
- /usr/local/include/X11 \
- \
- --- 1833,1839 ----
- /usr/local/include/X11R4 \
- \
- /usr/X11/include \
- ! /gnu/include/X11 \
- /usr/local/X11/include \
- /usr/local/include/X11 \
- \
- ***************
- *** 1819,1825 ****
- /usr/x386/include \
- /usr/XFree86/include/X11 \
- \
- ! /usr/include \
- /usr/local/include \
- /usr/unsupported/include \
- /usr/athena/include \
- --- 1841,1847 ----
- /usr/x386/include \
- /usr/XFree86/include/X11 \
- \
- ! /gnu/include \
- /usr/local/include \
- /usr/unsupported/include \
- /usr/athena/include \
- ***************
- *** 1845,1851 ****
- [LIBS="$ac_save_LIBS" no_x= ac_x_libraries=],
- [LIBS="$ac_save_LIBS"
- # First see if replacing the include by lib works.
- ! for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
- /usr/X11R6/lib \
- /usr/X11R5/lib \
- /usr/X11R4/lib \
- --- 1867,1873 ----
- [LIBS="$ac_save_LIBS" no_x= ac_x_libraries=],
- [LIBS="$ac_save_LIBS"
- # First see if replacing the include by lib works.
- ! for ac_dir in `/bin/echo "$ac_x_includes" | sed s/include/lib/` \
- /usr/X11R6/lib \
- /usr/X11R5/lib \
- /usr/X11R4/lib \
- ***************
- *** 1996,2003 ****
- AC_BEFORE([$0], [AC_TRY_LINK])dnl
- AC_BEFORE([$0], [AC_TRY_RUN])dnl
- AC_MSG_CHECKING(for POSIXized ISC)
- ! if test -d /etc/conf/kconfig.d &&
- ! grep _POSIX_VERSION [/usr/include/sys/unistd.h] >/dev/null 2>&1
- then
- AC_MSG_RESULT(yes)
- ISC=yes # If later tests want to check for ISC.
- --- 2018,2025 ----
- AC_BEFORE([$0], [AC_TRY_LINK])dnl
- AC_BEFORE([$0], [AC_TRY_RUN])dnl
- AC_MSG_CHECKING(for POSIXized ISC)
- ! if test -d /gnu/etc/conf/kconfig.d &&
- ! grep _POSIX_VERSION [/gnu/include/sys/unistd.h] >/dev/null 2>&1
- then
- AC_MSG_RESULT(yes)
- ISC=yes # If later tests want to check for ISC.
- diff -rc --new-file autoconf-2.2-base/autoconf.info autoconf-2.2/autoconf.info
- *** autoconf-2.2-base/autoconf.info Wed Mar 8 22:08:50 1995
- --- autoconf-2.2/autoconf.info Thu Mar 9 22:03:00 1995
- ***************
- *** 1,5 ****
- ! This is Info file autoconf.info, produced by Makeinfo-1.55 from the
- ! input file ./autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- --- 1,5 ----
- ! This is Info file /gnu-src/autoconf-2.2/autoconf.info, produced by
- ! Makeinfo-1.55 from the input file /gnu-src/autoconf-2.2/autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- ***************
- *** 2090,2096 ****
- and asterisks changed to `P'. For example, the call
- AC_CHECK_SIZEOF(int *)
-
- ! defines `SIZEOF_INT_P' to be 8 on DEC Alpha AXP systems.
-
- - Macro: AC_INT_16_BITS
- If the C type `int' is 16 bits wide, define `INT_16_BITS'. This
- --- 2090,2096 ----
- and asterisks changed to `P'. For example, the call
- AC_CHECK_SIZEOF(int *)
-
- ! defines `SIZEOF_INT_P' to be 64 on DEC Alpha AXP systems.
-
- - Macro: AC_INT_16_BITS
- If the C type `int' is 16 bits wide, define `INT_16_BITS'. This
- ***************
- *** 5245,5362 ****
-
-
- Tag Table:
- ! Node: Top1085
- ! Node: Introduction9224
- ! Node: Making configure Scripts13064
- ! Node: Writing configure.in16129
- ! Node: Invoking autoscan19829
- ! Node: Invoking ifnames22134
- ! Node: Invoking autoconf23624
- ! Node: Invoking autoreconf25462
- ! Node: Setup27782
- ! Node: Input28668
- ! Node: Output30391
- ! Node: Makefile Substitutions33141
- ! Node: Preset Output Variables34730
- ! Node: Build Directories37969
- ! Node: Automatic Remaking39602
- ! Node: Configuration Headers41688
- ! Node: Header Templates44055
- ! Node: Invoking autoheader45234
- ! Node: Subdirectories48321
- ! Node: Default Prefix49664
- ! Node: Versions51068
- ! Node: Existing Tests52972
- ! Node: Alternative Programs54437
- ! Node: Particular Programs55101
- ! Node: Generic Programs60951
- ! Node: Libraries63460
- ! Node: Library Functions65289
- ! Node: Particular Functions65847
- ! Node: Generic Functions72131
- ! Node: Header Files73972
- ! Node: Particular Headers74531
- ! Node: Generic Headers81502
- ! Node: Structures82802
- ! Node: Typedefs85039
- ! Node: Particular Typedefs85543
- ! Node: Generic Typedefs86743
- ! Node: Compiler Characteristics87186
- ! Node: System Services89670
- ! Node: UNIX Variants92019
- ! Node: Writing Tests94038
- ! Node: Examining Declarations96004
- ! Node: Examining Syntax98470
- ! Node: Examining Libraries99525
- ! Node: Run Time102082
- ! Node: Test Programs103043
- ! Node: Guidelines105578
- ! Node: Test Functions106767
- ! Node: Portable Shell108310
- ! Node: Testing Values and Files110247
- ! Node: Multiple Cases111902
- ! Node: Language Choice113100
- ! Node: Results114658
- ! Node: Defining Symbols115417
- ! Node: Setting Output Variables118426
- ! Node: Caching Results120272
- ! Node: Cache Variable Names122174
- ! Node: Cache Files123723
- ! Node: Printing Messages125508
- ! Node: Writing Macros128795
- ! Node: Macro Definitions129414
- ! Node: Macro Names130519
- ! Node: Quoting132970
- ! Node: Dependencies Between Macros134872
- ! Node: Prerequisite Macros135504
- ! Node: Suggested Ordering136959
- ! Node: Obsolete Macros138489
- ! Node: Manual Configuration139713
- ! Node: Specifying Names140612
- ! Node: Canonicalizing142484
- ! Node: System Type Variables143798
- ! Node: Using System Type144545
- ! Node: Site Configuration145992
- ! Node: External Software146765
- ! Node: Package Options149250
- ! Node: Site Details151321
- ! Node: Transforming Names152544
- ! Node: Transformation Options153722
- ! Node: Transformation Examples154188
- ! Node: Transformation Rules155756
- ! Node: Site Defaults157165
- ! Node: Invoking configure160327
- ! Node: Basic Installation161276
- ! Node: Compilers and Options163856
- ! Node: Multiple Architectures164505
- ! Node: Installation Names165491
- ! Node: Optional Features166416
- ! Node: System Type167186
- ! Node: Sharing Defaults168208
- ! Node: Operation Controls168832
- ! Node: Invoking config.status169707
- ! Node: Questions173095
- ! Node: Distributing173627
- ! Node: Why GNU m4174753
- ! Node: Bootstrapping175566
- ! Node: Why Not Imake176182
- ! Node: Upgrading180765
- ! Node: Changed File Names182286
- ! Node: Changed Makefiles183022
- ! Node: Changed Macros184118
- ! Node: Invoking autoupdate185365
- ! Node: Changed Results186956
- ! Node: Changed Macro Writing189058
- ! Node: History190321
- ! Node: Genesis191028
- ! Node: Exodus192201
- ! Node: Leviticus195250
- ! Node: Numbers196773
- ! Node: Deuteronomy198689
- ! Node: Old Macro Names201353
- ! Node: Environment Variable Index204402
- ! Node: Output Variable Index205404
- ! Node: Preprocessor Symbol Index209485
- ! Node: Macro Index214355
-
- End Tag Table
- --- 5245,5362 ----
-
-
- Tag Table:
- ! Node: Top1127
- ! Node: Introduction9266
- ! Node: Making configure Scripts13106
- ! Node: Writing configure.in16171
- ! Node: Invoking autoscan19871
- ! Node: Invoking ifnames22176
- ! Node: Invoking autoconf23666
- ! Node: Invoking autoreconf25504
- ! Node: Setup27824
- ! Node: Input28710
- ! Node: Output30433
- ! Node: Makefile Substitutions33183
- ! Node: Preset Output Variables34772
- ! Node: Build Directories38011
- ! Node: Automatic Remaking39644
- ! Node: Configuration Headers41730
- ! Node: Header Templates44097
- ! Node: Invoking autoheader45276
- ! Node: Subdirectories48363
- ! Node: Default Prefix49706
- ! Node: Versions51110
- ! Node: Existing Tests53014
- ! Node: Alternative Programs54479
- ! Node: Particular Programs55143
- ! Node: Generic Programs60993
- ! Node: Libraries63502
- ! Node: Library Functions65331
- ! Node: Particular Functions65889
- ! Node: Generic Functions72173
- ! Node: Header Files74014
- ! Node: Particular Headers74573
- ! Node: Generic Headers81544
- ! Node: Structures82844
- ! Node: Typedefs85081
- ! Node: Particular Typedefs85585
- ! Node: Generic Typedefs86785
- ! Node: Compiler Characteristics87228
- ! Node: System Services89713
- ! Node: UNIX Variants92062
- ! Node: Writing Tests94081
- ! Node: Examining Declarations96047
- ! Node: Examining Syntax98513
- ! Node: Examining Libraries99568
- ! Node: Run Time102125
- ! Node: Test Programs103086
- ! Node: Guidelines105621
- ! Node: Test Functions106810
- ! Node: Portable Shell108353
- ! Node: Testing Values and Files110290
- ! Node: Multiple Cases111945
- ! Node: Language Choice113143
- ! Node: Results114701
- ! Node: Defining Symbols115460
- ! Node: Setting Output Variables118469
- ! Node: Caching Results120315
- ! Node: Cache Variable Names122217
- ! Node: Cache Files123766
- ! Node: Printing Messages125551
- ! Node: Writing Macros128838
- ! Node: Macro Definitions129457
- ! Node: Macro Names130562
- ! Node: Quoting133013
- ! Node: Dependencies Between Macros134915
- ! Node: Prerequisite Macros135547
- ! Node: Suggested Ordering137002
- ! Node: Obsolete Macros138532
- ! Node: Manual Configuration139756
- ! Node: Specifying Names140655
- ! Node: Canonicalizing142527
- ! Node: System Type Variables143841
- ! Node: Using System Type144588
- ! Node: Site Configuration146035
- ! Node: External Software146808
- ! Node: Package Options149293
- ! Node: Site Details151364
- ! Node: Transforming Names152587
- ! Node: Transformation Options153765
- ! Node: Transformation Examples154231
- ! Node: Transformation Rules155799
- ! Node: Site Defaults157208
- ! Node: Invoking configure160370
- ! Node: Basic Installation161319
- ! Node: Compilers and Options163899
- ! Node: Multiple Architectures164548
- ! Node: Installation Names165534
- ! Node: Optional Features166459
- ! Node: System Type167229
- ! Node: Sharing Defaults168251
- ! Node: Operation Controls168875
- ! Node: Invoking config.status169750
- ! Node: Questions173138
- ! Node: Distributing173670
- ! Node: Why GNU m4174796
- ! Node: Bootstrapping175609
- ! Node: Why Not Imake176225
- ! Node: Upgrading180808
- ! Node: Changed File Names182329
- ! Node: Changed Makefiles183065
- ! Node: Changed Macros184161
- ! Node: Invoking autoupdate185408
- ! Node: Changed Results186999
- ! Node: Changed Macro Writing189101
- ! Node: History190364
- ! Node: Genesis191071
- ! Node: Exodus192244
- ! Node: Leviticus195293
- ! Node: Numbers196816
- ! Node: Deuteronomy198732
- ! Node: Old Macro Names201396
- ! Node: Environment Variable Index204445
- ! Node: Output Variable Index205447
- ! Node: Preprocessor Symbol Index209528
- ! Node: Macro Index214398
-
- End Tag Table
- diff -rc --new-file autoconf-2.2-base/autoconf.sh autoconf-2.2/autoconf.sh
- *** autoconf-2.2-base/autoconf.sh Tue Feb 7 22:31:24 1995
- --- autoconf-2.2/autoconf.sh Thu Mar 9 21:42:34 1995
- ***************
- *** 47,59 ****
- while test $# -gt 0 ; do
- case "${1}" in
- -h | --help | --h* )
- ! echo "${usage}" 1>&2; exit 0 ;;
- --localdir=* | --l*=* )
- localdir="`echo \"${1}\" | sed -e 's/^[^=]*=//'`"
- shift ;;
- -l | --localdir | --l*)
- shift
- ! test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
- localdir="${1}"
- shift ;;
- --macrodir=* | --m*=* )
- --- 47,59 ----
- while test $# -gt 0 ; do
- case "${1}" in
- -h | --help | --h* )
- ! /bin/echo "${usage}" 1>&2; exit 0 ;;
- --localdir=* | --l*=* )
- localdir="`echo \"${1}\" | sed -e 's/^[^=]*=//'`"
- shift ;;
- -l | --localdir | --l*)
- shift
- ! test $# -eq 0 && { /bin/echo "${usage}" 1>&2; exit 1; }
- localdir="${1}"
- shift ;;
- --macrodir=* | --m*=* )
- ***************
- *** 61,67 ****
- shift ;;
- -m | --macrodir | --m* )
- shift
- ! test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
- AC_MACRODIR="${1}"
- shift ;;
- --version | --v* )
- --- 61,67 ----
- shift ;;
- -m | --macrodir | --m* )
- shift
- ! test $# -eq 0 && { /bin/echo "${usage}" 1>&2; exit 1; }
- AC_MACRODIR="${1}"
- shift ;;
- --version | --v* )
- ***************
- *** 71,77 ****
- - ) # Use stdin as input.
- break ;;
- -* )
- ! echo "${usage}" 1>&2; exit 1 ;;
- * )
- break ;;
- esac
- --- 71,77 ----
- - ) # Use stdin as input.
- break ;;
- -* )
- ! /bin/echo "${usage}" 1>&2; exit 1 ;;
- * )
- break ;;
- esac
- ***************
- *** 87,93 ****
- case $# in
- 0) infile=configure.in ;;
- 1) infile="$1" ;;
- ! *) echo "$usage" >&2; exit 1 ;;
- esac
-
- trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
- --- 87,93 ----
- case $# in
- 0) infile=configure.in ;;
- 1) infile="$1" ;;
- ! *) /bin/echo "$usage" >&2; exit 1 ;;
- esac
-
- trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
- ***************
- *** 126,132 ****
-
- status=0
- if grep "${pattern}" $tmpout > /dev/null 2>&1; then
- ! echo "autoconf: Undefined macros:" >&2
- grep "${pattern}" $tmpout | sed "s/.*\(${pattern}[_A-Z0-9]*\).*/\1/" |
- while read name; do
- grep -n $name $infile /dev/null
- --- 126,132 ----
-
- status=0
- if grep "${pattern}" $tmpout > /dev/null 2>&1; then
- ! /bin/echo "autoconf: Undefined macros:" >&2
- grep "${pattern}" $tmpout | sed "s/.*\(${pattern}[_A-Z0-9]*\).*/\1/" |
- while read name; do
- grep -n $name $infile /dev/null
- ***************
- *** 135,141 ****
- fi
-
- if test $# -eq 0; then
- ! exec 4> configure; chmod +x configure
- else
- exec 4>&1
- fi
- --- 135,141 ----
- fi
-
- if test $# -eq 0; then
- ! exec 4> configure
- else
- exec 4>&1
- fi
- diff -rc --new-file autoconf-2.2-base/autoconf.texi autoconf-2.2/autoconf.texi
- *** autoconf-2.2-base/autoconf.texi Wed Mar 8 22:02:53 1995
- --- autoconf-2.2/autoconf.texi Thu Mar 9 21:42:40 1995
- ***************
- *** 2463,2469 ****
- AC_CHECK_SIZEOF(int *)
- @end example
- @noindent
- ! defines @code{SIZEOF_INT_P} to be 8 on DEC Alpha AXP systems.
- @end defmac
-
- @defmac AC_INT_16_BITS
- --- 2463,2469 ----
- AC_CHECK_SIZEOF(int *)
- @end example
- @noindent
- ! defines @code{SIZEOF_INT_P} to be 64 on DEC Alpha AXP systems.
- @end defmac
-
- @defmac AC_INT_16_BITS
- diff -rc --new-file autoconf-2.2-base/autoheader.sh autoconf-2.2/autoheader.sh
- *** autoconf-2.2-base/autoheader.sh Tue Feb 21 20:09:19 1995
- --- autoconf-2.2/autoheader.sh Thu Mar 9 21:42:42 1995
- ***************
- *** 47,59 ****
- while test $# -gt 0 ; do
- case "${1}" in
- -h | --help | --h* )
- ! echo "${usage}"; exit 0 ;;
- --localdir=* | --l*=* )
- localdir="`echo \"${1}\" | sed -e 's/^[^=]*=//'`"
- shift ;;
- -l | --localdir | --l*)
- shift
- ! test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
- localdir="${1}"
- shift ;;
- --macrodir=* | --m*=* )
- --- 47,59 ----
- while test $# -gt 0 ; do
- case "${1}" in
- -h | --help | --h* )
- ! /bin/echo "${usage}"; exit 0 ;;
- --localdir=* | --l*=* )
- localdir="`echo \"${1}\" | sed -e 's/^[^=]*=//'`"
- shift ;;
- -l | --localdir | --l*)
- shift
- ! test $# -eq 0 && { /bin/echo "${usage}" 1>&2; exit 1; }
- localdir="${1}"
- shift ;;
- --macrodir=* | --m*=* )
- ***************
- *** 61,67 ****
- shift ;;
- -m | --macrodir | --m* )
- shift
- ! test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
- AC_MACRODIR="${1}"
- shift ;;
- --version | --v* )
- --- 61,67 ----
- shift ;;
- -m | --macrodir | --m* )
- shift
- ! test $# -eq 0 && { /bin/echo "${usage}" 1>&2; exit 1; }
- AC_MACRODIR="${1}"
- shift ;;
- --version | --v* )
- ***************
- *** 71,77 ****
- - ) # Use stdin as input.
- break ;;
- -* )
- ! echo "${usage}" 1>&2; exit 1 ;;
- * )
- break ;;
- esac
- --- 71,77 ----
- - ) # Use stdin as input.
- break ;;
- -* )
- ! /bin/echo "${usage}" 1>&2; exit 1 ;;
- * )
- break ;;
- esac
- ***************
- *** 90,96 ****
- case $# in
- 0) infile=configure.in ;;
- 1) infile=$1 ;;
- ! *) echo "$usage" >&2; exit 1 ;;
- esac
-
- config_h=config.h
- --- 90,96 ----
- case $# in
- 0) infile=configure.in ;;
- 1) infile=$1 ;;
- ! *) /bin//bin/echo "$usage" >&2; exit 1 ;;
- esac
-
- config_h=config.h
- ***************
- *** 133,139 ****
- # Start each symbol with a blank (to match the blank after "#undef")
- # to reduce the possibility of mistakenly matching another symbol that
- # is a substring of it.
- ! syms="`for sym in $syms; do echo $sym; done | sort | uniq | sed 's@^@ @'`"
-
- if test $# -eq 0; then
- tmpout=autoh$$
- --- 133,139 ----
- # Start each symbol with a blank (to match the blank after "#undef")
- # to reduce the possibility of mistakenly matching another symbol that
- # is a substring of it.
- ! syms="`for sym in $syms; do /bin/echo $sym; done | sort | uniq | sed 's@^@ @'`"
-
- if test $# -eq 0; then
- tmpout=autoh$$
- ***************
- *** 143,150 ****
-
- # Support "outfile[:infile]", defaulting infile="outfile.in".
- case "$config_h" in
- ! *:*) config_h_in=`echo "$config_h"|sed 's%.*:%%'`
- ! config_h=`echo "$config_h"|sed 's%:.*%%'` ;;
- *) config_h_in="${config_h}.in" ;;
- esac
-
- --- 143,150 ----
-
- # Support "outfile[:infile]", defaulting infile="outfile.in".
- case "$config_h" in
- ! *:*) config_h_in=`/bin/echo "$config_h"|sed 's%.*:%%'`
- ! config_h=`/bin/echo "$config_h"|sed 's%:.*%%'` ;;
- *) config_h_in="${config_h}.in" ;;
- esac
-
- ***************
- *** 162,168 ****
- # Make sure the boundary of template files is also the boundary
- # of the paragraph. Extra newlines don't hurt since they will
- # be removed.
- ! for t in $TEMPLATES; do cat $t; echo; echo; done |
- # The sed script is suboptimal because it has to take care of
- # some broken seds (e.g. AIX) that remove '\n' from the
- # pattern/hold space if the line is empty. (junio@twinsun.com).
- --- 162,168 ----
- # Make sure the boundary of template files is also the boundary
- # of the paragraph. Extra newlines don't hurt since they will
- # be removed.
- ! for t in $TEMPLATES; do cat $t; /bin/echo; /bin/echo; done |
- # The sed script is suboptimal because it has to take care of
- # some broken seds (e.g. AIX) that remove '\n' from the
- # pattern/hold space if the line is empty. (junio@twinsun.com).
- ***************
- *** 180,189 ****
- tr @ \\012
- fi
-
- ! echo "$types" | tr , \\012 | sort | uniq | while read ctype; do
- test -z "$ctype" && continue
- # Solaris 2.3 tr rejects noncontiguous characters in character classes.
- ! sym="`echo "${ctype}" | tr '[a-z] *' '[A-Z]_P'`"
- echo "
- /* The number of bytes in a ${ctype}. */
- #undef SIZEOF_${sym}"
- --- 180,189 ----
- tr @ \\012
- fi
-
- ! /bin/echo "$types" | tr , \\012 | sort | uniq | while read ctype; do
- test -z "$ctype" && continue
- # Solaris 2.3 tr rejects noncontiguous characters in character classes.
- ! sym="`/bin/echo "${ctype}" | tr '[a-z] *' '[A-Z]_P'`"
- echo "
- /* The number of bytes in a ${ctype}. */
- #undef SIZEOF_${sym}"
- ***************
- *** 191,198 ****
-
- # /bin/sh on the Alpha gives `for' a random value if $funcs is empty.
- if test -n "$funcs"; then
- ! for func in `for x in $funcs; do echo $x; done | sort | uniq`; do
- ! sym="`echo ${func} | sed 's/[^a-zA-Z0-9_]/_/g' | tr '[a-z]' '[A-Z]'`"
- echo "
- /* Define if you have the ${func} function. */
- #undef HAVE_${sym}"
- --- 191,198 ----
-
- # /bin/sh on the Alpha gives `for' a random value if $funcs is empty.
- if test -n "$funcs"; then
- ! for func in `for x in $funcs; do /bin/echo $x; done | sort | uniq`; do
- ! sym="`/bin/echo ${func} | sed 's/[^a-zA-Z0-9_]/_/g' | tr '[a-z]' '[A-Z]'`"
- echo "
- /* Define if you have the ${func} function. */
- #undef HAVE_${sym}"
- ***************
- *** 200,207 ****
- fi
-
- if test -n "$headers"; then
- ! for header in `for x in $headers; do echo $x; done | sort | uniq`; do
- ! sym="`echo ${header} | sed 's/[^a-zA-Z0-9_]/_/g' | tr '[a-z]' '[A-Z]'`"
- echo "
- /* Define if you have the <${header}> header file. */
- #undef HAVE_${sym}"
- --- 200,207 ----
- fi
-
- if test -n "$headers"; then
- ! for header in `for x in $headers; do /bin/echo $x; done | sort | uniq`; do
- ! sym="`/bin/echo ${header} | sed 's/[^a-zA-Z0-9_]/_/g' | tr '[a-z]' '[A-Z]'`"
- echo "
- /* Define if you have the <${header}> header file. */
- #undef HAVE_${sym}"
- ***************
- *** 209,216 ****
- fi
-
- if test -n "$libs"; then
- ! for lib in `for x in $libs; do echo $x; done | sort | uniq`; do
- ! sym="`echo ${lib} | sed 's/[^a-zA-Z0-9_]/_/g' | tr '[a-z]' '[A-Z]'`"
- echo "
- /* Define if you have the ${lib} library (-l${lib}). */
- #undef HAVE_LIB${sym}"
- --- 209,216 ----
- fi
-
- if test -n "$libs"; then
- ! for lib in `for x in $libs; do /bin/echo $x; done | sort | uniq`; do
- ! sym="`/bin/echo ${lib} | sed 's/[^a-zA-Z0-9_]/_/g' | tr '[a-z]' '[A-Z]'`"
- echo "
- /* Define if you have the ${lib} library (-l${lib}). */
- #undef HAVE_LIB${sym}"
- ***************
- *** 230,236 ****
- if fgrep $sym $TEMPLATES >/dev/null; then
- : # All is well.
- else
- ! echo "$0: Symbol \`${sym}' is not covered by $TEMPLATES" >&2
- status=1
- fi
- done
- --- 230,236 ----
- if fgrep $sym $TEMPLATES >/dev/null; then
- : # All is well.
- else
- ! /bin/echo "$0: Symbol \`${sym}' is not covered by $TEMPLATES" >&2
- status=1
- fi
- done
- diff -rc --new-file autoconf-2.2-base/configure autoconf-2.2/configure
- *** autoconf-2.2-base/configure Wed Mar 8 22:07:03 1995
- --- autoconf-2.2/configure Thu Mar 9 23:10:52 1995
- ***************
- *** 9,15 ****
-
- # Defaults:
- ac_help=
- ! ac_default_prefix=/usr/local
- # Any additions from configure.in:
-
- # Initialize some variables set by options.
- --- 9,15 ----
-
- # Defaults:
- ac_help=
- ! ac_default_prefix=/gnu
- # Any additions from configure.in:
-
- # Initialize some variables set by options.
- ***************
- *** 49,55 ****
- fi
-
- case "$ac_option" in
- ! -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
-
- --- 49,55 ----
- fi
-
- case "$ac_option" in
- ! -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
-
- ***************
- *** 70,90 ****
- cache_file="$ac_optarg" ;;
-
- -disable-* | --disable-*)
- ! ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
- # Reject names that are not valid shell variable names.
- ! if test -n "`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=`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 are not valid shell variable names.
- ! if test -n "`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=`echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- --- 70,90 ----
- 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 ;;
- ***************
- *** 220,231 ****
- exit 0 ;;
-
- -with-* | --with-*)
- ! ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
- # Reject names that are not valid shell variable names.
- ! if test -n "`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=`echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
- *) ac_optarg=yes ;;
- --- 220,231 ----
- 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 ;;
- ***************
- *** 233,244 ****
- eval "with_${ac_package}='$ac_optarg'" ;;
-
- -without-* | --without-*)
- ! ac_package=`echo $ac_option|sed -e 's/-*without-//'`
- # Reject names that are not valid shell variable names.
- ! if test -n "`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=`echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
-
- --x)
- --- 233,244 ----
- 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)
- ***************
- *** 263,269 ****
- ;;
-
- *)
- ! if test -n "`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
- --- 263,269 ----
- ;;
-
- *)
- ! 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
- ***************
- *** 276,282 ****
- done
-
- if test -n "$ac_prev"; then
- ! { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
- fi
-
- trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
- --- 276,282 ----
- 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 core.* *.core $ac_clean_files; exit 1' 1 2 15
- ***************
- *** 327,333 ****
- # 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.
- --- 327,333 ----
- # 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.
- ***************
- *** 338,344 ****
- ac_srcdir_defaulted=yes
- # Try the directory containing this script, then its parent.
- 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
- --- 338,344 ----
- 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
- ***************
- *** 354,360 ****
- { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
- fi
- fi
- ! srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
-
- # Prefer explicitly selected file to automatically selected ones.
- if test -z "$CONFIG_SITE"; then
- --- 354,360 ----
- { 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
- ***************
- *** 404,410 ****
- else
- # Double any \ or $.
- echo 's,\\,\\\\,g; s,\$,$$,g' > conftestsed
- ! program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
- fi
- test "$program_prefix" != NONE &&
- --- 404,410 ----
- else
- # Double any \ or $.
- echo 's,\\,\\\\,g; s,\$,$$,g' > conftestsed
- ! program_transform_name="`/bin/echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
- fi
- test "$program_prefix" != NONE &&
- ***************
- *** 421,429 ****
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- if eval "test \"`echo '$''{'ac_cv_path_M4'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&6
- else
- case "$M4" in
- /*)
- --- 421,429 ----
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- if eval "test \"`echo '$''{'ac_cv_path_M4'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&6
- else
- case "$M4" in
- /*)
- ***************
- *** 444,452 ****
- fi
- M4="$ac_cv_path_M4"
- if test -n "$M4"; then
- ! echo "$ac_t""$M4" 1>&6
- else
- ! echo "$ac_t""no" 1>&6
- fi
-
- test -n "$M4" && break
- --- 444,452 ----
- fi
- M4="$ac_cv_path_M4"
- if test -n "$M4"; then
- ! /bin/echo "$ac_t""$M4" 1>&6
- else
- ! /bin/echo "$ac_t""no" 1>&6
- fi
-
- test -n "$M4" && break
- ***************
- *** 457,465 ****
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&6
- else
- if test -n "$AWK"; then
- ac_cv_prog_AWK="$AWK" # Let the user override the test.
- --- 457,465 ----
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&6
- else
- if test -n "$AWK"; then
- ac_cv_prog_AWK="$AWK" # Let the user override the test.
- ***************
- *** 477,485 ****
- fi
- AWK="$ac_cv_prog_AWK"
- if test -n "$AWK"; then
- ! echo "$ac_t""$AWK" 1>&6
- else
- ! echo "$ac_t""no" 1>&6
- fi
-
- test -n "$AWK" && break
- --- 477,485 ----
- fi
- AWK="$ac_cv_prog_AWK"
- if test -n "$AWK"; then
- ! /bin/echo "$ac_t""$AWK" 1>&6
- else
- ! /bin/echo "$ac_t""no" 1>&6
- fi
-
- test -n "$AWK" && break
- ***************
- *** 488,496 ****
-
- # Extract the first word of "perl", so it can be a program name with args.
- set dummy perl; ac_word=$2
- ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&6
- else
- case "$PERL" in
- /*)
- --- 488,496 ----
-
- # Extract the first word of "perl", so it can be a program name with args.
- set dummy perl; ac_word=$2
- ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&6
- else
- case "$PERL" in
- /*)
- ***************
- *** 512,520 ****
- fi
- PERL="$ac_cv_path_PERL"
- if test -n "$PERL"; then
- ! echo "$ac_t""$PERL" 1>&6
- else
- ! echo "$ac_t""no" 1>&6
- fi
-
- if test "$PERL" != no; then
- --- 512,520 ----
- fi
- PERL="$ac_cv_path_PERL"
- if test -n "$PERL"; then
- ! /bin/echo "$ac_t""$PERL" 1>&6
- else
- ! /bin/echo "$ac_t""no" 1>&6
- fi
-
- if test "$PERL" != no; then
- ***************
- *** 549,567 ****
- # 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.
- ! echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
- if test -z "$INSTALL"; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&6
- else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- # Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- ! /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- for ac_prog in ginstall installbsd scoinst install; do
- --- 549,568 ----
- # SunOS /usr/etc/install
- # IRIX /sbin/install
- # AIX /bin/install
- + # AmigaDOS /c/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>&6
- if test -z "$INSTALL"; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&6
- else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- # Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- ! /|./|.//|/c/*) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- for ac_prog in ginstall installbsd scoinst install; do
- ***************
- *** 586,592 ****
- fi
- INSTALL="$ac_cv_path_install"
- fi
- ! echo "$ac_t""$INSTALL" 1>&6
-
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
- --- 587,593 ----
- fi
- INSTALL="$ac_cv_path_install"
- fi
- ! /bin/echo "$ac_t""$INSTALL" 1>&6
-
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
- ***************
- *** 667,673 ****
- : ${CONFIG_STATUS=./config.status}
-
- echo creating $CONFIG_STATUS
- ! rm -f $CONFIG_STATUS
- cat > $CONFIG_STATUS <<EOF
- #! /bin/sh
- # Generated automatically by configure.
- --- 668,676 ----
- : ${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.
- ***************
- *** 688,694 ****
- 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)
- ! echo "$CONFIG_STATUS generated by autoconf version 2.2"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "\$ac_cs_usage"; exit 0 ;;
- --- 691,697 ----
- 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.2"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "\$ac_cs_usage"; exit 0 ;;
- ***************
- *** 734,754 ****
- 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=`echo "$ac_file"|sed 's%.*:%%'`
- ! ac_file=`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=`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="/`echo $ac_dir|sed 's%^\./%%'`"
- # A "../" for each directory in $ac_dir_suffix.
- ! ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- else
- ac_dir_suffix= ac_dots=
- fi
- --- 737,757 ----
- 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="/`/bin/echo $ac_dir|sed 's%^\./%%'`"
- # 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
- ***************
- *** 756,762 ****
- case "$ac_given_srcdir" in
- .) srcdir=.
- if test -z "$ac_dots"; 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"
- --- 759,765 ----
- 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"
- ***************
- *** 769,775 ****
- esac
- echo creating "$ac_file"
- rm -f "$ac_file"
- ! configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
- case "$ac_file" in
- *Makefile*) ac_comsub="1i\\
- # $configure_input" ;;
- --- 772,778 ----
- 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" ;;
- diff -rc --new-file autoconf-2.2-base/mkinstalldirs autoconf-2.2/mkinstalldirs
- *** autoconf-2.2-base/mkinstalldirs Wed Feb 8 14:58:43 1995
- --- autoconf-2.2/mkinstalldirs Thu Mar 9 21:42:46 1995
- ***************
- *** 8,14 ****
- errstatus=0
-
- for file in ${1+"$@"} ; do
- ! set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
- shift
-
- pathcomp=
- --- 8,14 ----
- errstatus=0
-
- for file in ${1+"$@"} ; do
- ! set fnord `/bin/echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
- shift
-
- pathcomp=
- ***************
- *** 19,25 ****
- esac
-
- if test ! -d "$pathcomp"; then
- ! echo "mkdir $pathcomp" 1>&2
- mkdir "$pathcomp" || errstatus=$?
- fi
-
- --- 19,25 ----
- esac
-
- if test ! -d "$pathcomp"; then
- ! /bin/echo "mkdir $pathcomp" 1>&2
- mkdir "$pathcomp" || errstatus=$?
- fi
-
-