home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-14 | 75.6 KB | 2,416 lines |
- diff -rc --new-file autoconf-2.1-base/Makefile.in autoconf-2.1/Makefile.in
- *** autoconf-2.1-base/Makefile.in Tue Oct 25 20:23:48 1994
- --- autoconf-2.1/Makefile.in Thu Nov 10 15:26:28 1994
- ***************
- *** 41,47 ****
- 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.
- --- 41,47 ----
- 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.1-base/Product-Info autoconf-2.1/Product-Info
- *** autoconf-2.1-base/Product-Info Thu Jan 1 00:00:00 1970
- --- autoconf-2.1/Product-Info Fri Nov 18 12:41:48 1994
- ***************
- *** 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.1
- + .author
- + Free Software Foundation
- + .distribution
- + GNU Public License
- + .described-by
- + Fred Fish (fnf@amigalib.com)
- diff -rc --new-file autoconf-2.1-base/acgeneral.m4 autoconf-2.1/acgeneral.m4
- *** autoconf-2.1-base/acgeneral.m4 Fri Nov 4 04:19:29 1994
- --- autoconf-2.1/acgeneral.m4 Thu Nov 10 16:32:40 1994
- ***************
- *** 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
- ])
-
- ***************
- *** 519,525 ****
- # 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.
- --- 519,525 ----
- # 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.
- ***************
- *** 531,537 ****
- # 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
- --- 531,537 ----
- # 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
- ***************
- *** 551,557 ****
- 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.
- --- 551,557 ----
- 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.
- ***************
- *** 632,638 ****
- 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 &&
- --- 632,638 ----
- 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 &&
- ***************
- *** 782,790 ****
- esac
-
- 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
- --- 782,790 ----
- esac
-
- 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
- ***************
- *** 808,816 ****
- esac
-
- 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
- --- 808,816 ----
- esac
-
- 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
- ***************
- *** 834,842 ****
- esac
-
- 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
- --- 834,842 ----
- esac
-
- 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
- ***************
- *** 918,924 ****
- dnl shell variable, so we need the eval.
- dnl if test "${$1+set}" = set; then
- if eval "test \"`echo '${'$1'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&AC_FD_MSG
- else
- $2
- fi
- --- 918,924 ----
- dnl shell variable, so we need the eval.
- dnl if test "${$1+set}" = set; then
- if eval "test \"`echo '${'$1'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&AC_FD_MSG
- else
- $2
- fi
- ***************
- *** 974,980 ****
-
- 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,
- --- 974,980 ----
-
- 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,
- ***************
- *** 982,988 ****
-
- 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,
- --- 982,988 ----
-
- 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,
- ***************
- *** 1165,1171 ****
- 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
- --- 1165,1171 ----
- 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
- ***************
- *** 1190,1196 ****
- 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="$LIBS -l$1"
- --- 1190,1196 ----
- 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="$LIBS -l$1"
- ***************
- *** 1254,1260 ****
- ifelse([$2], , :, [rm -rf conftest*
- $2])
- else
- ! echo "$ac_err" >&AC_FD_CC
- ifelse([$3], , , [ rm -rf conftest*
- $3
- ])dnl
- --- 1254,1260 ----
- ifelse([$2], , :, [rm -rf conftest*
- $2])
- else
- ! /bin/echo "$ac_err" >&AC_FD_CC
- ifelse([$3], , , [ rm -rf conftest*
- $3
- ])dnl
- ***************
- *** 1399,1405 ****
- 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",
- --- 1399,1405 ----
- 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",
- ***************
- *** 1420,1426 ****
- 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
- --- 1420,1426 ----
- 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
- ***************
- *** 1468,1474 ****
- 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
- --- 1468,1474 ----
- 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
- ***************
- *** 1581,1587 ****
- : ${CONFIG_STATUS=./config.status}
-
- echo creating $CONFIG_STATUS
- ! rm -f $CONFIG_STATUS
- cat > $CONFIG_STATUS <<EOF
- #!/bin/sh
- # Generated automatically by configure.
- --- 1581,1589 ----
- : ${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.
- ***************
- *** 1606,1612 ****
- 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 ;;
- --- 1608,1614 ----
- 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 ;;
- ***************
- *** 1690,1697 ****
- 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
-
- --- 1692,1699 ----
- 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
-
- ***************
- *** 1699,1705 ****
-
- # 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.
- --- 1701,1707 ----
-
- # 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.
- ***************
- *** 1707,1713 ****
- ac_dir_suffix="/$ac_dir"
- # 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=
- --- 1709,1715 ----
- ac_dir_suffix="/$ac_dir"
- # 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=
- ***************
- *** 1716,1722 ****
- 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"
- --- 1718,1724 ----
- 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"
- ***************
- *** 1733,1739 ****
- ])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" ;;
- --- 1735,1741 ----
- ])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" ;;
- ***************
- *** 1779,1786 ****
- 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
-
- --- 1781,1788 ----
- 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
-
- ***************
- *** 1851,1857 ****
- 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
- --- 1853,1859 ----
- 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
- ***************
- *** 1888,1894 ****
- # 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.
- --- 1890,1896 ----
- # 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.
- ***************
- *** 1896,1902 ****
- ac_dest_dir_suffix="/$ac_dest_dir"
- # 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=
- --- 1898,1904 ----
- ac_dest_dir_suffix="/$ac_dest_dir"
- # 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=
- ***************
- *** 1910,1917 ****
- 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
- --- 1912,1921 ----
- 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
- diff -rc --new-file autoconf-2.1-base/acspecific.m4 autoconf-2.1/acspecific.m4
- *** autoconf-2.1-base/acspecific.m4 Thu Nov 3 19:58:22 1994
- --- autoconf-2.1/acspecific.m4 Sat Nov 12 17:08:00 1994
- ***************
- *** 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
- ***************
- *** 210,216 ****
- 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)
- --- 214,220 ----
- 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)
- ***************
- *** 225,231 ****
- 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.
- --- 229,235 ----
- 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.
- ***************
- *** 237,243 ****
- 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
- --- 241,247 ----
- 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,375 ****
- [ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in $PATH; do
- 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
- --- 373,379 ----
- [ 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
- ***************
- *** 406,411 ****
- --- 410,419 ----
- 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,
- ***************
- *** 413,419 ****
- 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
- --- 421,427 ----
- 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
- ***************
- *** 527,540 ****
- 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
- --- 535,548 ----
- 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
- ***************
- *** 550,556 ****
- 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])
- --- 558,564 ----
- 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])
- ***************
- *** 892,897 ****
- --- 900,910 ----
-
- 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
- signal (SIGINT, catch);
-
- child = vfork ();
- ***************
- *** 1096,1102 ****
- 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="$LIBS -lgetloadavg", LIBS="$ac_save_LIBS")
- fi
-
- --- 1109,1115 ----
- 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="$LIBS -lgetloadavg", LIBS="$ac_save_LIBS")
- fi
-
- ***************
- *** 1170,1176 ****
- 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;'`
- --- 1183,1189 ----
- 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;'`
- ***************
- *** 1225,1230 ****
- --- 1238,1250 ----
- [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. */
- ***************
- *** 1572,1578 ****
- # $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
- --- 1592,1598 ----
- # $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
- ***************
- *** 1666,1672 ****
- # 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=
- --- 1686,1692 ----
- # 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=
- ***************
- *** 1678,1688 ****
- ac_im_usrlibdir=$ac_im_libdir
- fi
- case "$ac_im_incroot" in
- ! /usr/include) ;;
- *) ac_x_includes="$ac_im_incroot" ;;
- esac
- case "$ac_im_usrlibdir" in
- ! /usr/lib | /lib) ;;
- *) ac_x_libraries="$ac_im_usrlibdir" ;;
- esac
- fi
- --- 1698,1708 ----
- ac_im_usrlibdir=$ac_im_libdir
- fi
- case "$ac_im_incroot" in
- ! /gnu/include) ;;
- *) ac_x_includes="$ac_im_incroot" ;;
- esac
- case "$ac_im_usrlibdir" in
- ! /gnu/lib) ;;
- *) ac_x_libraries="$ac_im_usrlibdir" ;;
- esac
- fi
- ***************
- *** 1704,1712 ****
- /usr/X11R5/include \
- /usr/X11R4/include \
- \
- ! /usr/include/X11R6 \
- ! /usr/include/X11R5 \
- ! /usr/include/X11R4 \
- \
- /usr/local/X11R6/include \
- /usr/local/X11R5/include \
- --- 1724,1732 ----
- /usr/X11R5/include \
- /usr/X11R4/include \
- \
- ! /gnu/include/X11R6 \
- ! /gnu/include/X11R5 \
- ! /gnu/include/X11R4 \
- \
- /usr/local/X11R6/include \
- /usr/local/X11R5/include \
- ***************
- *** 1717,1723 ****
- /usr/local/include/X11R4 \
- \
- /usr/X11/include \
- ! /usr/include/X11 \
- /usr/local/X11/include \
- /usr/local/include/X11 \
- \
- --- 1737,1743 ----
- /usr/local/include/X11R4 \
- \
- /usr/X11/include \
- ! /gnu/include/X11 \
- /usr/local/X11/include \
- /usr/local/include/X11 \
- \
- ***************
- *** 1725,1731 ****
- /usr/x386/include \
- /usr/XFree86/include/X11 \
- \
- ! /usr/include \
- /usr/local/include \
- /usr/unsupported/include \
- /usr/athena/include \
- --- 1745,1751 ----
- /usr/x386/include \
- /usr/XFree86/include/X11 \
- \
- ! /gnu/include \
- /usr/local/include \
- /usr/unsupported/include \
- /usr/athena/include \
- ***************
- *** 1751,1757 ****
- [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 \
- --- 1771,1777 ----
- [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 \
- ***************
- *** 1901,1908 ****
- 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.
- --- 1921,1928 ----
- 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.1-base/autoconf.info autoconf-2.1/autoconf.info
- *** autoconf-2.1-base/autoconf.info Fri Nov 4 14:45:59 1994
- --- autoconf-2.1/autoconf.info Thu Nov 10 15:31:26 1994
- ***************
- *** 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,6 ----
- ! This is Info file /gnu/src/amiga/autoconf-2.1/autoconf.info, produced
- ! by Makeinfo-1.55 from the input file
- ! /gnu/src/amiga/autoconf-2.1/autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- ***************
- *** 27,152 ****
-
-
- Indirect:
- ! autoconf.info-1: 1085
- ! autoconf.info-2: 51012
- ! autoconf.info-3: 100216
- ! autoconf.info-4: 150192
- ! autoconf.info-5: 198408
-
- Tag Table:
- (Indirect)
- ! Node: Top1085
- ! Node: Introduction9210
- ! Node: Making configure Scripts13050
- ! Node: Writing configure.in16115
- ! Node: Invoking autoscan19815
- ! Node: Invoking ifnames22120
- ! Node: Invoking autoconf23610
- ! Node: Invoking autoreconf25448
- ! Node: Setup27768
- ! Node: Input28654
- ! Node: Output30270
- ! Node: Makefile Substitutions33020
- ! Node: Preset Output Variables34602
- ! Node: Build Directories37840
- ! Node: Automatic Remaking39566
- ! Node: Configuration Headers41632
- ! Node: Header Templates43999
- ! Node: Invoking autoheader45178
- ! Node: Subdirectories48265
- ! Node: Default Prefix49608
- ! Node: Versions51012
- ! Node: Existing Tests52914
- ! Node: Alternative Programs54379
- ! Node: Particular Programs55043
- ! Node: Generic Programs60893
- ! Node: Libraries62570
- ! Node: Library Functions64399
- ! Node: Particular Functions64957
- ! Node: Generic Functions70704
- ! Node: Header Files72545
- ! Node: Particular Headers73104
- ! Node: Generic Headers80075
- ! Node: Structures81375
- ! Node: Typedefs83612
- ! Node: Particular Typedefs84116
- ! Node: Generic Typedefs85316
- ! Node: Compiler Characteristics85759
- ! Node: System Services88215
- ! Node: UNIX Variants90536
- ! Node: Writing Tests92555
- ! Node: Examining Declarations94327
- ! Node: Examining Syntax96793
- ! Node: Examining Libraries97848
- ! Node: Run Time100216
- ! Node: Test Programs101177
- ! Node: Guidelines103712
- ! Node: Test Functions104901
- ! Node: Portable Shell106444
- ! Node: Testing Values and Files108096
- ! Node: Multiple Cases109751
- ! Node: Language Choice110949
- ! Node: Results112507
- ! Node: Defining Symbols113266
- ! Node: Setting Output Variables116275
- ! Node: Caching Results118121
- ! Node: Cache Variable Names120023
- ! Node: Cache Files121572
- ! Node: Printing Messages123357
- ! Node: Writing Macros126644
- ! Node: Macro Definitions127263
- ! Node: Macro Names128368
- ! Node: Quoting130819
- ! Node: Dependencies Between Macros132721
- ! Node: Prerequisite Macros133353
- ! Node: Suggested Ordering134808
- ! Node: Obsolete Macros136338
- ! Node: Manual Configuration137562
- ! Node: Specifying Names138471
- ! Node: Canonicalizing140343
- ! Node: System Type Variables141657
- ! Node: Using System Type142404
- ! Node: Site Configuration143684
- ! Node: External Software144457
- ! Node: Package Options146922
- ! Node: Site Details148978
- ! Node: Transforming Names150192
- ! Node: Transformation Options151371
- ! Node: Transformation Examples151837
- ! Node: Transformation Rules153405
- ! Node: Site Defaults154814
- ! Node: Invoking configure157976
- ! Node: Basic Installation158917
- ! Node: Compilers and Options161239
- ! Node: Build Directory161881
- ! Node: Installation Names162582
- ! Node: Optional Features163500
- ! Node: System Type164270
- ! Node: Sharing Defaults165292
- ! Node: Operation Controls165916
- ! Node: Invoking config.status166780
- ! Node: Questions170168
- ! Node: Distributing170700
- ! Node: Why GNU m4171826
- ! Node: Bootstrapping172639
- ! Node: Why Not Imake173255
- ! Node: Upgrading177836
- ! Node: Changed File Names179357
- ! Node: Changed Makefiles180093
- ! Node: Changed Macros181173
- ! Node: Invoking autoupdate182420
- ! Node: Changed Results184011
- ! Node: Changed Macro Writing186113
- ! Node: History187376
- ! Node: Genesis188083
- ! Node: Exodus189256
- ! Node: Leviticus192305
- ! Node: Numbers193828
- ! Node: Deuteronomy195744
- ! Node: Old Macro Names198408
- ! Node: Environment Variable Index201457
- ! Node: Output Variable Index202459
- ! Node: Preprocessor Symbol Index206540
- ! Node: Macro Index211348
-
- End Tag Table
- --- 28,153 ----
-
-
- Indirect:
- ! autoconf.info-1: 1139
- ! autoconf.info-2: 51066
- ! autoconf.info-3: 100271
- ! autoconf.info-4: 150247
- ! autoconf.info-5: 198463
-
- Tag Table:
- (Indirect)
- ! Node: Top1139
- ! Node: Introduction9264
- ! Node: Making configure Scripts13104
- ! Node: Writing configure.in16169
- ! Node: Invoking autoscan19869
- ! Node: Invoking ifnames22174
- ! Node: Invoking autoconf23664
- ! Node: Invoking autoreconf25502
- ! Node: Setup27822
- ! Node: Input28708
- ! Node: Output30324
- ! Node: Makefile Substitutions33074
- ! Node: Preset Output Variables34656
- ! Node: Build Directories37894
- ! Node: Automatic Remaking39620
- ! Node: Configuration Headers41686
- ! Node: Header Templates44053
- ! Node: Invoking autoheader45232
- ! Node: Subdirectories48319
- ! Node: Default Prefix49662
- ! Node: Versions51066
- ! Node: Existing Tests52968
- ! Node: Alternative Programs54433
- ! Node: Particular Programs55097
- ! Node: Generic Programs60947
- ! Node: Libraries62624
- ! Node: Library Functions64453
- ! Node: Particular Functions65011
- ! Node: Generic Functions70758
- ! Node: Header Files72599
- ! Node: Particular Headers73158
- ! Node: Generic Headers80129
- ! Node: Structures81429
- ! Node: Typedefs83666
- ! Node: Particular Typedefs84170
- ! Node: Generic Typedefs85370
- ! Node: Compiler Characteristics85813
- ! Node: System Services88270
- ! Node: UNIX Variants90591
- ! Node: Writing Tests92610
- ! Node: Examining Declarations94382
- ! Node: Examining Syntax96848
- ! Node: Examining Libraries97903
- ! Node: Run Time100271
- ! Node: Test Programs101232
- ! Node: Guidelines103767
- ! Node: Test Functions104956
- ! Node: Portable Shell106499
- ! Node: Testing Values and Files108151
- ! Node: Multiple Cases109806
- ! Node: Language Choice111004
- ! Node: Results112562
- ! Node: Defining Symbols113321
- ! Node: Setting Output Variables116330
- ! Node: Caching Results118176
- ! Node: Cache Variable Names120078
- ! Node: Cache Files121627
- ! Node: Printing Messages123412
- ! Node: Writing Macros126699
- ! Node: Macro Definitions127318
- ! Node: Macro Names128423
- ! Node: Quoting130874
- ! Node: Dependencies Between Macros132776
- ! Node: Prerequisite Macros133408
- ! Node: Suggested Ordering134863
- ! Node: Obsolete Macros136393
- ! Node: Manual Configuration137617
- ! Node: Specifying Names138526
- ! Node: Canonicalizing140398
- ! Node: System Type Variables141712
- ! Node: Using System Type142459
- ! Node: Site Configuration143739
- ! Node: External Software144512
- ! Node: Package Options146977
- ! Node: Site Details149033
- ! Node: Transforming Names150247
- ! Node: Transformation Options151426
- ! Node: Transformation Examples151892
- ! Node: Transformation Rules153460
- ! Node: Site Defaults154869
- ! Node: Invoking configure158031
- ! Node: Basic Installation158972
- ! Node: Compilers and Options161294
- ! Node: Build Directory161936
- ! Node: Installation Names162637
- ! Node: Optional Features163555
- ! Node: System Type164325
- ! Node: Sharing Defaults165347
- ! Node: Operation Controls165971
- ! Node: Invoking config.status166835
- ! Node: Questions170223
- ! Node: Distributing170755
- ! Node: Why GNU m4171881
- ! Node: Bootstrapping172694
- ! Node: Why Not Imake173310
- ! Node: Upgrading177891
- ! Node: Changed File Names179412
- ! Node: Changed Makefiles180148
- ! Node: Changed Macros181228
- ! Node: Invoking autoupdate182475
- ! Node: Changed Results184066
- ! Node: Changed Macro Writing186168
- ! Node: History187431
- ! Node: Genesis188138
- ! Node: Exodus189311
- ! Node: Leviticus192360
- ! Node: Numbers193883
- ! Node: Deuteronomy195799
- ! Node: Old Macro Names198463
- ! Node: Environment Variable Index201512
- ! Node: Output Variable Index202514
- ! Node: Preprocessor Symbol Index206595
- ! Node: Macro Index211403
-
- End Tag Table
- diff -rc --new-file autoconf-2.1-base/autoconf.info-1 autoconf-2.1/autoconf.info-1
- *** autoconf-2.1-base/autoconf.info-1 Fri Nov 4 14:45:59 1994
- --- autoconf-2.1/autoconf.info-1 Thu Nov 10 15:31:26 1994
- ***************
- *** 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,6 ----
- ! This is Info file /gnu/src/amiga/autoconf-2.1/autoconf.info, produced
- ! by Makeinfo-1.55 from the input file
- ! /gnu/src/amiga/autoconf-2.1/autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- diff -rc --new-file autoconf-2.1-base/autoconf.info-2 autoconf-2.1/autoconf.info-2
- *** autoconf-2.1-base/autoconf.info-2 Fri Nov 4 14:45:59 1994
- --- autoconf-2.1/autoconf.info-2 Thu Nov 10 15:31:26 1994
- ***************
- *** 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,6 ----
- ! This is Info file /gnu/src/amiga/autoconf-2.1/autoconf.info, produced
- ! by Makeinfo-1.55 from the input file
- ! /gnu/src/amiga/autoconf-2.1/autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- ***************
- *** 935,941 ****
- 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
- --- 936,942 ----
- 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
- diff -rc --new-file autoconf-2.1-base/autoconf.info-3 autoconf-2.1/autoconf.info-3
- *** autoconf-2.1-base/autoconf.info-3 Fri Nov 4 14:45:59 1994
- --- autoconf-2.1/autoconf.info-3 Thu Nov 10 15:31:26 1994
- ***************
- *** 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,6 ----
- ! This is Info file /gnu/src/amiga/autoconf-2.1/autoconf.info, produced
- ! by Makeinfo-1.55 from the input file
- ! /gnu/src/amiga/autoconf-2.1/autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- diff -rc --new-file autoconf-2.1-base/autoconf.info-4 autoconf-2.1/autoconf.info-4
- *** autoconf-2.1-base/autoconf.info-4 Fri Nov 4 14:45:59 1994
- --- autoconf-2.1/autoconf.info-4 Thu Nov 10 15:31:26 1994
- ***************
- *** 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,6 ----
- ! This is Info file /gnu/src/amiga/autoconf-2.1/autoconf.info, produced
- ! by Makeinfo-1.55 from the input file
- ! /gnu/src/amiga/autoconf-2.1/autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- diff -rc --new-file autoconf-2.1-base/autoconf.info-5 autoconf-2.1/autoconf.info-5
- *** autoconf-2.1-base/autoconf.info-5 Fri Nov 4 14:45:59 1994
- --- autoconf-2.1/autoconf.info-5 Thu Nov 10 15:31:26 1994
- ***************
- *** 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,6 ----
- ! This is Info file /gnu/src/amiga/autoconf-2.1/autoconf.info, produced
- ! by Makeinfo-1.55 from the input file
- ! /gnu/src/amiga/autoconf-2.1/autoconf.texi.
-
- START-INFO-DIR-ENTRY
- * Autoconf: (autoconf). Create source code configuration scripts.
- diff -rc --new-file autoconf-2.1-base/autoconf.sh autoconf-2.1/autoconf.sh
- *** autoconf-2.1-base/autoconf.sh Thu Sep 22 20:53:08 1994
- --- autoconf-2.1/autoconf.sh Thu Nov 10 16:02:12 1994
- ***************
- *** 46,58 ****
- 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*=* )
- --- 46,58 ----
- 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*=* )
- ***************
- *** 60,66 ****
- shift ;;
- -m | --macrodir | --m* )
- shift
- ! test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
- AC_MACRODIR="${1}"
- shift ;;
- --version | --v* )
- --- 60,66 ----
- shift ;;
- -m | --macrodir | --m* )
- shift
- ! test $# -eq 0 && { /bin/echo "${usage}" 1>&2; exit 1; }
- AC_MACRODIR="${1}"
- shift ;;
- --version | --v* )
- ***************
- *** 70,76 ****
- - ) # Use stdin as input.
- break ;;
- -* )
- ! echo "${usage}" 1>&2; exit 1 ;;
- * )
- break ;;
- esac
- --- 70,76 ----
- - ) # Use stdin as input.
- break ;;
- -* )
- ! /bin/echo "${usage}" 1>&2; exit 1 ;;
- * )
- break ;;
- esac
- ***************
- *** 86,92 ****
- 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
- --- 86,92 ----
- 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
- ***************
- *** 125,131 ****
-
- 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
- --- 125,131 ----
-
- 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
- ***************
- *** 134,140 ****
- fi
-
- if test $# -eq 0; then
- ! exec 4> configure; chmod +x configure
- else
- exec 4>&1
- fi
- --- 134,140 ----
- fi
-
- if test $# -eq 0; then
- ! exec 4> configure
- else
- exec 4>&1
- fi
- diff -rc --new-file autoconf-2.1-base/autoconf.texi autoconf-2.1/autoconf.texi
- *** autoconf-2.1-base/autoconf.texi Fri Nov 4 14:44:22 1994
- --- autoconf-2.1/autoconf.texi Thu Nov 10 14:33:16 1994
- ***************
- *** 2427,2433 ****
- 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
- --- 2427,2433 ----
- 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.1-base/autoheader.sh autoconf-2.1/autoheader.sh
- *** autoconf-2.1-base/autoheader.sh Sun Sep 18 03:32:07 1994
- --- autoconf-2.1/autoheader.sh Thu Nov 10 14:55:52 1994
- ***************
- *** 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}"
- ***************
- *** 229,235 ****
- 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
- --- 229,235 ----
- 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.1-base/configure autoconf-2.1/configure
- *** autoconf-2.1-base/configure Fri Nov 4 04:25:10 1994
- --- autoconf-2.1/configure Sat Nov 12 18:11:08 1994
- ***************
- *** 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 $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 $ac_clean_files; exit 1' 1 2 15
- ***************
- *** 326,332 ****
- # 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.
- --- 326,332 ----
- # 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.
- ***************
- *** 337,343 ****
- 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
- --- 337,343 ----
- 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
- ***************
- *** 353,359 ****
- { 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
- --- 353,359 ----
- { 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
- ***************
- *** 403,409 ****
- 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 &&
- --- 403,409 ----
- 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 &&
- ***************
- *** 420,428 ****
- 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>&4
- if eval "test \"`echo '${'ac_cv_path_M4'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&4
- else
- case "$M4" in
- /*)
- --- 420,428 ----
- 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>&4
- if eval "test \"`echo '${'ac_cv_path_M4'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- else
- case "$M4" in
- /*)
- ***************
- *** 443,451 ****
- fi
- M4="$ac_cv_path_M4"
- if test -n "$M4"; then
- ! echo "$ac_t""$M4" 1>&4
- else
- ! echo "$ac_t""no" 1>&4
- fi
-
- test -n "$M4" && break
- --- 443,451 ----
- fi
- M4="$ac_cv_path_M4"
- if test -n "$M4"; then
- ! /bin/echo "$ac_t""$M4" 1>&4
- else
- ! /bin/echo "$ac_t""no" 1>&4
- fi
-
- test -n "$M4" && break
- ***************
- *** 455,463 ****
-
- # 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>&4
- if eval "test \"`echo '${'ac_cv_path_PERL'+set}'`\" = set"; then
- ! echo $ac_n "(cached) $ac_c" 1>&4
- else
- case "$PERL" in
- /*)
- --- 455,463 ----
-
- # 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>&4
- if eval "test \"`echo '${'ac_cv_path_PERL'+set}'`\" = set"; then
- ! /bin/echo $ac_n "(cached) $ac_c" 1>&4
- else
- case "$PERL" in
- /*)
- ***************
- *** 479,487 ****
- fi
- PERL="$ac_cv_path_PERL"
- if test -n "$PERL"; then
- ! echo "$ac_t""$PERL" 1>&4
- else
- ! echo "$ac_t""no" 1>&4
- fi
-
- if test "$PERL" != no; then
- --- 479,487 ----
- fi
- PERL="$ac_cv_path_PERL"
- if test -n "$PERL"; then
- ! /bin/echo "$ac_t""$PERL" 1>&4
- else
- ! /bin/echo "$ac_t""no" 1>&4
- fi
-
- if test "$PERL" != no; then
- ***************
- *** 519,533 ****
- # 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>&4
- if test -z "$INSTALL"; then
- if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
- ! 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
- ! ''|.|/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
- --- 519,533 ----
- # 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
- ***************
- *** 552,558 ****
- fi
- INSTALL="$ac_cv_path_install"
- fi
- ! 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.
- --- 552,558 ----
- 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.
- ***************
- *** 626,632 ****
- : ${CONFIG_STATUS=./config.status}
-
- echo creating $CONFIG_STATUS
- ! rm -f $CONFIG_STATUS
- cat > $CONFIG_STATUS <<EOF
- #!/bin/sh
- # Generated automatically by configure.
- --- 626,634 ----
- : ${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.
- ***************
- *** 647,653 ****
- 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.1"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "\$ac_cs_usage"; exit 0 ;;
- --- 649,655 ----
- 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 ;;
- ***************
- *** 692,712 ****
- 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="/$ac_dir"
- # A "../" for each directory in $ac_dir_suffix.
- ! ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- else
- ac_dir_suffix= ac_dots=
- fi
- --- 694,714 ----
- 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
- ***************
- *** 714,720 ****
- 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"
- --- 716,722 ----
- 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"
- ***************
- *** 727,733 ****
- 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" ;;
- --- 729,735 ----
- 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.1-base/mkinstalldirs autoconf-2.1/mkinstalldirs
- *** autoconf-2.1-base/mkinstalldirs Sat Mar 26 04:01:14 1994
- --- autoconf-2.1/mkinstalldirs Thu Nov 10 14:33:24 1994
- ***************
- *** 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
-
-