mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
bump version, add ldxi test case
Patches applied: * lcourtes@laas.fr--2005-libre/lightning--stable--1.2--patch-7 Added a test case for `ldxi' with big immediate operands. git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-26
This commit is contained in:
parent
f2cae06544
commit
2c1b6b96e8
8 changed files with 114 additions and 32 deletions
20
configure
vendored
20
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for GNU lightning 1.2a.
|
||||
# Generated by GNU Autoconf 2.59 for GNU lightning 1.2b.
|
||||
#
|
||||
# Report bugs to <bonzini@gnu.org>.
|
||||
#
|
||||
|
@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU lightning'
|
||||
PACKAGE_TARNAME='lightning'
|
||||
PACKAGE_VERSION='1.2a'
|
||||
PACKAGE_STRING='GNU lightning 1.2a'
|
||||
PACKAGE_VERSION='1.2b'
|
||||
PACKAGE_STRING='GNU lightning 1.2b'
|
||||
PACKAGE_BUGREPORT='bonzini@gnu.org'
|
||||
|
||||
ac_unique_file="lightning.h"
|
||||
|
@ -743,7 +743,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 GNU lightning 1.2a to adapt to many kinds of systems.
|
||||
\`configure' configures GNU lightning 1.2b to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -810,7 +810,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GNU lightning 1.2a:";;
|
||||
short | recursive ) echo "Configuration of GNU lightning 1.2b:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -931,7 +931,7 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GNU lightning configure 1.2a
|
||||
GNU lightning configure 1.2b
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
@ -945,7 +945,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 GNU lightning $as_me 1.2a, which was
|
||||
It was created by GNU lightning $as_me 1.2b, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -1674,7 +1674,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='lightning'
|
||||
VERSION='1.2a'
|
||||
VERSION='1.2b'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -3997,7 +3997,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by GNU lightning $as_me 1.2a, which was
|
||||
This file was extended by GNU lightning $as_me 1.2b, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -4063,7 +4063,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU lightning config.status 1.2a
|
||||
GNU lightning config.status 1.2b
|
||||
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