$NetBSD: patch-aa,v 1.11 1999/05/02 14:24:59 tron Exp $

--- configure.orig	Thu Mar 25 06:24:30 1999
+++ configure	Fri Apr 16 21:30:53 1999
@@ -22,7 +22,7 @@
 #
 GTK_MAJOR_VERSION=1
 GTK_MINOR_VERSION=2
-GTK_MICRO_VERSION=2
-GTK_INTERFACE_AGE=0
+GTK_MICRO_VERSION=14
+GTK_INTERFACE_AGE=2
 GTK_BINARY_AGE=2
 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
@@ -1599,6 +1599,7 @@
 
 
 # Check for any special flags to pass to ltconfig.
+if false; then
 libtool_flags="--cache-file=$cache_file"
 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
@@ -1894,6 +1895,7 @@
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
 
 # Redirect the config.log output again, so that the ltconfig log is not
 # clobbered by the next message.
@@ -4506,7 +4508,7 @@
 
 # AM_GTK_GNU_GETTEXT above substs $DATADIRNAME
 # this is the directory where the *.{mo,gmo} files are installed
-gtklocaledir='${prefix}/${DATADIRNAME}/locale'
+gtklocaledir='${prefix}/share/locale'
 
 
 echo $ac_n "checking for extra flags to get ANSI library prototypes""... $ac_c" 1>&6
@@ -7421,10 +7423,12 @@
     top_srcdir="$ac_dots$ac_given_srcdir" ;;
   esac
 
+if false; then
   case "$ac_given_INSTALL" in
   [/$]*) INSTALL="$ac_given_INSTALL" ;;
   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
   esac
+fi
 
   echo creating "$ac_file"
   rm -f "$ac_file"
