1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Regenerate.

(Logical change 1.30)
This commit is contained in:
mostang.com!davidm 2002-12-12 09:17:41 +00:00
parent 78306c6f14
commit 51e4d34075
3 changed files with 650 additions and 692 deletions

View file

@ -87,14 +87,16 @@ install_sh = @install_sh@
@ARCH_IA32_TRUE@@ARCH_IA64_FALSE@include_HEADERS_tdep = include/libunwind-ia32.h
@ARCH_IA64_TRUE@include_HEADERS_tdep = include/libunwind-ia64.h
include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h
include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
include/libunwind-dynamic.h
@REMOTE_ONLY_TRUE@include_HEADERS = $(include_HEADERS_common)
@REMOTE_ONLY_FALSE@include_HEADERS = $(include_HEADERS_common) include/libunwind.h
SUBDIRS = src tests doc
EXTRA_DIST = include/libunwind-ia64.h
EXTRA_DIST = include/libunwind-ia64.h include/ia64/script.h
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
@ -110,7 +112,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = README $(include_HEADERS) ./include/config.h.in \
./include/stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 \
Makefile.am Makefile.in NEWS TODO acinclude.m4 aclocal.m4 \
aux/config.guess aux/config.sub aux/depcomp aux/install-sh \
aux/ltconfig aux/ltmain.sh aux/missing aux/mkinstalldirs \
configure configure.in
@ -289,7 +291,7 @@ GZIP_ENV = --best
distdir: $(DISTFILES)
-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
mkdir $(distdir)
$(mkinstalldirs) $(distdir)/./include $(distdir)/aux $(distdir)/include
$(mkinstalldirs) $(distdir)/./include $(distdir)/aux $(distdir)/include $(distdir)/include/ia64
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \

6
configure vendored
View file

@ -4183,10 +4183,9 @@ fi
if test x$target_arch != x$build_arch; then
CPPFLAGS="${CPPFLAGS} -DUNW_REMOTE_ONLY"
else
ac_config_links="$ac_config_links include/libunwind.h:include/libunwind-$target_arch.h"
fi
ac_config_links="$ac_config_links include/libunwind.h:include/libunwind-$target_arch.h include/tdep.h:include/tdep-$target_arch.h"
# Check whether --enable-debug or --disable-debug was given.
if test "${enable_debug+set}" = set; then
@ -4769,6 +4768,7 @@ do
"tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"include/libunwind.h" ) CONFIG_LINKS="$CONFIG_LINKS include/libunwind.h:include/libunwind-$target_arch.h" ;;
"include/tdep.h" ) CONFIG_LINKS="$CONFIG_LINKS include/tdep.h:include/tdep-$target_arch.h" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5

File diff suppressed because it is too large Load diff