| 12345678910111213141516171819202122 | config ADK_COMPILE_LIBTOOL	tristate	depends on ADK_PACKAGE_LIBLTDLconfig 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/
 |