diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-30 03:53:18 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-30 03:53:18 +0000 |
commit | 7498d31b0981b4c0175dca0f7d3aa5e008725cbd (patch) | |
tree | 94db269b0c28df6992a92888b6883fea54edcc8e | |
parent | c3b79ebf133272e003bca4968e74a9f6cf09c2cf (diff) | |
download | tor-7498d31b0981b4c0175dca0f7d3aa5e008725cbd.tar.gz tor-7498d31b0981b4c0175dca0f7d3aa5e008725cbd.zip |
Remove the last vestiges of launchd plist.
svn:r6938
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3cd0ab1be7..8f0f543615 100644 --- a/configure.in +++ b/configure.in @@ -610,7 +610,7 @@ fi echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile tor.spec contrib/tor.sh contrib/torctl contrib/torify contrib/tor.logrotate contrib/Makefile contrib/osx/Makefile contrib/osx/TorBundleDesc.plist contrib/osx/TorBundleInfo.plist contrib/osx/TorDesc.plist contrib/osx/TorInfo.plist contrib/osx/TorStartupDesc.plist contrib/osx/net.freehaven.tor.plist src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile doc/design-paper/Makefile src/config/Makefile src/common/Makefile src/or/Makefile src/win32/Makefile src/tools/Makefile contrib/suse/Makefile contrib/suse/tor.sh) +AC_OUTPUT(Makefile tor.spec contrib/tor.sh contrib/torctl contrib/torify contrib/tor.logrotate contrib/Makefile contrib/osx/Makefile contrib/osx/TorBundleDesc.plist contrib/osx/TorBundleInfo.plist contrib/osx/TorDesc.plist contrib/osx/TorInfo.plist contrib/osx/TorStartupDesc.plist src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile doc/design-paper/Makefile src/config/Makefile src/common/Makefile src/or/Makefile src/win32/Makefile src/tools/Makefile contrib/suse/Makefile contrib/suse/tor.sh) if test -x /usr/bin/perl && test -x ./contrib/updateVersions.pl ; then ./contrib/updateVersions.pl |