diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-01-02 08:56:41 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-01-02 08:56:41 +0100 |
commit | 45d114a4178365ac70c30312ff2f4f47d3a66108 (patch) | |
tree | bfc2ae09f9370f2b99572cf191a53d08948faca0 /tests | |
parent | buildsys: no longer use OpenSSL for hash implementations (diff) | |
download | portage-utils-45d114a4178365ac70c30312ff2f4f47d3a66108.tar.gz portage-utils-45d114a4178365ac70c30312ff2f4f47d3a66108.tar.bz2 portage-utils-45d114a4178365ac70c30312ff2f4f47d3a66108.zip |
buildsys: regen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 11 | ||||
-rw-r--r-- | tests/atom_compare/Makefile.in | 11 | ||||
-rw-r--r-- | tests/atom_explode/Makefile.in | 11 | ||||
-rw-r--r-- | tests/copy_file/Makefile.in | 11 | ||||
-rw-r--r-- | tests/install/Makefile.in | 11 | ||||
-rw-r--r-- | tests/mkdir/Makefile.in | 11 | ||||
-rw-r--r-- | tests/profile/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qatom/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qcheck/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qdepends/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qfile/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qlist/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qlop/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qmanifest/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qmerge/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qtbz2/Makefile.in | 11 | ||||
-rw-r--r-- | tests/quse/Makefile.in | 11 | ||||
-rw-r--r-- | tests/qxpak/Makefile.in | 11 | ||||
-rw-r--r-- | tests/rmspace/Makefile.in | 11 | ||||
-rw-r--r-- | tests/source/Makefile.in | 11 |
20 files changed, 180 insertions, 40 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 666f0140..fae46b19 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -353,6 +360,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1206,11 +1214,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/atom_compare/Makefile.in b/tests/atom_compare/Makefile.in index 3f4f2433..95953870 100644 --- a/tests/atom_compare/Makefile.in +++ b/tests/atom_compare/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/atom_explode/Makefile.in b/tests/atom_explode/Makefile.in index 9d0d8835..b52fcf5f 100644 --- a/tests/atom_explode/Makefile.in +++ b/tests/atom_explode/Makefile.in @@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -336,6 +343,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1189,11 +1197,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/copy_file/Makefile.in b/tests/copy_file/Makefile.in index c2dd0d4a..87f2d9df 100644 --- a/tests/copy_file/Makefile.in +++ b/tests/copy_file/Makefile.in @@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -337,6 +344,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1190,11 +1198,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index e3dc2d28..471bc160 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index 15a8c667..e81f9693 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -336,6 +343,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1189,11 +1197,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/profile/Makefile.in b/tests/profile/Makefile.in index e2aac9f8..40735801 100644 --- a/tests/profile/Makefile.in +++ b/tests/profile/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qatom/Makefile.in b/tests/qatom/Makefile.in index 47e4339d..ac809224 100644 --- a/tests/qatom/Makefile.in +++ b/tests/qatom/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qcheck/Makefile.in b/tests/qcheck/Makefile.in index 1149fab6..ca9cb90b 100644 --- a/tests/qcheck/Makefile.in +++ b/tests/qcheck/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qdepends/Makefile.in b/tests/qdepends/Makefile.in index 6913a9ba..f65fd795 100644 --- a/tests/qdepends/Makefile.in +++ b/tests/qdepends/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qfile/Makefile.in b/tests/qfile/Makefile.in index c7e8f5f2..c5bb182d 100644 --- a/tests/qfile/Makefile.in +++ b/tests/qfile/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qlist/Makefile.in b/tests/qlist/Makefile.in index 42365d07..6557f8f7 100644 --- a/tests/qlist/Makefile.in +++ b/tests/qlist/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qlop/Makefile.in b/tests/qlop/Makefile.in index 0305cd9a..d0b49e59 100644 --- a/tests/qlop/Makefile.in +++ b/tests/qlop/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qmanifest/Makefile.in b/tests/qmanifest/Makefile.in index 551129a4..4ad0f43b 100644 --- a/tests/qmanifest/Makefile.in +++ b/tests/qmanifest/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qmerge/Makefile.in b/tests/qmerge/Makefile.in index 7bb020c7..bcba384c 100644 --- a/tests/qmerge/Makefile.in +++ b/tests/qmerge/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qtbz2/Makefile.in b/tests/qtbz2/Makefile.in index ad2689b6..c78c834a 100644 --- a/tests/qtbz2/Makefile.in +++ b/tests/qtbz2/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/quse/Makefile.in b/tests/quse/Makefile.in index b449a194..ede1737d 100644 --- a/tests/quse/Makefile.in +++ b/tests/quse/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/qxpak/Makefile.in b/tests/qxpak/Makefile.in index 1996e377..2f329e72 100644 --- a/tests/qxpak/Makefile.in +++ b/tests/qxpak/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/rmspace/Makefile.in b/tests/rmspace/Makefile.in index 3d8a9f91..5e1552b1 100644 --- a/tests/rmspace/Makefile.in +++ b/tests/rmspace/Makefile.in @@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -336,6 +343,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1189,11 +1197,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ diff --git a/tests/source/Makefile.in b/tests/source/Makefile.in index 9c8220c5..40a76635 100644 --- a/tests/source/Makefile.in +++ b/tests/source/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/alloca.m4 \ $(top_srcdir)/autotools/m4/assert_h.m4 \ $(top_srcdir)/autotools/m4/builtin-expect.m4 \ + $(top_srcdir)/autotools/m4/byteswap.m4 \ $(top_srcdir)/autotools/m4/c-bool.m4 \ $(top_srcdir)/autotools/m4/calloc.m4 \ $(top_srcdir)/autotools/m4/canonicalize.m4 \ @@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/getprogname.m4 \ $(top_srcdir)/autotools/m4/gettime.m4 \ $(top_srcdir)/autotools/m4/gettimeofday.m4 \ + $(top_srcdir)/autotools/m4/gl-openssl.m4 \ $(top_srcdir)/autotools/m4/gnulib-common.m4 \ $(top_srcdir)/autotools/m4/gnulib-comp.m4 \ $(top_srcdir)/autotools/m4/group-member.m4 \ @@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/math_h.m4 \ $(top_srcdir)/autotools/m4/mbrtowc.m4 \ $(top_srcdir)/autotools/m4/mbstate_t.m4 \ + $(top_srcdir)/autotools/m4/md5.m4 \ $(top_srcdir)/autotools/m4/memchr.m4 \ $(top_srcdir)/autotools/m4/mempcpy.m4 \ $(top_srcdir)/autotools/m4/memrchr.m4 \ @@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \ $(top_srcdir)/autotools/m4/renameat.m4 \ $(top_srcdir)/autotools/m4/rmdir.m4 \ $(top_srcdir)/autotools/m4/save-cwd.m4 \ + $(top_srcdir)/autotools/m4/sha1.m4 \ + $(top_srcdir)/autotools/m4/sha256.m4 \ + $(top_srcdir)/autotools/m4/sha512.m4 \ $(top_srcdir)/autotools/m4/signbit.m4 \ $(top_srcdir)/autotools/m4/size_max.m4 \ $(top_srcdir)/autotools/m4/ssize_t.m4 \ $(top_srcdir)/autotools/m4/stat-time.m4 \ $(top_srcdir)/autotools/m4/stat.m4 \ + $(top_srcdir)/autotools/m4/stdalign.m4 \ $(top_srcdir)/autotools/m4/stddef_h.m4 \ $(top_srcdir)/autotools/m4/stdint.m4 \ $(top_srcdir)/autotools/m4/stdint_h.m4 \ @@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +BYTESWAP_H = @BYTESWAP_H@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBSSL_CFLAGS = @LIBSSL_CFLAGS@ -LIBSSL_LIBS = @LIBSSL_LIBS@ LIBZ_CFLAGS = @LIBZ_CFLAGS@ LIBZ_LIBS = @LIBZ_LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_CRYPTO = @LIB_CRYPTO@ LIB_EACCESS = @LIB_EACCESS@ LIMITS_H = @LIMITS_H@ LN_S = @LN_S@ |