Index: ossp-pkg/sio/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/sio/devtool.conf,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/sio/devtool.conf,v' 2>/dev/null --- devtool.conf 2003/02/06 13:25:50 1.2 +++ devtool.conf 2003/02/06 14:21:38 1.3 @@ -54,7 +54,7 @@ ./shtool fixperm -v . V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o sio-${V}.tar.gz -d sio-${V} -u ossp -g sio \ - -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache' -c 'gzip --best' . + -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache,BRAINSTORM,TODO' -c 'gzip --best' . ls -l sio-${V}.tar.gz gunzip /dev/null --- sio.ac 2003/01/20 19:13:25 1.2 +++ sio.ac 2003/02/06 14:21:38 1.3 @@ -39,7 +39,7 @@ dnl # built-time configuration parameter --enable-bio AC_MSG_CHECKING(for BIO support) AC_ARG_ENABLE(bio,dnl -[ --enable-bio enable BIO support (default=no)], +[ --enable-bio enable OpenSSL BIO support (default=no)], [ enable_bio=$enableval ], [ enable_bio=no ] )dnl @@ -47,13 +47,13 @@ if test ".$enable_bio" = .yes; then AC_CHECK_LIB(crypto, CRYPTO_free) AC_CHECK_LIB(ssl, SSL_alert_desc_string) -AC_DEFINE(ENABLE_BIO, 1, [Define to 1 if building with BIO (openssl)]) +AC_DEFINE(ENABLE_BIO, 1, [Define to 1 if building with OpenSSL BIO]) fi dnl # built-time configuration parameter --enable-zlib AC_MSG_CHECKING(for ZLIB support) AC_ARG_ENABLE(zlib,dnl -[ --enable-zlib enable ZLIB support (default=no)], +[ --enable-zlib enable ZLIB support (default=no)], [ enable_zlib=$enableval ], [ enable_zlib=no ] )dnl @@ -66,7 +66,7 @@ dnl # built-time configuration parameter --enable-sa AC_MSG_CHECKING(for SA support) AC_ARG_ENABLE(sa,dnl -[ --enable-sa enable SA support (default=no)], +[ --enable-sa enable OSSP sa support (default=no)], [ enable_sa=$enableval ], [ enable_sa=no ] )dnl