mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
Regenerate.
(Logical change 1.274)
This commit is contained in:
parent
788a016723
commit
fd169cc680
1 changed files with 11 additions and 11 deletions
22
configure
vendored
22
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for libunwind 0.98.
|
||||
# Generated by GNU Autoconf 2.59 for libunwind 0.98.1.
|
||||
#
|
||||
# Report bugs to <libunwind@linux.hpl.hp.com>.
|
||||
#
|
||||
|
@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='libunwind'
|
||||
PACKAGE_TARNAME='libunwind'
|
||||
PACKAGE_VERSION='0.98'
|
||||
PACKAGE_STRING='libunwind 0.98'
|
||||
PACKAGE_VERSION='0.98.1'
|
||||
PACKAGE_STRING='libunwind 0.98.1'
|
||||
PACKAGE_BUGREPORT='libunwind@linux.hpl.hp.com'
|
||||
|
||||
ac_unique_file="src/mi/backtrace.c"
|
||||
|
@ -962,7 +962,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 libunwind 0.98 to adapt to many kinds of systems.
|
||||
\`configure' configures libunwind 0.98.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1029,7 +1029,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of libunwind 0.98:";;
|
||||
short | recursive ) echo "Configuration of libunwind 0.98.1:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1173,7 +1173,7 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
libunwind configure 0.98
|
||||
libunwind configure 0.98.1
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
@ -1187,7 +1187,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 libunwind $as_me 0.98, which was
|
||||
It was created by libunwind $as_me 0.98.1, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -1913,7 +1913,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='libunwind'
|
||||
VERSION='0.98'
|
||||
VERSION='0.98.1'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -20938,7 +20938,7 @@ ARCH=`echo $target_arch | tr a-z A-Z`
|
|||
|
||||
PKG_MAJOR=0
|
||||
PKG_MINOR=98
|
||||
PKG_EXTRA=
|
||||
PKG_EXTRA=.1
|
||||
PKG_MAINTAINER=libunwind@linux.hpl.hp.com
|
||||
|
||||
|
||||
|
@ -21392,7 +21392,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by libunwind $as_me 0.98, which was
|
||||
This file was extended by libunwind $as_me 0.98.1, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -21458,7 +21458,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
libunwind config.status 0.98
|
||||
libunwind config.status 0.98.1
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue