summaryrefslogtreecommitdiff
path: root/sanity_check
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-03-25 05:55:03 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-03-25 05:55:03 +0000
commit2c659472e2c0fa3bd1cf1548cc68a3650ef86cf5 (patch)
tree4a09abd3a9669ef86d5d00541cbd640f1d10cd00 /sanity_check
parent0720955e17e1fd1c34bae66d7015eff47ac0afe8 (diff)
downloadgdk-pixbuf-2c659472e2c0fa3bd1cf1548cc68a3650ef86cf5.tar.gz
Released GTK+ 1.2.1GTK_1_2_1
Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.2.1 * INSTALL: README: sanity_check: Updated. * docs/gtk-config.1.in: docs/Makefile.am: configure.in: gtk-config is now generated. * docs/gtk-config.1: Removed, now generated.
Diffstat (limited to 'sanity_check')
-rwxr-xr-xsanity_check11
1 files changed, 0 insertions, 11 deletions
diff --git a/sanity_check b/sanity_check
index 95dddf35e..84daf9b90 100755
--- a/sanity_check
+++ b/sanity_check
@@ -13,17 +13,6 @@ echo "Checking gtk+-$VERSION.tar.gz..."
tar xfz gtk+-$VERSION.tar.gz
-for file in gtk+.spec docs/gtk-config.1
-do
- echo -n "$file... "
- if [ "x`grep $VERSION gtk+-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" == "x1" ]; then
- echo "ok"
- else
- echo "failed."
- exit 1
- fi
-done
-
echo -n "README..."
if [ "x`grep $VERSION gtk+-$VERSION/README | wc -l | awk -F' ' '{print $1}'`" == "x4" ]; then
echo "ok"