diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-03 22:44:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-03 22:44:49 +0000 |
commit | c5922aa2081dc01e290c10c6b098e4b5155282b2 (patch) | |
tree | 5cc239c5f57837e3a7449a2486a39f52c3a2ff5a /configure.in | |
parent | 4c761e4537dbbf9ec2b4f3296278f699f79970f1 (diff) | |
download | tor-c5922aa2081dc01e290c10c6b098e4b5155282b2.tar tor-c5922aa2081dc01e290c10c6b098e4b5155282b2.tar.gz |
Our program is now called 'tor', not 'or'.
svn:r92
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c6616f9ef..ac1bcef04 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(or, 0.0.0) +AM_INIT_AUTOMAKE(tor, 0.0.0) AM_CONFIG_HEADER(orconfig.h) CFLAGS="-Wall -O2" |