2004-03-07 Yoshinori K. Okuji <okuji@enbug.org>
Now this project is GRUB 2 rather than PUPA. The location of the CVS repository was moved to GRUB's. * configure.ac: Use bug-grub as the reporting address. Use GRUB instead of PUPA. Change the version number to 1.90.
This commit is contained in:
parent
8367695cff
commit
3b1139cb9d
6 changed files with 44 additions and 30 deletions
28
configure
vendored
28
configure
vendored
|
@ -1,8 +1,8 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.57 for PUPA 0.6.
|
||||
# Generated by GNU Autoconf 2.57 for GRUB 1.90.
|
||||
#
|
||||
# Report bugs to <okuji@enbug.org>.
|
||||
# Report bugs to <bug-grub@gnu.org>.
|
||||
#
|
||||
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
# Free Software Foundation, Inc.
|
||||
|
@ -266,11 +266,11 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
: ${ac_max_here_lines=38}
|
||||
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='PUPA'
|
||||
PACKAGE_TARNAME='pupa'
|
||||
PACKAGE_VERSION='0.6'
|
||||
PACKAGE_STRING='PUPA 0.6'
|
||||
PACKAGE_BUGREPORT='okuji@enbug.org'
|
||||
PACKAGE_NAME='GRUB'
|
||||
PACKAGE_TARNAME='grub'
|
||||
PACKAGE_VERSION='1.90'
|
||||
PACKAGE_STRING='GRUB 1.90'
|
||||
PACKAGE_BUGREPORT='bug-grub@gnu.org'
|
||||
|
||||
ac_unique_file="include/pupa/dl.h"
|
||||
# Factoring default headers for most tests.
|
||||
|
@ -779,7 +779,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 PUPA 0.6 to adapt to many kinds of systems.
|
||||
\`configure' configures GRUB 1.90 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -840,7 +840,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of PUPA 0.6:";;
|
||||
short | recursive ) echo "Configuration of GRUB 1.90:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -861,7 +861,7 @@ Some influential environment variables:
|
|||
Use these variables to override the choices made by `configure' or to help
|
||||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <okuji@enbug.org>.
|
||||
Report bugs to <bug-grub@gnu.org>.
|
||||
_ACEOF
|
||||
fi
|
||||
|
||||
|
@ -924,7 +924,7 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
PUPA configure 0.6
|
||||
GRUB configure 1.90
|
||||
generated by GNU Autoconf 2.57
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -939,7 +939,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 PUPA $as_me 0.6, which was
|
||||
It was created by GRUB $as_me 1.90, which was
|
||||
generated by GNU Autoconf 2.57. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -5855,7 +5855,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by PUPA $as_me 0.6, which was
|
||||
This file was extended by GRUB $as_me 1.90, which was
|
||||
generated by GNU Autoconf 2.57. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -5918,7 +5918,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
PUPA config.status 0.6
|
||||
GRUB config.status 1.90
|
||||
configured by $0, generated by GNU Autoconf 2.57,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue