tFix the quoting to work with the more strict automake 1.8 and later. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ddd808ed9197906ad420e9dedff1f25bd7126ae6
(DIR) parent 4dd6319273236d0e92065490b4240c212361b247
(HTM) Author: Ben Webb <ben@salilab.org>
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(-)
---
(DIR) 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"