summaryrefslogtreecommitdiff
path: root/gnu/packages/m4.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/m4.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/m4.scm')
-rw-r--r--gnu/packages/m4.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/m4.scm b/gnu/packages/m4.scm
index 6bfe564148..0915fde4f2 100644
--- a/gnu/packages/m4.scm
+++ b/gnu/packages/m4.scm
@@ -57,9 +57,9 @@
(synopsis "Macro processor")
(description
"GNU M4 is an implementation of the M4 macro language, which features
-some extensions over other implementations. It is used as a macro processor,
-which means it processes text, expanding macros as it encounters them. It
-also has some built-in functionns, for example to run shell commands or to do
-arithmetic.")
+some extensions over other implementations, some of which are required by GNU
+Autoconf. It is used as a macro processor, which means it processes text,
+expanding macros as it encounters them. It also has some built-in functions,
+for example to run shell commands or to do arithmetic.")
(license gpl3+)
(home-page "http://www.gnu.org/software/m4/")))