diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-21 20:30:54 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-21 20:30:54 +0000 | 
| commit | 94f1eed72cb29867d6450763c0e251c372df489f (patch) | |
| tree | 680e007f15a696e8e5152c2f15a22909761696ea /configure | |
| parent | oops, +cvs (diff) | |
| download | w3m-94f1eed72cb29867d6450763c0e251c372df489f.tar.gz w3m-94f1eed72cb29867d6450763c0e251c372df489f.zip | |
[w3m-dev 02690] RC_DIR in scripts
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
| -rwxr-xr-x | configure | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@  #!/bin/sh -# $Id: configure,v 1.42 2001/12/21 02:11:50 ukai Exp $ +# $Id: configure,v 1.43 2001/12/21 20:30:54 ukai Exp $  #	Configuration.  # @@ -1950,6 +1950,7 @@ BIN_DIR = $bindir  HELP_DIR = $helpdir  LIB_DIR = $libdir  ETC_DIR = $sysconfdir +RC_DIR = ~/.w3m  HELP_FILE = $helpfile  SYS_LIBRARIES = $gpmlib $extlib $termlib $ssllib $v6lib  LOCAL_LIBRARIES = $bsdlib $ldflags | 
