ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/ptytty.m4
(Generate patch)

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.34 by sf-exg, Thu Jan 19 11:06:10 2012 UTC vs.
Revision 1.35 by sf-exg, Thu Jan 19 12:16:33 2012 UTC

1dnl this file is part of libptytty, do not make local modifications
2dnl http://software.schmorp.de/pkg/libptytty
3
4AC_DEFUN([PT_FIND_FILE], 1AC_DEFUN([PT_FIND_FILE],
5[AC_CACHE_CHECK(for a fallback location of $1, pt_cv_path_$1, [ 2[AC_CACHE_CHECK(for a fallback location of $1, pt_cv_path_$1, [
6if test "$cross_compiling" != yes; then 3if test "$cross_compiling" != yes; then
7 for file in $3; do 4 for file in $3; do
8 if test -f "$file"; then 5 if test -f "$file"; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines