]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump cvs to 0.0.6pre1
authorRoger Dingledine <arma@torproject.org>
Wed, 7 Apr 2004 21:35:38 +0000 (21:35 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 7 Apr 2004 21:35:38 +0000 (21:35 +0000)
svn:r1532

configure.in

index ab9ad001eb6be88c93f439a685ed625d8d4bd537..5944e886f97c60c35a464125567f8f271e7ad83c 100644 (file)
@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.5)
+AM_INIT_AUTOMAKE(tor, 0.0.6pre1)
 AM_CONFIG_HEADER(orconfig.h)
 
 CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"
@@ -94,7 +94,7 @@ int main(void)
         done
 
         if test -z "$found_crypto" ; then
-                AC_MSG_ERROR([Could not find working OpenSSL library, please install or check config.log])      
+                AC_MSG_ERROR([Could not find working OpenSSL library, please install or check config.log])
         fi
         if test -z "$ssldir" ; then
                 ssldir="(system)"