2005-12-25 Yoshinori K. Okuji <okuji@enbug.org>
* DISTLIST: Added geninitheader.sh, geninit.sh, commands/test.c, commands/i386/pc/play.c, conf/common.mk, conf/common.rmk, include/grub/parser.h, include/grub/script.h, kern/parser.c, kern/sparc64/cache.S, normal/execute.c, normal/function.c, normal/lexer.c, normal/parser.y, normal/script.c, and partmap/gpt.c. Removed kern/sparc64/cache.c. * conf/common.rmk (DISTCLEANFILES): Added grub_script.tab.c, grub_script.tab.h, grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c. * configure.ac (AC_INIT): Bumped to 1.92.
This commit is contained in:
parent
3bbfa26719
commit
befaed6ce7
6 changed files with 50 additions and 13 deletions
18
configure
vendored
18
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for GRUB 1.91.
|
||||
# Generated by GNU Autoconf 2.59 for GRUB 1.92.
|
||||
#
|
||||
# Report bugs to <bug-grub@gnu.org>.
|
||||
#
|
||||
|
@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='GRUB'
|
||||
PACKAGE_TARNAME='grub'
|
||||
PACKAGE_VERSION='1.91'
|
||||
PACKAGE_STRING='GRUB 1.91'
|
||||
PACKAGE_VERSION='1.92'
|
||||
PACKAGE_STRING='GRUB 1.92'
|
||||
PACKAGE_BUGREPORT='bug-grub@gnu.org'
|
||||
|
||||
ac_unique_file="include/grub/dl.h"
|
||||
|
@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures GRUB 1.91 to adapt to many kinds of systems.
|
||||
\`configure' configures GRUB 1.92 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -841,7 +841,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GRUB 1.91:";;
|
||||
short | recursive ) echo "Configuration of GRUB 1.92:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -958,7 +958,7 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GRUB configure 1.91
|
||||
GRUB configure 1.92
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
@ -972,7 +972,7 @@ cat >&5 <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by GRUB $as_me 1.91, which was
|
||||
It was created by GRUB $as_me 1.92, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -6965,7 +6965,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by GRUB $as_me 1.91, which was
|
||||
This file was extended by GRUB $as_me 1.92, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -7028,7 +7028,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GRUB config.status 1.91
|
||||
GRUB config.status 1.92
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue