Mercurial > audlegacy
changeset 817:7483ff99b335 trunk
[svn] fixed quoting on arts.m4
author | giacomo |
---|---|
date | Sat, 11 Mar 2006 17:10:26 -0800 |
parents | 8073d8300502 |
children | 61d85944a233 |
files | m4/arts.m4 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/arts.m4 Sat Mar 11 16:56:50 2006 -0800 +++ b/m4/arts.m4 Sat Mar 11 17:10:26 2006 -0800 @@ -12,7 +12,7 @@ dnl dnl ARTSC_TEST_VERSION(AVAILABLE-VERSION, NEEDED-VERSION [, ACTION-IF-OKAY [, ACTION-IF-NOT-OKAY]]) -AC_DEFUN(ARTSC_TEST_VERSION, [ +AC_DEFUN([ARTSC_TEST_VERSION], [ # Determine which version number is greater. Prints 2 to stdout if # the second number is greater, 1 if the first number is greater, @@ -57,7 +57,7 @@ fi ]) -AC_DEFUN(AM_PATH_ARTSC, +AC_DEFUN([AM_PATH_ARTSC], [ AC_ARG_WITH(artsc-prefix,[ --with-artsc-prefix=PFX Prefix where aRts is installed (optional)], artsc_config_prefix="$withval", artsc_config_prefix="")