summaryrefslogtreecommitdiff
path: root/package/subversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
commitce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch)
tree84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/subversion
parent2c3389799c46724a4922179ff70d1230ccbe5b59 (diff)
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/subversion')
-rw-r--r--package/subversion/Config.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/subversion/Config.in b/package/subversion/Config.in
deleted file mode 100644
index a7bb57950..000000000
--- a/package/subversion/Config.in
+++ /dev/null
@@ -1,23 +0,0 @@
-config ADK_PACKAGE_SUBVERSION
- prompt "subversion........................ revision control program"
- tristate
- default n
- select ADK_PACKAGE_ZLIB
- select ADK_PACKAGE_APR_UTIL
- select ADK_PACKAGE_LIBICONV
- select ADK_PACKAGE_LIBEXPAT
- help
- Subversion is an open source application for revision control.
-
- http://subversion.tigris.org
-
-config ADK_PACKAGE_SUBVERSION_NEON
- prompt "Enable interaction with remote repositories over WebDAV"
- bool
- default n
- depends on ADK_PACKAGE_SUBVERSION
- select ADK_PACKAGE_NEON
- help
- Allows a Subversion client to interact with remote
- repositories over the Internet via a WebDAV based protocol.
-