From b5af3103631e6e46b17a23ae561ab28e20edf686 Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Thu, 29 Oct 2015 13:16:01 +0100 Subject: [PATCH] enable server only build the configure parameter --disable-client disable the client part of mtrace, in this case mtrace can only be used as server. This save a helps to get rid of some dependencies libraries and shrinks mtrace. --- Makefile.am | 15 +- Makefile.in | 18 +- autom4te.cache/output.0 | 180 +++++---- autom4te.cache/output.1 | 180 +++++---- autom4te.cache/output.2 | 180 +++++---- autom4te.cache/requests | 816 ++++++++++++++++++++-------------------- autom4te.cache/traces.0 | 84 +++-- autom4te.cache/traces.1 | 84 +++-- autom4te.cache/traces.2 | 319 ++++++++-------- config.h.in | 3 + configure | 176 +++++---- configure.ac | 47 ++- main.c | 12 + options.c | 43 ++- sysdeps/linux-gnu/os.c | 8 +- 15 files changed, 1217 insertions(+), 948 deletions(-) diff --git a/Makefile.am b/Makefile.am index d5c69ea..855deb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,10 +18,13 @@ ACLOCAL_AMFLAGS = -I config/m4 -SUBDIRS = \ - client \ - sysdeps \ - . +SUBDIRS = sysdeps + +if !DISABLE_CLIENT +SUBDIRS += client +endif + +SUBDIRS += . AM_CPPFLAGS += \ $(libelf_CFLAGS) \ @@ -49,9 +52,11 @@ mtrace_SOURCES = \ mtrace_LDADD = \ $(libelf_LIBS) \ - libclient.la \ sysdeps/libos.la +if !DISABLE_CLIENT +mtrace_LDADD += libclient.la +endif bin_PROGRAMS = \ mtrace diff --git a/Makefile.in b/Makefile.in index 76feb1d..936c980 100644 --- a/Makefile.in +++ b/Makefile.in @@ -108,6 +108,8 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +@DISABLE_CLIENT_FALSE@am__append_1 = client +@DISABLE_CLIENT_FALSE@am__append_2 = libclient.la bin_PROGRAMS = mtrace$(EXEEXT) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -137,7 +139,7 @@ am_mtrace_OBJECTS = breakpoint.$(OBJEXT) common.$(OBJEXT) \ options.$(OBJEXT) rbtree.$(OBJEXT) report.$(OBJEXT) \ server.$(OBJEXT) task.$(OBJEXT) trace.$(OBJEXT) mtrace_OBJECTS = $(am_mtrace_OBJECTS) -mtrace_DEPENDENCIES = libclient.la sysdeps/libos.la +mtrace_DEPENDENCIES = sysdeps/libos.la $(am__append_2) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent @@ -253,7 +255,7 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags CSCOPE = cscope -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = sysdeps client . am__DIST_COMMON = $(dist_man1_MANS) $(dist_man5_MANS) \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/config/autoconf/compile \ @@ -433,11 +435,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I config/m4 -SUBDIRS = \ - client \ - sysdeps \ - . - +SUBDIRS = sysdeps $(am__append_1) . mtrace_SOURCES = \ breakpoint.c \ common.c \ @@ -455,11 +453,7 @@ mtrace_SOURCES = \ task.c \ trace.c -mtrace_LDADD = \ - $(libelf_LIBS) \ - libclient.la \ - sysdeps/libos.la - +mtrace_LDADD = $(libelf_LIBS) sysdeps/libos.la $(am__append_2) noinst_HEADERS = \ backend.h \ backtrace.h \ diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0 index fbddd7a..e92a444 100644 --- a/autom4te.cache/output.0 +++ b/autom4te.cache/output.0 @@ -640,6 +640,8 @@ AM_LDFLAGS AM_CFLAGS AM_CPPFLAGS LIB@&t@OBJS +DISABLE_CLIENT_FALSE +DISABLE_CLIENT_TRUE MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE @@ -772,6 +774,7 @@ enable_libtool_lock enable_dependency_tracking enable_silent_rules enable_maintainer_mode +enable_client with_libelf enable_debug enable_werror @@ -1418,6 +1421,9 @@ Optional Features: --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hallo" >&5 +$as_echo "$as_me: WARNING: hallo" >&2;} + --disable-client disable client @<:@default=no@:>@ --enable-debug enable debugging @<:@default=no@:>@ --disable-werror disable use of -Werror @@ -12245,6 +12251,35 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to disable client support" >&5 +$as_echo_n "checking whether to disable client support... " >&6; } +@%:@ Check whether --enable-client was given. +if test "${enable_client+set}" = set; then : + enableval=$enable_client; case "$enableval" in + n | no) CONFIG_DISABLE_CLIENT=yes ;; + *) CONFIG_DISABLE_CLIENT=no ;; + esac +else + CONFIG_DISABLE_CLIENT=no +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CONFIG_DISABLE_CLIENT}" >&5 +$as_echo "${CONFIG_DISABLE_CLIENT}" >&6; } +if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + +$as_echo "@%:@define DISABLE_CLIENT 1" >>confdefs.h + +fi + if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + DISABLE_CLIENT_TRUE= + DISABLE_CLIENT_FALSE='#' +else + DISABLE_CLIENT_TRUE='#' + DISABLE_CLIENT_FALSE= +fi + + + @%:@ Check whether --with-libelf was given. if test "${with_libelf+set}" = set; then : @@ -12339,9 +12374,76 @@ fi CPPFLAGS="${saved_CPPFLAGS}" LDFLAGS="${saved_LDFLAGS}" +# libreadline +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in readline/readline.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" +if test "x$ac_cv_header_readline_readline_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_READLINE_READLINE_H 1 +_ACEOF + +else + as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 + +fi + +done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 +$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } +if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lreadline $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char rl_callback_read_char (); +int +main () +{ +return rl_callback_read_char (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_readline_rl_callback_read_char=yes +else + ac_cv_lib_readline_rl_callback_read_char=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 +$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } +if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBREADLINE 1 +_ACEOF + + LIBS="-lreadline $LIBS" + +else + as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 + +fi + +fi # libbfd -for ac_header in bfd.h +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in bfd.h do : ac_fn_c_check_header_mongrel "$LINENO" "bfd.h" "ac_cv_header_bfd_h" "$ac_includes_default" if test "x$ac_cv_header_bfd_h" = xyes; then : @@ -12351,12 +12453,12 @@ _ACEOF else as_fn_error $? "*** bfd.h not found on your system" "$LINENO" 5 - + fi done -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 $as_echo_n "checking for bfd_openr in -lbfd... " >&6; } if ${ac_cv_lib_bfd_bfd_openr+:} false; then : $as_echo_n "(cached) " >&6 @@ -12401,9 +12503,10 @@ _ACEOF else as_fn_error $? "*** libbfd not found on your system" "$LINENO" 5 - + fi +fi # libpthread for ac_header in pthread.h @@ -12585,71 +12688,6 @@ _ACEOF fi -# libreadline -for ac_header in readline/readline.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" -if test "x$ac_cv_header_readline_readline_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_READLINE_READLINE_H 1 -_ACEOF - -else - as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 - -fi - -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 -$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } -if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lreadline $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char rl_callback_read_char (); -int -main () -{ -return rl_callback_read_char (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_readline_rl_callback_read_char=yes -else - ac_cv_lib_readline_rl_callback_read_char=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 -$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } -if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_LIBREADLINE 1 -_ACEOF - - LIBS="-lreadline $LIBS" - -else - as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 - -fi - - for ac_header in selinux/selinux.h do : @@ -13405,6 +13443,10 @@ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${DISABLE_CLIENT_TRUE}" && test -z "${DISABLE_CLIENT_FALSE}"; then + as_fn_error $? "conditional \"DISABLE_CLIENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1 index fbddd7a..e92a444 100644 --- a/autom4te.cache/output.1 +++ b/autom4te.cache/output.1 @@ -640,6 +640,8 @@ AM_LDFLAGS AM_CFLAGS AM_CPPFLAGS LIB@&t@OBJS +DISABLE_CLIENT_FALSE +DISABLE_CLIENT_TRUE MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE @@ -772,6 +774,7 @@ enable_libtool_lock enable_dependency_tracking enable_silent_rules enable_maintainer_mode +enable_client with_libelf enable_debug enable_werror @@ -1418,6 +1421,9 @@ Optional Features: --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hallo" >&5 +$as_echo "$as_me: WARNING: hallo" >&2;} + --disable-client disable client @<:@default=no@:>@ --enable-debug enable debugging @<:@default=no@:>@ --disable-werror disable use of -Werror @@ -12245,6 +12251,35 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to disable client support" >&5 +$as_echo_n "checking whether to disable client support... " >&6; } +@%:@ Check whether --enable-client was given. +if test "${enable_client+set}" = set; then : + enableval=$enable_client; case "$enableval" in + n | no) CONFIG_DISABLE_CLIENT=yes ;; + *) CONFIG_DISABLE_CLIENT=no ;; + esac +else + CONFIG_DISABLE_CLIENT=no +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CONFIG_DISABLE_CLIENT}" >&5 +$as_echo "${CONFIG_DISABLE_CLIENT}" >&6; } +if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + +$as_echo "@%:@define DISABLE_CLIENT 1" >>confdefs.h + +fi + if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + DISABLE_CLIENT_TRUE= + DISABLE_CLIENT_FALSE='#' +else + DISABLE_CLIENT_TRUE='#' + DISABLE_CLIENT_FALSE= +fi + + + @%:@ Check whether --with-libelf was given. if test "${with_libelf+set}" = set; then : @@ -12339,9 +12374,76 @@ fi CPPFLAGS="${saved_CPPFLAGS}" LDFLAGS="${saved_LDFLAGS}" +# libreadline +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in readline/readline.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" +if test "x$ac_cv_header_readline_readline_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_READLINE_READLINE_H 1 +_ACEOF + +else + as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 + +fi + +done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 +$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } +if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lreadline $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char rl_callback_read_char (); +int +main () +{ +return rl_callback_read_char (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_readline_rl_callback_read_char=yes +else + ac_cv_lib_readline_rl_callback_read_char=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 +$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } +if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBREADLINE 1 +_ACEOF + + LIBS="-lreadline $LIBS" + +else + as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 + +fi + +fi # libbfd -for ac_header in bfd.h +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in bfd.h do : ac_fn_c_check_header_mongrel "$LINENO" "bfd.h" "ac_cv_header_bfd_h" "$ac_includes_default" if test "x$ac_cv_header_bfd_h" = xyes; then : @@ -12351,12 +12453,12 @@ _ACEOF else as_fn_error $? "*** bfd.h not found on your system" "$LINENO" 5 - + fi done -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 $as_echo_n "checking for bfd_openr in -lbfd... " >&6; } if ${ac_cv_lib_bfd_bfd_openr+:} false; then : $as_echo_n "(cached) " >&6 @@ -12401,9 +12503,10 @@ _ACEOF else as_fn_error $? "*** libbfd not found on your system" "$LINENO" 5 - + fi +fi # libpthread for ac_header in pthread.h @@ -12585,71 +12688,6 @@ _ACEOF fi -# libreadline -for ac_header in readline/readline.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" -if test "x$ac_cv_header_readline_readline_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_READLINE_READLINE_H 1 -_ACEOF - -else - as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 - -fi - -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 -$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } -if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lreadline $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char rl_callback_read_char (); -int -main () -{ -return rl_callback_read_char (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_readline_rl_callback_read_char=yes -else - ac_cv_lib_readline_rl_callback_read_char=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 -$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } -if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_LIBREADLINE 1 -_ACEOF - - LIBS="-lreadline $LIBS" - -else - as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 - -fi - - for ac_header in selinux/selinux.h do : @@ -13405,6 +13443,10 @@ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${DISABLE_CLIENT_TRUE}" && test -z "${DISABLE_CLIENT_FALSE}"; then + as_fn_error $? "conditional \"DISABLE_CLIENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 diff --git a/autom4te.cache/output.2 b/autom4te.cache/output.2 index fbddd7a..e92a444 100644 --- a/autom4te.cache/output.2 +++ b/autom4te.cache/output.2 @@ -640,6 +640,8 @@ AM_LDFLAGS AM_CFLAGS AM_CPPFLAGS LIB@&t@OBJS +DISABLE_CLIENT_FALSE +DISABLE_CLIENT_TRUE MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE @@ -772,6 +774,7 @@ enable_libtool_lock enable_dependency_tracking enable_silent_rules enable_maintainer_mode +enable_client with_libelf enable_debug enable_werror @@ -1418,6 +1421,9 @@ Optional Features: --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hallo" >&5 +$as_echo "$as_me: WARNING: hallo" >&2;} + --disable-client disable client @<:@default=no@:>@ --enable-debug enable debugging @<:@default=no@:>@ --disable-werror disable use of -Werror @@ -12245,6 +12251,35 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to disable client support" >&5 +$as_echo_n "checking whether to disable client support... " >&6; } +@%:@ Check whether --enable-client was given. +if test "${enable_client+set}" = set; then : + enableval=$enable_client; case "$enableval" in + n | no) CONFIG_DISABLE_CLIENT=yes ;; + *) CONFIG_DISABLE_CLIENT=no ;; + esac +else + CONFIG_DISABLE_CLIENT=no +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CONFIG_DISABLE_CLIENT}" >&5 +$as_echo "${CONFIG_DISABLE_CLIENT}" >&6; } +if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + +$as_echo "@%:@define DISABLE_CLIENT 1" >>confdefs.h + +fi + if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + DISABLE_CLIENT_TRUE= + DISABLE_CLIENT_FALSE='#' +else + DISABLE_CLIENT_TRUE='#' + DISABLE_CLIENT_FALSE= +fi + + + @%:@ Check whether --with-libelf was given. if test "${with_libelf+set}" = set; then : @@ -12339,9 +12374,76 @@ fi CPPFLAGS="${saved_CPPFLAGS}" LDFLAGS="${saved_LDFLAGS}" +# libreadline +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in readline/readline.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" +if test "x$ac_cv_header_readline_readline_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_READLINE_READLINE_H 1 +_ACEOF + +else + as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 + +fi + +done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 +$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } +if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lreadline $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char rl_callback_read_char (); +int +main () +{ +return rl_callback_read_char (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_readline_rl_callback_read_char=yes +else + ac_cv_lib_readline_rl_callback_read_char=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 +$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } +if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBREADLINE 1 +_ACEOF + + LIBS="-lreadline $LIBS" + +else + as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 + +fi + +fi # libbfd -for ac_header in bfd.h +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in bfd.h do : ac_fn_c_check_header_mongrel "$LINENO" "bfd.h" "ac_cv_header_bfd_h" "$ac_includes_default" if test "x$ac_cv_header_bfd_h" = xyes; then : @@ -12351,12 +12453,12 @@ _ACEOF else as_fn_error $? "*** bfd.h not found on your system" "$LINENO" 5 - + fi done -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 $as_echo_n "checking for bfd_openr in -lbfd... " >&6; } if ${ac_cv_lib_bfd_bfd_openr+:} false; then : $as_echo_n "(cached) " >&6 @@ -12401,9 +12503,10 @@ _ACEOF else as_fn_error $? "*** libbfd not found on your system" "$LINENO" 5 - + fi +fi # libpthread for ac_header in pthread.h @@ -12585,71 +12688,6 @@ _ACEOF fi -# libreadline -for ac_header in readline/readline.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" -if test "x$ac_cv_header_readline_readline_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_READLINE_READLINE_H 1 -_ACEOF - -else - as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 - -fi - -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 -$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } -if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lreadline $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char rl_callback_read_char (); -int -main () -{ -return rl_callback_read_char (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_readline_rl_callback_read_char=yes -else - ac_cv_lib_readline_rl_callback_read_char=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 -$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } -if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_LIBREADLINE 1 -_ACEOF - - LIBS="-lreadline $LIBS" - -else - as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 - -fi - - for ac_header in selinux/selinux.h do : @@ -13405,6 +13443,10 @@ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${DISABLE_CLIENT_TRUE}" && test -z "${DISABLE_CLIENT_FALSE}"; then + as_fn_error $? "conditional \"DISABLE_CLIENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 diff --git a/autom4te.cache/requests b/autom4te.cache/requests index 6bbc536..6fdd2ca 100644 --- a/autom4te.cache/requests +++ b/autom4te.cache/requests @@ -42,186 +42,186 @@ 'configure.ac' ], { - '_AM_AUTOCONF_VERSION' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - '_LT_DLL_DEF_P' => 1, - 'AC_CONFIG_MACRO_DIR' => 1, - '_AM_SET_OPTIONS' => 1, - '_LT_AC_TRY_DLOPEN_SELF' => 1, - '_LT_AC_SYS_COMPILER' => 1, - 'LT_PROG_GCJ' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, - 'AC_PROG_LD' => 1, - 'AC_LTDL_DLLIB' => 1, - 'LT_CMD_MAX_LEN' => 1, - 'AM_ENABLE_SHARED' => 1, - 'AM_SET_DEPDIR' => 1, - 'AM_DISABLE_SHARED' => 1, - 'LT_PATH_NM' => 1, - 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, - 'LT_PROG_RC' => 1, - '_LT_PREPARE_SED_QUOTE_VARS' => 1, - 'LT_SYS_DLOPEN_SELF' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - '_AM_PROG_CC_C_O' => 1, - '_LT_PROG_FC' => 1, - '_LT_PATH_TOOL_PREFIX' => 1, - 'AC_LTDL_SHLIBPATH' => 1, - 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - 'LT_SYS_MODULE_PATH' => 1, - '_LT_AC_SHELL_INIT' => 1, - 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - 'AC_LIBTOOL_WIN32_DLL' => 1, - 'AM_CONDITIONAL' => 1, - 'LTSUGAR_VERSION' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, - 'LTDL_CONVENIENCE' => 1, - '_AM_PROG_TAR' => 1, - 'LT_LIB_DLLOAD' => 1, - 'LT_FUNC_ARGZ' => 1, - 'AM_PROG_NM' => 1, - 'LTOPTIONS_VERSION' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, - 'include' => 1, - 'AM_MISSING_PROG' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AM_SANITY_CHECK' => 1, - 'AM_SILENT_RULES' => 1, - 'AC_LIBTOOL_CONFIG' => 1, - '_LT_PROG_ECHO_BACKSLASH' => 1, - 'AM_SUBST_NOTMAKE' => 1, - '_AC_PROG_LIBTOOL' => 1, - 'LT_AC_PROG_RC' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, - 'AM_PROG_LD' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - 'AC_LIBTOOL_CXX' => 1, - 'AC_DEFUN_ONCE' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'AC_PROG_LD_GNU' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, - 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, - 'AC_LIBLTDL_INSTALLABLE' => 1, - '_AC_AM_CONFIG_HEADER_HOOK' => 1, - 'AM_RUN_LOG' => 1, - '_LT_AC_LANG_GCJ' => 1, - 'AC_LTDL_SYMBOL_USCORE' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, - '_AM_SET_OPTION' => 1, - '_LT_AC_LOCK' => 1, - 'LT_AC_PROG_SED' => 1, - 'AC_LIBTOOL_GCJ' => 1, - 'AU_DEFUN' => 1, - 'm4_include' => 1, - 'm4_pattern_forbid' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, - 'LT_LANG' => 1, - 'LT_WITH_LTDL' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, - 'AC_WITH_LTDL' => 1, - '_LT_AC_LANG_CXX' => 1, - 'AC_CONFIG_MACRO_DIR_TRACE' => 1, - 'AC_LIBTOOL_LINKER_OPTION' => 1, - 'AC_LIBTOOL_SETUP' => 1, - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - 'AC_PROG_LD_RELOAD_FLAG' => 1, - '_LT_PROG_CXX' => 1, - '_AM_DEPENDENCIES' => 1, - 'AC_PROG_NM' => 1, - 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, - '_AM_MANGLE_OPTION' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'AC_DEFUN' => 1, - 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, - 'LTDL_INSTALLABLE' => 1, - 'AC_DISABLE_STATIC' => 1, - 'AC_ENABLE_STATIC' => 1, - 'LT_PROG_GO' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - '_LT_COMPILER_BOILERPLATE' => 1, - 'LTDL_INIT' => 1, - '_LT_AC_LANG_CXX_CONFIG' => 1, - '_LTDL_SETUP' => 1, - 'AC_PROG_EGREP' => 1, - 'LT_OUTPUT' => 1, - '_LT_COMPILER_OPTION' => 1, - 'AM_MISSING_HAS_RUN' => 1, - 'AC_LIBTOOL_RC' => 1, - '_LT_PROG_F77' => 1, - 'AM_DEP_TRACK' => 1, - '_LT_PROG_LTMAIN' => 1, - 'AC_LIBTOOL_PICMODE' => 1, - '_LT_AC_PROG_CXXCPP' => 1, - '_LT_AC_TAGVAR' => 1, - 'LT_AC_PROG_EGREP' => 1, - '_LT_LINKER_BOILERPLATE' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, - 'AM_PROG_CC_C_O' => 1, - 'AM_SET_LEADING_DOT' => 1, - 'AM_DISABLE_STATIC' => 1, - '_LT_AC_LANG_F77' => 1, - '_AM_CONFIG_MACRO_DIRS' => 1, - 'AC_LTDL_DLSYM_USCORE' => 1, - 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, - 'LTOBSOLETE_VERSION' => 1, - 'AC_PATH_MAGIC' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, - 'AC_LTDL_PREOPEN' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'LTVERSION_VERSION' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - 'AC_LIB_LTDL' => 1, - 'AC_LTDL_SHLIBEXT' => 1, - 'LT_SYS_MODULE_EXT' => 1, - 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, - 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, - '_AM_SUBST_NOTMAKE' => 1, - '_LT_CC_BASENAME' => 1, - 'LT_PATH_LD' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'LT_SYS_DLSEARCH_PATH' => 1, - 'm4_pattern_allow' => 1, - 'AM_ENABLE_STATIC' => 1, - 'AC_LTDL_OBJDIR' => 1, - 'AM_PROG_INSTALL_SH' => 1, - '_LT_LINKER_OPTION' => 1, - '_LT_WITH_SYSROOT' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - '_LT_REQUIRED_DARWIN_CHECKS' => 1, - 'AM_MAKE_INCLUDE' => 1, - '_LT_AC_CHECK_DLFCN' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, - 'LT_INIT' => 1, - 'AC_ENABLE_SHARED' => 1, - '_AM_IF_OPTION' => 1, - 'LT_LIB_M' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - 'AM_PROG_INSTALL_STRIP' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - 'AC_DEPLIBS_CHECK_METHOD' => 1, - '_LT_AC_SYS_LIBPATH_AIX' => 1, - 'AC_LIBTOOL_F77' => 1, - 'LT_AC_PROG_GCJ' => 1, - 'AC_DISABLE_SHARED' => 1, - 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, 'AM_PROG_LIBTOOL' => 1, - '_LT_AC_TAGCONFIG' => 1, - '_m4_warn' => 1, + 'AM_MAINTAINER_MODE' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AC_PROG_EGREP' => 1, + '_LT_AC_TAGVAR' => 1, + 'AM_RUN_LOG' => 1, + '_AM_PROG_TAR' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'LT_SUPPORTED_TAG' => 1, + '_LTDL_SETUP' => 1, + 'AM_PROG_LD' => 1, + '_AM_IF_OPTION' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'LT_PATH_LD' => 1, + '_LT_LINKER_OPTION' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AC_LIB_LTDL' => 1, + 'AM_DEP_TRACK' => 1, + '_LT_AC_SYS_COMPILER' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'LT_PATH_NM' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_DEFUN' => 1, + 'LT_WITH_LTDL' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'LT_LIB_DLLOAD' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + 'LT_AC_PROG_RC' => 1, + 'AC_ENABLE_SHARED' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + '_LT_AC_LOCK' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'AM_ENABLE_SHARED' => 1, + 'AC_PATH_MAGIC' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + '_LT_AC_LANG_CXX' => 1, 'AC_CHECK_LIBM' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'AC_PROG_NM' => 1, + 'AU_DEFUN' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'AM_SANITY_CHECK' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + 'AM_CONDITIONAL' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'LT_OUTPUT' => 1, + 'LT_LIB_M' => 1, + '_AM_SET_OPTION' => 1, + '_LT_PROG_LTMAIN' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + '_LT_CC_BASENAME' => 1, + 'AC_WITH_LTDL' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + '_LT_AC_LANG_GCJ' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AC_DISABLE_STATIC' => 1, + '_AM_DEPENDENCIES' => 1, + 'AC_LIBTOOL_RC' => 1, + 'AC_ENABLE_STATIC' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + '_AM_PROG_CC_C_O' => 1, + 'AC_LIBTOOL_SETUP' => 1, + '_LT_PROG_FC' => 1, + 'AC_LIBTOOL_CXX' => 1, + 'LT_SYS_MODULE_PATH' => 1, + 'LT_PROG_GCJ' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'm4_pattern_forbid' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + 'LT_INIT' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AC_PROG_LD_GNU' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'LT_LANG' => 1, + 'LT_AC_PROG_EGREP' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_LT_PROG_CXX' => 1, + 'm4_include' => 1, + 'LT_FUNC_ARGZ' => 1, + '_LT_COMPILER_OPTION' => 1, + 'AM_SET_DEPDIR' => 1, + 'AM_MISSING_PROG' => 1, + 'LT_SYS_MODULE_EXT' => 1, + 'AM_ENABLE_STATIC' => 1, + 'LTOPTIONS_VERSION' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + '_LT_AC_LANG_F77' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'AM_PROG_NM' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'LTVERSION_VERSION' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'include' => 1, + 'LTSUGAR_VERSION' => 1, + 'AM_SUBST_NOTMAKE' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + '_LT_PROG_F77' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AC_DISABLE_SHARED' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + '_LT_WITH_SYSROOT' => 1, + 'LTDL_INIT' => 1, + 'LT_PROG_RC' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + 'AM_DISABLE_SHARED' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + 'LT_AC_PROG_SED' => 1, '_LT_LIBOBJ' => 1, - 'AC_LIBTOOL_FC' => 1 + 'LTOBSOLETE_VERSION' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + 'LT_PROG_GO' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + '_AM_MANGLE_OPTION' => 1, + '_LT_DLL_DEF_P' => 1, + 'm4_pattern_allow' => 1, + 'AC_LTDL_DLLIB' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'LT_CMD_MAX_LEN' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_LIBTOOL_FC' => 1, + '_m4_warn' => 1, + 'AC_PROG_LD' => 1, + '_AM_SET_OPTIONS' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AM_DISABLE_STATIC' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'LT_AC_PROG_GCJ' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1 } ], 'Autom4te::Request' ), bless( [ @@ -263,186 +263,186 @@ 'configure.ac' ], { - '_LT_PATH_TOOL_PREFIX' => 1, - '_LT_PROG_FC' => 1, - 'AC_LTDL_SHLIBPATH' => 1, - '_LT_AC_SHELL_INIT' => 1, - 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - 'LT_SYS_MODULE_PATH' => 1, - '_LT_PREPARE_SED_QUOTE_VARS' => 1, - 'LT_SYS_DLOPEN_SELF' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - '_AM_PROG_CC_C_O' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, - 'LTDL_CONVENIENCE' => 1, - 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - 'AC_LIBTOOL_WIN32_DLL' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - 'AM_CONDITIONAL' => 1, - 'LTSUGAR_VERSION' => 1, - 'LT_FUNC_ARGZ' => 1, - '_AM_PROG_TAR' => 1, - 'LT_LIB_DLLOAD' => 1, - 'LTOPTIONS_VERSION' => 1, - 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - 'AM_PROG_NM' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - '_LT_DLL_DEF_P' => 1, - '_AM_AUTOCONF_VERSION' => 1, - '_LT_AC_TRY_DLOPEN_SELF' => 1, - '_LT_AC_SYS_COMPILER' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, - 'LT_PROG_GCJ' => 1, - 'AC_PROG_LD' => 1, - 'AC_CONFIG_MACRO_DIR' => 1, - '_AM_SET_OPTIONS' => 1, - 'LT_CMD_MAX_LEN' => 1, - 'AC_LTDL_DLLIB' => 1, - 'LT_PROG_RC' => 1, - 'AM_ENABLE_SHARED' => 1, - 'AM_SET_DEPDIR' => 1, - 'AM_DISABLE_SHARED' => 1, - 'LT_PATH_NM' => 1, - 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, - '_LT_AC_LOCK' => 1, - 'LT_AC_PROG_SED' => 1, - 'AC_LIBTOOL_GCJ' => 1, - 'AC_LTDL_SYMBOL_USCORE' => 1, - '_LT_AC_LANG_GCJ' => 1, - 'AM_RUN_LOG' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, - '_AM_SET_OPTION' => 1, - 'AU_DEFUN' => 1, - 'm4_include' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, - 'm4_pattern_forbid' => 1, - '_LT_AC_LANG_CXX' => 1, - 'AC_CONFIG_MACRO_DIR_TRACE' => 1, - 'LT_LANG' => 1, - 'LT_WITH_LTDL' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, - 'AC_WITH_LTDL' => 1, - 'AC_LIBTOOL_SETUP' => 1, - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - 'AC_PROG_LD_RELOAD_FLAG' => 1, - 'AC_LIBTOOL_LINKER_OPTION' => 1, - 'AM_SILENT_RULES' => 1, - 'include' => 1, - 'AM_MISSING_PROG' => 1, - 'AM_SANITY_CHECK' => 1, - 'LT_SUPPORTED_TAG' => 1, - '_AC_PROG_LIBTOOL' => 1, - '_LT_PROG_ECHO_BACKSLASH' => 1, - 'AM_SUBST_NOTMAKE' => 1, - 'AC_LIBTOOL_CONFIG' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, - 'AM_PROG_LD' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - 'AC_LIBTOOL_CXX' => 1, - 'AC_DEFUN_ONCE' => 1, - 'LT_AC_PROG_RC' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, - 'AC_PROG_LD_GNU' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, - 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, - '_AC_AM_CONFIG_HEADER_HOOK' => 1, - 'AC_LIBLTDL_INSTALLABLE' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'AM_MAINTAINER_MODE' => 1, - '_LT_PROG_LTMAIN' => 1, - 'AC_LIBTOOL_PICMODE' => 1, - 'AC_LIBTOOL_RC' => 1, - '_LT_PROG_F77' => 1, 'AM_DEP_TRACK' => 1, - '_LT_AC_TAGVAR' => 1, - '_LT_AC_PROG_CXXCPP' => 1, - 'LT_AC_PROG_EGREP' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, - '_LT_LINKER_BOILERPLATE' => 1, - '_AM_CONFIG_MACRO_DIRS' => 1, - 'AC_LTDL_DLSYM_USCORE' => 1, - 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, - 'AM_PROG_CC_C_O' => 1, - 'AM_SET_LEADING_DOT' => 1, - 'AM_DISABLE_STATIC' => 1, - '_LT_AC_LANG_F77' => 1, - 'AC_PATH_MAGIC' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, - 'LTOBSOLETE_VERSION' => 1, - 'AC_PROG_NM' => 1, - 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - '_AM_MANGLE_OPTION' => 1, - '_AM_DEPENDENCIES' => 1, - '_LT_PROG_CXX' => 1, - 'LTDL_INSTALLABLE' => 1, - 'AC_DEFUN' => 1, - 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, - 'LT_PROG_GO' => 1, - 'AC_DISABLE_STATIC' => 1, - 'AC_ENABLE_STATIC' => 1, - 'LTDL_INIT' => 1, - '_LT_AC_LANG_CXX_CONFIG' => 1, - '_LTDL_SETUP' => 1, - 'AC_PROG_EGREP' => 1, - 'LT_OUTPUT' => 1, - 'AM_MISSING_HAS_RUN' => 1, - '_LT_COMPILER_OPTION' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - '_LT_COMPILER_BOILERPLATE' => 1, - 'LT_INIT' => 1, - '_LT_REQUIRED_DARWIN_CHECKS' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - '_LT_AC_CHECK_DLFCN' => 1, - 'AM_MAKE_INCLUDE' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - 'AM_PROG_INSTALL_STRIP' => 1, - 'AC_ENABLE_SHARED' => 1, - '_AM_IF_OPTION' => 1, - 'LT_LIB_M' => 1, - 'LT_AC_PROG_GCJ' => 1, - 'AC_LIBTOOL_F77' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - 'AC_DEPLIBS_CHECK_METHOD' => 1, - '_LT_AC_SYS_LIBPATH_AIX' => 1, - 'AC_LIBTOOL_FC' => 1, - 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'AC_DISABLE_SHARED' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'AM_PROG_LIBTOOL' => 1, - '_m4_warn' => 1, - '_LT_LIBOBJ' => 1, - 'AC_CHECK_LIBM' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, - 'AC_LTDL_PREOPEN' => 1, - 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'LTVERSION_VERSION' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - 'AC_LTDL_SHLIBEXT' => 1, - 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, - 'LT_SYS_MODULE_EXT' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, - 'AC_LIB_LTDL' => 1, - '_AM_SUBST_NOTMAKE' => 1, - '_LT_CC_BASENAME' => 1, - 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, - 'AM_ENABLE_STATIC' => 1, - 'AC_LTDL_OBJDIR' => 1, - 'm4_pattern_allow' => 1, - '_LT_WITH_SYSROOT' => 1, - 'AM_PROG_INSTALL_SH' => 1, + '_LT_AC_SYS_COMPILER' => 1, '_LT_LINKER_OPTION' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AC_LIB_LTDL' => 1, + 'AM_PROG_INSTALL_SH' => 1, + '_LTDL_SETUP' => 1, + 'AM_PROG_LD' => 1, + '_AM_IF_OPTION' => 1, 'LT_PATH_LD' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AM_RUN_LOG' => 1, + '_AM_PROG_TAR' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AC_PROG_EGREP' => 1, + '_LT_AC_TAGVAR' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AM_PROG_LIBTOOL' => 1, + '_LT_AC_LOCK' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'LT_AC_PROG_RC' => 1, + 'AC_ENABLE_SHARED' => 1, + 'LT_LIB_DLLOAD' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'LT_WITH_LTDL' => 1, + 'AC_DEFUN' => 1, 'AM_INIT_AUTOMAKE' => 1, - 'LT_SYS_DLSEARCH_PATH' => 1 + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'LT_PATH_NM' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AU_DEFUN' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'AC_PROG_NM' => 1, + 'AC_CHECK_LIBM' => 1, + '_LT_AC_LANG_CXX' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'AC_PATH_MAGIC' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'AM_ENABLE_SHARED' => 1, + 'LT_OUTPUT' => 1, + '_AM_SET_OPTION' => 1, + 'LT_LIB_M' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_SILENT_RULES' => 1, + 'AM_SANITY_CHECK' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_LTDL_PREOPEN' => 1, + '_LT_PROG_LTMAIN' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_WITH_LTDL' => 1, + '_LT_CC_BASENAME' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + 'LT_SYS_MODULE_PATH' => 1, + 'AC_LIBTOOL_CXX' => 1, + 'LT_PROG_GCJ' => 1, + '_AM_PROG_CC_C_O' => 1, + 'AC_LIBTOOL_SETUP' => 1, + '_LT_PROG_FC' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AC_ENABLE_STATIC' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + 'AC_DISABLE_STATIC' => 1, + '_AM_DEPENDENCIES' => 1, + 'AC_LIBTOOL_RC' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + '_LT_AC_LANG_GCJ' => 1, + 'LT_LANG' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'LT_AC_PROG_EGREP' => 1, + 'AC_PROG_LD_GNU' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + 'LT_INIT' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'm4_pattern_forbid' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'AM_ENABLE_STATIC' => 1, + 'LTOPTIONS_VERSION' => 1, + 'LT_SYS_MODULE_EXT' => 1, + 'AM_MISSING_PROG' => 1, + '_LT_COMPILER_OPTION' => 1, + 'AM_SET_DEPDIR' => 1, + 'LT_FUNC_ARGZ' => 1, + 'm4_include' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_LT_PROG_CXX' => 1, + 'LTVERSION_VERSION' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AM_PROG_NM' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + '_LT_AC_LANG_F77' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + '_LT_PROG_F77' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'LTSUGAR_VERSION' => 1, + 'AM_SUBST_NOTMAKE' => 1, + 'include' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, + 'LT_PROG_RC' => 1, + '_LT_WITH_SYSROOT' => 1, + 'LTDL_INIT' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AC_DISABLE_SHARED' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + 'LT_PROG_GO' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + 'LT_AC_PROG_SED' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + '_LT_LIBOBJ' => 1, + 'LTOBSOLETE_VERSION' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + 'AM_DISABLE_SHARED' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'AC_LTDL_DLLIB' => 1, + '_LT_DLL_DEF_P' => 1, + 'm4_pattern_allow' => 1, + '_AM_MANGLE_OPTION' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + '_AM_SET_OPTIONS' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'AC_PROG_LD' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_LIBTOOL_FC' => 1, + '_m4_warn' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'LT_CMD_MAX_LEN' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'LT_AC_PROG_GCJ' => 1, + 'AM_DISABLE_STATIC' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + 'AM_AUTOMAKE_VERSION' => 1 } ], 'Autom4te::Request' ), bless( [ @@ -457,65 +457,65 @@ 'configure.ac' ], { - 'AC_INIT' => 1, - '_AM_MAKEFILE_INCLUDE' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AC_REQUIRE_AUX_FILE' => 1, - 'include' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'm4_sinclude' => 1, - 'AM_PROG_CXX_C_O' => 1, - 'AH_OUTPUT' => 1, - 'AC_FC_PP_DEFINE' => 1, - 'AM_SILENT_RULES' => 1, - 'AM_XGETTEXT_OPTION' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - 'AM_PROG_F77_C_O' => 1, - 'AM_PROG_FC_C_O' => 1, - 'AC_SUBST' => 1, - '_AM_COND_IF' => 1, - 'AM_PROG_AR' => 1, - 'AM_PATH_GUILE' => 1, '_AM_COND_ENDIF' => 1, - '_AM_SUBST_NOTMAKE' => 1, - 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - 'AM_NLS' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'AC_CANONICAL_BUILD' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - '_AM_COND_ELSE' => 1, - 'm4_pattern_allow' => 1, - 'AC_CONFIG_SUBDIRS' => 1, - 'AC_CANONICAL_SYSTEM' => 1, - 'AC_CONFIG_LINKS' => 1, - 'AC_CANONICAL_TARGET' => 1, - 'AC_FC_SRCEXT' => 1, - 'AM_ENABLE_MULTILIB' => 1, - 'AC_FC_FREEFORM' => 1, - 'AC_CANONICAL_HOST' => 1, - 'LT_INIT' => 1, - 'AC_SUBST_TRACE' => 1, - 'AM_PROG_MKDIR_P' => 1, - 'AM_CONDITIONAL' => 1, - 'AC_CONFIG_AUX_DIR' => 1, - 'm4_pattern_forbid' => 1, - 'm4_include' => 1, - 'sinclude' => 1, - 'AC_CONFIG_FILES' => 1, - 'AM_PROG_CC_C_O' => 1, - 'AM_MAKEFILE_INCLUDE' => 1, - 'AC_CONFIG_HEADERS' => 1, - 'AM_GNU_GETTEXT' => 1, - 'AC_DEFINE_TRACE_LITERAL' => 1, - '_m4_warn' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'AM_POT_TOOLS' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'include' => 1, 'AC_CONFIG_LIBOBJ_DIR' => 1, - 'AC_LIBSOURCE' => 1, + 'AM_XGETTEXT_OPTION' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_FC_PP_SRCEXT' => 1, + 'AC_FC_FREEFORM' => 1, + 'AC_CONFIG_FILES' => 1, + '_AM_SUBST_NOTMAKE' => 1, + '_m4_warn' => 1, + 'AM_PROG_AR' => 1, + 'AM_NLS' => 1, 'AM_PROG_MOC' => 1, + 'AH_OUTPUT' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'm4_pattern_forbid' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_SILENT_RULES' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + 'LT_INIT' => 1, + 'AC_SUBST' => 1, + 'AM_POT_TOOLS' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_FC_SRCEXT' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'm4_include' => 1, + 'AC_CANONICAL_BUILD' => 1, + '_AM_COND_IF' => 1, + 'AC_INIT' => 1, + 'AM_PROG_CXX_C_O' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'AM_PATH_GUILE' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AM_PROG_CC_C_O' => 1, 'AM_EXTRA_RECURSIVE_TARGETS' => 1, - 'AC_FC_PP_SRCEXT' => 1 + 'AM_PROG_FC_C_O' => 1, + 'AM_PROG_F77_C_O' => 1, + 'm4_sinclude' => 1, + 'AC_CANONICAL_HOST' => 1, + '_AM_COND_ELSE' => 1, + 'sinclude' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_FC_PP_DEFINE' => 1, + 'AM_GNU_GETTEXT' => 1, + 'm4_pattern_allow' => 1, + 'AC_SUBST_TRACE' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AC_CANONICAL_TARGET' => 1 } ], 'Autom4te::Request' ) ); diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0 index 6b179aa..03566d1 100644 --- a/autom4te.cache/traces.0 +++ b/autom4te.cache/traces.0 @@ -2716,42 +2716,48 @@ m4trace:configure.ac:59: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$]) m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE]) m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE]) m4trace:configure.ac:59: -1- m4_pattern_allow([^MAINT$]) -m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_LIBELF$]) -m4trace:configure.ac:96: -1- m4_pattern_allow([^HAVE_BFD_H$]) -m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_LIBBFD$]) -m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_PTHREAD_H$]) -m4trace:configure.ac:107: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$]) -m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) -m4trace:configure.ac:115: -1- m4_pattern_allow([^HAVE_LIBDL$]) -m4trace:configure.ac:123: -1- m4_pattern_allow([^HAVE_LIBTERMCAP$]) -m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_READLINE_READLINE_H$]) -m4trace:configure.ac:130: -1- m4_pattern_allow([^HAVE_LIBREADLINE$]) -m4trace:configure.ac:136: -1- m4_pattern_allow([^HAVE_SELINUX_SELINUX_H$]) -m4trace:configure.ac:137: -1- m4_pattern_allow([^HAVE_LIBSELINUX$]) -m4trace:configure.ac:146: -1- m4_pattern_allow([^HAVE_ELF_C_READ_MMAP$]) -m4trace:configure.ac:161: -1- m4_pattern_allow([^ELF_HASH_TAKES_CHARP$]) -m4trace:configure.ac:196: -1- m4_pattern_allow([^uid_t$]) -m4trace:configure.ac:196: -1- m4_pattern_allow([^gid_t$]) -m4trace:configure.ac:198: -1- m4_pattern_allow([^pid_t$]) -m4trace:configure.ac:199: -1- m4_pattern_allow([^size_t$]) -m4trace:configure.ac:200: -1- m4_pattern_allow([^SIZEOF_LONG$]) -m4trace:configure.ac:204: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_VFORK_H$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^vfork$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) -m4trace:configure.ac:236: -1- m4_pattern_allow([^DEBUG$]) -m4trace:configure.ac:250: -1- m4_pattern_allow([^AM_CPPFLAGS$]) -m4trace:configure.ac:251: -1- m4_pattern_allow([^AM_CFLAGS$]) -m4trace:configure.ac:252: -1- m4_pattern_allow([^AM_LDFLAGS$]) -m4trace:configure.ac:253: -1- m4_pattern_allow([^libelf_LD_LIBRARY_PATH$]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.ac:264: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) -m4trace:configure.ac:264: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) -m4trace:configure.ac:264: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) -m4trace:configure.ac:264: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) -m4trace:configure.ac:264: -1- _LT_PROG_LTMAIN -m4trace:configure.ac:264: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:72: -1- m4_pattern_allow([^DISABLE_CLIENT$]) +m4trace:configure.ac:74: -1- AM_CONDITIONAL([DISABLE_CLIENT], [test "${CONFIG_DISABLE_CLIENT}" = "yes"]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^DISABLE_CLIENT_TRUE$]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^DISABLE_CLIENT_FALSE$]) +m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([DISABLE_CLIENT_TRUE]) +m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([DISABLE_CLIENT_FALSE]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_LIBELF$]) +m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_READLINE_READLINE_H$]) +m4trace:configure.ac:115: -1- m4_pattern_allow([^HAVE_LIBREADLINE$]) +m4trace:configure.ac:122: -1- m4_pattern_allow([^HAVE_BFD_H$]) +m4trace:configure.ac:125: -1- m4_pattern_allow([^HAVE_LIBBFD$]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^HAVE_PTHREAD_H$]) +m4trace:configure.ac:134: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$]) +m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:142: -1- m4_pattern_allow([^HAVE_LIBDL$]) +m4trace:configure.ac:150: -1- m4_pattern_allow([^HAVE_LIBTERMCAP$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^HAVE_SELINUX_SELINUX_H$]) +m4trace:configure.ac:156: -1- m4_pattern_allow([^HAVE_LIBSELINUX$]) +m4trace:configure.ac:165: -1- m4_pattern_allow([^HAVE_ELF_C_READ_MMAP$]) +m4trace:configure.ac:180: -1- m4_pattern_allow([^ELF_HASH_TAKES_CHARP$]) +m4trace:configure.ac:215: -1- m4_pattern_allow([^uid_t$]) +m4trace:configure.ac:215: -1- m4_pattern_allow([^gid_t$]) +m4trace:configure.ac:217: -1- m4_pattern_allow([^pid_t$]) +m4trace:configure.ac:218: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:219: -1- m4_pattern_allow([^SIZEOF_LONG$]) +m4trace:configure.ac:223: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_VFORK_H$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^vfork$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) +m4trace:configure.ac:255: -1- m4_pattern_allow([^DEBUG$]) +m4trace:configure.ac:269: -1- m4_pattern_allow([^AM_CPPFLAGS$]) +m4trace:configure.ac:270: -1- m4_pattern_allow([^AM_CFLAGS$]) +m4trace:configure.ac:271: -1- m4_pattern_allow([^AM_LDFLAGS$]) +m4trace:configure.ac:272: -1- m4_pattern_allow([^libelf_LD_LIBRARY_PATH$]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:283: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:283: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:283: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:283: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) +m4trace:configure.ac:283: -1- _LT_PROG_LTMAIN +m4trace:configure.ac:283: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1 index 0bbc661..53025d1 100644 --- a/autom4te.cache/traces.1 +++ b/autom4te.cache/traces.1 @@ -2716,42 +2716,48 @@ m4trace:configure.ac:59: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$]) m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE]) m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE]) m4trace:configure.ac:59: -1- m4_pattern_allow([^MAINT$]) -m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_LIBELF$]) -m4trace:configure.ac:96: -1- m4_pattern_allow([^HAVE_BFD_H$]) -m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_LIBBFD$]) -m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_PTHREAD_H$]) -m4trace:configure.ac:107: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$]) -m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) -m4trace:configure.ac:115: -1- m4_pattern_allow([^HAVE_LIBDL$]) -m4trace:configure.ac:123: -1- m4_pattern_allow([^HAVE_LIBTERMCAP$]) -m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_READLINE_READLINE_H$]) -m4trace:configure.ac:130: -1- m4_pattern_allow([^HAVE_LIBREADLINE$]) -m4trace:configure.ac:136: -1- m4_pattern_allow([^HAVE_SELINUX_SELINUX_H$]) -m4trace:configure.ac:137: -1- m4_pattern_allow([^HAVE_LIBSELINUX$]) -m4trace:configure.ac:146: -1- m4_pattern_allow([^HAVE_ELF_C_READ_MMAP$]) -m4trace:configure.ac:161: -1- m4_pattern_allow([^ELF_HASH_TAKES_CHARP$]) -m4trace:configure.ac:196: -1- m4_pattern_allow([^uid_t$]) -m4trace:configure.ac:196: -1- m4_pattern_allow([^gid_t$]) -m4trace:configure.ac:198: -1- m4_pattern_allow([^pid_t$]) -m4trace:configure.ac:199: -1- m4_pattern_allow([^size_t$]) -m4trace:configure.ac:200: -1- m4_pattern_allow([^SIZEOF_LONG$]) -m4trace:configure.ac:204: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_VFORK_H$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^vfork$]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) -m4trace:configure.ac:236: -1- m4_pattern_allow([^DEBUG$]) -m4trace:configure.ac:250: -1- m4_pattern_allow([^AM_CPPFLAGS$]) -m4trace:configure.ac:251: -1- m4_pattern_allow([^AM_CFLAGS$]) -m4trace:configure.ac:252: -1- m4_pattern_allow([^AM_LDFLAGS$]) -m4trace:configure.ac:253: -1- m4_pattern_allow([^libelf_LD_LIBRARY_PATH$]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.ac:264: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) -m4trace:configure.ac:264: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) -m4trace:configure.ac:264: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) -m4trace:configure.ac:264: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) -m4trace:configure.ac:264: -1- _LT_PROG_LTMAIN -m4trace:configure.ac:264: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:72: -1- m4_pattern_allow([^DISABLE_CLIENT$]) +m4trace:configure.ac:74: -1- AM_CONDITIONAL([DISABLE_CLIENT], [test "${CONFIG_DISABLE_CLIENT}" = "yes"]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^DISABLE_CLIENT_TRUE$]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^DISABLE_CLIENT_FALSE$]) +m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([DISABLE_CLIENT_TRUE]) +m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([DISABLE_CLIENT_FALSE]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_LIBELF$]) +m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_READLINE_READLINE_H$]) +m4trace:configure.ac:115: -1- m4_pattern_allow([^HAVE_LIBREADLINE$]) +m4trace:configure.ac:122: -1- m4_pattern_allow([^HAVE_BFD_H$]) +m4trace:configure.ac:125: -1- m4_pattern_allow([^HAVE_LIBBFD$]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^HAVE_PTHREAD_H$]) +m4trace:configure.ac:134: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$]) +m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:142: -1- m4_pattern_allow([^HAVE_LIBDL$]) +m4trace:configure.ac:150: -1- m4_pattern_allow([^HAVE_LIBTERMCAP$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^HAVE_SELINUX_SELINUX_H$]) +m4trace:configure.ac:156: -1- m4_pattern_allow([^HAVE_LIBSELINUX$]) +m4trace:configure.ac:165: -1- m4_pattern_allow([^HAVE_ELF_C_READ_MMAP$]) +m4trace:configure.ac:180: -1- m4_pattern_allow([^ELF_HASH_TAKES_CHARP$]) +m4trace:configure.ac:215: -1- m4_pattern_allow([^uid_t$]) +m4trace:configure.ac:215: -1- m4_pattern_allow([^gid_t$]) +m4trace:configure.ac:217: -1- m4_pattern_allow([^pid_t$]) +m4trace:configure.ac:218: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:219: -1- m4_pattern_allow([^SIZEOF_LONG$]) +m4trace:configure.ac:223: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_VFORK_H$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^vfork$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) +m4trace:configure.ac:255: -1- m4_pattern_allow([^DEBUG$]) +m4trace:configure.ac:269: -1- m4_pattern_allow([^AM_CPPFLAGS$]) +m4trace:configure.ac:270: -1- m4_pattern_allow([^AM_CFLAGS$]) +m4trace:configure.ac:271: -1- m4_pattern_allow([^AM_LDFLAGS$]) +m4trace:configure.ac:272: -1- m4_pattern_allow([^libelf_LD_LIBRARY_PATH$]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:283: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:283: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:283: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:283: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) +m4trace:configure.ac:283: -1- _LT_PROG_LTMAIN +m4trace:configure.ac:283: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS diff --git a/autom4te.cache/traces.2 b/autom4te.cache/traces.2 index 1fe7020..632a77d 100644 --- a/autom4te.cache/traces.2 +++ b/autom4te.cache/traces.2 @@ -503,180 +503,193 @@ m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE]) m4trace:configure.ac:59: -1- AC_SUBST([MAINT]) m4trace:configure.ac:59: -1- AC_SUBST_TRACE([MAINT]) m4trace:configure.ac:59: -1- m4_pattern_allow([^MAINT$]) -m4trace:configure.ac:85: -1- AH_OUTPUT([HAVE_ELF_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:72: -1- AC_DEFINE_TRACE_LITERAL([DISABLE_CLIENT]) +m4trace:configure.ac:72: -1- m4_pattern_allow([^DISABLE_CLIENT$]) +m4trace:configure.ac:72: -1- AH_OUTPUT([DISABLE_CLIENT], [/* disable client */ +@%:@undef DISABLE_CLIENT]) +m4trace:configure.ac:74: -1- AM_CONDITIONAL([DISABLE_CLIENT], [test "${CONFIG_DISABLE_CLIENT}" = "yes"]) +m4trace:configure.ac:74: -1- AC_SUBST([DISABLE_CLIENT_TRUE]) +m4trace:configure.ac:74: -1- AC_SUBST_TRACE([DISABLE_CLIENT_TRUE]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^DISABLE_CLIENT_TRUE$]) +m4trace:configure.ac:74: -1- AC_SUBST([DISABLE_CLIENT_FALSE]) +m4trace:configure.ac:74: -1- AC_SUBST_TRACE([DISABLE_CLIENT_FALSE]) +m4trace:configure.ac:74: -1- m4_pattern_allow([^DISABLE_CLIENT_FALSE$]) +m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([DISABLE_CLIENT_TRUE]) +m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([DISABLE_CLIENT_FALSE]) +m4trace:configure.ac:101: -1- AH_OUTPUT([HAVE_ELF_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_ELF_H]) -m4trace:configure.ac:85: -1- AH_OUTPUT([HAVE_GELF_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:101: -1- AH_OUTPUT([HAVE_GELF_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_GELF_H]) -m4trace:configure.ac:88: -1- AH_OUTPUT([HAVE_LIBELF], [/* Define to 1 if you have the `elf\' library (-lelf). */ +m4trace:configure.ac:104: -1- AH_OUTPUT([HAVE_LIBELF], [/* Define to 1 if you have the `elf\' library (-lelf). */ @%:@undef HAVE_LIBELF]) -m4trace:configure.ac:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBELF]) -m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_LIBELF$]) -m4trace:configure.ac:96: -1- AH_OUTPUT([HAVE_BFD_H], [/* Define to 1 if you have the header file. */ -@%:@undef HAVE_BFD_H]) -m4trace:configure.ac:96: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BFD_H]) -m4trace:configure.ac:96: -1- m4_pattern_allow([^HAVE_BFD_H$]) -m4trace:configure.ac:99: -1- AH_OUTPUT([HAVE_LIBBFD], [/* Define to 1 if you have the `bfd\' library (-lbfd). */ -@%:@undef HAVE_LIBBFD]) -m4trace:configure.ac:99: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBBFD]) -m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_LIBBFD$]) -m4trace:configure.ac:104: -1- AH_OUTPUT([HAVE_PTHREAD_H], [/* Define to 1 if you have the header file. */ -@%:@undef HAVE_PTHREAD_H]) -m4trace:configure.ac:104: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_H]) -m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_PTHREAD_H$]) -m4trace:configure.ac:107: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* Define to 1 if you have the `pthread\' library (-lpthread). */ -@%:@undef HAVE_LIBPTHREAD]) -m4trace:configure.ac:107: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD]) -m4trace:configure.ac:107: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$]) -m4trace:configure.ac:112: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ -@%:@undef HAVE_DLFCN_H]) -m4trace:configure.ac:112: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H]) -m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) -m4trace:configure.ac:115: -1- AH_OUTPUT([HAVE_LIBDL], [/* Define to 1 if you have the `dl\' library (-ldl). */ -@%:@undef HAVE_LIBDL]) -m4trace:configure.ac:115: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBDL]) -m4trace:configure.ac:115: -1- m4_pattern_allow([^HAVE_LIBDL$]) -m4trace:configure.ac:123: -1- AH_OUTPUT([HAVE_LIBTERMCAP], [/* Define to 1 if you have the `termcap\' library (-ltermcap). */ -@%:@undef HAVE_LIBTERMCAP]) -m4trace:configure.ac:123: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBTERMCAP]) -m4trace:configure.ac:123: -1- m4_pattern_allow([^HAVE_LIBTERMCAP$]) -m4trace:configure.ac:127: -1- AH_OUTPUT([HAVE_READLINE_READLINE_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:104: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBELF]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_LIBELF$]) +m4trace:configure.ac:112: -1- AH_OUTPUT([HAVE_READLINE_READLINE_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_READLINE_READLINE_H]) -m4trace:configure.ac:127: -1- AC_DEFINE_TRACE_LITERAL([HAVE_READLINE_READLINE_H]) -m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_READLINE_READLINE_H$]) -m4trace:configure.ac:130: -1- AH_OUTPUT([HAVE_LIBREADLINE], [/* Define to 1 if you have the `readline\' library (-lreadline). */ +m4trace:configure.ac:112: -1- AC_DEFINE_TRACE_LITERAL([HAVE_READLINE_READLINE_H]) +m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_READLINE_READLINE_H$]) +m4trace:configure.ac:115: -1- AH_OUTPUT([HAVE_LIBREADLINE], [/* Define to 1 if you have the `readline\' library (-lreadline). */ @%:@undef HAVE_LIBREADLINE]) -m4trace:configure.ac:130: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBREADLINE]) -m4trace:configure.ac:130: -1- m4_pattern_allow([^HAVE_LIBREADLINE$]) -m4trace:configure.ac:136: -1- AH_OUTPUT([HAVE_SELINUX_SELINUX_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:115: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBREADLINE]) +m4trace:configure.ac:115: -1- m4_pattern_allow([^HAVE_LIBREADLINE$]) +m4trace:configure.ac:122: -1- AH_OUTPUT([HAVE_BFD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_BFD_H]) +m4trace:configure.ac:122: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BFD_H]) +m4trace:configure.ac:122: -1- m4_pattern_allow([^HAVE_BFD_H$]) +m4trace:configure.ac:125: -1- AH_OUTPUT([HAVE_LIBBFD], [/* Define to 1 if you have the `bfd\' library (-lbfd). */ +@%:@undef HAVE_LIBBFD]) +m4trace:configure.ac:125: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBBFD]) +m4trace:configure.ac:125: -1- m4_pattern_allow([^HAVE_LIBBFD$]) +m4trace:configure.ac:131: -1- AH_OUTPUT([HAVE_PTHREAD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_PTHREAD_H]) +m4trace:configure.ac:131: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_H]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^HAVE_PTHREAD_H$]) +m4trace:configure.ac:134: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* Define to 1 if you have the `pthread\' library (-lpthread). */ +@%:@undef HAVE_LIBPTHREAD]) +m4trace:configure.ac:134: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD]) +m4trace:configure.ac:134: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$]) +m4trace:configure.ac:139: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_DLFCN_H]) +m4trace:configure.ac:139: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H]) +m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:142: -1- AH_OUTPUT([HAVE_LIBDL], [/* Define to 1 if you have the `dl\' library (-ldl). */ +@%:@undef HAVE_LIBDL]) +m4trace:configure.ac:142: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBDL]) +m4trace:configure.ac:142: -1- m4_pattern_allow([^HAVE_LIBDL$]) +m4trace:configure.ac:150: -1- AH_OUTPUT([HAVE_LIBTERMCAP], [/* Define to 1 if you have the `termcap\' library (-ltermcap). */ +@%:@undef HAVE_LIBTERMCAP]) +m4trace:configure.ac:150: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBTERMCAP]) +m4trace:configure.ac:150: -1- m4_pattern_allow([^HAVE_LIBTERMCAP$]) +m4trace:configure.ac:155: -1- AH_OUTPUT([HAVE_SELINUX_SELINUX_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_SELINUX_SELINUX_H]) -m4trace:configure.ac:136: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SELINUX_SELINUX_H]) -m4trace:configure.ac:136: -1- m4_pattern_allow([^HAVE_SELINUX_SELINUX_H$]) -m4trace:configure.ac:137: -1- AH_OUTPUT([HAVE_LIBSELINUX], [/* Define to 1 if you have the `selinux\' library (-lselinux). */ +m4trace:configure.ac:155: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SELINUX_SELINUX_H]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^HAVE_SELINUX_SELINUX_H$]) +m4trace:configure.ac:156: -1- AH_OUTPUT([HAVE_LIBSELINUX], [/* Define to 1 if you have the `selinux\' library (-lselinux). */ @%:@undef HAVE_LIBSELINUX]) -m4trace:configure.ac:137: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSELINUX]) -m4trace:configure.ac:137: -1- m4_pattern_allow([^HAVE_LIBSELINUX$]) -m4trace:configure.ac:146: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ELF_C_READ_MMAP]) -m4trace:configure.ac:146: -1- m4_pattern_allow([^HAVE_ELF_C_READ_MMAP$]) -m4trace:configure.ac:146: -1- AH_OUTPUT([HAVE_ELF_C_READ_MMAP], [/* we have read mmap support */ +m4trace:configure.ac:156: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSELINUX]) +m4trace:configure.ac:156: -1- m4_pattern_allow([^HAVE_LIBSELINUX$]) +m4trace:configure.ac:165: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ELF_C_READ_MMAP]) +m4trace:configure.ac:165: -1- m4_pattern_allow([^HAVE_ELF_C_READ_MMAP$]) +m4trace:configure.ac:165: -1- AH_OUTPUT([HAVE_ELF_C_READ_MMAP], [/* we have read mmap support */ @%:@undef HAVE_ELF_C_READ_MMAP]) -m4trace:configure.ac:161: -1- AC_DEFINE_TRACE_LITERAL([ELF_HASH_TAKES_CHARP]) -m4trace:configure.ac:161: -1- m4_pattern_allow([^ELF_HASH_TAKES_CHARP$]) -m4trace:configure.ac:161: -1- AH_OUTPUT([ELF_HASH_TAKES_CHARP], [/* elf_hash() takes char* (as opposed to unsigned char *) */ +m4trace:configure.ac:180: -1- AC_DEFINE_TRACE_LITERAL([ELF_HASH_TAKES_CHARP]) +m4trace:configure.ac:180: -1- m4_pattern_allow([^ELF_HASH_TAKES_CHARP$]) +m4trace:configure.ac:180: -1- AH_OUTPUT([ELF_HASH_TAKES_CHARP], [/* elf_hash() takes char* (as opposed to unsigned char *) */ @%:@undef ELF_HASH_TAKES_CHARP]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_FCNTL_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_LIMITS_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_STDDEF_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_STDINT_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_STDLIB_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_STRING_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_SYS_IOCTL_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_SYS_PARAM_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_SYS_TIME_H]) -m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:201: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_UNISTD_H]) -m4trace:configure.ac:196: -1- AC_DEFINE_TRACE_LITERAL([uid_t]) -m4trace:configure.ac:196: -1- m4_pattern_allow([^uid_t$]) -m4trace:configure.ac:196: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if doesn\'t define. */ +m4trace:configure.ac:215: -1- AC_DEFINE_TRACE_LITERAL([uid_t]) +m4trace:configure.ac:215: -1- m4_pattern_allow([^uid_t$]) +m4trace:configure.ac:215: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if doesn\'t define. */ @%:@undef uid_t]) -m4trace:configure.ac:196: -1- AC_DEFINE_TRACE_LITERAL([gid_t]) -m4trace:configure.ac:196: -1- m4_pattern_allow([^gid_t$]) -m4trace:configure.ac:196: -1- AH_OUTPUT([gid_t], [/* Define to `int\' if doesn\'t define. */ +m4trace:configure.ac:215: -1- AC_DEFINE_TRACE_LITERAL([gid_t]) +m4trace:configure.ac:215: -1- m4_pattern_allow([^gid_t$]) +m4trace:configure.ac:215: -1- AH_OUTPUT([gid_t], [/* Define to `int\' if doesn\'t define. */ @%:@undef gid_t]) -m4trace:configure.ac:197: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler +m4trace:configure.ac:216: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler calls it, or to nothing if \'inline\' is not supported under any name. */ #ifndef __cplusplus #undef inline #endif]) -m4trace:configure.ac:198: -1- AC_DEFINE_TRACE_LITERAL([pid_t]) -m4trace:configure.ac:198: -1- m4_pattern_allow([^pid_t$]) -m4trace:configure.ac:198: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if does not define. */ +m4trace:configure.ac:217: -1- AC_DEFINE_TRACE_LITERAL([pid_t]) +m4trace:configure.ac:217: -1- m4_pattern_allow([^pid_t$]) +m4trace:configure.ac:217: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if does not define. */ @%:@undef pid_t]) -m4trace:configure.ac:199: -1- AC_DEFINE_TRACE_LITERAL([size_t]) -m4trace:configure.ac:199: -1- m4_pattern_allow([^size_t$]) -m4trace:configure.ac:199: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ +m4trace:configure.ac:218: -1- AC_DEFINE_TRACE_LITERAL([size_t]) +m4trace:configure.ac:218: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:218: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ @%:@undef size_t]) -m4trace:configure.ac:200: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG]) -m4trace:configure.ac:200: -1- m4_pattern_allow([^SIZEOF_LONG$]) -m4trace:configure.ac:200: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of `long\', as computed by sizeof. */ +m4trace:configure.ac:219: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG]) +m4trace:configure.ac:219: -1- m4_pattern_allow([^SIZEOF_LONG$]) +m4trace:configure.ac:219: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of `long\', as computed by sizeof. */ @%:@undef SIZEOF_LONG]) -m4trace:configure.ac:204: -1- AC_LIBSOURCE([error.h]) -m4trace:configure.ac:204: -1- AC_LIBSOURCE([error.c]) -m4trace:configure.ac:204: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS error.$ac_objext"]) -m4trace:configure.ac:204: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) -m4trace:configure.ac:204: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:204: -1- AC_LIBSOURCE([error.c]) -m4trace:configure.ac:205: -1- AH_OUTPUT([HAVE_VFORK_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.ac:223: -1- AC_LIBSOURCE([error.h]) +m4trace:configure.ac:223: -1- AC_LIBSOURCE([error.c]) +m4trace:configure.ac:223: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS error.$ac_objext"]) +m4trace:configure.ac:223: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:223: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:223: -1- AC_LIBSOURCE([error.c]) +m4trace:configure.ac:224: -1- AH_OUTPUT([HAVE_VFORK_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_VFORK_H]) -m4trace:configure.ac:205: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFORK_H]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_VFORK_H$]) -m4trace:configure.ac:205: -1- AH_OUTPUT([HAVE_FORK], [/* Define to 1 if you have the `fork\' function. */ +m4trace:configure.ac:224: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFORK_H]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_VFORK_H$]) +m4trace:configure.ac:224: -1- AH_OUTPUT([HAVE_FORK], [/* Define to 1 if you have the `fork\' function. */ @%:@undef HAVE_FORK]) -m4trace:configure.ac:205: -1- AH_OUTPUT([HAVE_VFORK], [/* Define to 1 if you have the `vfork\' function. */ +m4trace:configure.ac:224: -1- AH_OUTPUT([HAVE_VFORK], [/* Define to 1 if you have the `vfork\' function. */ @%:@undef HAVE_VFORK]) -m4trace:configure.ac:205: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_VFORK]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) -m4trace:configure.ac:205: -1- AH_OUTPUT([HAVE_WORKING_VFORK], [/* Define to 1 if `vfork\' works. */ +m4trace:configure.ac:224: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_VFORK]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) +m4trace:configure.ac:224: -1- AH_OUTPUT([HAVE_WORKING_VFORK], [/* Define to 1 if `vfork\' works. */ @%:@undef HAVE_WORKING_VFORK]) -m4trace:configure.ac:205: -1- AC_DEFINE_TRACE_LITERAL([vfork]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^vfork$]) -m4trace:configure.ac:205: -1- AH_OUTPUT([vfork], [/* Define as `fork\' if `vfork\' does not work. */ +m4trace:configure.ac:224: -1- AC_DEFINE_TRACE_LITERAL([vfork]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^vfork$]) +m4trace:configure.ac:224: -1- AH_OUTPUT([vfork], [/* Define as `fork\' if `vfork\' does not work. */ @%:@undef vfork]) -m4trace:configure.ac:205: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_FORK]) -m4trace:configure.ac:205: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) -m4trace:configure.ac:205: -1- AH_OUTPUT([HAVE_WORKING_FORK], [/* Define to 1 if `fork\' works. */ +m4trace:configure.ac:224: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_FORK]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) +m4trace:configure.ac:224: -1- AH_OUTPUT([HAVE_WORKING_FORK], [/* Define to 1 if `fork\' works. */ @%:@undef HAVE_WORKING_FORK]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_ALARM], [/* Define to 1 if you have the `alarm\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_ALARM], [/* Define to 1 if you have the `alarm\' function. */ @%:@undef HAVE_ALARM]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_ATEXIT], [/* Define to 1 if you have the `atexit\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_ATEXIT], [/* Define to 1 if you have the `atexit\' function. */ @%:@undef HAVE_ATEXIT]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */ @%:@undef HAVE_GETCWD]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */ @%:@undef HAVE_GETTIMEOFDAY]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ @%:@undef HAVE_MEMSET]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_MKDIR], [/* Define to 1 if you have the `mkdir\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_MKDIR], [/* Define to 1 if you have the `mkdir\' function. */ @%:@undef HAVE_MKDIR]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_RMDIR], [/* Define to 1 if you have the `rmdir\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_RMDIR], [/* Define to 1 if you have the `rmdir\' function. */ @%:@undef HAVE_RMDIR]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */ @%:@undef HAVE_STRCHR]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */ @%:@undef HAVE_STRDUP]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */ @%:@undef HAVE_STRERROR]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */ @%:@undef HAVE_STRTOL]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */ @%:@undef HAVE_STRTOUL]) -m4trace:configure.ac:206: -1- AH_OUTPUT([HAVE_PROCESS_VM_READV], [/* Define to 1 if you have the `process_vm_readv\' function. */ +m4trace:configure.ac:225: -1- AH_OUTPUT([HAVE_PROCESS_VM_READV], [/* Define to 1 if you have the `process_vm_readv\' function. */ @%:@undef HAVE_PROCESS_VM_READV]) -m4trace:configure.ac:236: -1- AC_DEFINE_TRACE_LITERAL([DEBUG]) -m4trace:configure.ac:236: -1- m4_pattern_allow([^DEBUG$]) -m4trace:configure.ac:236: -1- AH_OUTPUT([DEBUG], [/* debugging */ +m4trace:configure.ac:255: -1- AC_DEFINE_TRACE_LITERAL([DEBUG]) +m4trace:configure.ac:255: -1- m4_pattern_allow([^DEBUG$]) +m4trace:configure.ac:255: -1- AH_OUTPUT([DEBUG], [/* debugging */ @%:@undef DEBUG]) -m4trace:configure.ac:250: -1- AC_SUBST([AM_CPPFLAGS]) -m4trace:configure.ac:250: -1- AC_SUBST_TRACE([AM_CPPFLAGS]) -m4trace:configure.ac:250: -1- m4_pattern_allow([^AM_CPPFLAGS$]) -m4trace:configure.ac:251: -1- AC_SUBST([AM_CFLAGS]) -m4trace:configure.ac:251: -1- AC_SUBST_TRACE([AM_CFLAGS]) -m4trace:configure.ac:251: -1- m4_pattern_allow([^AM_CFLAGS$]) -m4trace:configure.ac:252: -1- AC_SUBST([AM_LDFLAGS]) -m4trace:configure.ac:252: -1- AC_SUBST_TRACE([AM_LDFLAGS]) -m4trace:configure.ac:252: -1- m4_pattern_allow([^AM_LDFLAGS$]) -m4trace:configure.ac:253: -1- AC_SUBST([libelf_LD_LIBRARY_PATH]) -m4trace:configure.ac:253: -1- AC_SUBST_TRACE([libelf_LD_LIBRARY_PATH]) -m4trace:configure.ac:253: -1- m4_pattern_allow([^libelf_LD_LIBRARY_PATH$]) -m4trace:configure.ac:255: -1- AC_CONFIG_FILES([ +m4trace:configure.ac:269: -1- AC_SUBST([AM_CPPFLAGS]) +m4trace:configure.ac:269: -1- AC_SUBST_TRACE([AM_CPPFLAGS]) +m4trace:configure.ac:269: -1- m4_pattern_allow([^AM_CPPFLAGS$]) +m4trace:configure.ac:270: -1- AC_SUBST([AM_CFLAGS]) +m4trace:configure.ac:270: -1- AC_SUBST_TRACE([AM_CFLAGS]) +m4trace:configure.ac:270: -1- m4_pattern_allow([^AM_CFLAGS$]) +m4trace:configure.ac:271: -1- AC_SUBST([AM_LDFLAGS]) +m4trace:configure.ac:271: -1- AC_SUBST_TRACE([AM_LDFLAGS]) +m4trace:configure.ac:271: -1- m4_pattern_allow([^AM_LDFLAGS$]) +m4trace:configure.ac:272: -1- AC_SUBST([libelf_LD_LIBRARY_PATH]) +m4trace:configure.ac:272: -1- AC_SUBST_TRACE([libelf_LD_LIBRARY_PATH]) +m4trace:configure.ac:272: -1- m4_pattern_allow([^libelf_LD_LIBRARY_PATH$]) +m4trace:configure.ac:274: -1- AC_CONFIG_FILES([ Makefile client/Makefile sysdeps/Makefile @@ -685,30 +698,30 @@ m4trace:configure.ac:255: -1- AC_CONFIG_FILES([ sysdeps/linux-gnu/ppc/Makefile sysdeps/linux-gnu/arm/Makefile ]) -m4trace:configure.ac:264: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:264: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([LTLIBOBJS]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.ac:264: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) -m4trace:configure.ac:264: -1- AC_SUBST([am__EXEEXT_TRUE]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) -m4trace:configure.ac:264: -1- AC_SUBST([am__EXEEXT_FALSE]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE]) -m4trace:configure.ac:264: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) -m4trace:configure.ac:264: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) -m4trace:configure.ac:264: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([top_builddir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([top_build_prefix]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([srcdir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([abs_srcdir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([top_srcdir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([abs_top_srcdir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([builddir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([abs_builddir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([abs_top_builddir]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([INSTALL]) -m4trace:configure.ac:264: -1- AC_SUBST_TRACE([MKDIR_P]) -m4trace:configure.ac:264: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) +m4trace:configure.ac:283: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:283: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:283: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:283: -1- AC_SUBST([am__EXEEXT_TRUE]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:283: -1- AC_SUBST([am__EXEEXT_FALSE]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE]) +m4trace:configure.ac:283: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:283: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:283: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.ac:283: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:283: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) diff --git a/config.h.in b/config.h.in index ee0062b..cd2b5a7 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* debugging */ #undef DEBUG +/* disable client */ +#undef DISABLE_CLIENT + /* elf_hash() takes char* (as opposed to unsigned char *) */ #undef ELF_HASH_TAKES_CHARP diff --git a/configure b/configure index 694d053..9629c97 100755 --- a/configure +++ b/configure @@ -640,6 +640,8 @@ AM_LDFLAGS AM_CFLAGS AM_CPPFLAGS LIBOBJS +DISABLE_CLIENT_FALSE +DISABLE_CLIENT_TRUE MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE @@ -772,6 +774,7 @@ enable_libtool_lock enable_dependency_tracking enable_silent_rules enable_maintainer_mode +enable_client with_libelf enable_debug enable_werror @@ -1418,6 +1421,9 @@ Optional Features: --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hallo" >&5 +$as_echo "$as_me: WARNING: hallo" >&2;} + --disable-client disable client [default=no] --enable-debug enable debugging [default=no] --disable-werror disable use of -Werror @@ -12245,6 +12251,35 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to disable client support" >&5 +$as_echo_n "checking whether to disable client support... " >&6; } +# Check whether --enable-client was given. +if test "${enable_client+set}" = set; then : + enableval=$enable_client; case "$enableval" in + n | no) CONFIG_DISABLE_CLIENT=yes ;; + *) CONFIG_DISABLE_CLIENT=no ;; + esac +else + CONFIG_DISABLE_CLIENT=no +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CONFIG_DISABLE_CLIENT}" >&5 +$as_echo "${CONFIG_DISABLE_CLIENT}" >&6; } +if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + +$as_echo "#define DISABLE_CLIENT 1" >>confdefs.h + +fi + if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + DISABLE_CLIENT_TRUE= + DISABLE_CLIENT_FALSE='#' +else + DISABLE_CLIENT_TRUE='#' + DISABLE_CLIENT_FALSE= +fi + + + # Check whether --with-libelf was given. if test "${with_libelf+set}" = set; then : @@ -12339,9 +12374,76 @@ fi CPPFLAGS="${saved_CPPFLAGS}" LDFLAGS="${saved_LDFLAGS}" +# libreadline +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in readline/readline.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" +if test "x$ac_cv_header_readline_readline_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_READLINE_READLINE_H 1 +_ACEOF + +else + as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 + +fi + +done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 +$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } +if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lreadline $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char rl_callback_read_char (); +int +main () +{ +return rl_callback_read_char (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_readline_rl_callback_read_char=yes +else + ac_cv_lib_readline_rl_callback_read_char=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 +$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } +if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBREADLINE 1 +_ACEOF + + LIBS="-lreadline $LIBS" + +else + as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 + +fi + +fi # libbfd -for ac_header in bfd.h +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + for ac_header in bfd.h do : ac_fn_c_check_header_mongrel "$LINENO" "bfd.h" "ac_cv_header_bfd_h" "$ac_includes_default" if test "x$ac_cv_header_bfd_h" = xyes; then : @@ -12356,7 +12458,7 @@ fi done -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5 $as_echo_n "checking for bfd_openr in -lbfd... " >&6; } if ${ac_cv_lib_bfd_bfd_openr+:} false; then : $as_echo_n "(cached) " >&6 @@ -12404,6 +12506,7 @@ else fi +fi # libpthread for ac_header in pthread.h @@ -12585,71 +12688,6 @@ _ACEOF fi -# libreadline -for ac_header in readline/readline.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" -if test "x$ac_cv_header_readline_readline_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_READLINE_READLINE_H 1 -_ACEOF - -else - as_fn_error $? "*** readline.h not found on your system" "$LINENO" 5 - -fi - -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_read_char in -lreadline" >&5 -$as_echo_n "checking for rl_callback_read_char in -lreadline... " >&6; } -if ${ac_cv_lib_readline_rl_callback_read_char+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lreadline $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char rl_callback_read_char (); -int -main () -{ -return rl_callback_read_char (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_readline_rl_callback_read_char=yes -else - ac_cv_lib_readline_rl_callback_read_char=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_callback_read_char" >&5 -$as_echo "$ac_cv_lib_readline_rl_callback_read_char" >&6; } -if test "x$ac_cv_lib_readline_rl_callback_read_char" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBREADLINE 1 -_ACEOF - - LIBS="-lreadline $LIBS" - -else - as_fn_error $? "*** libreadline not found on your system" "$LINENO" 5 - -fi - - for ac_header in selinux/selinux.h do : @@ -13405,6 +13443,10 @@ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${DISABLE_CLIENT_TRUE}" && test -z "${DISABLE_CLIENT_FALSE}"; then + as_fn_error $? "conditional \"DISABLE_CLIENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 diff --git a/configure.ac b/configure.ac index efb87e1..4f8f018 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,22 @@ LT_INIT AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2]) AM_MAINTAINER_MODE +AC_MSG_CHECKING([whether to disable client support]) +AC_ARG_ENABLE(client, + AC_MSG_WARN( hallo) + AS_HELP_STRING([--disable-client], [disable client @<:@default=no@:>@]), + [case "$enableval" in + n | no) CONFIG_DISABLE_CLIENT=yes ;; + *) CONFIG_DISABLE_CLIENT=no ;; + esac], + [CONFIG_DISABLE_CLIENT=no]) +AC_MSG_RESULT([${CONFIG_DISABLE_CLIENT}]) +if test "${CONFIG_DISABLE_CLIENT}" = "yes"; then + AC_DEFINE(DISABLE_CLIENT, 1, [disable client]) +fi +AM_CONDITIONAL(DISABLE_CLIENT, [test "${CONFIG_DISABLE_CLIENT}" = "yes"]) + + AC_ARG_WITH([libelf], AS_HELP_STRING([--with-libelf], [Prefix of libelf headers/library]), [case "${withval}" in @@ -91,14 +107,25 @@ AC_CHECK_LIB([elf], [elf_begin],, CPPFLAGS="${saved_CPPFLAGS}" LDFLAGS="${saved_LDFLAGS}" +# libreadline +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + AC_CHECK_HEADERS([readline/readline.h],, + [AC_MSG_ERROR([*** readline.h not found on your system])] + ) + AC_CHECK_LIB([readline], [rl_callback_read_char],, + [AC_MSG_ERROR([*** libreadline not found on your system])] + ) +fi # libbfd -AC_CHECK_HEADERS([bfd.h],, - [AC_MSG_ERROR([*** bfd.h not found on your system])] -) -AC_CHECK_LIB([bfd], [bfd_openr],, - [AC_MSG_ERROR([*** libbfd not found on your system])] -) +if test "${CONFIG_DISABLE_CLIENT}" != "yes"; then + AC_CHECK_HEADERS([bfd.h],, + [AC_MSG_ERROR([*** bfd.h not found on your system])] + ) + AC_CHECK_LIB([bfd], [bfd_openr],, + [AC_MSG_ERROR([*** libbfd not found on your system])] + ) +fi # libpthread AC_CHECK_HEADERS([pthread.h],, @@ -123,14 +150,6 @@ AC_CHECK_LIB([dl], [dladdr],, AC_CHECK_LIB([termcap], [tgetflag],, ) -# libreadline -AC_CHECK_HEADERS([readline/readline.h],, - [AC_MSG_ERROR([*** readline.h not found on your system])] -) -AC_CHECK_LIB([readline], [rl_callback_read_char],, - [AC_MSG_ERROR([*** libreadline not found on your system])] -) - dnl Check security_get_boolean_active availability. AC_CHECK_HEADERS(selinux/selinux.h) diff --git a/main.c b/main.c index cad55dd..2f31f98 100644 --- a/main.c +++ b/main.c @@ -145,6 +145,10 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); } else { +#if DISABLE_CLIENT + fprintf(stderr, "direct mode not supported\n"); + exit(EXIT_FAILURE); +#else int ret = server_start_pair(); if (ret == -1) @@ -152,9 +156,14 @@ int main(int argc, char *argv[]) if (client_start_pair(ret)) exit(EXIT_FAILURE); +#endif } } else { +#if DISABLE_CLIENT + fprintf(stderr, "direct mode not supported\n"); + exit(EXIT_FAILURE); +#else if (options.logfile) { if (client_logfile() == -1) exit(EXIT_FAILURE); @@ -163,6 +172,7 @@ int main(int argc, char *argv[]) if (client_start() == -1) exit(EXIT_FAILURE); return 0; +#endif } mtrace_init(cmd); @@ -171,7 +181,9 @@ int main(int argc, char *argv[]) report_disconnect(); +#if !DISABLE_CLIENT client_stop(); +#endif server_stop(); return 0; diff --git a/options.c b/options.c index 3c03eef..5746f9b 100644 --- a/options.c +++ b/options.c @@ -75,8 +75,10 @@ static void usage(void) "\n" "Trace memory allocation library calls of a given program.\n" "\n" +#ifndef DISABLE_CLIENT " -a, --autoscan scan memory on exit of a traced program\n" " -b, --binpath=path binary search path (may be repeated)\n" +#endif " -c, --cwd=path use as current working directory for traced process\n" #ifdef DEBUG " -D, --debug=MASK enable debugging (see -Dh or --debug=help)\n" @@ -87,18 +89,24 @@ static void usage(void) " -F, --config=FILE load alternate configuration file (may be repeated)\n" " -f, --follow-fork trace forked children\n" " -h, --help display this help and exit\n" +#ifndef DISABLE_CLIENT " -i, --interactive interactive client mode\n" +#endif " -O, --omit=FILE do not place breakpoint in this file\n" " -k, --kill abort mtrace due unexpected error conditon\n" " -l, --logfile use log file instead of socket connection\n" " -n, --nocpp disable trace of c++ allocation operators (faster for libstdc++)\n" " -N, --nohwbp disable hardware breakpoint support\n" +#ifndef DISABLE_CLIENT " -o, --output=FILE write the trace output to file with given name\n" +#endif " -p, --pid=PID attach to the process with the process ID pid (may be repeated)\n" " -P, --port=PORT socket port (default: " STR(DEFAULT_PORT) ")\n" " -r, --remote=addr remote use address (path, address or host)\n" +#ifndef DISABLE_CLIENT " -s, --sort-by=type sort dump by type:\n" " allocations, average, bytes-leaked, leaks, stacks, total, tsc, usage\n" +#endif " -S, --sanity check mismatching operations against new/new[] allocations\n" " -t, --trace trace mode\n" " -u, --user=USERNAME run command with the userid, groupid of username\n" @@ -267,7 +275,11 @@ char **process_options(int argc, char **argv) options.verbose = 0; options.wait = 0; options.address = NULL; +#ifdef DISABLE_CLIENT + options.trace = 1; +#else options.trace = 0; +#endif options.server = 0; options.logfile = NULL; options.user = NULL; @@ -288,8 +300,10 @@ char **process_options(int argc, char **argv) int c; int option_index = 0; static const struct option long_options[] = { +#ifndef DISABLE_CLIENT { "auto_scan", 0, 0, 'a' }, { "binpath", 1, 0, 'b' }, +#endif { "config", 1, 0, 'F' }, { "cwd", 1, 0, 'c' }, { "debug", 1, 0, 'D' }, @@ -297,17 +311,23 @@ char **process_options(int argc, char **argv) { "help", 0, 0, 'h' }, { "follow-fork", 0, 0, 'f'}, { "follow-exec", 0, 0, 'e' }, +#ifndef DISABLE_CLIENT { "interactive", 0, 0, 'i' }, +#endif { "kill", 0, 0, 'k' }, { "logfile", 1, 0, 'l' }, { "nocpp", 0, 0, 'n' }, { "nohwbp", 0, 0, 'N' }, +#ifndef DISABLE_CLIENT { "output", 1, 0, 'o' }, +#endif { "omit", 1, 0, 'O' }, { "pid", 1, 0, 'p' }, { "port", 1, 0, 'P' }, { "remote", 1, 0, 'r' }, +#ifndef DISABLE_CLIENT { "sort-by", 1, 0, 's' }, +#endif { "sanity", 0, 0, 'S' }, { "trace", 0, 0, 't' }, { "user", 1, 0, 'u' }, @@ -318,8 +338,27 @@ char **process_options(int argc, char **argv) }; c = getopt_long(argc, argv, - "+aefhikLnNStVvw" - "b:c:d:D:F:l:o:O:p:P:r:s:u:", + "+" +#ifndef DISABLE_CLIENT + "a" +#endif + "efh" +#ifndef DISABLE_CLIENT + "i" +#endif + "kLnNStVvw" +#ifndef DISABLE_CLIENT + "b:" +#endif + "c:d:D:F:l:" +#ifndef DISABLE_CLIENT + "o:" +#endif + "O:p:P:r:" +#ifndef DISABLE_CLIENT + "s:" +#endif + "u:", long_options, &option_index); diff --git a/sysdeps/linux-gnu/os.c b/sysdeps/linux-gnu/os.c index b54d91a..b28e051 100644 --- a/sysdeps/linux-gnu/os.c +++ b/sysdeps/linux-gnu/os.c @@ -38,7 +38,9 @@ #include #include #include +#ifndef DISABLE_CLIENT #include +#endif #include #include @@ -59,6 +61,9 @@ struct map { static void report_fault(int signo, siginfo_t* siginf, void* arg) { + fprintf(stderr, "fault signal %d (%s)\n", signo, strsignal(signo)); + +#ifndef DISABLE_CLIENT int nptrs; int i; void *trace[48]; @@ -70,8 +75,6 @@ static void report_fault(int signo, siginfo_t* siginf, void* arg) asection *text = 0; int l; - fprintf(stderr, "fault signal %d (%s)\n", signo, strsignal(signo)); - l = readlink("/proc/self/exe", linkname, sizeof(linkname)); if (l == -1) { perror("failed to find executable\n"); @@ -134,6 +137,7 @@ skip: } free(strings); +#endif fflush(stderr);