Lines Matching +full:fails +full:- +full:without +full:- +full:test +full:- +full:cd
1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
3 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
7 # with or without modifications, as long as this notice is preserved.
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
23 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
27 # with or without modifications, as long as this notice is preserved.
30 # ----------------------------
43 # -----------------------------
50 # -------------------------------
59 # Copyright (C) 2011-2021 Free Software Foundation, Inc.
63 # with or without modifications, as long as this notice is preserved.
65 # AM_PROG_AR([ACT-IF-FAIL])
66 # -------------------------
67 # Try to determine the archiver interface, and trigger the ar-lib wrapper
68 # if it is needed. If the detection of archiver interface fails, run
69 # ACT-IF-FAIL (default is to abort configure with a proper error message).
74 AC_REQUIRE_AUX_FILE([ar-lib])dnl
75 AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
84 if test "$ac_status" -eq 0; then
87 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
89 if test "$ac_status" -eq 0; then
95 rm -f conftest.lib libconftest.a
103 # Microsoft lib, so override with the ar-lib wrapper script.
106 # A longer-term fix would be to have automake use am__AR in this case,
107 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
109 AR="$am_aux_dir/ar-lib $AR"
119 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
121 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
125 # with or without modifications, as long as this notice is preserved.
140 # fails when called from a subdirectory if $ac_aux_dir is relative
142 # fails if $ac_aux_dir is absolute,
143 # fails when called from a subdirectory in a VPATH build with
147 # are both prefixed by $srcdir. In an in-source build this is usually
163 # configured tree to be moved without reconfiguration.
168 am_aux_dir=`cd "$ac_aux_dir" && pwd`
171 # AM_CONDITIONAL -*- Autoconf -*-
173 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
177 # with or without modifications, as long as this notice is preserved.
179 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
180 # -------------------------------------
199 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
204 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
208 # with or without modifications, as long as this notice is preserved.
219 # ----------------------
244 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
247 # instance it was reported that on HP-UX the gcc test will end up
248 # making a dummy file named 'D' -- because '-MD' means "put the output
250 rm -rf conftest.dir
255 cd conftest.dir
258 # both Tru64's cc and ICC support -MD to output dependencies as a
265 if test "$am_compiler_list" = ""; then
266 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
271 *\ -arch\ *\ -arch\ *) am__universal=true ;;
275 *\ -arch\ *\ -arch\ *) am__universal=true ;;
283 # We need to recreate these files for each test, as the compiler may
295 # We check with '-c' and '-o' for the sake of the "dashmstdout"
297 # handle '-M -o', and we need to detect this. Also, some Intel
299 am__obj=sub/conftest.${OBJEXT-o}
300 am__minus_obj="-o $am__obj"
304 test "$am__universal" = false || continue
307 # After this tag, mechanisms are not by side-effect, so they'll
309 if test "x$enable_dependency_tracking" = xyes; then
316 # This compiler won't grok '-c -o', but also, the minuso test has
319 am__obj=conftest.${OBJEXT-o}
327 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
332 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
334 # or remarks (even with -Werror). So we grep stderr for any message
336 # When given -MP, icc 7.0 and 7.1 complain thusly:
337 # icc: Command line warning: ignoring option '-M'; no argument required
339 # icc: Command line remark: option '-MP' not supported
348 cd ..
349 rm -rf conftest.dir
356 test "x$enable_dependency_tracking" != xno \
357 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
362 # -------------
372 # ------------
374 [AC_ARG_ENABLE([dependency-tracking], [dnl
376 [--enable-dependency-tracking],
379 [--disable-dependency-tracking],
380 [speeds up one-time build])])
381 if test "x$enable_dependency_tracking" != xno; then
386 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
393 # Generate code to set up dependency tracking. -*- Autoconf -*-
395 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
399 # with or without modifications, as long as this notice is preserved.
402 # ------------------------------
405 # Older Autoconf quotes --file arguments for eval, but not when files
406 # are listed without --file. Let's play safe and only enable the eval
419 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
421 # dependency-tracking related rules and includes.
424 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
428 AM_RUN_LOG([cd "$am_dirpart" \
429 && sed -e '/# am--include-marker/d' "$am_filepart" \
430 | $MAKE -f - am--depfiles]) || am_rc=$?
432 if test $am_rc -ne 0; then
435 re-running the configure script with MAKE="gmake" (or whatever is
436 necessary). You can also try re-running configure with the
437 '--disable-dependency-tracking' option to at least be able to build
438 the package (albeit without support for automatic dependency tracking).])
444 rm -f conftest-deps.mk
450 # -----------------------------
451 # This macro should only be invoked once -- use via AC_REQUIRE.
458 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
459 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
461 # Do all the work for Automake. -*- Autoconf -*-
463 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
467 # with or without modifications, as long as this notice is preserved.
478 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
480 # -----------------------------------------------
482 # call (pre autoconf-2.50), which is being phased out. PACKAGE
497 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
500 if test "`cd $srcdir && pwd`" != "`pwd`"; then
501 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
502 # is not polluted with repeated "-I."
503 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
504 # test to see if srcdir already configured
505 if test -f $srcdir/config.status; then
510 # test whether we have cygpath
511 if test -z "$CYGPATH_W"; then
512 if (cygpath --version) >/dev/null 2>/dev/null; then
513 CYGPATH_W='cygpath -w'
521 dnl Distinguish between old-style and new-style calls.
524 [$0: two- and three-arguments forms are deprecated.])
525 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
529 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
537 _AM_IF_OPTION([no-define],,
544 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
546 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
554 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
555 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
562 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
563 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
565 _AM_IF_OPTION([no-dependencies],,
584 if test -z "$CTAGS"; then
588 if test -z "$ETAGS"; then
592 if test -z "$CSCOPE"; then
603 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
605 # POSIX will say in a future version that running "rm -f" with no argument
613 if rm -f && rm -fr && rm -rf; then : OK; else
617 Your 'rm' program seems unable to run without file operands specified
618 on the command line, even when the '-f' option is present. This is contrary
622 Please tell bug-automake@gnu.org about your system, including the value
627 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
640 to "yes", and re-run configure.
647 dnl backward compatibility and to allow trailing 'dnl'-style comments
657 # When config.status generates a header, we must update the stamp-h file.
676 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
678 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
682 # with or without modifications, as long as this notice is preserved.
685 # ------------------
689 if test x"${install_sh+set}" != xset; then
692 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
694 install_sh="\${SHELL} $am_aux_dir/install-sh"
699 # Copyright (C) 2003-2021 Free Software Foundation, Inc.
703 # with or without modifications, as long as this notice is preserved.
705 # Check whether the underlying file-system supports filenames
706 # with a leading dot. For instance MS-DOS doesn't.
708 [rm -rf .tst 2>/dev/null
710 if test -d .tst; then
718 # Check to see how 'make' treats includes. -*- Autoconf -*-
720 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
724 # with or without modifications, as long as this notice is preserved.
727 # -----------------
731 [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
745 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
751 if test "$am__include" != "#"; then
756 rm -f confinc.* confmf.*
761 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
763 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
767 # with or without modifications, as long as this notice is preserved.
770 # ------------------------------
773 $1=${$1-"${am_missing_run}$2"}
777 # ------------------
778 # Define MISSING if not defined so far and test if it is modern enough.
783 if test x"${MISSING+set}" != xset; then
787 if eval "$MISSING --is-lightweight"; then
795 # Helper functions for option handling. -*- Autoconf -*-
797 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
801 # with or without modifications, as long as this notice is preserved.
804 # -----------------------
806 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
809 # --------------------
815 # ------------------------
816 # OPTIONS is a space-separated list of Automake options.
820 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
821 # -------------------------------------------
822 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
826 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
830 # with or without modifications, as long as this notice is preserved.
833 # ---------------
841 [whether $CC understands -c and -o together],
845 # Following AC_PROG_CC_C_O, we do the test twice because some
846 # compilers refuse to overwrite an existing .o file with -o,
850 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
851 && test -f conftest2.$ac_objext; then
858 rm -f core conftest*
860 if test "$am_cv_prog_cc_c_o" != yes; then
864 # A longer-term fix would be to have automake use am__CC in this case,
873 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
877 # with or without modifications, as long as this notice is preserved.
880 # -------------------
890 # Check to make sure that the build environment is sane. -*- Autoconf -*-
892 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
896 # with or without modifications, as long as this notice is preserved.
899 # ---------------
916 # arguments. Must try -L first in case configure is actually a
924 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
925 if test "$[*]" = "X"; then
926 # -L didn't work.
927 set X `ls -t "$srcdir/configure" conftest.file`
929 if test "$[*]" != "X $srcdir/configure conftest.file" \
930 && test "$[*]" != "X conftest.file $srcdir/configure"; then
936 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
939 if test "$[2]" = conftest.file || test $am_try -eq 2; then
946 test "$[2]" = conftest.file
965 if test -n "$am_sleep_pid"; then
970 rm -f conftest.file
973 # Copyright (C) 2009-2021 Free Software Foundation, Inc.
977 # with or without modifications, as long as this notice is preserved.
980 # --------------------------
984 [AC_ARG_ENABLE([silent-rules], [dnl
986 [--enable-silent-rules],
989 [--disable-silent-rules],
1001 am_make=${MAKE-make}
1010 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1015 if test $am_cv_make_support_nested_variables = yes; then
1033 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
1037 # with or without modifications, as long as this notice is preserved.
1040 # ---------------------
1043 # annoying in cross-compiling environments, where the build's strip
1045 # Fortunately install-sh will honor a STRIPPROG variable, so we
1046 # always use install-sh in "make install-strip", and initialize
1051 # run "make install-strip". However 'strip' might not be the right
1052 # tool to use in cross-compilation environments, therefore Automake
1054 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1055 if test "$cross_compiling" != no; then
1058 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1061 # Copyright (C) 2006-2021 Free Software Foundation, Inc.
1065 # with or without modifications, as long as this notice is preserved.
1068 # ---------------------------
1074 # --------------------------
1078 # Check how to create a tarball. -*- Autoconf -*-
1080 # Copyright (C) 2004-2021 Free Software Foundation, Inc.
1084 # with or without modifications, as long as this notice is preserved.
1087 # --------------------
1092 # writing to stdout a FORMAT-tarball containing the directory
1102 # in the wild :-( We should find a proper way to deprecate it ...
1103 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1109 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1113 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1117 am_max_uid=2097151 # 2^21 - 1
1120 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1123 am_uid=`id -u || echo unknown`
1124 am_gid=`id -g || echo unknown`
1126 if test $am_uid -le $am_max_uid; then
1133 if test $am_gid -le $am_max_gid; then
1149 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1155 AM_RUN_LOG([$_am_tar --version]) && break
1157 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1158 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1159 am__untar="$_am_tar -xf -"
1162 # Must skip GNU tar: if it does not support --format= it doesn't create
1164 (tar --version) >/dev/null 2>&1 && continue
1165 am__tar='tar chf - "$$tardir"'
1166 am__tar_='tar chf - "$tardir"'
1167 am__untar='tar xf -'
1170 am__tar='pax -L -x $1 -w "$$tardir"'
1171 am__tar_='pax -L -x $1 -w "$tardir"'
1172 am__untar='pax -r'
1175 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1176 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1177 am__untar='cpio -i -H $1 -d'
1188 test -n "${am_cv_prog_tar_$1}" && break
1191 rm -rf conftest.dir
1195 rm -rf conftest.dir
1196 if test -s conftest.tar; then
1202 rm -rf conftest.dir
1240 m4_include([m4/openldap-thread-check.m4])