aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-10-05 16:16:16 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-10-05 16:16:16 +0000
commitf94b5a43480f05f1ccfd5f55970c4175810c2cc3 (patch)
tree86e0a02a0522a39a1b1c2f8893a0dce412fd90ae /configure
parentfix problem reported on [w3m-dev 03981] (diff)
downloadw3m-f94b5a43480f05f1ccfd5f55970c4175810c2cc3.tar.gz
w3m-f94b5a43480f05f1ccfd5f55970c4175810c2cc3.zip
fix variable usage
Diffstat (limited to '')
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 999fe11..18834d2 100755
--- a/configure
+++ b/configure
@@ -9255,7 +9255,7 @@ _ACEOF
fi
-HELP_DIR="$(datadir)/$(PACKAGE)"
+HELP_DIR="$datadir/$PACKAGE"
cat >>confdefs.h <<_ACEOF
#define HELP_DIR "$HELP_DIR"
_ACEOF
diff --git a/configure.in b/configure.in
index 9e24edb..8471ed8 100644
--- a/configure.in
+++ b/configure.in
@@ -150,7 +150,7 @@ AC_W3M_SIGSETJMP
AC_W3M_SIGNAL
AC_SUBST(HELP_DIR)
-HELP_DIR="$(datadir)/$(PACKAGE)"
+HELP_DIR="$datadir/$PACKAGE"
AC_DEFINE_UNQUOTED(HELP_DIR, "$HELP_DIR")
AC_SUBST(RC_DIR)
RC_DIR="~/.$PACKAGE"