summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorrcritten <>2005-06-03 14:43:30 +0000
committerrcritten <>2005-06-03 14:43:30 +0000
commit348a79cdcb335e0f65954045b4b583f1345efbf7 (patch)
tree12b1b65aab81cd79403ce370f28295c940dfa259 /Makefile.am
parent102486d90b09d87c7666d70bfb0d01a564868d67 (diff)
downloadmod_nss-348a79cdcb335e0f65954045b4b583f1345efbf7.tar.gz
mod_nss-348a79cdcb335e0f65954045b4b583f1345efbf7.tar.xz
mod_nss-348a79cdcb335e0f65954045b4b583f1345efbf7.zip
Remove message about co-existing with mod_ssl, that works ok now.
Also fix nasty typo.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 8de5b22..7b4c60c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,17 +29,9 @@ install-libLTLIBRARIES: libmodnss.la
fi \
else \
if [ ! -f @apache_conf@/ssl.conf ]; then \
- mv @apache_conf@/ssl.confnss.conf @apache_conf@/ssl.conf.old; \
+ mv @apache_conf@/ssl.conf @apache_conf@/ssl.conf.old; \
fi \
fi
- @echo ""
- @echo "********************** NOTE **************************"
- @echo "mod_nss and mod_ssl may not be installed at the same time."
- @echo "An attempt has been made to rename ssl.conf to"
- @echo "ssl.conf.old but be sure to double-check your Apache"
- @echo "configuration."
- @echo "********************** NOTE **************************"
- @echo ""
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)