From: <hu...@us...> - 2002-09-12 17:27:52
|
Update of /cvsroot/libexif/libexif In directory usw-pr-cvs1:/tmp/cvs-serv23113 Modified Files: autogen.sh Log Message: check for correct file Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif/autogen.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- autogen.sh 12 Sep 2002 17:19:28 -0000 1.4 +++ autogen.sh 12 Sep 2002 17:27:49 -0000 1.5 @@ -66,7 +66,7 @@ exit 1 fi -test -f src/gtkam-main.h || { +test -f libexif/exif.c || { echo "You must run this script in the top-level $PROJECT directory" exit 1 } |