diff options
author | Charlie Root <root@rocinante.obtuse.com> | 2014-07-11 04:14:48 -0600 |
---|---|---|
committer | Charlie Root <root@rocinante.obtuse.com> | 2014-07-11 04:14:48 -0600 |
commit | ab3d9838cd88981b4d7ca54f06b8f7d2227f61b9 (patch) | |
tree | 339f05491c5ff2ebeb20c2837ca63d8129b74c11 /configure.ac | |
parent | 9c478f202c152122e1588ecb15fc777c264d413c (diff) | |
download | portable-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.ac | 2 |
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)) | |||
95 | LT_INIT | 95 | LT_INIT |
96 | 96 | ||
97 | AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile | 97 | AC_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) |