comparison m4/arts.m4 @ 817:7483ff99b335 trunk

[svn] fixed quoting on arts.m4
author giacomo
date Sat, 11 Mar 2006 17:10:26 -0800
parents e9509e909193
children
comparison
equal deleted inserted replaced
816:8073d8300502 817:7483ff99b335
10 dnl 10 dnl
11 dnl Defines ARTSC_CFLAGS, ARTSC_LIBS and ARTSC_VERSION. 11 dnl Defines ARTSC_CFLAGS, ARTSC_LIBS and ARTSC_VERSION.
12 dnl 12 dnl
13 13
14 dnl ARTSC_TEST_VERSION(AVAILABLE-VERSION, NEEDED-VERSION [, ACTION-IF-OKAY [, ACTION-IF-NOT-OKAY]]) 14 dnl ARTSC_TEST_VERSION(AVAILABLE-VERSION, NEEDED-VERSION [, ACTION-IF-OKAY [, ACTION-IF-NOT-OKAY]])
15 AC_DEFUN(ARTSC_TEST_VERSION, [ 15 AC_DEFUN([ARTSC_TEST_VERSION], [
16 16
17 # Determine which version number is greater. Prints 2 to stdout if 17 # Determine which version number is greater. Prints 2 to stdout if
18 # the second number is greater, 1 if the first number is greater, 18 # the second number is greater, 1 if the first number is greater,
19 # 0 if the numbers are equal. 19 # 0 if the numbers are equal.
20 20
55 else # success! 55 else # success!
56 ifelse([$3], , :, $3) 56 ifelse([$3], , :, $3)
57 fi 57 fi
58 ]) 58 ])
59 59
60 AC_DEFUN(AM_PATH_ARTSC, 60 AC_DEFUN([AM_PATH_ARTSC],
61 [ 61 [
62 AC_ARG_WITH(artsc-prefix,[ --with-artsc-prefix=PFX Prefix where aRts is installed (optional)], 62 AC_ARG_WITH(artsc-prefix,[ --with-artsc-prefix=PFX Prefix where aRts is installed (optional)],
63 artsc_config_prefix="$withval", artsc_config_prefix="") 63 artsc_config_prefix="$withval", artsc_config_prefix="")
64 AC_ARG_WITH(artsc-exec-prefix,[ --with-artsc-exec-prefix=PFX Exec prefix where aRts is installed (optional)], 64 AC_ARG_WITH(artsc-exec-prefix,[ --with-artsc-exec-prefix=PFX Exec prefix where aRts is installed (optional)],
65 artsc_config_exec_prefix="$withval", artsc_config_exec_prefix="") 65 artsc_config_exec_prefix="$withval", artsc_config_exec_prefix="")