41a383
diff -pruN paps-0.6.8.orig/acinclude.m4 paps-0.6.8/acinclude.m4
41a383
--- paps-0.6.8.orig/acinclude.m4	2006-11-29 05:11:50.000000000 +0900
41a383
+++ paps-0.6.8/acinclude.m4	2008-05-16 20:36:03.000000000 +0900
41a383
@@ -76,9 +76,9 @@ AC_DEFUN([DX_IF_FEATURE], [ifelse(DX_FEA
41a383
 # Require the specified program to be found for the DX_CURRENT_FEATURE to work.
41a383
 AC_DEFUN([DX_REQUIRE_PROG], [
41a383
 AC_PATH_TOOL([$1], [$2])
41a383
-if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
41a383
+if test "$DX_FLAG_DX_CURRENT_FEATURE$$1" = 1; then
41a383
     AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
41a383
-    AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
41a383
+    AC_SUBST([DX_FLAG_DX_CURRENT_FEATURE], 0)
41a383
 fi
41a383
 ])
41a383
 
41a383
@@ -101,7 +101,7 @@ test "$DX_FLAG_$1" = "$2" \
41a383
 # ----------------------------------------------------------
41a383
 # Turn off the DX_CURRENT_FEATURE if the required feature is off.
41a383
 AC_DEFUN([DX_CLEAR_DEPEND], [
41a383
-test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
41a383
+test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_DX_CURRENT_FEATURE], 0)
41a383
 ])
41a383
 
41a383
 # DX_FEATURE_ARG(FEATURE, DESCRIPTION,