summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@src.gnome.org>2004-02-16 06:52:12 +0000
committerTomasz Kłoczko <kloczek@src.gnome.org>2004-02-16 06:52:12 +0000
commit8eec03e2a90c6634153ddce5d0682a3b136b2c8f (patch)
tree317c9ce5d2cc00c3ba6fa3440c8b2e782b2ae985
parentdef7c1b7f439cb4afc32a84b185052e7dc1109ef (diff)
downloadlibxslt-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.
-rw-r--r--ChangeLog6
-rw-r--r--libxslt.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c946e71..c97ef097 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-15 Tomasz Kłoczko <kloczek@pld.org.pl>
+
+ * 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.
+
Sun Feb 15 23:01:09 CET 2004 Daniel Veillard <daniel@veillard.com>
* libxslt/attrvt.c libxslt/templates.c: removed the two last
diff --git a/libxslt.m4 b/libxslt.m4
index bd4cc91a..091b8737 100644
--- a/libxslt.m4
+++ b/libxslt.m4
@@ -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="")