[w3m-dev 03298] [ -f instead of [ -e (configure)
* configure: use test -f instead of test -e From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-09-09 Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
|
||||
|
||||
* [w3m-dev 03298] [ -f instead of [ -e (configure)
|
||||
* configure: use test -f instead of test -e
|
||||
|
||||
2002-09-09 Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
|
||||
|
||||
* [w3m-dev 03297] TERM=mlterm
|
||||
@@ -3752,4 +3757,4 @@
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.421 2002/09/09 13:49:17 ukai Exp $
|
||||
$Id: ChangeLog,v 1.422 2002/09/09 13:50:44 ukai Exp $
|
||||
|
4
configure
vendored
4
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.74 2002/09/09 13:48:11 ukai Exp $
|
||||
# $Id: configure,v 1.75 2002/09/09 13:50:44 ukai Exp $
|
||||
# Configuration.
|
||||
#
|
||||
|
||||
@@ -2056,7 +2056,7 @@ EOF
|
||||
else
|
||||
for tlibdir in /usr/local/v6/lib /usr/local/lib /usr/lib $prefix/lib
|
||||
do
|
||||
if [ -e $tlibdir/libinet6.a ]; then
|
||||
if [ -f $tlibdir/libinet6.a ]; then
|
||||
if [ "$tlibdir" != "/usr/lib" ]; then
|
||||
v6lib="-L$tlibdir"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user