From 79c311b81cd8b12075f4c8028a65787481ee40c5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 1 Dec 2013 22:33:23 +0100 Subject: gnu: Synchronize descriptions with 'gnumaint'. --- gnu/packages/autotools.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gnu/packages/autotools.scm') 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/"))) -- cgit v1.2.3