summaryrefslogtreecommitdiff
path: root/m4/ax_prog_xsltproc.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-17 17:39:49 +0200
committerPeter Simons <simons@cryp.to>2011-07-17 17:48:52 +0200
commit756c399edef5a71f73f05b61cefde0ba4842e6c5 (patch)
treeb52a0e1cd1a85aad93a947c08078322a4ce0eb3d /m4/ax_prog_xsltproc.m4
parent787ae2d35c7bf6b6a52a802a281b9f347137b551 (diff)
downloadautoconf-archive-756c399edef5a71f73f05b61cefde0ba4842e6c5.tar.gz
Fixed minor spelling errors detected by gnulib's QA module.v2011.07.17
Diffstat (limited to 'm4/ax_prog_xsltproc.m4')
-rw-r--r--m4/ax_prog_xsltproc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_prog_xsltproc.m4 b/m4/ax_prog_xsltproc.m4
index 5358fe1..4bb2c4f 100644
--- a/m4/ax_prog_xsltproc.m4
+++ b/m4/ax_prog_xsltproc.m4
@@ -52,7 +52,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 4
+#serial 5
AU_ALIAS([AC_PROG_XSLTPROC], [AX_PROG_XSLTPROC])
AC_DEFUN([AX_PROG_XSLTPROC],
@@ -64,7 +64,7 @@ AC_SUBST(XSLTPROC_FLAGS)
# proper formatting.
AC_ARG_WITH(xsltproc,
AS_HELP_STRING([--with-xsltproc[[[[[=PATH]]]]]],
- [Use the xsltproc binary in in PATH.]),
+ [Use the xsltproc binary in PATH.]),
[ ac_with_xsltproc=$withval; ],
[ ac_with_xsltproc=maybe; ])