uses test -r instead of test -e, was reported as a portability bug wrt
* gnome-pilot.m4: uses test -r instead of test -e, was reported as a portability bug wrt solaris. svn path=/trunk/; revision=1373
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
1999-11-09 Eskil Heyn Olsen <deity@eskil.dk>
|
||||
|
||||
* gnome-pilot.m4: uses test -r instead of test -e, was reported as
|
||||
a portability bug wrt solaris.
|
||||
|
||||
1999-10-31 Eskil Heyn Olsen <deity@eskil.dk>
|
||||
|
||||
* gnome-pilot.m4: added PILOT_LINK_CHECK, used by
|
||||
|
||||
@ -28,7 +28,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
|
||||
PISOCK_LIBDIR="-L$withval/lib"
|
||||
PISOCK_LIBS="-lpisock"
|
||||
AC_MSG_CHECKING("for existance of $withval/lib/libpisock.so")
|
||||
if test -e $withval/lib/libpisock.so; then
|
||||
if test -r $withval/lib/libpisock.so; then
|
||||
AC_MSG_RESULT("yes")
|
||||
else
|
||||
AC_MSG_ERROR("Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/.")
|
||||
|
||||
Reference in New Issue
Block a user