aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/autotools.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 90f80872ed..d37842c4ce 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -200,10 +200,10 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
(home-page "http://www.gnu.org/software/automake/")
(synopsis "Making GNU standards-compliant Makefiles")
(description
- "Automake the part of the GNU build system for producing standards-
-compliant Makefiles. Build requirements are entered in an intuitive format
-and then Automake works with Autoconf to produce a robust Makefile,
-simplifying the entire process for the developer.")
+ "Automake the part of the GNU build system for producing
+standards-compliant Makefiles. Build requirements are entered in an
+intuitive format and then Automake works with Autoconf to produce a robust
+Makefile, simplifying the entire process for the developer.")
(license gpl2+))) ; some files are under GPLv3+
(define-public libtool
@@ -257,8 +257,8 @@ simplifying the entire process for the developer.")
%standard-phases))))
(synopsis "Generic shared library support tools")
(description
- "Libtool is a script to help in the creation of shared libraries. By
-presenting a consistent, portable interface, it hides the complexity of
-building usable shared libraries.")
+ "GNU Libtool helps in the creation and use of shared libraries, by
+presenting a single consistent, portable interface that hides the usual
+complexity of working with shared libraries across platforms.")
(license gpl3+)
(home-page "http://www.gnu.org/software/libtool/")))