summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharlie Root <root@rocinante.obtuse.com>2014-07-11 04:14:48 -0600
committerCharlie Root <root@rocinante.obtuse.com>2014-07-11 04:14:48 -0600
commitab3d9838cd88981b4d7ca54f06b8f7d2227f61b9 (patch)
tree339f05491c5ff2ebeb20c2837ca63d8129b74c11 /configure.ac
parent9c478f202c152122e1588ecb15fc777c264d413c (diff)
downloadportable-ab3d9838cd88981b4d7ca54f06b8f7d2227f61b9.tar.gz
portable-ab3d9838cd88981b4d7ca54f06b8f7d2227f61b9.tar.bz2
portable-ab3d9838cd88981b4d7ca54f06b8f7d2227f61b9.zip
wording changes and initial stab at crypto man pages.
still need to get man links working and ssl and apps man pages added.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e21bc47..fa7ef6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,4 +95,4 @@ AC_CHECK_FUNC(funopen, AC_DEFINE(HAVE_FUNOPEN))
95LT_INIT 95LT_INIT
96 96
97AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile 97AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile
98 crypto/Makefile tests/Makefile apps/Makefile) 98 crypto/Makefile tests/Makefile apps/Makefile man/Makefile)