summaryrefslogtreecommitdiff
path: root/package/libtool/Config.in
blob: 64ac0f3e526a6ff0988e201b81cc2666b7e219de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config ADK_COMPILE_LIBTOOL
	tristate
	depends on ADK_PACKAGE_LIBLTDL

config ADK_PACKAGE_LIBLTDL
	prompt "libltdl........................... A generic dynamic object loading library"
	tristate
	default n
	select ADK_COMPILE_LIBTOOL
	help
	  A generic dynamic object loading library.
	  
	  http://www.gnu.org/software/libtool/

config ADK_PACKAGE_LIBTOOL
	prompt "libtool........................... Libtool"
	tristate
	default n
	select ADK_COMPILE_LIBTOOL
	help
	  http://www.gnu.org/software/libtool/