summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-05-10 00:53:51 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-05-10 00:53:51 +0000
commite819fd0516e306aadb2d520a7c2536ee4612df26 (patch)
treef70062b0c8b61a68244eb30e279ac037e8647452
parent78da07547889a286a107cf36d3bd7be3708b7aae (diff)
downloadgnome-common-e819fd0516e306aadb2d520a7c2536ee4612df26.tar.gz
Remove simple-minded check for `gtk+'.
* autogen.sh: Remove simple-minded check for `gtk+'. svn path=/trunk/; revision=202
-rw-r--r--macros/ChangeLog7
-rw-r--r--macros/autogen.sh16
2 files changed, 5 insertions, 18 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 7b710b6..1ae640d 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1998-05-09 Raja R Harinath <harinath@cs.umn.edu>
+
+ * autogen.sh: Remove simple-minded check for `gtk+'.
+
Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org>
* autogen.sh: Pass the results of the environment variable
@@ -7,8 +11,7 @@ Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org>
Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net>
- * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0
-
+ * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0.
1998-04-08 Raja R Harinath <harinath@cs.umn.edu>
diff --git a/macros/autogen.sh b/macros/autogen.sh
index a1530b2..ade3fd1 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -43,22 +43,6 @@ if test "$DIE" -eq 1; then
exit 1
fi
-test -f /opt/lib/libgtk.a \
- || test -f /opt/lib/libgtk.so \
- || test -f /opt/gnome/lib/libgtk.a \
- || test -f /opt/gnome/lib/libgtk.so \
- || test -f /usr/lib/libgtk.a \
- || test -f /usr/lib/libgtk.so \
- || test -f /usr/local/lib/libgtk.a \
- || test -f /usr/local/lib/libgtk.so \
- || cat <<EOF
-**Warning**: You must have Gtk installed to compile Gnome. I cannot
-find it installed in the usual places. "configure" may do a better
-job of finding out if you have it installed. If Gtk is not installed,
-visit ftp://ftp.gimp.org/pub/gtk/ (or get it out of CVS too).
-
-EOF
-
if test -z "$*"; then
echo "**Warning**: I am going to run "\`configure\'" with no arguments."
echo "If you wish to pass any to it, please specify them on the"