From: Hans Ulrich Niedermann Date: Thu, 12 Sep 2002 17:27:49 +0000 (+0200) Subject: check for correct file X-Git-Tag: libexif-0_6_21-release~935 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ea9f22bba4700c907c2b72fdb92fb72fdba3807;p=platform%2Fupstream%2Flibexif.git check for correct file --- diff --git a/autogen.sh b/autogen.sh index 19c0868..f6a7229 100755 --- a/autogen.sh +++ b/autogen.sh @@ -66,7 +66,7 @@ if test "$DIE" -eq 1; then 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 }