masqmail
changeset 9:31cc8a89cb74
removed tests from configure script
author | meillo@marmaro.de |
---|---|
date | Mon, 27 Oct 2008 16:21:27 +0100 |
parents | 7e01b9096bb6 |
children | 26e34ae9a3e3 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/configure Mon Oct 27 16:20:41 2008 +0100 1.2 +++ b/configure Mon Oct 27 16:21:27 2008 +0100 1.3 @@ -6494,7 +6494,7 @@ 1.4 fi 1.5 fi 1.6 1.7 -ac_config_files="$ac_config_files Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile" 1.8 +ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile" 1.9 1.10 cat >confcache <<\_ACEOF 1.11 # This file is a shell script that caches the results of configure 1.12 @@ -7075,7 +7075,6 @@ 1.13 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 1.14 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 1.15 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 1.16 - "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 1.17 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 1.18 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 1.19 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;