]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
figured out how to make autoconf a bit less viral
authorRoger Dingledine <arma@torproject.org>
Fri, 24 Oct 2003 03:27:53 +0000 (03:27 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 24 Oct 2003 03:27:53 +0000 (03:27 +0000)
(thanks cherub)

svn:r666

COPYING [deleted file]
Makefile.am
NEWS [deleted file]

diff --git a/COPYING b/COPYING
deleted file mode 100644 (file)
index ded21da..0000000
--- a/COPYING
+++ /dev/null
@@ -1 +0,0 @@
-Automake wants this file.  See LICENSE instead.
index 3926fc794ce9a8886a7e2d182b7cd5909ad5930e..0e8fa9425296b09ed92b2c1e9f0aa3c603046942 100644 (file)
@@ -1,9 +1,11 @@
+AUTOMAKE_OPTIONS = foreign
+ # else it keeps trying to put COPYING back in
 
 SUBDIRS = src doc
 
 DIST_SUBDIRS = src doc
 
-EXTRA_DIST = LICENSE
+EXTRA_DIST = INSTALL README AUTHORS LICENSE
 
 #install-data-local:
 #      $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor
diff --git a/NEWS b/NEWS
deleted file mode 100644 (file)
index bd81a33..0000000
--- a/NEWS
+++ /dev/null
@@ -1,2 +0,0 @@
-NEWS
-----
\ No newline at end of file