New gcompat.h header file as recommended by Havoc.
[platform/upstream/glib.git] / sanity_check
index 87673c9..953c958 100755 (executable)
@@ -13,7 +13,7 @@ echo "Checking glib-$VERSION.tar.gz..."
 tar xfz glib-$VERSION.tar.gz
 
 
-for file in README NEWS glib.spec docs/glib-config.1
+for file in INSTALL NEWS README glib.spec docs/glib-config.1
 do
        echo -n "$file... "
        if [ "x`grep $VERSION glib-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" == "x1" ]; then