summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libtool/Config.in b/package/libtool/Config.in
index eb05f1948..81f3f0bc0 100644
--- a/package/libtool/Config.in
+++ b/package/libtool/Config.in
@@ -1,8 +1,8 @@
-#
-
config BR2_PACKAGE_LIBTOOL
- bool"libtool"
+ bool "libtool"
default n
help
- Add help text here.
+ Library that hides the complexity of using shared/static libraries
+ on different platforms behind a consistent, portable interface.
+ http://www.gnu.org/software/libtool/