Skip to content
Snippets Groups Projects
Commit 482878afa834 authored by Tomasz Kłoczko's avatar Tomasz Kłoczko
Browse files

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.
parent 2aa624dd8942
Branches
No related tags found
No related merge requests found
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> Sun Feb 15 23:01:09 CET 2004 Daniel Veillard <daniel@veillard.com>
* libxslt/attrvt.c libxslt/templates.c: removed the two last * libxslt/attrvt.c libxslt/templates.c: removed the two last
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
dnl AM_PATH_XSLT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) 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 Test for XML, and define XML_CFLAGS and XML_LIBS
dnl dnl
AC_DEFUN(AM_PATH_XSLT,[ AC_DEFUN([AM_PATH_XSLT],[
AC_ARG_WITH(xslt-prefix, AC_ARG_WITH(xslt-prefix,
[ --with-xslt-prefix=PFX Prefix where libxslt is installed (optional)], [ --with-xslt-prefix=PFX Prefix where libxslt is installed (optional)],
xslt_config_prefix="$withval", xslt_config_prefix="") xslt_config_prefix="$withval", xslt_config_prefix="")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment