<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>about-dialog.c</filename>
    </added>
    <added>
      <filename>callbacks.c</filename>
    </added>
    <added>
      <filename>configure-dialog.c</filename>
    </added>
    <added>
      <filename>interface.c</filename>
    </added>
    <added>
      <filename>main.c</filename>
    </added>
    <added>
      <filename>showmessage.c</filename>
    </added>
    <added>
      <filename>usbparse.c</filename>
    </added>
    <added>
      <filename>usbparse.h</filename>
    </added>
    <added>
      <filename>usbtree.c</filename>
    </added>
    <added>
      <filename>usbtree.h</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,21 @@
+version 0.9.0
+	- added Trond Eivind Glomsr&#248;d's patch to always try to populate the
+	  device tree when the program is started.
+	- cleaned up the code layout, removing the i18n code for now. Also
+	  got rid of some old Glade helper code that was not being used. This
+	  reduced the tarball size by about 1/2!
+	- usbview now updates the device list when devices are plugged in or
+	  removed from the bus automatically (needs 2.4.0-test8 or later to
+	  work properly due to a patch I made for drivers/usb/inode.c to 
+	  enable this to work.)
+	- Made any device that does not have a driver associated with it, show
+	  up in red in the device listing.  This should help users with the
+	  problem that &quot;My device shows up properly in usbview, but it isn't
+	  working,&quot; that a lot of people seem to have (it isn't obvious, I 
+	  know...)
+	- Added small, drab looking &quot;About&quot; dialog box, to make it easier to
+	  determine which version this is.
+
 version 0.8.1
 	- fixed the Gtk-WARNING that happens the first time you press the
 	  [Refresh] button.</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -1,25 +1,19 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = intl po src
+INCLUDES = \
+	@GTK_CFLAGS@
 
-install-data-local:
-	@$(NORMAL_INSTALL)
-	if test -d $(srcdir)/pixmaps; then \
-	  $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
-	  for pixmap in $(srcdir)/pixmaps/*; do \
-	    if test -f $$pixmap; then \
-	      $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
-	    fi \
-	  done \
-	fi
+bin_PROGRAMS = usbview
 
-dist-hook:
-	if test -d pixmaps; then \
-	  mkdir $(distdir)/pixmaps; \
-	  for pixmap in pixmaps/*; do \
-	    if test -f $$pixmap; then \
-	      cp -p $$pixmap $(distdir)/pixmaps; \
-	    fi \
-	  done \
-	fi
+usbview_SOURCES =		\
+	main.c			\
+	interface.c		\
+	callbacks.c		\
+	usbtree.c usbtree.h	\
+	showmessage.c		\
+	usbparse.c usbparse.h	\
+	configure-dialog.c      \
+	about-dialog.c
+
+usbview_LDADD = @GTK_LIBS@ 
 </diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4a from Makefile.am
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -10,8 +10,6 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-ROOT = usbview
-VERS = 0.8.0
 
 SHELL = @SHELL@
 
@@ -48,10 +46,9 @@ AUTOMAKE = @AUTOMAKE@
 AUTOHEADER = @AUTOHEADER@
 
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_FLAG =
 transform = @program_transform_name@
 
 NORMAL_INSTALL = :
@@ -60,42 +57,44 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-CATALOGS = @CATALOGS@
-CATOBJEXT = @CATOBJEXT@
 CC = @CC@
-DATADIRNAME = @DATADIRNAME@
-GENCAT = @GENCAT@
-GMOFILES = @GMOFILES@
-GMSGFMT = @GMSGFMT@
 GTK_CFLAGS = @GTK_CFLAGS@
 GTK_CONFIG = @GTK_CONFIG@
 GTK_LIBS = @GTK_LIBS@
-GT_NO = @GT_NO@
-GT_YES = @GT_YES@
-INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
-INSTOBJEXT = @INSTOBJEXT@
-INTLDEPS = @INTLDEPS@
-INTLLIBS = @INTLLIBS@
-INTLOBJS = @INTLOBJS@
 MAKEINFO = @MAKEINFO@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-MSGFMT = @MSGFMT@
 PACKAGE = @PACKAGE@
-POFILES = @POFILES@
-POSUB = @POSUB@
-RANLIB = @RANLIB@
-USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
-USE_NLS = @USE_NLS@
 VERSION = @VERSION@
-l = @l@
 
-SUBDIRS = intl po src
+INCLUDES =  	@GTK_CFLAGS@
+
+
+bin_PROGRAMS = usbview
+
+usbview_SOURCES =  	main.c				interface.c			callbacks.c			usbtree.c usbtree.h		showmessage.c			usbparse.c usbparse.h		configure-dialog.c      	about-dialog.c
+
+
+usbview_LDADD = @GTK_LIBS@ 
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = 
-DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING TODO ChangeLog \
-INSTALL Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.h.in \
+PROGRAMS =  $(bin_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I.
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+usbview_OBJECTS =  main.o interface.o callbacks.o usbtree.o \
+showmessage.o usbparse.o configure-dialog.o about-dialog.o
+usbview_DEPENDENCIES = 
+usbview_LDFLAGS = 
+CFLAGS = @CFLAGS@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
+Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.h.in \
 configure configure.in install-sh missing mkinstalldirs
 
 
@@ -103,12 +102,16 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = gtar
 GZIP_ENV = --best
+SOURCES = $(usbview_SOURCES)
+OBJECTS = $(usbview_OBJECTS)
+
 all: all-redirect
 .SUFFIXES:
+.SUFFIXES: .S .c .o .s
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
-	cd $(top_srcdir) &amp;&amp; $(AUTOMAKE) --gnu Makefile
+	cd $(top_srcdir) &amp;&amp; $(AUTOMAKE) --gnu --include-deps Makefile
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 	cd $(top_builddir) \
 	  &amp;&amp; CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
@@ -148,61 +151,54 @@ distclean-hdr:
 
 maintainer-clean-hdr:
 
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-#     (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  echo &quot;Making $$target in $$subdir&quot;; \
-	  if test &quot;$$subdir&quot; = &quot;.&quot;; then \
-	    dot_seen=yes; \
-	    local_target=&quot;$$target-am&quot;; \
-	  else \
-	    local_target=&quot;$$target&quot;; \
-	  fi; \
-	  (cd $$subdir &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case &quot;$$amf&quot; in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
-	done; \
-	if test &quot;$$dot_seen&quot; = &quot;no&quot;; then \
-	  $(MAKE) $(AM_MAKEFLAGS) &quot;$$target-am&quot; || exit 1; \
-	fi; test -z &quot;$$fail&quot;
-
-mostlyclean-recursive clean-recursive distclean-recursive \
-maintainer-clean-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
-	dot_seen=no; \
-	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-	  rev=&quot;$$subdir $$rev&quot;; \
-	  test &quot;$$subdir&quot; = &quot;.&quot; &amp;&amp; dot_seen=yes; \
-	done; \
-	test &quot;$$dot_seen&quot; = &quot;no&quot; &amp;&amp; rev=&quot;. $$rev&quot;; \
-	target=`echo $@ | sed s/-recursive//`; \
-	for subdir in $$rev; do \
-	  echo &quot;Making $$target in $$subdir&quot;; \
-	  if test &quot;$$subdir&quot; = &quot;.&quot;; then \
-	    local_target=&quot;$$target-am&quot;; \
-	  else \
-	    local_target=&quot;$$target&quot;; \
-	  fi; \
-	  (cd $$subdir &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case &quot;$$amf&quot; in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
-	done &amp;&amp; test -z &quot;$$fail&quot;
-tags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test &quot;$$subdir&quot; = . || (cd $$subdir &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) tags); \
+mostlyclean-binPROGRAMS:
+
+clean-binPROGRAMS:
+	-test -z &quot;$(bin_PROGRAMS)&quot; || rm -f $(bin_PROGRAMS)
+
+distclean-binPROGRAMS:
+
+maintainer-clean-binPROGRAMS:
+
+install-binPROGRAMS: $(bin_PROGRAMS)
+	@$(NORMAL_INSTALL)
+	$(mkinstalldirs) $(DESTDIR)$(bindir)
+	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+	  if test -f $$p; then \
+	    echo &quot;  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`&quot;; \
+	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	  else :; fi; \
 	done
 
+uninstall-binPROGRAMS:
+	@$(NORMAL_UNINSTALL)
+	list='$(bin_PROGRAMS)'; for p in $$list; do \
+	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	done
+
+.c.o:
+	$(COMPILE) -c $&lt;
+
+.s.o:
+	$(COMPILE) -c $&lt;
+
+.S.o:
+	$(COMPILE) -c $&lt;
+
+mostlyclean-compile:
+	-rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+	-rm -f *.tab.c
+
+maintainer-clean-compile:
+
+usbview: $(usbview_OBJECTS) $(usbview_DEPENDENCIES)
+	@rm -f usbview
+	$(LINK) $(usbview_LDFLAGS) $(usbview_OBJECTS) $(usbview_LDADD) $(LIBS)
+
 tags: TAGS
 
 ID: $(HEADERS) $(SOURCES) $(LISP)
@@ -213,14 +209,9 @@ ID: $(HEADERS) $(SOURCES) $(LISP)
 	here=`pwd` &amp;&amp; cd $(srcdir) \
 	  &amp;&amp; mkid -f$$here/ID $$unique $(LISP)
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
+TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test &quot;$$subdir&quot; = .; then :; else \
-	    test -f $$subdir/TAGS &amp;&amp; tags=&quot;$$tags -i $$here/$$subdir/TAGS&quot;; \
-   fi; \
-	done; \
 	list='$(SOURCES) $(HEADERS)'; \
 	unique=`for i in $$list; do echo $$i; done | \
 	  awk '    { files[$$0] = 1; } \
@@ -250,7 +241,7 @@ distcheck: dist
 	mkdir $(distdir)/=inst
 	dc_install_base=`cd $(distdir)/=inst &amp;&amp; pwd`; \
 	cd $(distdir)/=build \
-	  &amp;&amp; ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
+	  &amp;&amp; ../configure --srcdir=.. --prefix=$$dc_install_base \
 	  &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) \
 	  &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) dvi \
 	  &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) check \
@@ -275,11 +266,6 @@ distdir: $(DISTFILES)
 	-rm -rf $(distdir)
 	mkdir $(distdir)
 	-chmod 777 $(distdir)
-	here=`cd $(top_builddir) &amp;&amp; pwd`; \
-	top_distdir=`cd $(distdir) &amp;&amp; pwd`; \
-	distdir=`cd $(distdir) &amp;&amp; pwd`; \
-	cd $(top_srcdir) \
-	  &amp;&amp; $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
 	@for file in $(DISTFILES); do \
 	  d=$(srcdir); \
 	  if test -d $$d/$$file; then \
@@ -290,45 +276,43 @@ distdir: $(DISTFILES)
 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
 	  fi; \
 	done
-	for subdir in $(SUBDIRS); do \
-	  if test &quot;$$subdir&quot; = .; then :; else \
-	    test -d $(distdir)/$$subdir \
-	    || mkdir $(distdir)/$$subdir \
-	    || exit 1; \
-	    chmod 777 $(distdir)/$$subdir; \
-	    (cd $$subdir &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-	$(MAKE) $(AM_MAKEFLAGS) top_distdir=&quot;$(top_distdir)&quot; distdir=&quot;$(distdir)&quot; dist-hook
+about-dialog.o: about-dialog.c config.h usbtree.h usbparse.h
+callbacks.o: callbacks.c config.h usbtree.h
+configure-dialog.o: configure-dialog.c config.h usbtree.h usbparse.h
+interface.o: interface.c config.h usbtree.h
+main.o: main.c config.h usbtree.h
+showmessage.o: showmessage.c usbtree.h
+usbparse.o: usbparse.c config.h usbtree.h usbparse.h
+usbtree.o: usbtree.c config.h usbtree.h usbparse.h
+
 info-am:
-info: info-recursive
+info: info-am
 dvi-am:
-dvi: dvi-recursive
+dvi: dvi-am
 check-am: all-am
-check: check-recursive
+check: check-am
 installcheck-am:
-installcheck: installcheck-recursive
+installcheck: installcheck-am
 all-recursive-am: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
-install-exec-am:
-install-exec: install-exec-recursive
+install-exec-am: install-binPROGRAMS
+install-exec: install-exec-am
 
-install-data-am: install-data-local
-install-data: install-data-recursive
+install-data-am:
+install-data: install-data-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am:
-uninstall: uninstall-recursive
-all-am: Makefile config.h
-all-redirect: all-recursive-am
+install: install-am
+uninstall-am: uninstall-binPROGRAMS
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS) config.h
+all-redirect: all-am
 install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
-installdirs: installdirs-recursive
-installdirs-am:
+	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+	$(mkinstalldirs)  $(DESTDIR)$(bindir)
 
 
 mostlyclean-generic:
@@ -340,75 +324,43 @@ distclean-generic:
 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
+mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
+		mostlyclean-compile mostlyclean-tags \
+		mostlyclean-generic
 
-mostlyclean: mostlyclean-recursive
+mostlyclean: mostlyclean-am
 
-clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
+clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
+		clean-generic mostlyclean-am
 
-clean: clean-recursive
+clean: clean-am
 
-distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
+distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
+		distclean-tags distclean-generic clean-am
 
-distclean: distclean-recursive
+distclean: distclean-am
 	-rm -f config.status
 
-maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
+maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
+		maintainer-clean-compile maintainer-clean-tags \
 		maintainer-clean-generic distclean-am
 	@echo &quot;This command is intended for maintainers to use;&quot;
 	@echo &quot;it deletes files that may require special tools to rebuild.&quot;
 
-maintainer-clean: maintainer-clean-recursive
+maintainer-clean: maintainer-clean-am
 	-rm -f config.status
 
 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
-install-data-recursive uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
-install-exec-am install-exec install-data-local install-data-am \
-install-data install-am install uninstall-am uninstall all-redirect \
-all-am all installdirs-am installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
-
-
-install-data-local:
-	@$(NORMAL_INSTALL)
-	if test -d $(srcdir)/pixmaps; then \
-	  $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
-	  for pixmap in $(srcdir)/pixmaps/*; do \
-	    if test -f $$pixmap; then \
-	      $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
-	    fi \
-	  done \
-	fi
-
-dist-hook:
-	if test -d pixmaps; then \
-	  mkdir $(distdir)/pixmaps; \
-	  for pixmap in pixmaps/*; do \
-	    if test -f $$pixmap; then \
-	      cp -p $$pixmap $(distdir)/pixmaps; \
-	    fi \
-	  done \
-	fi
-
-snapshot: $(SOURCES) $(DOCS) $(OTHERFILES)
-	@echo
-	@echo &quot;-&gt;Note: The version for now is hacked into Makefile.in as&quot;
-	@echo &quot;-&gt;&quot; $(VERS)
-	@echo
-	@echo &quot;-&gt;copying all release files to the directory &quot; edgeport-$(VERS)
-	@echo
-	-mkdir $(ROOT)-$(VERS)
-	cp -r * $(ROOT)-$(VERS)
-	tar -c $(ROOT)-$(VERS) | gzip -9 &gt; $(ROOT)-$(VERS).tar.gz
-	@echo &quot;-&gt;removing the temporary directory &quot; $(ROOT)-$(VERS)
-	/bin/rm -rf $(ROOT)-$(VERS)
+mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
+maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile tags mostlyclean-tags distclean-tags \
+clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
+check-am installcheck-am installcheck all-recursive-am install-exec-am \
+install-exec install-data-am install-data install-am install \
+uninstall-am uninstall all-redirect all-am all installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.</diff>
      <filename>Makefile.in</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,8 @@ List of things that I think that would be nice to have in usbview:
   crashing the program.)
 
 - remove [Refresh] button and replace it with select(1) to track changes
-  in real time.
+  in real time. (kinda done, if kernel is &gt; 2.4.0-test8, refresh happens
+  automatically.)
 
 - change layout to look something like gproc (removing the buttons and
   right info bar, only having a tree.) The device info would be accessed</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-dnl aclocal.m4 generated automatically by aclocal 1.4a
+dnl aclocal.m4 generated automatically by aclocal 1.4
 
 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
@@ -21,8 +21,6 @@ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
 
 AC_DEFUN(AM_INIT_AUTOMAKE,
 [AC_REQUIRE([AC_PROG_INSTALL])
-dnl We require 2.13 because we rely on SHELL being computed by configure.
-AC_PREREQ([2.13])
 PACKAGE=[$1]
 AC_SUBST(PACKAGE)
 VERSION=[$2]
@@ -410,387 +408,3 @@ main ()
   rm -f conf.gtktest
 ])
 
-# Macro to add for using GNU gettext.
-# Ulrich Drepper &lt;drepper@cygnus.com&gt;, 1995.
-#
-# This file can be copied and used freely without restrictions.  It can
-# be used in projects which are not available under the GNU Public License
-# but which still want to provide support for the GNU gettext functionality.
-# Please note that the actual code is *not* freely available.
-
-# serial 5
-
-AC_DEFUN(AM_WITH_NLS,
-  [AC_MSG_CHECKING([whether NLS is requested])
-    dnl Default is enabled NLS
-    AC_ARG_ENABLE(nls,
-      [  --disable-nls           do not use Native Language Support],
-      USE_NLS=$enableval, USE_NLS=yes)
-    AC_MSG_RESULT($USE_NLS)
-    AC_SUBST(USE_NLS)
-
-    USE_INCLUDED_LIBINTL=no
-
-    dnl If we use NLS figure out what method
-    if test &quot;$USE_NLS&quot; = &quot;yes&quot;; then
-      AC_DEFINE(ENABLE_NLS)
-      AC_MSG_CHECKING([whether included gettext is requested])
-      AC_ARG_WITH(included-gettext,
-        [  --with-included-gettext use the GNU gettext library included here],
-        nls_cv_force_use_gnu_gettext=$withval,
-        nls_cv_force_use_gnu_gettext=no)
-      AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
-
-      nls_cv_use_gnu_gettext=&quot;$nls_cv_force_use_gnu_gettext&quot;
-      if test &quot;$nls_cv_force_use_gnu_gettext&quot; != &quot;yes&quot;; then
-        dnl User does not insist on using GNU NLS library.  Figure out what
-        dnl to use.  If gettext or catgets are available (in this order) we
-        dnl use this.  Else we have to fall back to GNU NLS library.
-	dnl catgets is only used if permitted by option --with-catgets.
-	nls_cv_header_intl=
-	nls_cv_header_libgt=
-	CATOBJEXT=NONE
-
-	AC_CHECK_HEADER(libintl.h,
-	  [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc,
-	    [AC_TRY_LINK([#include &lt;libintl.h&gt;], [return (int) gettext (&quot;&quot;)],
-	       gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)])
-
-	   if test &quot;$gt_cv_func_gettext_libc&quot; != &quot;yes&quot;; then
-	     AC_CHECK_LIB(intl, bindtextdomain,
-	       [AC_CACHE_CHECK([for gettext in libintl],
-		 gt_cv_func_gettext_libintl,
-		 [AC_CHECK_LIB(intl, gettext,
-		  gt_cv_func_gettext_libintl=yes,
-		  gt_cv_func_gettext_libintl=no)],
-		 gt_cv_func_gettext_libintl=no)])
-	   fi
-
-	   if test &quot;$gt_cv_func_gettext_libc&quot; = &quot;yes&quot; \
-	      || test &quot;$gt_cv_func_gettext_libintl&quot; = &quot;yes&quot;; then
-	      AC_DEFINE(HAVE_GETTEXT)
-	      AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
-		[test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep 'dv '`&quot;], no)dnl
-	      if test &quot;$MSGFMT&quot; != &quot;no&quot;; then
-		AC_CHECK_FUNCS(dcgettext)
-		AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
-		AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
-		  [test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep '(HELP)'`&quot;], :)
-		AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
-			       return _nl_msg_cat_cntr],
-		  [CATOBJEXT=.gmo
-		   DATADIRNAME=share],
-		  [CATOBJEXT=.mo
-		   DATADIRNAME=lib])
-		INSTOBJEXT=.mo
-	      fi
-	    fi
-	])
-
-        if test &quot;$CATOBJEXT&quot; = &quot;NONE&quot;; then
-	  AC_MSG_CHECKING([whether catgets can be used])
-	  AC_ARG_WITH(catgets,
-	    [  --with-catgets          use catgets functions if available],
-	    nls_cv_use_catgets=$withval, nls_cv_use_catgets=no)
-	  AC_MSG_RESULT($nls_cv_use_catgets)
-
-	  if test &quot;$nls_cv_use_catgets&quot; = &quot;yes&quot;; then
-	    dnl No gettext in C library.  Try catgets next.
-	    AC_CHECK_LIB(i, main)
-	    AC_CHECK_FUNC(catgets,
-	      [AC_DEFINE(HAVE_CATGETS)
-	       INTLOBJS=&quot;\$(CATOBJS)&quot;
-	       AC_PATH_PROG(GENCAT, gencat, no)dnl
-	       if test &quot;$GENCAT&quot; != &quot;no&quot;; then
-		 AC_PATH_PROG(GMSGFMT, gmsgfmt, no)
-		 if test &quot;$GMSGFMT&quot; = &quot;no&quot;; then
-		   AM_PATH_PROG_WITH_TEST(GMSGFMT, msgfmt,
-		    [test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep 'dv '`&quot;], no)
-		 fi
-		 AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
-		   [test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep '(HELP)'`&quot;], :)
-		 USE_INCLUDED_LIBINTL=yes
-		 CATOBJEXT=.cat
-		 INSTOBJEXT=.cat
-		 DATADIRNAME=lib
-		 INTLDEPS='$(top_builddir)/intl/libintl.a'
-		 INTLLIBS=$INTLDEPS
-		 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-		 nls_cv_header_intl=intl/libintl.h
-		 nls_cv_header_libgt=intl/libgettext.h
-	       fi])
-	  fi
-        fi
-
-        if test &quot;$CATOBJEXT&quot; = &quot;NONE&quot;; then
-	  dnl Neither gettext nor catgets in included in the C library.
-	  dnl Fall back on GNU gettext library.
-	  nls_cv_use_gnu_gettext=yes
-        fi
-      fi
-
-      if test &quot;$nls_cv_use_gnu_gettext&quot; = &quot;yes&quot;; then
-        dnl Mark actions used to generate GNU NLS library.
-        INTLOBJS=&quot;\$(GETTOBJS)&quot;
-        AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
-	  [test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep 'dv '`&quot;], msgfmt)
-        AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
-        AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
-	  [test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep '(HELP)'`&quot;], :)
-        AC_SUBST(MSGFMT)
-	USE_INCLUDED_LIBINTL=yes
-        CATOBJEXT=.gmo
-        INSTOBJEXT=.mo
-        DATADIRNAME=share
-	INTLDEPS='$(top_builddir)/intl/libintl.a'
-	INTLLIBS=$INTLDEPS
-	LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-        nls_cv_header_intl=intl/libintl.h
-        nls_cv_header_libgt=intl/libgettext.h
-      fi
-
-      dnl Test whether we really found GNU xgettext.
-      if test &quot;$XGETTEXT&quot; != &quot;:&quot;; then
-	dnl If it is no GNU xgettext we define it as : so that the
-	dnl Makefiles still can work.
-	if $XGETTEXT --omit-header /dev/null 2&gt; /dev/null; then
-	  : ;
-	else
-	  AC_MSG_RESULT(
-	    [found xgettext program is not GNU xgettext; ignore it])
-	  XGETTEXT=&quot;:&quot;
-	fi
-      fi
-
-      # We need to process the po/ directory.
-      POSUB=po
-    else
-      DATADIRNAME=share
-      nls_cv_header_intl=intl/libintl.h
-      nls_cv_header_libgt=intl/libgettext.h
-    fi
-    AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
-    AC_OUTPUT_COMMANDS(
-     [case &quot;$CONFIG_FILES&quot; in *po/Makefile.in*)
-        sed -e &quot;/POTFILES =/r po/POTFILES&quot; po/Makefile.in &gt; po/Makefile
-      esac])
-
-
-    # If this is used in GNU gettext we have to set USE_NLS to `yes'
-    # because some of the sources are only built for this goal.
-    if test &quot;$PACKAGE&quot; = gettext; then
-      USE_NLS=yes
-      USE_INCLUDED_LIBINTL=yes
-    fi
-
-    dnl These rules are solely for the distribution goal.  While doing this
-    dnl we only have to keep exactly one list of the available catalogs
-    dnl in configure.in.
-    for lang in $ALL_LINGUAS; do
-      GMOFILES=&quot;$GMOFILES $lang.gmo&quot;
-      POFILES=&quot;$POFILES $lang.po&quot;
-    done
-
-    dnl Make all variables we use known to autoconf.
-    AC_SUBST(USE_INCLUDED_LIBINTL)
-    AC_SUBST(CATALOGS)
-    AC_SUBST(CATOBJEXT)
-    AC_SUBST(DATADIRNAME)
-    AC_SUBST(GMOFILES)
-    AC_SUBST(INSTOBJEXT)
-    AC_SUBST(INTLDEPS)
-    AC_SUBST(INTLLIBS)
-    AC_SUBST(INTLOBJS)
-    AC_SUBST(POFILES)
-    AC_SUBST(POSUB)
-  ])
-
-AC_DEFUN(AM_GNU_GETTEXT,
-  [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
-   AC_REQUIRE([AC_PROG_CC])dnl
-   AC_REQUIRE([AC_PROG_RANLIB])dnl
-   AC_REQUIRE([AC_ISC_POSIX])dnl
-   AC_REQUIRE([AC_HEADER_STDC])dnl
-   AC_REQUIRE([AC_C_CONST])dnl
-   AC_REQUIRE([AC_C_INLINE])dnl
-   AC_REQUIRE([AC_TYPE_OFF_T])dnl
-   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
-   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
-   AC_REQUIRE([AC_FUNC_MMAP])dnl
-
-   AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \
-unistd.h sys/param.h])
-   AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
-strdup __argz_count __argz_stringify __argz_next])
-
-   if test &quot;${ac_cv_func_stpcpy+set}&quot; != &quot;set&quot;; then
-     AC_CHECK_FUNCS(stpcpy)
-   fi
-   if test &quot;${ac_cv_func_stpcpy}&quot; = &quot;yes&quot;; then
-     AC_DEFINE(HAVE_STPCPY)
-   fi
-
-   AM_LC_MESSAGES
-   AM_WITH_NLS
-
-   if test &quot;x$CATOBJEXT&quot; != &quot;x&quot;; then
-     if test &quot;x$ALL_LINGUAS&quot; = &quot;x&quot;; then
-       LINGUAS=
-     else
-       AC_MSG_CHECKING(for catalogs to be installed)
-       NEW_LINGUAS=
-       for lang in ${LINGUAS=$ALL_LINGUAS}; do
-         case &quot;$ALL_LINGUAS&quot; in
-          *$lang*) NEW_LINGUAS=&quot;$NEW_LINGUAS $lang&quot; ;;
-         esac
-       done
-       LINGUAS=$NEW_LINGUAS
-       AC_MSG_RESULT($LINGUAS)
-     fi
-
-     dnl Construct list of names of catalog files to be constructed.
-     if test -n &quot;$LINGUAS&quot;; then
-       for lang in $LINGUAS; do CATALOGS=&quot;$CATALOGS $lang$CATOBJEXT&quot;; done
-     fi
-   fi
-
-   dnl The reference to &lt;locale.h&gt; in the installed &lt;libintl.h&gt; file
-   dnl must be resolved because we cannot expect the users of this
-   dnl to define HAVE_LOCALE_H.
-   if test $ac_cv_header_locale_h = yes; then
-     INCLUDE_LOCALE_H=&quot;#include &lt;locale.h&gt;&quot;
-   else
-     INCLUDE_LOCALE_H=&quot;\
-/* The system does not provide the header &lt;locale.h&gt;.  Take care yourself.  */&quot;
-   fi
-   AC_SUBST(INCLUDE_LOCALE_H)
-
-   dnl Determine which catalog format we have (if any is needed)
-   dnl For now we know about two different formats:
-   dnl   Linux libc-5 and the normal X/Open format
-   test -d intl || mkdir intl
-   if test &quot;$CATOBJEXT&quot; = &quot;.cat&quot;; then
-     AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen)
-
-     dnl Transform the SED scripts while copying because some dumb SEDs
-     dnl cannot handle comments.
-     sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed &gt; intl/po2msg.sed
-   fi
-   dnl po2tbl.sed is always needed.
-   sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
-     $srcdir/intl/po2tbl.sed.in &gt; intl/po2tbl.sed
-
-   dnl In the intl/Makefile.in we have a special dependency which makes
-   dnl only sense for gettext.  We comment this out for non-gettext
-   dnl packages.
-   if test &quot;$PACKAGE&quot; = &quot;gettext&quot;; then
-     GT_NO=&quot;#NO#&quot;
-     GT_YES=
-   else
-     GT_NO=
-     GT_YES=&quot;#YES#&quot;
-   fi
-   AC_SUBST(GT_NO)
-   AC_SUBST(GT_YES)
-
-   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
-   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
-   dnl Try to locate is.
-   MKINSTALLDIRS=
-   if test -n &quot;$ac_aux_dir&quot;; then
-     MKINSTALLDIRS=&quot;$ac_aux_dir/mkinstalldirs&quot;
-   fi
-   if test -z &quot;$MKINSTALLDIRS&quot;; then
-     MKINSTALLDIRS=&quot;\$(top_srcdir)/mkinstalldirs&quot;
-   fi
-   AC_SUBST(MKINSTALLDIRS)
-
-   dnl *** For now the libtool support in intl/Makefile is not for real.
-   l=
-   AC_SUBST(l)
-
-   dnl Generate list of files to be processed by xgettext which will
-   dnl be included in po/Makefile.
-   test -d po || mkdir po
-   if test &quot;x$srcdir&quot; != &quot;x.&quot;; then
-     if test &quot;x`echo $srcdir | sed 's@/.*@@'`&quot; = &quot;x&quot;; then
-       posrcprefix=&quot;$srcdir/&quot;
-     else
-       posrcprefix=&quot;../$srcdir/&quot;
-     fi
-   else
-     posrcprefix=&quot;../&quot;
-   fi
-   rm -f po/POTFILES
-   sed -e &quot;/^#/d&quot; -e &quot;/^\$/d&quot; -e &quot;s,.*,	$posrcprefix&amp; \\\\,&quot; -e &quot;\$s/\(.*\) \\\\/\1/&quot; \
-	&lt; $srcdir/po/POTFILES.in &gt; po/POTFILES
-  ])
-
-# Search path for a program which passes the given test.
-# Ulrich Drepper &lt;drepper@cygnus.com&gt;, 1996.
-#
-# This file can be copied and used freely without restrictions.  It can
-# be used in projects which are not available under the GNU Public License
-# but which still want to provide support for the GNU gettext functionality.
-# Please note that the actual code is *not* freely available.
-
-# serial 1
-
-dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
-dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
-AC_DEFUN(AM_PATH_PROG_WITH_TEST,
-[# Extract the first word of &quot;$2&quot;, so it can be a program name with args.
-set dummy $2; ac_word=[$]2
-AC_MSG_CHECKING([for $ac_word])
-AC_CACHE_VAL(ac_cv_path_$1,
-[case &quot;[$]$1&quot; in
-  /*)
-  ac_cv_path_$1=&quot;[$]$1&quot; # Let the user override the test with a path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;${IFS}:&quot;
-  for ac_dir in ifelse([$5], , $PATH, [$5]); do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if [$3]; then
-	ac_cv_path_$1=&quot;$ac_dir/$ac_word&quot;
-	break
-      fi
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-dnl If no 4th arg is given, leave the cache variable unset,
-dnl so AC_PATH_PROGS will keep looking.
-ifelse([$4], , , [  test -z &quot;[$]ac_cv_path_$1&quot; &amp;&amp; ac_cv_path_$1=&quot;$4&quot;
-])dnl
-  ;;
-esac])dnl
-$1=&quot;$ac_cv_path_$1&quot;
-if test -n &quot;[$]$1&quot;; then
-  AC_MSG_RESULT([$]$1)
-else
-  AC_MSG_RESULT(no)
-fi
-AC_SUBST($1)dnl
-])
-
-# Check whether LC_MESSAGES is available in &lt;locale.h&gt;.
-# Ulrich Drepper &lt;drepper@cygnus.com&gt;, 1995.
-#
-# This file can be copied and used freely without restrictions.  It can
-# be used in projects which are not available under the GNU Public License
-# but which still want to provide support for the GNU gettext functionality.
-# Please note that the actual code is *not* freely available.
-
-# serial 1
-
-AC_DEFUN(AM_LC_MESSAGES,
-  [if test $ac_cv_header_locale_h = yes; then
-    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
-      [AC_TRY_LINK([#include &lt;locale.h&gt;], [return LC_MESSAGES],
-       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
-    if test $am_cv_val_LC_MESSAGES = yes; then
-      AC_DEFINE(HAVE_LC_MESSAGES)
-    fi
-  fi])
-</diff>
      <filename>aclocal.m4</filename>
    </modified>
    <modified>
      <diff>@@ -1,45 +1,8 @@
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
-/* Define if using alloca.c.  */
-#undef C_ALLOCA
-
-/* Define to empty if the keyword does not work.  */
-#undef const
-
-/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
-   This function is required for alloca.c support on those systems.  */
-#undef CRAY_STACKSEG_END
-
-/* Define if you have alloca, as a function or macro.  */
-#undef HAVE_ALLOCA
-
-/* Define if you have &lt;alloca.h&gt; and it should be used (not on Ultrix).  */
-#undef HAVE_ALLOCA_H
-
-/* Define if you have a working `mmap' system call.  */
-#undef HAVE_MMAP
-
-/* Define as __inline if that's what the C compiler calls it.  */
-#undef inline
-
-/* Define to `long' if &lt;sys/types.h&gt; doesn't define.  */
-#undef off_t
-
 /* Define if you need to in order for stat and other things to work.  */
 #undef _POSIX_SOURCE
 
-/* Define to `unsigned' if &lt;sys/types.h&gt; doesn't define.  */
-#undef size_t
-
-/* If using the C implementation of alloca, define if you know the
-   direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
- STACK_DIRECTION &gt; 0 =&gt; grows toward higher addresses
- STACK_DIRECTION &lt; 0 =&gt; grows toward lower addresses
- STACK_DIRECTION = 0 =&gt; direction of growth unknown
- */
-#undef STACK_DIRECTION
-
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
@@ -53,75 +16,6 @@
 #undef PACKAGE_DATA_DIR
 #undef PACKAGE_SOURCE_DIR
 
-/* Define if you have the __argz_count function.  */
-#undef HAVE___ARGZ_COUNT
-
-/* Define if you have the __argz_next function.  */
-#undef HAVE___ARGZ_NEXT
-
-/* Define if you have the __argz_stringify function.  */
-#undef HAVE___ARGZ_STRINGIFY
-
-/* Define if you have the dcgettext function.  */
-#undef HAVE_DCGETTEXT
-
-/* Define if you have the getcwd function.  */
-#undef HAVE_GETCWD
-
-/* Define if you have the getpagesize function.  */
-#undef HAVE_GETPAGESIZE
-
-/* Define if you have the munmap function.  */
-#undef HAVE_MUNMAP
-
-/* Define if you have the putenv function.  */
-#undef HAVE_PUTENV
-
-/* Define if you have the setenv function.  */
-#undef HAVE_SETENV
-
-/* Define if you have the setlocale function.  */
-#undef HAVE_SETLOCALE
-
-/* Define if you have the stpcpy function.  */
-#undef HAVE_STPCPY
-
-/* Define if you have the strcasecmp function.  */
-#undef HAVE_STRCASECMP
-
-/* Define if you have the strchr function.  */
-#undef HAVE_STRCHR
-
-/* Define if you have the strdup function.  */
-#undef HAVE_STRDUP
-
-/* Define if you have the &lt;argz.h&gt; header file.  */
-#undef HAVE_ARGZ_H
-
-/* Define if you have the &lt;limits.h&gt; header file.  */
-#undef HAVE_LIMITS_H
-
-/* Define if you have the &lt;locale.h&gt; header file.  */
-#undef HAVE_LOCALE_H
-
-/* Define if you have the &lt;malloc.h&gt; header file.  */
-#undef HAVE_MALLOC_H
-
-/* Define if you have the &lt;nl_types.h&gt; header file.  */
-#undef HAVE_NL_TYPES_H
-
-/* Define if you have the &lt;string.h&gt; header file.  */
-#undef HAVE_STRING_H
-
-/* Define if you have the &lt;sys/param.h&gt; header file.  */
-#undef HAVE_SYS_PARAM_H
-
-/* Define if you have the &lt;unistd.h&gt; header file.  */
-#undef HAVE_UNISTD_H
-
-/* Define if you have the i library (-li).  */
-#undef HAVE_LIBI
-
 /* Name of package */
 #undef PACKAGE
 </diff>
      <filename>config.h.in</filename>
    </modified>
    <modified>
      <diff>@@ -17,12 +17,6 @@ ac_help=&quot;$ac_help
   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)&quot;
 ac_help=&quot;$ac_help
   --disable-gtktest       Do not try to compile and run a test GTK program&quot;
-ac_help=&quot;$ac_help
-  --disable-nls           do not use Native Language Support&quot;
-ac_help=&quot;$ac_help
-  --with-included-gettext use the GNU gettext library included here&quot;
-ac_help=&quot;$ac_help
-  --with-catgets          use catgets functions if available&quot;
 
 # Initialize some variables set by options.
 # The variables have the same names as the options, with
@@ -564,7 +558,7 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group &quot;staff&quot;
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n &quot;checking for a BSD compatible install&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:568: checking for a BSD compatible install&quot; &gt;&amp;5
+echo &quot;configure:562: checking for a BSD compatible install&quot; &gt;&amp;5
 if test -z &quot;$INSTALL&quot;; then
 if eval &quot;test \&quot;`echo '$''{'ac_cv_path_install'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
@@ -617,7 +611,7 @@ test -z &quot;$INSTALL_SCRIPT&quot; &amp;&amp; INSTALL_SCRIPT='${INSTALL_PROGRAM}'
 test -z &quot;$INSTALL_DATA&quot; &amp;&amp; INSTALL_DATA='${INSTALL} -m 644'
 
 echo $ac_n &quot;checking whether build environment is sane&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:621: checking whether build environment is sane&quot; &gt;&amp;5
+echo &quot;configure:615: checking whether build environment is sane&quot; &gt;&amp;5
 # Just in case
 sleep 1
 echo timestamp &gt; conftestfile
@@ -674,7 +668,7 @@ test &quot;$program_suffix&quot; != NONE &amp;&amp;
 test &quot;$program_transform_name&quot; = &quot;&quot; &amp;&amp; program_transform_name=&quot;s,x,x,&quot;
 
 echo $ac_n &quot;checking whether ${MAKE-make} sets \${MAKE}&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:678: checking whether ${MAKE-make} sets \${MAKE}&quot; &gt;&amp;5
+echo &quot;configure:672: checking whether ${MAKE-make} sets \${MAKE}&quot; &gt;&amp;5
 set dummy ${MAKE-make}; ac_make=`echo &quot;$2&quot; | sed 'y%./+-%__p_%'`
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
@@ -701,10 +695,9 @@ else
 fi
 
 
-
 PACKAGE=usbview
 
-VERSION=0.1
+VERSION=0.9.0
 
 if test &quot;`cd $srcdir &amp;&amp; pwd`&quot; != &quot;`pwd`&quot; &amp;&amp; test -f $srcdir/config.status; then
   { echo &quot;configure: error: source directory already configured; run &quot;make distclean&quot; there first&quot; 1&gt;&amp;2; exit 1; }
@@ -721,7 +714,7 @@ EOF
 
 missing_dir=`cd $ac_aux_dir &amp;&amp; pwd`
 echo $ac_n &quot;checking for working aclocal&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:725: checking for working aclocal&quot; &gt;&amp;5
+echo &quot;configure:718: checking for working aclocal&quot; &gt;&amp;5
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
@@ -734,7 +727,7 @@ else
 fi
 
 echo $ac_n &quot;checking for working autoconf&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:738: checking for working autoconf&quot; &gt;&amp;5
+echo &quot;configure:731: checking for working autoconf&quot; &gt;&amp;5
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
@@ -747,7 +740,7 @@ else
 fi
 
 echo $ac_n &quot;checking for working automake&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:751: checking for working automake&quot; &gt;&amp;5
+echo &quot;configure:744: checking for working automake&quot; &gt;&amp;5
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
@@ -760,7 +753,7 @@ else
 fi
 
 echo $ac_n &quot;checking for working autoheader&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:764: checking for working autoheader&quot; &gt;&amp;5
+echo &quot;configure:757: checking for working autoheader&quot; &gt;&amp;5
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
@@ -773,7 +766,7 @@ else
 fi
 
 echo $ac_n &quot;checking for working makeinfo&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:777: checking for working makeinfo&quot; &gt;&amp;5
+echo &quot;configure:770: checking for working makeinfo&quot; &gt;&amp;5
 # Run test in a subshell; some versions of sh will print an error if
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
@@ -793,7 +786,7 @@ fi
 # Extract the first word of &quot;gcc&quot;, so it can be a program name with args.
 set dummy gcc; ac_word=$2
 echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:797: checking for $ac_word&quot; &gt;&amp;5
+echo &quot;configure:790: checking for $ac_word&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_CC'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -823,7 +816,7 @@ if test -z &quot;$CC&quot;; then
   # Extract the first word of &quot;cc&quot;, so it can be a program name with args.
 set dummy cc; ac_word=$2
 echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:827: checking for $ac_word&quot; &gt;&amp;5
+echo &quot;configure:820: checking for $ac_word&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_CC'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -874,7 +867,7 @@ fi
       # Extract the first word of &quot;cl&quot;, so it can be a program name with args.
 set dummy cl; ac_word=$2
 echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:878: checking for $ac_word&quot; &gt;&amp;5
+echo &quot;configure:871: checking for $ac_word&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_CC'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -906,7 +899,7 @@ fi
 fi
 
 echo $ac_n &quot;checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:910: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works&quot; &gt;&amp;5
+echo &quot;configure:903: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works&quot; &gt;&amp;5
 
 ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -917,12 +910,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 
 cat &gt; conftest.$ac_ext &lt;&lt; EOF
 
-#line 921 &quot;configure&quot;
+#line 914 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 
 main(){return(0);}
 EOF
-if { (eval echo configure:926: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:919: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes
   # If we can't run a trivial program, we are probably using a cross compiler.
   if (./conftest; exit) 2&gt;/dev/null; then
@@ -948,12 +941,12 @@ if test $ac_cv_prog_cc_works = no; then
   { echo &quot;configure: error: installation or configuration problem: C compiler cannot create executables.&quot; 1&gt;&amp;2; exit 1; }
 fi
 echo $ac_n &quot;checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:952: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler&quot; &gt;&amp;5
+echo &quot;configure:945: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler&quot; &gt;&amp;5
 echo &quot;$ac_t&quot;&quot;$ac_cv_prog_cc_cross&quot; 1&gt;&amp;6
 cross_compiling=$ac_cv_prog_cc_cross
 
 echo $ac_n &quot;checking whether we are using GNU C&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:957: checking whether we are using GNU C&quot; &gt;&amp;5
+echo &quot;configure:950: checking whether we are using GNU C&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_gcc'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -962,7 +955,7 @@ else
   yes;
 #endif
 EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:966: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }; } | egrep yes &gt;/dev/null 2&gt;&amp;1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:959: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }; } | egrep yes &gt;/dev/null 2&gt;&amp;1; then
   ac_cv_prog_gcc=yes
 else
   ac_cv_prog_gcc=no
@@ -981,7 +974,7 @@ ac_test_CFLAGS=&quot;${CFLAGS+set}&quot;
 ac_save_CFLAGS=&quot;$CFLAGS&quot;
 CFLAGS=
 echo $ac_n &quot;checking whether ${CC-cc} accepts -g&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:985: checking whether ${CC-cc} accepts -g&quot; &gt;&amp;5
+echo &quot;configure:978: checking whether ${CC-cc} accepts -g&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_cc_g'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1013,7 +1006,7 @@ else
 fi
 
 echo $ac_n &quot;checking for POSIXized ISC&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1017: checking for POSIXized ISC&quot; &gt;&amp;5
+echo &quot;configure:1010: checking for POSIXized ISC&quot; &gt;&amp;5
 if test -d /etc/conf/kconfig.d &amp;&amp;
   grep _POSIX_VERSION /usr/include/sys/unistd.h &gt;/dev/null 2&gt;&amp;1
 then
@@ -1036,7 +1029,7 @@ fi
 # Extract the first word of &quot;gcc&quot;, so it can be a program name with args.
 set dummy gcc; ac_word=$2
 echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1040: checking for $ac_word&quot; &gt;&amp;5
+echo &quot;configure:1033: checking for $ac_word&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_CC'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1066,7 +1059,7 @@ if test -z &quot;$CC&quot;; then
   # Extract the first word of &quot;cc&quot;, so it can be a program name with args.
 set dummy cc; ac_word=$2
 echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1070: checking for $ac_word&quot; &gt;&amp;5
+echo &quot;configure:1063: checking for $ac_word&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_CC'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1117,7 +1110,7 @@ fi
       # Extract the first word of &quot;cl&quot;, so it can be a program name with args.
 set dummy cl; ac_word=$2
 echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1121: checking for $ac_word&quot; &gt;&amp;5
+echo &quot;configure:1114: checking for $ac_word&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_CC'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1149,7 +1142,7 @@ fi
 fi
 
 echo $ac_n &quot;checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1153: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works&quot; &gt;&amp;5
+echo &quot;configure:1146: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works&quot; &gt;&amp;5
 
 ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1160,12 +1153,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 
 cat &gt; conftest.$ac_ext &lt;&lt; EOF
 
-#line 1164 &quot;configure&quot;
+#line 1157 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 
 main(){return(0);}
 EOF
-if { (eval echo configure:1169: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1162: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes
   # If we can't run a trivial program, we are probably using a cross compiler.
   if (./conftest; exit) 2&gt;/dev/null; then
@@ -1191,12 +1184,12 @@ if test $ac_cv_prog_cc_works = no; then
   { echo &quot;configure: error: installation or configuration problem: C compiler cannot create executables.&quot; 1&gt;&amp;2; exit 1; }
 fi
 echo $ac_n &quot;checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1195: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler&quot; &gt;&amp;5
+echo &quot;configure:1188: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler&quot; &gt;&amp;5
 echo &quot;$ac_t&quot;&quot;$ac_cv_prog_cc_cross&quot; 1&gt;&amp;6
 cross_compiling=$ac_cv_prog_cc_cross
 
 echo $ac_n &quot;checking whether we are using GNU C&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1200: checking whether we are using GNU C&quot; &gt;&amp;5
+echo &quot;configure:1193: checking whether we are using GNU C&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_gcc'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1205,7 +1198,7 @@ else
   yes;
 #endif
 EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1209: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }; } | egrep yes &gt;/dev/null 2&gt;&amp;1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1202: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }; } | egrep yes &gt;/dev/null 2&gt;&amp;1; then
   ac_cv_prog_gcc=yes
 else
   ac_cv_prog_gcc=no
@@ -1224,7 +1217,7 @@ ac_test_CFLAGS=&quot;${CFLAGS+set}&quot;
 ac_save_CFLAGS=&quot;$CFLAGS&quot;
 CFLAGS=
 echo $ac_n &quot;checking whether ${CC-cc} accepts -g&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1228: checking whether ${CC-cc} accepts -g&quot; &gt;&amp;5
+echo &quot;configure:1221: checking whether ${CC-cc} accepts -g&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_cc_g'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1259,7 +1252,7 @@ fi
 
 
 echo $ac_n &quot;checking for ${CC-cc} option to accept ANSI C&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1263: checking for ${CC-cc} option to accept ANSI C&quot; &gt;&amp;5
+echo &quot;configure:1256: checking for ${CC-cc} option to accept ANSI C&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'am_cv_prog_cc_stdc'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1275,7 +1268,7 @@ for ac_arg in &quot;&quot; -qlanglvl=ansi -std1 &quot;-Aa -D_HPUX_SOURCE&quot; &quot;-Xc -D__EXTENSIONS__
 do
   CC=&quot;$ac_save_CC $ac_arg&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1279 &quot;configure&quot;
+#line 1272 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;stdarg.h&gt;
 #include &lt;stdio.h&gt;
@@ -1312,7 +1305,7 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
 
 ; return 0; }
 EOF
-if { (eval echo configure:1316: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
+if { (eval echo configure:1309: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
   rm -rf conftest*
   am_cv_prog_cc_stdc=&quot;$ac_arg&quot;; break
 else
@@ -1336,7 +1329,7 @@ case &quot;x$am_cv_prog_cc_stdc&quot; in
 esac
 
 echo $ac_n &quot;checking how to run the C preprocessor&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1340: checking how to run the C preprocessor&quot; &gt;&amp;5
+echo &quot;configure:1333: checking how to run the C preprocessor&quot; &gt;&amp;5
 # On Suns, sometimes $CPP names a directory.
 if test -n &quot;$CPP&quot; &amp;&amp; test -d &quot;$CPP&quot;; then
   CPP=
@@ -1351,13 +1344,13 @@ else
   # On the NeXT, cc -E runs the code through the compiler's parser,
   # not just through cpp.
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1355 &quot;configure&quot;
+#line 1348 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;assert.h&gt;
 Syntax Error
 EOF
 ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:1361: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
+{ (eval echo configure:1354: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
 if test -z &quot;$ac_err&quot;; then
   :
@@ -1368,13 +1361,13 @@ else
   rm -rf conftest*
   CPP=&quot;${CC-cc} -E -traditional-cpp&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1372 &quot;configure&quot;
+#line 1365 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;assert.h&gt;
 Syntax Error
 EOF
 ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:1378: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
+{ (eval echo configure:1371: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
 if test -z &quot;$ac_err&quot;; then
   :
@@ -1385,13 +1378,13 @@ else
   rm -rf conftest*
   CPP=&quot;${CC-cc} -nologo -E&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1389 &quot;configure&quot;
+#line 1382 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;assert.h&gt;
 Syntax Error
 EOF
 ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:1395: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
+{ (eval echo configure:1388: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
 if test -z &quot;$ac_err&quot;; then
   :
@@ -1416,12 +1409,12 @@ fi
 echo &quot;$ac_t&quot;&quot;$CPP&quot; 1&gt;&amp;6
 
 echo $ac_n &quot;checking for ANSI C header files&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1420: checking for ANSI C header files&quot; &gt;&amp;5
+echo &quot;configure:1413: checking for ANSI C header files&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_header_stdc'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1425 &quot;configure&quot;
+#line 1418 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;stdlib.h&gt;
 #include &lt;stdarg.h&gt;
@@ -1429,7 +1422,7 @@ else
 #include &lt;float.h&gt;
 EOF
 ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:1433: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
+{ (eval echo configure:1426: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
 if test -z &quot;$ac_err&quot;; then
   rm -rf conftest*
@@ -1446,7 +1439,7 @@ rm -f conftest*
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1450 &quot;configure&quot;
+#line 1443 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;string.h&gt;
 EOF
@@ -1464,7 +1457,7 @@ fi
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1468 &quot;configure&quot;
+#line 1461 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;stdlib.h&gt;
 EOF
@@ -1485,7 +1478,7 @@ if test &quot;$cross_compiling&quot; = yes; then
   :
 else
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1489 &quot;configure&quot;
+#line 1482 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;ctype.h&gt;
 #define ISLOWER(c) ('a' &lt;= (c) &amp;&amp; (c) &lt;= 'z')
@@ -1496,7 +1489,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
 exit (0); }
 
 EOF
-if { (eval echo configure:1500: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext} &amp;&amp; (./conftest; exit) 2&gt;/dev/null
+if { (eval echo configure:1493: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext} &amp;&amp; (./conftest; exit) 2&gt;/dev/null
 then
   :
 else
@@ -1570,7 +1563,7 @@ fi
   # Extract the first word of &quot;gtk-config&quot;, so it can be a program name with args.
 set dummy gtk-config; ac_word=$2
 echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1574: checking for $ac_word&quot; &gt;&amp;5
+echo &quot;configure:1567: checking for $ac_word&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
@@ -1605,7 +1598,7 @@ fi
 
   min_gtk_version=1.2.0
   echo $ac_n &quot;checking for GTK - version &gt;= $min_gtk_version&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1609: checking for GTK - version &gt;= $min_gtk_version&quot; &gt;&amp;5
+echo &quot;configure:1602: checking for GTK - version &gt;= $min_gtk_version&quot; &gt;&amp;5
   no_gtk=&quot;&quot;
   if test &quot;$GTK_CONFIG&quot; = &quot;no&quot; ; then
     no_gtk=yes
@@ -1628,7 +1621,7 @@ echo &quot;configure:1609: checking for GTK - version &gt;= $min_gtk_version&quot; &gt;&amp;5
   echo $ac_n &quot;cross compiling; assumed OK... $ac_c&quot;
 else
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1632 &quot;configure&quot;
+#line 1625 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 
 #include &lt;gtk/gtk.h&gt;
@@ -1706,7 +1699,7 @@ main ()
 }
 
 EOF
-if { (eval echo configure:1710: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext} &amp;&amp; (./conftest; exit) 2&gt;/dev/null
+if { (eval echo configure:1703: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext} &amp;&amp; (./conftest; exit) 2&gt;/dev/null
 then
   :
 else
@@ -1740,7 +1733,7 @@ fi
           CFLAGS=&quot;$CFLAGS $GTK_CFLAGS&quot;
           LIBS=&quot;$LIBS $GTK_LIBS&quot;
           cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1744 &quot;configure&quot;
+#line 1737 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 
 #include &lt;gtk/gtk.h&gt;
@@ -1750,7 +1743,7 @@ int main() {
  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 
 ; return 0; }
 EOF
-if { (eval echo configure:1754: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1747: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
    echo &quot;*** The test program compiled, but did not run. This usually means&quot;
           echo &quot;*** that the run-time linker is not finding GTK or finding the wrong&quot;
@@ -1789,1833 +1782,6 @@ rm -f conftest*
   rm -f conf.gtktest
 
 
-ALL_LINGUAS=&quot;&quot;
-# Extract the first word of &quot;ranlib&quot;, so it can be a program name with args.
-set dummy ranlib; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1797: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_prog_RANLIB'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  if test -n &quot;$RANLIB&quot;; then
-  ac_cv_prog_RANLIB=&quot;$RANLIB&quot; # Let the user override the test.
-else
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;:&quot;
-  ac_dummy=&quot;$PATH&quot;
-  for ac_dir in $ac_dummy; do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_prog_RANLIB=&quot;ranlib&quot;
-      break
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_prog_RANLIB&quot; &amp;&amp; ac_cv_prog_RANLIB=&quot;:&quot;
-fi
-fi
-RANLIB=&quot;$ac_cv_prog_RANLIB&quot;
-if test -n &quot;$RANLIB&quot;; then
-  echo &quot;$ac_t&quot;&quot;$RANLIB&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-echo $ac_n &quot;checking for working const&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1825: checking for working const&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_c_const'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1830 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-
-int main() {
-
-/* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x;
-/* SunOS 4.1.1 cc rejects this.  */
-char const *const *ccp;
-char **p;
-/* NEC SVR4.0.2 mips cc rejects this.  */
-struct point {int x, y;};
-static struct point const zero = {0,0};
-/* AIX XL C 1.02.0.0 rejects this.
-   It does not let you subtract one const X* pointer from another in an arm
-   of an if-expression whose if-part is not a constant expression */
-const char *g = &quot;string&quot;;
-ccp = &amp;g + (g ? g-g : 0);
-/* HPUX 7.0 cc rejects these. */
-++ccp;
-p = (char**) ccp;
-ccp = (char const *const *) p;
-{ /* SCO 3.2v4 cc rejects this.  */
-  char *t;
-  char const *s = 0 ? (char *) 0 : (char const *) 0;
-
-  *t++ = 0;
-}
-{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
-  int x[] = {25, 17};
-  const int *foo = &amp;x[0];
-  ++foo;
-}
-{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
-  typedef const int *iptr;
-  iptr p = 0;
-  ++p;
-}
-{ /* AIX XL C 1.02.0.0 rejects this saying
-     &quot;k.c&quot;, line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
-  struct s { int j; const int *ap[3]; };
-  struct s *b; b-&gt;j = 5;
-}
-{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
-  const int foo = 10;
-}
-
-; return 0; }
-EOF
-if { (eval echo configure:1879: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
-  rm -rf conftest*
-  ac_cv_c_const=yes
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  ac_cv_c_const=no
-fi
-rm -f conftest*
-fi
-
-echo &quot;$ac_t&quot;&quot;$ac_cv_c_const&quot; 1&gt;&amp;6
-if test $ac_cv_c_const = no; then
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define const 
-EOF
-
-fi
-
-echo $ac_n &quot;checking for inline&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1900: checking for inline&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_c_inline'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  ac_cv_c_inline=no
-for ac_kw in inline __inline__ __inline; do
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1907 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-
-int main() {
-} $ac_kw foo() {
-; return 0; }
-EOF
-if { (eval echo configure:1914: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
-  rm -rf conftest*
-  ac_cv_c_inline=$ac_kw; break
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-fi
-rm -f conftest*
-done
-
-fi
-
-echo &quot;$ac_t&quot;&quot;$ac_cv_c_inline&quot; 1&gt;&amp;6
-case &quot;$ac_cv_c_inline&quot; in
-  inline | yes) ;;
-  no) cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define inline 
-EOF
- ;;
-  *)  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define inline $ac_cv_c_inline
-EOF
- ;;
-esac
-
-echo $ac_n &quot;checking for off_t&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1940: checking for off_t&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_type_off_t'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1945 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;sys/types.h&gt;
-#if STDC_HEADERS
-#include &lt;stdlib.h&gt;
-#include &lt;stddef.h&gt;
-#endif
-EOF
-if (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;&amp;5 |
-  egrep &quot;(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]&quot; &gt;/dev/null 2&gt;&amp;1; then
-  rm -rf conftest*
-  ac_cv_type_off_t=yes
-else
-  rm -rf conftest*
-  ac_cv_type_off_t=no
-fi
-rm -f conftest*
-
-fi
-echo &quot;$ac_t&quot;&quot;$ac_cv_type_off_t&quot; 1&gt;&amp;6
-if test $ac_cv_type_off_t = no; then
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define off_t long
-EOF
-
-fi
-
-echo $ac_n &quot;checking for size_t&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1973: checking for size_t&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_type_size_t'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1978 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;sys/types.h&gt;
-#if STDC_HEADERS
-#include &lt;stdlib.h&gt;
-#include &lt;stddef.h&gt;
-#endif
-EOF
-if (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;&amp;5 |
-  egrep &quot;(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]&quot; &gt;/dev/null 2&gt;&amp;1; then
-  rm -rf conftest*
-  ac_cv_type_size_t=yes
-else
-  rm -rf conftest*
-  ac_cv_type_size_t=no
-fi
-rm -f conftest*
-
-fi
-echo &quot;$ac_t&quot;&quot;$ac_cv_type_size_t&quot; 1&gt;&amp;6
-if test $ac_cv_type_size_t = no; then
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define size_t unsigned
-EOF
-
-fi
-
-# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
-# for constant arguments.  Useless!
-echo $ac_n &quot;checking for working alloca.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2008: checking for working alloca.h&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_header_alloca_h'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2013 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;alloca.h&gt;
-int main() {
-char *p = alloca(2 * sizeof(int));
-; return 0; }
-EOF
-if { (eval echo configure:2020: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  ac_cv_header_alloca_h=yes
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  ac_cv_header_alloca_h=no
-fi
-rm -f conftest*
-fi
-
-echo &quot;$ac_t&quot;&quot;$ac_cv_header_alloca_h&quot; 1&gt;&amp;6
-if test $ac_cv_header_alloca_h = yes; then
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define HAVE_ALLOCA_H 1
-EOF
-
-fi
-
-echo $ac_n &quot;checking for alloca&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2041: checking for alloca&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_alloca_works'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2046 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-
-#ifdef __GNUC__
-# define alloca __builtin_alloca
-#else
-# ifdef _MSC_VER
-#  include &lt;malloc.h&gt;
-#  define alloca _alloca
-# else
-#  if HAVE_ALLOCA_H
-#   include &lt;alloca.h&gt;
-#  else
-#   ifdef _AIX
- #pragma alloca
-#   else
-#    ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-#    endif
-#   endif
-#  endif
-# endif
-#endif
-
-int main() {
-char *p = (char *) alloca(1);
-; return 0; }
-EOF
-if { (eval echo configure:2074: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  ac_cv_func_alloca_works=yes
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  ac_cv_func_alloca_works=no
-fi
-rm -f conftest*
-fi
-
-echo &quot;$ac_t&quot;&quot;$ac_cv_func_alloca_works&quot; 1&gt;&amp;6
-if test $ac_cv_func_alloca_works = yes; then
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define HAVE_ALLOCA 1
-EOF
-
-fi
-
-if test $ac_cv_func_alloca_works = no; then
-  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
-  # that cause trouble.  Some versions do not even contain alloca or
-  # contain a buggy version.  If you still want to use their alloca,
-  # use ar to extract alloca.o from them instead of compiling alloca.c.
-  ALLOCA=alloca.${ac_objext}
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define C_ALLOCA 1
-EOF
-
-
-echo $ac_n &quot;checking whether alloca needs Cray hooks&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2106: checking whether alloca needs Cray hooks&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_os_cray'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2111 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#if defined(CRAY) &amp;&amp; ! defined(CRAY2)
-webecray
-#else
-wenotbecray
-#endif
-
-EOF
-if (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;&amp;5 |
-  egrep &quot;webecray&quot; &gt;/dev/null 2&gt;&amp;1; then
-  rm -rf conftest*
-  ac_cv_os_cray=yes
-else
-  rm -rf conftest*
-  ac_cv_os_cray=no
-fi
-rm -f conftest*
-
-fi
-
-echo &quot;$ac_t&quot;&quot;$ac_cv_os_cray&quot; 1&gt;&amp;6
-if test $ac_cv_os_cray = yes; then
-for ac_func in _getb67 GETB67 getb67; do
-  echo $ac_n &quot;checking for $ac_func&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2136: checking for $ac_func&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_$ac_func'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2141 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func(); below.  */
-#include &lt;assert.h&gt;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char $ac_func();
-
-int main() {
-
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-$ac_func();
-#endif
-
-; return 0; }
-EOF
-if { (eval echo configure:2164: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=no&quot;
-fi
-rm -f conftest*
-fi
-
-if eval &quot;test \&quot;`echo '$ac_cv_func_'$ac_func`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define CRAY_STACKSEG_END $ac_func
-EOF
-
-  break
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-done
-fi
-
-echo $ac_n &quot;checking stack direction for C alloca&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2191: checking stack direction for C alloca&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_c_stack_direction'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  if test &quot;$cross_compiling&quot; = yes; then
-  ac_cv_c_stack_direction=0
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2199 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-find_stack_direction ()
-{
-  static char *addr = 0;
-  auto char dummy;
-  if (addr == 0)
-    {
-      addr = &amp;dummy;
-      return find_stack_direction ();
-    }
-  else
-    return (&amp;dummy &gt; addr) ? 1 : -1;
-}
-main ()
-{
-  exit (find_stack_direction() &lt; 0);
-}
-EOF
-if { (eval echo configure:2218: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext} &amp;&amp; (./conftest; exit) 2&gt;/dev/null
-then
-  ac_cv_c_stack_direction=1
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -fr conftest*
-  ac_cv_c_stack_direction=-1
-fi
-rm -fr conftest*
-fi
-
-fi
-
-echo &quot;$ac_t&quot;&quot;$ac_cv_c_stack_direction&quot; 1&gt;&amp;6
-cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define STACK_DIRECTION $ac_cv_c_stack_direction
-EOF
-
-fi
-
-for ac_hdr in unistd.h
-do
-ac_safe=`echo &quot;$ac_hdr&quot; | sed 'y%./+-%__p_%'`
-echo $ac_n &quot;checking for $ac_hdr&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2243: checking for $ac_hdr&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_header_$ac_safe'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2248 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;$ac_hdr&gt;
-EOF
-ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:2253: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
-if test -z &quot;$ac_err&quot;; then
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=yes&quot;
-else
-  echo &quot;$ac_err&quot; &gt;&amp;5
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=no&quot;
-fi
-rm -f conftest*
-fi
-if eval &quot;test \&quot;`echo '$ac_cv_header_'$ac_safe`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define $ac_tr_hdr 1
-EOF
- 
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-done
-
-for ac_func in getpagesize
-do
-echo $ac_n &quot;checking for $ac_func&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2282: checking for $ac_func&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_$ac_func'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2287 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func(); below.  */
-#include &lt;assert.h&gt;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char $ac_func();
-
-int main() {
-
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-$ac_func();
-#endif
-
-; return 0; }
-EOF
-if { (eval echo configure:2310: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=no&quot;
-fi
-rm -f conftest*
-fi
-
-if eval &quot;test \&quot;`echo '$ac_cv_func_'$ac_func`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define $ac_tr_func 1
-EOF
- 
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-done
-
-echo $ac_n &quot;checking for working mmap&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2335: checking for working mmap&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  if test &quot;$cross_compiling&quot; = yes; then
-  ac_cv_func_mmap_fixed_mapped=no
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2343 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-
-/* Thanks to Mike Haertel and Jim Avera for this test.
-   Here is a matrix of mmap possibilities:
-	mmap private not fixed
-	mmap private fixed at somewhere currently unmapped
-	mmap private fixed at somewhere already mapped
-	mmap shared not fixed
-	mmap shared fixed at somewhere currently unmapped
-	mmap shared fixed at somewhere already mapped
-   For private mappings, we should verify that changes cannot be read()
-   back from the file, nor mmap's back from the file at a different
-   address.  (There have been systems where private was not correctly
-   implemented like the infamous i386 svr4.0, and systems where the
-   VM page cache was not coherent with the filesystem buffer cache
-   like early versions of FreeBSD and possibly contemporary NetBSD.)
-   For shared mappings, we should conversely verify that changes get
-   propogated back to all the places they're supposed to be.
-
-   Grep wants private fixed already mapped.
-   The main things grep needs to know about mmap are:
-   * does it exist and is it safe to write into the mmap'd area
-   * how to use it (BSD variants)  */
-#include &lt;sys/types.h&gt;
-#include &lt;fcntl.h&gt;
-#include &lt;sys/mman.h&gt;
-
-/* This mess was copied from the GNU getpagesize.h.  */
-#ifndef HAVE_GETPAGESIZE
-# ifdef HAVE_UNISTD_H
-#  include &lt;unistd.h&gt;
-# endif
-
-/* Assume that all systems that can run configure have sys/param.h.  */
-# ifndef HAVE_SYS_PARAM_H
-#  define HAVE_SYS_PARAM_H 1
-# endif
-
-# ifdef _SC_PAGESIZE
-#  define getpagesize() sysconf(_SC_PAGESIZE)
-# else /* no _SC_PAGESIZE */
-#  ifdef HAVE_SYS_PARAM_H
-#   include &lt;sys/param.h&gt;
-#   ifdef EXEC_PAGESIZE
-#    define getpagesize() EXEC_PAGESIZE
-#   else /* no EXEC_PAGESIZE */
-#    ifdef NBPG
-#     define getpagesize() NBPG * CLSIZE
-#     ifndef CLSIZE
-#      define CLSIZE 1
-#     endif /* no CLSIZE */
-#    else /* no NBPG */
-#     ifdef NBPC
-#      define getpagesize() NBPC
-#     else /* no NBPC */
-#      ifdef PAGESIZE
-#       define getpagesize() PAGESIZE
-#      endif /* PAGESIZE */
-#     endif /* no NBPC */
-#    endif /* no NBPG */
-#   endif /* no EXEC_PAGESIZE */
-#  else /* no HAVE_SYS_PARAM_H */
-#   define getpagesize() 8192	/* punt totally */
-#  endif /* no HAVE_SYS_PARAM_H */
-# endif /* no _SC_PAGESIZE */
-
-#endif /* no HAVE_GETPAGESIZE */
-
-#ifdef __cplusplus
-extern &quot;C&quot; { void *malloc(unsigned); }
-#else
-char *malloc();
-#endif
-
-int
-main()
-{
-	char *data, *data2, *data3;
-	int i, pagesize;
-	int fd;
-
-	pagesize = getpagesize();
-
-	/*
-	 * First, make a file with some known garbage in it.
-	 */
-	data = malloc(pagesize);
-	if (!data)
-		exit(1);
-	for (i = 0; i &lt; pagesize; ++i)
-		*(data + i) = rand();
-	umask(0);
-	fd = creat(&quot;conftestmmap&quot;, 0600);
-	if (fd &lt; 0)
-		exit(1);
-	if (write(fd, data, pagesize) != pagesize)
-		exit(1);
-	close(fd);
-
-	/*
-	 * Next, try to mmap the file at a fixed address which
-	 * already has something else allocated at it.  If we can,
-	 * also make sure that we see the same garbage.
-	 */
-	fd = open(&quot;conftestmmap&quot;, O_RDWR);
-	if (fd &lt; 0)
-		exit(1);
-	data2 = malloc(2 * pagesize);
-	if (!data2)
-		exit(1);
-	data2 += (pagesize - ((int) data2 &amp; (pagesize - 1))) &amp; (pagesize - 1);
-	if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
-	    MAP_PRIVATE | MAP_FIXED, fd, 0L))
-		exit(1);
-	for (i = 0; i &lt; pagesize; ++i)
-		if (*(data + i) != *(data2 + i))
-			exit(1);
-
-	/*
-	 * Finally, make sure that changes to the mapped area
-	 * do not percolate back to the file as seen by read().
-	 * (This is a bug on some variants of i386 svr4.0.)
-	 */
-	for (i = 0; i &lt; pagesize; ++i)
-		*(data2 + i) = *(data2 + i) + 1;
-	data3 = malloc(pagesize);
-	if (!data3)
-		exit(1);
-	if (read(fd, data3, pagesize) != pagesize)
-		exit(1);
-	for (i = 0; i &lt; pagesize; ++i)
-		if (*(data + i) != *(data3 + i))
-			exit(1);
-	close(fd);
-	unlink(&quot;conftestmmap&quot;);
-	exit(0);
-}
-
-EOF
-if { (eval echo configure:2483: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext} &amp;&amp; (./conftest; exit) 2&gt;/dev/null
-then
-  ac_cv_func_mmap_fixed_mapped=yes
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -fr conftest*
-  ac_cv_func_mmap_fixed_mapped=no
-fi
-rm -fr conftest*
-fi
-
-fi
-
-echo &quot;$ac_t&quot;&quot;$ac_cv_func_mmap_fixed_mapped&quot; 1&gt;&amp;6
-if test $ac_cv_func_mmap_fixed_mapped = yes; then
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define HAVE_MMAP 1
-EOF
-
-fi
-
-                              
-   for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
-unistd.h sys/param.h
-do
-ac_safe=`echo &quot;$ac_hdr&quot; | sed 'y%./+-%__p_%'`
-echo $ac_n &quot;checking for $ac_hdr&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2511: checking for $ac_hdr&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_header_$ac_safe'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2516 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;$ac_hdr&gt;
-EOF
-ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:2521: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
-if test -z &quot;$ac_err&quot;; then
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=yes&quot;
-else
-  echo &quot;$ac_err&quot; &gt;&amp;5
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=no&quot;
-fi
-rm -f conftest*
-fi
-if eval &quot;test \&quot;`echo '$ac_cv_header_'$ac_safe`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define $ac_tr_hdr 1
-EOF
- 
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-done
-
-   for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
-strdup __argz_count __argz_stringify __argz_next
-do
-echo $ac_n &quot;checking for $ac_func&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2551: checking for $ac_func&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_$ac_func'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2556 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func(); below.  */
-#include &lt;assert.h&gt;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char $ac_func();
-
-int main() {
-
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-$ac_func();
-#endif
-
-; return 0; }
-EOF
-if { (eval echo configure:2579: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=no&quot;
-fi
-rm -f conftest*
-fi
-
-if eval &quot;test \&quot;`echo '$ac_cv_func_'$ac_func`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define $ac_tr_func 1
-EOF
- 
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-done
-
-
-   if test &quot;${ac_cv_func_stpcpy+set}&quot; != &quot;set&quot;; then
-     for ac_func in stpcpy
-do
-echo $ac_n &quot;checking for $ac_func&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2608: checking for $ac_func&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_$ac_func'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2613 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func(); below.  */
-#include &lt;assert.h&gt;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char $ac_func();
-
-int main() {
-
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-$ac_func();
-#endif
-
-; return 0; }
-EOF
-if { (eval echo configure:2636: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=no&quot;
-fi
-rm -f conftest*
-fi
-
-if eval &quot;test \&quot;`echo '$ac_cv_func_'$ac_func`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define $ac_tr_func 1
-EOF
- 
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-done
-
-   fi
-   if test &quot;${ac_cv_func_stpcpy}&quot; = &quot;yes&quot;; then
-     cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define HAVE_STPCPY 1
-EOF
-
-   fi
-
-   if test $ac_cv_header_locale_h = yes; then
-    echo $ac_n &quot;checking for LC_MESSAGES&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2670: checking for LC_MESSAGES&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2675 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;locale.h&gt;
-int main() {
-return LC_MESSAGES
-; return 0; }
-EOF
-if { (eval echo configure:2682: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  am_cv_val_LC_MESSAGES=yes
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  am_cv_val_LC_MESSAGES=no
-fi
-rm -f conftest*
-fi
-
-echo &quot;$ac_t&quot;&quot;$am_cv_val_LC_MESSAGES&quot; 1&gt;&amp;6
-    if test $am_cv_val_LC_MESSAGES = yes; then
-      cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define HAVE_LC_MESSAGES 1
-EOF
-
-    fi
-  fi
-   echo $ac_n &quot;checking whether NLS is requested&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2703: checking whether NLS is requested&quot; &gt;&amp;5
-        # Check whether --enable-nls or --disable-nls was given.
-if test &quot;${enable_nls+set}&quot; = set; then
-  enableval=&quot;$enable_nls&quot;
-  USE_NLS=$enableval
-else
-  USE_NLS=yes
-fi
-
-    echo &quot;$ac_t&quot;&quot;$USE_NLS&quot; 1&gt;&amp;6
-    
-
-    USE_INCLUDED_LIBINTL=no
-
-        if test &quot;$USE_NLS&quot; = &quot;yes&quot;; then
-      cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define ENABLE_NLS 1
-EOF
-
-      echo $ac_n &quot;checking whether included gettext is requested&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2723: checking whether included gettext is requested&quot; &gt;&amp;5
-      # Check whether --with-included-gettext or --without-included-gettext was given.
-if test &quot;${with_included_gettext+set}&quot; = set; then
-  withval=&quot;$with_included_gettext&quot;
-  nls_cv_force_use_gnu_gettext=$withval
-else
-  nls_cv_force_use_gnu_gettext=no
-fi
-
-      echo &quot;$ac_t&quot;&quot;$nls_cv_force_use_gnu_gettext&quot; 1&gt;&amp;6
-
-      nls_cv_use_gnu_gettext=&quot;$nls_cv_force_use_gnu_gettext&quot;
-      if test &quot;$nls_cv_force_use_gnu_gettext&quot; != &quot;yes&quot;; then
-                        		nls_cv_header_intl=
-	nls_cv_header_libgt=
-	CATOBJEXT=NONE
-
-	ac_safe=`echo &quot;libintl.h&quot; | sed 'y%./+-%__p_%'`
-echo $ac_n &quot;checking for libintl.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2742: checking for libintl.h&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_header_$ac_safe'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2747 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;libintl.h&gt;
-EOF
-ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:2752: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
-if test -z &quot;$ac_err&quot;; then
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=yes&quot;
-else
-  echo &quot;$ac_err&quot; &gt;&amp;5
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=no&quot;
-fi
-rm -f conftest*
-fi
-if eval &quot;test \&quot;`echo '$ac_cv_header_'$ac_safe`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-  echo $ac_n &quot;checking for gettext in libc&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2769: checking for gettext in libc&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'gt_cv_func_gettext_libc'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2774 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;libintl.h&gt;
-int main() {
-return (int) gettext (&quot;&quot;)
-; return 0; }
-EOF
-if { (eval echo configure:2781: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  gt_cv_func_gettext_libc=yes
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  gt_cv_func_gettext_libc=no
-fi
-rm -f conftest*
-fi
-
-echo &quot;$ac_t&quot;&quot;$gt_cv_func_gettext_libc&quot; 1&gt;&amp;6
-
-	   if test &quot;$gt_cv_func_gettext_libc&quot; != &quot;yes&quot;; then
-	     echo $ac_n &quot;checking for bindtextdomain in -lintl&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2797: checking for bindtextdomain in -lintl&quot; &gt;&amp;5
-ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
-if eval &quot;test \&quot;`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  ac_save_LIBS=&quot;$LIBS&quot;
-LIBS=&quot;-lintl  $LIBS&quot;
-cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2805 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char bindtextdomain();
-
-int main() {
-bindtextdomain()
-; return 0; }
-EOF
-if { (eval echo configure:2816: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_lib_$ac_lib_var=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_lib_$ac_lib_var=no&quot;
-fi
-rm -f conftest*
-LIBS=&quot;$ac_save_LIBS&quot;
-
-fi
-if eval &quot;test \&quot;`echo '$ac_cv_lib_'$ac_lib_var`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-  echo $ac_n &quot;checking for gettext in libintl&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2832: checking for gettext in libintl&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  echo $ac_n &quot;checking for gettext in -lintl&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2837: checking for gettext in -lintl&quot; &gt;&amp;5
-ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
-if eval &quot;test \&quot;`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  ac_save_LIBS=&quot;$LIBS&quot;
-LIBS=&quot;-lintl  $LIBS&quot;
-cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2845 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char gettext();
-
-int main() {
-gettext()
-; return 0; }
-EOF
-if { (eval echo configure:2856: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_lib_$ac_lib_var=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_lib_$ac_lib_var=no&quot;
-fi
-rm -f conftest*
-LIBS=&quot;$ac_save_LIBS&quot;
-
-fi
-if eval &quot;test \&quot;`echo '$ac_cv_lib_'$ac_lib_var`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-  gt_cv_func_gettext_libintl=yes
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-gt_cv_func_gettext_libintl=no
-fi
-
-fi
-
-echo &quot;$ac_t&quot;&quot;$gt_cv_func_gettext_libintl&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-	   fi
-
-	   if test &quot;$gt_cv_func_gettext_libc&quot; = &quot;yes&quot; \
-	      || test &quot;$gt_cv_func_gettext_libintl&quot; = &quot;yes&quot;; then
-	      cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define HAVE_GETTEXT 1
-EOF
-
-	      # Extract the first word of &quot;msgfmt&quot;, so it can be a program name with args.
-set dummy msgfmt; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2895: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_MSGFMT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$MSGFMT&quot; in
-  /*)
-  ac_cv_path_MSGFMT=&quot;$MSGFMT&quot; # Let the user override the test with a path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;${IFS}:&quot;
-  for ac_dir in $PATH; do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep 'dv '`&quot;; then
-	ac_cv_path_MSGFMT=&quot;$ac_dir/$ac_word&quot;
-	break
-      fi
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_MSGFMT&quot; &amp;&amp; ac_cv_path_MSGFMT=&quot;no&quot;
-  ;;
-esac
-fi
-MSGFMT=&quot;$ac_cv_path_MSGFMT&quot;
-if test -n &quot;$MSGFMT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$MSGFMT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-	      if test &quot;$MSGFMT&quot; != &quot;no&quot;; then
-		for ac_func in dcgettext
-do
-echo $ac_n &quot;checking for $ac_func&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2929: checking for $ac_func&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_$ac_func'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 2934 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func(); below.  */
-#include &lt;assert.h&gt;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char $ac_func();
-
-int main() {
-
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-$ac_func();
-#endif
-
-; return 0; }
-EOF
-if { (eval echo configure:2957: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_func_$ac_func=no&quot;
-fi
-rm -f conftest*
-fi
-
-if eval &quot;test \&quot;`echo '$ac_cv_func_'$ac_func`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define $ac_tr_func 1
-EOF
- 
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-done
-
-		# Extract the first word of &quot;gmsgfmt&quot;, so it can be a program name with args.
-set dummy gmsgfmt; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:2984: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$GMSGFMT&quot; in
-  /*)
-  ac_cv_path_GMSGFMT=&quot;$GMSGFMT&quot; # Let the user override the test with a path.
-  ;;
-  ?:/*)			 
-  ac_cv_path_GMSGFMT=&quot;$GMSGFMT&quot; # Let the user override the test with a dos path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;:&quot;
-  ac_dummy=&quot;$PATH&quot;
-  for ac_dir in $ac_dummy; do 
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_path_GMSGFMT=&quot;$ac_dir/$ac_word&quot;
-      break
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_GMSGFMT&quot; &amp;&amp; ac_cv_path_GMSGFMT=&quot;$MSGFMT&quot;
-  ;;
-esac
-fi
-GMSGFMT=&quot;$ac_cv_path_GMSGFMT&quot;
-if test -n &quot;$GMSGFMT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$GMSGFMT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-		# Extract the first word of &quot;xgettext&quot;, so it can be a program name with args.
-set dummy xgettext; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3020: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$XGETTEXT&quot; in
-  /*)
-  ac_cv_path_XGETTEXT=&quot;$XGETTEXT&quot; # Let the user override the test with a path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;${IFS}:&quot;
-  for ac_dir in $PATH; do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep '(HELP)'`&quot;; then
-	ac_cv_path_XGETTEXT=&quot;$ac_dir/$ac_word&quot;
-	break
-      fi
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_XGETTEXT&quot; &amp;&amp; ac_cv_path_XGETTEXT=&quot;:&quot;
-  ;;
-esac
-fi
-XGETTEXT=&quot;$ac_cv_path_XGETTEXT&quot;
-if test -n &quot;$XGETTEXT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$XGETTEXT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-		cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 3052 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-
-int main() {
-extern int _nl_msg_cat_cntr;
-			       return _nl_msg_cat_cntr
-; return 0; }
-EOF
-if { (eval echo configure:3060: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  CATOBJEXT=.gmo
-		   DATADIRNAME=share
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  CATOBJEXT=.mo
-		   DATADIRNAME=lib
-fi
-rm -f conftest*
-		INSTOBJEXT=.mo
-	      fi
-	    fi
-	
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-
-        if test &quot;$CATOBJEXT&quot; = &quot;NONE&quot;; then
-	  echo $ac_n &quot;checking whether catgets can be used&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3083: checking whether catgets can be used&quot; &gt;&amp;5
-	  # Check whether --with-catgets or --without-catgets was given.
-if test &quot;${with_catgets+set}&quot; = set; then
-  withval=&quot;$with_catgets&quot;
-  nls_cv_use_catgets=$withval
-else
-  nls_cv_use_catgets=no
-fi
-
-	  echo &quot;$ac_t&quot;&quot;$nls_cv_use_catgets&quot; 1&gt;&amp;6
-
-	  if test &quot;$nls_cv_use_catgets&quot; = &quot;yes&quot;; then
-	    	    echo $ac_n &quot;checking for main in -li&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3096: checking for main in -li&quot; &gt;&amp;5
-ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'`
-if eval &quot;test \&quot;`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  ac_save_LIBS=&quot;$LIBS&quot;
-LIBS=&quot;-li  $LIBS&quot;
-cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 3104 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-
-int main() {
-main()
-; return 0; }
-EOF
-if { (eval echo configure:3111: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_lib_$ac_lib_var=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_lib_$ac_lib_var=no&quot;
-fi
-rm -f conftest*
-LIBS=&quot;$ac_save_LIBS&quot;
-
-fi
-if eval &quot;test \&quot;`echo '$ac_cv_lib_'$ac_lib_var`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    ac_tr_lib=HAVE_LIB`echo i | sed -e 's/[^a-zA-Z0-9_]/_/g' \
-    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
-  cat &gt;&gt; confdefs.h &lt;&lt;EOF
-#define $ac_tr_lib 1
-EOF
-
-  LIBS=&quot;-li $LIBS&quot;
-
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-	    echo $ac_n &quot;checking for catgets&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3139: checking for catgets&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_func_catgets'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 3144 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char catgets(); below.  */
-#include &lt;assert.h&gt;
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char catgets();
-
-int main() {
-
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_catgets) || defined (__stub___catgets)
-choke me
-#else
-catgets();
-#endif
-
-; return 0; }
-EOF
-if { (eval echo configure:3167: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval &quot;ac_cv_func_catgets=yes&quot;
-else
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_func_catgets=no&quot;
-fi
-rm -f conftest*
-fi
-
-if eval &quot;test \&quot;`echo '$ac_cv_func_'catgets`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-  cat &gt;&gt; confdefs.h &lt;&lt;\EOF
-#define HAVE_CATGETS 1
-EOF
-
-	       INTLOBJS=&quot;\$(CATOBJS)&quot;
-	       # Extract the first word of &quot;gencat&quot;, so it can be a program name with args.
-set dummy gencat; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3189: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_GENCAT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$GENCAT&quot; in
-  /*)
-  ac_cv_path_GENCAT=&quot;$GENCAT&quot; # Let the user override the test with a path.
-  ;;
-  ?:/*)			 
-  ac_cv_path_GENCAT=&quot;$GENCAT&quot; # Let the user override the test with a dos path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;:&quot;
-  ac_dummy=&quot;$PATH&quot;
-  for ac_dir in $ac_dummy; do 
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_path_GENCAT=&quot;$ac_dir/$ac_word&quot;
-      break
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_GENCAT&quot; &amp;&amp; ac_cv_path_GENCAT=&quot;no&quot;
-  ;;
-esac
-fi
-GENCAT=&quot;$ac_cv_path_GENCAT&quot;
-if test -n &quot;$GENCAT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$GENCAT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-	       if test &quot;$GENCAT&quot; != &quot;no&quot;; then
-		 # Extract the first word of &quot;gmsgfmt&quot;, so it can be a program name with args.
-set dummy gmsgfmt; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3225: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$GMSGFMT&quot; in
-  /*)
-  ac_cv_path_GMSGFMT=&quot;$GMSGFMT&quot; # Let the user override the test with a path.
-  ;;
-  ?:/*)			 
-  ac_cv_path_GMSGFMT=&quot;$GMSGFMT&quot; # Let the user override the test with a dos path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;:&quot;
-  ac_dummy=&quot;$PATH&quot;
-  for ac_dir in $ac_dummy; do 
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_path_GMSGFMT=&quot;$ac_dir/$ac_word&quot;
-      break
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_GMSGFMT&quot; &amp;&amp; ac_cv_path_GMSGFMT=&quot;no&quot;
-  ;;
-esac
-fi
-GMSGFMT=&quot;$ac_cv_path_GMSGFMT&quot;
-if test -n &quot;$GMSGFMT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$GMSGFMT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-		 if test &quot;$GMSGFMT&quot; = &quot;no&quot;; then
-		   # Extract the first word of &quot;msgfmt&quot;, so it can be a program name with args.
-set dummy msgfmt; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3262: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$GMSGFMT&quot; in
-  /*)
-  ac_cv_path_GMSGFMT=&quot;$GMSGFMT&quot; # Let the user override the test with a path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;${IFS}:&quot;
-  for ac_dir in $PATH; do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep 'dv '`&quot;; then
-	ac_cv_path_GMSGFMT=&quot;$ac_dir/$ac_word&quot;
-	break
-      fi
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_GMSGFMT&quot; &amp;&amp; ac_cv_path_GMSGFMT=&quot;no&quot;
-  ;;
-esac
-fi
-GMSGFMT=&quot;$ac_cv_path_GMSGFMT&quot;
-if test -n &quot;$GMSGFMT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$GMSGFMT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-		 fi
-		 # Extract the first word of &quot;xgettext&quot;, so it can be a program name with args.
-set dummy xgettext; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3297: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$XGETTEXT&quot; in
-  /*)
-  ac_cv_path_XGETTEXT=&quot;$XGETTEXT&quot; # Let the user override the test with a path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;${IFS}:&quot;
-  for ac_dir in $PATH; do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep '(HELP)'`&quot;; then
-	ac_cv_path_XGETTEXT=&quot;$ac_dir/$ac_word&quot;
-	break
-      fi
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_XGETTEXT&quot; &amp;&amp; ac_cv_path_XGETTEXT=&quot;:&quot;
-  ;;
-esac
-fi
-XGETTEXT=&quot;$ac_cv_path_XGETTEXT&quot;
-if test -n &quot;$XGETTEXT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$XGETTEXT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-		 USE_INCLUDED_LIBINTL=yes
-		 CATOBJEXT=.cat
-		 INSTOBJEXT=.cat
-		 DATADIRNAME=lib
-		 INTLDEPS='$(top_builddir)/intl/libintl.a'
-		 INTLLIBS=$INTLDEPS
-		 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-		 nls_cv_header_intl=intl/libintl.h
-		 nls_cv_header_libgt=intl/libgettext.h
-	       fi
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-	  fi
-        fi
-
-        if test &quot;$CATOBJEXT&quot; = &quot;NONE&quot;; then
-	  	  	  nls_cv_use_gnu_gettext=yes
-        fi
-      fi
-
-      if test &quot;$nls_cv_use_gnu_gettext&quot; = &quot;yes&quot;; then
-                INTLOBJS=&quot;\$(GETTOBJS)&quot;
-        # Extract the first word of &quot;msgfmt&quot;, so it can be a program name with args.
-set dummy msgfmt; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3355: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_MSGFMT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$MSGFMT&quot; in
-  /*)
-  ac_cv_path_MSGFMT=&quot;$MSGFMT&quot; # Let the user override the test with a path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;${IFS}:&quot;
-  for ac_dir in $PATH; do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep 'dv '`&quot;; then
-	ac_cv_path_MSGFMT=&quot;$ac_dir/$ac_word&quot;
-	break
-      fi
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_MSGFMT&quot; &amp;&amp; ac_cv_path_MSGFMT=&quot;msgfmt&quot;
-  ;;
-esac
-fi
-MSGFMT=&quot;$ac_cv_path_MSGFMT&quot;
-if test -n &quot;$MSGFMT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$MSGFMT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-        # Extract the first word of &quot;gmsgfmt&quot;, so it can be a program name with args.
-set dummy gmsgfmt; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3389: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$GMSGFMT&quot; in
-  /*)
-  ac_cv_path_GMSGFMT=&quot;$GMSGFMT&quot; # Let the user override the test with a path.
-  ;;
-  ?:/*)			 
-  ac_cv_path_GMSGFMT=&quot;$GMSGFMT&quot; # Let the user override the test with a dos path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;:&quot;
-  ac_dummy=&quot;$PATH&quot;
-  for ac_dir in $ac_dummy; do 
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_path_GMSGFMT=&quot;$ac_dir/$ac_word&quot;
-      break
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_GMSGFMT&quot; &amp;&amp; ac_cv_path_GMSGFMT=&quot;$MSGFMT&quot;
-  ;;
-esac
-fi
-GMSGFMT=&quot;$ac_cv_path_GMSGFMT&quot;
-if test -n &quot;$GMSGFMT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$GMSGFMT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-        # Extract the first word of &quot;xgettext&quot;, so it can be a program name with args.
-set dummy xgettext; ac_word=$2
-echo $ac_n &quot;checking for $ac_word&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3425: checking for $ac_word&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  case &quot;$XGETTEXT&quot; in
-  /*)
-  ac_cv_path_XGETTEXT=&quot;$XGETTEXT&quot; # Let the user override the test with a path.
-  ;;
-  *)
-  IFS=&quot;${IFS= 	}&quot;; ac_save_ifs=&quot;$IFS&quot;; IFS=&quot;${IFS}:&quot;
-  for ac_dir in $PATH; do
-    test -z &quot;$ac_dir&quot; &amp;&amp; ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if test -z &quot;`$ac_dir/$ac_word -h 2&gt;&amp;1 | grep '(HELP)'`&quot;; then
-	ac_cv_path_XGETTEXT=&quot;$ac_dir/$ac_word&quot;
-	break
-      fi
-    fi
-  done
-  IFS=&quot;$ac_save_ifs&quot;
-  test -z &quot;$ac_cv_path_XGETTEXT&quot; &amp;&amp; ac_cv_path_XGETTEXT=&quot;:&quot;
-  ;;
-esac
-fi
-XGETTEXT=&quot;$ac_cv_path_XGETTEXT&quot;
-if test -n &quot;$XGETTEXT&quot;; then
-  echo &quot;$ac_t&quot;&quot;$XGETTEXT&quot; 1&gt;&amp;6
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-fi
-
-        
-	USE_INCLUDED_LIBINTL=yes
-        CATOBJEXT=.gmo
-        INSTOBJEXT=.mo
-        DATADIRNAME=share
-	INTLDEPS='$(top_builddir)/intl/libintl.a'
-	INTLLIBS=$INTLDEPS
-	LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-        nls_cv_header_intl=intl/libintl.h
-        nls_cv_header_libgt=intl/libgettext.h
-      fi
-
-            if test &quot;$XGETTEXT&quot; != &quot;:&quot;; then
-			if $XGETTEXT --omit-header /dev/null 2&gt; /dev/null; then
-	  : ;
-	else
-	  echo &quot;$ac_t&quot;&quot;found xgettext program is not GNU xgettext; ignore it&quot; 1&gt;&amp;6
-	  XGETTEXT=&quot;:&quot;
-	fi
-      fi
-
-      # We need to process the po/ directory.
-      POSUB=po
-    else
-      DATADIRNAME=share
-      nls_cv_header_intl=intl/libintl.h
-      nls_cv_header_libgt=intl/libgettext.h
-    fi
-    
-    
-
-
-    # If this is used in GNU gettext we have to set USE_NLS to `yes'
-    # because some of the sources are only built for this goal.
-    if test &quot;$PACKAGE&quot; = gettext; then
-      USE_NLS=yes
-      USE_INCLUDED_LIBINTL=yes
-    fi
-
-                for lang in $ALL_LINGUAS; do
-      GMOFILES=&quot;$GMOFILES $lang.gmo&quot;
-      POFILES=&quot;$POFILES $lang.po&quot;
-    done
-
-        
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-  
-
-   if test &quot;x$CATOBJEXT&quot; != &quot;x&quot;; then
-     if test &quot;x$ALL_LINGUAS&quot; = &quot;x&quot;; then
-       LINGUAS=
-     else
-       echo $ac_n &quot;checking for catalogs to be installed&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3518: checking for catalogs to be installed&quot; &gt;&amp;5
-       NEW_LINGUAS=
-       for lang in ${LINGUAS=$ALL_LINGUAS}; do
-         case &quot;$ALL_LINGUAS&quot; in
-          *$lang*) NEW_LINGUAS=&quot;$NEW_LINGUAS $lang&quot; ;;
-         esac
-       done
-       LINGUAS=$NEW_LINGUAS
-       echo &quot;$ac_t&quot;&quot;$LINGUAS&quot; 1&gt;&amp;6
-     fi
-
-          if test -n &quot;$LINGUAS&quot;; then
-       for lang in $LINGUAS; do CATALOGS=&quot;$CATALOGS $lang$CATOBJEXT&quot;; done
-     fi
-   fi
-
-            if test $ac_cv_header_locale_h = yes; then
-     INCLUDE_LOCALE_H=&quot;#include &lt;locale.h&gt;&quot;
-   else
-     INCLUDE_LOCALE_H=&quot;\
-/* The system does not provide the header &lt;locale.h&gt;.  Take care yourself.  */&quot;
-   fi
-   
-
-            test -d intl || mkdir intl
-   if test &quot;$CATOBJEXT&quot; = &quot;.cat&quot;; then
-     ac_safe=`echo &quot;linux/version.h&quot; | sed 'y%./+-%__p_%'`
-echo $ac_n &quot;checking for linux/version.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:3546: checking for linux/version.h&quot; &gt;&amp;5
-if eval &quot;test \&quot;`echo '$''{'ac_cv_header_$ac_safe'+set}'`\&quot; = set&quot;; then
-  echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
-else
-  cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 3551 &quot;configure&quot;
-#include &quot;confdefs.h&quot;
-#include &lt;linux/version.h&gt;
-EOF
-ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:3556: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
-if test -z &quot;$ac_err&quot;; then
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=yes&quot;
-else
-  echo &quot;$ac_err&quot; &gt;&amp;5
-  echo &quot;configure: failed program was:&quot; &gt;&amp;5
-  cat conftest.$ac_ext &gt;&amp;5
-  rm -rf conftest*
-  eval &quot;ac_cv_header_$ac_safe=no&quot;
-fi
-rm -f conftest*
-fi
-if eval &quot;test \&quot;`echo '$ac_cv_header_'$ac_safe`\&quot; = yes&quot;; then
-  echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-  msgformat=linux
-else
-  echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
-msgformat=xopen
-fi
-
-
-               sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed &gt; intl/po2msg.sed
-   fi
-      sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
-     $srcdir/intl/po2tbl.sed.in &gt; intl/po2tbl.sed
-
-            if test &quot;$PACKAGE&quot; = &quot;gettext&quot;; then
-     GT_NO=&quot;#NO#&quot;
-     GT_YES=
-   else
-     GT_NO=
-     GT_YES=&quot;#YES#&quot;
-   fi
-   
-   
-
-            MKINSTALLDIRS=
-   if test -n &quot;$ac_aux_dir&quot;; then
-     MKINSTALLDIRS=&quot;$ac_aux_dir/mkinstalldirs&quot;
-   fi
-   if test -z &quot;$MKINSTALLDIRS&quot;; then
-     MKINSTALLDIRS=&quot;\$(top_srcdir)/mkinstalldirs&quot;
-   fi
-   
-
-      l=
-   
-
-         test -d po || mkdir po
-   if test &quot;x$srcdir&quot; != &quot;x.&quot;; then
-     if test &quot;x`echo $srcdir | sed 's@/.*@@'`&quot; = &quot;x&quot;; then
-       posrcprefix=&quot;$srcdir/&quot;
-     else
-       posrcprefix=&quot;../$srcdir/&quot;
-     fi
-   else
-     posrcprefix=&quot;../&quot;
-   fi
-   rm -f po/POTFILES
-   sed -e &quot;/^#/d&quot; -e &quot;/^\$/d&quot; -e &quot;s,.*,	$posrcprefix&amp; \\\\,&quot; -e &quot;\$s/\(.*\) \\\\/\1/&quot; \
-	&lt; $srcdir/po/POTFILES.in &gt; po/POTFILES
-  
 
 if test &quot;x${prefix}&quot; = &quot;xNONE&quot;; then
   cat &gt;&gt; confdefs.h &lt;&lt;EOF
@@ -3764,9 +1930,6 @@ ac_given_INSTALL=&quot;$INSTALL&quot;
 
 trap 'rm -fr `echo &quot;
 Makefile
-src/Makefile
-intl/Makefile
-po/Makefile.in
  config.h&quot; | sed &quot;s/:[^ ]*//g&quot;` conftest*; exit 1' 1 2 15
 EOF
 cat &gt;&gt; $CONFIG_STATUS &lt;&lt;EOF
@@ -3815,29 +1978,6 @@ s%@CPP@%$CPP%g
 s%@GTK_CONFIG@%$GTK_CONFIG%g
 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
 s%@GTK_LIBS@%$GTK_LIBS%g
-s%@RANLIB@%$RANLIB%g
-s%@ALLOCA@%$ALLOCA%g
-s%@USE_NLS@%$USE_NLS%g
-s%@MSGFMT@%$MSGFMT%g
-s%@GMSGFMT@%$GMSGFMT%g
-s%@XGETTEXT@%$XGETTEXT%g
-s%@GENCAT@%$GENCAT%g
-s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g
-s%@CATALOGS@%$CATALOGS%g
-s%@CATOBJEXT@%$CATOBJEXT%g
-s%@DATADIRNAME@%$DATADIRNAME%g
-s%@GMOFILES@%$GMOFILES%g
-s%@INSTOBJEXT@%$INSTOBJEXT%g
-s%@INTLDEPS@%$INTLDEPS%g
-s%@INTLLIBS@%$INTLLIBS%g
-s%@INTLOBJS@%$INTLOBJS%g
-s%@POFILES@%$POFILES%g
-s%@POSUB@%$POSUB%g
-s%@INCLUDE_LOCALE_H@%$INCLUDE_LOCALE_H%g
-s%@GT_NO@%$GT_NO%g
-s%@GT_YES@%$GT_YES%g
-s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
-s%@l@%$l%g
 
 CEOF
 EOF
@@ -3880,9 +2020,6 @@ EOF
 cat &gt;&gt; $CONFIG_STATUS &lt;&lt;EOF
 
 CONFIG_FILES=\${CONFIG_FILES-&quot;Makefile
-src/Makefile
-intl/Makefile
-po/Makefile.in
 &quot;}
 EOF
 cat &gt;&gt; $CONFIG_STATUS &lt;&lt;\EOF
@@ -4050,61 +2187,12 @@ cat &gt;&gt; $CONFIG_STATUS &lt;&lt;\EOF
 fi; done
 
 EOF
-
 cat &gt;&gt; $CONFIG_STATUS &lt;&lt;EOF
-ac_sources=&quot;$nls_cv_header_libgt&quot;
-ac_dests=&quot;$nls_cv_header_intl&quot;
-EOF
-
-cat &gt;&gt; $CONFIG_STATUS &lt;&lt;\EOF
-srcdir=$ac_given_srcdir
-while test -n &quot;$ac_sources&quot;; do
-  set $ac_dests; ac_dest=$1; shift; ac_dests=$*
-  set $ac_sources; ac_source=$1; shift; ac_sources=$*
-
-  echo &quot;linking $srcdir/$ac_source to $ac_dest&quot;
-
-  if test ! -r $srcdir/$ac_source; then
-    { echo &quot;configure: error: $srcdir/$ac_source: File not found&quot; 1&gt;&amp;2; exit 1; }
-  fi
-  rm -f $ac_dest
-
-  # Make relative symlinks.
-  # Remove last slash and all that follows it.  Not all systems have dirname.
-  ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
-  if test &quot;$ac_dest_dir&quot; != &quot;$ac_dest&quot; &amp;&amp; test &quot;$ac_dest_dir&quot; != .; then
-    # The dest file is in a subdirectory.
-    test ! -d &quot;$ac_dest_dir&quot; &amp;&amp; mkdir &quot;$ac_dest_dir&quot;
-    ac_dest_dir_suffix=&quot;/`echo $ac_dest_dir|sed 's%^\./%%'`&quot;
-    # A &quot;../&quot; for each directory in $ac_dest_dir_suffix.
-    ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
-  else
-    ac_dest_dir_suffix= ac_dots=
-  fi
-
-  case &quot;$srcdir&quot; in
-  [/$]*) ac_rel_source=&quot;$srcdir/$ac_source&quot; ;;
-  *) ac_rel_source=&quot;$ac_dots$srcdir/$ac_source&quot; ;;
-  esac
-
-  # Make a symlink if possible; otherwise try a hard link.
-  if ln -s $ac_rel_source $ac_dest 2&gt;/dev/null ||
-    ln $srcdir/$ac_source $ac_dest; then :
-  else
-    { echo &quot;configure: error: can not link $ac_dest to $srcdir/$ac_source&quot; 1&gt;&amp;2; exit 1; }
-  fi
-done
-EOF
-cat &gt;&gt; $CONFIG_STATUS &lt;&lt;EOF
-
 
 
 EOF
 cat &gt;&gt; $CONFIG_STATUS &lt;&lt;\EOF
 test -z &quot;$CONFIG_HEADERS&quot; || echo timestamp &gt; stamp-h
-case &quot;$CONFIG_FILES&quot; in *po/Makefile.in*)
-        sed -e &quot;/POTFILES =/r po/POTFILES&quot; po/Makefile.in &gt; po/Makefile
-      esac
 
 exit 0
 EOF</diff>
      <filename>configure</filename>
    </modified>
    <modified>
      <diff>@@ -12,9 +12,6 @@ AC_HEADER_STDC
 AM_PATH_GTK(1.2.0, ,
             AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
 
-dnl Add the languages which your application supports here.
-ALL_LINGUAS=&quot;&quot;
-AM_GNU_GETTEXT
 
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test &quot;x${prefix}&quot; = &quot;xNONE&quot;; then
@@ -50,8 +47,5 @@ changequote([,])dnl
 
 AC_OUTPUT([
 Makefile
-src/Makefile
-intl/Makefile
-po/Makefile.in
 ])
 </diff>
      <filename>configure.in</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 %define 	name	usbview
-%define 	version	0.8.1
+%define 	version	0.9.0
 %define 	release	1
 %define 	serial	1
 %define 	prefix	/usr
@@ -43,6 +43,25 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
 %{prefix}/bin/usbview
 
 %changelog
+* Sun Sep 10 2000 Greg Kroah-Hartman &lt;greg@kroah.com&gt;
+[usbview-0.9.0]
+- added Trond Eivind Glomsr&#248;d's patch to always try to populate the
+  device tree when the program is started.
+- cleaned up the code layout, removing the i18n code for now. Also
+  got rid of some old Glade helper code that was not being used. This
+  reduced the tarball size by about 1/2!
+- usbview now updates the device list when devices are plugged in or
+  removed from the bus automatically (needs 2.4.0-test8 or later to
+  work properly due to a patch I made for drivers/usb/inode.c to 
+  enable this to work.)
+- Made any device that does not have a driver associated with it, show
+  up in red in the device listing.  This should help users with the
+  problem that &quot;My device shows up properly in usbview, but it isn't
+  working,&quot; that a lot of people seem to have (it isn't obvious, I 
+  know...)
+- Added small, drab looking &quot;About&quot; dialog box, to make it easier to
+  determine which version this is.
+
 * Thu Jun 29 2000 Greg Kroah-Hartman &lt;greg@kroah.com&gt;
 [usbview-0.8.1]
 - fixed the Gtk-WARNING that happens the first time you press the</diff>
      <filename>usbview.spec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>ABOUT-NLS</filename>
    </removed>
    <removed>
      <filename>autogen.sh</filename>
    </removed>
    <removed>
      <filename>intl/ChangeLog</filename>
    </removed>
    <removed>
      <filename>intl/Makefile.in</filename>
    </removed>
    <removed>
      <filename>intl/VERSION</filename>
    </removed>
    <removed>
      <filename>intl/bindtextdom.c</filename>
    </removed>
    <removed>
      <filename>intl/cat-compat.c</filename>
    </removed>
    <removed>
      <filename>intl/dcgettext.c</filename>
    </removed>
    <removed>
      <filename>intl/dgettext.c</filename>
    </removed>
    <removed>
      <filename>intl/explodename.c</filename>
    </removed>
    <removed>
      <filename>intl/finddomain.c</filename>
    </removed>
    <removed>
      <filename>intl/gettext.c</filename>
    </removed>
    <removed>
      <filename>intl/gettext.h</filename>
    </removed>
    <removed>
      <filename>intl/gettextP.h</filename>
    </removed>
    <removed>
      <filename>intl/hash-string.h</filename>
    </removed>
    <removed>
      <filename>intl/intl-compat.c</filename>
    </removed>
    <removed>
      <filename>intl/l10nflist.c</filename>
    </removed>
    <removed>
      <filename>intl/libgettext.h</filename>
    </removed>
    <removed>
      <filename>intl/linux-msg.sed</filename>
    </removed>
    <removed>
      <filename>intl/loadinfo.h</filename>
    </removed>
    <removed>
      <filename>intl/loadmsgcat.c</filename>
    </removed>
    <removed>
      <filename>intl/localealias.c</filename>
    </removed>
    <removed>
      <filename>intl/po2tbl.sed.in</filename>
    </removed>
    <removed>
      <filename>intl/textdomain.c</filename>
    </removed>
    <removed>
      <filename>intl/xopen-msg.sed</filename>
    </removed>
    <removed>
      <filename>po/ChangeLog</filename>
    </removed>
    <removed>
      <filename>po/Makefile.in.in</filename>
    </removed>
    <removed>
      <filename>po/POTFILES.in</filename>
    </removed>
    <removed>
      <filename>po/cat-id-tbl.c</filename>
    </removed>
    <removed>
      <filename>po/stamp-cat-id</filename>
    </removed>
    <removed>
      <filename>po/usbview.pot</filename>
    </removed>
    <removed>
      <filename>src/Makefile.am</filename>
    </removed>
    <removed>
      <filename>src/Makefile.in</filename>
    </removed>
    <removed>
      <filename>src/callbacks.c</filename>
    </removed>
    <removed>
      <filename>src/callbacks.h</filename>
    </removed>
    <removed>
      <filename>src/config.c</filename>
    </removed>
    <removed>
      <filename>src/config.h</filename>
    </removed>
    <removed>
      <filename>src/interface.c</filename>
    </removed>
    <removed>
      <filename>src/interface.h</filename>
    </removed>
    <removed>
      <filename>src/main.c</filename>
    </removed>
    <removed>
      <filename>src/showmessage.c</filename>
    </removed>
    <removed>
      <filename>src/showmessage.h</filename>
    </removed>
    <removed>
      <filename>src/support.c</filename>
    </removed>
    <removed>
      <filename>src/support.h</filename>
    </removed>
    <removed>
      <filename>src/usbparse.c</filename>
    </removed>
    <removed>
      <filename>src/usbparse.h</filename>
    </removed>
    <removed>
      <filename>src/usbtree.c</filename>
    </removed>
    <removed>
      <filename>src/usbtree.h</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c7b6b1ead7beb2b6959704b75f7e21673a80bd09</id>
    </parent>
  </parents>
  <author>
    <name>Greg Kroah-Hartman</name>
    <email>gregkh@suse.de</email>
  </author>
  <url>http://github.com/gregkh/usbview/commit/35903be417230d34990f42bbef2897938af6bbdf</url>
  <id>35903be417230d34990f42bbef2897938af6bbdf</id>
  <committed-date>2007-10-22T16:59:26-07:00</committed-date>
  <authored-date>2007-10-22T16:59:26-07:00</authored-date>
  <message>usbview 0.9.0
	- added Trond Eivind Glomsr&#248;d's patch to always try to populate the
	  device tree when the program is started.
	- cleaned up the code layout, removing the i18n code for now. Also
	  got rid of some old Glade helper code that was not being used. This
	  reduced the tarball size by about 1/2!
	- usbview now updates the device list when devices are plugged in or
	  removed from the bus automatically (needs 2.4.0-test8 or later to
	  work properly due to a patch I made for drivers/usb/inode.c to
	  enable this to work.)
	- Made any device that does not have a driver associated with it, show
	  up in red in the device listing.  This should help users with the
	  problem that &quot;My device shows up properly in usbview, but it isn't
	  working,&quot; that a lot of people seem to have (it isn't obvious, I
	  know...)
	- Added small, drab looking &quot;About&quot; dialog box, to make it easier to
	  determine which version this is.</message>
  <tree>d85f454673a307bd4a345da516556d987e7b8fcd</tree>
  <committer>
    <name>Greg Kroah-Hartman</name>
    <email>gregkh@suse.de</email>
  </committer>
</commit>
