Skyler Grey | 3919fc3 | 2023-02-26 13:06:50 +0000 | [diff] [blame^] | 1 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' |
| 2 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
| 3 | dnl require some minimum version. Point them to the right macro. |
| 4 | m4_if([$1], [1.16.5], [], |
| 5 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
| 6 | ]) |
| 7 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl |
| 8 | m4_ifndef([AC_AUTOCONF_VERSION], |
| 9 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 10 | _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 11 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl |
| 12 | # Expand $ac_aux_dir to an absolute path. |
| 13 | am_aux_dir=`cd "$ac_aux_dir" && pwd` |
| 14 | ]) |
| 15 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl |
| 16 | m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], |
| 17 | [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl |
| 18 | AC_SUBST([$1_TRUE])dnl |
| 19 | AC_SUBST([$1_FALSE])dnl |
| 20 | _AM_SUBST_NOTMAKE([$1_TRUE])dnl |
| 21 | _AM_SUBST_NOTMAKE([$1_FALSE])dnl |
| 22 | m4_define([_AM_COND_VALUE_$1], [$2])dnl |
| 23 | if $2; then |
| 24 | $1_TRUE= |
| 25 | $1_FALSE='#' |
| 26 | else |
| 27 | $1_TRUE='#' |
| 28 | $1_FALSE= |
| 29 | fi |
| 30 | AC_CONFIG_COMMANDS_PRE( |
| 31 | [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then |
| 32 | AC_MSG_ERROR([[conditional "$1" was never defined. |
| 33 | Usually this means the macro was only invoked conditionally.]]) |
| 34 | fi])]) |
| 35 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl |
| 36 | AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl |
| 37 | AC_REQUIRE([AM_MAKE_INCLUDE])dnl |
| 38 | AC_REQUIRE([AM_DEP_TRACK])dnl |
| 39 | |
| 40 | m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], |
| 41 | [$1], [CXX], [depcc="$CXX" am_compiler_list=], |
| 42 | [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], |
| 43 | [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], |
| 44 | [$1], [UPC], [depcc="$UPC" am_compiler_list=], |
| 45 | [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], |
| 46 | [depcc="$$1" am_compiler_list=]) |
| 47 | |
| 48 | AC_CACHE_CHECK([dependency style of $depcc], |
| 49 | [am_cv_$1_dependencies_compiler_type], |
| 50 | [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
| 51 | # We make a subdir and do the tests there. Otherwise we can end up |
| 52 | # making bogus files that we don't know about and never remove. For |
| 53 | # instance it was reported that on HP-UX the gcc test will end up |
| 54 | # making a dummy file named 'D' -- because '-MD' means "put the output |
| 55 | # in D". |
| 56 | rm -rf conftest.dir |
| 57 | mkdir conftest.dir |
| 58 | # Copy depcomp to subdir because otherwise we won't find it if we're |
| 59 | # using a relative directory. |
| 60 | cp "$am_depcomp" conftest.dir |
| 61 | cd conftest.dir |
| 62 | # We will build objects and dependencies in a subdirectory because |
| 63 | # it helps to detect inapplicable dependency modes. For instance |
| 64 | # both Tru64's cc and ICC support -MD to output dependencies as a |
| 65 | # side effect of compilation, but ICC will put the dependencies in |
| 66 | # the current directory while Tru64 will put them in the object |
| 67 | # directory. |
| 68 | mkdir sub |
| 69 | |
| 70 | am_cv_$1_dependencies_compiler_type=none |
| 71 | if test "$am_compiler_list" = ""; then |
| 72 | am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` |
| 73 | fi |
| 74 | am__universal=false |
| 75 | m4_case([$1], [CC], |
| 76 | [case " $depcc " in #( |
| 77 | *\ -arch\ *\ -arch\ *) am__universal=true ;; |
| 78 | esac], |
| 79 | [CXX], |
| 80 | [case " $depcc " in #( |
| 81 | *\ -arch\ *\ -arch\ *) am__universal=true ;; |
| 82 | esac]) |
| 83 | |
| 84 | for depmode in $am_compiler_list; do |
| 85 | # Setup a source with many dependencies, because some compilers |
| 86 | # like to wrap large dependency lists on column 80 (with \), and |
| 87 | # we should not choose a depcomp mode which is confused by this. |
| 88 | # |
| 89 | # We need to recreate these files for each test, as the compiler may |
| 90 | # overwrite some of them when testing with obscure command lines. |
| 91 | # This happens at least with the AIX C compiler. |
| 92 | : > sub/conftest.c |
| 93 | for i in 1 2 3 4 5 6; do |
| 94 | echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 95 | # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
| 96 | # Solaris 10 /bin/sh. |
| 97 | echo '/* dummy */' > sub/conftst$i.h |
| 98 | done |
| 99 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 100 | |
| 101 | # We check with '-c' and '-o' for the sake of the "dashmstdout" |
| 102 | # mode. It turns out that the SunPro C++ compiler does not properly |
| 103 | # handle '-M -o', and we need to detect this. Also, some Intel |
| 104 | # versions had trouble with output in subdirs. |
| 105 | am__obj=sub/conftest.${OBJEXT-o} |
| 106 | am__minus_obj="-o $am__obj" |
| 107 | case $depmode in |
| 108 | gcc) |
| 109 | # This depmode causes a compiler race in universal mode. |
| 110 | test "$am__universal" = false || continue |
| 111 | ;; |
| 112 | nosideeffect) |
| 113 | # After this tag, mechanisms are not by side-effect, so they'll |
| 114 | # only be used when explicitly requested. |
| 115 | if test "x$enable_dependency_tracking" = xyes; then |
| 116 | continue |
| 117 | else |
| 118 | break |
| 119 | fi |
| 120 | ;; |
| 121 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 122 | # This compiler won't grok '-c -o', but also, the minuso test has |
| 123 | # not run yet. These depmodes are late enough in the game, and |
| 124 | # so weak that their functioning should not be impacted. |
| 125 | am__obj=conftest.${OBJEXT-o} |
| 126 | am__minus_obj= |
| 127 | ;; |
| 128 | none) break ;; |
| 129 | esac |
| 130 | if depmode=$depmode \ |
| 131 | source=sub/conftest.c object=$am__obj \ |
| 132 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
| 133 | $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
| 134 | >/dev/null 2>conftest.err && |
| 135 | grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
| 136 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
| 137 | grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
| 138 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
| 139 | # icc doesn't choke on unknown options, it will just issue warnings |
| 140 | # or remarks (even with -Werror). So we grep stderr for any message |
| 141 | # that says an option was ignored or not supported. |
| 142 | # When given -MP, icc 7.0 and 7.1 complain thusly: |
| 143 | # icc: Command line warning: ignoring option '-M'; no argument required |
| 144 | # The diagnosis changed in icc 8.0: |
| 145 | # icc: Command line remark: option '-MP' not supported |
| 146 | if (grep 'ignoring option' conftest.err || |
| 147 | grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else |
| 148 | am_cv_$1_dependencies_compiler_type=$depmode |
| 149 | break |
| 150 | fi |
| 151 | fi |
| 152 | done |
| 153 | |
| 154 | cd .. |
| 155 | rm -rf conftest.dir |
| 156 | else |
| 157 | am_cv_$1_dependencies_compiler_type=none |
| 158 | fi |
| 159 | ]) |
| 160 | AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) |
| 161 | AM_CONDITIONAL([am__fastdep$1], [ |
| 162 | test "x$enable_dependency_tracking" != xno \ |
| 163 | && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) |
| 164 | ]) |
| 165 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
| 166 | AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl |
| 167 | ]) |
| 168 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl |
| 169 | AS_HELP_STRING( |
| 170 | [--enable-dependency-tracking], |
| 171 | [do not reject slow dependency extractors]) |
| 172 | AS_HELP_STRING( |
| 173 | [--disable-dependency-tracking], |
| 174 | [speeds up one-time build])]) |
| 175 | if test "x$enable_dependency_tracking" != xno; then |
| 176 | am_depcomp="$ac_aux_dir/depcomp" |
| 177 | AMDEPBACKSLASH='\' |
| 178 | am__nodep='_no' |
| 179 | fi |
| 180 | AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
| 181 | AC_SUBST([AMDEPBACKSLASH])dnl |
| 182 | _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl |
| 183 | AC_SUBST([am__nodep])dnl |
| 184 | _AM_SUBST_NOTMAKE([am__nodep])dnl |
| 185 | ]) |
| 186 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ |
| 187 | # Older Autoconf quotes --file arguments for eval, but not when files |
| 188 | # are listed without --file. Let's play safe and only enable the eval |
| 189 | # if we detect the quoting. |
| 190 | # TODO: see whether this extra hack can be removed once we start |
| 191 | # requiring Autoconf 2.70 or later. |
| 192 | AS_CASE([$CONFIG_FILES], |
| 193 | [*\'*], [eval set x "$CONFIG_FILES"], |
| 194 | [*], [set x $CONFIG_FILES]) |
| 195 | shift |
| 196 | # Used to flag and report bootstrapping failures. |
| 197 | am_rc=0 |
| 198 | for am_mf |
| 199 | do |
| 200 | # Strip MF so we end up with the name of the file. |
| 201 | am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` |
| 202 | # Check whether this is an Automake generated Makefile which includes |
| 203 | # dependency-tracking related rules and includes. |
| 204 | # Grep'ing the whole file directly is not great: AIX grep has a line |
| 205 | # limit of 2048, but all sed's we know have understand at least 4000. |
| 206 | sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ |
| 207 | || continue |
| 208 | am_dirpart=`AS_DIRNAME(["$am_mf"])` |
| 209 | am_filepart=`AS_BASENAME(["$am_mf"])` |
| 210 | AM_RUN_LOG([cd "$am_dirpart" \ |
| 211 | && sed -e '/# am--include-marker/d' "$am_filepart" \ |
| 212 | | $MAKE -f - am--depfiles]) || am_rc=$? |
| 213 | done |
| 214 | if test $am_rc -ne 0; then |
| 215 | AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments |
| 216 | for automatic dependency tracking. If GNU make was not used, consider |
| 217 | re-running the configure script with MAKE="gmake" (or whatever is |
| 218 | necessary). You can also try re-running configure with the |
| 219 | '--disable-dependency-tracking' option to at least be able to build |
| 220 | the package (albeit without support for automatic dependency tracking).]) |
| 221 | fi |
| 222 | AS_UNSET([am_dirpart]) |
| 223 | AS_UNSET([am_filepart]) |
| 224 | AS_UNSET([am_mf]) |
| 225 | AS_UNSET([am_rc]) |
| 226 | rm -f conftest-deps.mk |
| 227 | } |
| 228 | ]) |
| 229 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], |
| 230 | [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 231 | [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) |
| 232 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl |
| 233 | m4_ifdef([_$0_ALREADY_INIT], |
| 234 | [m4_fatal([$0 expanded multiple times |
| 235 | ]m4_defn([_$0_ALREADY_INIT]))], |
| 236 | [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl |
| 237 | dnl Autoconf wants to disallow AM_ names. We explicitly allow |
| 238 | dnl the ones we care about. |
| 239 | m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl |
| 240 | AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl |
| 241 | AC_REQUIRE([AC_PROG_INSTALL])dnl |
| 242 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 243 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 244 | # is not polluted with repeated "-I." |
| 245 | AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl |
| 246 | # test to see if srcdir already configured |
| 247 | if test -f $srcdir/config.status; then |
| 248 | AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) |
| 249 | fi |
| 250 | fi |
| 251 | |
| 252 | # test whether we have cygpath |
| 253 | if test -z "$CYGPATH_W"; then |
| 254 | if (cygpath --version) >/dev/null 2>/dev/null; then |
| 255 | CYGPATH_W='cygpath -w' |
| 256 | else |
| 257 | CYGPATH_W=echo |
| 258 | fi |
| 259 | fi |
| 260 | AC_SUBST([CYGPATH_W]) |
| 261 | |
| 262 | # Define the identity of the package. |
| 263 | dnl Distinguish between old-style and new-style calls. |
| 264 | m4_ifval([$2], |
| 265 | [AC_DIAGNOSE([obsolete], |
| 266 | [$0: two- and three-arguments forms are deprecated.]) |
| 267 | m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl |
| 268 | AC_SUBST([PACKAGE], [$1])dnl |
| 269 | AC_SUBST([VERSION], [$2])], |
| 270 | [_AM_SET_OPTIONS([$1])dnl |
| 271 | dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. |
| 272 | m4_if( |
| 273 | m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), |
| 274 | [ok:ok],, |
| 275 | [m4_fatal([AC_INIT should be called with package and version arguments])])dnl |
| 276 | AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl |
| 277 | AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl |
| 278 | |
| 279 | _AM_IF_OPTION([no-define],, |
| 280 | [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) |
| 281 | AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl |
| 282 | |
| 283 | # Some tools Automake needs. |
| 284 | AC_REQUIRE([AM_SANITY_CHECK])dnl |
| 285 | AC_REQUIRE([AC_ARG_PROGRAM])dnl |
| 286 | AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) |
| 287 | AM_MISSING_PROG([AUTOCONF], [autoconf]) |
| 288 | AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) |
| 289 | AM_MISSING_PROG([AUTOHEADER], [autoheader]) |
| 290 | AM_MISSING_PROG([MAKEINFO], [makeinfo]) |
| 291 | AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 292 | AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl |
| 293 | AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
| 294 | # For better backward compatibility. To be removed once Automake 1.9.x |
| 295 | # dies out for good. For more background, see: |
| 296 | # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 297 | # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 298 | AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
| 299 | # We need awk for the "check" target (and possibly the TAP driver). The |
| 300 | # system "awk" is bad on some platforms. |
| 301 | AC_REQUIRE([AC_PROG_AWK])dnl |
| 302 | AC_REQUIRE([AC_PROG_MAKE_SET])dnl |
| 303 | AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
| 304 | _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], |
| 305 | [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], |
| 306 | [_AM_PROG_TAR([v7])])]) |
| 307 | _AM_IF_OPTION([no-dependencies],, |
| 308 | [AC_PROVIDE_IFELSE([AC_PROG_CC], |
| 309 | [_AM_DEPENDENCIES([CC])], |
| 310 | [m4_define([AC_PROG_CC], |
| 311 | m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl |
| 312 | AC_PROVIDE_IFELSE([AC_PROG_CXX], |
| 313 | [_AM_DEPENDENCIES([CXX])], |
| 314 | [m4_define([AC_PROG_CXX], |
| 315 | m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl |
| 316 | AC_PROVIDE_IFELSE([AC_PROG_OBJC], |
| 317 | [_AM_DEPENDENCIES([OBJC])], |
| 318 | [m4_define([AC_PROG_OBJC], |
| 319 | m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl |
| 320 | AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], |
| 321 | [_AM_DEPENDENCIES([OBJCXX])], |
| 322 | [m4_define([AC_PROG_OBJCXX], |
| 323 | m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl |
| 324 | ]) |
| 325 | # Variables for tags utilities; see am/tags.am |
| 326 | if test -z "$CTAGS"; then |
| 327 | CTAGS=ctags |
| 328 | fi |
| 329 | AC_SUBST([CTAGS]) |
| 330 | if test -z "$ETAGS"; then |
| 331 | ETAGS=etags |
| 332 | fi |
| 333 | AC_SUBST([ETAGS]) |
| 334 | if test -z "$CSCOPE"; then |
| 335 | CSCOPE=cscope |
| 336 | fi |
| 337 | AC_SUBST([CSCOPE]) |
| 338 | |
| 339 | AC_REQUIRE([AM_SILENT_RULES])dnl |
| 340 | dnl The testsuite driver may need to know about EXEEXT, so add the |
| 341 | dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This |
| 342 | dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. |
| 343 | AC_CONFIG_COMMANDS_PRE(dnl |
| 344 | [m4_provide_if([_AM_COMPILER_EXEEXT], |
| 345 | [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl |
| 346 | |
| 347 | # POSIX will say in a future version that running "rm -f" with no argument |
| 348 | # is OK; and we want to be able to make that assumption in our Makefile |
| 349 | # recipes. So use an aggressive probe to check that the usage we want is |
| 350 | # actually supported "in the wild" to an acceptable degree. |
| 351 | # See automake bug#10828. |
| 352 | # To make any issue more visible, cause the running configure to be aborted |
| 353 | # by default if the 'rm' program in use doesn't match our expectations; the |
| 354 | # user can still override this though. |
| 355 | if rm -f && rm -fr && rm -rf; then : OK; else |
| 356 | cat >&2 <<'END' |
| 357 | Oops! |
| 358 | |
| 359 | Your 'rm' program seems unable to run without file operands specified |
| 360 | on the command line, even when the '-f' option is present. This is contrary |
| 361 | to the behaviour of most rm programs out there, and not conforming with |
| 362 | the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
| 363 | |
| 364 | Please tell bug-automake@gnu.org about your system, including the value |
| 365 | of your $PATH and any error possibly output before this message. This |
| 366 | can help us improve future automake versions. |
| 367 | |
| 368 | END |
| 369 | if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
| 370 | echo 'Configuration will proceed anyway, since you have set the' >&2 |
| 371 | echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
| 372 | echo >&2 |
| 373 | else |
| 374 | cat >&2 <<'END' |
| 375 | Aborting the configuration process, to ensure you take notice of the issue. |
| 376 | |
| 377 | You can download and install GNU coreutils to get an 'rm' implementation |
| 378 | that behaves properly: <https://www.gnu.org/software/coreutils/>. |
| 379 | |
| 380 | If you want to complete the configuration process using your problematic |
| 381 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
| 382 | to "yes", and re-run configure. |
| 383 | |
| 384 | END |
| 385 | AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) |
| 386 | fi |
| 387 | fi |
| 388 | dnl The trailing newline in this macro's definition is deliberate, for |
| 389 | dnl backward compatibility and to allow trailing 'dnl'-style comments |
| 390 | dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. |
| 391 | ]) |
| 392 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/init.m4:204: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. |
| 393 | _am_arg=$1 |
| 394 | _am_stamp_count=1 |
| 395 | for _am_header in $config_headers :; do |
| 396 | case $_am_header in |
| 397 | $_am_arg | $_am_arg:* ) |
| 398 | break ;; |
| 399 | * ) |
| 400 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; |
| 401 | esac |
| 402 | done |
| 403 | echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
| 404 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
| 405 | if test x"${install_sh+set}" != xset; then |
| 406 | case $am_aux_dir in |
| 407 | *\ * | *\ *) |
| 408 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
| 409 | *) |
| 410 | install_sh="\${SHELL} $am_aux_dir/install-sh" |
| 411 | esac |
| 412 | fi |
| 413 | AC_SUBST([install_sh])]) |
| 414 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null |
| 415 | mkdir .tst 2>/dev/null |
| 416 | if test -d .tst; then |
| 417 | am__leading_dot=. |
| 418 | else |
| 419 | am__leading_dot=_ |
| 420 | fi |
| 421 | rmdir .tst 2>/dev/null |
| 422 | AC_SUBST([am__leading_dot])]) |
| 423 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) |
| 424 | cat > confinc.mk << 'END' |
| 425 | am__doit: |
| 426 | @echo this is the am__doit target >confinc.out |
| 427 | .PHONY: am__doit |
| 428 | END |
| 429 | am__include="#" |
| 430 | am__quote= |
| 431 | # BSD make does it like this. |
| 432 | echo '.include "confinc.mk" # ignored' > confmf.BSD |
| 433 | # Other make implementations (GNU, Solaris 10, AIX) do it like this. |
| 434 | echo 'include confinc.mk # ignored' > confmf.GNU |
| 435 | _am_result=no |
| 436 | for s in GNU BSD; do |
| 437 | AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) |
| 438 | AS_CASE([$?:`cat confinc.out 2>/dev/null`], |
| 439 | ['0:this is the am__doit target'], |
| 440 | [AS_CASE([$s], |
| 441 | [BSD], [am__include='.include' am__quote='"'], |
| 442 | [am__include='include' am__quote=''])]) |
| 443 | if test "$am__include" != "#"; then |
| 444 | _am_result="yes ($s style)" |
| 445 | break |
| 446 | fi |
| 447 | done |
| 448 | rm -f confinc.* confmf.* |
| 449 | AC_MSG_RESULT([${_am_result}]) |
| 450 | AC_SUBST([am__include])]) |
| 451 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$]) |
| 452 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) |
| 453 | $1=${$1-"${am_missing_run}$2"} |
| 454 | AC_SUBST($1)]) |
| 455 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
| 456 | AC_REQUIRE_AUX_FILE([missing])dnl |
| 457 | if test x"${MISSING+set}" != xset; then |
| 458 | MISSING="\${SHELL} '$am_aux_dir/missing'" |
| 459 | fi |
| 460 | # Use eval to expand $SHELL |
| 461 | if eval "$MISSING --is-lightweight"; then |
| 462 | am_missing_run="$MISSING " |
| 463 | else |
| 464 | am_missing_run= |
| 465 | AC_MSG_WARN(['missing' script is too old or missing]) |
| 466 | fi |
| 467 | ]) |
| 468 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) |
| 469 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) |
| 470 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) |
| 471 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
| 472 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
| 473 | AC_REQUIRE_AUX_FILE([compile])dnl |
| 474 | AC_LANG_PUSH([C])dnl |
| 475 | AC_CACHE_CHECK( |
| 476 | [whether $CC understands -c and -o together], |
| 477 | [am_cv_prog_cc_c_o], |
| 478 | [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) |
| 479 | # Make sure it works both with $CC and with simple cc. |
| 480 | # Following AC_PROG_CC_C_O, we do the test twice because some |
| 481 | # compilers refuse to overwrite an existing .o file with -o, |
| 482 | # though they will create one. |
| 483 | am_cv_prog_cc_c_o=yes |
| 484 | for am_i in 1 2; do |
| 485 | if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ |
| 486 | && test -f conftest2.$ac_objext; then |
| 487 | : OK |
| 488 | else |
| 489 | am_cv_prog_cc_c_o=no |
| 490 | break |
| 491 | fi |
| 492 | done |
| 493 | rm -f core conftest* |
| 494 | unset am_i]) |
| 495 | if test "$am_cv_prog_cc_c_o" != yes; then |
| 496 | # Losing compiler, so override with the script. |
| 497 | # FIXME: It is wrong to rewrite CC. |
| 498 | # But if we don't then we get into trouble of one sort or another. |
| 499 | # A longer-term fix would be to have automake use am__CC in this case, |
| 500 | # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
| 501 | CC="$am_aux_dir/compile $CC" |
| 502 | fi |
| 503 | AC_LANG_POP([C])]) |
| 504 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
| 505 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD |
| 506 | ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD |
| 507 | ac_status=$? |
| 508 | echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD |
| 509 | (exit $ac_status); }]) |
| 510 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) |
| 511 | # Reject unsafe characters in $srcdir or the absolute working directory |
| 512 | # name. Accept space and tab only in the latter. |
| 513 | am_lf=' |
| 514 | ' |
| 515 | case `pwd` in |
| 516 | *[[\\\"\#\$\&\'\`$am_lf]]*) |
| 517 | AC_MSG_ERROR([unsafe absolute working directory name]);; |
| 518 | esac |
| 519 | case $srcdir in |
| 520 | *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) |
| 521 | AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; |
| 522 | esac |
| 523 | |
| 524 | # Do 'set' in a subshell so we don't clobber the current shell's |
| 525 | # arguments. Must try -L first in case configure is actually a |
| 526 | # symlink; some systems play weird games with the mod time of symlinks |
| 527 | # (eg FreeBSD returns the mod time of the symlink's containing |
| 528 | # directory). |
| 529 | if ( |
| 530 | am_has_slept=no |
| 531 | for am_try in 1 2; do |
| 532 | echo "timestamp, slept: $am_has_slept" > conftest.file |
| 533 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 534 | if test "$[*]" = "X"; then |
| 535 | # -L didn't work. |
| 536 | set X `ls -t "$srcdir/configure" conftest.file` |
| 537 | fi |
| 538 | if test "$[*]" != "X $srcdir/configure conftest.file" \ |
| 539 | && test "$[*]" != "X conftest.file $srcdir/configure"; then |
| 540 | |
| 541 | # If neither matched, then we have a broken ls. This can happen |
| 542 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
| 543 | # broken ls alias from the environment. This has actually |
| 544 | # happened. Such a system could not be considered "sane". |
| 545 | AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken |
| 546 | alias in your environment]) |
| 547 | fi |
| 548 | if test "$[2]" = conftest.file || test $am_try -eq 2; then |
| 549 | break |
| 550 | fi |
| 551 | # Just in case. |
| 552 | sleep 1 |
| 553 | am_has_slept=yes |
| 554 | done |
| 555 | test "$[2]" = conftest.file |
| 556 | ) |
| 557 | then |
| 558 | # Ok. |
| 559 | : |
| 560 | else |
| 561 | AC_MSG_ERROR([newly created file is older than distributed files! |
| 562 | Check your system clock]) |
| 563 | fi |
| 564 | AC_MSG_RESULT([yes]) |
| 565 | # If we didn't sleep, we still need to ensure time stamps of config.status and |
| 566 | # generated files are strictly newer. |
| 567 | am_sleep_pid= |
| 568 | if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
| 569 | ( sleep 1 ) & |
| 570 | am_sleep_pid=$! |
| 571 | fi |
| 572 | AC_CONFIG_COMMANDS_PRE( |
| 573 | [AC_MSG_CHECKING([that generated files are newer than configure]) |
| 574 | if test -n "$am_sleep_pid"; then |
| 575 | # Hide warnings about reused PIDs. |
| 576 | wait $am_sleep_pid 2>/dev/null |
| 577 | fi |
| 578 | AC_MSG_RESULT([done])]) |
| 579 | rm -f conftest.file |
| 580 | ]) |
| 581 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl |
| 582 | AS_HELP_STRING( |
| 583 | [--enable-silent-rules], |
| 584 | [less verbose build output (undo: "make V=1")]) |
| 585 | AS_HELP_STRING( |
| 586 | [--disable-silent-rules], |
| 587 | [verbose build output (undo: "make V=0")])dnl |
| 588 | ]) |
| 589 | case $enable_silent_rules in @%:@ ((( |
| 590 | yes) AM_DEFAULT_VERBOSITY=0;; |
| 591 | no) AM_DEFAULT_VERBOSITY=1;; |
| 592 | *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; |
| 593 | esac |
| 594 | dnl |
| 595 | dnl A few 'make' implementations (e.g., NonStop OS and NextStep) |
| 596 | dnl do not support nested variable expansions. |
| 597 | dnl See automake bug#9928 and bug#10237. |
| 598 | am_make=${MAKE-make} |
| 599 | AC_CACHE_CHECK([whether $am_make supports nested variables], |
| 600 | [am_cv_make_support_nested_variables], |
| 601 | [if AS_ECHO([['TRUE=$(BAR$(V)) |
| 602 | BAR0=false |
| 603 | BAR1=true |
| 604 | V=1 |
| 605 | am__doit: |
| 606 | @$(TRUE) |
| 607 | .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then |
| 608 | am_cv_make_support_nested_variables=yes |
| 609 | else |
| 610 | am_cv_make_support_nested_variables=no |
| 611 | fi]) |
| 612 | if test $am_cv_make_support_nested_variables = yes; then |
| 613 | dnl Using '$V' instead of '$(V)' breaks IRIX make. |
| 614 | AM_V='$(V)' |
| 615 | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 616 | else |
| 617 | AM_V=$AM_DEFAULT_VERBOSITY |
| 618 | AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
| 619 | fi |
| 620 | AC_SUBST([AM_V])dnl |
| 621 | AM_SUBST_NOTMAKE([AM_V])dnl |
| 622 | AC_SUBST([AM_DEFAULT_V])dnl |
| 623 | AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl |
| 624 | AC_SUBST([AM_DEFAULT_VERBOSITY])dnl |
| 625 | AM_BACKSLASH='\' |
| 626 | AC_SUBST([AM_BACKSLASH])dnl |
| 627 | _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
| 628 | ]) |
| 629 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 630 | # Installed binaries are usually stripped using 'strip' when the user |
| 631 | # run "make install-strip". However 'strip' might not be the right |
| 632 | # tool to use in cross-compilation environments, therefore Automake |
| 633 | # will honor the 'STRIP' environment variable to overrule this program. |
| 634 | dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. |
| 635 | if test "$cross_compiling" != no; then |
| 636 | AC_CHECK_TOOL([STRIP], [strip], :) |
| 637 | fi |
| 638 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 639 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
| 640 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) |
| 641 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 642 | m4trace:/nix/store/m0x3gjgn720zp5plfr0bavm24iw0ip07-automake-1.16.5/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used |
| 643 | # in the wild :-( We should find a proper way to deprecate it ... |
| 644 | AC_SUBST([AMTAR], ['$${TAR-tar}']) |
| 645 | |
| 646 | # We'll loop over all known methods to create a tar archive until one works. |
| 647 | _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' |
| 648 | |
| 649 | m4_if([$1], [v7], |
| 650 | [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], |
| 651 | |
| 652 | [m4_case([$1], |
| 653 | [ustar], |
| 654 | [# The POSIX 1988 'ustar' format is defined with fixed-size fields. |
| 655 | # There is notably a 21 bits limit for the UID and the GID. In fact, |
| 656 | # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 |
| 657 | # and bug#13588). |
| 658 | am_max_uid=2097151 # 2^21 - 1 |
| 659 | am_max_gid=$am_max_uid |
| 660 | # The $UID and $GID variables are not portable, so we need to resort |
| 661 | # to the POSIX-mandated id(1) utility. Errors in the 'id' calls |
| 662 | # below are definitely unexpected, so allow the users to see them |
| 663 | # (that is, avoid stderr redirection). |
| 664 | am_uid=`id -u || echo unknown` |
| 665 | am_gid=`id -g || echo unknown` |
| 666 | AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) |
| 667 | if test $am_uid -le $am_max_uid; then |
| 668 | AC_MSG_RESULT([yes]) |
| 669 | else |
| 670 | AC_MSG_RESULT([no]) |
| 671 | _am_tools=none |
| 672 | fi |
| 673 | AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) |
| 674 | if test $am_gid -le $am_max_gid; then |
| 675 | AC_MSG_RESULT([yes]) |
| 676 | else |
| 677 | AC_MSG_RESULT([no]) |
| 678 | _am_tools=none |
| 679 | fi], |
| 680 | |
| 681 | [pax], |
| 682 | [], |
| 683 | |
| 684 | [m4_fatal([Unknown tar format])]) |
| 685 | |
| 686 | AC_MSG_CHECKING([how to create a $1 tar archive]) |
| 687 | |
| 688 | # Go ahead even if we have the value already cached. We do so because we |
| 689 | # need to set the values for the 'am__tar' and 'am__untar' variables. |
| 690 | _am_tools=${am_cv_prog_tar_$1-$_am_tools} |
| 691 | |
| 692 | for _am_tool in $_am_tools; do |
| 693 | case $_am_tool in |
| 694 | gnutar) |
| 695 | for _am_tar in tar gnutar gtar; do |
| 696 | AM_RUN_LOG([$_am_tar --version]) && break |
| 697 | done |
| 698 | am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' |
| 699 | am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' |
| 700 | am__untar="$_am_tar -xf -" |
| 701 | ;; |
| 702 | plaintar) |
| 703 | # Must skip GNU tar: if it does not support --format= it doesn't create |
| 704 | # ustar tarball either. |
| 705 | (tar --version) >/dev/null 2>&1 && continue |
| 706 | am__tar='tar chf - "$$tardir"' |
| 707 | am__tar_='tar chf - "$tardir"' |
| 708 | am__untar='tar xf -' |
| 709 | ;; |
| 710 | pax) |
| 711 | am__tar='pax -L -x $1 -w "$$tardir"' |
| 712 | am__tar_='pax -L -x $1 -w "$tardir"' |
| 713 | am__untar='pax -r' |
| 714 | ;; |
| 715 | cpio) |
| 716 | am__tar='find "$$tardir" -print | cpio -o -H $1 -L' |
| 717 | am__tar_='find "$tardir" -print | cpio -o -H $1 -L' |
| 718 | am__untar='cpio -i -H $1 -d' |
| 719 | ;; |
| 720 | none) |
| 721 | am__tar=false |
| 722 | am__tar_=false |
| 723 | am__untar=false |
| 724 | ;; |
| 725 | esac |
| 726 | |
| 727 | # If the value was cached, stop now. We just wanted to have am__tar |
| 728 | # and am__untar set. |
| 729 | test -n "${am_cv_prog_tar_$1}" && break |
| 730 | |
| 731 | # tar/untar a dummy directory, and stop if the command works. |
| 732 | rm -rf conftest.dir |
| 733 | mkdir conftest.dir |
| 734 | echo GrepMe > conftest.dir/file |
| 735 | AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) |
| 736 | rm -rf conftest.dir |
| 737 | if test -s conftest.tar; then |
| 738 | AM_RUN_LOG([$am__untar <conftest.tar]) |
| 739 | AM_RUN_LOG([cat conftest.dir/file]) |
| 740 | grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
| 741 | fi |
| 742 | done |
| 743 | rm -rf conftest.dir |
| 744 | |
| 745 | AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
| 746 | AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
| 747 | |
| 748 | AC_SUBST([am__tar]) |
| 749 | AC_SUBST([am__untar]) |
| 750 | ]) |
| 751 | m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_]) |
| 752 | m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_]) |
| 753 | m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) |
| 754 | m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$]) |
| 755 | m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_]) |
| 756 | m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$]) |
| 757 | m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_]) |
| 758 | m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$]) |
| 759 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$]) |
| 760 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) |
| 761 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) |
| 762 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) |
| 763 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) |
| 764 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) |
| 765 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) |
| 766 | m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$]) |
| 767 | m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$]) |
| 768 | m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$]) |
| 769 | m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$]) |
| 770 | m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$]) |
| 771 | m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$]) |
| 772 | m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$]) |
| 773 | m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$]) |
| 774 | m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$]) |
| 775 | m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$]) |
| 776 | m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$]) |
| 777 | m4trace:configure.ac:1: -1- m4_pattern_allow([^runstatedir$]) |
| 778 | m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$]) |
| 779 | m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$]) |
| 780 | m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$]) |
| 781 | m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$]) |
| 782 | m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$]) |
| 783 | m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$]) |
| 784 | m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$]) |
| 785 | m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$]) |
| 786 | m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$]) |
| 787 | m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$]) |
| 788 | m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$]) |
| 789 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$]) |
| 790 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) |
| 791 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$]) |
| 792 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$]) |
| 793 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) |
| 794 | m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$]) |
| 795 | m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$]) |
| 796 | m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$]) |
| 797 | m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$]) |
| 798 | m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$]) |
| 799 | m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$]) |
| 800 | m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$]) |
| 801 | m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$]) |
| 802 | m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$]) |
| 803 | m4trace:configure.ac:2: -1- AM_INIT_AUTOMAKE |
| 804 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) |
| 805 | m4trace:configure.ac:2: -1- AM_SET_CURRENT_AUTOMAKE_VERSION |
| 806 | m4trace:configure.ac:2: -1- AM_AUTOMAKE_VERSION([1.16.5]) |
| 807 | m4trace:configure.ac:2: -1- _AM_AUTOCONF_VERSION([2.71]) |
| 808 | m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) |
| 809 | m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) |
| 810 | m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_DATA$]) |
| 811 | m4trace:configure.ac:2: -1- m4_pattern_allow([^am__isrc$]) |
| 812 | m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([am__isrc]) |
| 813 | m4trace:configure.ac:2: -1- m4_pattern_allow([^CYGPATH_W$]) |
| 814 | m4trace:configure.ac:2: -1- _AM_SET_OPTIONS([]) |
| 815 | m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$]) |
| 816 | m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$]) |
| 817 | m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) |
| 818 | AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) |
| 819 | m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-define]) |
| 820 | m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE$]) |
| 821 | m4trace:configure.ac:2: -1- m4_pattern_allow([^VERSION$]) |
| 822 | m4trace:configure.ac:2: -1- AM_SANITY_CHECK |
| 823 | m4trace:configure.ac:2: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) |
| 824 | m4trace:configure.ac:2: -1- AM_MISSING_HAS_RUN |
| 825 | m4trace:configure.ac:2: -1- AM_AUX_DIR_EXPAND |
| 826 | m4trace:configure.ac:2: -1- m4_pattern_allow([^ACLOCAL$]) |
| 827 | m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) |
| 828 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOCONF$]) |
| 829 | m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) |
| 830 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOMAKE$]) |
| 831 | m4trace:configure.ac:2: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) |
| 832 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AUTOHEADER$]) |
| 833 | m4trace:configure.ac:2: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) |
| 834 | m4trace:configure.ac:2: -1- m4_pattern_allow([^MAKEINFO$]) |
| 835 | m4trace:configure.ac:2: -1- AM_PROG_INSTALL_SH |
| 836 | m4trace:configure.ac:2: -1- m4_pattern_allow([^install_sh$]) |
| 837 | m4trace:configure.ac:2: -1- AM_PROG_INSTALL_STRIP |
| 838 | m4trace:configure.ac:2: -1- m4_pattern_allow([^STRIP$]) |
| 839 | m4trace:configure.ac:2: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) |
| 840 | m4trace:configure.ac:2: -1- m4_pattern_allow([^MKDIR_P$]) |
| 841 | m4trace:configure.ac:2: -1- m4_pattern_allow([^mkdir_p$]) |
| 842 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AWK$]) |
| 843 | m4trace:configure.ac:2: -1- m4_pattern_allow([^SET_MAKE$]) |
| 844 | m4trace:configure.ac:2: -1- AM_SET_LEADING_DOT |
| 845 | m4trace:configure.ac:2: -1- m4_pattern_allow([^am__leading_dot$]) |
| 846 | m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], |
| 847 | [_AM_PROG_TAR([v7])])]) |
| 848 | m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-ustar]) |
| 849 | m4trace:configure.ac:2: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) |
| 850 | m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([tar-pax]) |
| 851 | m4trace:configure.ac:2: -1- _AM_PROG_TAR([v7]) |
| 852 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AMTAR$]) |
| 853 | m4trace:configure.ac:2: -1- m4_pattern_allow([^am__tar$]) |
| 854 | m4trace:configure.ac:2: -1- m4_pattern_allow([^am__untar$]) |
| 855 | m4trace:configure.ac:2: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], |
| 856 | [_AM_DEPENDENCIES([CC])], |
| 857 | [m4_define([AC_PROG_CC], |
| 858 | m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl |
| 859 | AC_PROVIDE_IFELSE([AC_PROG_CXX], |
| 860 | [_AM_DEPENDENCIES([CXX])], |
| 861 | [m4_define([AC_PROG_CXX], |
| 862 | m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl |
| 863 | AC_PROVIDE_IFELSE([AC_PROG_OBJC], |
| 864 | [_AM_DEPENDENCIES([OBJC])], |
| 865 | [m4_define([AC_PROG_OBJC], |
| 866 | m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl |
| 867 | AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], |
| 868 | [_AM_DEPENDENCIES([OBJCXX])], |
| 869 | [m4_define([AC_PROG_OBJCXX], |
| 870 | m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl |
| 871 | ]) |
| 872 | m4trace:configure.ac:2: -2- _AM_MANGLE_OPTION([no-dependencies]) |
| 873 | m4trace:configure.ac:2: -1- m4_pattern_allow([^CTAGS$]) |
| 874 | m4trace:configure.ac:2: -1- m4_pattern_allow([^ETAGS$]) |
| 875 | m4trace:configure.ac:2: -1- m4_pattern_allow([^CSCOPE$]) |
| 876 | m4trace:configure.ac:2: -1- AM_SILENT_RULES |
| 877 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_V$]) |
| 878 | m4trace:configure.ac:2: -1- AM_SUBST_NOTMAKE([AM_V]) |
| 879 | m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([AM_V]) |
| 880 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_DEFAULT_V$]) |
| 881 | m4trace:configure.ac:2: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) |
| 882 | m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) |
| 883 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) |
| 884 | m4trace:configure.ac:2: -1- m4_pattern_allow([^AM_BACKSLASH$]) |
| 885 | m4trace:configure.ac:2: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) |
| 886 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) |
| 887 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CFLAGS$]) |
| 888 | m4trace:configure.ac:3: -1- m4_pattern_allow([^LDFLAGS$]) |
| 889 | m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$]) |
| 890 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CPPFLAGS$]) |
| 891 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) |
| 892 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) |
| 893 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) |
| 894 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) |
| 895 | m4trace:configure.ac:3: -1- m4_pattern_allow([^ac_ct_CC$]) |
| 896 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) |
| 897 | m4trace:configure.ac:3: -1- m4_pattern_allow([^EXEEXT$]) |
| 898 | m4trace:configure.ac:3: -1- m4_pattern_allow([^OBJEXT$]) |
| 899 | m4trace:configure.ac:3: -1- _AM_PROG_CC_C_O |
| 900 | m4trace:configure.ac:3: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) |
| 901 | m4trace:configure.ac:3: -1- _AM_DEPENDENCIES([CC]) |
| 902 | m4trace:configure.ac:3: -1- AM_SET_DEPDIR |
| 903 | m4trace:configure.ac:3: -1- m4_pattern_allow([^DEPDIR$]) |
| 904 | m4trace:configure.ac:3: -1- AM_OUTPUT_DEPENDENCY_COMMANDS |
| 905 | m4trace:configure.ac:3: -1- AM_MAKE_INCLUDE |
| 906 | m4trace:configure.ac:3: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) |
| 907 | m4trace:configure.ac:3: -1- m4_pattern_allow([^am__include$]) |
| 908 | m4trace:configure.ac:3: -1- AM_DEP_TRACK |
| 909 | m4trace:configure.ac:3: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
| 910 | m4trace:configure.ac:3: -1- m4_pattern_allow([^AMDEP_TRUE$]) |
| 911 | m4trace:configure.ac:3: -1- m4_pattern_allow([^AMDEP_FALSE$]) |
| 912 | m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) |
| 913 | m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) |
| 914 | m4trace:configure.ac:3: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) |
| 915 | m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) |
| 916 | m4trace:configure.ac:3: -1- m4_pattern_allow([^am__nodep$]) |
| 917 | m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__nodep]) |
| 918 | m4trace:configure.ac:3: -1- m4_pattern_allow([^CCDEPMODE$]) |
| 919 | m4trace:configure.ac:3: -1- AM_CONDITIONAL([am__fastdepCC], [ |
| 920 | test "x$enable_dependency_tracking" != xno \ |
| 921 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) |
| 922 | m4trace:configure.ac:3: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) |
| 923 | m4trace:configure.ac:3: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) |
| 924 | m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) |
| 925 | m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) |
| 926 | m4trace:configure.ac:7: -1- m4_pattern_allow([^LIB@&t@OBJS$]) |
| 927 | m4trace:configure.ac:7: -1- m4_pattern_allow([^LTLIBOBJS$]) |
| 928 | m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) |
| 929 | m4trace:configure.ac:7: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) |
| 930 | m4trace:configure.ac:7: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) |
| 931 | m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) |
| 932 | m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) |
| 933 | m4trace:configure.ac:7: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 934 | m4trace:configure.ac:7: -1- AM_RUN_LOG([cd "$am_dirpart" \ |
| 935 | && sed -e '/# am--include-marker/d' "$am_filepart" \ |
| 936 | | $MAKE -f - am--depfiles]) |