1config BR2_PACKAGE_LIBTOOL
2	bool "libtool"
3	help
4	  Library that hides the complexity of using shared/static
5	  libraries on different platforms behind a consistent, portable
6	  interface.
7
8	  http://www.gnu.org/software/libtool/
9