diff options
author | Tomasz Kłoczko <kloczek@src.gnome.org> | 2004-02-16 06:52:12 +0000 |
---|---|---|
committer | Tomasz Kłoczko <kloczek@src.gnome.org> | 2004-02-16 06:52:12 +0000 |
commit | 8eec03e2a90c6634153ddce5d0682a3b136b2c8f (patch) | |
tree | 317c9ce5d2cc00c3ba6fa3440c8b2e782b2ae985 /libxslt.m4 | |
parent | def7c1b7f439cb4afc32a84b185052e7dc1109ef (diff) | |
download | libxslt-8eec03e2a90c6634153ddce5d0682a3b136b2c8f.tar.gz libxslt-8eec03e2a90c6634153ddce5d0682a3b136b2c8f.tar.bz2 libxslt-8eec03e2a90c6634153ddce5d0682a3b136b2c8f.zip |
small fix: added missing [] quotation macro name defined in AC_DEFUN().
* libxslt.m4: small fix: added missing [] quotation macro name defined in
AC_DEFUN(). Fix is neccessary for aclocal from automake 1.8.x and is
backward compatible with older auto tools.
Diffstat (limited to 'libxslt.m4')
-rw-r--r-- | libxslt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ dnl AM_PATH_XSLT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Test for XML, and define XML_CFLAGS and XML_LIBS dnl -AC_DEFUN(AM_PATH_XSLT,[ +AC_DEFUN([AM_PATH_XSLT],[ AC_ARG_WITH(xslt-prefix, [ --with-xslt-prefix=PFX Prefix where libxslt is installed (optional)], xslt_config_prefix="$withval", xslt_config_prefix="") |