tFix the quoting to work with the more strict automake 1.8 and later. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit ddd808ed9197906ad420e9dedff1f25bd7126ae6
parent 4dd6319273236d0e92065490b4240c212361b247
Author: Ben Webb 
Date:   Mon, 11 Feb 2008 04:16:33 +0000

Fix the quoting to work with the more strict automake 1.8 and later.


Diffstat:
  M m4/dp_expand_dir.m4                 |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/m4/dp_expand_dir.m4 b/m4/dp_expand_dir.m4
t@@ -9,7 +9,7 @@ dnl Modified by Ben Webb, 2002, to perform two expansions; this
 dnl handles the case where DIR is something like ${datadir}
 dnl (first expansion -> ${prefix}/share,
 dnl  second expansion -> /usr/local/share)
-AC_DEFUN(DP_EXPAND_DIR, [
+AC_DEFUN([DP_EXPAND_DIR], [
         $1=$2
         $1=`(
             test "x$prefix" = xNONE && prefix="$ac_default_prefix"