/[grub]/grub/configure
ViewVC logotype

Diff of /grub/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.112 by okuji, Sun Jun 20 13:48:44 2004 UTC revision 1.113 by okuji, Sun Jan 30 01:09:34 2005 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.59 for GRUB 0.95.  # Generated by GNU Autoconf 2.59 for GRUB 0.96.
4  #  #
5  # Report bugs to <bug-grub@gnu.org>.  # Report bugs to <bug-grub@gnu.org>.
6  #  #
# Line 269  SHELL=${CONFIG_SHELL-/bin/sh} Line 269  SHELL=${CONFIG_SHELL-/bin/sh}
269  # Identity of this package.  # Identity of this package.
270  PACKAGE_NAME='GRUB'  PACKAGE_NAME='GRUB'
271  PACKAGE_TARNAME='grub'  PACKAGE_TARNAME='grub'
272  PACKAGE_VERSION='0.95'  PACKAGE_VERSION='0.96'
273  PACKAGE_STRING='GRUB 0.95'  PACKAGE_STRING='GRUB 0.96'
274  PACKAGE_BUGREPORT='bug-grub@gnu.org'  PACKAGE_BUGREPORT='bug-grub@gnu.org'
275    
276  ac_unique_file="stage2/stage2.c"  ac_unique_file="stage2/stage2.c"
# Line 780  if test "$ac_init_help" = "long"; then Line 780  if test "$ac_init_help" = "long"; then
780    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
781    # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
782    cat <<_ACEOF    cat <<_ACEOF
783  \`configure' configures GRUB 0.95 to adapt to many kinds of systems.  \`configure' configures GRUB 0.96 to adapt to many kinds of systems.
784    
785  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
786    
# Line 846  fi Line 846  fi
846    
847  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
848    case $ac_init_help in    case $ac_init_help in
849       short | recursive ) echo "Configuration of GRUB 0.95:";;       short | recursive ) echo "Configuration of GRUB 0.96:";;
850     esac     esac
851    cat <<\_ACEOF    cat <<\_ACEOF
852    
# Line 1039  fi Line 1039  fi
1039  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
1040  if $ac_init_version; then  if $ac_init_version; then
1041    cat <<\_ACEOF    cat <<\_ACEOF
1042  GRUB configure 0.95  GRUB configure 0.96
1043  generated by GNU Autoconf 2.59  generated by GNU Autoconf 2.59
1044    
1045  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
# Line 1053  cat >&5 <<_ACEOF Line 1053  cat >&5 <<_ACEOF
1053  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1054  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1055    
1056  It was created by GRUB $as_me 0.95, which was  It was created by GRUB $as_me 0.96, which was
1057  generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
1058    
1059    $ $0 $@    $ $0 $@
# Line 1568  else Line 1568  else
1568  echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}  echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1569  fi  fi
1570    
1571  if mkdir -p -- . 2>/dev/null; then  if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1572    # Keeping the `.' argument allows $(mkdir_p) to be used without    # Keeping the `.' argument allows $(mkdir_p) to be used without
1573    # argument.  Indeed, we sometimes output rules like    # argument.  Indeed, we sometimes output rules like
1574    #   $(mkdir_p) $(somedir)    #   $(mkdir_p) $(somedir)
# Line 1581  else Line 1581  else
1581    # recognize any option.  It will interpret all options as    # recognize any option.  It will interpret all options as
1582    # directories to create, and then abort because `.' already    # directories to create, and then abort because `.' already
1583    # exists.    # exists.
1584    for d in ./-p ./--;    for d in ./-p ./--version;
1585    do    do
1586      test -d $d && rmdir $d      test -d $d && rmdir $d
1587    done    done
# Line 1691  fi Line 1691  fi
1691    
1692  # Define the identity of the package.  # Define the identity of the package.
1693   PACKAGE='grub'   PACKAGE='grub'
1694   VERSION='0.95'   VERSION='0.96'
1695    
1696    
1697  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 3087  else Line 3087  else
3087      : > sub/conftest.c      : > sub/conftest.c
3088      for i in 1 2 3 4 5 6; do      for i in 1 2 3 4 5 6; do
3089        echo '#include "conftst'$i'.h"' >> sub/conftest.c        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3090        : > sub/conftst$i.h        # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3091          # Solaris 8's {/usr,}/bin/sh.
3092          touch sub/conftst$i.h
3093      done      done
3094      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3095    
# Line 3115  else Line 3117  else
3117         grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&         grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3118         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3119        # icc doesn't choke on unknown options, it will just issue warnings        # icc doesn't choke on unknown options, it will just issue warnings
3120        # (even with -Werror).  So we grep stderr for any message        # or remarks (even with -Werror).  So we grep stderr for any message
3121        # that says an option was ignored.        # that says an option was ignored or not supported.
3122        if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else        # When given -MP, icc 7.0 and 7.1 complain thusly:
3123          #   icc: Command line warning: ignoring option '-M'; no argument required
3124          # The diagnosis changed in icc 8.0:
3125          #   icc: Command line remark: option '-MP' not supported
3126          if (grep 'ignoring option' conftest.err ||
3127              grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3128          am_cv_CC_dependencies_compiler_type=$depmode          am_cv_CC_dependencies_compiler_type=$depmode
3129          break          break
3130        fi        fi
# Line 3191  else Line 3198  else
3198      : > sub/conftest.c      : > sub/conftest.c
3199      for i in 1 2 3 4 5 6; do      for i in 1 2 3 4 5 6; do
3200        echo '#include "conftst'$i'.h"' >> sub/conftest.c        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3201        : > sub/conftst$i.h        # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3202          # Solaris 8's {/usr,}/bin/sh.
3203          touch sub/conftst$i.h
3204      done      done
3205      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3206    
# Line 3219  else Line 3228  else
3228         grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&         grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3229         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3230        # icc doesn't choke on unknown options, it will just issue warnings        # icc doesn't choke on unknown options, it will just issue warnings
3231        # (even with -Werror).  So we grep stderr for any message        # or remarks (even with -Werror).  So we grep stderr for any message
3232        # that says an option was ignored.        # that says an option was ignored or not supported.
3233        if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else        # When given -MP, icc 7.0 and 7.1 complain thusly:
3234          #   icc: Command line warning: ignoring option '-M'; no argument required
3235          # The diagnosis changed in icc 8.0:
3236          #   icc: Command line remark: option '-MP' not supported
3237          if (grep 'ignoring option' conftest.err ||
3238              grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3239          am_cv_CC_dependencies_compiler_type=$depmode          am_cv_CC_dependencies_compiler_type=$depmode
3240          break          break
3241        fi        fi
# Line 6543  _ASBOX Line 6557  _ASBOX
6557  } >&5  } >&5
6558  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
6559    
6560  This file was extended by GRUB $as_me 0.95, which was  This file was extended by GRUB $as_me 0.96, which was
6561  generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
6562    
6563    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 6606  _ACEOF Line 6620  _ACEOF
6620    
6621  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
6622  ac_cs_version="\\  ac_cs_version="\\
6623  GRUB config.status 0.95  GRUB config.status 0.96
6624  configured by $0, generated by GNU Autoconf 2.59,  configured by $0, generated by GNU Autoconf 2.59,
6625    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6626    
# Line 7519  echo X"$mf" | Line 7533  echo X"$mf" |
7533    grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue    grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
7534    # Extract the definition of DEP_FILES from the Makefile without    # Extract the definition of DEP_FILES from the Makefile without
7535    # running `make'.    # running `make'.
7536    DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7537    test -z "$DEPDIR" && continue    test -z "$DEPDIR" && continue
7538    # When using ansi2knr, U may be empty or an underscore; expand it    # When using ansi2knr, U may be empty or an underscore; expand it
7539    U=`sed -n -e '/^U = / s///p' < "$mf"`    U=`sed -n 's/^U = //p' < "$mf"`
7540    test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"    test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
7541    # We invoke sed twice because it is the simplest approach to    # We invoke sed twice because it is the simplest approach to
7542    # changing $(DEPDIR) to its actual value in the expansion.    # changing $(DEPDIR) to its actual value in the expansion.
7543    for file in `sed -n -e '    for file in `sed -n '
7544      /^DEP_FILES = .*\\\\$/ {      /^DEP_FILES = .*\\\\$/ {
7545        s/^DEP_FILES = //        s/^DEP_FILES = //
7546        :loop        :loop

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26