2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_LIBTOOL
|
2005-11-07 18:26:35 +00:00
|
|
|
tristate
|
2005-11-05 02:16:36 +00:00
|
|
|
depends BR2_PACKAGE_LIBLTDL
|
|
|
|
|
2005-05-13 04:04:27 +00:00
|
|
|
config BR2_PACKAGE_LIBLTDL
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "libltdl........................... A generic dynamic object loading library"
|
|
|
|
tristate
|
2005-05-13 04:04:27 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 02:16:36 +00:00
|
|
|
select BR2_COMPILE_LIBTOOL
|
2005-05-13 04:04:27 +00:00
|
|
|
help
|
|
|
|
A generic dynamic object loading library.
|
2005-05-20 00:33:12 +00:00
|
|
|
|
2005-05-13 04:04:27 +00:00
|
|
|
http://www.gnu.org/software/libtool/
|
2005-05-20 00:33:12 +00:00
|
|
|
|