mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-08 14:42:16 +02:00
Regenerate.
(Logical change 1.72)
This commit is contained in:
parent
e80548e938
commit
46149fdccd
3 changed files with 13 additions and 2 deletions
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -1,4 +1,4 @@
|
||||||
# aclocal.m4t generated automatically by aclocal 1.6.3 -*- Autoconf -*-
|
# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
10
configure
vendored
10
configure
vendored
|
@ -1752,7 +1752,7 @@ fi
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=libunwind
|
PACKAGE=libunwind
|
||||||
VERSION=0.91
|
VERSION=0.92
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
@ -8591,6 +8591,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
echo "$as_me:$LINENO: result: $ac_cv_type_sighandler_t" >&5
|
echo "$as_me:$LINENO: result: $ac_cv_type_sighandler_t" >&5
|
||||||
echo "${ECHO_T}$ac_cv_type_sighandler_t" >&6
|
echo "${ECHO_T}$ac_cv_type_sighandler_t" >&6
|
||||||
|
if test $ac_cv_type_sighandler_t = yes; then
|
||||||
|
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define HAVE_SIGHANDLER_T 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for working memcmp" >&5
|
echo "$as_me:$LINENO: checking for working memcmp" >&5
|
||||||
|
|
|
@ -30,6 +30,9 @@
|
||||||
/* Define to 1 if you have the <memory.h> header file. */
|
/* Define to 1 if you have the <memory.h> header file. */
|
||||||
#undef HAVE_MEMORY_H
|
#undef HAVE_MEMORY_H
|
||||||
|
|
||||||
|
/* Define to 1 if the system has the type `sighandler_t'. */
|
||||||
|
#undef HAVE_SIGHANDLER_T
|
||||||
|
|
||||||
/* Define to 1 if you have the <stdint.h> header file. */
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||||||
#undef HAVE_STDINT_H
|
#undef HAVE_STDINT_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue