[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] some early bugfixes
Update of /home/or/cvsroot
In directory moria.mit.edu:/home2/arma/work/onion/cvs
Modified Files:
LICENSE Makefile.am configure.in
Log Message:
some early bugfixes
our log() conflicts with log(3)
distribute only the correct files from doc/ and src/config/
sometimes laptops go back in time. i guess that's ok for now.
and bump the version number because we're live.
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 19 Mar 2003 22:43:03 -0000 1.4
+++ Makefile.am 7 Oct 2003 16:29:51 -0000 1.5
@@ -1,7 +1,7 @@
-SUBDIRS = src
+SUBDIRS = src doc
-DIST_SUBDIRS = src
+DIST_SUBDIRS = src doc
-EXTRA_DIST = LICENSE doc
+EXTRA_DIST = LICENSE
Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- configure.in 30 Sep 2003 22:42:26 -0000 1.26
+++ configure.in 7 Oct 2003 16:29:51 -0000 1.27
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.2pre8)
+AM_INIT_AUTOMAKE(tor, 0.0.2pre9)
AM_CONFIG_HEADER(orconfig.h)
CFLAGS="-Wall -O2 -I/usr/kerberos/include"
@@ -159,5 +159,5 @@
AC_CHECK_SIZEOF(long long)
AC_CHECK_SIZEOF(__int64)
-AC_OUTPUT(Makefile src/Makefile src/common/Makefile src/or/Makefile)
+AC_OUTPUT(Makefile src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile)