Config.in 504 B

12345678910111213141516171819202122
  1. config ADK_COMPILE_LIBTOOL
  2. tristate
  3. depends on ADK_PACKAGE_LIBLTDL
  4. config ADK_PACKAGE_LIBLTDL
  5. prompt "libltdl........................... A generic dynamic object loading library"
  6. tristate
  7. default n
  8. select ADK_COMPILE_LIBTOOL
  9. help
  10. A generic dynamic object loading library.
  11. http://www.gnu.org/software/libtool/
  12. config ADK_PACKAGE_LIBTOOL
  13. prompt "libtool........................... Libtool"
  14. tristate
  15. default n
  16. select ADK_COMPILE_LIBTOOL
  17. help
  18. http://www.gnu.org/software/libtool/