Mercurial > masqmail-0.2
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 wrap: on
line diff
--- a/configure Mon Oct 27 16:20:41 2008 +0100 +++ b/configure Mon Oct 27 16:21:27 2008 +0100 @@ -6494,7 +6494,7 @@ fi fi -ac_config_files="$ac_config_files Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -7075,7 +7075,6 @@ "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;