From 542e026ae444a205c1b14b156131eb0959a66a18 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 5 May 2004 01:58:44 +0000 Subject: [PATCH] Regenerate. (Logical change 1.225) --- Makefile.in | 4 +++- configure | 8 ++++++-- src/Makefile.in | 2 ++ tests/Makefile.in | 12 ++++++++---- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7810f49c..fbf58ccc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,7 +100,9 @@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ arch = @arch@ +build_arch = @build_arch@ install_sh = @install_sh@ +target_os = @target_os@ @ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@include_HEADERS_tdep = include/libunwind-x86.h @ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@include_HEADERS_tdep = include/libunwind-hppa.h @ARCH_IA64_TRUE@include_HEADERS_tdep = include/libunwind-ia64.h @@ -320,7 +322,7 @@ distcleancheck_listfiles = find . -type f -print distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkinstalldirs) $(distdir)/./include $(distdir)/aux $(distdir)/doc $(distdir)/include $(distdir)/include/ia64 + $(mkinstalldirs) $(distdir)/./include $(distdir)/aux $(distdir)/doc $(distdir)/include $(distdir)/include/ia64 $(distdir)/tests @list='$(DISTFILES)'; for file in $$list; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ diff --git a/configure b/configure index 8c932ea2..abc76cb9 100644 --- a/configure +++ b/configure @@ -465,7 +465,7 @@ ac_includes_default="\ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL CCAS CCASFLAGS LIBOBJS REMOTE_ONLY_TRUE REMOTE_ONLY_FALSE ARCH_IA64_TRUE ARCH_IA64_FALSE ARCH_HPPA_TRUE ARCH_HPPA_FALSE ARCH_X86_TRUE ARCH_X86_FALSE OS_LINUX_TRUE OS_LINUX_FALSE OS_HPUX_TRUE OS_HPUX_FALSE arch ARCH LDFLAGS_STATIC_LIBCXA LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL CCAS CCASFLAGS LIBOBJS REMOTE_ONLY_TRUE REMOTE_ONLY_FALSE ARCH_IA64_TRUE ARCH_IA64_FALSE ARCH_HPPA_TRUE ARCH_HPPA_FALSE ARCH_X86_TRUE ARCH_X86_FALSE OS_LINUX_TRUE OS_LINUX_FALSE OS_HPUX_TRUE OS_HPUX_FALSE build_arch arch ARCH LDFLAGS_STATIC_LIBCXA LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -20646,7 +20646,9 @@ ARCH=`echo $target_arch | tr a-z A-Z` - ac_config_files="$ac_config_files Makefile src/Makefile tests/Makefile doc/Makefile doc/common.tex" + + + ac_config_files="$ac_config_files Makefile src/Makefile tests/Makefile tests/check-namespace.sh doc/Makefile doc/common.tex" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -21245,6 +21247,7 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; + "tests/check-namespace.sh" ) CONFIG_FILES="$CONFIG_FILES tests/check-namespace.sh" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/common.tex" ) CONFIG_FILES="$CONFIG_FILES doc/common.tex" ;; "include/libunwind.h" ) CONFIG_LINKS="$CONFIG_LINKS include/libunwind.h:include/libunwind-$target_arch.h" ;; @@ -21415,6 +21418,7 @@ s,@OS_LINUX_TRUE@,$OS_LINUX_TRUE,;t t s,@OS_LINUX_FALSE@,$OS_LINUX_FALSE,;t t s,@OS_HPUX_TRUE@,$OS_HPUX_TRUE,;t t s,@OS_HPUX_FALSE@,$OS_HPUX_FALSE,;t t +s,@build_arch@,$build_arch,;t t s,@arch@,$arch,;t t s,@ARCH@,$ARCH,;t t s,@LDFLAGS_STATIC_LIBCXA@,$LDFLAGS_STATIC_LIBCXA,;t t diff --git a/src/Makefile.in b/src/Makefile.in index de8d2539..6bf7e9c7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -100,7 +100,9 @@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ arch = @arch@ +build_arch = @build_arch@ install_sh = @install_sh@ +target_os = @target_os@ SOVERSION = 3:0:2 # See comments at end of file. SETJMP_SO_VERSION = 0:0:0 # diff --git a/tests/Makefile.in b/tests/Makefile.in index dc71bbe3..8cea29bc 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -100,14 +100,16 @@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ arch = @arch@ +build_arch = @build_arch@ install_sh = @install_sh@ +target_os = @target_os@ AM_CPPFLAGS = -I$(top_srcdir)/include -EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper +EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper check-namespace.sh.in noinst_PROGRAMS_common = check_PROGRAMS_common = test-proc-info test-static-link -check_SCRIPTS_common = +check_SCRIPTS_common = run-check-namespace @REMOTE_ONLY_TRUE@check_SCRIPTS_cdep = @REMOTE_ONLY_FALSE@check_SCRIPTS_cdep = run-ptrace-mapper @@ -172,7 +174,7 @@ test_async_sig_LDADD = $(LIBUNWIND) -lpthread subdir = tests mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/config.h -CONFIG_CLEAN_FILES = +CONFIG_CLEAN_FILES = check-namespace.sh @ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@check_PROGRAMS = \ @ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@ test-proc-info$(EXEEXT) \ @ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@ test-static-link$(EXEEXT) @@ -462,7 +464,7 @@ DIST_SOURCES = $(Gia64_test_nat_SOURCES) $(Gia64_test_rbs_SOURCES) \ test-async-sig.c test-flush-cache.c test-mem.c test-proc-info.c \ test-ptrace.c test-setjmp.c $(test_static_link_SOURCES) \ test-varargs.c -DIST_COMMON = Makefile.am Makefile.in +DIST_COMMON = Makefile.am Makefile.in check-namespace.sh.in SOURCES = $(Gia64_test_nat_SOURCES) $(Gia64_test_rbs_SOURCES) $(Gia64_test_stack_SOURCES) Gperf-simple.c Gtest-concurrent.c $(Gtest_dyn1_SOURCES) Gtest-exc.c $(Gtest_init_SOURCES) Gtest-resume-sig.c $(Lia64_test_nat_SOURCES) $(Lia64_test_rbs_SOURCES) $(Lia64_test_stack_SOURCES) Lperf-simple.c Ltest-concurrent.c $(Ltest_dyn1_SOURCES) Ltest-exc.c $(Ltest_init_SOURCES) Ltest-resume-sig.c bt.c forker.c $(ia64_test_dyn1_SOURCES) ia64-test-sig.c mapper.c test-async-sig.c test-flush-cache.c test-mem.c test-proc-info.c test-ptrace.c test-setjmp.c $(test_static_link_SOURCES) test-varargs.c all: all-am @@ -474,6 +476,8 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configu $(AUTOMAKE) --gnu tests/Makefile Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +check-namespace.sh: $(top_builddir)/config.status check-namespace.sh.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; for p in $$list; do \