summaryrefslogtreecommitdiff
path: root/m4/ax_prog_xsltproc.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-12-06 15:15:29 +0100
committerPeter Simons <simons@cryp.to>2016-12-06 15:15:29 +0100
commitb59fda6fb328dcdf01402e5cd45311c0f93cd259 (patch)
treed3ab6aedbf3256c9f1d475549d3d28941804b49e /m4/ax_prog_xsltproc.m4
parent560453546ecc27f1c2bf85e8e818cb527fad85d9 (diff)
downloadautoconf-archive-b59fda6fb328dcdf01402e5cd45311c0f93cd259.tar.gz
ax_prog_xsltproc: drop tabs from m4 source code
Diffstat (limited to 'm4/ax_prog_xsltproc.m4')
-rw-r--r--m4/ax_prog_xsltproc.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/ax_prog_xsltproc.m4 b/m4/ax_prog_xsltproc.m4
index 6fb5f25..851ddbe 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 6
+#serial 8
AU_ALIAS([AC_PROG_XSLTPROC], [AX_PROG_XSLTPROC])
AC_DEFUN([AX_PROG_XSLTPROC],
@@ -72,13 +72,13 @@ AC_ARG_WITH(xsltproc-flags,
AS_HELP_STRING([ --with-xsltproc-flags=FLAGS],
[Flags to pass to xsltproc (default $1)]),
[ if test "x$withval" = "xno"; then
- XSLTPROC_FLAGS=''
+ XSLTPROC_FLAGS=''
else
- if test "x$withval" != "xyes"; then
- XSLTPROC_FLAGS="$withval"
- fi
+ if test "x$withval" != "xyes"; then
+ XSLTPROC_FLAGS="$withval"
+ fi
fi
- ])
+ ])
# search for xsltproc if it wasn't specified
if test "$ac_with_xsltproc" = "yes" -o "$ac_with_xsltproc" = "maybe"; then