1N/A#! /bin/bash
1N/A# Generated by configure.
1N/A# Run this file to recreate the current configuration.
1N/A# Compiler output produced by configure, useful for debugging
1N/A# configure, is in config.log if it exists.
1N/A
1N/Adebug=false
1N/Aac_cs_recheck=false
1N/Aac_cs_silent=false
1N/ASHELL=${CONFIG_SHELL-/bin/bash}
1N/A## --------------------- ##
1N/A## M4sh Initialization. ##
1N/A## --------------------- ##
1N/A
1N/A# Be Bourne compatible
1N/Aif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1N/A emulate sh
1N/A NULLCMD=:
1N/A # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1N/A # is contrary to our usage. Disable this feature.
1N/A alias -g '${1+"$@"}'='"$@"'
1N/Aelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1N/A set -o posix
1N/Afi
1N/ADUALCASE=1; export DUALCASE # for MKS sh
1N/A
1N/A# Support unset when possible.
1N/Aif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1N/A as_unset=unset
1N/Aelse
1N/A as_unset=false
1N/Afi
1N/A
1N/A
1N/A# Work around bugs in pre-3.0 UWIN ksh.
1N/A$as_unset ENV MAIL MAILPATH
1N/APS1='$ '
1N/APS2='> '
1N/APS4='+ '
1N/A
1N/A# NLS nuisances.
1N/Afor as_var in \
1N/A LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1N/A LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1N/A LC_TELEPHONE LC_TIME
1N/Ado
1N/A if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1N/A eval $as_var=C; export $as_var
1N/A else
1N/A $as_unset $as_var
1N/A fi
1N/Adone
1N/A
1N/A# Required to use basename.
1N/Aif expr a : '\(a\)' >/dev/null 2>&1; then
1N/A as_expr=expr
1N/Aelse
1N/A as_expr=false
1N/Afi
1N/A
1N/Aif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1N/A as_basename=basename
1N/Aelse
1N/A as_basename=false
1N/Afi
1N/A
1N/A
1N/A# Name of the executable.
1N/Aas_me=`$as_basename "$0" ||
1N/A$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1N/A X"$0" : 'X\(//\)$' \| \
1N/A X"$0" : 'X\(/\)$' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X/"$0" |
1N/A sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1N/A /^X\/\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\/\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A
1N/A
1N/A# PATH needs CR, and LINENO needs CR and PATH.
1N/A# Avoid depending upon Character Ranges.
1N/Aas_cr_letters='abcdefghijklmnopqrstuvwxyz'
1N/Aas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1N/Aas_cr_Letters=$as_cr_letters$as_cr_LETTERS
1N/Aas_cr_digits='0123456789'
1N/Aas_cr_alnum=$as_cr_Letters$as_cr_digits
1N/A
1N/A# The user is always right.
1N/Aif test "${PATH_SEPARATOR+set}" != set; then
1N/A echo "#! /bin/sh" >conf$$.sh
1N/A echo "exit 0" >>conf$$.sh
1N/A chmod +x conf$$.sh
1N/A if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1N/A PATH_SEPARATOR=';'
1N/A else
1N/A PATH_SEPARATOR=:
1N/A fi
1N/A rm -f conf$$.sh
1N/Afi
1N/A
1N/A
1N/A as_lineno_1=$LINENO
1N/A as_lineno_2=$LINENO
1N/A as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1N/A test "x$as_lineno_1" != "x$as_lineno_2" &&
1N/A test "x$as_lineno_3" = "x$as_lineno_2" || {
1N/A # Find who we are. Look in the path if we contain no path at all
1N/A # relative or not.
1N/A case $0 in
1N/A *[\\/]* ) as_myself=$0 ;;
1N/A *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1N/Afor as_dir in $PATH
1N/Ado
1N/A IFS=$as_save_IFS
1N/A test -z "$as_dir" && as_dir=.
1N/A test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1N/Adone
1N/A
1N/A ;;
1N/A esac
1N/A # We did not find ourselves, most probably we were run as `sh COMMAND'
1N/A # in which case we are not to be found in the path.
1N/A if test "x$as_myself" = x; then
1N/A as_myself=$0
1N/A fi
1N/A if test ! -f "$as_myself"; then
1N/A { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
1N/Aecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
1N/A { (exit 1); exit 1; }; }
1N/A fi
1N/A case $CONFIG_SHELL in
1N/A '')
1N/A as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1N/Afor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1N/Ado
1N/A IFS=$as_save_IFS
1N/A test -z "$as_dir" && as_dir=.
1N/A for as_base in sh bash ksh sh5; do
1N/A case $as_dir in
1N/A /*)
1N/A if ("$as_dir/$as_base" -c '
1N/A as_lineno_1=$LINENO
1N/A as_lineno_2=$LINENO
1N/A as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1N/A test "x$as_lineno_1" != "x$as_lineno_2" &&
1N/A test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
1N/A $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1N/A $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1N/A CONFIG_SHELL=$as_dir/$as_base
1N/A export CONFIG_SHELL
1N/A exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1N/A fi;;
1N/A esac
1N/A done
1N/Adone
1N/A;;
1N/A esac
1N/A
1N/A # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1N/A # uniformly replaced by the line number. The first 'sed' inserts a
1N/A # line-number line before each line; the second 'sed' does the real
1N/A # work. The second script uses 'N' to pair each line-number line
1N/A # with the numbered line, and appends trailing '-' during
1N/A # substitution so that $LINENO is not a special case at line end.
1N/A # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1N/A # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
1N/A sed '=' <$as_myself |
1N/A sed '
1N/A N
1N/A s,$,-,
1N/A : loop
1N/A s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
1N/A t loop
1N/A s,-$,,
1N/A s,^['$as_cr_digits']*\n,,
1N/A ' >$as_me.lineno &&
1N/A chmod +x $as_me.lineno ||
1N/A { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
1N/Aecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
1N/A { (exit 1); exit 1; }; }
1N/A
1N/A # Don't try to exec as it changes $[0], causing all sort of problems
1N/A # (the dirname of $[0] is not the place where we might find the
1N/A # original and so on. Autoconf is especially sensible to this).
1N/A . ./$as_me.lineno
1N/A # Exit status is that of the last command.
1N/A exit
1N/A}
1N/A
1N/A
1N/Acase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1N/A *c*,-n*) ECHO_N= ECHO_C='
1N/A' ECHO_T=' ' ;;
1N/A *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1N/A *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
1N/Aesac
1N/A
1N/Aif expr a : '\(a\)' >/dev/null 2>&1; then
1N/A as_expr=expr
1N/Aelse
1N/A as_expr=false
1N/Afi
1N/A
1N/Arm -f conf$$ conf$$.exe conf$$.file
1N/Aecho >conf$$.file
1N/Aif ln -s conf$$.file conf$$ 2>/dev/null; then
1N/A # We could just check for DJGPP; but this test a) works b) is more generic
1N/A # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1N/A if test -f conf$$.exe; then
1N/A # Don't use ln at all; we don't have any links
1N/A as_ln_s='cp -p'
1N/A else
1N/A as_ln_s='ln -s'
1N/A fi
1N/Aelif ln conf$$.file conf$$ 2>/dev/null; then
1N/A as_ln_s=ln
1N/Aelse
1N/A as_ln_s='cp -p'
1N/Afi
1N/Arm -f conf$$ conf$$.exe conf$$.file
1N/A
1N/Aif mkdir -p . 2>/dev/null; then
1N/A as_mkdir_p=:
1N/Aelse
1N/A test -d ./-p && rmdir ./-p
1N/A as_mkdir_p=false
1N/Afi
1N/A
1N/Aas_executable_p="test -f"
1N/A
1N/A# Sed expression to map a string onto a valid CPP name.
1N/Aas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1N/A
1N/A# Sed expression to map a string onto a valid variable name.
1N/Aas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1N/A
1N/A
1N/A# IFS
1N/A# We need space, tab and new line, in precisely that order.
1N/Aas_nl='
1N/A'
1N/AIFS=" $as_nl"
1N/A
1N/A# CDPATH.
1N/A$as_unset CDPATH
1N/A
1N/Aexec 6>&1
1N/A
1N/A# Open the log real soon, to keep \$[0] and so on meaningful, and to
1N/A# report actual input values of CONFIG_FILES etc. instead of their
1N/A# values after options handling. Logging --version etc. is OK.
1N/Aexec 5>>config.log
1N/A{
1N/A echo
1N/A sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1N/A## Running $as_me. ##
1N/A_ASBOX
1N/A} >&5
1N/Acat >&5 <<_CSEOF
1N/A
1N/AThis file was extended by GRUB $as_me 0.95, which was
1N/Agenerated by GNU Autoconf 2.59. Invocation command line was
1N/A
1N/A CONFIG_FILES = $CONFIG_FILES
1N/A CONFIG_HEADERS = $CONFIG_HEADERS
1N/A CONFIG_LINKS = $CONFIG_LINKS
1N/A CONFIG_COMMANDS = $CONFIG_COMMANDS
1N/A $ $0 $@
1N/A
1N/A_CSEOF
1N/Aecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
1N/Aecho >&5
1N/Aconfig_files=" Makefile stage1/Makefile stage2/Makefile docs/Makefile lib/Makefile util/Makefile grub/Makefile netboot/Makefile util/grub-image util/grub-install util/grub-md5-crypt util/grub-terminfo util/grub-set-default"
1N/Aconfig_headers=" config.h"
1N/Aconfig_commands=" depfiles"
1N/A
1N/Aac_cs_usage="\
1N/A\`$as_me' instantiates files from templates according to the
1N/Acurrent configuration.
1N/A
1N/AUsage: $0 [OPTIONS] [FILE]...
1N/A
1N/A -h, --help print this help, then exit
1N/A -V, --version print version number, then exit
1N/A -q, --quiet do not print progress messages
1N/A -d, --debug don't remove temporary files
1N/A --recheck update $as_me by reconfiguring in the same conditions
1N/A --file=FILE[:TEMPLATE]
1N/A instantiate the configuration file FILE
1N/A --header=FILE[:TEMPLATE]
1N/A instantiate the configuration header FILE
1N/A
1N/AConfiguration files:
1N/A$config_files
1N/A
1N/AConfiguration headers:
1N/A$config_headers
1N/A
1N/AConfiguration commands:
1N/A$config_commands
1N/A
1N/AReport bugs to <bug-autoconf@gnu.org>."
1N/Aac_cs_version="\
1N/AGRUB config.status 0.95
1N/Aconfigured by ./configure, generated by GNU Autoconf 2.59,
1N/A with options \"'--prefix=/platform/i86pc/boot/grub' '--with-binutils=/opt/grubbld/bin' '--disable-dependency-tracking' 'CC=/opt/grubbld/bin/gcc'\"
1N/A
1N/ACopyright (C) 2003 Free Software Foundation, Inc.
1N/AThis config.status script is free software; the Free Software Foundation
1N/Agives unlimited permission to copy, distribute and modify it."
1N/Asrcdir=.
1N/AINSTALL="/usr/ucb/install"
1N/A# If no file are specified by the user, then we need to provide default
1N/A# value. By we need to know if files were specified by the user.
1N/Aac_need_defaults=:
1N/Awhile test $# != 0
1N/Ado
1N/A case $1 in
1N/A --*=*)
1N/A ac_option=`expr "x$1" : 'x\([^=]*\)='`
1N/A ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
1N/A ac_shift=:
1N/A ;;
1N/A -*)
1N/A ac_option=$1
1N/A ac_optarg=$2
1N/A ac_shift=shift
1N/A ;;
1N/A *) # This is not an option, so the user has probably given explicit
1N/A # arguments.
1N/A ac_option=$1
1N/A ac_need_defaults=false;;
1N/A esac
1N/A
1N/A case $ac_option in
1N/A # Handling of the options.
1N/A -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1N/A ac_cs_recheck=: ;;
1N/A --version | --vers* | -V )
1N/A echo "$ac_cs_version"; exit 0 ;;
1N/A --he | --h)
1N/A # Conflict between --help and --header
1N/A { { echo "$as_me:$LINENO: error: ambiguous option: $1
1N/ATry \`$0 --help' for more information." >&5
1N/Aecho "$as_me: error: ambiguous option: $1
1N/ATry \`$0 --help' for more information." >&2;}
1N/A { (exit 1); exit 1; }; };;
1N/A --help | --hel | -h )
1N/A echo "$ac_cs_usage"; exit 0 ;;
1N/A --debug | --d* | -d )
1N/A debug=: ;;
1N/A --file | --fil | --fi | --f )
1N/A $ac_shift
1N/A CONFIG_FILES="$CONFIG_FILES $ac_optarg"
1N/A ac_need_defaults=false;;
1N/A --header | --heade | --head | --hea )
1N/A $ac_shift
1N/A CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1N/A ac_need_defaults=false;;
1N/A -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1N/A | -silent | --silent | --silen | --sile | --sil | --si | --s)
1N/A ac_cs_silent=: ;;
1N/A
1N/A # This is an error.
1N/A -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
1N/ATry \`$0 --help' for more information." >&5
1N/Aecho "$as_me: error: unrecognized option: $1
1N/ATry \`$0 --help' for more information." >&2;}
1N/A { (exit 1); exit 1; }; } ;;
1N/A
1N/A *) ac_config_targets="$ac_config_targets $1" ;;
1N/A
1N/A esac
1N/A shift
1N/Adone
1N/A
1N/Aac_configure_extra_args=
1N/A
1N/Aif $ac_cs_silent; then
1N/A exec 6>/dev/null
1N/A ac_configure_extra_args="$ac_configure_extra_args --silent"
1N/Afi
1N/A
1N/Aif $ac_cs_recheck; then
1N/A echo "running /bin/bash ./configure " '--prefix=/platform/i86pc/boot/grub' '--with-binutils=/opt/grubbld/bin' '--disable-dependency-tracking' 'CC=/opt/grubbld/bin/gcc' $ac_configure_extra_args " --no-create --no-recursion" >&6
1N/A exec /bin/bash ./configure '--prefix=/platform/i86pc/boot/grub' '--with-binutils=/opt/grubbld/bin' '--disable-dependency-tracking' 'CC=/opt/grubbld/bin/gcc' $ac_configure_extra_args --no-create --no-recursion
1N/Afi
1N/A
1N/A#
1N/A# INIT-COMMANDS section.
1N/A#
1N/A
1N/AAMDEP_TRUE="#" ac_aux_dir="."
1N/A
1N/Afor ac_config_target in $ac_config_targets
1N/Ado
1N/A case "$ac_config_target" in
1N/A # Handling of arguments.
1N/A "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1N/A "stage1/Makefile" ) CONFIG_FILES="$CONFIG_FILES stage1/Makefile" ;;
1N/A "stage2/Makefile" ) CONFIG_FILES="$CONFIG_FILES stage2/Makefile" ;;
1N/A "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
1N/A "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
1N/A "util/Makefile" ) CONFIG_FILES="$CONFIG_FILES util/Makefile" ;;
1N/A "grub/Makefile" ) CONFIG_FILES="$CONFIG_FILES grub/Makefile" ;;
1N/A "netboot/Makefile" ) CONFIG_FILES="$CONFIG_FILES netboot/Makefile" ;;
1N/A "util/grub-image" ) CONFIG_FILES="$CONFIG_FILES util/grub-image" ;;
1N/A "util/grub-install" ) CONFIG_FILES="$CONFIG_FILES util/grub-install" ;;
1N/A "util/grub-md5-crypt" ) CONFIG_FILES="$CONFIG_FILES util/grub-md5-crypt" ;;
1N/A "util/grub-terminfo" ) CONFIG_FILES="$CONFIG_FILES util/grub-terminfo" ;;
1N/A "util/grub-set-default" ) CONFIG_FILES="$CONFIG_FILES util/grub-set-default" ;;
1N/A "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
1N/A "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
1N/A *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1N/Aecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
1N/A { (exit 1); exit 1; }; };;
1N/A esac
1N/Adone
1N/A
1N/A# If the user did not use the arguments to specify the items to instantiate,
1N/A# then the envvar interface is used. Set only those that are not.
1N/A# We use the long form for the default assignment because of an extremely
1N/A# bizarre bug on SunOS 4.1.3.
1N/Aif $ac_need_defaults; then
1N/A test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1N/A test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
1N/A test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
1N/Afi
1N/A
1N/A# Have a temporary directory for convenience. Make it in the build tree
1N/A# simply because there is no reason to put it here, and in addition,
1N/A# creating and moving files from /tmp can sometimes cause problems.
1N/A# Create a temporary directory, and hook for its removal unless debugging.
1N/A$debug ||
1N/A{
1N/A trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
1N/A trap '{ (exit 1); exit 1; }' 1 2 13 15
1N/A}
1N/A
1N/A# Create a (secure) tmp directory for tmp files.
1N/A
1N/A{
1N/A tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
1N/A test -n "$tmp" && test -d "$tmp"
1N/A} ||
1N/A{
1N/A tmp=./confstat$$-$RANDOM
1N/A (umask 077 && mkdir $tmp)
1N/A} ||
1N/A{
1N/A echo "$me: cannot create a temporary directory in ." >&2
1N/A { (exit 1); exit 1; }
1N/A}
1N/A
1N/A
1N/A#
1N/A# CONFIG_FILES section.
1N/A#
1N/A
1N/A# No need to generate the scripts if there are no CONFIG_FILES.
1N/A# This happens for instance when ./config.status config.h
1N/Aif test -n "$CONFIG_FILES"; then
1N/A # Protect against being on the right side of a sed subst in config.status.
1N/A sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
1N/A s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
1N/As,@SHELL@,/bin/bash,;t t
1N/As,@PATH_SEPARATOR@,:,;t t
1N/As,@PACKAGE_NAME@,GRUB,;t t
1N/As,@PACKAGE_TARNAME@,grub,;t t
1N/As,@PACKAGE_VERSION@,0.95,;t t
1N/As,@PACKAGE_STRING@,GRUB 0.95,;t t
1N/As,@PACKAGE_BUGREPORT@,bug-grub@gnu.org,;t t
1N/As,@exec_prefix@,${prefix},;t t
1N/As,@prefix@,/platform/i86pc/boot/grub,;t t
1N/As,@program_transform_name@,s,x,x,,;t t
1N/As,@bindir@,${exec_prefix}/bin,;t t
1N/As,@sbindir@,${exec_prefix}/sbin,;t t
1N/As,@libexecdir@,${exec_prefix}/libexec,;t t
1N/As,@datadir@,${prefix}/share,;t t
1N/As,@sysconfdir@,${prefix}/etc,;t t
1N/As,@sharedstatedir@,${prefix}/com,;t t
1N/As,@localstatedir@,${prefix}/var,;t t
1N/As,@libdir@,${exec_prefix}/lib,;t t
1N/As,@includedir@,${prefix}/include,;t t
1N/As,@oldincludedir@,/usr/include,;t t
1N/As,@infodir@,${prefix}/info,;t t
1N/As,@mandir@,${prefix}/man,;t t
1N/As,@build_alias@,,;t t
1N/As,@host_alias@,,;t t
1N/As,@target_alias@,,;t t
1N/As,@DEFS@,-DHAVE_CONFIG_H,;t t
1N/As,@ECHO_C@,,;t t
1N/As,@ECHO_N@,-n,;t t
1N/As,@ECHO_T@,,;t t
1N/As,@LIBS@,,;t t
1N/As,@INSTALL_PROGRAM@,${INSTALL},;t t
1N/As,@INSTALL_SCRIPT@,${INSTALL},;t t
1N/As,@INSTALL_DATA@,${INSTALL} -m 644,;t t
1N/As,@CYGPATH_W@,echo,;t t
1N/As,@PACKAGE@,grub,;t t
1N/As,@VERSION@,0.95,;t t
1N/As,@ACLOCAL@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run aclocal-1.8,;t t
1N/As,@AUTOCONF@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autoconf,;t t
1N/As,@AUTOMAKE@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run automake-1.8,;t t
1N/As,@AUTOHEADER@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autoheader,;t t
1N/As,@MAKEINFO@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run makeinfo,;t t
1N/As,@AMTAR@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run tar,;t t
1N/As,@install_sh@,/net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/install-sh,;t t
1N/As,@STRIP@,,;t t
1N/As,@ac_ct_STRIP@,,;t t
1N/As,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t
1N/As,@mkdir_p@,mkdir -p -- .,;t t
1N/As,@AWK@,gawk,;t t
1N/As,@SET_MAKE@,,;t t
1N/As,@am__leading_dot@,.,;t t
1N/As,@build@,i386-pc-solaris2.10,;t t
1N/As,@build_cpu@,i386,;t t
1N/As,@build_vendor@,pc,;t t
1N/As,@build_os@,solaris2.10,;t t
1N/As,@host@,i386-pc-solaris2.10,;t t
1N/As,@host_cpu@,i386,;t t
1N/As,@host_vendor@,pc,;t t
1N/As,@host_os@,solaris2.10,;t t
1N/As,@MAINTAINER_MODE_TRUE@,#,;t t
1N/As,@MAINTAINER_MODE_FALSE@,,;t t
1N/As,@MAINT@,#,;t t
1N/As,@PERL@,,;t t
1N/As,@CC@,/opt/grubbld/bin/gcc,;t t
1N/As,@ac_ct_CC@,/opt/grubbld/bin/gcc,;t t
1N/As,@CFLAGS@,-B/opt/grubbld/bin/ -g,;t t
1N/As,@LDFLAGS@,,;t t
1N/As,@CPPFLAGS@, -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef,;t t
1N/As,@EXEEXT@,,;t t
1N/As,@OBJEXT@,o,;t t
1N/As,@DEPDIR@,.deps,;t t
1N/As,@am__include@,include,;t t
1N/As,@am__quote@,,;t t
1N/As,@AMDEP_TRUE@,#,;t t
1N/As,@AMDEP_FALSE@,,;t t
1N/As,@AMDEPBACKSLASH@,,;t t
1N/As,@CCDEPMODE@,depmode=none,;t t
1N/As,@am__fastdepCC_TRUE@,#,;t t
1N/As,@am__fastdepCC_FALSE@,,;t t
1N/As,@CCAS@,/opt/grubbld/bin/gcc,;t t
1N/As,@RANLIB@,/opt/grubbld/bin/ranlib,;t t
1N/As,@ac_ct_RANLIB@,,;t t
1N/As,@STAGE1_CFLAGS@,-O2,;t t
1N/As,@STAGE2_CFLAGS@,-Os,;t t
1N/As,@GRUB_CFLAGS@,-O2,;t t
1N/As,@OBJCOPY@,/opt/grubbld/bin/objcopy,;t t
1N/As,@ac_ct_OBJCOPY@,,;t t
1N/As,@GRUB_LIBS@, -lcurses,;t t
1N/As,@CPP@,/opt/grubbld/bin/gcc -E,;t t
1N/As,@EGREP@,egrep,;t t
1N/As,@NETBOOT_SUPPORT_TRUE@,#,;t t
1N/As,@NETBOOT_SUPPORT_FALSE@,,;t t
1N/As,@DISKLESS_SUPPORT_TRUE@,#,;t t
1N/As,@DISKLESS_SUPPORT_FALSE@,,;t t
1N/As,@GRAPHICS_SUPPORT_TRUE@,,;t t
1N/As,@GRAPHICS_SUPPORT_FALSE@,#,;t t
1N/As,@HERCULES_SUPPORT_TRUE@,,;t t
1N/As,@HERCULES_SUPPORT_FALSE@,#,;t t
1N/As,@SERIAL_SUPPORT_TRUE@,,;t t
1N/As,@SERIAL_SUPPORT_FALSE@,#,;t t
1N/As,@SERIAL_SPEED_SIMULATION_TRUE@,#,;t t
1N/As,@SERIAL_SPEED_SIMULATION_FALSE@,,;t t
1N/As,@BUILD_EXAMPLE_KERNEL_TRUE@,#,;t t
1N/As,@BUILD_EXAMPLE_KERNEL_FALSE@,,;t t
1N/As,@FSYS_CFLAGS@, -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_UFS=1 -DFSYS_UFS2=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_JFS=1 -DFSYS_XFS=1 -DFSYS_ISO9660=1 -DUSE_MD5_PASSWORDS=1,;t t
1N/As,@NET_CFLAGS@,,;t t
1N/As,@NET_EXTRAFLAGS@, -DCONGESTED=1 -DNE_SCAN=0x280,0x300,0x320,0x340 -DWD_DEFAULT_MEM=0xCC000,;t t
1N/As,@NETBOOT_DRIVERS@,,;t t
1N/As,@CCASFLAGS@,$(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(CFLAGS),;t t
1N/As,@LIBOBJS@,,;t t
1N/As,@LTLIBOBJS@,,;t t
1N/ACEOF
1N/A
1N/A # Split the substitutions into bite-sized pieces for seds with
1N/A # small command number limits, like on Digital OSF/1 and HP-UX.
1N/A ac_max_sed_lines=48
1N/A ac_sed_frag=1 # Number of current file.
1N/A ac_beg=1 # First line for current file.
1N/A ac_end=$ac_max_sed_lines # Line after last line for current file.
1N/A ac_more_lines=:
1N/A ac_sed_cmds=
1N/A while $ac_more_lines; do
1N/A if test $ac_beg -gt 1; then
1N/A sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1N/A else
1N/A sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1N/A fi
1N/A if test ! -s $tmp/subs.frag; then
1N/A ac_more_lines=false
1N/A else
1N/A # The purpose of the label and of the branching condition is to
1N/A # speed up the sed processing (if there are no `@' at all, there
1N/A # is no need to browse any of the substitutions).
1N/A # These are the two extra sed commands mentioned above.
1N/A (echo ':t
1N/A /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
1N/A if test -z "$ac_sed_cmds"; then
1N/A ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
1N/A else
1N/A ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
1N/A fi
1N/A ac_sed_frag=`expr $ac_sed_frag + 1`
1N/A ac_beg=$ac_end
1N/A ac_end=`expr $ac_end + $ac_max_sed_lines`
1N/A fi
1N/A done
1N/A if test -z "$ac_sed_cmds"; then
1N/A ac_sed_cmds=cat
1N/A fi
1N/Afi # test -n "$CONFIG_FILES"
1N/A
1N/Afor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
1N/A # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1N/A case $ac_file in
1N/A - | *:- | *:-:* ) # input from stdin
1N/A cat >$tmp/stdin
1N/A ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1N/A ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
1N/A *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1N/A ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
1N/A * ) ac_file_in=$ac_file.in ;;
1N/A esac
1N/A
1N/A # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
1N/A ac_dir=`(dirname "$ac_file") 2>/dev/null ||
1N/A$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$ac_file" : 'X\(//\)[^/]' \| \
1N/A X"$ac_file" : 'X\(//\)$' \| \
1N/A X"$ac_file" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$ac_file" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A { if $as_mkdir_p; then
1N/A mkdir -p "$ac_dir"
1N/A else
1N/A as_dir="$ac_dir"
1N/A as_dirs=
1N/A while test ! -d "$as_dir"; do
1N/A as_dirs="$as_dir $as_dirs"
1N/A as_dir=`(dirname "$as_dir") 2>/dev/null ||
1N/A$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$as_dir" : 'X\(//\)[^/]' \| \
1N/A X"$as_dir" : 'X\(//\)$' \| \
1N/A X"$as_dir" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$as_dir" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A done
1N/A test ! -n "$as_dirs" || mkdir $as_dirs
1N/A fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
1N/Aecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
1N/A { (exit 1); exit 1; }; }; }
1N/A
1N/A ac_builddir=.
1N/A
1N/Aif test "$ac_dir" != .; then
1N/A ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1N/A # A "../" for each directory in $ac_dir_suffix.
1N/A ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1N/Aelse
1N/A ac_dir_suffix= ac_top_builddir=
1N/Afi
1N/A
1N/Acase $srcdir in
1N/A .) # No --srcdir option. We are building in place.
1N/A ac_srcdir=.
1N/A if test -z "$ac_top_builddir"; then
1N/A ac_top_srcdir=.
1N/A else
1N/A ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1N/A fi ;;
1N/A [\\/]* | ?:[\\/]* ) # Absolute path.
1N/A ac_srcdir=$srcdir$ac_dir_suffix;
1N/A ac_top_srcdir=$srcdir ;;
1N/A *) # Relative path.
1N/A ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1N/A ac_top_srcdir=$ac_top_builddir$srcdir ;;
1N/Aesac
1N/A
1N/A# Do not use `cd foo && pwd` to compute absolute paths, because
1N/A# the directories may not exist.
1N/Acase `pwd` in
1N/A.) ac_abs_builddir="$ac_dir";;
1N/A*)
1N/A case "$ac_dir" in
1N/A .) ac_abs_builddir=`pwd`;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1N/A *) ac_abs_builddir=`pwd`/"$ac_dir";;
1N/A esac;;
1N/Aesac
1N/Acase $ac_abs_builddir in
1N/A.) ac_abs_top_builddir=${ac_top_builddir}.;;
1N/A*)
1N/A case ${ac_top_builddir}. in
1N/A .) ac_abs_top_builddir=$ac_abs_builddir;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1N/A *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1N/A esac;;
1N/Aesac
1N/Acase $ac_abs_builddir in
1N/A.) ac_abs_srcdir=$ac_srcdir;;
1N/A*)
1N/A case $ac_srcdir in
1N/A .) ac_abs_srcdir=$ac_abs_builddir;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1N/A *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1N/A esac;;
1N/Aesac
1N/Acase $ac_abs_builddir in
1N/A.) ac_abs_top_srcdir=$ac_top_srcdir;;
1N/A*)
1N/A case $ac_top_srcdir in
1N/A .) ac_abs_top_srcdir=$ac_abs_builddir;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1N/A *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1N/A esac;;
1N/Aesac
1N/A
1N/A
1N/A case $INSTALL in
1N/A [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1N/A *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
1N/A esac
1N/A
1N/A if test x"$ac_file" != x-; then
1N/A { echo "$as_me:$LINENO: creating $ac_file" >&5
1N/Aecho "$as_me: creating $ac_file" >&6;}
1N/A rm -f "$ac_file"
1N/A fi
1N/A # Let's still pretend it is `configure' which instantiates (i.e., don't
1N/A # use $as_me), people would be surprised to read:
1N/A # /* config.h. Generated by config.status. */
1N/A if test x"$ac_file" = x-; then
1N/A configure_input=
1N/A else
1N/A configure_input="$ac_file. "
1N/A fi
1N/A configure_input=$configure_input"Generated from `echo $ac_file_in |
1N/A sed 's,.*/,,'` by configure."
1N/A
1N/A # First look for the input files in the build tree, otherwise in the
1N/A # src tree.
1N/A ac_file_inputs=`IFS=:
1N/A for f in $ac_file_in; do
1N/A case $f in
1N/A -) echo $tmp/stdin ;;
1N/A [\\/$]*)
1N/A # Absolute (can't be DOS-style, as IFS=:)
1N/A test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
1N/Aecho "$as_me: error: cannot find input file: $f" >&2;}
1N/A { (exit 1); exit 1; }; }
1N/A echo "$f";;
1N/A *) # Relative
1N/A if test -f "$f"; then
1N/A # Build tree
1N/A echo "$f"
1N/A elif test -f "$srcdir/$f"; then
1N/A # Source tree
1N/A echo "$srcdir/$f"
1N/A else
1N/A # /dev/null tree
1N/A { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
1N/Aecho "$as_me: error: cannot find input file: $f" >&2;}
1N/A { (exit 1); exit 1; }; }
1N/A fi;;
1N/A esac
1N/A done` || { (exit 1); exit 1; }
1N/A sed "/^[ ]*VPATH[ ]*=/{
1N/As/:*\$(srcdir):*/:/;
1N/As/:*\${srcdir}:*/:/;
1N/As/:*@srcdir@:*/:/;
1N/As/^\([^=]*=[ ]*\):*/\1/;
1N/As/:*$//;
1N/As/^[^=]*=[ ]*$//;
1N/A}
1N/A
1N/A:t
1N/A/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1N/As,@configure_input@,$configure_input,;t t
1N/As,@srcdir@,$ac_srcdir,;t t
1N/As,@abs_srcdir@,$ac_abs_srcdir,;t t
1N/As,@top_srcdir@,$ac_top_srcdir,;t t
1N/As,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
1N/As,@builddir@,$ac_builddir,;t t
1N/As,@abs_builddir@,$ac_abs_builddir,;t t
1N/As,@top_builddir@,$ac_top_builddir,;t t
1N/As,@abs_top_builddir@,$ac_abs_top_builddir,;t t
1N/As,@INSTALL@,$ac_INSTALL,;t t
1N/A" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
1N/A rm -f $tmp/stdin
1N/A if test x"$ac_file" != x-; then
1N/A mv $tmp/out $ac_file
1N/A else
1N/A cat $tmp/out
1N/A rm -f $tmp/out
1N/A fi
1N/A
1N/Adone
1N/A
1N/A#
1N/A# CONFIG_HEADER section.
1N/A#
1N/A
1N/A# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1N/A# NAME is the cpp macro being defined and VALUE is the value it is being given.
1N/A#
1N/A# ac_d sets the value in "#define NAME VALUE" lines.
1N/Aac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
1N/Aac_dB='[ ].*$,\1#\2'
1N/Aac_dC=' '
1N/Aac_dD=',;t'
1N/A# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1N/Aac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
1N/Aac_uB='$,\1#\2define\3'
1N/Aac_uC=' '
1N/Aac_uD=',;t'
1N/A
1N/Afor ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
1N/A # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1N/A case $ac_file in
1N/A - | *:- | *:-:* ) # input from stdin
1N/A cat >$tmp/stdin
1N/A ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1N/A ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
1N/A *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1N/A ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
1N/A * ) ac_file_in=$ac_file.in ;;
1N/A esac
1N/A
1N/A test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
1N/Aecho "$as_me: creating $ac_file" >&6;}
1N/A
1N/A # First look for the input files in the build tree, otherwise in the
1N/A # src tree.
1N/A ac_file_inputs=`IFS=:
1N/A for f in $ac_file_in; do
1N/A case $f in
1N/A -) echo $tmp/stdin ;;
1N/A [\\/$]*)
1N/A # Absolute (can't be DOS-style, as IFS=:)
1N/A test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
1N/Aecho "$as_me: error: cannot find input file: $f" >&2;}
1N/A { (exit 1); exit 1; }; }
1N/A # Do quote $f, to prevent DOS paths from being IFS'd.
1N/A echo "$f";;
1N/A *) # Relative
1N/A if test -f "$f"; then
1N/A # Build tree
1N/A echo "$f"
1N/A elif test -f "$srcdir/$f"; then
1N/A # Source tree
1N/A echo "$srcdir/$f"
1N/A else
1N/A # /dev/null tree
1N/A { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
1N/Aecho "$as_me: error: cannot find input file: $f" >&2;}
1N/A { (exit 1); exit 1; }; }
1N/A fi;;
1N/A esac
1N/A done` || { (exit 1); exit 1; }
1N/A # Remove the trailing spaces.
1N/A sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
1N/A
1N/A # Handle all the #define templates only if necessary.
1N/A if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then
1N/A # If there are no defines, we may have an empty if/fi
1N/A :
1N/A cat >$tmp/defines.sed <<CEOF
1N/A/^[ ]*#[ ]*define/!b
1N/At clr
1N/A: clr
1N/A${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"GRUB"${ac_dD}
1N/A${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}"grub"${ac_dD}
1N/A${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"0.95"${ac_dD}
1N/A${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"GRUB 0.95"${ac_dD}
1N/A${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}"bug-grub@gnu.org"${ac_dD}
1N/A${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"grub"${ac_dD}
1N/A${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.95"${ac_dD}
1N/A${ac_dA}ADDR32${ac_dB}ADDR32${ac_dC}addr32${ac_dD}
1N/A${ac_dA}DATA32${ac_dB}DATA32${ac_dC}data32${ac_dD}
1N/A${ac_dA}HAVE_USCORE_START_SYMBOL${ac_dB}HAVE_USCORE_START_SYMBOL${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_USCORE_USCORE_BSS_START_SYMBOL${ac_dB}HAVE_USCORE_USCORE_BSS_START_SYMBOL${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_USCORE_EDATA_SYMBOL${ac_dB}HAVE_USCORE_EDATA_SYMBOL${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_EDATA_SYMBOL${ac_dB}HAVE_EDATA_SYMBOL${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_END_SYMBOL${ac_dB}HAVE_END_SYMBOL${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_USCORE_END_SYMBOL${ac_dB}HAVE_USCORE_END_SYMBOL${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_LIBCURSES${ac_dB}HAVE_LIBCURSES${ac_dC}1${ac_dD}
1N/A${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
1N/A${ac_dA}HAVE_CURSES_H${ac_dB}HAVE_CURSES_H${ac_dC}1${ac_dD}
1N/A${ac_dA}AUTO_LINUX_MEM_OPT${ac_dB}AUTO_LINUX_MEM_OPT${ac_dC}1${ac_dD}
1N/ACEOF
1N/A sed -f $tmp/defines.sed $tmp/in >$tmp/out
1N/A rm -f $tmp/in
1N/A mv $tmp/out $tmp/in
1N/A
1N/A fi # grep
1N/A
1N/A # Handle all the #undef templates
1N/A cat >$tmp/undefs.sed <<CEOF
1N/A/^[ ]*#[ ]*undef/!b
1N/At clr
1N/A: clr
1N/A${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"GRUB"${ac_uD}
1N/A${ac_uA}PACKAGE_TARNAME${ac_uB}PACKAGE_TARNAME${ac_uC}"grub"${ac_uD}
1N/A${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"0.95"${ac_uD}
1N/A${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"GRUB 0.95"${ac_uD}
1N/A${ac_uA}PACKAGE_BUGREPORT${ac_uB}PACKAGE_BUGREPORT${ac_uC}"bug-grub@gnu.org"${ac_uD}
1N/A${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"grub"${ac_uD}
1N/A${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.95"${ac_uD}
1N/A${ac_uA}ADDR32${ac_uB}ADDR32${ac_uC}addr32${ac_uD}
1N/A${ac_uA}DATA32${ac_uB}DATA32${ac_uC}data32${ac_uD}
1N/A${ac_uA}HAVE_USCORE_START_SYMBOL${ac_uB}HAVE_USCORE_START_SYMBOL${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_USCORE_USCORE_BSS_START_SYMBOL${ac_uB}HAVE_USCORE_USCORE_BSS_START_SYMBOL${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_USCORE_EDATA_SYMBOL${ac_uB}HAVE_USCORE_EDATA_SYMBOL${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_EDATA_SYMBOL${ac_uB}HAVE_EDATA_SYMBOL${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_END_SYMBOL${ac_uB}HAVE_END_SYMBOL${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_USCORE_END_SYMBOL${ac_uB}HAVE_USCORE_END_SYMBOL${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_LIBCURSES${ac_uB}HAVE_LIBCURSES${ac_uC}1${ac_uD}
1N/A${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_INTTYPES_H${ac_uB}HAVE_INTTYPES_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
1N/A${ac_uA}HAVE_CURSES_H${ac_uB}HAVE_CURSES_H${ac_uC}1${ac_uD}
1N/A${ac_uA}AUTO_LINUX_MEM_OPT${ac_uB}AUTO_LINUX_MEM_OPT${ac_uC}1${ac_uD}
1N/As,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
1N/ACEOF
1N/A sed -f $tmp/undefs.sed $tmp/in >$tmp/out
1N/A rm -f $tmp/in
1N/A mv $tmp/out $tmp/in
1N/A
1N/A # Let's still pretend it is `configure' which instantiates (i.e., don't
1N/A # use $as_me), people would be surprised to read:
1N/A # /* config.h. Generated by config.status. */
1N/A if test x"$ac_file" = x-; then
1N/A echo "/* Generated by configure. */" >$tmp/config.h
1N/A else
1N/A echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
1N/A fi
1N/A cat $tmp/in >>$tmp/config.h
1N/A rm -f $tmp/in
1N/A if test x"$ac_file" != x-; then
1N/A if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
1N/A { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1N/Aecho "$as_me: $ac_file is unchanged" >&6;}
1N/A else
1N/A ac_dir=`(dirname "$ac_file") 2>/dev/null ||
1N/A$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$ac_file" : 'X\(//\)[^/]' \| \
1N/A X"$ac_file" : 'X\(//\)$' \| \
1N/A X"$ac_file" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$ac_file" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A { if $as_mkdir_p; then
1N/A mkdir -p "$ac_dir"
1N/A else
1N/A as_dir="$ac_dir"
1N/A as_dirs=
1N/A while test ! -d "$as_dir"; do
1N/A as_dirs="$as_dir $as_dirs"
1N/A as_dir=`(dirname "$as_dir") 2>/dev/null ||
1N/A$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$as_dir" : 'X\(//\)[^/]' \| \
1N/A X"$as_dir" : 'X\(//\)$' \| \
1N/A X"$as_dir" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$as_dir" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A done
1N/A test ! -n "$as_dirs" || mkdir $as_dirs
1N/A fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
1N/Aecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
1N/A { (exit 1); exit 1; }; }; }
1N/A
1N/A rm -f $ac_file
1N/A mv $tmp/config.h $ac_file
1N/A fi
1N/A else
1N/A cat $tmp/config.h
1N/A rm -f $tmp/config.h
1N/A fi
1N/A# Compute $ac_file's index in $config_headers.
1N/A_am_stamp_count=1
1N/Afor _am_header in $config_headers :; do
1N/A case $_am_header in
1N/A $ac_file | $ac_file:* )
1N/A break ;;
1N/A * )
1N/A _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1N/A esac
1N/Adone
1N/Aecho "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
1N/A$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X$ac_file : 'X\(//\)[^/]' \| \
1N/A X$ac_file : 'X\(//\)$' \| \
1N/A X$ac_file : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X$ac_file |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`/stamp-h$_am_stamp_count
1N/Adone
1N/A
1N/A#
1N/A# CONFIG_COMMANDS section.
1N/A#
1N/Afor ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
1N/A ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
1N/A ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
1N/A ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
1N/A$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$ac_dest" : 'X\(//\)[^/]' \| \
1N/A X"$ac_dest" : 'X\(//\)$' \| \
1N/A X"$ac_dest" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$ac_dest" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A { if $as_mkdir_p; then
1N/A mkdir -p "$ac_dir"
1N/A else
1N/A as_dir="$ac_dir"
1N/A as_dirs=
1N/A while test ! -d "$as_dir"; do
1N/A as_dirs="$as_dir $as_dirs"
1N/A as_dir=`(dirname "$as_dir") 2>/dev/null ||
1N/A$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$as_dir" : 'X\(//\)[^/]' \| \
1N/A X"$as_dir" : 'X\(//\)$' \| \
1N/A X"$as_dir" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$as_dir" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A done
1N/A test ! -n "$as_dirs" || mkdir $as_dirs
1N/A fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
1N/Aecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
1N/A { (exit 1); exit 1; }; }; }
1N/A
1N/A ac_builddir=.
1N/A
1N/Aif test "$ac_dir" != .; then
1N/A ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1N/A # A "../" for each directory in $ac_dir_suffix.
1N/A ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1N/Aelse
1N/A ac_dir_suffix= ac_top_builddir=
1N/Afi
1N/A
1N/Acase $srcdir in
1N/A .) # No --srcdir option. We are building in place.
1N/A ac_srcdir=.
1N/A if test -z "$ac_top_builddir"; then
1N/A ac_top_srcdir=.
1N/A else
1N/A ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1N/A fi ;;
1N/A [\\/]* | ?:[\\/]* ) # Absolute path.
1N/A ac_srcdir=$srcdir$ac_dir_suffix;
1N/A ac_top_srcdir=$srcdir ;;
1N/A *) # Relative path.
1N/A ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1N/A ac_top_srcdir=$ac_top_builddir$srcdir ;;
1N/Aesac
1N/A
1N/A# Do not use `cd foo && pwd` to compute absolute paths, because
1N/A# the directories may not exist.
1N/Acase `pwd` in
1N/A.) ac_abs_builddir="$ac_dir";;
1N/A*)
1N/A case "$ac_dir" in
1N/A .) ac_abs_builddir=`pwd`;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1N/A *) ac_abs_builddir=`pwd`/"$ac_dir";;
1N/A esac;;
1N/Aesac
1N/Acase $ac_abs_builddir in
1N/A.) ac_abs_top_builddir=${ac_top_builddir}.;;
1N/A*)
1N/A case ${ac_top_builddir}. in
1N/A .) ac_abs_top_builddir=$ac_abs_builddir;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1N/A *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1N/A esac;;
1N/Aesac
1N/Acase $ac_abs_builddir in
1N/A.) ac_abs_srcdir=$ac_srcdir;;
1N/A*)
1N/A case $ac_srcdir in
1N/A .) ac_abs_srcdir=$ac_abs_builddir;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1N/A *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1N/A esac;;
1N/Aesac
1N/Acase $ac_abs_builddir in
1N/A.) ac_abs_top_srcdir=$ac_top_srcdir;;
1N/A*)
1N/A case $ac_top_srcdir in
1N/A .) ac_abs_top_srcdir=$ac_abs_builddir;;
1N/A [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1N/A *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1N/A esac;;
1N/Aesac
1N/A
1N/A
1N/A { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
1N/Aecho "$as_me: executing $ac_dest commands" >&6;}
1N/A case $ac_dest in
1N/A depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1N/A # Strip MF so we end up with the name of the file.
1N/A mf=`echo "$mf" | sed -e 's/:.*$//'`
1N/A # Check whether this is an Automake generated Makefile or not.
1N/A # We used to match only the files named `Makefile.in', but
1N/A # some people rename them; so instead we look at the file content.
1N/A # Grep'ing the first line is not enough: some people post-process
1N/A # each Makefile.in and add a new line on top of each file to say so.
1N/A # So let's grep whole file.
1N/A if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
1N/A dirpart=`(dirname "$mf") 2>/dev/null ||
1N/A$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$mf" : 'X\(//\)[^/]' \| \
1N/A X"$mf" : 'X\(//\)$' \| \
1N/A X"$mf" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$mf" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A else
1N/A continue
1N/A fi
1N/A grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
1N/A # Extract the definition of DEP_FILES from the Makefile without
1N/A # running `make'.
1N/A DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
1N/A test -z "$DEPDIR" && continue
1N/A # When using ansi2knr, U may be empty or an underscore; expand it
1N/A U=`sed -n -e '/^U = / s///p' < "$mf"`
1N/A test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
1N/A # We invoke sed twice because it is the simplest approach to
1N/A # changing $(DEPDIR) to its actual value in the expansion.
1N/A for file in `sed -n -e '
1N/A /^DEP_FILES = .*\\\\$/ {
1N/A s/^DEP_FILES = //
1N/A :loop
1N/A s/\\\\$//
1N/A p
1N/A n
1N/A /\\\\$/ b loop
1N/A p
1N/A }
1N/A /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
1N/A sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1N/A # Make sure the directory exists.
1N/A test -f "$dirpart/$file" && continue
1N/A fdir=`(dirname "$file") 2>/dev/null ||
1N/A$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$file" : 'X\(//\)[^/]' \| \
1N/A X"$file" : 'X\(//\)$' \| \
1N/A X"$file" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$file" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A { if $as_mkdir_p; then
1N/A mkdir -p $dirpart/$fdir
1N/A else
1N/A as_dir=$dirpart/$fdir
1N/A as_dirs=
1N/A while test ! -d "$as_dir"; do
1N/A as_dirs="$as_dir $as_dirs"
1N/A as_dir=`(dirname "$as_dir") 2>/dev/null ||
1N/A$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1N/A X"$as_dir" : 'X\(//\)[^/]' \| \
1N/A X"$as_dir" : 'X\(//\)$' \| \
1N/A X"$as_dir" : 'X\(/\)' \| \
1N/A . : '\(.\)' 2>/dev/null ||
1N/Aecho X"$as_dir" |
1N/A sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1N/A /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1N/A /^X\(\/\/\)$/{ s//\1/; q; }
1N/A /^X\(\/\).*/{ s//\1/; q; }
1N/A s/.*/./; q'`
1N/A done
1N/A test ! -n "$as_dirs" || mkdir $as_dirs
1N/A fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
1N/Aecho "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
1N/A { (exit 1); exit 1; }; }; }
1N/A
1N/A # echo "creating $dirpart/$file"
1N/A echo '# dummy' > "$dirpart/$file"
1N/A done
1N/Adone
1N/A ;;
1N/A esac
1N/Adone
1N/A
1N/A{ (exit 0); exit 0; }