~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to configure

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.65 for GRUB 1.98+20100614-1.
 
3
# Generated by GNU Autoconf 2.65 for GRUB 0.
4
4
#
5
5
# Report bugs to <bug-grub@gnu.org>.
6
6
#
552
552
# Identity of this package.
553
553
PACKAGE_NAME='GRUB'
554
554
PACKAGE_TARNAME='grub'
555
 
PACKAGE_VERSION='1.98+20100614-1'
556
 
PACKAGE_STRING='GRUB 1.98+20100614-1'
 
555
PACKAGE_VERSION='0'
 
556
PACKAGE_STRING='GRUB 0'
557
557
PACKAGE_BUGREPORT='bug-grub@gnu.org'
558
558
PACKAGE_URL=''
559
559
 
1321
1321
  # Omit some internal or obsolete options to make the list less imposing.
1322
1322
  # This message is too long to be a string in the A/UX 3.1 sh.
1323
1323
  cat <<_ACEOF
1324
 
\`configure' configures GRUB 1.98+20100614-1 to adapt to many kinds of systems.
 
1324
\`configure' configures GRUB 0 to adapt to many kinds of systems.
1325
1325
 
1326
1326
Usage: $0 [OPTION]... [VAR=VALUE]...
1327
1327
 
1392
1392
 
1393
1393
if test -n "$ac_init_help"; then
1394
1394
  case $ac_init_help in
1395
 
     short | recursive ) echo "Configuration of GRUB 1.98+20100614-1:";;
 
1395
     short | recursive ) echo "Configuration of GRUB 0:";;
1396
1396
   esac
1397
1397
  cat <<\_ACEOF
1398
1398
 
1512
1512
test -n "$ac_init_help" && exit $ac_status
1513
1513
if $ac_init_version; then
1514
1514
  cat <<\_ACEOF
1515
 
GRUB configure 1.98+20100614-1
 
1515
GRUB configure 0
1516
1516
generated by GNU Autoconf 2.65
1517
1517
 
1518
1518
Copyright (C) 2009 Free Software Foundation, Inc.
2061
2061
This file contains any messages produced by compilers while
2062
2062
running configure, to aid debugging if configure makes a mistake.
2063
2063
 
2064
 
It was created by GRUB $as_me 1.98+20100614-1, which was
 
2064
It was created by GRUB $as_me 0, which was
2065
2065
generated by GNU Autoconf 2.65.  Invocation command line was
2066
2066
 
2067
2067
  $ $0 $@
2408
2408
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2409
2409
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2410
2410
 
2411
 
 
2412
 
am__api_version='1.11'
 
2411
 am__api_version='1.11'
2413
2412
 
2414
2413
ac_aux_dir=
2415
2414
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2870
2869
 
2871
2870
# Define the identity of the package.
2872
2871
 PACKAGE='grub'
2873
 
 VERSION='1.98+20100614-1'
 
2872
 VERSION='0'
2874
2873
 
2875
2874
 
2876
2875
cat >>confdefs.h <<_ACEOF
3250
3249
  as_fn_error "bison is not found" "$LINENO" 5
3251
3250
fi
3252
3251
 
 
3252
FONT_SOURCE=
 
3253
 
3253
3254
for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
3254
3255
  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont; do
3255
3256
    if test -f "$dir/unifont.$ext"; then
3256
 
      FONT_SOURCE=$dir/unifont.$ext
3257
 
 
 
3257
      FONT_SOURCE="$dir/unifont.$ext"
3258
3258
      break 2
3259
3259
    fi
3260
3260
  done
3261
3261
done
3262
3262
 
 
3263
if test "x$FONT_SOURCE" = x && ( test "x$platform" = xqemu || test "x$platform" = xyeeloong ); then
 
3264
   as_fn_error "qemu and yeeloong ports need unifont" "$LINENO" 5
 
3265
fi
 
3266
 
 
3267
 
 
3268
 
3263
3269
 
3264
3270
for ac_prog in gawk mawk nawk awk
3265
3271
do
11589
11595
# report actual input values of CONFIG_FILES etc. instead of their
11590
11596
# values after options handling.
11591
11597
ac_log="
11592
 
This file was extended by GRUB $as_me 1.98+20100614-1, which was
 
11598
This file was extended by GRUB $as_me 0, which was
11593
11599
generated by GNU Autoconf 2.65.  Invocation command line was
11594
11600
 
11595
11601
  CONFIG_FILES    = $CONFIG_FILES
11659
11665
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11660
11666
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11661
11667
ac_cs_version="\\
11662
 
GRUB config.status 1.98+20100614-1
 
11668
GRUB config.status 0
11663
11669
configured by $0, generated by GNU Autoconf 2.65,
11664
11670
  with options \\"\$ac_cs_config\\"
11665
11671