masqmail
diff configure @ 55:185ba6c0e6f0
install man pages again, patch by Juergen Daubert
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 14:28:45 +0200 |
parents | 907fee7c081a |
children | ed34413652fc |
line diff
1.1 --- a/configure Sat May 29 14:23:07 2010 +0200 1.2 +++ b/configure Sat May 29 14:28:45 2010 +0200 1.3 @@ -5499,7 +5499,7 @@ 1.4 fi 1.5 fi 1.6 1.7 -ac_config_files="$ac_config_files 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 docs/Makefile" 1.9 1.10 cat >confcache <<\_ACEOF 1.11 # This file is a shell script that caches the results of configure 1.12 @@ -6218,6 +6218,7 @@ 1.13 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 1.14 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 1.15 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 1.16 + "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; 1.17 1.18 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 1.19 esac