libbacktrace: rebuild configury with GCC standard tool versions

Add required support files to the config subdirectory.

Update dtest to be based on a statically linked program.
This commit is contained in:
Ian Lance Taylor
2018-01-16 17:42:38 -08:00
parent 4183d76f92
commit 3739537b9c
12 changed files with 9059 additions and 11358 deletions

View File

@@ -33,6 +33,7 @@ AC_PREREQ(2.64)
AC_INIT(package-unused, version-unused,, libbacktrace)
AC_CONFIG_SRCDIR(backtrace.h)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR(config)
# with_target_subdir is used when configured as part of a GCC tree.
if test -n "${with_target_subdir}"; then
@@ -73,8 +74,6 @@ m4_rename_force([backtrace_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
AC_SUBST(CFLAGS)
AC_PROG_RANLIB
AC_PROG_AWK
case "$AWK" in
"") AC_MSG_ERROR([can't build without awk]) ;;