Mercurial > hg > xemacs-beta
comparison configure.in @ 1988:3432736e50ad
[xemacs-hg @ 2004-04-06 18:08:14 by james]
Change test -e to test -r for portability (affects Solaris 5.8, at least).
author | james |
---|---|
date | Tue, 06 Apr 2004 18:08:15 +0000 |
parents | a8b463c4984a |
children | f02e47602886 |
comparison
equal
deleted
inserted
replaced
1987:eacbf51ca0d2 | 1988:3432736e50ad |
---|---|
5602 mv -f Makefile.new <<$2>> | 5602 mv -f Makefile.new <<$2>> |
5603 )dnl CPP_MAKEFILE | 5603 )dnl CPP_MAKEFILE |
5604 | 5604 |
5605 CPP_MAKEFILE(,Makefile) | 5605 CPP_MAKEFILE(,Makefile) |
5606 CPP_MAKEFILE(-DUSE_GNU_MAKE,GNUmakefile) | 5606 CPP_MAKEFILE(-DUSE_GNU_MAKE,GNUmakefile) |
5607 if test -e "xemacs.def.in"; then | 5607 if test -r "xemacs.def.in"; then |
5608 cp -f xemacs.def.in junk.c | 5608 cp -f xemacs.def.in junk.c |
5609 CPP_MAKEFILE(,xemacs.def) | 5609 CPP_MAKEFILE(,xemacs.def) |
5610 fi | 5610 fi |
5611 changequote([,])dnl | 5611 changequote([,])dnl |
5612 rm -f junk.c | 5612 rm -f junk.c |