m4trace:/usr/share/aclocal-1.17/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.17' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.17], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) m4trace:/usr/share/aclocal-1.17/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.17])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) m4trace:/usr/share/aclocal-1.17/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) m4trace:/usr/share/aclocal-1.17/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) m4trace:/usr/share/aclocal-1.17/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thus: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) m4trace:/usr/share/aclocal-1.17/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) m4trace:/usr/share/aclocal-1.17/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) m4trace:/usr/share/aclocal-1.17/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ]) m4trace:/usr/share/aclocal-1.17/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) m4trace:/usr/share/aclocal-1.17/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl m4_ifdef([_$0_ALREADY_INIT], [m4_fatal([$0 expanded multiple times ]m4_defn([_$0_ALREADY_INIT]))], [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi AC_SUBST([CTAGS]) if test -z "$ETAGS"; then ETAGS=etags fi AC_SUBST([ETAGS]) if test -z "$CSCOPE"; then CSCOPE=cscope fi AC_SUBST([CSCOPE]) AC_REQUIRE([_AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl AC_REQUIRE([_AM_PROG_RM_F]) AC_REQUIRE([_AM_PROG_XARGS_N]) dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) m4trace:/usr/share/aclocal-1.17/init.m4:166: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) m4trace:/usr/share/aclocal-1.17/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) m4trace:/usr/share/aclocal-1.17/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) m4trace:/usr/share/aclocal-1.17/maintainer.m4:16: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ]) m4trace:/usr/share/aclocal-1.17/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) m4trace:/usr/share/aclocal-1.17/make.m4:42: -1- m4_pattern_allow([^am__quote$]) m4trace:/usr/share/aclocal-1.17/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) m4trace:/usr/share/aclocal-1.17/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) m4trace:/usr/share/aclocal-1.17/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) m4trace:/usr/share/aclocal-1.17/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) m4trace:/usr/share/aclocal-1.17/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) m4trace:/usr/share/aclocal-1.17/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) m4trace:/usr/share/aclocal-1.17/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) m4trace:/usr/share/aclocal-1.17/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) m4trace:/usr/share/aclocal-1.17/rmf.m4:12: -1- AC_DEFUN([_AM_PROG_RM_F], [am__rm_f_notfound= AS_IF([(rm -f && rm -fr && rm -rf) 2>/dev/null], [], [am__rm_f_notfound='""']) AC_SUBST(am__rm_f_notfound) ]) m4trace:/usr/share/aclocal-1.17/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) m4trace:/usr/share/aclocal-1.17/sanity.m4:11: -1- AC_DEFUN([_AM_SLEEP_FRACTIONAL_SECONDS], [dnl AC_CACHE_CHECK([whether sleep supports fractional seconds], am_cv_sleep_fractional_seconds, [dnl AS_IF([sleep 0.001 2>/dev/null], [am_cv_sleep_fractional_seconds=yes], [am_cv_sleep_fractional_seconds=no]) ])]) m4trace:/usr/share/aclocal-1.17/sanity.m4:28: -1- AC_DEFUN([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION], [dnl AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS]) AC_CACHE_CHECK([filesystem timestamp resolution], am_cv_filesystem_timestamp_resolution, [dnl # Default to the worst case. am_cv_filesystem_timestamp_resolution=2 # Only try to go finer than 1 sec if sleep can do it. # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, # - 1 sec is not much of a win compared to 2 sec, and # - it takes 2 seconds to perform the test whether 1 sec works. # # Instead, just use the default 2s on platforms that have 1s resolution, # accept the extra 1s delay when using $sleep in the Automake tests, in # exchange for not incurring the 2s delay for running the test for all # packages. # am_try_resolutions= if test "$am_cv_sleep_fractional_seconds" = yes; then # Even a millisecond often causes a bunch of false positives, # so just try a hundredth of a second. The time saved between .001 and # .01 is not terribly consequential. am_try_resolutions="0.01 0.1 $am_try_resolutions" fi # In order to catch current-generation FAT out, we must *modify* files # that already exist; the *creation* timestamp is finer. Use names # that make ls -t sort them differently when they have equal # timestamps than when they have distinct timestamps, keeping # in mind that ls -t prints the *newest* file first. rm -f conftest.ts? : > conftest.ts1 : > conftest.ts2 : > conftest.ts3 # Make sure ls -t actually works. Do 'set' in a subshell so we don't # clobber the current shell's arguments. (Outer-level square brackets # are removed by m4; they're present so that m4 does not expand # ; be careful, easy to get confused.) if ( set X `[ls -t conftest.ts[12]]` && { test "$[]*" != "X conftest.ts1 conftest.ts2" || test "$[]*" != "X conftest.ts2 conftest.ts1"; } ); then :; else # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". _AS_ECHO_UNQUOTED( ["Bad output from ls -t: \"`[ls -t conftest.ts[12]]`\""], [AS_MESSAGE_LOG_FD]) AC_MSG_FAILURE([ls -t produces unexpected output. Make sure there is not a broken ls alias in your environment.]) fi for am_try_res in $am_try_resolutions; do # Any one fine-grained sleep might happen to cross the boundary # between two values of a coarser actual resolution, but if we do # two fine-grained sleeps in a row, at least one of them will fall # entirely within a coarse interval. echo alpha > conftest.ts1 sleep $am_try_res echo beta > conftest.ts2 sleep $am_try_res echo gamma > conftest.ts3 # We assume that 'ls -t' will make use of high-resolution # timestamps if the operating system supports them at all. if (set X `ls -t conftest.ts?` && test "$[]2" = conftest.ts3 && test "$[]3" = conftest.ts2 && test "$[]4" = conftest.ts1); then # # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, # because we don't need to test make. make_ok=true if test $am_try_res != 1; then # But if we've succeeded so far with a subsecond resolution, we # have one more thing to check: make. It can happen that # everything else supports the subsecond mtimes, but make doesn't; # notably on macOS, which ships make 3.81 from 2006 (the last one # released under GPLv2). https://bugs.gnu.org/68808 # # We test $MAKE if it is defined in the environment, else "make". # It might get overridden later, but our hope is that in practice # it does not matter: it is the system "make" which is (by far) # the most likely to be broken, whereas if the user overrides it, # probably they did so with a better, or at least not worse, make. # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html # # Create a Makefile (real tab character here): rm -f conftest.mk echo 'conftest.ts1: conftest.ts2' >conftest.mk echo ' touch conftest.ts2' >>conftest.mk # # Now, running # touch conftest.ts1; touch conftest.ts2; make # should touch ts1 because ts2 is newer. This could happen by luck, # but most often, it will fail if make's support is insufficient. So # test for several consecutive successes. # # (We reuse conftest.ts[12] because we still want to modify existing # files, not create new ones, per above.) n=0 make=${MAKE-make} until test $n -eq 3; do echo one > conftest.ts1 sleep $am_try_res echo two > conftest.ts2 # ts2 should now be newer than ts1 if $make -f conftest.mk | grep 'up to date' >/dev/null; then make_ok=false break # out of $n loop fi n=`expr $n + 1` done fi # if $make_ok; then # Everything we know to check worked out, so call this resolution good. am_cv_filesystem_timestamp_resolution=$am_try_res break # out of $am_try_res loop fi # Otherwise, we'll go on to check the next resolution. fi done rm -f conftest.ts? # (end _am_filesystem_timestamp_resolution) ])]) m4trace:/usr/share/aclocal-1.17/sanity.m4:161: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_REQUIRE([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION]) # This check should not be cached, as it may vary across builds of # different projects. AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). am_build_env_is_sane=no am_has_slept=no rm -f conftest.file for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[]*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi test "$[]2" = conftest.file ); then am_build_env_is_sane=yes break fi # Just in case. sleep "$am_cv_filesystem_timestamp_resolution" am_has_slept=yes done AC_MSG_RESULT([$am_build_env_is_sane]) if test "$am_build_env_is_sane" = no; then AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1],, [dnl ( sleep "$am_cv_filesystem_timestamp_resolution" ) & am_sleep_pid=$! ]) AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) m4trace:/usr/share/aclocal-1.17/silent.m4:11: -1- AC_DEFUN([_AM_SILENT_RULES], [AM_DEFAULT_VERBOSITY=1 AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl dnl Delay evaluation of AM_DEFAULT_VERBOSITY to the end to allow multiple calls dnl to AM_SILENT_RULES to change the default value. AC_CONFIG_COMMANDS_PRE([dnl case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; esac if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi ])dnl ]) m4trace:/usr/share/aclocal-1.17/silent.m4:69: -1- AC_DEFUN([AM_SILENT_RULES], [AC_REQUIRE([_AM_SILENT_RULES]) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) m4trace:/usr/share/aclocal-1.17/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) m4trace:/usr/share/aclocal-1.17/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) m4trace:/usr/share/aclocal-1.17/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) m4trace:/usr/share/aclocal-1.17/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test x$am_uid = xunknown; then AC_MSG_WARN([ancient id detected; assuming current UID is ok, but dist-ustar might not work]) elif test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test x$gm_gid = xunknown; then AC_MSG_WARN([ancient id detected; assuming current GID is ok, but dist-ustar might not work]) elif test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) m4trace:/usr/share/aclocal-1.17/xargsn.m4:12: -1- AC_DEFUN([_AM_PROG_XARGS_N], [AC_CACHE_CHECK([xargs -n works], am_cv_xargs_n_works, [dnl AS_IF([test "`echo 1 2 3 | xargs -n2 echo`" = "1 2 3"], [am_cv_xargs_n_works=yes], [am_cv_xargs_n_works=no])]) AS_IF([test "$am_cv_xargs_n_works" = yes], [am__xargs_n='xargs -n'], [dnl am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "$@" "$am__xargs_n_arg"; done; }' ])dnl AC_SUBST(am__xargs_n) ]) m4trace:m4/autobuild.m4:15: -1- AC_DEFUN([AB_INIT], [ AC_REQUIRE([AC_CANONICAL_BUILD]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_MSG_NOTICE([autobuild project... ${PACKAGE_NAME:-$PACKAGE}]) AC_MSG_NOTICE([autobuild revision... ${PACKAGE_VERSION:-$VERSION}]) hostname=`hostname` if test "$hostname"; then AC_MSG_NOTICE([autobuild hostname... $hostname]) fi if test "$EMAIL"; then AC_MSG_NOTICE([autobuild username... $EMAIL]) fi ifelse([$1],[],,[AC_MSG_NOTICE([autobuild mode... $1])]) date=`date +%Y%m%d-%H%M%S` if test "$?" != 0; then date=`date` fi if test "$date"; then AC_MSG_NOTICE([autobuild timestamp... $date]) fi ]) m4trace:m4/codeset.m4:10: -1- AC_DEFUN([AM_LANGINFO_CODESET], [ AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[char* cs = nl_langinfo(CODESET); return !cs;]])], [am_cv_langinfo_codeset=yes], [am_cv_langinfo_codeset=no]) ]) if test $am_cv_langinfo_codeset = yes; then AC_DEFINE([HAVE_LANGINFO_CODESET], [1], [Define if you have and nl_langinfo(CODESET).]) fi ]) m4trace:m4/gettext.m4:55: -1- AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [errprint([ERROR: Use of AM_GNU_GETTEXT without [external] argument is no longer supported. ])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], [no], [yes])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is not documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl In GNU gettext we have to set BUILD_INCLUDED_LIBINTL to 'yes' dnl because some of the testsuite requires it. BUILD_INCLUDED_LIBINTL=yes dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) m4trace:m4/gettext.m4:375: -1- AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) m4trace:m4/gettext.m4:382: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) m4trace:m4/gettext.m4:386: -1- AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], []) m4trace:m4/gpg-error.m4:19: -1- AC_DEFUN([_AM_PATH_POSSIBLE_GPG_ERROR_CONFIG], [dnl gpg_error_config_prefix="" dnl --with-libgpg-error-prefix=PFX is the preferred name for this option, dnl since that is consistent with how our three siblings use the directory/ dnl package name in --with-$dir_name-prefix=PFX. AC_ARG_WITH(libgpg-error-prefix, AS_HELP_STRING([--with-libgpg-error-prefix=PFX], [prefix where GPG Error is installed (optional)]), [gpg_error_config_prefix="$withval"]) dnl Accept --with-gpg-error-prefix and make it work the same as dnl --with-libgpg-error-prefix above, for backwards compatibility, dnl but do not document this old, inconsistently-named option. AC_ARG_WITH(gpg-error-prefix,, [gpg_error_config_prefix="$withval"]) if test x"${GPG_ERROR_CONFIG}" = x ; then if test x"${gpg_error_config_prefix}" != x ; then GPG_ERROR_CONFIG="${gpg_error_config_prefix}/bin/gpg-error-config" else case "${SYSROOT}" in /*) if test -x "${SYSROOT}/bin/gpg-error-config" ; then GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config" fi ;; '') ;; *) AC_MSG_WARN([Ignoring \$SYSROOT as it is not an absolute path.]) ;; esac fi fi AC_PATH_PROG(GPG_ERROR_CONFIG, gpg-error-config, no) ]) m4trace:m4/gpg-error.m4:62: -1- AC_DEFUN([_AM_PATH_GPGRT_CONFIG], [dnl AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no, [$prefix/bin:$PATH]) if test "$GPGRT_CONFIG" != "no"; then # Determine gpgrt_libdir # # Get the prefix of gpgrt-config assuming it's something like: # /bin/gpgrt-config gpgrt_prefix=${GPGRT_CONFIG%/*/*} possible_libdir1=${gpgrt_prefix}/lib # Determine by using system libdir-format with CC, it's like: # Normal style: /usr/lib # GNU cross style: /usr//lib # Debian style: /usr/lib/ # Fedora/openSUSE style: /usr/lib, /usr/lib32 or /usr/lib64 # It is assumed that CC is specified to the one of host on cross build. if libdir_candidates=$(${CC:-cc} -print-search-dirs | \ sed -n -e "/^libraries/{s/libraries: =//;s/:/\\ /g;p;}"); then # From the output of -print-search-dirs, select valid pkgconfig dirs. libdir_candidates=$(for dir in $libdir_candidates; do if p=$(cd $dir 2>/dev/null && pwd); then test -d "$p/pkgconfig" && echo $p; fi done) for possible_libdir0 in $libdir_candidates; do # possible_libdir0: # Fallback candidate, the one of system-installed (by $CC) # (/usr//lib, /usr/lib/ or /usr/lib32) # possible_libdir1: # Another candidate, user-locally-installed # (/lib) # possible_libdir2 # Most preferred # (//lib, # /lib/ or /lib32) if test "${possible_libdir0##*/}" = "lib"; then possible_prefix0=${possible_libdir0%/lib} possible_prefix0_triplet=${possible_prefix0##*/} if test -z "$possible_prefix0_triplet"; then continue fi possible_libdir2=${gpgrt_prefix}/$possible_prefix0_triplet/lib else possible_prefix0=${possible_libdir0%%/lib*} possible_libdir2=${gpgrt_prefix}${possible_libdir0#$possible_prefix0} fi if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir2} elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir1} elif test -f ${possible_libdir0}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir0} fi if test -n "$gpgrt_libdir"; then break; fi done fi if test -z "$gpgrt_libdir"; then # No valid pkgconfig dir in any of the system directories, fallback gpgrt_libdir=${possible_libdir1} fi else unset GPGRT_CONFIG fi if test -n "$gpgrt_libdir"; then # Add the --libdir option to GPGRT_CONFIG GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir" # Make sure if gpgrt-config really works, by testing config gpg-error if ! $GPGRT_CONFIG gpg-error --exists; then # If it doesn't work, clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi else # GPGRT_CONFIG found but no suitable dir for --libdir found. # This is a failure. Clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi ]) m4trace:m4/gpg-error.m4:154: -1- AC_DEFUN([AM_PATH_GPG_ERROR], [ AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([_AM_PATH_POSSIBLE_GPG_ERROR_CONFIG])dnl AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then GPG_ERROR_CONFIG="$GPGRT_CONFIG gpg-error" AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config]) gpg_error_config_version=`$GPG_ERROR_CONFIG --modversion` elif test x"$GPG_ERROR_CONFIG" != x -a "$GPG_ERROR_CONFIG" != "no"; then gpg_error_config_version=`$GPG_ERROR_CONFIG --version` else gpg_error_config_version="0.0" fi min_gpg_error_version=ifelse([$1], ,1.33,$1) ok=no if test "$GPG_ERROR_CONFIG" != "no"; then req_major=`echo $min_gpg_error_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_gpg_error_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` major=`echo $gpg_error_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` minor=`echo $gpg_error_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` if test "$major" -gt "$req_major"; then ok=yes else if test "$major" -eq "$req_major"; then if test "$minor" -ge "$req_minor"; then ok=yes fi fi fi fi AC_MSG_CHECKING(for GPG Error - version >= $min_gpg_error_version) if test $ok = yes; then GPG_ERROR_CFLAGS=`$GPG_ERROR_CONFIG --cflags` GPG_ERROR_LIBS=`$GPG_ERROR_CONFIG --libs` if test -z "$GPGRT_CONFIG"; then GPG_ERROR_MT_CFLAGS=`$GPG_ERROR_CONFIG --mt --cflags 2>/dev/null` GPG_ERROR_MT_LIBS=`$GPG_ERROR_CONFIG --mt --libs 2>/dev/null` else GPG_ERROR_MT_CFLAGS=`$GPG_ERROR_CONFIG --variable=mtcflags 2>/dev/null` GPG_ERROR_MT_CFLAGS="$GPG_ERROR_CFLAGS${GPG_ERROR_CFLAGS:+ }$GPG_ERROR_MT_CFLAGS" GPG_ERROR_MT_LIBS=`$GPG_ERROR_CONFIG --variable=mtlibs 2>/dev/null` GPG_ERROR_MT_LIBS="$GPG_ERROR_LIBS${GPG_ERROR_LIBS:+ }$GPG_ERROR_MT_LIBS" fi AC_MSG_RESULT([yes ($gpg_error_config_version)]) ifelse([$2], , :, [$2]) if test -z "$GPGRT_CONFIG"; then gpg_error_config_host=`$GPG_ERROR_CONFIG --host 2>/dev/null || echo none` else gpg_error_config_host=`$GPG_ERROR_CONFIG --variable=host 2>/dev/null || echo none` fi if test x"$gpg_error_config_host" != xnone ; then if test x"$gpg_error_config_host" != x"$host" ; then AC_MSG_WARN([[ *** *** The config script "$GPG_ERROR_CONFIG" was *** built for $gpg_error_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-libgpg-error-prefix *** to specify a matching config script or use \$SYSROOT. ***]]) gpg_config_script_warn="$gpg_config_script_warn libgpg-error" fi fi else GPG_ERROR_CFLAGS="" GPG_ERROR_LIBS="" GPG_ERROR_MT_CFLAGS="" GPG_ERROR_MT_LIBS="" AC_MSG_RESULT(no) ifelse([$3], , :, [$3]) fi AC_SUBST(GPG_ERROR_CFLAGS) AC_SUBST(GPG_ERROR_LIBS) AC_SUBST(GPG_ERROR_MT_CFLAGS) AC_SUBST(GPG_ERROR_MT_LIBS) ]) m4trace:m4/iconv.m4:10: -1- AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) m4trace:m4/iconv.m4:21: -1- AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, dnl Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif ]], [[int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ { /* Try standardized names. */ iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); /* Try IRIX, OSF/1 names. */ iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); /* Try AIX names. */ iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); /* Try HP-UX names. */ iconv_t cd4 = iconv_open ("utf8", "eucJP"); if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) result |= 16; if (cd1 != (iconv_t)(-1)) iconv_close (cd1); if (cd2 != (iconv_t)(-1)) iconv_close (cd2); if (cd3 != (iconv_t)(-1)) iconv_close (cd3); if (cd4 != (iconv_t)(-1)) iconv_close (cd4); } return result; ]])], [am_cv_func_iconv_works=yes], , [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) m4trace:m4/iconv.m4:246: -1- AC_DEFUN_ONCE([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ]], [[]])], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) else dnl When compiling GNU libiconv on a system that does not have iconv yet, dnl pick the POSIX compliant declaration without 'const'. am_cv_proto_iconv_arg1="" fi AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) dnl Also substitute ICONV_CONST in the gnulib generated . m4_ifdef([gl_ICONV_H_DEFAULTS], [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test -n "$am_cv_proto_iconv_arg1"; then ICONV_CONST="const" fi ]) ]) m4trace:m4/intlmacosx.m4:20: -1- AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in Mac OS X 10.4. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_saved_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFPreferencesCopyAppValue(NULL, NULL)]])], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_saved_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Don't check for the API introduced in Mac OS X 10.5, CFLocaleCopyCurrent, dnl because in macOS 10.13.4 it has the following behaviour: dnl When two or more languages are specified in the dnl "System Preferences > Language & Region > Preferred Languages" panel, dnl it returns en_CC where CC is the territory (even when English is not among dnl the preferred languages!). What we want instead is what dnl CFLocaleCopyCurrent returned in earlier macOS releases and what dnl CFPreferencesCopyAppValue still returns, namely ll_CC where ll is the dnl first among the preferred languages and CC is the territory. AC_CACHE_CHECK([for CFLocaleCopyPreferredLanguages], [gt_cv_func_CFLocaleCopyPreferredLanguages], [gt_saved_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFLocaleCopyPreferredLanguages();]])], [gt_cv_func_CFLocaleCopyPreferredLanguages=yes], [gt_cv_func_CFLocaleCopyPreferredLanguages=no]) LIBS="$gt_saved_LIBS"]) if test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then AC_DEFINE([HAVE_CFLOCALECOPYPREFERREDLANGUAGES], [1], [Define to 1 if you have the Mac OS X function CFLocaleCopyPreferredLanguages in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes \ || test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then dnl Starting with macOS version 14, CoreFoundation relies on CoreServices, dnl and we have to link it in explicitly, otherwise an exception dnl NSInvalidArgumentException "unrecognized selector sent to instance" dnl occurs. INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreServices" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) m4trace:m4/ksba.m4:19: -1- AC_DEFUN([_AM_PATH_GPGRT_CONFIG], [dnl AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no, [$prefix/bin:$PATH]) if test "$GPGRT_CONFIG" != "no"; then # Determine gpgrt_libdir # # Get the prefix of gpgrt-config assuming it's something like: # /bin/gpgrt-config gpgrt_prefix=${GPGRT_CONFIG%/*/*} possible_libdir1=${gpgrt_prefix}/lib # Determine by using system libdir-format with CC, it's like: # Normal style: /usr/lib # GNU cross style: /usr//lib # Debian style: /usr/lib/ # Fedora/openSUSE style: /usr/lib, /usr/lib32 or /usr/lib64 # It is assumed that CC is specified to the one of host on cross build. if libdir_candidates=$(${CC:-cc} -print-search-dirs | \ sed -n -e "/^libraries/{s/libraries: =//;s/:/\\ /g;p;}"); then # From the output of -print-search-dirs, select valid pkgconfig dirs. libdir_candidates=$(for dir in $libdir_candidates; do if p=$(cd $dir 2>/dev/null && pwd); then test -d "$p/pkgconfig" && echo $p; fi done) for possible_libdir0 in $libdir_candidates; do # possible_libdir0: # Fallback candidate, the one of system-installed (by $CC) # (/usr//lib, /usr/lib/ or /usr/lib32) # possible_libdir1: # Another candidate, user-locally-installed # (/lib) # possible_libdir2 # Most preferred # (//lib, # /lib/ or /lib32) if test "${possible_libdir0##*/}" = "lib"; then possible_prefix0=${possible_libdir0%/lib} possible_prefix0_triplet=${possible_prefix0##*/} if test -z "$possible_prefix0_triplet"; then continue fi possible_libdir2=${gpgrt_prefix}/$possible_prefix0_triplet/lib else possible_prefix0=${possible_libdir0%%/lib*} possible_libdir2=${gpgrt_prefix}${possible_libdir0#$possible_prefix0} fi if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir2} elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir1} elif test -f ${possible_libdir0}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir0} fi if test -n "$gpgrt_libdir"; then break; fi done fi if test -z "$gpgrt_libdir"; then # No valid pkgconfig dir in any of the system directories, fallback gpgrt_libdir=${possible_libdir1} fi else unset GPGRT_CONFIG fi if test -n "$gpgrt_libdir"; then # Add the --libdir option to GPGRT_CONFIG GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir" # Make sure if gpgrt-config really works, by testing config gpg-error if ! $GPGRT_CONFIG gpg-error --exists; then # If it doesn't work, clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi else # GPGRT_CONFIG found but no suitable dir for --libdir found. # This is a failure. Clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi ]) m4trace:m4/ksba.m4:109: -1- AC_DEFUN([AM_PATH_KSBA], [ AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl dnl --with-libksba-prefix=PFX is the preferred name for this option, dnl since that is consistent with how our three siblings use the directory/ dnl package name in --with-$dir_name-prefix=PFX. AC_ARG_WITH(libksba-prefix, AS_HELP_STRING([--with-libksba-prefix=PFX], [prefix where KSBA is installed (optional)]), ksba_config_prefix="$withval", ksba_config_prefix="") dnl Accept --with-ksba-prefix and make it work the same as dnl --with-libksba-prefix above, for backwards compatibility, dnl but do not document this old, inconsistently-named option. AC_ARG_WITH(ksba-prefix,, ksba_config_prefix="$withval", ksba_config_prefix="") if test x$ksba_config_prefix != x ; then if test x${KSBA_CONFIG+set} != xset ; then KSBA_CONFIG=$ksba_config_prefix/bin/ksba-config fi fi use_gpgrt_config="" if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG ksba --exists; then KSBA_CONFIG="$GPGRT_CONFIG ksba" AC_MSG_NOTICE([Use gpgrt-config as ksba-config]) use_gpgrt_config=yes fi fi if test -z "$use_gpgrt_config"; then AC_PATH_PROG(KSBA_CONFIG, ksba-config, no) fi tmp=ifelse([$1], ,1:1.0.0,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_ksba_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_ksba_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_ksba_api=0 min_ksba_version="$tmp" fi AC_MSG_CHECKING(for KSBA - version >= $min_ksba_version) ok=no if test "$KSBA_CONFIG" != "no" ; then req_major=`echo $min_ksba_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_ksba_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_ksba_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test -z "$use_gpgrt_config"; then ksba_config_version=`$KSBA_CONFIG --version` else ksba_config_version=`$KSBA_CONFIG --modversion` fi major=`echo $ksba_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` minor=`echo $ksba_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` micro=`echo $ksba_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` if test "$major" -gt "$req_major"; then ok=yes else if test "$major" -eq "$req_major"; then if test "$minor" -gt "$req_minor"; then ok=yes else if test "$minor" -eq "$req_minor"; then if test "$micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then AC_MSG_RESULT([yes ($ksba_config_version)]) else AC_MSG_RESULT(no) fi if test $ok = yes; then # Even if we have a recent libksba, we should check that the # API is compatible. if test "$req_ksba_api" -gt 0 ; then if test -z "$use_gpgrt_config"; then tmp=`$KSBA_CONFIG --api-version 2>/dev/null || echo 0` else tmp=`$KSBA_CONFIG --variable=api_version 2>/dev/null || echo 0` fi if test "$tmp" -gt 0 ; then AC_MSG_CHECKING([KSBA API version]) if test "$req_ksba_api" -eq "$tmp" ; then AC_MSG_RESULT(okay) else ok=no AC_MSG_RESULT([does not match. want=$req_ksba_api got=$tmp.]) fi fi fi fi if test $ok = yes; then KSBA_CFLAGS=`$KSBA_CONFIG --cflags` KSBA_LIBS=`$KSBA_CONFIG --libs` ifelse([$2], , :, [$2]) if test -z "$use_gpgrt_config"; then libksba_config_host=`$KSBA_CONFIG --host 2>/dev/null || echo none` else libksba_config_host=`$KSBA_CONFIG --variable=host 2>/dev/null || echo none` fi if test x"$libksba_config_host" != xnone ; then if test x"$libksba_config_host" != x"$host" ; then AC_MSG_WARN([[ *** *** The config script "$KSBA_CONFIG" was *** built for $libksba_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-libksba-prefix *** to specify a matching config script. ***]]) fi fi else KSBA_CFLAGS="" KSBA_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(KSBA_CFLAGS) AC_SUBST(KSBA_LIBS) ]) m4trace:m4/lcmessage.m4:22: -1- AC_DEFUN([gt_LC_MESSAGES], [ AC_CACHE_CHECK([for LC_MESSAGES], [gt_cv_val_LC_MESSAGES], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[return LC_MESSAGES]])], [gt_cv_val_LC_MESSAGES=yes], [gt_cv_val_LC_MESSAGES=no])]) if test $gt_cv_val_LC_MESSAGES = yes; then AC_DEFINE([HAVE_LC_MESSAGES], [1], [Define if your file defines LC_MESSAGES.]) fi ]) m4trace:m4/ldap.m4:13: -1- AC_DEFUN([GNUPG_CHECK_LDAP], [ # Try and link a LDAP test program to weed out unusable LDAP # libraries. -lldap [-llber [-lresolv]] is for older OpenLDAPs. # OpenLDAP, circa 1999, was terrible with creating weird dependencies. # If all else fails, the user can play guess-the-dependency by using # something like ./configure LDAPLIBS="-Lfoo -lbar" gnupg_have_ldap=no AC_ARG_WITH(ldap, AS_HELP_STRING([--with-ldap=DIR],[look for the LDAP library in DIR]), [_ldap_with=$withval]) if test x$_ldap_with != xno ; then if test -d "$withval" ; then LDAP_CPPFLAGS="-I$withval/include" LDAP_LDFLAGS="-L$withval/lib" fi _ldap_save_cppflags=$CPPFLAGS CPPFLAGS="${LDAP_CPPFLAGS} ${CPPFLAGS}" _ldap_save_ldflags=$LDFLAGS LDFLAGS="${LDAP_LDFLAGS} ${LDFLAGS}" for MY_LDAPLIBS in ${LDAPLIBS+"$LDAPLIBS"} "-lldap" "-lldap -llber" "-lldap -llber -lresolv" "-lwldap32"; do _ldap_save_libs=$LIBS LIBS="$MY_LDAPLIBS $1 $LIBS" AC_MSG_CHECKING([whether LDAP via "$MY_LDAPLIBS" is present and sane]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #ifdef _WIN32 #include #include #else #define LDAP_DEPRECATED 1 #include #endif ]],[[ldap_open("foobar",1234);]])], [gnupg_cv_func_ldap_init=yes],[gnupg_cv_func_ldap_init=no]) AC_MSG_RESULT([$gnupg_cv_func_ldap_init]) if test $gnupg_cv_func_ldap_init = no; then AC_MSG_CHECKING([whether I can make LDAP be sane with lber.h]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include #define LDAP_DEPRECATED 1 #include ]],[[ldap_open("foobar",1234);]])], [gnupg_cv_func_ldaplber_init=yes],[gnupg_cv_func_ldaplber_init=no]) AC_MSG_RESULT([$gnupg_cv_func_ldaplber_init]) fi if test "$gnupg_cv_func_ldaplber_init" = yes ; then AC_DEFINE(NEED_LBER_H,1,[Define if the LDAP library requires including lber.h before ldap.h]) fi if test "$gnupg_cv_func_ldap_init" = yes || \ test "$gnupg_cv_func_ldaplber_init" = yes ; then LDAPLIBS="$LDAP_LDFLAGS $MY_LDAPLIBS" GPGKEYS_LDAP="gpg2keys_ldap$EXEEXT" gnupg_have_ldap=yes AC_CHECK_FUNCS(ldap_get_option ldap_set_option) # The extra test for ldap_start_tls_sA is for W32 because # that is the actual function in the library. AC_CHECK_FUNCS(ldap_start_tls_s ldap_start_tls_sA) if test "$ac_cv_func_ldap_get_option" != yes ; then AC_MSG_CHECKING([whether LDAP supports ld_errno]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[LDAP *ldap; ldap->ld_errno;]])], [gnupg_cv_func_ldap_ld_errno=yes], [gnupg_cv_func_ldap_ld_errno=no]) AC_MSG_RESULT([$gnupg_cv_func_ldap_ld_errno]) if test "$gnupg_cv_func_ldap_ld_errno" = yes ; then AC_DEFINE(HAVE_LDAP_LD_ERRNO,1,[Define if the LDAP library supports ld_errno]) fi fi fi LIBS=$_ldap_save_libs if test "$GPGKEYS_LDAP" != "" ; then break; fi done AC_SUBST(GPGKEYS_LDAP) AC_SUBST(LDAPLIBS) AC_SUBST(LDAP_CPPFLAGS) CPPFLAGS=$_ldap_save_cppflags LDFLAGS=$_ldap_save_ldflags fi ]) m4trace:m4/lib-ld.m4:12: -1- AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(acl_cv_path_LD, [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT($LD) else AC_MSG_RESULT(no) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) m4trace:m4/lib-link.m4:17: -1- AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes undefine([Name]) undefine([NAME]) ]) m4trace:m4/lib-link.m4:56: -1- AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" LIBS="$LIBS $LIB[]NAME" AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) undefine([Name]) undefine([NAME]) ]) m4trace:m4/lib-link.m4:109: -1- AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE(rpath, [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) m4trace:m4/lib-link.m4:144: -1- AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Autoconf >= 2.61 supports dots in --with options. define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib]N_A_M_E[-prefix], [ --with-lib]N_A_M_E[-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib --without-lib]N_A_M_E[-prefix don't search for lib$1 in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-search. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` LIB[]NAME[]_PREFIX="$basedir" additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi ]) m4trace:m4/lib-link.m4:618: -1- AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) m4trace:m4/lib-link.m4:642: -1- AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) m4trace:m4/lib-prefix.m4:12: -1- AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])]) m4trace:m4/lib-prefix.m4:22: -1- AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) m4trace:m4/lib-prefix.m4:122: -1- AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) m4trace:m4/lib-prefix.m4:145: -1- AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) m4trace:m4/lib-prefix.m4:158: -1- AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. The current dnl practice is that on a system supporting 32-bit and 64-bit instruction dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit dnl libraries go under $prefix/lib. We determine the compiler's default dnl mode by looking at the compiler's library search path. If at least dnl of its elements ends in /lib64 or points to a directory whose absolute dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the dnl default, namely "lib". acl_libdirstem=lib searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ]) m4trace:m4/libassuan.m4:19: -1- AC_DEFUN([_AM_PATH_GPGRT_CONFIG], [dnl AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no, [$prefix/bin:$PATH]) if test "$GPGRT_CONFIG" != "no"; then # Determine gpgrt_libdir # # Get the prefix of gpgrt-config assuming it's something like: # /bin/gpgrt-config gpgrt_prefix=${GPGRT_CONFIG%/*/*} possible_libdir1=${gpgrt_prefix}/lib # Determine by using system libdir-format with CC, it's like: # Normal style: /usr/lib # GNU cross style: /usr//lib # Debian style: /usr/lib/ # Fedora/openSUSE style: /usr/lib, /usr/lib32 or /usr/lib64 # It is assumed that CC is specified to the one of host on cross build. if libdir_candidates=$(${CC:-cc} -print-search-dirs | \ sed -n -e "/^libraries/{s/libraries: =//;s/:/\\ /g;p;}"); then # From the output of -print-search-dirs, select valid pkgconfig dirs. libdir_candidates=$(for dir in $libdir_candidates; do if p=$(cd $dir 2>/dev/null && pwd); then test -d "$p/pkgconfig" && echo $p; fi done) for possible_libdir0 in $libdir_candidates; do # possible_libdir0: # Fallback candidate, the one of system-installed (by $CC) # (/usr//lib, /usr/lib/ or /usr/lib32) # possible_libdir1: # Another candidate, user-locally-installed # (/lib) # possible_libdir2 # Most preferred # (//lib, # /lib/ or /lib32) if test "${possible_libdir0##*/}" = "lib"; then possible_prefix0=${possible_libdir0%/lib} possible_prefix0_triplet=${possible_prefix0##*/} if test -z "$possible_prefix0_triplet"; then continue fi possible_libdir2=${gpgrt_prefix}/$possible_prefix0_triplet/lib else possible_prefix0=${possible_libdir0%%/lib*} possible_libdir2=${gpgrt_prefix}${possible_libdir0#$possible_prefix0} fi if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir2} elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir1} elif test -f ${possible_libdir0}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir0} fi if test -n "$gpgrt_libdir"; then break; fi done fi if test -z "$gpgrt_libdir"; then # No valid pkgconfig dir in any of the system directories, fallback gpgrt_libdir=${possible_libdir1} fi else unset GPGRT_CONFIG fi if test -n "$gpgrt_libdir"; then # Add the --libdir option to GPGRT_CONFIG GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir" # Make sure if gpgrt-config really works, by testing config gpg-error if ! $GPGRT_CONFIG gpg-error --exists; then # If it doesn't work, clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi else # GPGRT_CONFIG found but no suitable dir for --libdir found. # This is a failure. Clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi ]) m4trace:m4/libassuan.m4:103: -1- AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], [ AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl AC_ARG_WITH(libassuan-prefix, AS_HELP_STRING([--with-libassuan-prefix=PFX], [prefix where LIBASSUAN is installed (optional)]), libassuan_config_prefix="$withval", libassuan_config_prefix="") if test x$libassuan_config_prefix != x ; then if test x${LIBASSUAN_CONFIG+set} != xset ; then LIBASSUAN_CONFIG=$libassuan_config_prefix/bin/libassuan-config fi fi use_gpgrt_config="" if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG libassuan --exists; then LIBASSUAN_CONFIG="$GPGRT_CONFIG libassuan" AC_MSG_NOTICE([Use gpgrt-config as libassuan-config]) use_gpgrt_config=yes fi fi if test -z "$use_gpgrt_config"; then AC_PATH_PROG(LIBASSUAN_CONFIG, libassuan-config, no) fi tmp=ifelse([$1], ,1:0.9.2,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_libassuan_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_libassuan_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_libassuan_api=0 min_libassuan_version="$tmp" fi AC_MSG_CHECKING(for LIBASSUAN - version >= $min_libassuan_version) ok=no if test "$LIBASSUAN_CONFIG" != "no"; then req_major=`echo $min_libassuan_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_libassuan_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_libassuan_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test -z "$use_gpgrt_config"; then libassuan_config_version=`$LIBASSUAN_CONFIG --version` else libassuan_config_version=`$LIBASSUAN_CONFIG --modversion` fi major=`echo $libassuan_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` minor=`echo $libassuan_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` micro=`echo $libassuan_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` if test "$major" -gt "$req_major"; then ok=yes else if test "$major" -eq "$req_major"; then if test "$minor" -gt "$req_minor"; then ok=yes else if test "$minor" -eq "$req_minor"; then if test "$micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then AC_MSG_RESULT([yes ($libassuan_config_version)]) AC_DEFINE_UNQUOTED(LIBASSUAN_API_REQUESTED, $req_libassuan_api, [Requested API version for libassuan]) else AC_MSG_RESULT(no) fi if test $ok = yes; then if test "$req_libassuan_api" -gt 0 ; then if test -z "$use_gpgrt_config"; then tmp=`$LIBASSUAN_CONFIG --api-version 2>/dev/null || echo 0` else tmp=`$LIBASSUAN_CONFIG --variable=api_version 2>/dev/null || echo 0` fi if test "$tmp" -gt 0 ; then AC_MSG_CHECKING([LIBASSUAN API version]) if test "$req_libassuan_api" -eq "$tmp" ; then AC_MSG_RESULT(okay) elif test "$req_libassuan_api" -eq 2 -a "$tmp" -eq 3; then AC_MSG_RESULT(okay) else ok=no AC_MSG_RESULT([does not match. want=$req_libassuan_api got=$tmp.]) fi fi fi fi if test $ok = yes; then if test x"$host" != x ; then if test -z "$use_gpgrt_config"; then libassuan_config_host=`$LIBASSUAN_CONFIG --host 2>/dev/null || echo none` else libassuan_config_host=`$LIBASSUAN_CONFIG --variable=host 2>/dev/null || echo none` fi if test x"$libassuan_config_host" != xnone ; then if test x"$libassuan_config_host" != x"$host" ; then AC_MSG_WARN([[ *** *** The config script "$LIBASSUAN_CONFIG" was *** built for $libassuan_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-libassuan-prefix *** to specify a matching config script. ***]]) fi fi fi fi ]) m4trace:m4/libassuan.m4:232: -1- AC_DEFUN([AM_CHECK_LIBASSUAN], [ _AM_PATH_LIBASSUAN_COMMON($1) if test $ok = yes; then ifelse([$2], , :, [$2]) else ifelse([$3], , :, [$3]) fi ]) m4trace:m4/libassuan.m4:248: -1- AC_DEFUN([AM_PATH_LIBASSUAN], [ _AM_PATH_LIBASSUAN_COMMON($1) if test $ok = yes; then LIBASSUAN_CFLAGS=`$LIBASSUAN_CONFIG --cflags` LIBASSUAN_LIBS=`$LIBASSUAN_CONFIG --libs` ifelse([$2], , :, [$2]) else LIBASSUAN_CFLAGS="" LIBASSUAN_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(LIBASSUAN_CFLAGS) AC_SUBST(LIBASSUAN_LIBS) ]) m4trace:m4/libgcrypt.m4:21: -1- AC_DEFUN([_AM_PATH_GPGRT_CONFIG], [dnl AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no, [$prefix/bin:$PATH]) if test "$GPGRT_CONFIG" != "no"; then # Determine gpgrt_libdir # # Get the prefix of gpgrt-config assuming it's something like: # /bin/gpgrt-config gpgrt_prefix=${GPGRT_CONFIG%/*/*} possible_libdir1=${gpgrt_prefix}/lib # Determine by using system libdir-format with CC, it's like: # Normal style: /usr/lib # GNU cross style: /usr//lib # Debian style: /usr/lib/ # Fedora/openSUSE style: /usr/lib, /usr/lib32 or /usr/lib64 # It is assumed that CC is specified to the one of host on cross build. if libdir_candidates=$(${CC:-cc} -print-search-dirs | \ sed -n -e "/^libraries/{s/libraries: =//;s/:/\\ /g;p;}"); then # From the output of -print-search-dirs, select valid pkgconfig dirs. libdir_candidates=$(for dir in $libdir_candidates; do if p=$(cd $dir 2>/dev/null && pwd); then test -d "$p/pkgconfig" && echo $p; fi done) for possible_libdir0 in $libdir_candidates; do # possible_libdir0: # Fallback candidate, the one of system-installed (by $CC) # (/usr//lib, /usr/lib/ or /usr/lib32) # possible_libdir1: # Another candidate, user-locally-installed # (/lib) # possible_libdir2 # Most preferred # (//lib, # /lib/ or /lib32) if test "${possible_libdir0##*/}" = "lib"; then possible_prefix0=${possible_libdir0%/lib} possible_prefix0_triplet=${possible_prefix0##*/} if test -z "$possible_prefix0_triplet"; then continue fi possible_libdir2=${gpgrt_prefix}/$possible_prefix0_triplet/lib else possible_prefix0=${possible_libdir0%%/lib*} possible_libdir2=${gpgrt_prefix}${possible_libdir0#$possible_prefix0} fi if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir2} elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir1} elif test -f ${possible_libdir0}/pkgconfig/gpg-error.pc; then gpgrt_libdir=${possible_libdir0} fi if test -n "$gpgrt_libdir"; then break; fi done fi if test -z "$gpgrt_libdir"; then # No valid pkgconfig dir in any of the system directories, fallback gpgrt_libdir=${possible_libdir1} fi else unset GPGRT_CONFIG fi if test -n "$gpgrt_libdir"; then # Add the --libdir option to GPGRT_CONFIG GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir" # Make sure if gpgrt-config really works, by testing config gpg-error if ! $GPGRT_CONFIG gpg-error --exists; then # If it doesn't work, clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi else # GPGRT_CONFIG found but no suitable dir for --libdir found. # This is a failure. Clear the GPGRT_CONFIG variable. unset GPGRT_CONFIG fi ]) m4trace:m4/libgcrypt.m4:116: -1- AC_DEFUN([AM_PATH_LIBGCRYPT], [ AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl AC_ARG_WITH(libgcrypt-prefix, AS_HELP_STRING([--with-libgcrypt-prefix=PFX], [prefix where LIBGCRYPT is installed (optional)]), libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="") if test x"${LIBGCRYPT_CONFIG}" = x ; then if test x"${libgcrypt_config_prefix}" != x ; then LIBGCRYPT_CONFIG="${libgcrypt_config_prefix}/bin/libgcrypt-config" fi fi use_gpgrt_config="" if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG libgcrypt --exists; then LIBGCRYPT_CONFIG="$GPGRT_CONFIG libgcrypt" AC_MSG_NOTICE([Use gpgrt-config as libgcrypt-config]) use_gpgrt_config=yes fi fi if test -z "$use_gpgrt_config"; then if test x"${LIBGCRYPT_CONFIG}" = x ; then case "${SYSROOT}" in /*) if test -x "${SYSROOT}/bin/libgcrypt-config" ; then LIBGCRYPT_CONFIG="${SYSROOT}/bin/libgcrypt-config" fi ;; '') ;; *) AC_MSG_WARN([Ignoring \$SYSROOT as it is not an absolute path.]) ;; esac fi AC_PATH_PROG(LIBGCRYPT_CONFIG, libgcrypt-config, no) fi tmp=ifelse([$1], ,1:1.2.0,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_libgcrypt_api=0 min_libgcrypt_version="$tmp" fi AC_MSG_CHECKING(for LIBGCRYPT - version >= $min_libgcrypt_version) ok=no if test "$LIBGCRYPT_CONFIG" != "no" ; then req_major=`echo $min_libgcrypt_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_libgcrypt_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_libgcrypt_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test -z "$use_gpgrt_config"; then libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version` else libgcrypt_config_version=`$LIBGCRYPT_CONFIG --modversion` fi major=`echo $libgcrypt_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` minor=`echo $libgcrypt_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` micro=`echo $libgcrypt_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` if test "$major" -gt "$req_major"; then ok=yes else if test "$major" -eq "$req_major"; then if test "$minor" -gt "$req_minor"; then ok=yes else if test "$minor" -eq "$req_minor"; then if test "$micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then AC_MSG_RESULT([yes ($libgcrypt_config_version)]) else AC_MSG_RESULT(no) fi if test $ok = yes; then # If we have a recent libgcrypt, we should also check that the # API is compatible if test "$req_libgcrypt_api" -gt 0 ; then if test -z "$use_gpgrt_config"; then tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0` else tmp=`$LIBGCRYPT_CONFIG --variable=api_version 2>/dev/null || echo 0` fi if test "$tmp" -gt 0 ; then AC_MSG_CHECKING([LIBGCRYPT API version]) if test "$req_libgcrypt_api" -eq "$tmp" ; then AC_MSG_RESULT([okay]) else ok=no AC_MSG_RESULT([does not match. want=$req_libgcrypt_api got=$tmp]) fi fi fi fi if test $ok = yes; then LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags` LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs` ifelse([$2], , :, [$2]) if test -z "$use_gpgrt_config"; then libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none` else libgcrypt_config_host=`$LIBGCRYPT_CONFIG --variable=host 2>/dev/null || echo none` fi if test x"$libgcrypt_config_host" != xnone ; then if test x"$libgcrypt_config_host" != x"$host" ; then AC_MSG_WARN([[ *** *** The config script "$LIBGCRYPT_CONFIG" was *** built for $libgcrypt_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-libgcrypt-prefix *** to specify a matching config script or use \$SYSROOT. ***]]) gpg_config_script_warn="$gpg_config_script_warn libgcrypt" fi fi else LIBGCRYPT_CFLAGS="" LIBGCRYPT_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(LIBGCRYPT_CFLAGS) AC_SUBST(LIBGCRYPT_LIBS) ]) m4trace:m4/nls.m4:22: -1- AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) ]) m4trace:m4/npth.m4:14: -1- AC_DEFUN([_AM_PATH_NPTH_CONFIG], [ AC_ARG_WITH(npth-prefix, AS_HELP_STRING([--with-npth-prefix=PFX], [prefix where NPTH is installed (optional)]), npth_config_prefix="$withval", npth_config_prefix="") if test "x$npth_config_prefix" != x ; then NPTH_CONFIG="$npth_config_prefix/bin/npth-config" fi use_gpgrt_config="" if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG npth --exists; then NPTH_CONFIG="$GPGRT_CONFIG npth" AC_MSG_NOTICE([Use gpgrt-config as npth-config]) use_gpgrt_config=yes fi fi if test -z "$use_gpgrt_config"; then AC_PATH_PROG(NPTH_CONFIG, npth-config, no) fi if test "$NPTH_CONFIG" != "no" ; then if test -z "$use_gpgrt_config"; then npth_version=`$NPTH_CONFIG --version` else npth_version=`$NPTH_CONFIG --modversion` fi fi npth_version_major=`echo $npth_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` npth_version_minor=`echo $npth_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` ]) m4trace:m4/npth.m4:52: -1- AC_DEFUN([AM_PATH_NPTH], [ AC_REQUIRE([_AM_PATH_NPTH_CONFIG])dnl tmp=ifelse([$1], ,1:0.91,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_npth_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_npth_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_npth_api=1 min_npth_version="$tmp" fi AC_MSG_CHECKING(for NPTH - version >= $min_npth_version) ok=no if test "$NPTH_CONFIG" != "no" ; then req_major=`echo $min_npth_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_npth_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` if test "$npth_version_major" -gt "$req_major"; then ok=yes else if test "$npth_version_major" -eq "$req_major"; then if test "$npth_version_minor" -gt "$req_minor"; then ok=yes else if test "$npth_version_minor" -eq "$req_minor"; then ok=yes fi fi fi fi fi if test $ok = yes; then AC_MSG_RESULT([yes ($npth_version)]) else AC_MSG_RESULT(no) fi if test $ok = yes; then # If we have a recent NPTH, we should also check that the # API is compatible. if test "$req_npth_api" -gt 0 ; then if test -z "$use_gpgrt_config"; then tmp=`$NPTH_CONFIG --api-version 2>/dev/null || echo 0` else tmp=`$NPTH_CONFIG --variable=api_version 2>/dev/null || echo 0` fi if test "$tmp" -gt 0 ; then AC_MSG_CHECKING([NPTH API version]) if test "$req_npth_api" -eq "$tmp" ; then AC_MSG_RESULT([okay]) else ok=no AC_MSG_RESULT([does not match. want=$req_npth_api got=$tmp]) fi fi fi fi if test $ok = yes; then NPTH_CFLAGS=`$NPTH_CONFIG --cflags` NPTH_LIBS=`$NPTH_CONFIG --libs` ifelse([$2], , :, [$2]) if test -z "$use_gpgrt_config"; then npth_config_host=`$NPTH_CONFIG --host 2>/dev/null || echo none` else npth_config_host=`$NPTH_CONFIG --variable=host 2>/dev/null || echo none` fi if test x"$npth_config_host" != xnone ; then if test x"$npth_config_host" != x"$host" ; then AC_MSG_WARN([[ *** *** The config script "$NPTH_CONFIG" was *** built for $npth_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-npth-prefix *** to specify a matching config script. ***]]) fi fi else NPTH_CFLAGS="" NPTH_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(NPTH_CFLAGS) AC_SUBST(NPTH_LIBS) ]) m4trace:m4/ntbtls.m4:26: -1- AC_DEFUN([AM_PATH_NTBTLS], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_ARG_WITH(ntbtls-prefix, AS_HELP_STRING([--with-ntbtls-prefix=PFX], [prefix where NTBTLS is installed (optional)]), ntbtls_config_prefix="$withval", ntbtls_config_prefix="") if test x"${NTBTLS_CONFIG}" = x ; then if test x"${ntbtls_config_prefix}" != x ; then NTBTLS_CONFIG="${ntbtls_config_prefix}/bin/ntbtls-config" fi fi use_gpgrt_config="" if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG ntbtls --exists; then NTBTLS_CONFIG="$GPGRT_CONFIG ntbtls" AC_MSG_NOTICE([Use gpgrt-config as ntbtls-config]) use_gpgrt_config=yes fi fi if test -z "$use_gpgrt_config"; then if test x"${NTBTLS_CONFIG}" = x ; then case "${SYSROOT}" in /*) if test -x "${SYSROOT}/bin/ntbtls-config" ; then NTBTLS_CONFIG="${SYSROOT}/bin/ntbtls-config" fi ;; '') ;; *) AC_MSG_WARN([Ignoring \$SYSROOT as it is not an absolute path.]) ;; esac fi AC_PATH_PROG(NTBTLS_CONFIG, ntbtls-config, no) fi tmp=ifelse([$1], ,1:1.0.0,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_ntbtls_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_ntbtls_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_ntbtls_api=0 min_ntbtls_version="$tmp" fi AC_MSG_CHECKING(for NTBTLS - version >= $min_ntbtls_version) ok=no if test "$NTBTLS_CONFIG" != "no" ; then req_major=`echo $min_ntbtls_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_ntbtls_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_ntbtls_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test -z "$use_gpgrt_config"; then ntbtls_config_version=`$NTBTLS_CONFIG --version` else ntbtls_config_version=`$NTBTLS_CONFIG --modversion` fi major=`echo $ntbtls_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` minor=`echo $ntbtls_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` micro=`echo $ntbtls_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` if test "$major" -gt "$req_major"; then ok=yes else if test "$major" -eq "$req_major"; then if test "$minor" -gt "$req_minor"; then ok=yes else if test "$minor" -eq "$req_minor"; then if test "$micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then AC_MSG_RESULT([yes ($ntbtls_config_version)]) else AC_MSG_RESULT(no) fi if test $ok = yes; then # If we have a recent ntbtls, we should also check that the # API is compatible if test "$req_ntbtls_api" -gt 0 ; then if test -z "$use_gpgrt_config"; then tmp=`$NTBTLS_CONFIG --api-version 2>/dev/null || echo 0` else tmp=`$NTBTLS_CONFIG --variable=api_version 2>/dev/null || echo 0` fi if test "$tmp" -gt 0 ; then AC_MSG_CHECKING([NTBTLS API version]) if test "$req_ntbtls_api" -eq "$tmp" ; then AC_MSG_RESULT([okay]) else ok=no AC_MSG_RESULT([does not match. want=$req_ntbtls_api got=$tmp]) fi fi fi fi if test $ok = yes; then NTBTLS_CFLAGS=`$NTBTLS_CONFIG --cflags` NTBTLS_LIBS=`$NTBTLS_CONFIG --libs` ifelse([$2], , :, [$2]) if test -z "$use_gpgrt_config"; then ntbtls_config_host=`$NTBTLS_CONFIG --host 2>/dev/null || echo none` else ntbtls_config_host=`$NTBTLS_CONFIG --variable=host 2>/dev/null || echo none` fi if test x"$ntbtls_config_host" != xnone ; then if test x"$ntbtls_config_host" != x"$host" ; then AC_MSG_WARN([[ *** *** The config script "$NTBTLS_CONFIG" was *** built for $ntbtls_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-ntbtls-prefix *** to specify a matching config script or use \$SYSROOT. ***]]) gpg_config_script_warn="$gpg_config_script_warn ntbtls" fi fi else NTBTLS_CFLAGS="" NTBTLS_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(NTBTLS_CFLAGS) AC_SUBST(NTBTLS_LIBS) ]) m4trace:m4/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ]) m4trace:m4/pkg.m4:60: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) m4trace:m4/pkg.m4:86: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ]) m4trace:m4/pkg.m4:106: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ]) m4trace:m4/pkg.m4:169: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:m4/pkg.m4:189: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:m4/pkg.m4:206: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ]) m4trace:m4/po.m4:23: -1- AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) m4trace:m4/po.m4:218: -1- AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" <conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) m4trace:m4/readline.m4:14: -1- AC_DEFUN([GNUPG_CHECK_READLINE], [ AC_ARG_WITH(readline, AS_HELP_STRING([--with-readline=DIR], [look for the readline library in DIR]), [_do_readline=$withval],[_do_readline=yes]) gnupg_cv_have_readline=no if test "$_do_readline" != "no" ; then if test -d "$withval" ; then CPPFLAGS="${CPPFLAGS} -I$withval/include" LDFLAGS="${LDFLAGS} -L$withval/lib" fi for _termcap in "" "-ltermcap" "-lcurses" "-lncurses" ; do _readline_save_libs=$LIBS _combo="-lreadline${_termcap:+ $_termcap}" LIBS="$LIBS $_combo" AC_MSG_CHECKING([whether readline via "$_combo" is present and sane]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include #include #include ]],[[ rl_completion_func_t *completer; add_history("foobar"); rl_catch_signals=0; rl_inhibit_completion=0; rl_attempted_completion_function=NULL; rl_completion_matches(NULL,NULL); ]])],[_found_readline=yes],[_found_readline=no]) AC_MSG_RESULT([$_found_readline]) LIBS=$_readline_save_libs if test $_found_readline = yes ; then AC_DEFINE(HAVE_LIBREADLINE,1, [Define to 1 if you have a fully functional readline library.]) AC_SUBST(LIBREADLINE,$_combo) gnupg_cv_have_readline=yes break fi done unset _termcap unset _readline_save_libs unset _combo unset _found_readline fi ]) m4trace:m4/socklen.m4:15: -1- AC_DEFUN([gl_TYPE_SOCKLEN_T], [AC_REQUIRE([gl_CHECK_SOCKET_HEADERS])dnl AC_CHECK_TYPE([socklen_t], , [AC_CACHE_CHECK([for socklen_t equivalent], [gl_cv_socklen_t_equiv], [# Systems have either "struct sockaddr *" or # "void *" as the second argument to getpeername gl_cv_socklen_t_equiv= for arg2 in "struct sockaddr" void; do for t in int size_t "unsigned int" "long int" "unsigned long int"; do AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#include #include int getpeername (int, $arg2 *, $t *);]], [[$t len; getpeername (0, 0, &len);]])], [gl_cv_socklen_t_equiv="$t"]) test "$gl_cv_socklen_t_equiv" != "" && break done test "$gl_cv_socklen_t_equiv" != "" && break done if test "$gl_cv_socklen_t_equiv" = ""; then AC_MSG_ERROR([Cannot find a type to use in place of socklen_t]) fi ]) AC_DEFINE_UNQUOTED([socklen_t], [$gl_cv_socklen_t_equiv], [type to use in place of socklen_t if not defined])], [gl_SOCKET_HEADERS])]) m4trace:m4/socklen.m4:51: -1- AC_DEFUN([gl_SOCKET_HEADERS], [ /* is not needed according to POSIX, but the in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #if HAVE_SYS_SOCKET_H # include #elif HAVE_WS2TCPIP_H # include #endif ]) m4trace:m4/socklen.m4:67: -1- AC_DEFUN([gl_CHECK_SOCKET_HEADERS], [AC_CHECK_HEADERS_ONCE([sys/socket.h]) if test $ac_cv_header_sys_socket_h = no; then dnl We cannot use AC_CHECK_HEADERS_ONCE here, because that would make dnl the check for those headers unconditional; yet cygwin reports dnl that the headers are present but cannot be compiled (since on dnl cygwin, all socket information should come from sys/socket.h). AC_CHECK_HEADERS([ws2tcpip.h]) fi ]) m4trace:acinclude.m4:22: -1- AC_DEFUN([GNUPG_CHECK_TYPEDEF], [ AC_MSG_CHECKING(for $1 typedef) AC_CACHE_VAL(gnupg_cv_typedef_$1, [AC_TRY_COMPILE([#define _GNU_SOURCE 1 #include #include ], [ #undef $1 int a = sizeof($1); ], gnupg_cv_typedef_$1=yes, gnupg_cv_typedef_$1=no )]) AC_MSG_RESULT($gnupg_cv_typedef_$1) if test "$gnupg_cv_typedef_$1" = yes; then AC_DEFINE($2,1,[Defined if a `]$1[' is typedef'd]) fi ]) m4trace:acinclude.m4:40: -1- AC_DEFUN([GNUPG_CHECK_GNUMAKE], [ if ${MAKE-make} --version 2>/dev/null | grep '^GNU ' >/dev/null 2>&1; then : else AC_MSG_WARN([[ *** *** It seems that you are not using GNU make. Some make tools have serious *** flaws and you may not be able to build this software at all. Before you *** complain, please try GNU make: GNU make is easy to build and available *** at all GNU archives. It is always available from ftp.gnu.org:/gnu/make. ***]]) fi ]) m4trace:acinclude.m4:62: -1- AC_DEFUN([GNUPG_BUILD_PROGRAM], [m4_define([my_build], [m4_bpatsubst(build_$1, [[^a-zA-Z0-9_]], [_])]) my_build=$2 m4_if([$2],[yes],[ AC_ARG_ENABLE([$1], AS_HELP_STRING([--disable-$1], [do not build the $1 program]), my_build=$enableval, my_build=$2) ],[ AC_ARG_ENABLE([$1], AS_HELP_STRING([--enable-$1], [build the $1 program]), my_build=$enableval, my_build=$2) ]) case "$my_build" in no|yes) ;; *) AC_MSG_ERROR([only yes or no allowed for feature --enable-$1]) ;; esac m4_undefine([my_build]) ]) m4trace:acinclude.m4:90: -1- AC_DEFUN([GNUPG_GPG_DISABLE_ALGO], [AC_MSG_CHECKING([whether to enable the $2 for gpg]) AC_ARG_ENABLE([gpg-$1], AS_HELP_STRING([--disable-gpg-$1], [disable the $2 algorithm in gpg]), , enableval=yes) AC_MSG_RESULT($enableval) if test x"$enableval" = xyes ; then AC_DEFINE(GPG_USE_[]m4_toupper($1), 1, [Define to support the $2]) fi ]) m4trace:acinclude.m4:104: -1- AC_DEFUN([GNUPG_TIME_T_UNSIGNED], [ AC_CACHE_CHECK(whether time_t is unsigned, gnupg_cv_time_t_unsigned, [AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY( [AC_INCLUDES_DEFAULT([]) #if HAVE_SYS_TIME_H # include #else # include #endif ], [((time_t)-1) < 0])], gnupg_cv_time_t_unsigned=no, gnupg_cv_time_t_unsigned=yes)]) if test $gnupg_cv_time_t_unsigned = yes; then AC_DEFINE(HAVE_UNSIGNED_TIME_T,1,[Defined if time_t is an unsigned type]) fi ]) m4trace:configure.ac:53: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:53: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:53: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section 'AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:53: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:53: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:53: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:53: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:53: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^runstatedir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:53: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:58: -1- m4_pattern_allow([^GNUPG_SWDB_TAG$]) m4trace:configure.ac:90: -1- AM_INIT_AUTOMAKE([serial-tests dist-bzip2 no-dist-gzip]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) m4trace:configure.ac:90: -1- AM_SET_CURRENT_AUTOMAKE_VERSION m4trace:configure.ac:90: -1- AM_AUTOMAKE_VERSION([1.17]) m4trace:configure.ac:90: -1- _AM_AUTOCONF_VERSION([2.72]) m4trace:configure.ac:90: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^am__isrc$]) m4trace:configure.ac:90: -1- _AM_SUBST_NOTMAKE([am__isrc]) m4trace:configure.ac:90: -1- m4_pattern_allow([^CYGPATH_W$]) m4trace:configure.ac:90: -1- _AM_SET_OPTIONS([serial-tests dist-bzip2 no-dist-gzip]) m4trace:configure.ac:90: -1- _AM_SET_OPTION([serial-tests]) m4trace:configure.ac:90: -2- _AM_MANGLE_OPTION([serial-tests]) m4trace:configure.ac:90: -1- _AM_SET_OPTION([dist-bzip2]) m4trace:configure.ac:90: -2- _AM_MANGLE_OPTION([dist-bzip2]) m4trace:configure.ac:90: -1- _AM_SET_OPTION([no-dist-gzip]) m4trace:configure.ac:90: -2- _AM_MANGLE_OPTION([no-dist-gzip]) m4trace:configure.ac:90: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:90: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) m4trace:configure.ac:90: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.ac:90: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:90: -1- AM_SANITY_CHECK m4trace:configure.ac:90: -1- _AM_FILESYSTEM_TIMESTAMP_RESOLUTION m4trace:configure.ac:90: -1- _AM_SLEEP_FRACTIONAL_SECONDS m4trace:configure.ac:90: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) m4trace:configure.ac:90: -1- AM_MISSING_HAS_RUN m4trace:configure.ac:90: -1- AM_AUX_DIR_EXPAND m4trace:configure.ac:90: -1- m4_pattern_allow([^ACLOCAL$]) m4trace:configure.ac:90: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AUTOCONF$]) m4trace:configure.ac:90: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AUTOMAKE$]) m4trace:configure.ac:90: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AUTOHEADER$]) m4trace:configure.ac:90: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) m4trace:configure.ac:90: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.ac:90: -1- AM_PROG_INSTALL_SH m4trace:configure.ac:90: -1- m4_pattern_allow([^install_sh$]) m4trace:configure.ac:90: -1- AM_PROG_INSTALL_STRIP m4trace:configure.ac:90: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^MKDIR_P$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^mkdir_p$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.ac:90: -1- AM_SET_LEADING_DOT m4trace:configure.ac:90: -1- m4_pattern_allow([^am__leading_dot$]) m4trace:configure.ac:90: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) m4trace:configure.ac:90: -2- _AM_MANGLE_OPTION([tar-ustar]) m4trace:configure.ac:90: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) m4trace:configure.ac:90: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.ac:90: -1- _AM_PROG_TAR([v7]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AMTAR$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^am__tar$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^am__untar$]) m4trace:configure.ac:90: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) m4trace:configure.ac:90: -2- _AM_MANGLE_OPTION([no-dependencies]) m4trace:configure.ac:90: -1- m4_pattern_allow([^CTAGS$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^ETAGS$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^CSCOPE$]) m4trace:configure.ac:90: -1- _AM_SILENT_RULES m4trace:configure.ac:90: -1- m4_pattern_allow([^AM_V$]) m4trace:configure.ac:90: -1- AM_SUBST_NOTMAKE([AM_V]) m4trace:configure.ac:90: -1- _AM_SUBST_NOTMAKE([AM_V]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AM_DEFAULT_V$]) m4trace:configure.ac:90: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) m4trace:configure.ac:90: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) m4trace:configure.ac:90: -1- m4_pattern_allow([^AM_BACKSLASH$]) m4trace:configure.ac:90: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) m4trace:configure.ac:90: -1- _AM_PROG_RM_F m4trace:configure.ac:90: -1- m4_pattern_allow([^am__rm_f_notfound$]) m4trace:configure.ac:90: -1- _AM_PROG_XARGS_N m4trace:configure.ac:90: -1- m4_pattern_allow([^am__xargs_n$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:91: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:92: -1- AB_INIT m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_stdio_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdio.h ]AS_TR_SH([stdio.h]) AS_TR_CPP([HAVE_stdio.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.ac:94: -1- _AM_PROG_CC_C_O m4trace:configure.ac:94: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) m4trace:configure.ac:94: -1- _AM_DEPENDENCIES([CC]) m4trace:configure.ac:94: -1- AM_SET_DEPDIR m4trace:configure.ac:94: -1- m4_pattern_allow([^DEPDIR$]) m4trace:configure.ac:94: -1- AM_OUTPUT_DEPENDENCY_COMMANDS m4trace:configure.ac:94: -1- AM_MAKE_INCLUDE m4trace:configure.ac:94: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) m4trace:configure.ac:94: -1- m4_pattern_allow([^am__include$]) m4trace:configure.ac:94: -1- AM_DEP_TRACK m4trace:configure.ac:94: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) m4trace:configure.ac:94: -1- m4_pattern_allow([^AMDEP_TRUE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^AMDEP_FALSE$]) m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) m4trace:configure.ac:94: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) m4trace:configure.ac:94: -1- m4_pattern_allow([^am__nodep$]) m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([am__nodep]) m4trace:configure.ac:94: -1- m4_pattern_allow([^CCDEPMODE$]) m4trace:configure.ac:94: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) m4trace:configure.ac:94: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdlib.h ]AS_TR_SH([stdlib.h]) AS_TR_CPP([HAVE_stdlib.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_string_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" string.h ]AS_TR_SH([string.h]) AS_TR_CPP([HAVE_string.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_inttypes_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" inttypes.h ]AS_TR_SH([inttypes.h]) AS_TR_CPP([HAVE_inttypes.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_stdint_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdint.h ]AS_TR_SH([stdint.h]) AS_TR_CPP([HAVE_stdint.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_strings_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" strings.h ]AS_TR_SH([strings.h]) AS_TR_CPP([HAVE_strings.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_sys_stat_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/stat.h ]AS_TR_SH([sys/stat.h]) AS_TR_CPP([HAVE_sys/stat.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/types.h ]AS_TR_SH([sys/types.h]) AS_TR_CPP([HAVE_sys/types.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" unistd.h ]AS_TR_SH([unistd.h]) AS_TR_CPP([HAVE_unistd.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_wchar_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" wchar.h ]AS_TR_SH([wchar.h]) AS_TR_CPP([HAVE_wchar.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- AC_DEFUN([_AC_Header_minix_config_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" minix/config.h ]AS_TR_SH([minix/config.h]) AS_TR_CPP([HAVE_minix/config.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_ALL_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_DARWIN_C_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_HPUX_ALT_XOPEN_SOCKET_API$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_NETBSD_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_OPENBSD_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_ATTRIBS_EXT__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_BFP_EXT__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_DFP_EXT__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_EXT__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_FUNCS_EXT__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_TYPES_EXT__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_LIB_EXT2__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__STDC_WANT_MATH_SPEC_FUNCS__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_TANDEM_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_MINIX$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_POSIX_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_POSIX_1_SOURCE$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^__EXTENSIONS__$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^_XOPEN_SOURCE$]) m4trace:configure.ac:126: -1- GNUPG_BUILD_PROGRAM([gpgsm], [yes]) m4trace:configure.ac:129: -1- GNUPG_BUILD_PROGRAM([scdaemon], [yes]) m4trace:configure.ac:130: -1- GNUPG_BUILD_PROGRAM([g13], [no]) m4trace:configure.ac:131: -1- GNUPG_BUILD_PROGRAM([dirmngr], [yes]) m4trace:configure.ac:132: -1- GNUPG_BUILD_PROGRAM([keyboxd], [yes]) m4trace:configure.ac:133: -1- GNUPG_BUILD_PROGRAM([tpm2d], [yes]) m4trace:configure.ac:134: -1- GNUPG_BUILD_PROGRAM([doc], [yes]) m4trace:configure.ac:137: -1- GNUPG_BUILD_PROGRAM([gpgtar], [yes]) m4trace:configure.ac:140: -1- GNUPG_BUILD_PROGRAM([wks-tools], [yes]) m4trace:configure.ac:143: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:144: -1- m4_pattern_allow([^PACKAGE_GT$]) m4trace:configure.ac:145: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:146: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:147: -1- m4_pattern_allow([^PACKAGE_GT$]) m4trace:configure.ac:149: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:150: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:152: -1- m4_pattern_allow([^NEED_LIBGCRYPT_VERSION$]) m4trace:configure.ac:154: -1- m4_pattern_allow([^NEED_KSBA_VERSION$]) m4trace:configure.ac:156: -1- m4_pattern_allow([^NEED_NTBTLS_VERSION$]) m4trace:configure.ac:169: -1- m4_pattern_allow([^GNUPG_AGENT_PGM$]) m4trace:configure.ac:170: -1- AM_CONDITIONAL([GNUPG_AGENT_PGM], [test -n "$GNUPG_AGENT_PGM"]) m4trace:configure.ac:170: -1- m4_pattern_allow([^GNUPG_AGENT_PGM_TRUE$]) m4trace:configure.ac:170: -1- m4_pattern_allow([^GNUPG_AGENT_PGM_FALSE$]) m4trace:configure.ac:170: -1- _AM_SUBST_NOTMAKE([GNUPG_AGENT_PGM_TRUE]) m4trace:configure.ac:170: -1- _AM_SUBST_NOTMAKE([GNUPG_AGENT_PGM_FALSE]) m4trace:configure.ac:177: -1- m4_pattern_allow([^GNUPG_PINENTRY_PGM$]) m4trace:configure.ac:178: -1- AM_CONDITIONAL([GNUPG_PINENTRY_PGM], [test -n "$GNUPG_PINENTRY_PGM"]) m4trace:configure.ac:178: -1- m4_pattern_allow([^GNUPG_PINENTRY_PGM_TRUE$]) m4trace:configure.ac:178: -1- m4_pattern_allow([^GNUPG_PINENTRY_PGM_FALSE$]) m4trace:configure.ac:178: -1- _AM_SUBST_NOTMAKE([GNUPG_PINENTRY_PGM_TRUE]) m4trace:configure.ac:178: -1- _AM_SUBST_NOTMAKE([GNUPG_PINENTRY_PGM_FALSE]) m4trace:configure.ac:186: -1- m4_pattern_allow([^GNUPG_SCDAEMON_PGM$]) m4trace:configure.ac:187: -1- AM_CONDITIONAL([GNUPG_SCDAEMON_PGM], [test -n "$GNUPG_SCDAEMON_PGM"]) m4trace:configure.ac:187: -1- m4_pattern_allow([^GNUPG_SCDAEMON_PGM_TRUE$]) m4trace:configure.ac:187: -1- m4_pattern_allow([^GNUPG_SCDAEMON_PGM_FALSE$]) m4trace:configure.ac:187: -1- _AM_SUBST_NOTMAKE([GNUPG_SCDAEMON_PGM_TRUE]) m4trace:configure.ac:187: -1- _AM_SUBST_NOTMAKE([GNUPG_SCDAEMON_PGM_FALSE]) m4trace:configure.ac:195: -1- m4_pattern_allow([^GNUPG_TPM2DAEMON_PGM$]) m4trace:configure.ac:196: -1- AM_CONDITIONAL([GNUPG_TPM2DAEMON_PGM], [test -n "$GNUPG_TPM2DAEMON_PGM"]) m4trace:configure.ac:196: -1- m4_pattern_allow([^GNUPG_TPM2DAEMON_PGM_TRUE$]) m4trace:configure.ac:196: -1- m4_pattern_allow([^GNUPG_TPM2DAEMON_PGM_FALSE$]) m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([GNUPG_TPM2DAEMON_PGM_TRUE]) m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([GNUPG_TPM2DAEMON_PGM_FALSE]) m4trace:configure.ac:204: -1- m4_pattern_allow([^GNUPG_DIRMNGR_PGM$]) m4trace:configure.ac:205: -1- AM_CONDITIONAL([GNUPG_DIRMNGR_PGM], [test -n "$GNUPG_DIRMNGR_PGM"]) m4trace:configure.ac:205: -1- m4_pattern_allow([^GNUPG_DIRMNGR_PGM_TRUE$]) m4trace:configure.ac:205: -1- m4_pattern_allow([^GNUPG_DIRMNGR_PGM_FALSE$]) m4trace:configure.ac:205: -1- _AM_SUBST_NOTMAKE([GNUPG_DIRMNGR_PGM_TRUE]) m4trace:configure.ac:205: -1- _AM_SUBST_NOTMAKE([GNUPG_DIRMNGR_PGM_FALSE]) m4trace:configure.ac:212: -1- m4_pattern_allow([^GNUPG_KEYBOXD_PGM$]) m4trace:configure.ac:213: -1- AM_CONDITIONAL([GNUPG_KEYBOXD_PGM], [test -n "$GNUPG_KEYBOXD_PGM"]) m4trace:configure.ac:213: -1- m4_pattern_allow([^GNUPG_KEYBOXD_PGM_TRUE$]) m4trace:configure.ac:213: -1- m4_pattern_allow([^GNUPG_KEYBOXD_PGM_FALSE$]) m4trace:configure.ac:213: -1- _AM_SUBST_NOTMAKE([GNUPG_KEYBOXD_PGM_TRUE]) m4trace:configure.ac:213: -1- _AM_SUBST_NOTMAKE([GNUPG_KEYBOXD_PGM_FALSE]) m4trace:configure.ac:220: -1- m4_pattern_allow([^GNUPG_PROTECT_TOOL_PGM$]) m4trace:configure.ac:221: -1- AM_CONDITIONAL([GNUPG_PROTECT_TOOL_PGM], [test -n "$GNUPG_PROTECT_TOOL_PGM"]) m4trace:configure.ac:221: -1- m4_pattern_allow([^GNUPG_PROTECT_TOOL_PGM_TRUE$]) m4trace:configure.ac:221: -1- m4_pattern_allow([^GNUPG_PROTECT_TOOL_PGM_FALSE$]) m4trace:configure.ac:221: -1- _AM_SUBST_NOTMAKE([GNUPG_PROTECT_TOOL_PGM_TRUE]) m4trace:configure.ac:221: -1- _AM_SUBST_NOTMAKE([GNUPG_PROTECT_TOOL_PGM_FALSE]) m4trace:configure.ac:229: -1- m4_pattern_allow([^GNUPG_DIRMNGR_LDAP_PGM$]) m4trace:configure.ac:230: -1- AM_CONDITIONAL([GNUPG_DIRMNGR_LDAP_PGM], [test -n "$GNUPG_DIRMNGR_LDAP_PGM"]) m4trace:configure.ac:230: -1- m4_pattern_allow([^GNUPG_DIRMNGR_LDAP_PGM_TRUE$]) m4trace:configure.ac:230: -1- m4_pattern_allow([^GNUPG_DIRMNGR_LDAP_PGM_FALSE$]) m4trace:configure.ac:230: -1- _AM_SUBST_NOTMAKE([GNUPG_DIRMNGR_LDAP_PGM_TRUE]) m4trace:configure.ac:230: -1- _AM_SUBST_NOTMAKE([GNUPG_DIRMNGR_LDAP_PGM_FALSE]) m4trace:configure.ac:258: -1- m4_pattern_allow([^SECMEM_BUFFER_SIZE$]) m4trace:configure.ac:267: -1- m4_pattern_allow([^AGENT_S2K_CALIBRATION$]) m4trace:configure.ac:277: -1- m4_pattern_allow([^NO_TRUST_MODELS$]) m4trace:configure.ac:298: -1- m4_pattern_allow([^USE_LIBDNS$]) m4trace:configure.ac:300: -1- AM_CONDITIONAL([USE_LIBDNS], [test "$use_libdns" = yes]) m4trace:configure.ac:300: -1- m4_pattern_allow([^USE_LIBDNS_TRUE$]) m4trace:configure.ac:300: -1- m4_pattern_allow([^USE_LIBDNS_FALSE$]) m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([USE_LIBDNS_TRUE]) m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([USE_LIBDNS_FALSE]) m4trace:configure.ac:307: -1- GNUPG_GPG_DISABLE_ALGO([rsa], [RSA public key]) m4trace:configure.ac:307: -1- m4_pattern_allow([^GPG_USE_RSA$]) m4trace:configure.ac:310: -1- GNUPG_GPG_DISABLE_ALGO([ecdh], [ECDH public key]) m4trace:configure.ac:310: -1- m4_pattern_allow([^GPG_USE_ECDH$]) m4trace:configure.ac:311: -1- GNUPG_GPG_DISABLE_ALGO([ecdsa], [ECDSA public key]) m4trace:configure.ac:311: -1- m4_pattern_allow([^GPG_USE_ECDSA$]) m4trace:configure.ac:312: -1- GNUPG_GPG_DISABLE_ALGO([eddsa], [EdDSA public key]) m4trace:configure.ac:312: -1- m4_pattern_allow([^GPG_USE_EDDSA$]) m4trace:configure.ac:314: -1- GNUPG_GPG_DISABLE_ALGO([idea], [IDEA cipher]) m4trace:configure.ac:314: -1- m4_pattern_allow([^GPG_USE_IDEA$]) m4trace:configure.ac:316: -1- GNUPG_GPG_DISABLE_ALGO([cast5], [CAST5 cipher]) m4trace:configure.ac:316: -1- m4_pattern_allow([^GPG_USE_CAST5$]) m4trace:configure.ac:317: -1- GNUPG_GPG_DISABLE_ALGO([blowfish], [BLOWFISH cipher]) m4trace:configure.ac:317: -1- m4_pattern_allow([^GPG_USE_BLOWFISH$]) m4trace:configure.ac:318: -1- GNUPG_GPG_DISABLE_ALGO([aes128], [AES128 cipher]) m4trace:configure.ac:318: -1- m4_pattern_allow([^GPG_USE_AES128$]) m4trace:configure.ac:319: -1- GNUPG_GPG_DISABLE_ALGO([aes192], [AES192 cipher]) m4trace:configure.ac:319: -1- m4_pattern_allow([^GPG_USE_AES192$]) m4trace:configure.ac:320: -1- GNUPG_GPG_DISABLE_ALGO([aes256], [AES256 cipher]) m4trace:configure.ac:320: -1- m4_pattern_allow([^GPG_USE_AES256$]) m4trace:configure.ac:321: -1- GNUPG_GPG_DISABLE_ALGO([twofish], [TWOFISH cipher]) m4trace:configure.ac:321: -1- m4_pattern_allow([^GPG_USE_TWOFISH$]) m4trace:configure.ac:322: -1- GNUPG_GPG_DISABLE_ALGO([camellia128], [CAMELLIA128 cipher]) m4trace:configure.ac:322: -1- m4_pattern_allow([^GPG_USE_CAMELLIA128$]) m4trace:configure.ac:323: -1- GNUPG_GPG_DISABLE_ALGO([camellia192], [CAMELLIA192 cipher]) m4trace:configure.ac:323: -1- m4_pattern_allow([^GPG_USE_CAMELLIA192$]) m4trace:configure.ac:324: -1- GNUPG_GPG_DISABLE_ALGO([camellia256], [CAMELLIA256 cipher]) m4trace:configure.ac:324: -1- m4_pattern_allow([^GPG_USE_CAMELLIA256$]) m4trace:configure.ac:326: -1- GNUPG_GPG_DISABLE_ALGO([md5], [MD5 hash]) m4trace:configure.ac:326: -1- m4_pattern_allow([^GPG_USE_MD5$]) m4trace:configure.ac:328: -1- GNUPG_GPG_DISABLE_ALGO([rmd160], [RIPE-MD160 hash]) m4trace:configure.ac:328: -1- m4_pattern_allow([^GPG_USE_RMD160$]) m4trace:configure.ac:329: -1- GNUPG_GPG_DISABLE_ALGO([sha224], [SHA-224 hash]) m4trace:configure.ac:329: -1- m4_pattern_allow([^GPG_USE_SHA224$]) m4trace:configure.ac:331: -1- GNUPG_GPG_DISABLE_ALGO([sha384], [SHA-384 hash]) m4trace:configure.ac:331: -1- m4_pattern_allow([^GPG_USE_SHA384$]) m4trace:configure.ac:332: -1- GNUPG_GPG_DISABLE_ALGO([sha512], [SHA-512 hash]) m4trace:configure.ac:332: -1- m4_pattern_allow([^GPG_USE_SHA512$]) m4trace:configure.ac:361: -1- m4_pattern_allow([^NO_EXEC$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^DISABLE_PHOTO_VIEWER$]) m4trace:configure.ac:376: -1- m4_pattern_allow([^FIXED_PHOTO_VIEWER$]) m4trace:configure.ac:409: -1- m4_pattern_allow([^PK_UID_CACHE_SIZE$]) m4trace:configure.ac:432: -1- m4_pattern_allow([^ENABLE_CARD_SUPPORT$]) m4trace:configure.ac:455: -1- m4_pattern_allow([^USE_DIRMNGR_AUTO_START$]) m4trace:configure.ac:600: -1- AM_MAINTAINER_MODE m4trace:configure.ac:600: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) m4trace:configure.ac:600: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$]) m4trace:configure.ac:600: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$]) m4trace:configure.ac:600: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE]) m4trace:configure.ac:600: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE]) m4trace:configure.ac:600: -1- m4_pattern_allow([^MAINT$]) m4trace:configure.ac:601: -1- m4_pattern_allow([^SYSROOT$]) m4trace:configure.ac:605: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.ac:606: -1- AM_SANITY_CHECK m4trace:configure.ac:608: -1- AM_MISSING_PROG([ACLOCAL], [aclocal], [$missing_dir]) m4trace:configure.ac:608: -1- m4_pattern_allow([^ACLOCAL$]) m4trace:configure.ac:609: -1- AM_MISSING_PROG([AUTOCONF], [autoconf], [$missing_dir]) m4trace:configure.ac:609: -1- m4_pattern_allow([^AUTOCONF$]) m4trace:configure.ac:610: -1- AM_MISSING_PROG([AUTOMAKE], [automake], [$missing_dir]) m4trace:configure.ac:610: -1- m4_pattern_allow([^AUTOMAKE$]) m4trace:configure.ac:611: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader], [$missing_dir]) m4trace:configure.ac:611: -1- m4_pattern_allow([^AUTOHEADER$]) m4trace:configure.ac:612: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo], [$missing_dir]) m4trace:configure.ac:612: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.ac:613: -1- AM_SILENT_RULES m4trace:configure.ac:614: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:615: -1- _AM_PROG_CC_C_O m4trace:configure.ac:615: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) m4trace:configure.ac:615: -1- _AM_DEPENDENCIES([CC]) m4trace:configure.ac:615: -1- m4_pattern_allow([^CCDEPMODE$]) m4trace:configure.ac:615: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) m4trace:configure.ac:615: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) m4trace:configure.ac:615: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) m4trace:configure.ac:615: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) m4trace:configure.ac:615: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) m4trace:configure.ac:616: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:616: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:616: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:617: -1- AM_PROG_CC_C_O m4trace:configure.ac:622: -1- m4_pattern_allow([^LN_S$]) m4trace:configure.ac:623: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.ac:624: -1- m4_pattern_allow([^AR$]) m4trace:configure.ac:625: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:626: -1- m4_pattern_allow([^WINDRES$]) m4trace:configure.ac:627: -1- m4_pattern_allow([^YAT2M$]) m4trace:configure.ac:629: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$]) m4trace:configure.ac:629: -1- m4_pattern_allow([^_LARGE_FILES$]) m4trace:configure.ac:629: -1- m4_pattern_allow([^_TIME_BITS$]) m4trace:configure.ac:629: -1- m4_pattern_allow([^__MINGW_USE_VC2005_COMPAT$]) m4trace:configure.ac:640: -1- m4_pattern_allow([^AWK_HEX_NUMBER_OPTION$]) m4trace:configure.ac:655: -1- m4_pattern_allow([^CC_FOR_BUILD$]) m4trace:configure.ac:659: -1- PKG_PROG_PKG_CONFIG m4trace:configure.ac:659: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4trace:configure.ac:659: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4trace:configure.ac:659: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) m4trace:configure.ac:659: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:659: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) m4trace:configure.ac:659: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) m4trace:configure.ac:659: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:674: -1- m4_pattern_allow([^USE_ONLY_8DOT3$]) m4trace:configure.ac:676: -1- m4_pattern_allow([^USE_SIMPLE_GETTEXT$]) m4trace:configure.ac:684: -1- m4_pattern_allow([^HAVE_DRIVE_LETTERS$]) m4trace:configure.ac:693: -1- m4_pattern_allow([^HAVE_DRIVE_LETTERS$]) m4trace:configure.ac:702: -1- m4_pattern_allow([^HAVE_DRIVE_LETTERS$]) m4trace:configure.ac:739: -1- m4_pattern_allow([^_DARWIN_C_SOURCE$]) m4trace:configure.ac:750: -1- m4_pattern_allow([^HAVE_PSELECT_NO_EINTR$]) m4trace:configure.ac:757: -1- m4_pattern_allow([^HAVE_DOSISH_SYSTEM$]) m4trace:configure.ac:763: -1- AM_CONDITIONAL([HAVE_DOSISH_SYSTEM], [test "$have_dosish_system" = yes]) m4trace:configure.ac:763: -1- m4_pattern_allow([^HAVE_DOSISH_SYSTEM_TRUE$]) m4trace:configure.ac:763: -1- m4_pattern_allow([^HAVE_DOSISH_SYSTEM_FALSE$]) m4trace:configure.ac:763: -1- _AM_SUBST_NOTMAKE([HAVE_DOSISH_SYSTEM_TRUE]) m4trace:configure.ac:763: -1- _AM_SUBST_NOTMAKE([HAVE_DOSISH_SYSTEM_FALSE]) m4trace:configure.ac:765: -1- AM_CONDITIONAL([USE_SIMPLE_GETTEXT], [test x"$use_simple_gettext" = xyes]) m4trace:configure.ac:765: -1- m4_pattern_allow([^USE_SIMPLE_GETTEXT_TRUE$]) m4trace:configure.ac:765: -1- m4_pattern_allow([^USE_SIMPLE_GETTEXT_FALSE$]) m4trace:configure.ac:765: -1- _AM_SUBST_NOTMAKE([USE_SIMPLE_GETTEXT_TRUE]) m4trace:configure.ac:765: -1- _AM_SUBST_NOTMAKE([USE_SIMPLE_GETTEXT_FALSE]) m4trace:configure.ac:768: -1- m4_pattern_allow([^HAVE_W32_SYSTEM$]) m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WINSOCK2_H$]) m4trace:configure.ac:771: -1- AM_CONDITIONAL([HAVE_W32_SYSTEM], [test "$have_w32_system" = yes]) m4trace:configure.ac:771: -1- m4_pattern_allow([^HAVE_W32_SYSTEM_TRUE$]) m4trace:configure.ac:771: -1- m4_pattern_allow([^HAVE_W32_SYSTEM_FALSE$]) m4trace:configure.ac:771: -1- _AM_SUBST_NOTMAKE([HAVE_W32_SYSTEM_TRUE]) m4trace:configure.ac:771: -1- _AM_SUBST_NOTMAKE([HAVE_W32_SYSTEM_FALSE]) m4trace:configure.ac:774: -1- m4_pattern_allow([^HAVE_ANDROID_SYSTEM$]) m4trace:configure.ac:776: -1- AM_CONDITIONAL([HAVE_ANDROID_SYSTEM], [test "$have_android_system" = yes]) m4trace:configure.ac:776: -1- m4_pattern_allow([^HAVE_ANDROID_SYSTEM_TRUE$]) m4trace:configure.ac:776: -1- m4_pattern_allow([^HAVE_ANDROID_SYSTEM_FALSE$]) m4trace:configure.ac:776: -1- _AM_SUBST_NOTMAKE([HAVE_ANDROID_SYSTEM_TRUE]) m4trace:configure.ac:776: -1- _AM_SUBST_NOTMAKE([HAVE_ANDROID_SYSTEM_FALSE]) m4trace:configure.ac:780: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.ac:793: -1- AM_PATH_GPG_ERROR(["$NEED_GPGRT_VERSION"], [have_gpg_error=yes], [have_gpg_error=no]) m4trace:configure.ac:793: -1- _AM_PATH_POSSIBLE_GPG_ERROR_CONFIG m4trace:configure.ac:793: -1- m4_pattern_allow([^GPG_ERROR_CONFIG$]) m4trace:configure.ac:793: -1- _AM_PATH_GPGRT_CONFIG m4trace:configure.ac:793: -1- m4_pattern_allow([^GPGRT_CONFIG$]) m4trace:configure.ac:793: -1- m4_pattern_allow([^GPG_ERROR_CFLAGS$]) m4trace:configure.ac:793: -1- m4_pattern_allow([^GPG_ERROR_LIBS$]) m4trace:configure.ac:793: -1- m4_pattern_allow([^GPG_ERROR_MT_CFLAGS$]) m4trace:configure.ac:793: -1- m4_pattern_allow([^GPG_ERROR_MT_LIBS$]) m4trace:configure.ac:800: -1- AM_PATH_LIBGCRYPT(["$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION"], [have_libgcrypt=yes], [have_libgcrypt=no]) m4trace:configure.ac:800: -1- m4_pattern_allow([^LIBGCRYPT_CONFIG$]) m4trace:configure.ac:800: -1- m4_pattern_allow([^LIBGCRYPT_CFLAGS$]) m4trace:configure.ac:800: -1- m4_pattern_allow([^LIBGCRYPT_LIBS$]) m4trace:configure.ac:829: -1- AM_PATH_LIBASSUAN(["$NEED_LIBASSUAN_API:$NEED_LIBASSUAN_VERSION"], [have_libassuan=yes], [have_libassuan=no]) m4trace:configure.ac:829: -1- _AM_PATH_LIBASSUAN_COMMON(["$NEED_LIBASSUAN_API:$NEED_LIBASSUAN_VERSION"]) m4trace:configure.ac:829: -1- m4_pattern_allow([^LIBASSUAN_CONFIG$]) m4trace:configure.ac:829: -1- m4_pattern_allow([^LIBASSUAN_API_REQUESTED$]) m4trace:configure.ac:829: -1- m4_pattern_allow([^LIBASSUAN_CFLAGS$]) m4trace:configure.ac:829: -1- m4_pattern_allow([^LIBASSUAN_LIBS$]) m4trace:configure.ac:832: -1- m4_pattern_allow([^GNUPG_LIBASSUAN_VERSION$]) m4trace:configure.ac:841: -1- AM_PATH_KSBA(["$NEED_KSBA_API:$NEED_KSBA_VERSION"], [have_ksba=yes], [have_ksba=no]) m4trace:configure.ac:841: -1- m4_pattern_allow([^KSBA_CONFIG$]) m4trace:configure.ac:841: -1- m4_pattern_allow([^KSBA_CFLAGS$]) m4trace:configure.ac:841: -1- m4_pattern_allow([^KSBA_LIBS$]) m4trace:configure.ac:902: -1- m4_pattern_allow([^HAVE_LIBUSB$]) m4trace:configure.ac:910: -1- m4_pattern_allow([^LIBUSB_LIBS$]) m4trace:configure.ac:911: -1- m4_pattern_allow([^LIBUSB_CPPFLAGS$]) m4trace:configure.ac:921: -1- m4_pattern_allow([^DL_LIBS$]) m4trace:configure.ac:934: -1- PKG_CHECK_MODULES([SQLITE3], [sqlite3 >= $NEED_SQLITE_VERSION], [have_sqlite=yes], [have_sqlite=no]) m4trace:configure.ac:934: -1- m4_pattern_allow([^SQLITE3_CFLAGS$]) m4trace:configure.ac:934: -1- m4_pattern_allow([^SQLITE3_LIBS$]) m4trace:configure.ac:934: -1- PKG_CHECK_EXISTS([sqlite3 >= $NEED_SQLITE_VERSION], [pkg_cv_[]SQLITE3_CFLAGS=`$PKG_CONFIG --[]cflags "sqlite3 >= $NEED_SQLITE_VERSION" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:934: -1- PKG_CHECK_EXISTS([sqlite3 >= $NEED_SQLITE_VERSION], [pkg_cv_[]SQLITE3_LIBS=`$PKG_CONFIG --[]libs "sqlite3 >= $NEED_SQLITE_VERSION" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:934: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:940: -1- m4_pattern_allow([^SQLITE3_CFLAGS$]) m4trace:configure.ac:941: -1- m4_pattern_allow([^SQLITE3_LIBS$]) m4trace:configure.ac:957: -1- AM_CONDITIONAL([SQLITE3], [test "$have_sqlite" = "yes"]) m4trace:configure.ac:957: -1- m4_pattern_allow([^SQLITE3_TRUE$]) m4trace:configure.ac:957: -1- m4_pattern_allow([^SQLITE3_FALSE$]) m4trace:configure.ac:957: -1- _AM_SUBST_NOTMAKE([SQLITE3_TRUE]) m4trace:configure.ac:957: -1- _AM_SUBST_NOTMAKE([SQLITE3_FALSE]) m4trace:configure.ac:960: -1- m4_pattern_allow([^USE_TOFU$]) m4trace:configure.ac:966: -1- m4_pattern_allow([^ENCFS$]) m4trace:configure.ac:967: -1- m4_pattern_allow([^ENCFS$]) m4trace:configure.ac:970: -1- m4_pattern_allow([^FUSERMOUNT$]) m4trace:configure.ac:971: -1- m4_pattern_allow([^FUSERMOUNT$]) m4trace:configure.ac:979: -1- AM_PATH_NPTH(["$NEED_NPTH_API:$NEED_NPTH_VERSION"], [have_npth=yes], [have_npth=no]) m4trace:configure.ac:979: -1- _AM_PATH_NPTH_CONFIG m4trace:configure.ac:979: -1- m4_pattern_allow([^NPTH_CONFIG$]) m4trace:configure.ac:979: -1- m4_pattern_allow([^NPTH_CFLAGS$]) m4trace:configure.ac:979: -1- m4_pattern_allow([^NPTH_LIBS$]) m4trace:configure.ac:981: -1- m4_pattern_allow([^HAVE_NPTH$]) m4trace:configure.ac:983: -1- m4_pattern_allow([^USE_NPTH$]) m4trace:configure.ac:995: -1- m4_pattern_allow([^NPTH_ENABLE_DEBUG$]) m4trace:configure.ac:1014: -1- AM_PATH_NTBTLS(["$NEED_NTBTLS_API:$NEED_NTBTLS_VERSION"], [have_ntbtls=yes], [have_ntbtls=no]) m4trace:configure.ac:1014: -1- m4_pattern_allow([^NTBTLS_CONFIG$]) m4trace:configure.ac:1014: -1- m4_pattern_allow([^NTBTLS_CFLAGS$]) m4trace:configure.ac:1014: -1- m4_pattern_allow([^NTBTLS_LIBS$]) m4trace:configure.ac:1019: -1- m4_pattern_allow([^HTTP_USE_NTBTLS$]) m4trace:configure.ac:1026: -1- PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= $NEED_GNUTLS_VERSION], [have_gnutls=yes], [have_gnutls=no]) m4trace:configure.ac:1026: -1- m4_pattern_allow([^LIBGNUTLS_CFLAGS$]) m4trace:configure.ac:1026: -1- m4_pattern_allow([^LIBGNUTLS_LIBS$]) m4trace:configure.ac:1026: -1- PKG_CHECK_EXISTS([gnutls >= $NEED_GNUTLS_VERSION], [pkg_cv_[]LIBGNUTLS_CFLAGS=`$PKG_CONFIG --[]cflags "gnutls >= $NEED_GNUTLS_VERSION" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1026: -1- PKG_CHECK_EXISTS([gnutls >= $NEED_GNUTLS_VERSION], [pkg_cv_[]LIBGNUTLS_LIBS=`$PKG_CONFIG --[]libs "gnutls >= $NEED_GNUTLS_VERSION" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1026: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:1031: -1- m4_pattern_allow([^LIBGNUTLS_CFLAGS$]) m4trace:configure.ac:1032: -1- m4_pattern_allow([^LIBGNUTLS_LIBS$]) m4trace:configure.ac:1034: -1- m4_pattern_allow([^HTTP_USE_GNUTLS$]) m4trace:configure.ac:1058: -1- m4_pattern_allow([^DEFAULT_TRUST_STORE_FILE$]) m4trace:configure.ac:1141: -1- m4_pattern_allow([^HAVE_SYSTEM_RESOLVER$]) m4trace:configure.ac:1144: -1- m4_pattern_allow([^BIND_8_COMPAT$]) m4trace:configure.ac:1169: -1- m4_pattern_allow([^DNSLIBS$]) m4trace:configure.ac:1185: -1- GNUPG_CHECK_LDAP([$NETLIBS]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^NEED_LBER_H$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^HAVE_LDAP_GET_OPTION$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^HAVE_LDAP_SET_OPTION$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^HAVE_LDAP_START_TLS_S$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^HAVE_LDAP_START_TLS_SA$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^HAVE_LDAP_LD_ERRNO$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^GPGKEYS_LDAP$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^LDAPLIBS$]) m4trace:configure.ac:1185: -1- m4_pattern_allow([^LDAP_CPPFLAGS$]) m4trace:configure.ac:1186: -1- m4_pattern_allow([^HAVE_LBER$]) m4trace:configure.ac:1194: -1- m4_pattern_allow([^LBER_LIBS$]) m4trace:configure.ac:1203: -1- AM_CONDITIONAL([USE_LDAP], [test "$gnupg_have_ldap" = yes]) m4trace:configure.ac:1203: -1- m4_pattern_allow([^USE_LDAP_TRUE$]) m4trace:configure.ac:1203: -1- m4_pattern_allow([^USE_LDAP_FALSE$]) m4trace:configure.ac:1203: -1- _AM_SUBST_NOTMAKE([USE_LDAP_TRUE]) m4trace:configure.ac:1203: -1- _AM_SUBST_NOTMAKE([USE_LDAP_FALSE]) m4trace:configure.ac:1205: -1- m4_pattern_allow([^USE_LDAP$]) m4trace:configure.ac:1221: -1- m4_pattern_allow([^SENDMAIL$]) m4trace:configure.ac:1224: -1- m4_pattern_allow([^SENDMAIL$]) m4trace:configure.ac:1227: -1- m4_pattern_allow([^NAME_OF_SENDMAIL$]) m4trace:configure.ac:1255: -1- m4_pattern_allow([^PRINTABLE_OS_NAME$]) m4trace:configure.ac:1263: -1- AM_ICONV m4trace:configure.ac:1263: -1- AM_ICONV_LINK m4trace:configure.ac:1263: -1- AM_ICONV_LINKFLAGS_BODY m4trace:configure.ac:1263: -1- AC_LIB_PREPARE_PREFIX m4trace:configure.ac:1263: -1- AC_LIB_RPATH m4trace:configure.ac:1263: -1- AC_LIB_PROG_LD m4trace:configure.ac:1263: -1- AC_LIB_PROG_LD_GNU m4trace:configure.ac:1263: -1- AC_LIB_LINKFLAGS_BODY([iconv]) m4trace:configure.ac:1263: -1- AC_LIB_PREPARE_MULTILIB m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:1263: -1- AC_LIB_ARG_WITH([libiconv-prefix], [ --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1263: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) m4trace:configure.ac:1263: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1263: -1- m4_pattern_allow([^HAVE_ICONV$]) m4trace:configure.ac:1263: -1- m4_pattern_allow([^LIBICONV$]) m4trace:configure.ac:1263: -1- m4_pattern_allow([^LTLIBICONV$]) m4trace:configure.ac:1263: -1- m4_pattern_allow([^ICONV_CONST$]) m4trace:configure.ac:1267: -1- m4_pattern_allow([^LIBICONV$]) m4trace:configure.ac:1268: -1- m4_pattern_allow([^LTLIBICONV$]) m4trace:configure.ac:1279: -1- AM_PO_SUBDIRS m4trace:configure.ac:1279: -1- AM_NLS m4trace:configure.ac:1279: -1- m4_pattern_allow([^USE_NLS$]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^GETTEXT_MACRO_VERSION$]) m4trace:configure.ac:1279: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [$ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^MSGFMT$]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^GMSGFMT$]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^MSGFMT_015$]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^GMSGFMT_015$]) m4trace:configure.ac:1279: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^XGETTEXT$]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^XGETTEXT_015$]) m4trace:configure.ac:1279: -1- AM_PATH_PROG_WITH_TEST([MSGMERGE], [msgmerge], [$ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1], [:]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^MSGMERGE$]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:1279: -1- m4_pattern_allow([^XGETTEXT_EXTRA_OPTIONS$]) m4trace:configure.ac:1280: -1- AM_GNU_GETTEXT_VERSION([0.17]) m4trace:configure.ac:1282: -1- AM_GNU_GETTEXT([external], [need-ngettext]) m4trace:configure.ac:1282: -1- AM_GNU_GETTEXT_NEED([need-ngettext]) m4trace:configure.ac:1282: -1- gt_INTL_MACOSX m4trace:configure.ac:1282: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYPREFERREDLANGUAGES$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$]) m4trace:configure.ac:1282: -1- AM_ICONV_LINK m4trace:configure.ac:1282: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^HAVE_ICONV$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^LIBICONV$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^LTLIBICONV$]) m4trace:configure.ac:1282: -1- AC_LIB_LINKFLAGS_BODY([intl]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:1282: -1- AC_LIB_ARG_WITH([libintl-prefix], [ --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^ENABLE_NLS$]) m4trace:configure.ac:1282: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) m4trace:configure.ac:1282: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^HAVE_GETTEXT$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^HAVE_DCGETTEXT$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^INTLLIBS$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^LIBINTL$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^LTLIBINTL$]) m4trace:configure.ac:1282: -1- m4_pattern_allow([^POSUB$]) m4trace:configure.ac:1288: -1- m4_pattern_allow([^HAVE_STRCHR$]) m4trace:configure.ac:1294: -1- m4_pattern_allow([^USE_NLS$]) m4trace:configure.ac:1295: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$]) m4trace:configure.ac:1296: -1- m4_pattern_allow([^BUILD_INCLUDED_LIBINTL$]) m4trace:configure.ac:1297: -1- m4_pattern_allow([^POSUB$]) m4trace:configure.ac:1301: -1- AM_LANGINFO_CODESET m4trace:configure.ac:1301: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$]) m4trace:configure.ac:1304: -1- gt_LC_MESSAGES m4trace:configure.ac:1304: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$]) m4trace:configure.ac:1311: -1- m4_pattern_allow([^ENABLE_SELINUX_HACKS$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_LANGINFO_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_TERMIO_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_LOCALE_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_PWD_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_SIGNAL_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_SYS_SELECT_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_SYS_TIME_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_STDINT_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_SIGNAL_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_TERMIOS_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_UCRED_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_SYS_UCRED_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_SYS_SYSMACROS_H$]) m4trace:configure.ac:1319: -1- m4_pattern_allow([^HAVE_SYS_MKDEV_H$]) m4trace:configure.ac:1329: -1- m4_pattern_allow([^const$]) m4trace:configure.ac:1331: -1- m4_pattern_allow([^volatile$]) m4trace:configure.ac:1337: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) m4trace:configure.ac:1337: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$]) m4trace:configure.ac:1339: -1- m4_pattern_allow([^DISABLED_ENDIAN_CHECK$]) m4trace:configure.ac:1341: -1- m4_pattern_allow([^size_t$]) m4trace:configure.ac:1342: -1- m4_pattern_allow([^mode_t$]) m4trace:configure.ac:1343: -1- m4_pattern_allow([^HAVE_SIGDESCR_NP$]) m4trace:configure.ac:1344: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^HAVE_DECL_SYS_SIGLIST$]) m4trace:configure.ac:1344: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1344: -1- m4_pattern_allow([^HAVE_DECL__SYS_SIGLIST$]) m4trace:configure.ac:1352: -1- gl_TYPE_SOCKLEN_T m4trace:configure.ac:1352: -1- gl_CHECK_SOCKET_HEADERS m4trace:configure.ac:1352: -1- AC_DEFUN([_AC_Header_sys_socket_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/socket.h ]AS_TR_SH([sys/socket.h]) AS_TR_CPP([HAVE_sys/socket.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:1352: -1- m4_pattern_allow([^HAVE_WS2TCPIP_H$]) m4trace:configure.ac:1352: -1- gl_SOCKET_HEADERS m4trace:configure.ac:1352: -1- m4_pattern_allow([^socklen_t$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^HAVE_BYTE$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^HAVE_USHORT$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^HAVE_ULONG$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^HAVE_U16$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^HAVE_U32$]) m4trace:configure.ac:1358: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_SHORT$]) m4trace:configure.ac:1359: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_INT$]) m4trace:configure.ac:1360: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG$]) m4trace:configure.ac:1361: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG_LONG$]) m4trace:configure.ac:1362: -1- m4_pattern_allow([^SIZEOF_SIZE_T$]) m4trace:configure.ac:1363: -1- m4_pattern_allow([^SIZEOF_TIME_T$]) m4trace:configure.ac:1371: -1- GNUPG_TIME_T_UNSIGNED m4trace:configure.ac:1371: -1- m4_pattern_allow([^HAVE_UNSIGNED_TIME_T$]) m4trace:configure.ac:1374: -1- m4_pattern_allow([^HAVE_SOCKET$]) m4trace:configure.ac:1387: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1387: -1- m4_pattern_allow([^HAVE_DECL_GETPAGESIZE$]) m4trace:configure.ac:1388: -1- m4_pattern_allow([^HAVE_FSEEKO$]) m4trace:configure.ac:1388: -1- m4_pattern_allow([^_LARGEFILE_SOURCE$]) m4trace:configure.ac:1389: -1- AC_DEFUN([_AC_Func_vprintf], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_func_]]_AC_LANG_ABBREV[[_list], [" vprintf ]AS_TR_CPP([HAVE_vprintf])["])])_AC_FUNCS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:1389: -1- m4_pattern_allow([^HAVE_DOPRNT$]) m4trace:configure.ac:1390: -1- m4_pattern_allow([^pid_t$]) m4trace:configure.ac:1390: -1- AC_DEFUN([_AC_Header_vfork_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" vfork.h ]AS_TR_SH([vfork.h]) AS_TR_CPP([HAVE_vfork.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:1390: -1- AC_DEFUN([_AC_Func_fork], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_func_]]_AC_LANG_ABBREV[[_list], [" fork ]AS_TR_CPP([HAVE_fork])["])])_AC_FUNCS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:1390: -1- AC_DEFUN([_AC_Func_vfork], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_func_]]_AC_LANG_ABBREV[[_list], [" vfork ]AS_TR_CPP([HAVE_vfork])["])])_AC_FUNCS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:1390: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$]) m4trace:configure.ac:1390: -1- m4_pattern_allow([^vfork$]) m4trace:configure.ac:1390: -1- m4_pattern_allow([^HAVE_WORKING_FORK$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_ATEXIT$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_CANONICALIZE_FILE_NAME$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_CLOCK_GETTIME$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_CTERMID$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_EXPLICIT_BZERO$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_FCNTL$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_FLOCKFILE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_FSYNC$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_FTELLO$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_FTRUNCATE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_FUNLOCKFILE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETADDRINFO$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETENV$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETPWNAM$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETPWUID$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETRLIMIT$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETRUSAGE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_GMTIME_R$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_INET_NTOP$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_INET_PTON$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_ISASCII$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_LSTAT$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_MEMICMP$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_MEMMOVE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_MEMRCHR$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_MMAP$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_NL_LANGINFO$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_PIPE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_RAISE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_RAND$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_SETENV$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_SETLOCALE$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_SETRLIMIT$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_SIGACTION$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_SIGPROCMASK$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STAT$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STPCPY$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRCASECMP$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRERROR$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRFTIME$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRICMP$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRLWR$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRNCASECMP$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRPBRK$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRSEP$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRTOL$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRTOUL$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_STRTOULL$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_TCGETATTR$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_TIMEGM$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_TIMES$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_TTYNAME$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_UNSETENV$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_WAIT4$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^HAVE_WAITPID$]) m4trace:configure.ac:1407: -1- m4_pattern_allow([^HAVE_NANOSLEEP$]) m4trace:configure.ac:1416: -1- m4_pattern_allow([^HAVE_INOTIFY_INIT$]) m4trace:configure.ac:1423: -1- m4_pattern_allow([^HAVE_BROKEN_TTYNAME$]) m4trace:configure.ac:1427: -1- m4_pattern_allow([^HAVE_STRUCT_SIGACTION$]) m4trace:configure.ac:1427: -1- m4_pattern_allow([^HAVE_SIGSET_T$]) m4trace:configure.ac:1438: -1- m4_pattern_allow([^HAVE_STRUCT_UCRED_PID$]) m4trace:configure.ac:1438: -1- m4_pattern_allow([^HAVE_STRUCT_UCRED_CR_PID$]) m4trace:configure.ac:1438: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKPEERCRED_PID$]) m4trace:configure.ac:1442: -1- m4_pattern_allow([^HAVE_GETPEERUCRED$]) m4trace:configure.ac:1467: -2- m4_pattern_allow([^HAVE_ZIP$]) m4trace:configure.ac:1497: -2- m4_pattern_allow([^HAVE_BZIP2$]) m4trace:configure.ac:1508: -1- AM_CONDITIONAL([ENABLE_BZIP2_SUPPORT], [test x"$have_bz2" = "xyes"]) m4trace:configure.ac:1508: -1- m4_pattern_allow([^ENABLE_BZIP2_SUPPORT_TRUE$]) m4trace:configure.ac:1508: -1- m4_pattern_allow([^ENABLE_BZIP2_SUPPORT_FALSE$]) m4trace:configure.ac:1508: -1- _AM_SUBST_NOTMAKE([ENABLE_BZIP2_SUPPORT_TRUE]) m4trace:configure.ac:1508: -1- _AM_SUBST_NOTMAKE([ENABLE_BZIP2_SUPPORT_FALSE]) m4trace:configure.ac:1509: -1- m4_pattern_allow([^ZLIBS$]) m4trace:configure.ac:1513: -1- GNUPG_CHECK_READLINE m4trace:configure.ac:1513: -1- m4_pattern_allow([^HAVE_LIBREADLINE$]) m4trace:configure.ac:1513: -1- m4_pattern_allow([^LIBREADLINE$]) m4trace:configure.ac:1517: -1- m4_pattern_allow([^IS_DEVELOPMENT_VERSION$]) m4trace:configure.ac:1522: -1- m4_pattern_allow([^MAINTAINER_MODE$]) m4trace:configure.ac:1526: -1- AM_CONDITIONAL([CROSS_COMPILING], [test x$cross_compiling = xyes]) m4trace:configure.ac:1526: -1- m4_pattern_allow([^CROSS_COMPILING_TRUE$]) m4trace:configure.ac:1526: -1- m4_pattern_allow([^CROSS_COMPILING_FALSE$]) m4trace:configure.ac:1526: -1- _AM_SUBST_NOTMAKE([CROSS_COMPILING_TRUE]) m4trace:configure.ac:1526: -1- _AM_SUBST_NOTMAKE([CROSS_COMPILING_FALSE]) m4trace:configure.ac:1528: -1- GNUPG_CHECK_GNUMAKE m4trace:configure.ac:1540: -1- m4_pattern_allow([^NETLIBS$]) m4trace:configure.ac:1541: -1- m4_pattern_allow([^W32SOCKLIBS$]) m4trace:configure.ac:1573: -1- m4_pattern_allow([^TSS_INCLUDE$]) m4trace:configure.ac:1573: -1- m4_pattern_allow([^TSS_INCLUDE$]) m4trace:configure.ac:1582: -1- m4_pattern_allow([^TSS_INCLUDE$]) m4trace:configure.ac:1591: -1- m4_pattern_allow([^HAVE_LIBTSS2_ESYS$]) m4trace:configure.ac:1596: -1- m4_pattern_allow([^HAVE_INTEL_TSS$]) m4trace:configure.ac:1601: -1- m4_pattern_allow([^HAVE_LIBTSS$]) m4trace:configure.ac:1603: -1- m4_pattern_allow([^TPMSERVER$]) m4trace:configure.ac:1604: -1- m4_pattern_allow([^TSSSTARTUP$]) m4trace:configure.ac:1605: -1- m4_pattern_allow([^SWTPM$]) m4trace:configure.ac:1611: -1- m4_pattern_allow([^LIBTSS_LIBS$]) m4trace:configure.ac:1612: -1- m4_pattern_allow([^LIBTSS_CFLAGS$]) m4trace:configure.ac:1613: -1- AM_CONDITIONAL([HAVE_LIBTSS], [test "$have_libtss" != no]) m4trace:configure.ac:1613: -1- m4_pattern_allow([^HAVE_LIBTSS_TRUE$]) m4trace:configure.ac:1613: -1- m4_pattern_allow([^HAVE_LIBTSS_FALSE$]) m4trace:configure.ac:1613: -1- _AM_SUBST_NOTMAKE([HAVE_LIBTSS_TRUE]) m4trace:configure.ac:1613: -1- _AM_SUBST_NOTMAKE([HAVE_LIBTSS_FALSE]) m4trace:configure.ac:1614: -1- AM_CONDITIONAL([TEST_LIBTSS], [test -n "$SWTPM" \ || { test -n "$TPMSERVER" && test -n "$TSSSTARTUP"; }]) m4trace:configure.ac:1614: -1- m4_pattern_allow([^TEST_LIBTSS_TRUE$]) m4trace:configure.ac:1614: -1- m4_pattern_allow([^TEST_LIBTSS_FALSE$]) m4trace:configure.ac:1614: -1- _AM_SUBST_NOTMAKE([TEST_LIBTSS_TRUE]) m4trace:configure.ac:1614: -1- _AM_SUBST_NOTMAKE([TEST_LIBTSS_FALSE]) m4trace:configure.ac:1616: -1- m4_pattern_allow([^HAVE_LIBTSS$]) m4trace:configure.ac:1715: -1- m4_pattern_allow([^USE_C99_CFLAGS$]) m4trace:configure.ac:1740: -1- m4_pattern_allow([^ENABLE_LOG_CLOCK$]) m4trace:configure.ac:1763: -1- m4_pattern_allow([^RUN_ALL_TESTS$]) m4trace:configure.ac:1788: -1- m4_pattern_allow([^ENABLE_GNUPG_BUILDDIR_ENVVAR$]) m4trace:configure.ac:1803: -1- m4_pattern_allow([^USE_RUN_GNUPG_USER_SOCKET$]) m4trace:configure.ac:1826: -1- AM_CONDITIONAL([BUILD_GPG], [test "$build_gpg" = "yes"]) m4trace:configure.ac:1826: -1- m4_pattern_allow([^BUILD_GPG_TRUE$]) m4trace:configure.ac:1826: -1- m4_pattern_allow([^BUILD_GPG_FALSE$]) m4trace:configure.ac:1826: -1- _AM_SUBST_NOTMAKE([BUILD_GPG_TRUE]) m4trace:configure.ac:1826: -1- _AM_SUBST_NOTMAKE([BUILD_GPG_FALSE]) m4trace:configure.ac:1827: -1- AM_CONDITIONAL([BUILD_GPGSM], [test "$build_gpgsm" = "yes"]) m4trace:configure.ac:1827: -1- m4_pattern_allow([^BUILD_GPGSM_TRUE$]) m4trace:configure.ac:1827: -1- m4_pattern_allow([^BUILD_GPGSM_FALSE$]) m4trace:configure.ac:1827: -1- _AM_SUBST_NOTMAKE([BUILD_GPGSM_TRUE]) m4trace:configure.ac:1827: -1- _AM_SUBST_NOTMAKE([BUILD_GPGSM_FALSE]) m4trace:configure.ac:1828: -1- AM_CONDITIONAL([BUILD_AGENT], [test "$build_agent" = "yes"]) m4trace:configure.ac:1828: -1- m4_pattern_allow([^BUILD_AGENT_TRUE$]) m4trace:configure.ac:1828: -1- m4_pattern_allow([^BUILD_AGENT_FALSE$]) m4trace:configure.ac:1828: -1- _AM_SUBST_NOTMAKE([BUILD_AGENT_TRUE]) m4trace:configure.ac:1828: -1- _AM_SUBST_NOTMAKE([BUILD_AGENT_FALSE]) m4trace:configure.ac:1829: -1- AM_CONDITIONAL([BUILD_SCDAEMON], [test "$build_scdaemon" = "yes"]) m4trace:configure.ac:1829: -1- m4_pattern_allow([^BUILD_SCDAEMON_TRUE$]) m4trace:configure.ac:1829: -1- m4_pattern_allow([^BUILD_SCDAEMON_FALSE$]) m4trace:configure.ac:1829: -1- _AM_SUBST_NOTMAKE([BUILD_SCDAEMON_TRUE]) m4trace:configure.ac:1829: -1- _AM_SUBST_NOTMAKE([BUILD_SCDAEMON_FALSE]) m4trace:configure.ac:1830: -1- AM_CONDITIONAL([BUILD_G13], [test "$build_g13" = "yes"]) m4trace:configure.ac:1830: -1- m4_pattern_allow([^BUILD_G13_TRUE$]) m4trace:configure.ac:1830: -1- m4_pattern_allow([^BUILD_G13_FALSE$]) m4trace:configure.ac:1830: -1- _AM_SUBST_NOTMAKE([BUILD_G13_TRUE]) m4trace:configure.ac:1830: -1- _AM_SUBST_NOTMAKE([BUILD_G13_FALSE]) m4trace:configure.ac:1831: -1- AM_CONDITIONAL([BUILD_DIRMNGR], [test "$build_dirmngr" = "yes"]) m4trace:configure.ac:1831: -1- m4_pattern_allow([^BUILD_DIRMNGR_TRUE$]) m4trace:configure.ac:1831: -1- m4_pattern_allow([^BUILD_DIRMNGR_FALSE$]) m4trace:configure.ac:1831: -1- _AM_SUBST_NOTMAKE([BUILD_DIRMNGR_TRUE]) m4trace:configure.ac:1831: -1- _AM_SUBST_NOTMAKE([BUILD_DIRMNGR_FALSE]) m4trace:configure.ac:1832: -1- AM_CONDITIONAL([BUILD_KEYBOXD], [test "$build_keyboxd" = "yes"]) m4trace:configure.ac:1832: -1- m4_pattern_allow([^BUILD_KEYBOXD_TRUE$]) m4trace:configure.ac:1832: -1- m4_pattern_allow([^BUILD_KEYBOXD_FALSE$]) m4trace:configure.ac:1832: -1- _AM_SUBST_NOTMAKE([BUILD_KEYBOXD_TRUE]) m4trace:configure.ac:1832: -1- _AM_SUBST_NOTMAKE([BUILD_KEYBOXD_FALSE]) m4trace:configure.ac:1833: -1- AM_CONDITIONAL([BUILD_TPM2D], [test "$build_tpm2d" = "yes"]) m4trace:configure.ac:1833: -1- m4_pattern_allow([^BUILD_TPM2D_TRUE$]) m4trace:configure.ac:1833: -1- m4_pattern_allow([^BUILD_TPM2D_FALSE$]) m4trace:configure.ac:1833: -1- _AM_SUBST_NOTMAKE([BUILD_TPM2D_TRUE]) m4trace:configure.ac:1833: -1- _AM_SUBST_NOTMAKE([BUILD_TPM2D_FALSE]) m4trace:configure.ac:1834: -1- AM_CONDITIONAL([BUILD_DOC], [test "$build_doc" = "yes"]) m4trace:configure.ac:1834: -1- m4_pattern_allow([^BUILD_DOC_TRUE$]) m4trace:configure.ac:1834: -1- m4_pattern_allow([^BUILD_DOC_FALSE$]) m4trace:configure.ac:1834: -1- _AM_SUBST_NOTMAKE([BUILD_DOC_TRUE]) m4trace:configure.ac:1834: -1- _AM_SUBST_NOTMAKE([BUILD_DOC_FALSE]) m4trace:configure.ac:1835: -1- AM_CONDITIONAL([BUILD_GPGTAR], [test "$build_gpgtar" = "yes"]) m4trace:configure.ac:1835: -1- m4_pattern_allow([^BUILD_GPGTAR_TRUE$]) m4trace:configure.ac:1835: -1- m4_pattern_allow([^BUILD_GPGTAR_FALSE$]) m4trace:configure.ac:1835: -1- _AM_SUBST_NOTMAKE([BUILD_GPGTAR_TRUE]) m4trace:configure.ac:1835: -1- _AM_SUBST_NOTMAKE([BUILD_GPGTAR_FALSE]) m4trace:configure.ac:1836: -1- AM_CONDITIONAL([BUILD_WKS_TOOLS], [test "$build_wks_tools" = "yes"]) m4trace:configure.ac:1836: -1- m4_pattern_allow([^BUILD_WKS_TOOLS_TRUE$]) m4trace:configure.ac:1836: -1- m4_pattern_allow([^BUILD_WKS_TOOLS_FALSE$]) m4trace:configure.ac:1836: -1- _AM_SUBST_NOTMAKE([BUILD_WKS_TOOLS_TRUE]) m4trace:configure.ac:1836: -1- _AM_SUBST_NOTMAKE([BUILD_WKS_TOOLS_FALSE]) m4trace:configure.ac:1838: -1- AM_CONDITIONAL([DISABLE_TESTS], [test "$run_tests" != yes]) m4trace:configure.ac:1838: -1- m4_pattern_allow([^DISABLE_TESTS_TRUE$]) m4trace:configure.ac:1838: -1- m4_pattern_allow([^DISABLE_TESTS_FALSE$]) m4trace:configure.ac:1838: -1- _AM_SUBST_NOTMAKE([DISABLE_TESTS_TRUE]) m4trace:configure.ac:1838: -1- _AM_SUBST_NOTMAKE([DISABLE_TESTS_FALSE]) m4trace:configure.ac:1839: -1- AM_CONDITIONAL([ENABLE_CARD_SUPPORT], [test "$card_support" = yes]) m4trace:configure.ac:1839: -1- m4_pattern_allow([^ENABLE_CARD_SUPPORT_TRUE$]) m4trace:configure.ac:1839: -1- m4_pattern_allow([^ENABLE_CARD_SUPPORT_FALSE$]) m4trace:configure.ac:1839: -1- _AM_SUBST_NOTMAKE([ENABLE_CARD_SUPPORT_TRUE]) m4trace:configure.ac:1839: -1- _AM_SUBST_NOTMAKE([ENABLE_CARD_SUPPORT_FALSE]) m4trace:configure.ac:1840: -1- AM_CONDITIONAL([NO_TRUST_MODELS], [test "$use_trust_models" = no]) m4trace:configure.ac:1840: -1- m4_pattern_allow([^NO_TRUST_MODELS_TRUE$]) m4trace:configure.ac:1840: -1- m4_pattern_allow([^NO_TRUST_MODELS_FALSE$]) m4trace:configure.ac:1840: -1- _AM_SUBST_NOTMAKE([NO_TRUST_MODELS_TRUE]) m4trace:configure.ac:1840: -1- _AM_SUBST_NOTMAKE([NO_TRUST_MODELS_FALSE]) m4trace:configure.ac:1841: -1- AM_CONDITIONAL([USE_TOFU], [test "$use_tofu" = yes]) m4trace:configure.ac:1841: -1- m4_pattern_allow([^USE_TOFU_TRUE$]) m4trace:configure.ac:1841: -1- m4_pattern_allow([^USE_TOFU_FALSE$]) m4trace:configure.ac:1841: -1- _AM_SUBST_NOTMAKE([USE_TOFU_TRUE]) m4trace:configure.ac:1841: -1- _AM_SUBST_NOTMAKE([USE_TOFU_FALSE]) m4trace:configure.ac:1847: -1- m4_pattern_allow([^BUILD_WITH_GPG$]) m4trace:configure.ac:1850: -1- m4_pattern_allow([^BUILD_WITH_GPGSM$]) m4trace:configure.ac:1853: -1- m4_pattern_allow([^BUILD_WITH_AGENT$]) m4trace:configure.ac:1856: -1- m4_pattern_allow([^BUILD_WITH_SCDAEMON$]) m4trace:configure.ac:1859: -1- m4_pattern_allow([^BUILD_WITH_DIRMNGR$]) m4trace:configure.ac:1862: -1- m4_pattern_allow([^BUILD_WITH_KEYBOXD$]) m4trace:configure.ac:1865: -1- m4_pattern_allow([^BUILD_WITH_TPM2D$]) m4trace:configure.ac:1868: -1- m4_pattern_allow([^BUILD_WITH_G13$]) m4trace:configure.ac:1875: -1- m4_pattern_allow([^GNUPG_NAME$]) m4trace:configure.ac:1877: -1- m4_pattern_allow([^GPG_NAME$]) m4trace:configure.ac:1878: -1- m4_pattern_allow([^GPG_DISP_NAME$]) m4trace:configure.ac:1880: -1- m4_pattern_allow([^GPGSM_NAME$]) m4trace:configure.ac:1881: -1- m4_pattern_allow([^GPGSM_DISP_NAME$]) m4trace:configure.ac:1883: -1- m4_pattern_allow([^GPG_AGENT_NAME$]) m4trace:configure.ac:1884: -1- m4_pattern_allow([^GPG_AGENT_DISP_NAME$]) m4trace:configure.ac:1887: -1- m4_pattern_allow([^TPM2DAEMON_NAME$]) m4trace:configure.ac:1888: -1- m4_pattern_allow([^TPM2DAEMON_DISP_NAME$]) m4trace:configure.ac:1891: -1- m4_pattern_allow([^SCDAEMON_NAME$]) m4trace:configure.ac:1892: -1- m4_pattern_allow([^SCDAEMON_DISP_NAME$]) m4trace:configure.ac:1895: -1- m4_pattern_allow([^DIRMNGR_NAME$]) m4trace:configure.ac:1896: -1- m4_pattern_allow([^DIRMNGR_DISP_NAME$]) m4trace:configure.ac:1899: -1- m4_pattern_allow([^KEYBOXD_NAME$]) m4trace:configure.ac:1900: -1- m4_pattern_allow([^KEYBOXD_DISP_NAME$]) m4trace:configure.ac:1903: -1- m4_pattern_allow([^G13_NAME$]) m4trace:configure.ac:1904: -1- m4_pattern_allow([^G13_DISP_NAME$]) m4trace:configure.ac:1906: -1- m4_pattern_allow([^GPGCONF_NAME$]) m4trace:configure.ac:1907: -1- m4_pattern_allow([^GPGCONF_DISP_NAME$]) m4trace:configure.ac:1910: -1- m4_pattern_allow([^GPGTAR_NAME$]) m4trace:configure.ac:1912: -1- m4_pattern_allow([^GPG_AGENT_SOCK_NAME$]) m4trace:configure.ac:1914: -1- m4_pattern_allow([^GPG_AGENT_EXTRA_SOCK_NAME$]) m4trace:configure.ac:1916: -1- m4_pattern_allow([^GPG_AGENT_BROWSER_SOCK_NAME$]) m4trace:configure.ac:1918: -1- m4_pattern_allow([^GPG_AGENT_SSH_SOCK_NAME$]) m4trace:configure.ac:1920: -1- m4_pattern_allow([^DIRMNGR_INFO_NAME$]) m4trace:configure.ac:1922: -1- m4_pattern_allow([^SCDAEMON_SOCK_NAME$]) m4trace:configure.ac:1924: -1- m4_pattern_allow([^KEYBOXD_SOCK_NAME$]) m4trace:configure.ac:1926: -1- m4_pattern_allow([^TPM2DAEMON_SOCK_NAME$]) m4trace:configure.ac:1928: -1- m4_pattern_allow([^DIRMNGR_SOCK_NAME$]) m4trace:configure.ac:1930: -1- m4_pattern_allow([^DIRMNGR_DEFAULT_KEYSERVER$]) m4trace:configure.ac:1934: -1- m4_pattern_allow([^GPGEXT_GPG$]) m4trace:configure.ac:1937: -1- m4_pattern_allow([^GNUPG_REGISTRY_DIR$]) m4trace:configure.ac:1947: -1- m4_pattern_allow([^BUILD_REVISION$]) m4trace:configure.ac:1948: -1- m4_pattern_allow([^BUILD_COMMITID$]) m4trace:configure.ac:1956: -1- m4_pattern_allow([^BUILD_VERSION$]) m4trace:configure.ac:1957: -1- m4_pattern_allow([^BUILD_FILEVERSION$]) m4trace:configure.ac:1971: -1- m4_pattern_allow([^BUILD_TIMESTAMP$]) m4trace:configure.ac:1972: -1- m4_pattern_allow([^BUILD_TIMESTAMP$]) m4trace:configure.ac:1974: -1- m4_pattern_allow([^BUILD_HOSTNAME$]) m4trace:configure.ac:2110: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:2110: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.ac:2110: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) m4trace:configure.ac:2110: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) m4trace:configure.ac:2110: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) m4trace:configure.ac:2110: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) m4trace:configure.ac:2110: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) m4trace:configure.ac:2110: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) m4trace:configure.ac:2110: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS m4trace:configure.ac:2110: -1- AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles])