check for correct file
authorHans Ulrich Niedermann <hun@n-dimensional.de>
Thu, 12 Sep 2002 17:27:49 +0000 (19:27 +0200)
committerHans Ulrich Niedermann <hun@n-dimensional.de>
Thu, 12 Sep 2002 17:27:49 +0000 (19:27 +0200)
autogen.sh

index 19c0868..f6a7229 100755 (executable)
@@ -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
 }