From 2621f30025b4ddd63272b998c050912e1b0d2265 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 11 Oct 2011 18:04:00 +1000 Subject: Odd things happen when compiling the test directory under 32 bit linux, but we don't need it anyway. --- linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.am | 4 ++-- linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.in | 4 ++-- linden/indra/libgcrypt/libgcrypt-1.2.2/configure | 3 +-- linden/indra/libgcrypt/libgcrypt-1.2.2/configure.ac | 1 - 4 files changed, 5 insertions(+), 7 deletions(-) (limited to 'linden') diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.am b/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.am index ad00307..a55c723 100644 --- a/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.am +++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.am @@ -20,8 +20,8 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = dist-bzip2 -DIST_SUBDIRS = mpi cipher src doc tests w32-dll -SUBDIRS = mpi cipher src doc tests +DIST_SUBDIRS = mpi cipher src doc w32-dll +SUBDIRS = mpi cipher src doc EXTRA_DIST = BUGS autogen.sh README.apichanges README.SVN DISTCLEANFILES = diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.in b/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.in index 1125383..30fed3d 100644 --- a/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.in +++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/Makefile.in @@ -223,8 +223,8 @@ target_os = @target_os@ target_vendor = @target_vendor@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = dist-bzip2 -DIST_SUBDIRS = mpi cipher src doc tests w32-dll -SUBDIRS = mpi cipher src doc tests +DIST_SUBDIRS = mpi cipher src doc w32-dll +SUBDIRS = mpi cipher src doc EXTRA_DIST = BUGS autogen.sh README.apichanges README.SVN DISTCLEANFILES = all: config.h diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/configure b/linden/indra/libgcrypt/libgcrypt-1.2.2/configure index 03ed49c..4961b55 100755 --- a/linden/indra/libgcrypt/libgcrypt-1.2.2/configure +++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/configure @@ -25245,7 +25245,7 @@ LIBGCRYPT_PUBKEY_CIPHERS=$enabled_pubkey_ciphers LIBGCRYPT_DIGESTS=$enabled_digests - ac_config_files="$ac_config_files Makefile mpi/Makefile cipher/Makefile doc/Makefile src/Makefile src/libgcrypt-config tests/Makefile w32-dll/Makefile" + ac_config_files="$ac_config_files Makefile mpi/Makefile cipher/Makefile doc/Makefile src/Makefile src/libgcrypt-config w32-dll/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -25840,7 +25840,6 @@ do "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/libgcrypt-config" ) CONFIG_FILES="$CONFIG_FILES src/libgcrypt-config" ;; - "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "w32-dll/Makefile" ) CONFIG_FILES="$CONFIG_FILES w32-dll/Makefile" ;; ""$mpi_ln_list"" ) CONFIG_LINKS="$CONFIG_LINKS "$mpi_ln_list"" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/configure.ac b/linden/indra/libgcrypt/libgcrypt-1.2.2/configure.ac index 4f58e31..4750413 100644 --- a/linden/indra/libgcrypt/libgcrypt-1.2.2/configure.ac +++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/configure.ac @@ -799,7 +799,6 @@ cipher/Makefile doc/Makefile src/Makefile src/libgcrypt-config -tests/Makefile w32-dll/Makefile ]) AC_OUTPUT -- cgit v1.1