w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 7bbbb492ea0ba0a0a236e8ce91be1bae9292faa9
parent c5fbbb84b8a35a573e918512b0980b723f8fe5aa
Author: ukai <ukai>
Date:   Sun,  5 Oct 2003 16:16:16 +0000

fix variable usage

Diffstat:
Mconfigure | 2+-
Mconfigure.in | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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"