diff -crN ./gail/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/Makefile.in
*** ./gail/Makefile.in	Mon Jan 20 10:23:55 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/Makefile.in	Sat Aug  9 21:49:44 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,17 ****
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
! # Process this file with automake to create Makefile.in.
  
  
  SHELL = @SHELL@
  
--- 11,19 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
! @SET_MAKE@
  
+ # Process this file with automake to create Makefile.in.
  
  SHELL = @SHELL@
  
***************
*** 33,45 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = .
  
  ACLOCAL = @ACLOCAL@
--- 35,43 ----
***************
*** 48,58 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 46,56 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 61,68 ****
--- 59,69 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
+ AWK = @AWK@
  CC = @CC@
+ DEPDIR = @DEPDIR@
  DEP_CFLAGS = @DEP_CFLAGS@
  DEP_LIBS = @DEP_LIBS@
  DLLTOOL = @DLLTOOL@
***************
*** 71,83 ****
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
- MAKEINFO = @MAKEINFO@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
--- 72,84 ----
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
***************
*** 85,176 ****
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
  ms_librarian = @ms_librarian@
  
  SUBDIRS = libgail-util gail tests docs
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = gail.pc
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  CONFIG_HEADER = config.h
! CONFIG_CLEAN_FILES =  gail.pc
! DATA =  $(pkgconfig_DATA)
! 
! DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
! Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
! config.sub configure configure.in gail.pc.in install-sh ltmain.sh \
! missing mkinstalldirs
! 
! 
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
- TAR = tar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
! $(ACLOCAL_M4):  configure.in 
! 	cd $(srcdir) && $(ACLOCAL)
  
! config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	$(SHELL) ./config.status --recheck
! $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  	cd $(srcdir) && $(AUTOCONF)
  
  config.h: stamp-h
  	@if test ! -f $@; then \
  		rm -f stamp-h; \
  		$(MAKE) stamp-h; \
  	else :; fi
  stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  	cd $(top_builddir) \
  	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
  	     $(SHELL) ./config.status
! 	@echo timestamp > stamp-h 2> /dev/null
! $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  	@if test ! -f $@; then \
! 		rm -f $(srcdir)/stamp-h.in; \
! 		$(MAKE) $(srcdir)/stamp-h.in; \
  	else :; fi
! $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  	cd $(top_srcdir) && $(AUTOHEADER)
! 	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
! 
! mostlyclean-hdr:
! 
! clean-hdr:
  
  distclean-hdr:
  	-rm -f config.h
- 
- maintainer-clean-hdr:
  gail.pc: $(top_builddir)/config.status gail.pc.in
! 	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 
  install-pkgconfigDATA: $(pkgconfig_DATA)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  	@list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  if test -f $(srcdir)/$$p; then \
! 	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
! 	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
! 	  else if test -f $$p; then \
! 	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
! 	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
! 	  fi; fi; \
  	done
  
  uninstall-pkgconfigDATA:
  	@$(NORMAL_UNINSTALL)
! 	list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
  	done
  
  # This directory's subdirectories are mostly independent; you can cd
--- 86,191 ----
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
  ms_librarian = @ms_librarian@
  
  SUBDIRS = libgail-util gail tests docs
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = gail.pc
+ subdir = .
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  CONFIG_HEADER = config.h
! CONFIG_CLEAN_FILES = gail.pc
! depcomp =
! DIST_SOURCES =
! DATA = $(pkgconfig_DATA)
! 
! 
! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
! 	uninstall-info-recursive all-recursive install-data-recursive \
! 	install-exec-recursive installdirs-recursive install-recursive \
! 	uninstall-recursive check-recursive installcheck-recursive
! DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
! 	Makefile.am Makefile.in NEWS aclocal.m4 config.guess \
! 	config.h.in config.sub configure configure.in gail.pc.in \
! 	install-sh ltmain.sh missing mkinstalldirs
! DIST_SUBDIRS = $(SUBDIRS)
! all: config.h
! 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
! clean-libtool:
! 	-rm -rf .libs _libs
  
! distclean-libtool:
! 	-rm -f libtool
! $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --gnu  --ignore-deps Makefile
! Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && \
! 	  CONFIG_HEADERS= CONFIG_LINKS= \
! 	  CONFIG_FILES=$@ $(SHELL) ./config.status
! 
! $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	$(SHELL) ./config.status --recheck
! $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  	cd $(srcdir) && $(AUTOCONF)
  
+ $(ACLOCAL_M4):  configure.in 
+ 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  config.h: stamp-h
  	@if test ! -f $@; then \
  		rm -f stamp-h; \
  		$(MAKE) stamp-h; \
  	else :; fi
  stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h stamp-hT
+ 	@echo timestamp > stamp-hT 2> /dev/null
  	cd $(top_builddir) \
  	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
  	     $(SHELL) ./config.status
! 	@mv stamp-hT stamp-h
! $(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
  	@if test ! -f $@; then \
! 		rm -f $(srcdir)/./stamp-h.in; \
! 		$(MAKE) $(srcdir)/./stamp-h.in; \
  	else :; fi
! $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
! 	@rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
! 	@echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
  	cd $(top_srcdir) && $(AUTOHEADER)
! 	@mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
  
  distclean-hdr:
  	-rm -f config.h
  gail.pc: $(top_builddir)/config.status gail.pc.in
! 	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
! uninstall-info-am:
  install-pkgconfigDATA: $(pkgconfig_DATA)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  	@list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
! 	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
  	done
  
  uninstall-pkgconfigDATA:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
! 	  rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
  	done
  
  # This directory's subdirectories are mostly independent; you can cd
***************
*** 179,190 ****
  # (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//`; \
--- 194,200 ----
  # (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.
! $(RECURSIVE_TARGETS):
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
***************
*** 207,217 ****
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  rev="$$subdir $$rev"; \
! 	  test "$$subdir" != "." || dot_seen=yes; \
  	done; \
! 	test "$$dot_seen" = "no" && rev=". $$rev"; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
--- 217,232 ----
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	case "$@" in \
! 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 	  *) list='$(SUBDIRS)' ;; \
! 	esac; \
! 	rev=''; for subdir in $$list; do \
! 	  if test "$$subdir" = "."; then :; else \
! 	    rev="$$subdir $$rev"; \
! 	  fi; \
  	done; \
! 	rev="$$rev ."; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
***************
*** 230,313 ****
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
!    if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
!    fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
! 
! mostlyclean-tags:
  
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
  
! maintainer-clean-tags:
  
  distdir = $(PACKAGE)-$(VERSION)
- top_distdir = $(distdir)
  
! # This target untars the dist file and tries a VPATH configuration.  Then
! # it guarantees that the distribution is self-contained by making another
! # tarfile.
! distcheck: dist
! 	-rm -rf $(distdir)
! 	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
! 	mkdir $(distdir)/=build
! 	mkdir $(distdir)/=inst
! 	dc_install_base=`cd $(distdir)/=inst && pwd`; \
! 	cd $(distdir)/=build \
! 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 	  && $(MAKE) $(AM_MAKEFLAGS) \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 	  && $(MAKE) $(AM_MAKEFLAGS) check \
! 	  && $(MAKE) $(AM_MAKEFLAGS) install \
! 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dist
! 	-rm -rf $(distdir)
! 	@banner="$(distdir).tar.gz is ready for distribution"; \
! 	dashes=`echo "$$banner" | sed s/./=/g`; \
! 	echo "$$dashes"; \
! 	echo "$$banner"; \
! 	echo "$$dashes"
! dist: distdir
! 	-chmod -R a+r $(distdir)
! 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 	-rm -rf $(distdir)
! dist-all: distdir
! 	-chmod -R a+r $(distdir)
! 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 	-rm -rf $(distdir)
  distdir: $(DISTFILES)
! 	-rm -rf $(distdir)
  	mkdir $(distdir)
! 	-chmod 777 $(distdir)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
--- 245,310 ----
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 	  fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
+ top_distdir = .
+ # Avoid unsightly `./'.
  distdir = $(PACKAGE)-$(VERSION)
  
! GZIP_ENV = --best
! 
  distdir: $(DISTFILES)
! 	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  	mkdir $(distdir)
! 	$(mkinstalldirs) $(distdir)/.
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
***************
*** 315,400 ****
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    chmod 777 $(distdir)/$$subdir; \
! 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  	      || exit 1; \
  	  fi; \
  	done
! info-am:
! info: info-recursive
! dvi-am:
! dvi: dvi-recursive
  check-am: all-am
  check: check-recursive
! installcheck-am:
! installcheck: installcheck-recursive
! all-recursive-am: config.h
! 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  
! install-exec-am:
  install-exec: install-exec-recursive
- 
- install-data-am: install-pkgconfigDATA
  install-data: install-data-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
- uninstall-am: uninstall-pkgconfigDATA
- uninstall: uninstall-recursive
- all-am: Makefile $(DATA) config.h
- all-redirect: all-recursive-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs: installdirs-recursive
- installdirs-am:
- 	$(mkinstalldirs)  $(DESTDIR)$(pkgconfigdir)
- 
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-recursive
  
! clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  
! clean: clean-recursive
  
! distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-recursive
! 	-rm -f config.status
  
! maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
! 		maintainer-clean-generic distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-recursive
- 	-rm -f config.status
  
! .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
! uninstall-pkgconfigDATA install-pkgconfigDATA 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-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
  
  
  .PHONY: files
--- 312,453 ----
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    (cd $$subdir && \
! 	      $(MAKE) $(AM_MAKEFLAGS) \
! 	        top_distdir="$(top_distdir)" \
! 	        distdir=../$(distdir)/$$subdir \
! 	        distdir) \
  	      || exit 1; \
  	  fi; \
  	done
! 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
! 	|| chmod -R a+r $(distdir)
! dist: distdir
! 	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
! 
! # This target untars the dist file and tries a VPATH configuration.  Then
! # it guarantees that the distribution is self-contained by making another
! # tarfile.
! distcheck: dist
! 	-chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
! 	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
! 	chmod -R a-w $(distdir); chmod a+w $(distdir)
! 	mkdir $(distdir)/=build
! 	mkdir $(distdir)/=inst
! 	chmod a-w $(distdir)
! 	dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
! 	  && cd $(distdir)/=build \
! 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 	  && $(MAKE) $(AM_MAKEFLAGS) \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 	  && $(MAKE) $(AM_MAKEFLAGS) check \
! 	  && $(MAKE) $(AM_MAKEFLAGS) install \
! 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
! 	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
! 	     || (echo "Error: files left after uninstall" 1>&2; \
! 	         exit 1) ) \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
! 	  && $(MAKE) $(AM_MAKEFLAGS) distclean \
! 	  && rm -f $(distdir).tar.gz \
! 	  && (test `find . -type f -print | wc -l` -eq 0 \
! 	     || (echo "Error: files left after distclean" 1>&2; \
! 	         exit 1) )
! 	-chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
! 	@echo "$(distdir).tar.gz is ready for distribution" | \
! 	  sed 'h;s/./=/g;p;x;p;x'
  check-am: all-am
  check: check-recursive
! all-am: Makefile $(DATA) config.h
! installdirs: installdirs-recursive
! installdirs-am:
! 	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  
! install: install-recursive
  install-exec: install-exec-recursive
  install-data: install-data-recursive
+ uninstall: uninstall-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-recursive
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! dist-all: distdir
! 	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
! distclean: distclean-recursive
! 	-rm -f config.status config.cache config.log
! distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
! 	distclean-tags
  
! dvi: dvi-recursive
  
! dvi-am:
  
! info: info-recursive
  
! info-am:
! 
! install-data-am: install-pkgconfigDATA
! 
! install-exec-am:
! 
! install-info: install-info-recursive
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-recursive
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-recursive
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
! 
! uninstall-info: uninstall-info-recursive
! 
! .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
! 	clean-generic clean-libtool clean-recursive dist dist-all \
! 	distcheck distclean distclean-generic distclean-hdr \
! 	distclean-libtool distclean-recursive distclean-tags distdir \
! 	dvi dvi-am dvi-recursive info info-am info-recursive install \
! 	install-am install-data install-data-am install-data-recursive \
! 	install-exec install-exec-am install-exec-recursive \
! 	install-info install-info-am install-info-recursive install-man \
! 	install-pkgconfigDATA install-recursive install-strip \
! 	installcheck installcheck-am installdirs installdirs-am \
! 	installdirs-recursive maintainer-clean maintainer-clean-generic \
! 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
! 	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
! 	uninstall uninstall-am uninstall-info-am \
! 	uninstall-info-recursive uninstall-pkgconfigDATA \
! 	uninstall-recursive
  
  
  .PHONY: files
***************
*** 406,412 ****
  	    echo $$subdir/$$file; \
  	  done; \
  	done
- 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
--- 459,464 ----
diff -crN ./gail/aclocal.m4 /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/aclocal.m4
*** ./gail/aclocal.m4	Mon Jan 20 10:21:22 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/aclocal.m4	Sat Aug  9 21:49:27 2003
***************
*** 1,123 ****
! dnl aclocal.m4 generated automatically by aclocal 1.4-p6
  
! dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
! dnl This file is free software; the Free Software Foundation
! dnl gives unlimited permission to copy and/or distribute it,
! dnl with or without modifications, as long as this notice is preserved.
! 
! dnl This program is distributed in the hope that it will be useful,
! dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! dnl PARTICULAR PURPOSE.
  
  # Like AC_CONFIG_HEADER, but automatically create stamp file.
  
  AC_DEFUN([AM_CONFIG_HEADER],
! [AC_PREREQ([2.12])
! AC_CONFIG_HEADER([$1])
! dnl When config.status generates a header, we must update the stamp-h file.
! dnl This file resides in the same directory as the config header
! dnl that is generated.  We must strip everything past the first ":",
! dnl and everything past the last "/".
! AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
! ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
! <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
! <<am_indx=1
! for am_file in <<$1>>; do
!   case " <<$>>CONFIG_HEADERS " in
!   *" <<$>>am_file "*<<)>>
!     echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
!     ;;
!   esac
!   am_indx=`expr "<<$>>am_indx" + 1`
! done<<>>dnl>>)
! changequote([,]))])
  
  # Do all the work for Automake.  This macro actually does too much --
  # some checks are only needed if your package does certain things.
  # But this isn't really a big deal.
  
! # serial 1
  
- dnl Usage:
- dnl AM_INIT_AUTOMAKE(package,version, [no-define])
  
  AC_DEFUN([AM_INIT_AUTOMAKE],
! [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
! AC_REQUIRE([AC_PROG_INSTALL])
! PACKAGE=[$1]
! AC_SUBST(PACKAGE)
! VERSION=[$2]
! AC_SUBST(VERSION)
! dnl test to see if srcdir already configured
! if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
!   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  fi
- ifelse([$3],,
- AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
- AC_REQUIRE([AM_SANITY_CHECK])
- AC_REQUIRE([AC_ARG_PROGRAM])
- dnl FIXME This is truly gross.
- missing_dir=`cd $ac_aux_dir && pwd`
- AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
- AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
- AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
- AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
- AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
- AC_REQUIRE([AC_PROG_MAKE_SET])])
- 
- # Copyright 2002  Free Software Foundation, Inc.
- 
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2, or (at your option)
- # any later version.
- 
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- # GNU General Public License for more details.
  
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  
! # AM_AUTOMAKE_VERSION(VERSION)
! # ----------------------------
! # Automake X.Y traces this macro to ensure aclocal.m4 has been
! # generated from the m4 files accompanying Automake X.Y.
! AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
! 
! # AM_SET_CURRENT_AUTOMAKE_VERSION
! # -------------------------------
! # Call AM_AUTOMAKE_VERSION so it can be traced.
! # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
! AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
! 	 [AM_AUTOMAKE_VERSION([1.4-p6])])
  
  #
  # Check to make sure that the build environment is sane.
  #
  
  AC_DEFUN([AM_SANITY_CHECK],
  [AC_MSG_CHECKING([whether build environment is sane])
  # Just in case
  sleep 1
! echo timestamp > conftestfile
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
!    if test "[$]*" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftestfile`
     fi
!    if test "[$]*" != "X $srcdir/configure conftestfile" \
!       && test "[$]*" != "X conftestfile $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
--- 1,200 ----
! # aclocal.m4 generated automatically by aclocal 1.5
  
! # Copyright 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
! # This file is free software; the Free Software Foundation
! # gives unlimited permission to copy and/or distribute it,
! # with or without modifications, as long as this notice is preserved.
! 
! # This program is distributed in the hope that it will be useful,
! # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! # PARTICULAR PURPOSE.
  
  # Like AC_CONFIG_HEADER, but automatically create stamp file.
  
+ # serial 3
+ 
+ # When config.status generates a header, we must update the stamp-h file.
+ # This file resides in the same directory as the config header
+ # that is generated.  We must strip everything past the first ":",
+ # and everything past the last "/".
+ 
+ AC_PREREQ([2.12])
+ 
  AC_DEFUN([AM_CONFIG_HEADER],
! [ifdef([AC_FOREACH],dnl
! 	 [dnl init our file count if it isn't already
! 	 m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0]))
! 	 dnl prepare to store our destination file list for use in config.status
! 	 AC_FOREACH([_AM_File], [$1],
! 		    [m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*]))
! 		    m4_define([_AM_Config_Header_Index], m4_incr(_AM_Config_Header_Index))
! 		    dnl and add it to the list of files AC keeps track of, along
! 		    dnl with our hook
! 		    AC_CONFIG_HEADERS(_AM_File,
! dnl COMMANDS, [, INIT-CMDS]
! [# update the timestamp
! echo timestamp >"AS_ESCAPE(_AM_DIRNAME(]_AM_Dest[))/stamp-h]_AM_Config_Header_Index["
! ][$2]m4_ifval([$3], [, [$3]]))dnl AC_CONFIG_HEADERS
! 		    m4_popdef([_AM_Dest])])],dnl
! [AC_CONFIG_HEADER([$1])
!   AC_OUTPUT_COMMANDS(
!    ifelse(patsubst([$1], [[^ ]], []),
! 	  [],
! 	  [test -z "$CONFIG_HEADERS" || echo timestamp >dnl
! 	   patsubst([$1], [^\([^:]*/\)?.*], [\1])stamp-h]),dnl
! [am_indx=1
! for am_file in $1; do
!   case " \$CONFIG_HEADERS " in
!   *" \$am_file "*)
!     am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\`
!     if test -n "\$am_dir"; then
!       am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\`
!       for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do
!         am_tmpdir=\$am_tmpdir\$am_subdir/
!         if test ! -d \$am_tmpdir; then
!           mkdir \$am_tmpdir
!         fi
!       done
!     fi
!     echo timestamp > "\$am_dir"stamp-h\$am_indx
!     ;;
!   esac
!   am_indx=\`expr \$am_indx + 1\`
! done])
! ])]) # AM_CONFIG_HEADER
! 
! # _AM_DIRNAME(PATH)
! # -----------------
! # Like AS_DIRNAME, only do it during macro expansion
! AC_DEFUN([_AM_DIRNAME],
!        [m4_if(m4_regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
! 	      m4_if(m4_regexp([$1], [^//\([^/]\|$\)]), -1,
! 		    m4_if(m4_regexp([$1], [^/.*]), -1,
! 			  [.],
! 			  m4_patsubst([$1], [^\(/\).*], [\1])),
! 		    m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
! 	      m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
! ]) # _AM_DIRNAME
  
  # Do all the work for Automake.  This macro actually does too much --
  # some checks are only needed if your package does certain things.
  # But this isn't really a big deal.
  
! # serial 5
! 
! # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
! # written in clear, in which case automake, when reading aclocal.m4,
! # will think it sees a *use*, and therefore will trigger all it's
! # C support machinery.  Also note that it means that autoscan, seeing
! # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
! 
! 
! # We require 2.13 because we rely on SHELL being computed by configure.
! AC_PREREQ([2.13])
! 
! # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
! # -----------------------------------------------------------
! # If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED.
! # The purpose of this macro is to provide the user with a means to
! # check macros which are provided without letting her know how the
! # information is coded.
! # If this macro is not defined by Autoconf, define it here.
! ifdef([AC_PROVIDE_IFELSE],
!       [],
!       [define([AC_PROVIDE_IFELSE],
!               [ifdef([AC_PROVIDE_$1],
!                      [$2], [$3])])])
  
  
+ # AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE])
+ # ----------------------------------------------
  AC_DEFUN([AM_INIT_AUTOMAKE],
! [AC_REQUIRE([AC_PROG_INSTALL])dnl
! # test to see if srcdir already configured
! if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
!    test -f $srcdir/config.status; then
!   AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first])
  fi
  
! # Define the identity of the package.
! PACKAGE=$1
! AC_SUBST(PACKAGE)dnl
! VERSION=$2
! AC_SUBST(VERSION)dnl
! ifelse([$3],,
! [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
! AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
  
! # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
! # the ones we care about.
! ifdef([m4_pattern_allow],
!       [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl
! 
! # Autoconf 2.50 always computes EXEEXT.  However we need to be
! # compatible with 2.13, for now.  So we always define EXEEXT, but we
! # don't compute it.
! AC_SUBST(EXEEXT)
! # Similar for OBJEXT -- only we only use OBJEXT if the user actually
! # requests that it be used.  This is a bit dumb.
! : ${OBJEXT=o}
! AC_SUBST(OBJEXT)
! 
! # Some tools Automake needs.
! AC_REQUIRE([AM_SANITY_CHECK])dnl
! AC_REQUIRE([AC_ARG_PROGRAM])dnl
! AM_MISSING_PROG(ACLOCAL, aclocal)
! AM_MISSING_PROG(AUTOCONF, autoconf)
! AM_MISSING_PROG(AUTOMAKE, automake)
! AM_MISSING_PROG(AUTOHEADER, autoheader)
! AM_MISSING_PROG(MAKEINFO, makeinfo)
! AM_MISSING_PROG(AMTAR, tar)
! AM_PROG_INSTALL_SH
! AM_PROG_INSTALL_STRIP
! # We need awk for the "check" target.  The system "awk" is bad on
! # some platforms.
! AC_REQUIRE([AC_PROG_AWK])dnl
! AC_REQUIRE([AC_PROG_MAKE_SET])dnl
! AC_REQUIRE([AM_DEP_TRACK])dnl
! AC_REQUIRE([AM_SET_DEPDIR])dnl
! AC_PROVIDE_IFELSE([AC_PROG_][CC],
!                   [_AM_DEPENDENCIES(CC)],
!                   [define([AC_PROG_][CC],
!                           defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
! AC_PROVIDE_IFELSE([AC_PROG_][CXX],
!                   [_AM_DEPENDENCIES(CXX)],
!                   [define([AC_PROG_][CXX],
!                           defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
! ])
  
  #
  # Check to make sure that the build environment is sane.
  #
  
+ # serial 3
+ 
+ # AM_SANITY_CHECK
+ # ---------------
  AC_DEFUN([AM_SANITY_CHECK],
  [AC_MSG_CHECKING([whether build environment is sane])
  # Just in case
  sleep 1
! echo timestamp > conftest.file
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
!    if test "$[*]" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftest.file`
     fi
!    rm -f conftest.file
!    if test "$[*]" != "X $srcdir/configure conftest.file" \
!       && test "$[*]" != "X conftest.file $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
***************
*** 127,133 ****
  alias in your environment])
     fi
  
!    test "[$]2" = conftestfile
     )
  then
     # Ok.
--- 204,210 ----
  alias in your environment])
     fi
  
!    test "$[2]" = conftest.file
     )
  then
     # Ok.
***************
*** 136,163 ****
     AC_MSG_ERROR([newly created file is older than distributed files!
  Check your system clock])
  fi
- rm -f conftest*
  AC_MSG_RESULT(yes)])
  
! dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
! dnl The program must properly implement --version.
  AC_DEFUN([AM_MISSING_PROG],
! [AC_MSG_CHECKING(for working $2)
! # 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.
! if ($2 --version) < /dev/null > /dev/null 2>&1; then
!    $1=$2
!    AC_MSG_RESULT(found)
  else
!    $1="$3/missing $2"
!    AC_MSG_RESULT(missing)
  fi
! AC_SUBST($1)])
  
  # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
  
  # serial 46 AC_PROG_LIBTOOL
  AC_DEFUN([AC_PROG_LIBTOOL],
  [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
  
--- 213,567 ----
     AC_MSG_ERROR([newly created file is older than distributed files!
  Check your system clock])
  fi
  AC_MSG_RESULT(yes)])
  
! 
! # serial 2
! 
! # AM_MISSING_PROG(NAME, PROGRAM)
! # ------------------------------
  AC_DEFUN([AM_MISSING_PROG],
! [AC_REQUIRE([AM_MISSING_HAS_RUN])
! $1=${$1-"${am_missing_run}$2"}
! AC_SUBST($1)])
! 
! 
! # AM_MISSING_HAS_RUN
! # ------------------
! # Define MISSING if not defined so far and test if it supports --run.
! # If it does, set am_missing_run to use it, otherwise, to nothing.
! AC_DEFUN([AM_MISSING_HAS_RUN],
! [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
! test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
! # Use eval to expand $SHELL
! if eval "$MISSING --run true"; then
!   am_missing_run="$MISSING --run "
  else
!   am_missing_run=
!   am_backtick='`'
!   AC_MSG_WARN([${am_backtick}missing' script is too old or missing])
  fi
! ])
! 
! # AM_AUX_DIR_EXPAND
! 
! # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
! # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
! # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
! #
! # Of course, Automake must honor this variable whenever it calls a
! # tool from the auxiliary directory.  The problem is that $srcdir (and
! # therefore $ac_aux_dir as well) can be either absolute or relative,
! # depending on how configure is run.  This is pretty annoying, since
! # it makes $ac_aux_dir quite unusable in subdirectories: in the top
! # source directory, any form will work fine, but in subdirectories a
! # relative path needs to be adjusted first.
! #
! # $ac_aux_dir/missing
! #    fails when called from a subdirectory if $ac_aux_dir is relative
! # $top_srcdir/$ac_aux_dir/missing
! #    fails if $ac_aux_dir is absolute,
! #    fails when called from a subdirectory in a VPATH build with
! #          a relative $ac_aux_dir
! #
! # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
! # are both prefixed by $srcdir.  In an in-source build this is usually
! # harmless because $srcdir is `.', but things will broke when you
! # start a VPATH build or use an absolute $srcdir.
! #
! # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
! # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
! #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
! # and then we would define $MISSING as
! #   MISSING="\${SHELL} $am_aux_dir/missing"
! # This will work as long as MISSING is not called from configure, because
! # unfortunately $(top_srcdir) has no meaning in configure.
! # However there are other variables, like CC, which are often used in
! # configure, and could therefore not use this "fixed" $ac_aux_dir.
! #
! # Another solution, used here, is to always expand $ac_aux_dir to an
! # absolute PATH.  The drawback is that using absolute paths prevent a
! # configured tree to be moved without reconfiguration.
! 
! AC_DEFUN([AM_AUX_DIR_EXPAND], [
! # expand $ac_aux_dir to an absolute path
! am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
! ])
! 
! # AM_PROG_INSTALL_SH
! # ------------------
! # Define $install_sh.
! AC_DEFUN([AM_PROG_INSTALL_SH],
! [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
! install_sh=${install_sh-"$am_aux_dir/install-sh"}
! AC_SUBST(install_sh)])
! 
! # One issue with vendor `install' (even GNU) is that you can't
! # specify the program used to strip binaries.  This is especially
! # annoying in cross-compiling environments, where the build's strip
! # is unlikely to handle the host's binaries.
! # Fortunately install-sh will honor a STRIPPROG variable, so we
! # always use install-sh in `make install-strip', and initialize
! # STRIPPROG with the value of the STRIP variable (set by the user).
! AC_DEFUN([AM_PROG_INSTALL_STRIP],
! [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
! INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
! AC_SUBST([INSTALL_STRIP_PROGRAM])])
! 
! # serial 4						-*- Autoconf -*-
! 
! 
! 
! # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
! # written in clear, in which case automake, when reading aclocal.m4,
! # will think it sees a *use*, and therefore will trigger all it's
! # C support machinery.  Also note that it means that autoscan, seeing
! # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
! 
! 
! 
! # _AM_DEPENDENCIES(NAME)
! # ---------------------
! # See how the compiler implements dependency checking.
! # NAME is "CC", "CXX" or "OBJC".
! # We try a few techniques and use that to set a single cache variable.
! #
! # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
! # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
! # dependency, and given that the user is not expected to run this macro,
! # just rely on AC_PROG_CC.
! AC_DEFUN([_AM_DEPENDENCIES],
! [AC_REQUIRE([AM_SET_DEPDIR])dnl
! AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
! AC_REQUIRE([AM_MAKE_INCLUDE])dnl
! AC_REQUIRE([AM_DEP_TRACK])dnl
! 
! ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
!        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
!        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']
!        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
!                    [depcc="$$1"   am_compiler_list=])
! 
! AC_CACHE_CHECK([dependency style of $depcc],
!                [am_cv_$1_dependencies_compiler_type],
! [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
!   # We make a subdir and do the tests there.  Otherwise we can end up
!   # making bogus files that we don't know about and never remove.  For
!   # instance it was reported that on HP-UX the gcc test will end up
!   # making a dummy file named `D' -- because `-MD' means `put the output
!   # in D'.
!   mkdir conftest.dir
!   # Copy depcomp to subdir because otherwise we won't find it if we're
!   # using a relative directory.
!   cp "$am_depcomp" conftest.dir
!   cd conftest.dir
! 
!   am_cv_$1_dependencies_compiler_type=none
!   if test "$am_compiler_list" = ""; then
!      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
!   fi
!   for depmode in $am_compiler_list; do
!     # We need to recreate these files for each test, as the compiler may
!     # overwrite some of them when testing with obscure command lines.
!     # This happens at least with the AIX C compiler.
!     echo '#include "conftest.h"' > conftest.c
!     echo 'int i;' > conftest.h
!     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
! 
!     case $depmode in
!     nosideeffect)
!       # after this tag, mechanisms are not by side-effect, so they'll
!       # only be used when explicitly requested
!       if test "x$enable_dependency_tracking" = xyes; then
! 	continue
!       else
! 	break
!       fi
!       ;;
!     none) break ;;
!     esac
!     # We check with `-c' and `-o' for the sake of the "dashmstdout"
!     # mode.  It turns out that the SunPro C++ compiler does not properly
!     # handle `-M -o', and we need to detect this.
!     if depmode=$depmode \
!        source=conftest.c object=conftest.o \
!        depfile=conftest.Po tmpdepfile=conftest.TPo \
!        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
!        grep conftest.h conftest.Po > /dev/null 2>&1 &&
!        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
!       am_cv_$1_dependencies_compiler_type=$depmode
!       break
!     fi
!   done
! 
!   cd ..
!   rm -rf conftest.dir
! else
!   am_cv_$1_dependencies_compiler_type=none
! fi
! ])
! $1DEPMODE="depmode=$am_cv_$1_dependencies_compiler_type"
! AC_SUBST([$1DEPMODE])
! ])
! 
! 
! # AM_SET_DEPDIR
! # -------------
! # Choose a directory name for dependency files.
! # This macro is AC_REQUIREd in _AM_DEPENDENCIES
! AC_DEFUN([AM_SET_DEPDIR],
! [rm -f .deps 2>/dev/null
! mkdir .deps 2>/dev/null
! if test -d .deps; then
!   DEPDIR=.deps
! else
!   # MS-DOS does not allow filenames that begin with a dot.
!   DEPDIR=_deps
! fi
! rmdir .deps 2>/dev/null
! AC_SUBST(DEPDIR)
! ])
! 
! 
! # AM_DEP_TRACK
! # ------------
! AC_DEFUN([AM_DEP_TRACK],
! [AC_ARG_ENABLE(dependency-tracking,
! [  --disable-dependency-tracking Speeds up one-time builds
!   --enable-dependency-tracking  Do not reject slow dependency extractors])
! if test "x$enable_dependency_tracking" != xno; then
!   am_depcomp="$ac_aux_dir/depcomp"
!   AMDEPBACKSLASH='\'
! fi
! AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
! pushdef([subst], defn([AC_SUBST]))
! subst(AMDEPBACKSLASH)
! popdef([subst])
! ])
! 
! # Generate code to set up dependency tracking.
! # This macro should only be invoked once -- use via AC_REQUIRE.
! # Usage:
! # AM_OUTPUT_DEPENDENCY_COMMANDS
! 
! #
! # This code is only required when automatic dependency tracking
! # is enabled.  FIXME.  This creates each `.P' file that we will
! # need in order to bootstrap the dependency handling code.
! AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[
! AC_OUTPUT_COMMANDS([
! test x"$AMDEP_TRUE" != x"" ||
! for mf in $CONFIG_FILES; do
!   case "$mf" in
!   Makefile) dirpart=.;;
!   */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
!   *) continue;;
!   esac
!   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
!   # Extract the definition of DEP_FILES from the Makefile without
!   # running `make'.
!   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
!   test -z "$DEPDIR" && continue
!   # When using ansi2knr, U may be empty or an underscore; expand it
!   U=`sed -n -e '/^U = / s///p' < "$mf"`
!   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
!   # We invoke sed twice because it is the simplest approach to
!   # changing $(DEPDIR) to its actual value in the expansion.
!   for file in `sed -n -e '
!     /^DEP_FILES = .*\\\\$/ {
!       s/^DEP_FILES = //
!       :loop
! 	s/\\\\$//
! 	p
! 	n
! 	/\\\\$/ b loop
!       p
!     }
!     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
!        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
!     # Make sure the directory exists.
!     test -f "$dirpart/$file" && continue
!     fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
!     $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
!     # echo "creating $dirpart/$file"
!     echo '# dummy' > "$dirpart/$file"
!   done
! done
! ], [AMDEP_TRUE="$AMDEP_TRUE"
! ac_aux_dir="$ac_aux_dir"])])
! 
! # AM_MAKE_INCLUDE()
! # -----------------
! # Check to see how make treats includes.
! AC_DEFUN([AM_MAKE_INCLUDE],
! [am_make=${MAKE-make}
! cat > confinc << 'END'
! doit:
! 	@echo done
! END
! # If we don't find an include directive, just comment out the code.
! AC_MSG_CHECKING([for style of include used by $am_make])
! am__include='#'
! am__quote=
! _am_result=none
! # First try GNU make style include.
! echo "include confinc" > confmf
! # We grep out `Entering directory' and `Leaving directory'
! # messages which can occur if `w' ends up in MAKEFLAGS.
! # In particular we don't look at `^make:' because GNU make might
! # be invoked under some other name (usually "gmake"), in which
! # case it prints its new name instead of `make'.
! if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
!    am__include=include
!    am__quote=
!    _am_result=GNU
! fi
! # Now try BSD make style include.
! if test "$am__include" = "#"; then
!    echo '.include "confinc"' > confmf
!    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
!       am__include=.include
!       am__quote='"'
!       _am_result=BSD
!    fi
! fi
! AC_SUBST(am__include)
! AC_SUBST(am__quote)
! AC_MSG_RESULT($_am_result)
! rm -f confinc confmf
! ])
! 
! # serial 3
! 
! # AM_CONDITIONAL(NAME, SHELL-CONDITION)
! # -------------------------------------
! # Define a conditional.
! #
! # FIXME: Once using 2.50, use this:
! # m4_match([$1], [^TRUE\|FALSE$], [AC_FATAL([$0: invalid condition: $1])])dnl
! AC_DEFUN([AM_CONDITIONAL],
! [ifelse([$1], [TRUE],
!         [errprint(__file__:__line__: [$0: invalid condition: $1
! ])dnl
! m4exit(1)])dnl
! ifelse([$1], [FALSE],
!        [errprint(__file__:__line__: [$0: invalid condition: $1
! ])dnl
! m4exit(1)])dnl
! AC_SUBST([$1_TRUE])
! AC_SUBST([$1_FALSE])
! if $2; then
!   $1_TRUE=
!   $1_FALSE='#'
! else
!   $1_TRUE='#'
!   $1_FALSE=
! fi])
  
  # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
  
  # serial 46 AC_PROG_LIBTOOL
+ 
  AC_DEFUN([AC_PROG_LIBTOOL],
  [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
  
***************
*** 283,291 ****
  
  ])
  
  # _LT_AC_CHECK_DLFCN
  # --------------------
! AC_DEFUN(_LT_AC_CHECK_DLFCN,
  [AC_CHECK_HEADERS(dlfcn.h)
  ])# _LT_AC_CHECK_DLFCN
  
--- 687,716 ----
  
  ])
  
+ # AC_LIBTOOL_HEADER_ASSERT
+ # ------------------------
+ AC_DEFUN([AC_LIBTOOL_HEADER_ASSERT],
+ [AC_CACHE_CHECK([whether $CC supports assert without backlinking],
+     [lt_cv_func_assert_works],
+     [case $host in
+     *-*-solaris*)
+       if test "$GCC" = yes && test "$with_gnu_ld" != yes; then
+         case `$CC --version 2>/dev/null` in
+         [[12]].*) lt_cv_func_assert_works=no ;;
+         *)        lt_cv_func_assert_works=yes ;;
+         esac
+       fi
+       ;;
+     esac])
+ 
+ if test "x$lt_cv_func_assert_works" = xyes; then
+   AC_CHECK_HEADERS(assert.h)
+ fi
+ ])# AC_LIBTOOL_HEADER_ASSERT
+ 
  # _LT_AC_CHECK_DLFCN
  # --------------------
! AC_DEFUN([_LT_AC_CHECK_DLFCN],
  [AC_CHECK_HEADERS(dlfcn.h)
  ])# _LT_AC_CHECK_DLFCN
  
***************
*** 303,312 ****
  # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  
  # Character class describing NM global symbol codes.
! [symcode='[BCDEGRST]']
  
  # Regexp to match symbols that can be accessed directly from C.
! [sympat='\([_A-Za-z][_A-Za-z0-9]*\)']
  
  # Transform the above into a raw symbol and a C symbol.
  symxfrm='\1 \2\3 \3'
--- 728,737 ----
  # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  
  # Character class describing NM global symbol codes.
! symcode='[[BCDEGRST]]'
  
  # Regexp to match symbols that can be accessed directly from C.
! sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
  
  # Transform the above into a raw symbol and a C symbol.
  symxfrm='\1 \2\3 \3'
***************
*** 314,338 ****
  # Transform an extracted symbol line into a proper C declaration
  lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
  
  # Define system-specific variables.
  case $host_os in
  aix*)
!   [symcode='[BCDT]']
    ;;
  cygwin* | mingw* | pw32*)
!   [symcode='[ABCDGISTW]']
    ;;
  hpux*) # Its linker distinguishes data from code symbols
    lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
    ;;
  irix*)
!   [symcode='[BCDEGRST]']
    ;;
  solaris* | sysv5*)
!   [symcode='[BDT]']
    ;;
  sysv4)
!   [symcode='[DFNSTU]']
    ;;
  esac
  
--- 739,767 ----
  # Transform an extracted symbol line into a proper C declaration
  lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
  
+ # Transform an extracted symbol line into symbol name and symbol address
+ lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+ 
  # Define system-specific variables.
  case $host_os in
  aix*)
!   symcode='[[BCDT]]'
    ;;
  cygwin* | mingw* | pw32*)
!   symcode='[[ABCDGISTW]]'
    ;;
  hpux*) # Its linker distinguishes data from code symbols
    lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+   lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
    ;;
  irix*)
!   symcode='[[BCDEGRST]]'
    ;;
  solaris* | sysv5*)
!   symcode='[[BDT]]'
    ;;
  sysv4)
!   symcode='[[DFNSTU]]'
    ;;
  esac
  
***************
*** 346,359 ****
  
  # If we're using GNU nm, then use its standard symbol codes.
  if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
!   [symcode='[ABCDGIRSTW]']
  fi
  
  # Try without a prefix undercore, then with it.
  for ac_symprfx in "" "_"; do
  
    # Write the raw and C identifiers.
! [lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"]
  
    # Check to see that the pipe works correctly.
    pipe_works=no
--- 775,788 ----
  
  # If we're using GNU nm, then use its standard symbol codes.
  if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
!   symcode='[[ABCDGISTW]]'
  fi
  
  # Try without a prefix undercore, then with it.
  for ac_symprfx in "" "_"; do
  
    # Write the raw and C identifiers.
! lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
  
    # Check to see that the pipe works correctly.
    pipe_works=no
***************
*** 395,417 ****
  
  	  cat <<EOF >> conftest.$ac_ext
  #if defined (__STDC__) && __STDC__
! # define lt_ptr_t void *
  #else
! # define lt_ptr_t char *
  # define const
  #endif
  
  /* The mapping between symbol names and symbols. */
  const struct {
    const char *name;
!   lt_ptr_t address;
  }
! [lt_preloaded_symbols[] =]
  {
  EOF
! 	  sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.$ac_ext
  	  cat <<\EOF >> conftest.$ac_ext
!   {0, (lt_ptr_t) 0}
  };
  
  #ifdef __cplusplus
--- 824,846 ----
  
  	  cat <<EOF >> conftest.$ac_ext
  #if defined (__STDC__) && __STDC__
! # define lt_ptr void *
  #else
! # define lt_ptr char *
  # define const
  #endif
  
  /* The mapping between symbol names and symbols. */
  const struct {
    const char *name;
!   lt_ptr address;
  }
! lt_preloaded_symbols[[]] =
  {
  EOF
! 	  sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext
  	  cat <<\EOF >> conftest.$ac_ext
!   {0, (lt_ptr) 0}
  };
  
  #ifdef __cplusplus
***************
*** 455,464 ****
  global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
  if test -z "$lt_cv_sys_global_symbol_pipe"; then
    global_symbol_to_cdecl=
  else
    global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
  fi
! if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
    AC_MSG_RESULT(failed)
  else
    AC_MSG_RESULT(ok)
--- 884,896 ----
  global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
  if test -z "$lt_cv_sys_global_symbol_pipe"; then
    global_symbol_to_cdecl=
+   global_symbol_to_c_name_address=
  else
    global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
+   global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
  fi
! if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
! then
    AC_MSG_RESULT(failed)
  else
    AC_MSG_RESULT(ok)
***************
*** 476,491 ****
      *-DOS) lt_cv_sys_path_separator=';' ;;
      *)     lt_cv_sys_path_separator=':' ;;
    esac
  fi
  ])# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
  
  # _LT_AC_PROG_ECHO_BACKSLASH
  # --------------------------
  # Add some code to the start of the generated configure script which
! # will find an echo command which doesn;t interpret backslashes.
  AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
  [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
!                               [AC_DIVERT_PUSH(NOTICE)])
  _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
  
  # Check that we are running under the correct shell.
--- 908,924 ----
      *-DOS) lt_cv_sys_path_separator=';' ;;
      *)     lt_cv_sys_path_separator=':' ;;
    esac
+   PATH_SEPARATOR=$lt_cv_sys_path_separator
  fi
  ])# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
  
  # _LT_AC_PROG_ECHO_BACKSLASH
  # --------------------------
  # Add some code to the start of the generated configure script which
! # will find an echo command which doesn't interpret backslashes.
  AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
  [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
! 			      [AC_DIVERT_PUSH(NOTICE)])
  _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
  
  # Check that we are running under the correct shell.
***************
*** 551,557 ****
    #
    # So, first we look for a working echo in the user's PATH.
  
!   IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
    for dir in $PATH /usr/ucb; do
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
--- 984,990 ----
    #
    # So, first we look for a working echo in the user's PATH.
  
!   IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
    for dir in $PATH /usr/ucb; do
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
***************
*** 640,646 ****
  # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
  #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
  # ------------------------------------------------------------------
! AC_DEFUN(_LT_AC_TRY_DLOPEN_SELF,
  [if test "$cross_compiling" = yes; then :
    [$4]
  else
--- 1073,1079 ----
  # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
  #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
  # ------------------------------------------------------------------
! AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
  [if test "$cross_compiling" = yes; then :
    [$4]
  else
***************
*** 727,733 ****
  
  # AC_LIBTOOL_DLOPEN_SELF
  # -------------------
! AC_DEFUN(AC_LIBTOOL_DLOPEN_SELF,
  [if test "x$enable_dlopen" != xyes; then
    enable_dlopen=unknown
    enable_dlopen_self=unknown
--- 1160,1166 ----
  
  # AC_LIBTOOL_DLOPEN_SELF
  # -------------------
! AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
  [if test "x$enable_dlopen" != xyes; then
    enable_dlopen=unknown
    enable_dlopen_self=unknown
***************
*** 749,764 ****
     ;;
  
    *)
!     AC_CHECK_LIB(dl, dlopen,  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
!       [AC_CHECK_FUNC(dlopen, lt_cv_dlopen="dlopen",
!         [AC_CHECK_FUNC(shl_load, lt_cv_dlopen="shl_load",
!           [AC_CHECK_LIB(svld, dlopen,
! 	    [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
!             [AC_CHECK_LIB(dld, shl_load,
!               [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
  	    ])
!           ])
!         ])
        ])
      ;;
    esac
--- 1182,1203 ----
     ;;
  
    *)
!     AC_CHECK_FUNC([shl_load],
!           [lt_cv_dlopen="shl_load"],
!       [AC_CHECK_LIB([dld], [shl_load],
!             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
! 	[AC_CHECK_FUNC([dlopen],
! 	      [lt_cv_dlopen="dlopen"],
! 	  [AC_CHECK_LIB([dl], [dlopen],
! 	        [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
! 	    [AC_CHECK_LIB([svld], [dlopen],
! 	          [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
! 	      [AC_CHECK_LIB([dld], [dld_link],
! 	            [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
! 	      ])
  	    ])
! 	  ])
! 	])
        ])
      ;;
    esac
***************
*** 821,830 ****
  # Sed substitution that helps us do robust quoting.  It backslashifies
  # metacharacters that are still active within double-quoted strings.
  Xsed='sed -e s/^X//'
! [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
  
  # Same as above, but do not quote variable references.
! [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
  
  # Sed substitution to delay expansion of an escaped shell variable in a
  # double_quote_subst'ed string.
--- 1260,1269 ----
  # Sed substitution that helps us do robust quoting.  It backslashifies
  # metacharacters that are still active within double-quoted strings.
  Xsed='sed -e s/^X//'
! sed_quote_subst='s/\([[\\"\\`$\\\\]]\)/\\\1/g'
  
  # Same as above, but do not quote variable references.
! double_quote_subst='s/\([[\\"\\`\\\\]]\)/\\\1/g'
  
  # Sed substitution to delay expansion of an escaped shell variable in a
  # double_quote_subst'ed string.
***************
*** 893,900 ****
  old_postuninstall_cmds=
  
  if test -n "$RANLIB"; then
    old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
-   old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
  fi
  
  # Allow CC to be a program name with arguments.
--- 1332,1346 ----
  old_postuninstall_cmds=
  
  if test -n "$RANLIB"; then
+   case $host_os in
+   openbsd*)
+     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+     ;;
+   *)
+     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+     ;;
+   esac
    old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
  fi
  
  # Allow CC to be a program name with arguments.
***************
*** 914,920 ****
  AC_MSG_RESULT($objdir)
  
  
! AC_ARG_WITH(pic, 
  [  --with-pic              try to use only PIC/non-PIC objects [default=use both]],
  pic_mode="$withval", pic_mode=default)
  test -z "$pic_mode" && pic_mode=default
--- 1360,1366 ----
  AC_MSG_RESULT($objdir)
  
  
! AC_ARG_WITH(pic,
  [  --with-pic              try to use only PIC/non-PIC objects [default=use both]],
  pic_mode="$withval", pic_mode=default)
  test -z "$pic_mode" && pic_mode=default
***************
*** 942,948 ****
        # libC (AIX C++ library), which obviously doesn't included in libraries
        # list by gcc. This cause undefined symbols with -static flags.
        # This hack allows C programs to be linked with "-static -ldl", but
!       # we not sure about C++ programs.
        lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
        ;;
      amigaos*)
--- 1388,1394 ----
        # libC (AIX C++ library), which obviously doesn't included in libraries
        # list by gcc. This cause undefined symbols with -static flags.
        # This hack allows C programs to be linked with "-static -ldl", but
!       # not sure about C++ programs.
        lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
        ;;
      amigaos*)
***************
*** 977,989 ****
      # PORTME Check for PIC flags for the system compiler.
      case $host_os in
      aix3* | aix4* | aix5*)
        # All AIX code is PIC.
        if test "$host_cpu" = ia64; then
!         # AIX 5 now supports IA64 processor
!         lt_cv_prog_cc_static='-Bstatic'
!         lt_cv_prog_cc_wl='-Wl,'
        else
!         lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
        fi
        ;;
  
--- 1423,1435 ----
      # PORTME Check for PIC flags for the system compiler.
      case $host_os in
      aix3* | aix4* | aix5*)
+       lt_cv_prog_cc_wl='-Wl,'
        # All AIX code is PIC.
        if test "$host_cpu" = ia64; then
! 	# AIX 5 now supports IA64 processor
! 	lt_cv_prog_cc_static='-Bstatic'
        else
! 	lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
        fi
        ;;
  
***************
*** 1039,1047 ****
        lt_cv_prog_cc_pic='-KPIC'
        lt_cv_prog_cc_static='-Bstatic'
        if test "x$host_vendor" = xsni; then
!         lt_cv_prog_cc_wl='-LD'
        else
!         lt_cv_prog_cc_wl='-Wl,'
        fi
        ;;
  
--- 1485,1493 ----
        lt_cv_prog_cc_pic='-KPIC'
        lt_cv_prog_cc_static='-Bstatic'
        if test "x$host_vendor" = xsni; then
! 	lt_cv_prog_cc_wl='-LD'
        else
! 	lt_cv_prog_cc_wl='-Wl,'
        fi
        ;;
  
***************
*** 1108,1114 ****
  # Check for any special shared library compilation flags.
  if test -n "$lt_cv_prog_cc_shlib"; then
    AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries])
!   if echo "$old_CC $old_CFLAGS " | [egrep -e "[ 	]$lt_cv_prog_cc_shlib[ 	]"] >/dev/null; then :
    else
     AC_MSG_WARN([add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure])
      lt_cv_prog_cc_can_build_shared=no
--- 1554,1560 ----
  # Check for any special shared library compilation flags.
  if test -n "$lt_cv_prog_cc_shlib"; then
    AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries])
!   if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$lt_cv_prog_cc_shlib[[ 	]]" >/dev/null; then :
    else
     AC_MSG_WARN([add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure])
      lt_cv_prog_cc_can_build_shared=no
***************
*** 1184,1189 ****
--- 1630,1637 ----
    lt_cv_compiler_o_lo=no
    save_CFLAGS="$CFLAGS"
    CFLAGS="$CFLAGS -c -o conftest.lo"
+   save_objext="$ac_objext"
+   ac_objext=lo
    AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
***************
*** 1193,1202 ****
        lt_cv_compiler_o_lo=yes
      fi
    ])
    CFLAGS="$save_CFLAGS"
    ])
    compiler_o_lo=$lt_cv_compiler_o_lo
!   AC_MSG_RESULT([$compiler_c_lo])
  else
    compiler_o_lo=no
  fi
--- 1641,1651 ----
        lt_cv_compiler_o_lo=yes
      fi
    ])
+   ac_objext="$save_objext"
    CFLAGS="$save_CFLAGS"
    ])
    compiler_o_lo=$lt_cv_compiler_o_lo
!   AC_MSG_RESULT([$compiler_o_lo])
  else
    compiler_o_lo=no
  fi
***************
*** 1261,1266 ****
--- 1710,1716 ----
  old_archive_from_new_cmds=
  old_archive_from_expsyms_cmds=
  export_dynamic_flag_spec=
+ use_runtimelinking=
  whole_archive_flag_spec=
  thread_safe_flag_spec=
  hardcode_into_libs=no
***************
*** 1289,1295 ****
  extract_expsyms_cmds=
  
  case $host_os in
! cygwin* | mingw* | pw32* )
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
    # When not using gcc, we currently assume that we are using
    # Microsoft Visual C++.
--- 1739,1745 ----
  extract_expsyms_cmds=
  
  case $host_os in
! cygwin* | mingw* | pw32*)
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
    # When not using gcc, we currently assume that we are using
    # Microsoft Visual C++.
***************
*** 1297,1303 ****
      with_gnu_ld=no
    fi
    ;;
! 
  esac
  
  ld_shlibs=yes
--- 1747,1755 ----
      with_gnu_ld=no
    fi
    ;;
! openbsd*)
!   with_gnu_ld=no
!   ;;
  esac
  
  ld_shlibs=yes
***************
*** 1384,1390 ****
      # can override, but on older systems we have to supply one (in ltdll.c)
      if test "x$lt_cv_need_dllmain" = "xyes"; then
        ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
!       ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < [$]0 > $output_objdir/$soname-ltdll.c~
  	test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
      else
        ltdll_obj=
--- 1836,1842 ----
      # can override, but on older systems we have to supply one (in ltdll.c)
      if test "x$lt_cv_need_dllmain" = "xyes"; then
        ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
!       ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
  	test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
      else
        ltdll_obj=
***************
*** 1397,1420 ****
      # Be careful not to strip the DATA tag left be newer dlltools.
      export_symbols_cmds="$ltdll_cmds"'
        $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
!       [sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//"] < $output_objdir/$soname-def > $export_symbols'
  
      # If the export-symbols file already is a .def file (1st line
      # is EXPORTS), use it as is.
      # If DATA tags from a recent dlltool are present, honour them!
      archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
!         cp $export_symbols $output_objdir/$soname-def;
        else
!         echo EXPORTS > $output_objdir/$soname-def;
!         _lt_hint=1;
!         cat $export_symbols | while read symbol; do
!          set dummy \$symbol;
!          case \[$]# in
!            2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
!            *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
!          esac;
!          _lt_hint=`expr 1 + \$_lt_hint`;
!         done;
        fi~
        '"$ltdll_cmds"'
        $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
--- 1849,1872 ----
      # Be careful not to strip the DATA tag left be newer dlltools.
      export_symbols_cmds="$ltdll_cmds"'
        $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
!       sed -e "1,/EXPORTS/d" -e "s/ @ [[0-9]]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
  
      # If the export-symbols file already is a .def file (1st line
      # is EXPORTS), use it as is.
      # If DATA tags from a recent dlltool are present, honour them!
      archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
! 	cp $export_symbols $output_objdir/$soname-def;
        else
! 	echo EXPORTS > $output_objdir/$soname-def;
! 	_lt_hint=1;
! 	cat $export_symbols | while read symbol; do
! 	 set dummy \$symbol;
! 	 case \[$]# in
! 	   2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
! 	   *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
! 	 esac;
! 	 _lt_hint=`expr 1 + \$_lt_hint`;
! 	done;
        fi~
        '"$ltdll_cmds"'
        $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
***************
*** 1509,1588 ****
      ;;
  
    aix4* | aix5*)
      # When large executables or shared objects are built, AIX ld can
      # have problems creating the table of contents.  If linking a library
      # or program results in "error TOC overflow" add -mminimal-toc to
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  
      archive_cmds=''
      hardcode_libdir_separator=':'
      if test "$GCC" = yes; then
!       collect2name=`${CC} -print-prog-name=collect2`
!       if test -f "$collect2name" && \
! 	 strings "$collect2name" | grep resolve_lib_name >/dev/null
!       then
! 	# We have reworked collect2
! 	hardcode_direct=yes
!       else
!         # We have old collect2
!         hardcode_direct=unsupported
!         # It fails to find uninstalled libraries when the uninstalled
!         # path is not listed in the libpath.  Setting hardcode_minus_L
!         # to unsupported forces relinking
!         hardcode_minus_L=yes
!         hardcode_libdir_flag_spec='-L$libdir'
!         hardcode_libdir_separator=
!       fi
        shared_flag='-shared'
      else
!       if test "$host_cpu" = ia64; then
!         shared_flag='-G'
!       else
!         shared_flag='${wl}-bM:SRE'
!       fi
!       hardcode_direct=yes
      fi
  
-     if test "$host_cpu" = ia64; then
-       # On IA64, the linker does run time linking by default, so we don't
-       # have to do anything special.
-       aix_use_runtimelinking=no
-       exp_sym_flag='-Bexport'
-       no_entry_flag=""
-     else
-       # Test if we are trying to use run time linking, or normal AIX style linking.
-       # If -brtl is somewhere in LDFLAGS, we need to do run time linking.
-       aix_use_runtimelinking=no
-       for ld_flag in $LDFLAGS; do
-         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); then
-           aix_use_runtimelinking=yes
-           break
-         fi
-       done
-       exp_sym_flag='-bexport'
-       no_entry_flag='-bnoentry'
-     fi
      # It seems that -bexpall can do strange things, so it is better to
      # generate a list of symbols to export.
      always_export_symbols=yes
      if test "$aix_use_runtimelinking" = yes; then
!       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
!       allow_undefined_flag=' -Wl,-G'
!       archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
      else
        if test "$host_cpu" = ia64; then
!         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
!        allow_undefined_flag="-znodefs"
!         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
        else
!         hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
!         # Warning - without using the other run time loading flags, -berok will
!         #           link without error, but may produce a broken library.
!         allow_undefined_flag='${wl}-berok"
!         # This is a bit strange, but is similar to how AIX traditionally builds
!         # it's shared libraries.
!         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
        fi
      fi
      ;;
--- 1961,2038 ----
      ;;
  
    aix4* | aix5*)
+     if test "$host_cpu" = ia64; then
+       # On IA64, the linker does run time linking by default, so we don't
+       # have to do anything special.
+       aix_use_runtimelinking=no
+       exp_sym_flag='-Bexport'
+       no_entry_flag=""
+       use_runtimelinking=""
+     else
+       aix_use_runtimelinking=yes
+       export_dynamic_flag_spec='-bexpall'
+       exp_sym_flag='-bexport'
+       no_entry_flag='-bnoentry'
+       use_runtimelinking='-brtl'
+     fi
+ 
      # When large executables or shared objects are built, AIX ld can
      # have problems creating the table of contents.  If linking a library
      # or program results in "error TOC overflow" add -mminimal-toc to
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  
+     hardcode_direct=yes
      archive_cmds=''
      hardcode_libdir_separator=':'
      if test "$GCC" = yes; then
!       case $host_os in aix4.[[012]]|aix4.[[012]].*)
! 	collect2name=`${CC} -print-prog-name=collect2`
! 	if test -f "$collect2name" && \
! 	  strings "$collect2name" | grep resolve_lib_name >/dev/null
! 	then
! 	  # We have reworked collect2
! 	  hardcode_direct=yes
! 	else
! 	  # We have old collect2
! 	  hardcode_direct=unsupported
! 	  # It fails to find uninstalled libraries when the uninstalled
! 	  # path is not listed in the libpath.  Setting hardcode_minus_L
! 	  # to unsupported forces relinking
! 	  hardcode_minus_L=yes
! 	  hardcode_libdir_flag_spec='-L$libdir'
! 	  hardcode_libdir_separator=
! 	fi
!       esac
! 
        shared_flag='-shared'
      else
!       # not using gcc
!       shared_flag='${wl}-G'
      fi
  
      # It seems that -bexpall can do strange things, so it is better to
      # generate a list of symbols to export.
      always_export_symbols=yes
      if test "$aix_use_runtimelinking" = yes; then
!       # Warning - without using the other runtime loading flags (-brtl),
!       # -berok will link without error, but may produce a broken library.
!       allow_undefined_flag='-berok'
!       hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
!       archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
      else
        if test "$host_cpu" = ia64; then
! 	hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
! 	allow_undefined_flag="-z nodefs"
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
        else
! 	hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
! 	# Warning - without using the other run time loading flags,
! 	# -berok will link without error, but may produce a broken library.
! 	allow_undefined_flag='${wl}-berok'
! 	# This is a bit strange, but is similar to how AIX traditionally builds
! 	# it's shared libraries.
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
        fi
      fi
      ;;
***************
*** 1614,1624 ****
      ;;
  
    darwin* | rhapsody*)
!     allow_undefined_flag='-undefined suppress'
      # FIXME: Relying on posixy $() will cause problems for
      #        cross-compilation, but unfortunately the echo tests do not
      #        yet detect zsh echo's removal of \ escapes.
!     archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
      # We need to add '_' to the symbols in $export_symbols first
      #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
      hardcode_direct=yes
--- 2064,2081 ----
      ;;
  
    darwin* | rhapsody*)
!     case "$host_os" in
!     rhapsody* | darwin1.[[012]])
!       allow_undefined_flag='-undefined suppress'
!       ;;
!     *) # Darwin 1.3 on
!       allow_undefined_flag='-flat_namespace -undefined suppress'
!       ;;
!     esac
      # FIXME: Relying on posixy $() will cause problems for
      #        cross-compilation, but unfortunately the echo tests do not
      #        yet detect zsh echo's removal of \ escapes.
!     archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
      # We need to add '_' to the symbols in $export_symbols first
      #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
      hardcode_direct=yes
***************
*** 1693,1699 ****
      ;;
  
    newsos6)
!     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
      hardcode_direct=yes
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
      hardcode_libdir_separator=:
--- 2150,2156 ----
      ;;
  
    newsos6)
!     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
      hardcode_direct=yes
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
      hardcode_libdir_separator=:
***************
*** 1701,1710 ****
      ;;
  
    openbsd*)
-     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-     hardcode_libdir_flag_spec='-R$libdir'
      hardcode_direct=yes
      hardcode_shlibpath_var=no
      ;;
  
    os2*)
--- 2158,2181 ----
      ;;
  
    openbsd*)
      hardcode_direct=yes
      hardcode_shlibpath_var=no
+     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+       export_dynamic_flag_spec='${wl}-E'
+     else
+       case "$host_os" in
+       openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
+ 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ 	hardcode_libdir_flag_spec='-R$libdir'
+         ;;
+       *)
+         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+         ;;
+       esac
+     fi
      ;;
  
    os2*)
***************
*** 1749,1758 ****
--- 2220,2258 ----
      hardcode_shlibpath_var=no
      runpath_var=LD_RUN_PATH
      hardcode_runpath_var=yes
+     export_dynamic_flag_spec='${wl}-Bexport'
      ;;
  
    solaris*)
+     # gcc --version < 3.0 without binutils cannot create self contained
+     # shared libraries reliably, requiring libgcc.a to resolve some of
+     # the object symbols generated in some cases.  Libraries that use
+     # assert need libgcc.a to resolve __eprintf, for example.  Linking
+     # a copy of libgcc.a into every shared library to guarantee resolving
+     # such symbols causes other problems:  According to Tim Van Holder
+     # <tim.van.holder@pandora.be>, C++ libraries end up with a separate
+     # (to the application) exception stack for one thing.
      no_undefined_flag=' -z defs'
+     if test "$GCC" = yes; then
+       case `$CC --version 2>/dev/null` in
+       [[12]].*)
+ 	cat <<EOF 1>&2
+ 
+ *** Warning: Releases of GCC earlier than version 3.0 cannot reliably
+ *** create self contained shared libraries on Solaris systems, without
+ *** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
+ *** -no-undefined support, which will at least allow you to build shared
+ *** libraries.  However, you may find that when you link such libraries
+ *** into an application without using GCC, you have to manually add
+ *** \`gcc --print-libgcc-file-name\` to the link command.  We urge you to
+ *** upgrade to a newer version of GCC.  Another option is to rebuild your
+ *** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.
+ 
+ EOF
+         no_undefined_flag=
+ 	;;
+       esac
+     fi
      # $CC -shared without GNU ld will not create a library from C++
      # object files and a static libstdc++, better avoid it by now
      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
***************
*** 1761,1767 ****
      hardcode_libdir_flag_spec='-R$libdir'
      hardcode_shlibpath_var=no
      case $host_os in
!     [solaris2.[0-5] | solaris2.[0-5].*]) ;;
      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
        whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
      esac
--- 2261,2267 ----
      hardcode_libdir_flag_spec='-R$libdir'
      hardcode_shlibpath_var=no
      case $host_os in
!     solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
        whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
      esac
***************
*** 1784,1790 ****
  
    sysv4)
      if test "x$host_vendor" = xsno; then
!       archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linkopts'
        hardcode_direct=yes # is this really true???
      else
        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
--- 2284,2290 ----
  
    sysv4)
      if test "x$host_vendor" = xsno; then
!       archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
        hardcode_direct=yes # is this really true???
      else
        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
***************
*** 1916,1922 ****
  version_type=none
  dynamic_linker="$host_os ld.so"
  sys_lib_dlsearch_path_spec="/lib /usr/lib"
! sys_lib_search_path_spec="/lib /usr/lib"
  
  case $host_os in
  aix3*)
--- 2416,2422 ----
  version_type=none
  dynamic_linker="$host_os ld.so"
  sys_lib_dlsearch_path_spec="/lib /usr/lib"
! sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  
  case $host_os in
  aix3*)
***************
*** 1941,1978 ****
      # depend on `.', always an invalid library.  This was fixed in
      # development snapshots of GCC prior to 3.0.
      case $host_os in
!       [ aix4 | aix4.[01] | aix4.[01].*)]
!       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
!            echo ' yes '
!            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
!         :
!       else
!         can_build_shared=no
!       fi
!       ;;
      esac
!     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
!     # soname into executable. Probably we can add versioning support to
!     # collect2, so additional links can be useful in future.
!     if test "$aix_use_runtimelinking" = yes; then
!       # If using run time linking (on AIX 4.2 or later) use lib<name>.so instead of
!       # lib<name>.a to let people know that these are not typical AIX shared libraries.
!       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
!     else
!       # We preserve .a as extension for shared libraries through AIX4.2
!       # and later when we are not doing run time linking.
!       library_names_spec='${libname}${release}.a $libname.a'
!       soname_spec='${libname}${release}.so$major'
!     fi
      shlibpath_var=LIBPATH
!     deplibs_check_method=pass_all
    fi
    ;;
  
  amigaos*)
    library_names_spec='$libname.ixlibrary $libname.a'
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
!   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | [$Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\'']`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    ;;
  
  beos*)
--- 2441,2468 ----
      # depend on `.', always an invalid library.  This was fixed in
      # development snapshots of GCC prior to 3.0.
      case $host_os in
!       aix4 | aix4.[[01]] | aix4.[[01]].*)
! 	if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
! 	     echo ' yes '
! 	     echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
! 	  :
! 	else
! 	  can_build_shared=no
! 	fi
! 	;;
      esac
!     # We preserve .a as extension for shared libraries through AIX4.2
!     library_names_spec='${libname}${release}.a $libname.a'
!     soname_spec='${libname}${release}.so$major'
      shlibpath_var=LIBPATH
!     hardcode_into_libs=yes
    fi
    ;;
  
  amigaos*)
    library_names_spec='$libname.ixlibrary $libname.a'
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
!   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    ;;
  
  beos*)
***************
*** 2003,2009 ****
    case $GCC,$host_os in
    yes,cygwin*)
      library_names_spec='$libname.dll.a'
!     soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
      postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
        dldir=$destdir/`dirname \$dlpath`~
        test -d \$dldir || mkdir -p \$dldir~
--- 2493,2499 ----
    case $GCC,$host_os in
    yes,cygwin*)
      library_names_spec='$libname.dll.a'
!     soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
      postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
        dldir=$destdir/`dirname \$dlpath`~
        test -d \$dldir || mkdir -p \$dldir~
***************
*** 2013,2026 ****
         $rm \$dlpath'
      ;;
    yes,mingw*)
!     library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
      ;;
    yes,pw32*)
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
      ;;
    *)
!     library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll $libname.lib'
      ;;
    esac
    dynamic_linker='Win32 ld.exe'
--- 2503,2516 ----
         $rm \$dlpath'
      ;;
    yes,mingw*)
!     library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
      ;;
    yes,pw32*)
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
      ;;
    *)
!     library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
      ;;
    esac
    dynamic_linker='Win32 ld.exe'
***************
*** 2178,2186 ****
  
  openbsd*)
    version_type=sunos
!   if test "$with_gnu_ld" = yes; then
!     need_lib_prefix=no
!     need_version=no
    fi
    library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
--- 2668,2686 ----
  
  openbsd*)
    version_type=sunos
!   need_lib_prefix=no
!   need_version=no
!   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
!     case "$host_os" in
!     openbsd2.[[89]] | openbsd2.[[89]].*)
!       shlibpath_overrides_runpath=no
!       ;;
!     *)
!       shlibpath_overrides_runpath=yes
!       ;;
!     esac
!   else
!     shlibpath_overrides_runpath=yes
    fi
    library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
***************
*** 2291,2296 ****
--- 2791,2823 ----
  AC_MSG_CHECKING([if libtool supports shared libraries])
  AC_MSG_RESULT([$can_build_shared])
  
+ AC_MSG_CHECKING([whether to build shared libraries])
+ test "$can_build_shared" = "no" && enable_shared=no
+ 
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+ case "$host_os" in
+ aix3*)
+   test "$enable_shared" = yes && enable_static=no
+   if test -n "$RANLIB"; then
+     archive_cmds="$archive_cmds~\$RANLIB \$lib"
+     postinstall_cmds='$RANLIB $lib'
+   fi
+   ;;
+ 
+ aix4*)
+   if test "$host_cpu" != ia64 ; then
+     test "$enable_shared" = yes && enable_static=no
+   fi
+   ;;
+ esac
+ AC_MSG_RESULT([$enable_shared])
+ 
+ AC_MSG_CHECKING([whether to build static libraries])
+ # Make sure either enable_shared or enable_static is yes.
+ test "$enable_shared" = yes || enable_static=yes
+ AC_MSG_RESULT([$enable_static])
+ 
  if test "$hardcode_action" = relink; then
    # Fast installation is not supported
    enable_fast_install=no
***************
*** 2376,2381 ****
--- 2903,2909 ----
      AR AR_FLAGS CC LD LN_S NM SHELL \
      reload_flag reload_cmds wl \
      pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
+     use_runtimelinking \
      thread_safe_flag_spec whole_archive_flag_spec libname_spec \
      library_names_spec soname_spec \
      RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
***************
*** 2384,2389 ****
--- 2912,2918 ----
      old_striplib striplib file_magic_cmd export_symbols_cmds \
      deplibs_check_method allow_undefined_flag no_undefined_flag \
      finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
+     global_symbol_to_c_name_address \
      hardcode_libdir_flag_spec hardcode_libdir_separator  \
      sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
      compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
***************
*** 2450,2461 ****
  # Whether or not to build shared libraries.
  build_libtool_libs=$enable_shared
  
- # Whether or not to add -lc for building shared libraries.
- build_libtool_need_lc=$need_lc
- 
  # Whether or not to build static libraries.
  build_old_libs=$enable_static
  
  # Whether or not to optimize for fast installation.
  fast_install=$enable_fast_install
  
--- 2979,2990 ----
  # Whether or not to build shared libraries.
  build_libtool_libs=$enable_shared
  
  # Whether or not to build static libraries.
  build_old_libs=$enable_static
  
+ # Whether or not to add -lc for building shared libraries.
+ build_libtool_need_lc=$need_lc
+ 
  # Whether or not to optimize for fast installation.
  fast_install=$enable_fast_install
  
***************
*** 2556,2561 ****
--- 3085,3093 ----
  # Compiler flag to allow reflexive dlopens.
  export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  
+ # Compiler flag to allow runtime linking
+ use_runtimelinking=$lt_use_runtimelinking
+ 
  # Compiler flag to generate shared objects directly from archives.
  whole_archive_flag_spec=$lt_whole_archive_flag_spec
  
***************
*** 2621,2626 ****
--- 3153,3161 ----
  # Transform the output of nm in a proper C declaration
  global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
  
+ # Transform the output of nm in a C name address pair
+ global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
+ 
  # This is the shared library runtime path variable.
  runpath_var=$runpath_var
  
***************
*** 2743,2751 ****
  #   return TRUE;
  # }
  # /* ltdll.c ends here */
!         # This is a source program that is used to create import libraries
!         # on Windows for dlls which lack them. Don't remove nor modify the
!         # starting and closing comments
  # /* impgen.c starts here */
  # /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
  #
--- 3278,3286 ----
  #   return TRUE;
  # }
  # /* ltdll.c ends here */
! 	# This is a source program that is used to create import libraries
! 	# on Windows for dlls which lack them. Don't remove nor modify the
! 	# starting and closing comments
  # /* impgen.c starts here */
  # /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
  #
***************
*** 3100,3105 ****
--- 3635,3641 ----
  AC_REQUIRE([AC_PROG_CC])dnl
  AC_REQUIRE([AC_CANONICAL_HOST])dnl
  AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+ AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
  ac_prog=ld
  if test "$GCC" = yes; then
    # Check if gcc -print-prog-name=ld gives a path.
***************
*** 3113,3120 ****
    esac
    case $ac_prog in
      # Accept absolute paths.
!     [[\\/]* | [A-Za-z]:[\\/]*)]
!       [re_direlt='/[^/][^/]*/\.\./']
        # Canonicalize the path of ld
        ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
        while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
--- 3649,3656 ----
    esac
    case $ac_prog in
      # Accept absolute paths.
!     [[\\/]]* | [[A-Za-z]]:[[\\/]]*)
!       re_direlt='/[[^/]][[^/]]*/\.\./'
        # Canonicalize the path of ld
        ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
        while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
***************
*** 3138,3144 ****
  fi
  AC_CACHE_VAL(lt_cv_path_LD,
  [if test -z "$LD"; then
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=.
      if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
--- 3674,3680 ----
  fi
  AC_CACHE_VAL(lt_cv_path_LD,
  [if test -z "$LD"; then
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=.
      if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
***************
*** 3202,3208 ****
  # `unknown' -- same as none, but documents that we really don't know.
  # 'pass_all' -- all dependencies passed with no checks.
  # 'test_compile' -- check by making test program.
! # ['file_magic [regex]'] -- check by looking for files in library path
  # which responds to the $file_magic_cmd with a given egrep regex.
  # If you have `file' or equivalent on your system and you're not sure
  # whether `pass_all' will *always* work, you probably want this one.
--- 3738,3744 ----
  # `unknown' -- same as none, but documents that we really don't know.
  # 'pass_all' -- all dependencies passed with no checks.
  # 'test_compile' -- check by making test program.
! # 'file_magic [[regex]]' -- check by looking for files in library path
  # which responds to the $file_magic_cmd with a given egrep regex.
  # If you have `file' or equivalent on your system and you're not sure
  # whether `pass_all' will *always* work, you probably want this one.
***************
*** 3217,3223 ****
    ;;
  
  bsdi4*)
!   [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)']
    lt_cv_file_magic_cmd='/usr/bin/file -L'
    lt_cv_file_magic_test_file=/shlib/libc.so
    ;;
--- 3753,3759 ----
    ;;
  
  bsdi4*)
!   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
    lt_cv_file_magic_cmd='/usr/bin/file -L'
    lt_cv_file_magic_test_file=/shlib/libc.so
    ;;
***************
*** 3231,3237 ****
    lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
    lt_cv_file_magic_cmd='/usr/bin/file -L'
    case "$host_os" in
!   rhapsody* | darwin1.[012])
      lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
      ;;
    *) # Darwin 1.3 on
--- 3767,3773 ----
    lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
    lt_cv_file_magic_cmd='/usr/bin/file -L'
    case "$host_os" in
!   rhapsody* | darwin1.[[012]])
      lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
      ;;
    *) # Darwin 1.3 on
***************
*** 3246,3252 ****
      i*86 )
        # Not sure whether the presence of OpenBSD here was a mistake.
        # Let's accept both of them until this is cleared up.
!       [lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library']
        lt_cv_file_magic_cmd=/usr/bin/file
        lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
        ;;
--- 3782,3788 ----
      i*86 )
        # Not sure whether the presence of OpenBSD here was a mistake.
        # Let's accept both of them until this is cleared up.
!       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
        lt_cv_file_magic_cmd=/usr/bin/file
        lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
        ;;
***************
*** 3261,3267 ****
    ;;
  
  hpux10.20*|hpux11*)
!   [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library']
    lt_cv_file_magic_cmd=/usr/bin/file
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
    ;;
--- 3797,3803 ----
    ;;
  
  hpux10.20*|hpux11*)
!   lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
    lt_cv_file_magic_cmd=/usr/bin/file
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
    ;;
***************
*** 3280,3286 ****
      *) libmagic=never-match;;
      esac
      # this will be overridden with pass_all, but let us keep it just in case
!     [lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"]
      ;;
    esac
    lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
--- 3816,3822 ----
      *) libmagic=never-match;;
      esac
      # this will be overridden with pass_all, but let us keep it just in case
!     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
      ;;
    esac
    lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
***************
*** 3290,3318 ****
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | i*86 | powerpc* | sparc* | ia64* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
!     [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;]
    esac
    lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
    ;;
  
  netbsd*)
    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
!     [lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$']
    else
!     [lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$']
    fi
    ;;
  
  newos6*)
!   [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)']
    lt_cv_file_magic_cmd=/usr/bin/file
    lt_cv_file_magic_test_file=/usr/lib/libnls.so
    ;;
  
  osf3* | osf4* | osf5*)
    # this will be overridden with pass_all, but let us keep it just in case
    lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
--- 3826,3864 ----
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
!     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
    esac
    lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
    ;;
  
  netbsd*)
    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
!     lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so\.[[0-9]]+\.[[0-9]]+$'
    else
!     lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so$'
    fi
    ;;
  
  newos6*)
!   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
    lt_cv_file_magic_cmd=/usr/bin/file
    lt_cv_file_magic_test_file=/usr/lib/libnls.so
    ;;
  
+ openbsd*)
+   lt_cv_file_magic_cmd=/usr/bin/file
+   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
+   else
+     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
+   fi
+   ;;
+ 
  osf3* | osf4* | osf5*)
    # this will be overridden with pass_all, but let us keep it just in case
    lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
***************
*** 3329,3342 ****
    lt_cv_file_magic_test_file=/lib/libc.so
    ;;
  
! [sysv5uw[78]* | sysv4*uw2*)]
    lt_cv_deplibs_check_method=pass_all
    ;;
  
  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
    case $host_vendor in
    motorola)
!     [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]']
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
      ;;
    ncr)
--- 3875,3888 ----
    lt_cv_file_magic_test_file=/lib/libc.so
    ;;
  
! sysv5uw[[78]]* | sysv4*uw2*)
    lt_cv_deplibs_check_method=pass_all
    ;;
  
  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
    case $host_vendor in
    motorola)
!     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
      ;;
    ncr)
***************
*** 3344,3354 ****
      ;;
    sequent)
      lt_cv_file_magic_cmd='/bin/file'
!     [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )']
      ;;
    sni)
      lt_cv_file_magic_cmd='/bin/file'
!     [lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"]
      lt_cv_file_magic_test_file=/lib/libc.so
      ;;
    esac
--- 3890,3900 ----
      ;;
    sequent)
      lt_cv_file_magic_cmd='/bin/file'
!     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
      ;;
    sni)
      lt_cv_file_magic_cmd='/bin/file'
!     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
      lt_cv_file_magic_test_file=/lib/libc.so
      ;;
    esac
***************
*** 3362,3374 ****
  
  # AC_PROG_NM - find the path to a BSD-compatible name lister
  AC_DEFUN([AC_PROG_NM],
! [AC_MSG_CHECKING([for BSD-compatible nm])
  AC_CACHE_VAL(lt_cv_path_NM,
  [if test -n "$NM"; then
    # Let the user override the test.
    lt_cv_path_NM="$NM"
  else
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
    for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
      test -z "$ac_dir" && ac_dir=.
      tmp_nm=$ac_dir/${ac_tool_prefix}nm
--- 3908,3921 ----
  
  # AC_PROG_NM - find the path to a BSD-compatible name lister
  AC_DEFUN([AC_PROG_NM],
! [AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
! AC_MSG_CHECKING([for BSD-compatible nm])
  AC_CACHE_VAL(lt_cv_path_NM,
  [if test -n "$NM"; then
    # Let the user override the test.
    lt_cv_path_NM="$NM"
  else
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
    for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
      test -z "$ac_dir" && ac_dir=.
      tmp_nm=$ac_dir/${ac_tool_prefix}nm
***************
*** 3378,3384 ****
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
! 	lt_cv_path_NM="$tmp_nm -B"
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
--- 3925,3947 ----
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
!         # AIX needs to suppress demangling for C++ to work correctly
!         # AIX nm : The default is to demangle all C++ symbol names
!         # GNU nm : The default is to not demangle low-level symbol names.
!         case $host_os in
!         aix*)
!           # check if we are using GNU nm on AIX
!           if $tmp_nm -V 2> /dev/null | grep GNU 2>&1 > /dev/null
!           then
!             lt_cv_path_NM="$tmp_nm -B"
!           else
!             lt_cv_path_NM="$tmp_nm -BC"
!           fi
!           ;;
!         *)
!           lt_cv_path_NM="$tmp_nm -B"
!           ;;
!         esac
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
***************
*** 3479,3497 ****
  # This is just to silence aclocal about the macro not being used
  ifelse([AC_DISABLE_FAST_INSTALL])
  
- # Define a conditional.
- 
- AC_DEFUN([AM_CONDITIONAL],
- [AC_SUBST($1_TRUE)
- AC_SUBST($1_FALSE)
- if $2; then
-   $1_TRUE=
-   $1_FALSE='#'
- else
-   $1_TRUE='#'
-   $1_FALSE=
- fi])
- 
  
  dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
  dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
--- 4042,4047 ----
diff -crN ./gail/config.guess /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/config.guess
*** ./gail/config.guess	Wed Apr 17 15:06:12 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/config.guess	Sat Aug  9 21:49:28 2003
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  #   Free Software Foundation, Inc.
  
! timestamp='2001-04-20'
  
  # This file is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License as published by
--- 3,9 ----
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  #   Free Software Foundation, Inc.
  
! timestamp='2001-09-04'
  
  # This file is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License as published by
***************
*** 52,58 ****
  GNU config.guess ($timestamp)
  
  Originally written by Per Bothner.
! Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000
  Free Software Foundation, Inc.
  
  This is free software; see the source for copying conditions.  There is NO
--- 52,58 ----
  GNU config.guess ($timestamp)
  
  Originally written by Per Bothner.
! Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  Free Software Foundation, Inc.
  
  This is free software; see the source for copying conditions.  There is NO
***************
*** 95,119 ****
  # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
  # use `HOST_CC' if defined, but it is deprecated.
  
! case $CC_FOR_BUILD,$HOST_CC,$CC in
!  ,,)    echo "int dummy(){}" > $dummy.c
  	for c in cc gcc c89 ; do
! 	  ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1
  	  if test $? = 0 ; then
! 	     CC_FOR_BUILD="$c"; break
! 	  fi
! 	done
! 	rm -f $dummy.c $dummy.o $dummy.rel
  	if test x"$CC_FOR_BUILD" = x ; then
! 	  CC_FOR_BUILD=no_compiler_found
  	fi
  	;;
   ,,*)   CC_FOR_BUILD=$CC ;;
   ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
! esac
  
  # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
! # (ghazi@noc.rutgers.edu 8/24/94.)
  if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
  	PATH=$PATH:/.attbin ; export PATH
  fi
--- 95,119 ----
  # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
  # use `HOST_CC' if defined, but it is deprecated.
  
! set_cc_for_build='case $CC_FOR_BUILD,$HOST_CC,$CC in
!  ,,)    echo "int dummy(){}" > $dummy.c ;
  	for c in cc gcc c89 ; do
! 	  ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ;
  	  if test $? = 0 ; then
! 	     CC_FOR_BUILD="$c"; break ;
! 	  fi ;
! 	done ;
! 	rm -f $dummy.c $dummy.o $dummy.rel ;
  	if test x"$CC_FOR_BUILD" = x ; then
! 	  CC_FOR_BUILD=no_compiler_found ;
  	fi
  	;;
   ,,*)   CC_FOR_BUILD=$CC ;;
   ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
! esac'
  
  # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
! # (ghazi@noc.rutgers.edu 1994-08-24)
  if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
  	PATH=$PATH:/.attbin ; export PATH
  fi
***************
*** 150,155 ****
--- 150,156 ----
  	# to ELF recently, or will in the future.
  	case "${UNAME_MACHINE}" in
  	    i386|sparc|amiga|arm*|hp300|mvme68k|vax|atari|luna68k|mac68k|news68k|next68k|pc532|sun3*|x68k)
+ 		eval $set_cc_for_build
  		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
  			| grep __ELF__ >/dev/null
  		then
***************
*** 204,209 ****
--- 205,211 ----
  	jsr \$26,exit
  	.end main
  EOF
+ 	eval $set_cc_for_build
  	$CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
  	if test "$?" = 0 ; then
  		case `./$dummy` in
***************
*** 225,230 ****
--- 227,235 ----
  			2-307)
  				UNAME_MACHINE="alphaev67"
  				;;
+ 			2-1307)
+ 				UNAME_MACHINE="alphaev68"
+ 				;;
  		esac
  	fi
  	rm -f $dummy.s $dummy
***************
*** 328,333 ****
--- 333,341 ----
      aushp:SunOS:*:*)
  	echo sparc-auspex-sunos${UNAME_RELEASE}
  	exit 0 ;;
+     sparc*:NetBSD:*)
+ 	echo `uname -p`-unknown-netbsd${UNAME_RELEASE}
+ 	exit 0 ;;
      atari*:OpenBSD:*:*)
  	echo m68k-unknown-openbsd${UNAME_RELEASE}
  	exit 0 ;;
***************
*** 385,390 ****
--- 393,399 ----
  	echo clipper-intergraph-clix${UNAME_RELEASE}
  	exit 0 ;;
      mips:*:*:UMIPS | mips:*:*:RISCos)
+ 	eval $set_cc_for_build
  	sed 's/^	//' << EOF >$dummy.c
  #ifdef __cplusplus
  #include <stdio.h>  /* for printf() prototype */
***************
*** 475,480 ****
--- 484,490 ----
  	exit 0 ;;
      *:AIX:2:3)
  	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
+ 		eval $set_cc_for_build
  		sed 's/^		//' << EOF >$dummy.c
  		#include <sys/systemcfg.h>
  
***************
*** 553,558 ****
--- 563,569 ----
                    fi ;;
                esac
                if [ "${HP_ARCH}" = "" ]; then
+ 	      eval $set_cc_for_build
                sed 's/^              //' << EOF >$dummy.c
  
                #define _HPUX_SOURCE
***************
*** 586,594 ****
                    exit (0);
                }
  EOF
! 	(CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
! 	if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
! 	rm -f $dummy.c $dummy
  	fi ;;
  	esac
  	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
--- 597,605 ----
                    exit (0);
                }
  EOF
! 	    (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
! 	    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
! 	    rm -f $dummy.c $dummy
  	fi ;;
  	esac
  	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
***************
*** 598,603 ****
--- 609,615 ----
  	echo ia64-hp-hpux${HPUX_REV}
  	exit 0 ;;
      3050*:HI-UX:*:*)
+ 	eval $set_cc_for_build
  	sed 's/^	//' << EOF >$dummy.c
  	#include <unistd.h>
  	int
***************
*** 633,639 ****
      9000/8??:4.3bsd:*:*)
  	echo hppa1.0-hp-bsd
  	exit 0 ;;
!     *9??*:MPE/iX:*:*)
  	echo hppa1.0-hp-mpeix
  	exit 0 ;;
      hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
--- 645,651 ----
      9000/8??:4.3bsd:*:*)
  	echo hppa1.0-hp-bsd
  	exit 0 ;;
!     *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
  	echo hppa1.0-hp-mpeix
  	exit 0 ;;
      hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
***************
*** 677,688 ****
  	echo xmp-cray-unicos
          exit 0 ;;
      CRAY*Y-MP:*:*:*)
! 	echo ymp-cray-unicos${UNAME_RELEASE}
  	exit 0 ;;
      CRAY*[A-Z]90:*:*:*)
  	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
  	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
! 	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
  	exit 0 ;;
      CRAY*TS:*:*:*)
  	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
--- 689,701 ----
  	echo xmp-cray-unicos
          exit 0 ;;
      CRAY*Y-MP:*:*:*)
! 	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
  	exit 0 ;;
      CRAY*[A-Z]90:*:*:*)
  	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
  	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
! 	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
! 	      -e 's/\.[^.]*$/.X/'
  	exit 0 ;;
      CRAY*TS:*:*:*)
  	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
***************
*** 763,859 ****
  	echo ${UNAME_MACHINE}-unknown-linux-gnu
  	exit 0 ;;
      mips:Linux:*:*)
! 	cat >$dummy.c <<EOF
! #ifdef __cplusplus
! #include <stdio.h>  /* for printf() prototype */
! int main (int argc, char *argv[]) {
! #else
! int main (argc, argv) int argc; char *argv[]; {
! #endif
! #ifdef __MIPSEB__
!   printf ("%s-unknown-linux-gnu\n", argv[1]);
! #endif
! #ifdef __MIPSEL__
!   printf ("%sel-unknown-linux-gnu\n", argv[1]);
! #endif
!   return 0;
! }
! EOF
! 	$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm -f $dummy.c $dummy && exit 0
! 	rm -f $dummy.c $dummy
  	;;
      ppc:Linux:*:*)
! 	# Determine Lib Version
! 	cat >$dummy.c <<EOF
! #include <features.h>
! #if defined(__GLIBC__)
! extern char __libc_version[];
! extern char __libc_release[];
! #endif
! main(argc, argv)
!      int argc;
!      char *argv[];
! {
! #if defined(__GLIBC__)
!   printf("%s %s\n", __libc_version, __libc_release);
! #else
!   printf("unknown\n");
! #endif
!   return 0;
! }
! EOF
! 	LIBC=""
! 	$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null
! 	if test "$?" = 0 ; then
! 		./$dummy | grep 1\.99 > /dev/null
! 		if test "$?" = 0 ; then LIBC="libc1" ; fi
! 	fi
! 	rm -f $dummy.c $dummy
! 	echo powerpc-unknown-linux-gnu${LIBC}
  	exit 0 ;;
      alpha:Linux:*:*)
! 	cat <<EOF >$dummy.s
! 	  .data
! 	  \$Lformat:
! 		.byte 37,100,45,37,120,10,0	# "%d-%x\n"
! 	   .text
! 		.globl main
! 		.align 4
! 		.ent main
! 	    main:
! 		.frame \$30,16,\$26,0
! 		ldgp \$29,0(\$27)
! 		.prologue 1
! 		.long 0x47e03d80 # implver \$0
! 		lda \$2,-1
! 		.long 0x47e20c21 # amask \$2,\$1
! 		lda \$16,\$Lformat
! 		mov \$0,\$17
! 		not \$1,\$18
! 		jsr \$26,printf
! 		ldgp \$29,0(\$26)
! 		mov 0,\$16
! 		jsr \$26,exit
! 		.end main
! EOF
! 	LIBC=""
! 	$CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
! 	if test "$?" = 0 ; then
! 		case `./$dummy` in
! 		0-0)	UNAME_MACHINE="alpha" ;;
! 		1-0)	UNAME_MACHINE="alphaev5" ;;
! 		1-1)    UNAME_MACHINE="alphaev56" ;;
! 		1-101)	UNAME_MACHINE="alphapca56" ;;
! 		2-303)	UNAME_MACHINE="alphaev6" ;;
! 		2-307)	UNAME_MACHINE="alphaev67" ;;
! 		esac
! 		objdump --private-headers $dummy | \
! 		  grep ld.so.1 > /dev/null
! 		if test "$?" = 0 ; then
! 			LIBC="libc1"
! 		fi
! 	fi
! 	rm -f $dummy.s $dummy
  	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
  	exit 0 ;;
      parisc:Linux:*:* | hppa:Linux:*:*)
--- 776,804 ----
  	echo ${UNAME_MACHINE}-unknown-linux-gnu
  	exit 0 ;;
      mips:Linux:*:*)
! 	case `sed -n '/^byte/s/^.*: \(.*\) endian/\1/p' < /proc/cpuinfo` in
! 	  big)    echo mips-unknown-linux-gnu && exit 0 ;;
! 	  little) echo mipsel-unknown-linux-gnu && exit 0 ;;
! 	esac
  	;;
      ppc:Linux:*:*)
! 	echo powerpc-unknown-linux-gnu
! 	exit 0 ;;
!     ppc64:Linux:*:*)
! 	echo powerpc64-unknown-linux-gnu
  	exit 0 ;;
      alpha:Linux:*:*)
! 	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
! 	  EV5)   UNAME_MACHINE=alphaev5 ;;
! 	  EV56)  UNAME_MACHINE=alphaev56 ;;
! 	  PCA56) UNAME_MACHINE=alphapca56 ;;
! 	  PCA57) UNAME_MACHINE=alphapca56 ;;
! 	  EV6)   UNAME_MACHINE=alphaev6 ;;
! 	  EV67)  UNAME_MACHINE=alphaev67 ;;
! 	  EV68*) UNAME_MACHINE=alphaev68 ;;
!         esac
! 	objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
! 	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
  	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
  	exit 0 ;;
      parisc:Linux:*:* | hppa:Linux:*:*)
***************
*** 883,922 ****
  	# The BFD linker knows what the default object file format is, so
  	# first see if it will tell us. cd to the root directory to prevent
  	# problems with other programs or directories called `ld' in the path.
! 	ld_supported_emulations=`cd /; ld --help 2>&1 \
! 			 | sed -ne '/supported emulations:/!d
  				    s/[ 	][ 	]*/ /g
! 				    s/.*supported emulations: *//
  				    s/ .*//
  				    p'`
!         case "$ld_supported_emulations" in
! 	  i*86linux)
! 		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
! 		exit 0
! 		;;
! 	  elf_i*86)
  		TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
  		;;
! 	  i*86coff)
  		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
! 		exit 0
! 		;;
! 	esac
! 	# Either a pre-BFD a.out linker (linux-gnuoldld)
! 	# or one that does not give us useful --help.
! 	# GCC wants to distinguish between linux-gnuoldld and linux-gnuaout.
! 	# If ld does not provide *any* "supported emulations:"
! 	# that means it is gnuoldld.
! 	test -z "$ld_supported_emulations" && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
! 	case "${UNAME_MACHINE}" in
! 	i*86)
! 	  VENDOR=pc;
! 	  ;;
! 	*)
! 	  VENDOR=unknown;
! 	  ;;
  	esac
  	# Determine whether the default compiler is a.out or elf
  	cat >$dummy.c <<EOF
  #include <features.h>
  #ifdef __cplusplus
--- 828,857 ----
  	# The BFD linker knows what the default object file format is, so
  	# first see if it will tell us. cd to the root directory to prevent
  	# problems with other programs or directories called `ld' in the path.
! 	ld_supported_targets=`cd /; ld --help 2>&1 \
! 			 | sed -ne '/supported targets:/!d
  				    s/[ 	][ 	]*/ /g
! 				    s/.*supported targets: *//
  				    s/ .*//
  				    p'`
!         case "$ld_supported_targets" in
! 	  elf32-i386)
  		TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
  		;;
! 	  a.out-i386-linux)
! 		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
! 		exit 0 ;;		
! 	  coff-i386)
  		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
! 		exit 0 ;;
! 	  "")
! 		# Either a pre-BFD a.out linker (linux-gnuoldld) or
! 		# one that does not give us useful --help.
! 		echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
! 		exit 0 ;;
  	esac
  	# Determine whether the default compiler is a.out or elf
+ 	eval $set_cc_for_build
  	cat >$dummy.c <<EOF
  #include <features.h>
  #ifdef __cplusplus
***************
*** 928,942 ****
  #ifdef __ELF__
  # ifdef __GLIBC__
  #  if __GLIBC__ >= 2
!     printf ("%s-${VENDOR}-linux-gnu\n", argv[1]);
  #  else
!     printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
  #  endif
  # else
!    printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
  # endif
  #else
!   printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
  #endif
    return 0;
  }
--- 863,877 ----
  #ifdef __ELF__
  # ifdef __GLIBC__
  #  if __GLIBC__ >= 2
!     printf ("%s-pc-linux-gnu\n", argv[1]);
  #  else
!     printf ("%s-pc-linux-gnulibc1\n", argv[1]);
  #  endif
  # else
!    printf ("%s-pc-linux-gnulibc1\n", argv[1]);
  # endif
  #else
!   printf ("%s-pc-linux-gnuaout\n", argv[1]);
  #endif
    return 0;
  }
***************
*** 945,953 ****
  	rm -f $dummy.c $dummy
  	test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
  	;;
- # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.  earlier versions
- # are messed up and put the nodename in both sysname and nodename.
      i*86:DYNIX/ptx:4*:*)
  	echo i386-sequent-sysv4
  	exit 0 ;;
      i*86:UNIX_SV:4.2MP:2.*)
--- 880,889 ----
  	rm -f $dummy.c $dummy
  	test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
  	;;
      i*86:DYNIX/ptx:4*:*)
+ 	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
+ 	# earlier versions are messed up and put the nodename in both
+ 	# sysname and nodename.
  	echo i386-sequent-sysv4
  	exit 0 ;;
      i*86:UNIX_SV:4.2MP:2.*)
***************
*** 966,979 ****
  		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
  	fi
  	exit 0 ;;
!     i*86:*:5:7*)
!         # Fixed at (any) Pentium or better
!         UNAME_MACHINE=i586
!         if [ ${UNAME_SYSTEM} = "UnixWare" ] ; then
! 	    echo ${UNAME_MACHINE}-sco-sysv${UNAME_RELEASE}uw${UNAME_VERSION}
! 	else
! 	    echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
! 	fi
  	exit 0 ;;
      i*86:*:3.2:*)
  	if test -f /usr/options/cb.name; then
--- 902,914 ----
  		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
  	fi
  	exit 0 ;;
!     i*86:*:5:[78]*)
! 	case `/bin/uname -X | grep "^Machine"` in
! 	    *486*)	     UNAME_MACHINE=i486 ;;
! 	    *Pentium)	     UNAME_MACHINE=i586 ;;
! 	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
! 	esac
! 	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
  	exit 0 ;;
      i*86:*:3.2:*)
  	if test -f /usr/options/cb.name; then
***************
*** 1067,1074 ****
  		echo ns32k-sni-sysv
  	fi
  	exit 0 ;;
!     PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
!                            # says <Richard.M.Bartel@ccMail.Census.GOV>
          echo i586-unisys-sysv4
          exit 0 ;;
      *:UNIX_System_V:4*:FTX*)
--- 1002,1009 ----
  		echo ns32k-sni-sysv
  	fi
  	exit 0 ;;
!     PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
!                       # says <Richard.M.Bartel@ccMail.Census.GOV>
          echo i586-unisys-sysv4
          exit 0 ;;
      *:UNIX_System_V:4*:FTX*)
***************
*** 1080,1085 ****
--- 1015,1024 ----
  	# From seanf@swdc.stratus.com.
  	echo i860-stratus-sysv4
  	exit 0 ;;
+     *:VOS:*:*)
+ 	# From Paul.Green@stratus.com.
+ 	echo hppa1.1-stratus-vos
+ 	exit 0 ;;
      mc68*:A/UX:*:*)
  	echo m68k-apple-aux${UNAME_RELEASE}
  	exit 0 ;;
***************
*** 1172,1182 ****
--- 1111,1128 ----
      *:ITS:*:*)
  	echo pdp10-unknown-its
  	exit 0 ;;
+     i*86:XTS-300:*:STOP)
+ 	echo ${UNAME_MACHINE}-unknown-stop
+ 	exit 0 ;;
+     i*86:atheos:*:*)
+ 	echo ${UNAME_MACHINE}-unknown-atheos
+ 	exit 0 ;;
  esac
  
  #echo '(No uname command or uname output not recognized.)' 1>&2
  #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
  
+ eval $set_cc_for_build
  cat >$dummy.c <<EOF
  #ifdef _SEQUENT_
  # include <sys/types.h>
diff -crN ./gail/config.sub /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/config.sub
*** ./gail/config.sub	Wed Apr 17 15:06:12 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/config.sub	Sat Aug  9 21:49:28 2003
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  #   Free Software Foundation, Inc.
  
! timestamp='2001-04-20'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
--- 3,9 ----
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  #   Free Software Foundation, Inc.
  
! timestamp='2001-09-07'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
***************
*** 117,123 ****
  # Here we must recognize all the valid KERNEL-OS combinations.
  maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
  case $maybe_os in
!   nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*)
      os=-$maybe_os
      basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
      ;;
--- 117,123 ----
  # Here we must recognize all the valid KERNEL-OS combinations.
  maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
  case $maybe_os in
!   nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*)
      os=-$maybe_os
      basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
      ;;
***************
*** 157,162 ****
--- 157,170 ----
  		os=-vxworks
  		basic_machine=$1
  		;;
+ 	-chorusos*)
+ 		os=-chorusos
+ 		basic_machine=$1
+ 		;;
+  	-chorusrdb)
+  		os=-chorusrdb
+ 		basic_machine=$1
+  		;;
  	-hiux*)
  		os=-hiuxwe2
  		;;
***************
*** 215,240 ****
  case $basic_machine in
  	# Recognize the basic CPU types without company name.
  	# Some are omitted here because they have special meanings below.
! 	tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc \
! 	        | arm | arme[lb] | arm[bl]e | armv[2345] | armv[345][lb] | strongarm | xscale \
! 		| pyramid | mn10200 | mn10300 | tron | a29k \
! 		| 580 | i960 | h8300 \
! 		| x86 | ppcbe | mipsbe | mipsle | shbe | shle \
! 		| hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
! 		| hppa64 \
! 		| alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
! 		| alphaev6[78] \
! 		| we32k | ns16k | clipper | i370 | sh | sh[34] \
! 		| powerpc | powerpcle \
! 		| 1750a | dsp16xx | pdp10 | pdp11 \
! 		| mips16 | mips64 | mipsel | mips64el \
! 		| mips64orion | mips64orionel | mipstx39 | mipstx39el \
! 		| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
! 		| mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \
! 		| sparc | sparclet | sparclite | sparc64 | sparcv9 | sparcv9b \
! 		| v850 | c4x \
! 		| thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \
! 		| pj | pjl | h8500)
  		basic_machine=$basic_machine-unknown
  		;;
  	m6811 | m68hc11 | m6812 | m68hc12)
--- 223,258 ----
  case $basic_machine in
  	# Recognize the basic CPU types without company name.
  	# Some are omitted here because they have special meanings below.
! 	1750a | 580 \
! 	| a29k \
! 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
! 	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
! 	| c4x | clipper \
! 	| d10v | d30v | dsp16xx \
! 	| fr30 \
! 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
! 	| i370 | i860 | i960 | ia64 \
! 	| m32r | m68000 | m68k | m88k | mcore \
! 	| mips16 | mips64 | mips64el | mips64orion | mips64orionel \
! 	| mips64vr4100 | mips64vr4100el | mips64vr4300 \
! 	| mips64vr4300el | mips64vr5000 | mips64vr5000el \
! 	| mipsbe | mipseb | mipsel | mipsle | mipstx39 | mipstx39el \
! 	| mipsisa32 \
! 	| mn10200 | mn10300 \
! 	| ns16k | ns32k \
! 	| openrisc \
! 	| pdp10 | pdp11 | pj | pjl \
! 	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
! 	| pyramid \
! 	| s390 | s390x \
! 	| sh | sh[34] | sh[34]eb | shbe | shle \
! 	| sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
! 	| stormy16 | strongarm \
! 	| tahoe | thumb | tic80 | tron \
! 	| v850 \
! 	| we32k \
! 	| x86 | xscale \
! 	| z8k)
  		basic_machine=$basic_machine-unknown
  		;;
  	m6811 | m68hc11 | m6812 | m68hc12)
***************
*** 242,248 ****
  		basic_machine=$basic_machine-unknown
  		os=-none
  		;;
! 	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | w65)
  		;;
  
  	# We use `pc' rather than `unknown'
--- 260,266 ----
  		basic_machine=$basic_machine-unknown
  		os=-none
  		;;
! 	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
  		;;
  
  	# We use `pc' rather than `unknown'
***************
*** 257,287 ****
  		exit 1
  		;;
  	# Recognize the basic CPU types with company name.
! 	# FIXME: clean up the formatting here.
! 	vax-* | tahoe-* | i*86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
! 	      | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* \
! 	      | arm-*  | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \
! 	      | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
! 	      | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \
! 	      | xmp-* | ymp-* \
! 	      | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* \
! 	      | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \
! 	      | hppa2.0n-* | hppa64-* \
! 	      | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \
! 	      | alphaev6[78]-* \
! 	      | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
! 	      | clipper-* | orion-* \
! 	      | sparclite-* | pdp10-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
! 	      | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \
! 	      | mips16-* | mips64-* | mipsel-* \
! 	      | mips64el-* | mips64orion-* | mips64orionel-* \
! 	      | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
! 	      | mipstx39-* | mipstx39el-* | mcore-* \
! 	      | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \
! 	      | [cjt]90-* \
! 	      | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
! 	      | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \
! 	      | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*)
  		;;
  	# Recognize the various machine names and aliases which stand
  	# for a CPU type and a company and sometimes even an OS.
--- 275,317 ----
  		exit 1
  		;;
  	# Recognize the basic CPU types with company name.
! 	580-* \
! 	| a29k-* \
! 	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
! 	| alphapca5[67]-* | arc-* \
! 	| arm-*  | armbe-* | armle-* | armv*-* \
! 	| bs2000-* \
! 	| c[123]* | c30-* | [cjt]90-* | c54x-* \
! 	| clipper-* | cray2-* | cydra-* \
! 	| d10v-* | d30v-* \
! 	| elxsi-* \
! 	| f30[01]-* | f700-* | fr30-* | fx80-* \
! 	| h8300-* | h8500-* \
! 	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
! 	| i*86-* | i860-* | i960-* | ia64-* \
! 	| m32r-* \
! 	| m68000-* | m680[01234]0-* | m68360-* | m683?2-* | m68k-* \
! 	| m88110-* | m88k-* | mcore-* \
! 	| mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
! 	| mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
! 	| mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipseb-* \
! 	| mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \
! 	| none-* | np1-* | ns16k-* | ns32k-* \
! 	| orion-* \
! 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
! 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
! 	| pyramid-* \
! 	| romp-* | rs6000-* \
! 	| s390-* | s390x-* \
! 	| sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \
! 	| sparc-* | sparc64-* | sparc86x-* | sparclite-* \
! 	| sparcv9-* | sparcv9b-* | stormy16-* | strongarm-* | sv1-* \
! 	| t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
! 	| v850-* | vax-* \
! 	| we32k-* \
! 	| x86-* | x86_64-* | xmp-* | xps100-* | xscale-* \
! 	| ymp-* \
! 	| z8k-*)
  		;;
  	# Recognize the various machine names and aliases which stand
  	# for a CPU type and a company and sometimes even an OS.
***************
*** 727,732 ****
--- 757,772 ----
  	ppcle-* | powerpclittle-*)
  		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
  		;;
+ 	ppc64)	basic_machine=powerpc64-unknown
+ 	        ;;
+ 	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
+ 		;;
+ 	ppc64le | powerpc64little | ppc64-le | powerpc64-little)
+ 		basic_machine=powerpc64le-unknown
+ 	        ;;
+ 	ppc64le-* | powerpc64little-*)
+ 		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
+ 		;;
  	ps2)
  		basic_machine=i386-ibm
  		;;
***************
*** 881,886 ****
--- 921,930 ----
  		basic_machine=hppa1.1-winbond
  		os=-proelf
  		;;
+ 	windows32)
+ 		basic_machine=i386-pc
+ 		os=-windows32-msvcrt
+ 		;;
  	xmp)
  		basic_machine=xmp-cray
  		os=-unicos
***************
*** 934,940 ****
  	we32k)
  		basic_machine=we32k-att
  		;;
! 	sh3 | sh4)
  		basic_machine=sh-unknown
  		;;
  	sparc | sparcv9 | sparcv9b)
--- 978,984 ----
  	we32k)
  		basic_machine=we32k-att
  		;;
! 	sh3 | sh4 | sh3eb | sh4eb)
  		basic_machine=sh-unknown
  		;;
  	sparc | sparcv9 | sparcv9b)
***************
*** 1018,1028 ****
  	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
  	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
  	      | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
  	      | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
  	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
! 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -os2*)
  	# Remember, each alternative MUST END IN *, to match a version number.
  		;;
  	-qnx*)
--- 1062,1074 ----
  	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+ 	      | -chorusos* | -chorusrdb* \
  	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
  	      | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
  	      | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
  	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
! 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
! 	      | -os2* | -vos*)
  	# Remember, each alternative MUST END IN *, to match a version number.
  		;;
  	-qnx*)
***************
*** 1346,1351 ****
--- 1392,1400 ----
  			-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
  				vendor=atari
  				;;
+ 			-vos*)
+ 				vendor=stratus
+ 				;;
  		esac
  		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
  		;;
diff -crN ./gail/configure /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/configure
*** ./gail/configure	Mon Jan 20 10:21:45 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/configure	Sat Aug  9 21:49:50 2003
***************
*** 15,20 ****
--- 15,21 ----
      *-DOS) lt_cv_sys_path_separator=';' ;;
      *)     lt_cv_sys_path_separator=':' ;;
    esac
+   PATH_SEPARATOR=$lt_cv_sys_path_separator
  fi
  
  
***************
*** 81,87 ****
    #
    # So, first we look for a working echo in the user's PATH.
  
!   IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
    for dir in $PATH /usr/ucb; do
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
--- 82,88 ----
    #
    # So, first we look for a working echo in the user's PATH.
  
!   IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
    for dir in $PATH /usr/ucb; do
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
***************
*** 989,994 ****
--- 990,997 ----
  Optional Features:
    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+   --disable-dependency-tracking Speeds up one-time builds
+   --enable-dependency-tracking  Do not reject slow dependency extractors
    --enable-static=PKGS  build static libraries default=no
    --enable-shared=PKGS  build shared libraries default=yes
    --enable-fast-install=PKGS  optimize for fast installation default=yes
***************
*** 1362,1374 ****
  
  
  
- ac_config_headers="$ac_config_headers config.h"
  
! ac_config_commands="$ac_config_commands default-1"
  
  
  
- am__api_version="1.4"
  ac_aux_dir=
  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    if test -f $ac_dir/install-sh; then
--- 1365,1376 ----
  
  
  
  
! 
! 		    		    		    ac_config_headers="$ac_config_headers config.h"
  
  
  
  ac_aux_dir=
  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    if test -f $ac_dir/install-sh; then
***************
*** 1475,1494 ****
  echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  # Just in case
  sleep 1
! echo timestamp > conftestfile
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
     if test "$*" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftestfile`
     fi
!    if test "$*" != "X $srcdir/configure conftestfile" \
!       && test "$*" != "X conftestfile $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
--- 1477,1497 ----
  echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  # Just in case
  sleep 1
! echo timestamp > conftest.file
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     if test "$*" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftest.file`
     fi
!    rm -f conftest.file
!    if test "$*" != "X $srcdir/configure conftest.file" \
!       && test "$*" != "X conftest.file $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
***************
*** 1501,1507 ****
     { (exit 1); exit 1; }; }
     fi
  
!    test "$2" = conftestfile
     )
  then
     # Ok.
--- 1504,1510 ----
     { (exit 1); exit 1; }; }
     fi
  
!    test "$2" = conftest.file
     )
  then
     # Ok.
***************
*** 1513,1519 ****
  Check your system clock" >&2;}
     { (exit 1); exit 1; }; }
  fi
- rm -f conftest*
  echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  test "$program_prefix" != NONE &&
--- 1516,1521 ----
***************
*** 1529,1534 ****
--- 1531,1591 ----
  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  rm conftest.sed
  
+ 
+ # expand $ac_aux_dir to an absolute path
+ am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+ 
+ test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
+ # Use eval to expand $SHELL
+ if eval "$MISSING --run true"; then
+   am_missing_run="$MISSING --run "
+ else
+   am_missing_run=
+   am_backtick='`'
+   { echo "$as_me:$LINENO: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+ echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
+ fi
+ 
+ for ac_prog in gawk mawk nawk awk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+ if test "${ac_cv_prog_AWK+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   if test -n "$AWK"; then
+   ac_cv_prog_AWK="$AWK" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+   for ac_exec_ext in '' $ac_executable_extensions; do
+   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_AWK="$ac_prog"
+     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+ done
+ 
+ fi
+ fi
+ AWK=$ac_cv_prog_AWK
+ if test -n "$AWK"; then
+   echo "$as_me:$LINENO: result: $AWK" >&5
+ echo "${ECHO_T}$AWK" >&6
+ else
+   echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6
+ fi
+ 
+   test -n "$AWK" && break
+ done
+ 
  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
  echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
***************
*** 1558,1574 ****
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
  
! PACKAGE=gail
  
- VERSION=1.2.0
  
! if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
  cat >>confdefs.h <<_ACEOF
  #define PACKAGE "$PACKAGE"
  _ACEOF
--- 1615,1665 ----
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
+ # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
+ if test "${enable_dependency_tracking+set}" = set; then
+   enableval="$enable_dependency_tracking"
  
! fi;
! if test "x$enable_dependency_tracking" != xno; then
!   am_depcomp="$ac_aux_dir/depcomp"
!   AMDEPBACKSLASH='\'
! fi
! 
! 
! if test "x$enable_dependency_tracking" != xno; then
!   AMDEP_TRUE=
!   AMDEP_FALSE='#'
! else
!   AMDEP_TRUE='#'
!   AMDEP_FALSE=
! fi
  
  
! 
! 
! rm -f .deps 2>/dev/null
! mkdir .deps 2>/dev/null
! if test -d .deps; then
!   DEPDIR=.deps
! else
!   # MS-DOS does not allow filenames that begin with a dot.
!   DEPDIR=_deps
! fi
! rmdir .deps 2>/dev/null
! 
! 
! # test to see if srcdir already configured
! if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
!    test -f $srcdir/config.status; then
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
+ # Define the identity of the package.
+ PACKAGE=gail
+ VERSION=1.2.0
+ 
  cat >>confdefs.h <<_ACEOF
  #define PACKAGE "$PACKAGE"
  _ACEOF
***************
*** 1579,1662 ****
  _ACEOF
  
  
  
! missing_dir=`cd $ac_aux_dir && pwd`
! echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
! echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6
! # 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.
! if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
!    ACLOCAL=aclocal-${am__api_version}
!    echo "$as_me:$LINENO: result: found" >&5
! echo "${ECHO_T}found" >&6
! else
!    ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
!    echo "$as_me:$LINENO: result: missing" >&5
! echo "${ECHO_T}missing" >&6
! fi
! 
! echo "$as_me:$LINENO: checking for working autoconf" >&5
! echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6
! # 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.
! if (autoconf --version) < /dev/null > /dev/null 2>&1; then
!    AUTOCONF=autoconf
!    echo "$as_me:$LINENO: result: found" >&5
! echo "${ECHO_T}found" >&6
! else
!    AUTOCONF="$missing_dir/missing autoconf"
!    echo "$as_me:$LINENO: result: missing" >&5
! echo "${ECHO_T}missing" >&6
! fi
! 
! echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
! echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6
! # 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.
! if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
!    AUTOMAKE=automake-${am__api_version}
!    echo "$as_me:$LINENO: result: found" >&5
! echo "${ECHO_T}found" >&6
! else
!    AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
!    echo "$as_me:$LINENO: result: missing" >&5
! echo "${ECHO_T}missing" >&6
! fi
! 
! echo "$as_me:$LINENO: checking for working autoheader" >&5
! echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6
! # 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.
! if (autoheader --version) < /dev/null > /dev/null 2>&1; then
!    AUTOHEADER=autoheader
!    echo "$as_me:$LINENO: result: found" >&5
! echo "${ECHO_T}found" >&6
! else
!    AUTOHEADER="$missing_dir/missing autoheader"
!    echo "$as_me:$LINENO: result: missing" >&5
! echo "${ECHO_T}missing" >&6
! fi
! 
! echo "$as_me:$LINENO: checking for working makeinfo" >&5
! echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
! # 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.
! if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
!    MAKEINFO=makeinfo
!    echo "$as_me:$LINENO: result: found" >&5
! echo "${ECHO_T}found" >&6
! else
!    MAKEINFO="$missing_dir/missing makeinfo"
!    echo "$as_me:$LINENO: result: missing" >&5
! echo "${ECHO_T}missing" >&6
! fi
  
  
  
  # libtool versioning
  LT_CURRENT=17
--- 1670,1713 ----
  _ACEOF
  
  
+ # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
+ # the ones we care about.
  
! # Autoconf 2.50 always computes EXEEXT.  However we need to be
! # compatible with 2.13, for now.  So we always define EXEEXT, but we
! # don't compute it.
! 
! # Similar for OBJEXT -- only we only use OBJEXT if the user actually
! # requests that it be used.  This is a bit dumb.
! : ${OBJEXT=o}
! 
! 
! # Some tools Automake needs.
! 
! ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
! 
! 
! AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
! 
! 
! AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}
! 
! 
! AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
! 
! 
! MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  
  
+ AMTAR=${AMTAR-"${am_missing_run}tar"}
+ 
+ install_sh=${install_sh-"$am_aux_dir/install-sh"}
+ 
+ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+ 
+ # We need awk for the "check" target.  The system "awk" is bad on
+ # some platforms.
+ 
  
  # libtool versioning
  LT_CURRENT=17
***************
*** 2427,2432 ****
--- 2478,2593 ----
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
+ ac_config_commands="$ac_config_commands default-1"
+ 
+ am_make=${MAKE-make}
+ cat > confinc << 'END'
+ doit:
+ 	@echo done
+ END
+ # If we don't find an include directive, just comment out the code.
+ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
+ echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
+ am__include='#'
+ am__quote=
+ _am_result=none
+ # First try GNU make style include.
+ echo "include confinc" > confmf
+ # We grep out `Entering directory' and `Leaving directory'
+ # messages which can occur if `w' ends up in MAKEFLAGS.
+ # In particular we don't look at `^make:' because GNU make might
+ # be invoked under some other name (usually "gmake"), in which
+ # case it prints its new name instead of `make'.
+ if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
+    am__include=include
+    am__quote=
+    _am_result=GNU
+ fi
+ # Now try BSD make style include.
+ if test "$am__include" = "#"; then
+    echo '.include "confinc"' > confmf
+    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+       am__include=.include
+       am__quote='"'
+       _am_result=BSD
+    fi
+ fi
+ 
+ 
+ echo "$as_me:$LINENO: result: $_am_result" >&5
+ echo "${ECHO_T}$_am_result" >&6
+ rm -f confinc confmf
+ 
+ 
+ depcc="$CC"   am_compiler_list=
+ 
+ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+ echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
+ if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+   # We make a subdir and do the tests there.  Otherwise we can end up
+   # making bogus files that we don't know about and never remove.  For
+   # instance it was reported that on HP-UX the gcc test will end up
+   # making a dummy file named `D' -- because `-MD' means `put the output
+   # in D'.
+   mkdir conftest.dir
+   # Copy depcomp to subdir because otherwise we won't find it if we're
+   # using a relative directory.
+   cp "$am_depcomp" conftest.dir
+   cd conftest.dir
+ 
+   am_cv_CC_dependencies_compiler_type=none
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+   fi
+   for depmode in $am_compiler_list; do
+     # We need to recreate these files for each test, as the compiler may
+     # overwrite some of them when testing with obscure command lines.
+     # This happens at least with the AIX C compiler.
+     echo '#include "conftest.h"' > conftest.c
+     echo 'int i;' > conftest.h
+     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
+ 
+     case $depmode in
+     nosideeffect)
+       # after this tag, mechanisms are not by side-effect, so they'll
+       # only be used when explicitly requested
+       if test "x$enable_dependency_tracking" = xyes; then
+ 	continue
+       else
+ 	break
+       fi
+       ;;
+     none) break ;;
+     esac
+     # We check with `-c' and `-o' for the sake of the "dashmstdout"
+     # mode.  It turns out that the SunPro C++ compiler does not properly
+     # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+        source=conftest.c object=conftest.o \
+        depfile=conftest.Po tmpdepfile=conftest.TPo \
+        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
+        grep conftest.h conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+       am_cv_CC_dependencies_compiler_type=$depmode
+       break
+     fi
+   done
+ 
+   cd ..
+   rm -rf conftest.dir
+ else
+   am_cv_CC_dependencies_compiler_type=none
+ fi
+ 
+ fi
+ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
+ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
+ CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
+ 
+ 
  # Check whether --enable-static or --disable-static was given.
  if test "${enable_static+set}" = set; then
    enableval="$enable_static"
***************
*** 2548,2553 ****
--- 2709,2725 ----
  host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  
  
+ # Find the correct PATH separator.  Usually this is `:', but
+ # DJGPP uses `;' like DOS.
+ if test "X${PATH_SEPARATOR+set}" != Xset; then
+   UNAME=${UNAME-`uname 2>/dev/null`}
+   case X$UNAME in
+     *-DOS) lt_cv_sys_path_separator=';' ;;
+     *)     lt_cv_sys_path_separator=':' ;;
+   esac
+   PATH_SEPARATOR=$lt_cv_sys_path_separator
+ fi
+ 
  
  # Check whether --with-gnu-ld or --without-gnu-ld was given.
  if test "${with_gnu_ld+set}" = set; then
***************
*** 2599,2605 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -z "$LD"; then
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=.
      if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
--- 2771,2777 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -z "$LD"; then
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
    for ac_dir in $PATH; do
      test -z "$ac_dir" && ac_dir=.
      if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
***************
*** 2669,2675 ****
    # Let the user override the test.
    lt_cv_path_NM="$NM"
  else
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
    for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
      test -z "$ac_dir" && ac_dir=.
      tmp_nm=$ac_dir/${ac_tool_prefix}nm
--- 2841,2847 ----
    # Let the user override the test.
    lt_cv_path_NM="$NM"
  else
!   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
    for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
      test -z "$ac_dir" && ac_dir=.
      tmp_nm=$ac_dir/${ac_tool_prefix}nm
***************
*** 2679,2685 ****
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
! 	lt_cv_path_NM="$tmp_nm -B"
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
--- 2851,2873 ----
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
!         # AIX needs to suppress demangling for C++ to work correctly
!         # AIX nm : The default is to demangle all C++ symbol names
!         # GNU nm : The default is to not demangle low-level symbol names.
!         case $host_os in
!         aix*)
!           # check if we are using GNU nm on AIX
!           if $tmp_nm -V 2> /dev/null | grep GNU 2>&1 > /dev/null
!           then
!             lt_cv_path_NM="$tmp_nm -B"
!           else
!             lt_cv_path_NM="$tmp_nm -BC"
!           fi
!           ;;
!         *)
!           lt_cv_path_NM="$tmp_nm -B"
!           ;;
!         esac
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
***************
*** 2724,2730 ****
  # `unknown' -- same as none, but documents that we really don't know.
  # 'pass_all' -- all dependencies passed with no checks.
  # 'test_compile' -- check by making test program.
! # ['file_magic [regex]'] -- check by looking for files in library path
  # which responds to the $file_magic_cmd with a given egrep regex.
  # If you have `file' or equivalent on your system and you're not sure
  # whether `pass_all' will *always* work, you probably want this one.
--- 2912,2918 ----
  # `unknown' -- same as none, but documents that we really don't know.
  # 'pass_all' -- all dependencies passed with no checks.
  # 'test_compile' -- check by making test program.
! # 'file_magic [[regex]]' -- check by looking for files in library path
  # which responds to the $file_magic_cmd with a given egrep regex.
  # If you have `file' or equivalent on your system and you're not sure
  # whether `pass_all' will *always* work, you probably want this one.
***************
*** 2753,2759 ****
    lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
    lt_cv_file_magic_cmd='/usr/bin/file -L'
    case "$host_os" in
!   rhapsody* | darwin1.012)
      lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
      ;;
    *) # Darwin 1.3 on
--- 2941,2947 ----
    lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
    lt_cv_file_magic_cmd='/usr/bin/file -L'
    case "$host_os" in
!   rhapsody* | darwin1.[012])
      lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
      ;;
    *) # Darwin 1.3 on
***************
*** 2812,2818 ****
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | i*86 | powerpc* | sparc* | ia64* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
--- 3000,3006 ----
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
***************
*** 2835,2840 ****
--- 3023,3038 ----
    lt_cv_file_magic_test_file=/usr/lib/libnls.so
    ;;
  
+ openbsd*)
+   lt_cv_file_magic_cmd=/usr/bin/file
+   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+   else
+     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
+   fi
+   ;;
+ 
  osf3* | osf4* | osf5*)
    # this will be overridden with pass_all, but let us keep it just in case
    lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
***************
*** 2912,2917 ****
--- 3110,3118 ----
  # Transform an extracted symbol line into a proper C declaration
  lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
  
+ # Transform an extracted symbol line into symbol name and symbol address
+ lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+ 
  # Define system-specific variables.
  case $host_os in
  aix*)
***************
*** 2922,2927 ****
--- 3123,3129 ----
    ;;
  hpux*) # Its linker distinguishes data from code symbols
    lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+   lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
    ;;
  irix*)
    symcode='[BCDEGRST]'
***************
*** 2944,2950 ****
  
  # If we're using GNU nm, then use its standard symbol codes.
  if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
!   symcode='[ABCDGIRSTW]'
  fi
  
  # Try without a prefix undercore, then with it.
--- 3146,3152 ----
  
  # If we're using GNU nm, then use its standard symbol codes.
  if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
!   symcode='[ABCDGISTW]'
  fi
  
  # Try without a prefix undercore, then with it.
***************
*** 3001,3023 ****
  
  	  cat <<EOF >> conftest.$ac_ext
  #if defined (__STDC__) && __STDC__
! # define lt_ptr_t void *
  #else
! # define lt_ptr_t char *
  # define const
  #endif
  
  /* The mapping between symbol names and symbols. */
  const struct {
    const char *name;
!   lt_ptr_t address;
  }
  lt_preloaded_symbols[] =
  {
  EOF
! 	  sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.$ac_ext
  	  cat <<\EOF >> conftest.$ac_ext
!   {0, (lt_ptr_t) 0}
  };
  
  #ifdef __cplusplus
--- 3203,3225 ----
  
  	  cat <<EOF >> conftest.$ac_ext
  #if defined (__STDC__) && __STDC__
! # define lt_ptr void *
  #else
! # define lt_ptr char *
  # define const
  #endif
  
  /* The mapping between symbol names and symbols. */
  const struct {
    const char *name;
!   lt_ptr address;
  }
  lt_preloaded_symbols[] =
  {
  EOF
! 	  sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext
  	  cat <<\EOF >> conftest.$ac_ext
!   {0, (lt_ptr) 0}
  };
  
  #ifdef __cplusplus
***************
*** 3067,3076 ****
  global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
  if test -z "$lt_cv_sys_global_symbol_pipe"; then
    global_symbol_to_cdecl=
  else
    global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
  fi
! if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
    echo "$as_me:$LINENO: result: failed" >&5
  echo "${ECHO_T}failed" >&6
  else
--- 3269,3281 ----
  global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
  if test -z "$lt_cv_sys_global_symbol_pipe"; then
    global_symbol_to_cdecl=
+   global_symbol_to_c_name_address=
  else
    global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
+   global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
  fi
! if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
! then
    echo "$as_me:$LINENO: result: failed" >&5
  echo "${ECHO_T}failed" >&6
  else
***************
*** 3909,3915 ****
  case $host in
  *-*-irix6*)
    # Find out which ABI we are using.
!   echo '#line 3912 "configure"' > conftest.$ac_ext
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
--- 4114,4120 ----
  case $host in
  *-*-irix6*)
    # Find out which ABI we are using.
!   echo '#line 4117 "configure"' > conftest.$ac_ext
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
***************
*** 4077,4084 ****
  old_postuninstall_cmds=
  
  if test -n "$RANLIB"; then
    old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
-   old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
  fi
  
  # Allow CC to be a program name with arguments.
--- 4282,4296 ----
  old_postuninstall_cmds=
  
  if test -n "$RANLIB"; then
+   case $host_os in
+   openbsd*)
+     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+     ;;
+   *)
+     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+     ;;
+   esac
    old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
  fi
  
  # Allow CC to be a program name with arguments.
***************
*** 4136,4142 ****
        # libC (AIX C++ library), which obviously doesn't included in libraries
        # list by gcc. This cause undefined symbols with -static flags.
        # This hack allows C programs to be linked with "-static -ldl", but
!       # we not sure about C++ programs.
        lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
        ;;
      amigaos*)
--- 4348,4354 ----
        # libC (AIX C++ library), which obviously doesn't included in libraries
        # list by gcc. This cause undefined symbols with -static flags.
        # This hack allows C programs to be linked with "-static -ldl", but
!       # not sure about C++ programs.
        lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
        ;;
      amigaos*)
***************
*** 4171,4183 ****
      # PORTME Check for PIC flags for the system compiler.
      case $host_os in
      aix3* | aix4* | aix5*)
        # All AIX code is PIC.
        if test "$host_cpu" = ia64; then
!         # AIX 5 now supports IA64 processor
!         lt_cv_prog_cc_static='-Bstatic'
!         lt_cv_prog_cc_wl='-Wl,'
        else
!         lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
        fi
        ;;
  
--- 4383,4395 ----
      # PORTME Check for PIC flags for the system compiler.
      case $host_os in
      aix3* | aix4* | aix5*)
+       lt_cv_prog_cc_wl='-Wl,'
        # All AIX code is PIC.
        if test "$host_cpu" = ia64; then
! 	# AIX 5 now supports IA64 processor
! 	lt_cv_prog_cc_static='-Bstatic'
        else
! 	lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
        fi
        ;;
  
***************
*** 4233,4241 ****
        lt_cv_prog_cc_pic='-KPIC'
        lt_cv_prog_cc_static='-Bstatic'
        if test "x$host_vendor" = xsni; then
!         lt_cv_prog_cc_wl='-LD'
        else
!         lt_cv_prog_cc_wl='-Wl,'
        fi
        ;;
  
--- 4445,4453 ----
        lt_cv_prog_cc_pic='-KPIC'
        lt_cv_prog_cc_static='-Bstatic'
        if test "x$host_vendor" = xsni; then
! 	lt_cv_prog_cc_wl='-LD'
        else
! 	lt_cv_prog_cc_wl='-Wl,'
        fi
        ;;
  
***************
*** 4438,4444 ****
  save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
  compiler_c_o=no
! if { (eval echo configure:4441: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
    # The compiler can only warn and ignore the option if not recognized
    # So say no if there are warnings
    if test -s out/conftest.err; then
--- 4650,4656 ----
  save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
  compiler_c_o=no
! if { (eval echo configure:4653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
    # The compiler can only warn and ignore the option if not recognized
    # So say no if there are warnings
    if test -s out/conftest.err; then
***************
*** 4476,4481 ****
--- 4688,4695 ----
    lt_cv_compiler_o_lo=no
    save_CFLAGS="$CFLAGS"
    CFLAGS="$CFLAGS -c -o conftest.lo"
+   save_objext="$ac_objext"
+   ac_objext=lo
    cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
  #include "confdefs.h"
***************
*** 4519,4531 ****
  cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    CFLAGS="$save_CFLAGS"
  
  fi
  
    compiler_o_lo=$lt_cv_compiler_o_lo
!   echo "$as_me:$LINENO: result: $compiler_c_lo" >&5
! echo "${ECHO_T}$compiler_c_lo" >&6
  else
    compiler_o_lo=no
  fi
--- 4733,4746 ----
  cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
+   ac_objext="$save_objext"
    CFLAGS="$save_CFLAGS"
  
  fi
  
    compiler_o_lo=$lt_cv_compiler_o_lo
!   echo "$as_me:$LINENO: result: $compiler_o_lo" >&5
! echo "${ECHO_T}$compiler_o_lo" >&6
  else
    compiler_o_lo=no
  fi
***************
*** 4630,4635 ****
--- 4845,4851 ----
  old_archive_from_new_cmds=
  old_archive_from_expsyms_cmds=
  export_dynamic_flag_spec=
+ use_runtimelinking=
  whole_archive_flag_spec=
  thread_safe_flag_spec=
  hardcode_into_libs=no
***************
*** 4658,4664 ****
  extract_expsyms_cmds=
  
  case $host_os in
! cygwin* | mingw* | pw32* )
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
    # When not using gcc, we currently assume that we are using
    # Microsoft Visual C++.
--- 4874,4880 ----
  extract_expsyms_cmds=
  
  case $host_os in
! cygwin* | mingw* | pw32*)
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
    # When not using gcc, we currently assume that we are using
    # Microsoft Visual C++.
***************
*** 4666,4672 ****
      with_gnu_ld=no
    fi
    ;;
! 
  esac
  
  ld_shlibs=yes
--- 4882,4890 ----
      with_gnu_ld=no
    fi
    ;;
! openbsd*)
!   with_gnu_ld=no
!   ;;
  esac
  
  ld_shlibs=yes
***************
*** 4753,4759 ****
      # can override, but on older systems we have to supply one (in ltdll.c)
      if test "x$lt_cv_need_dllmain" = "xyes"; then
        ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
!       ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < [$]0 > $output_objdir/$soname-ltdll.c~
  	test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
      else
        ltdll_obj=
--- 4971,4977 ----
      # can override, but on older systems we have to supply one (in ltdll.c)
      if test "x$lt_cv_need_dllmain" = "xyes"; then
        ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
!       ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
  	test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
      else
        ltdll_obj=
***************
*** 4772,4789 ****
      # is EXPORTS), use it as is.
      # If DATA tags from a recent dlltool are present, honour them!
      archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
!         cp $export_symbols $output_objdir/$soname-def;
        else
!         echo EXPORTS > $output_objdir/$soname-def;
!         _lt_hint=1;
!         cat $export_symbols | while read symbol; do
!          set dummy \$symbol;
!          case \$# in
!            2) echo "   \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
!            *) echo "     \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
!          esac;
!          _lt_hint=`expr 1 + \$_lt_hint`;
!         done;
        fi~
        '"$ltdll_cmds"'
        $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
--- 4990,5007 ----
      # is EXPORTS), use it as is.
      # If DATA tags from a recent dlltool are present, honour them!
      archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
! 	cp $export_symbols $output_objdir/$soname-def;
        else
! 	echo EXPORTS > $output_objdir/$soname-def;
! 	_lt_hint=1;
! 	cat $export_symbols | while read symbol; do
! 	 set dummy \$symbol;
! 	 case \$# in
! 	   2) echo "   \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
! 	   *) echo "     \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
! 	 esac;
! 	 _lt_hint=`expr 1 + \$_lt_hint`;
! 	done;
        fi~
        '"$ltdll_cmds"'
        $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
***************
*** 4878,4957 ****
      ;;
  
    aix4* | aix5*)
      # When large executables or shared objects are built, AIX ld can
      # have problems creating the table of contents.  If linking a library
      # or program results in "error TOC overflow" add -mminimal-toc to
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  
      archive_cmds=''
      hardcode_libdir_separator=':'
      if test "$GCC" = yes; then
!       collect2name=`${CC} -print-prog-name=collect2`
!       if test -f "$collect2name" && \
! 	 strings "$collect2name" | grep resolve_lib_name >/dev/null
!       then
! 	# We have reworked collect2
! 	hardcode_direct=yes
!       else
!         # We have old collect2
!         hardcode_direct=unsupported
!         # It fails to find uninstalled libraries when the uninstalled
!         # path is not listed in the libpath.  Setting hardcode_minus_L
!         # to unsupported forces relinking
!         hardcode_minus_L=yes
!         hardcode_libdir_flag_spec='-L$libdir'
!         hardcode_libdir_separator=
!       fi
        shared_flag='-shared'
      else
!       if test "$host_cpu" = ia64; then
!         shared_flag='-G'
!       else
!         shared_flag='${wl}-bM:SRE'
!       fi
!       hardcode_direct=yes
      fi
  
-     if test "$host_cpu" = ia64; then
-       # On IA64, the linker does run time linking by default, so we don't
-       # have to do anything special.
-       aix_use_runtimelinking=no
-       exp_sym_flag='-Bexport'
-       no_entry_flag=""
-     else
-       # Test if we are trying to use run time linking, or normal AIX style linking.
-       # If -brtl is somewhere in LDFLAGS, we need to do run time linking.
-       aix_use_runtimelinking=no
-       for ld_flag in $LDFLAGS; do
-         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); then
-           aix_use_runtimelinking=yes
-           break
-         fi
-       done
-       exp_sym_flag='-bexport'
-       no_entry_flag='-bnoentry'
-     fi
      # It seems that -bexpall can do strange things, so it is better to
      # generate a list of symbols to export.
      always_export_symbols=yes
      if test "$aix_use_runtimelinking" = yes; then
!       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
!       allow_undefined_flag=' -Wl,-G'
!       archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
      else
        if test "$host_cpu" = ia64; then
!         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
!        allow_undefined_flag="-znodefs"
!         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
        else
!         hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
!         # Warning - without using the other run time loading flags, -berok will
!         #           link without error, but may produce a broken library.
!         allow_undefined_flag='${wl}-berok"
!         # This is a bit strange, but is similar to how AIX traditionally builds
!         # it's shared libraries.
!         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
        fi
      fi
      ;;
--- 5096,5173 ----
      ;;
  
    aix4* | aix5*)
+     if test "$host_cpu" = ia64; then
+       # On IA64, the linker does run time linking by default, so we don't
+       # have to do anything special.
+       aix_use_runtimelinking=no
+       exp_sym_flag='-Bexport'
+       no_entry_flag=""
+       use_runtimelinking=""
+     else
+       aix_use_runtimelinking=yes
+       export_dynamic_flag_spec='-bexpall'
+       exp_sym_flag='-bexport'
+       no_entry_flag='-bnoentry'
+       use_runtimelinking='-brtl'
+     fi
+ 
      # When large executables or shared objects are built, AIX ld can
      # have problems creating the table of contents.  If linking a library
      # or program results in "error TOC overflow" add -mminimal-toc to
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  
+     hardcode_direct=yes
      archive_cmds=''
      hardcode_libdir_separator=':'
      if test "$GCC" = yes; then
!       case $host_os in aix4.[012]|aix4.[012].*)
! 	collect2name=`${CC} -print-prog-name=collect2`
! 	if test -f "$collect2name" && \
! 	  strings "$collect2name" | grep resolve_lib_name >/dev/null
! 	then
! 	  # We have reworked collect2
! 	  hardcode_direct=yes
! 	else
! 	  # We have old collect2
! 	  hardcode_direct=unsupported
! 	  # It fails to find uninstalled libraries when the uninstalled
! 	  # path is not listed in the libpath.  Setting hardcode_minus_L
! 	  # to unsupported forces relinking
! 	  hardcode_minus_L=yes
! 	  hardcode_libdir_flag_spec='-L$libdir'
! 	  hardcode_libdir_separator=
! 	fi
!       esac
! 
        shared_flag='-shared'
      else
!       # not using gcc
!       shared_flag='${wl}-G'
      fi
  
      # It seems that -bexpall can do strange things, so it is better to
      # generate a list of symbols to export.
      always_export_symbols=yes
      if test "$aix_use_runtimelinking" = yes; then
!       # Warning - without using the other runtime loading flags (-brtl),
!       # -berok will link without error, but may produce a broken library.
!       allow_undefined_flag='-berok'
!       hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
!       archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
      else
        if test "$host_cpu" = ia64; then
! 	hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
! 	allow_undefined_flag="-z nodefs"
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
        else
! 	hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
! 	# Warning - without using the other run time loading flags,
! 	# -berok will link without error, but may produce a broken library.
! 	allow_undefined_flag='${wl}-berok'
! 	# This is a bit strange, but is similar to how AIX traditionally builds
! 	# it's shared libraries.
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
        fi
      fi
      ;;
***************
*** 4983,4993 ****
      ;;
  
    darwin* | rhapsody*)
!     allow_undefined_flag='-undefined suppress'
      # FIXME: Relying on posixy $() will cause problems for
      #        cross-compilation, but unfortunately the echo tests do not
      #        yet detect zsh echo's removal of \ escapes.
!     archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
      # We need to add '_' to the symbols in $export_symbols first
      #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
      hardcode_direct=yes
--- 5199,5216 ----
      ;;
  
    darwin* | rhapsody*)
!     case "$host_os" in
!     rhapsody* | darwin1.[012])
!       allow_undefined_flag='-undefined suppress'
!       ;;
!     *) # Darwin 1.3 on
!       allow_undefined_flag='-flat_namespace -undefined suppress'
!       ;;
!     esac
      # FIXME: Relying on posixy $() will cause problems for
      #        cross-compilation, but unfortunately the echo tests do not
      #        yet detect zsh echo's removal of \ escapes.
!     archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
      # We need to add '_' to the symbols in $export_symbols first
      #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
      hardcode_direct=yes
***************
*** 5062,5068 ****
      ;;
  
    newsos6)
!     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
      hardcode_direct=yes
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
      hardcode_libdir_separator=:
--- 5285,5291 ----
      ;;
  
    newsos6)
!     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
      hardcode_direct=yes
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
      hardcode_libdir_separator=:
***************
*** 5070,5079 ****
      ;;
  
    openbsd*)
-     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-     hardcode_libdir_flag_spec='-R$libdir'
      hardcode_direct=yes
      hardcode_shlibpath_var=no
      ;;
  
    os2*)
--- 5293,5316 ----
      ;;
  
    openbsd*)
      hardcode_direct=yes
      hardcode_shlibpath_var=no
+     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+       export_dynamic_flag_spec='${wl}-E'
+     else
+       case "$host_os" in
+       openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ 	hardcode_libdir_flag_spec='-R$libdir'
+         ;;
+       *)
+         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+         ;;
+       esac
+     fi
      ;;
  
    os2*)
***************
*** 5118,5127 ****
--- 5355,5393 ----
      hardcode_shlibpath_var=no
      runpath_var=LD_RUN_PATH
      hardcode_runpath_var=yes
+     export_dynamic_flag_spec='${wl}-Bexport'
      ;;
  
    solaris*)
+     # gcc --version < 3.0 without binutils cannot create self contained
+     # shared libraries reliably, requiring libgcc.a to resolve some of
+     # the object symbols generated in some cases.  Libraries that use
+     # assert need libgcc.a to resolve __eprintf, for example.  Linking
+     # a copy of libgcc.a into every shared library to guarantee resolving
+     # such symbols causes other problems:  According to Tim Van Holder
+     # <tim.van.holder@pandora.be>, C++ libraries end up with a separate
+     # (to the application) exception stack for one thing.
      no_undefined_flag=' -z defs'
+     if test "$GCC" = yes; then
+       case `$CC --version 2>/dev/null` in
+       [12].*)
+ 	cat <<EOF 1>&2
+ 
+ *** Warning: Releases of GCC earlier than version 3.0 cannot reliably
+ *** create self contained shared libraries on Solaris systems, without
+ *** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
+ *** -no-undefined support, which will at least allow you to build shared
+ *** libraries.  However, you may find that when you link such libraries
+ *** into an application without using GCC, you have to manually add
+ *** \`gcc --print-libgcc-file-name\` to the link command.  We urge you to
+ *** upgrade to a newer version of GCC.  Another option is to rebuild your
+ *** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.
+ 
+ EOF
+         no_undefined_flag=
+ 	;;
+       esac
+     fi
      # $CC -shared without GNU ld will not create a library from C++
      # object files and a static libstdc++, better avoid it by now
      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
***************
*** 5153,5159 ****
  
    sysv4)
      if test "x$host_vendor" = xsno; then
!       archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linkopts'
        hardcode_direct=yes # is this really true???
      else
        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
--- 5419,5425 ----
  
    sysv4)
      if test "x$host_vendor" = xsno; then
!       archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
        hardcode_direct=yes # is this really true???
      else
        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
***************
*** 5292,5298 ****
  version_type=none
  dynamic_linker="$host_os ld.so"
  sys_lib_dlsearch_path_spec="/lib /usr/lib"
! sys_lib_search_path_spec="/lib /usr/lib"
  
  case $host_os in
  aix3*)
--- 5558,5564 ----
  version_type=none
  dynamic_linker="$host_os ld.so"
  sys_lib_dlsearch_path_spec="/lib /usr/lib"
! sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  
  case $host_os in
  aix3*)
***************
*** 5317,5347 ****
      # depend on `.', always an invalid library.  This was fixed in
      # development snapshots of GCC prior to 3.0.
      case $host_os in
!        aix4 | aix4.[01] | aix4.[01].*)
!       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
!            echo ' yes '
!            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
!         :
!       else
!         can_build_shared=no
!       fi
!       ;;
      esac
!     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
!     # soname into executable. Probably we can add versioning support to
!     # collect2, so additional links can be useful in future.
!     if test "$aix_use_runtimelinking" = yes; then
!       # If using run time linking (on AIX 4.2 or later) use lib<name>.so instead of
!       # lib<name>.a to let people know that these are not typical AIX shared libraries.
!       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
!     else
!       # We preserve .a as extension for shared libraries through AIX4.2
!       # and later when we are not doing run time linking.
!       library_names_spec='${libname}${release}.a $libname.a'
!       soname_spec='${libname}${release}.so$major'
!     fi
      shlibpath_var=LIBPATH
!     deplibs_check_method=pass_all
    fi
    ;;
  
--- 5583,5603 ----
      # depend on `.', always an invalid library.  This was fixed in
      # development snapshots of GCC prior to 3.0.
      case $host_os in
!       aix4 | aix4.[01] | aix4.[01].*)
! 	if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
! 	     echo ' yes '
! 	     echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
! 	  :
! 	else
! 	  can_build_shared=no
! 	fi
! 	;;
      esac
!     # We preserve .a as extension for shared libraries through AIX4.2
!     library_names_spec='${libname}${release}.a $libname.a'
!     soname_spec='${libname}${release}.so$major'
      shlibpath_var=LIBPATH
!     hardcode_into_libs=yes
    fi
    ;;
  
***************
*** 5554,5562 ****
  
  openbsd*)
    version_type=sunos
!   if test "$with_gnu_ld" = yes; then
!     need_lib_prefix=no
!     need_version=no
    fi
    library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
--- 5810,5828 ----
  
  openbsd*)
    version_type=sunos
!   need_lib_prefix=no
!   need_version=no
!   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
!     case "$host_os" in
!     openbsd2.[89] | openbsd2.[89].*)
!       shlibpath_overrides_runpath=no
!       ;;
!     *)
!       shlibpath_overrides_runpath=yes
!       ;;
!     esac
!   else
!     shlibpath_overrides_runpath=yes
    fi
    library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
***************
*** 5670,5675 ****
--- 5936,5972 ----
  echo "$as_me:$LINENO: result: $can_build_shared" >&5
  echo "${ECHO_T}$can_build_shared" >&6
  
+ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
+ echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
+ test "$can_build_shared" = "no" && enable_shared=no
+ 
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+ case "$host_os" in
+ aix3*)
+   test "$enable_shared" = yes && enable_static=no
+   if test -n "$RANLIB"; then
+     archive_cmds="$archive_cmds~\$RANLIB \$lib"
+     postinstall_cmds='$RANLIB $lib'
+   fi
+   ;;
+ 
+ aix4*)
+   if test "$host_cpu" != ia64 ; then
+     test "$enable_shared" = yes && enable_static=no
+   fi
+   ;;
+ esac
+ echo "$as_me:$LINENO: result: $enable_shared" >&5
+ echo "${ECHO_T}$enable_shared" >&6
+ 
+ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
+ echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
+ # Make sure either enable_shared or enable_static is yes.
+ test "$enable_shared" = yes || enable_static=yes
+ echo "$as_me:$LINENO: result: $enable_static" >&5
+ echo "${ECHO_T}$enable_static" >&6
+ 
  if test "$hardcode_action" = relink; then
    # Fast installation is not supported
    enable_fast_install=no
***************
*** 5705,5717 ****
     ;;
  
    *)
!     echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
! echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
! if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
! LIBS="-ldl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
  #include "confdefs.h"
--- 6002,6081 ----
     ;;
  
    *)
!     echo "$as_me:$LINENO: checking for shl_load" >&5
! echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
! if test "${ac_cv_func_shl_load+set}" = set; then
!   echo $ECHO_N "(cached) $ECHO_C" >&6
! else
!   cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
! /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char shl_load (); below.  */
! #include <assert.h>
! /* Override any gcc2 internal prototype to avoid an error.  */
! #ifdef __cplusplus
! extern "C"
! #endif
! /* We use char because int might match the return type of a gcc2
!    builtin and then its argument prototype would still apply.  */
! char shl_load ();
! char (*f) ();
! 
! #ifdef F77_DUMMY_MAIN
! #  ifdef __cplusplus
!      extern "C"
! #  endif
!    int F77_DUMMY_MAIN() { return 1; }
! #endif
! 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_shl_load) || defined (__stub___shl_load)
! choke me
! #else
! f = shl_load;
! #endif
! 
!   ;
!   return 0;
! }
! _ACEOF
! rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
!   (eval $ac_link) 2>&5
!   ac_status=$?
!   echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
!   (eval $ac_try) 2>&5
!   ac_status=$?
!   echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); }; }; then
!   ac_cv_func_shl_load=yes
! else
!   echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
! ac_cv_func_shl_load=no
! fi
! rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
! fi
! echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
! echo "${ECHO_T}$ac_cv_func_shl_load" >&6
! if test $ac_cv_func_shl_load = yes; then
!   lt_cv_dlopen="shl_load"
! else
!   echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
! echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
! if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
! LIBS="-ldld  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
  #include "confdefs.h"
***************
*** 5722,5728 ****
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char dlopen ();
  #ifdef F77_DUMMY_MAIN
  #  ifdef __cplusplus
       extern "C"
--- 6086,6092 ----
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char shl_load ();
  #ifdef F77_DUMMY_MAIN
  #  ifdef __cplusplus
       extern "C"
***************
*** 5732,5738 ****
  int
  main ()
  {
! dlopen ();
    ;
    return 0;
  }
--- 6096,6102 ----
  int
  main ()
  {
! shl_load ();
    ;
    return 0;
  }
***************
*** 5749,5767 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_lib_dl_dlopen=yes
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! ac_cv_lib_dl_dlopen=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
! echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
! if test $ac_cv_lib_dl_dlopen = yes; then
!   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  else
    echo "$as_me:$LINENO: checking for dlopen" >&5
  echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
--- 6113,6131 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_lib_dld_shl_load=yes
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! ac_cv_lib_dld_shl_load=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
! echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
! if test $ac_cv_lib_dld_shl_load = yes; then
!   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
  else
    echo "$as_me:$LINENO: checking for dlopen" >&5
  echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
***************
*** 5830,5855 ****
  if test $ac_cv_func_dlopen = yes; then
    lt_cv_dlopen="dlopen"
  else
!   echo "$as_me:$LINENO: checking for shl_load" >&5
! echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
! if test "${ac_cv_func_shl_load+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
  #include "confdefs.h"
! /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char shl_load (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char shl_load ();
! char (*f) ();
! 
  #ifdef F77_DUMMY_MAIN
  #  ifdef __cplusplus
       extern "C"
--- 6194,6217 ----
  if test $ac_cv_func_dlopen = yes; then
    lt_cv_dlopen="dlopen"
  else
!   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
! echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
! if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   ac_check_lib_save_LIBS=$LIBS
! LIBS="-ldl  $LIBS"
! cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
  #include "confdefs.h"
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char dlopen ();
  #ifdef F77_DUMMY_MAIN
  #  ifdef __cplusplus
       extern "C"
***************
*** 5859,5873 ****
  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_shl_load) || defined (__stub___shl_load)
! choke me
! #else
! f = shl_load;
! #endif
! 
    ;
    return 0;
  }
--- 6221,6227 ----
  int
  main ()
  {
! dlopen ();
    ;
    return 0;
  }
***************
*** 5884,5901 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_func_shl_load=yes
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! ac_cv_func_shl_load=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
! echo "${ECHO_T}$ac_cv_func_shl_load" >&6
! if test $ac_cv_func_shl_load = yes; then
!   lt_cv_dlopen="shl_load"
  else
    echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
--- 6238,6256 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_lib_dl_dlopen=yes
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! ac_cv_lib_dl_dlopen=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
! echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
! if test $ac_cv_lib_dl_dlopen = yes; then
!   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  else
    echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
***************
*** 5955,5963 ****
  if test $ac_cv_lib_svld_dlopen = yes; then
    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  else
!   echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
! echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
! if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
--- 6310,6318 ----
  if test $ac_cv_lib_svld_dlopen = yes; then
    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  else
!   echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
! echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
! if test "${ac_cv_lib_dld_dld_link+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
***************
*** 5972,5978 ****
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char shl_load ();
  #ifdef F77_DUMMY_MAIN
  #  ifdef __cplusplus
       extern "C"
--- 6327,6333 ----
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char dld_link ();
  #ifdef F77_DUMMY_MAIN
  #  ifdef __cplusplus
       extern "C"
***************
*** 5982,5988 ****
  int
  main ()
  {
! shl_load ();
    ;
    return 0;
  }
--- 6337,6343 ----
  int
  main ()
  {
! dld_link ();
    ;
    return 0;
  }
***************
*** 5999,6016 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_lib_dld_shl_load=yes
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! ac_cv_lib_dld_shl_load=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
! echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
! if test $ac_cv_lib_dld_shl_load = yes; then
    lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  fi
  
--- 6354,6371 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_lib_dld_dld_link=yes
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! ac_cv_lib_dld_dld_link=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
! echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
! if test $ac_cv_lib_dld_dld_link = yes; then
    lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  fi
  
***************
*** 6026,6031 ****
--- 6381,6389 ----
  
  fi
  
+ 
+ fi
+ 
      ;;
    esac
  
***************
*** 6057,6063 ****
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 6060 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
--- 6415,6421 ----
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 6418 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
***************
*** 6155,6161 ****
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 6158 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
--- 6513,6519 ----
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 6516 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
***************
*** 6342,6347 ****
--- 6700,6706 ----
      AR AR_FLAGS CC LD LN_S NM SHELL \
      reload_flag reload_cmds wl \
      pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
+     use_runtimelinking \
      thread_safe_flag_spec whole_archive_flag_spec libname_spec \
      library_names_spec soname_spec \
      RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
***************
*** 6350,6355 ****
--- 6709,6715 ----
      old_striplib striplib file_magic_cmd export_symbols_cmds \
      deplibs_check_method allow_undefined_flag no_undefined_flag \
      finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
+     global_symbol_to_c_name_address \
      hardcode_libdir_flag_spec hardcode_libdir_separator  \
      sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
      compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
***************
*** 6416,6427 ****
  # Whether or not to build shared libraries.
  build_libtool_libs=$enable_shared
  
- # Whether or not to add -lc for building shared libraries.
- build_libtool_need_lc=$need_lc
- 
  # Whether or not to build static libraries.
  build_old_libs=$enable_static
  
  # Whether or not to optimize for fast installation.
  fast_install=$enable_fast_install
  
--- 6776,6787 ----
  # Whether or not to build shared libraries.
  build_libtool_libs=$enable_shared
  
  # Whether or not to build static libraries.
  build_old_libs=$enable_static
  
+ # Whether or not to add -lc for building shared libraries.
+ build_libtool_need_lc=$need_lc
+ 
  # Whether or not to optimize for fast installation.
  fast_install=$enable_fast_install
  
***************
*** 6522,6527 ****
--- 6882,6890 ----
  # Compiler flag to allow reflexive dlopens.
  export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  
+ # Compiler flag to allow runtime linking
+ use_runtimelinking=$lt_use_runtimelinking
+ 
  # Compiler flag to generate shared objects directly from archives.
  whole_archive_flag_spec=$lt_whole_archive_flag_spec
  
***************
*** 6587,6592 ****
--- 6950,6958 ----
  # Transform the output of nm in a proper C declaration
  global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
  
+ # Transform the output of nm in a C name address pair
+ global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
+ 
  # This is the shared library runtime path variable.
  runpath_var=$runpath_var
  
***************
*** 6709,6717 ****
  #   return TRUE;
  # }
  # /* ltdll.c ends here */
!         # This is a source program that is used to create import libraries
!         # on Windows for dlls which lack them. Don't remove nor modify the
!         # starting and closing comments
  # /* impgen.c starts here */
  # /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
  #
--- 7075,7083 ----
  #   return TRUE;
  # }
  # /* ltdll.c ends here */
! 	# This is a source program that is used to create import libraries
! 	# on Windows for dlls which lack them. Don't remove nor modify the
! 	# starting and closing comments
  # /* impgen.c starts here */
  # /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
  #
***************
*** 8085,8091 ****
  # INIT-COMMANDS section.
  #
  
! 
  
  _ACEOF
  
--- 8451,8458 ----
  # INIT-COMMANDS section.
  #
  
! AMDEP_TRUE="$AMDEP_TRUE"
! ac_aux_dir="$ac_aux_dir"
  
  _ACEOF
  
***************
*** 8193,8204 ****
--- 8560,8581 ----
  s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  s,@PACKAGE@,$PACKAGE,;t t
  s,@VERSION@,$VERSION,;t t
+ s,@EXEEXT@,$EXEEXT,;t t
+ s,@OBJEXT@,$OBJEXT,;t t
  s,@ACLOCAL@,$ACLOCAL,;t t
  s,@AUTOCONF@,$AUTOCONF,;t t
  s,@AUTOMAKE@,$AUTOMAKE,;t t
  s,@AUTOHEADER@,$AUTOHEADER,;t t
  s,@MAKEINFO@,$MAKEINFO,;t t
+ s,@AMTAR@,$AMTAR,;t t
+ s,@install_sh@,$install_sh,;t t
+ s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+ s,@AWK@,$AWK,;t t
  s,@SET_MAKE@,$SET_MAKE,;t t
+ s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
+ s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
+ s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+ s,@DEPDIR@,$DEPDIR,;t t
  s,@LT_CURRENT@,$LT_CURRENT,;t t
  s,@LT_REVISION@,$LT_REVISION,;t t
  s,@LT_AGE@,$LT_AGE,;t t
***************
*** 8208,8215 ****
  s,@LDFLAGS@,$LDFLAGS,;t t
  s,@CPPFLAGS@,$CPPFLAGS,;t t
  s,@ac_ct_CC@,$ac_ct_CC,;t t
! s,@EXEEXT@,$EXEEXT,;t t
! s,@OBJEXT@,$OBJEXT,;t t
  s,@build@,$build,;t t
  s,@build_cpu@,$build_cpu,;t t
  s,@build_vendor@,$build_vendor,;t t
--- 8585,8593 ----
  s,@LDFLAGS@,$LDFLAGS,;t t
  s,@CPPFLAGS@,$CPPFLAGS,;t t
  s,@ac_ct_CC@,$ac_ct_CC,;t t
! s,@am__include@,$am__include,;t t
! s,@am__quote@,$am__quote,;t t
! s,@CCDEPMODE@,$CCDEPMODE,;t t
  s,@build@,$build,;t t
  s,@build_cpu@,$build_cpu,;t t
  s,@build_vendor@,$build_vendor,;t t
***************
*** 8656,8661 ****
--- 9034,9045 ----
      cat $tmp/config.h
      rm -f $tmp/config.h
    fi
+   # Run the commands associated with the file.
+   case $ac_file in
+     config.h ) # update the timestamp
+ echo timestamp >"./stamp-h1"
+  ;;
+   esac
  done
  _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF
***************
*** 8714,8720 ****
    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  echo "$as_me: executing $ac_dest commands" >&6;}
    case $ac_dest in
!     default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
    esac
  done
  _ACEOF
--- 9098,9142 ----
    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  echo "$as_me: executing $ac_dest commands" >&6;}
    case $ac_dest in
!     default-1 )
! test x"$AMDEP_TRUE" != x"" ||
! for mf in $CONFIG_FILES; do
!   case "$mf" in
!   Makefile) dirpart=.;;
!   */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
!   *) continue;;
!   esac
!   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
!   # Extract the definition of DEP_FILES from the Makefile without
!   # running `make'.
!   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
!   test -z "$DEPDIR" && continue
!   # When using ansi2knr, U may be empty or an underscore; expand it
!   U=`sed -n -e '/^U = / s///p' < "$mf"`
!   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
!   # We invoke sed twice because it is the simplest approach to
!   # changing $(DEPDIR) to its actual value in the expansion.
!   for file in `sed -n -e '
!     /^DEP_FILES = .*\\\\$/ {
!       s/^DEP_FILES = //
!       :loop
! 	s/\\\\$//
! 	p
! 	n
! 	/\\\\$/ b loop
!       p
!     }
!     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
!        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
!     # Make sure the directory exists.
!     test -f "$dirpart/$file" && continue
!     fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
!     $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
!     # echo "creating $dirpart/$file"
!     echo '# dummy' > "$dirpart/$file"
!   done
! done
!  ;;
    esac
  done
  _ACEOF
diff -crN ./gail/docs/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/Makefile.in
*** ./gail/docs/Makefile.in	Mon Jan 20 10:25:36 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/Makefile.in	Sat Aug  9 21:49:44 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,66 ****
--- 57,67 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
+ AWK = @AWK@
  CC = @CC@
+ DEPDIR = @DEPDIR@
  DEP_CFLAGS = @DEP_CFLAGS@
  DEP_LIBS = @DEP_LIBS@
  DLLTOOL = @DLLTOOL@
***************
*** 69,81 ****
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
- MAKEINFO = @MAKEINFO@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
--- 70,82 ----
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
***************
*** 83,110 ****
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
  ms_librarian = @ms_librarian@
  
  SUBDIRS = reference
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! DIST_COMMON =  Makefile.am Makefile.in
! 
  
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- 
- TAR = tar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps docs/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
--- 84,128 ----
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
  ms_librarian = @ms_librarian@
  
  SUBDIRS = reference
+ subdir = docs
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! 
! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
! 	uninstall-info-recursive all-recursive install-data-recursive \
! 	install-exec-recursive installdirs-recursive install-recursive \
! 	uninstall-recursive check-recursive installcheck-recursive
! DIST_COMMON = Makefile.am Makefile.in
! DIST_SUBDIRS = $(SUBDIRS)
! all: all-recursive
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps docs/Makefile
+ Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ uninstall-info-am:
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
***************
*** 112,123 ****
  # (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//`; \
--- 130,136 ----
  # (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.
! $(RECURSIVE_TARGETS):
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
***************
*** 140,150 ****
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  rev="$$subdir $$rev"; \
! 	  test "$$subdir" != "." || dot_seen=yes; \
  	done; \
! 	test "$$dot_seen" = "no" && rev=". $$rev"; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
--- 153,168 ----
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	case "$@" in \
! 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 	  *) list='$(SUBDIRS)' ;; \
! 	esac; \
! 	rev=''; for subdir in $$list; do \
! 	  if test "$$subdir" = "."; then :; else \
! 	    rev="$$subdir $$rev"; \
! 	  fi; \
  	done; \
! 	rev="$$rev ."; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
***************
*** 163,213 ****
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
!    if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
!    fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  
! mostlyclean-tags:
! 
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
! 
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = docs
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
--- 181,240 ----
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 	  fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
***************
*** 215,294 ****
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    chmod 777 $(distdir)/$$subdir; \
! 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  	      || exit 1; \
  	  fi; \
  	done
- info-am:
- info: info-recursive
- dvi-am:
- dvi: dvi-recursive
  check-am: all-am
  check: check-recursive
! installcheck-am:
! installcheck: installcheck-recursive
! install-exec-am:
! install-exec: install-exec-recursive
  
! install-data-am:
  install-data: install-data-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
- uninstall-am:
- uninstall: uninstall-recursive
- all-am: Makefile
- all-redirect: all-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs: installdirs-recursive
- installdirs-am:
- 
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-recursive
  
! clean-am:  clean-tags clean-generic mostlyclean-am
  
! clean: clean-recursive
  
! distclean-am:  distclean-tags distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-recursive
  
! maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-recursive
  
! .PHONY: 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 install-exec-am \
! install-exec 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
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 242,337 ----
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    (cd $$subdir && \
! 	      $(MAKE) $(AM_MAKEFLAGS) \
! 	        top_distdir="$(top_distdir)" \
! 	        distdir=../$(distdir)/$$subdir \
! 	        distdir) \
  	      || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-recursive
! all-am: Makefile
! installdirs: installdirs-recursive
! installdirs-am:
  
! install: install-recursive
! install-exec: install-exec-recursive
  install-data: install-data-recursive
+ uninstall: uninstall-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-recursive
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! distclean: distclean-recursive
  
! distclean-am: clean-am distclean-generic distclean-libtool \
! 	distclean-tags
  
! dvi: dvi-recursive
  
! dvi-am:
  
! info: info-recursive
! 
! info-am:
! 
! install-data-am:
! 
! install-exec-am:
! 
! install-info: install-info-recursive
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-recursive
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-recursive
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! uninstall-info: uninstall-info-recursive
  
+ .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+ 	clean-generic clean-libtool clean-recursive distclean \
+ 	distclean-generic distclean-libtool distclean-recursive \
+ 	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+ 	info-recursive install install-am install-data install-data-am \
+ 	install-data-recursive install-exec install-exec-am \
+ 	install-exec-recursive install-info install-info-am \
+ 	install-info-recursive install-man install-recursive \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	installdirs-am installdirs-recursive maintainer-clean \
+ 	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+ 	uninstall-info-recursive uninstall-recursive
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./gail/docs/reference/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/Makefile.in
*** ./gail/docs/reference/Makefile.in	Mon Jan 20 10:25:52 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/Makefile.in	Sat Aug  9 21:49:45 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ../..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,66 ****
--- 57,67 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
+ AWK = @AWK@
  CC = @CC@
+ DEPDIR = @DEPDIR@
  DEP_CFLAGS = @DEP_CFLAGS@
  DEP_LIBS = @DEP_LIBS@
  DLLTOOL = @DLLTOOL@
***************
*** 69,81 ****
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
- MAKEINFO = @MAKEINFO@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
--- 70,82 ----
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
***************
*** 83,110 ****
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
  ms_librarian = @ms_librarian@
  
  SUBDIRS = libgail-util
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../../config.h
! CONFIG_CLEAN_FILES = 
! DIST_COMMON =  Makefile.am Makefile.in
! 
  
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- 
- TAR = tar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps docs/reference/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
--- 84,128 ----
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
  ms_librarian = @ms_librarian@
  
  SUBDIRS = libgail-util
+ subdir = docs/reference
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! 
! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
! 	uninstall-info-recursive all-recursive install-data-recursive \
! 	install-exec-recursive installdirs-recursive install-recursive \
! 	uninstall-recursive check-recursive installcheck-recursive
! DIST_COMMON = Makefile.am Makefile.in
! DIST_SUBDIRS = $(SUBDIRS)
! all: all-recursive
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps docs/reference/Makefile
+ Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ uninstall-info-am:
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
***************
*** 112,123 ****
  # (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//`; \
--- 130,136 ----
  # (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.
! $(RECURSIVE_TARGETS):
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
***************
*** 140,150 ****
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  rev="$$subdir $$rev"; \
! 	  test "$$subdir" != "." || dot_seen=yes; \
  	done; \
! 	test "$$dot_seen" = "no" && rev=". $$rev"; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
--- 153,168 ----
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	case "$@" in \
! 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 	  *) list='$(SUBDIRS)' ;; \
! 	esac; \
! 	rev=''; for subdir in $$list; do \
! 	  if test "$$subdir" = "."; then :; else \
! 	    rev="$$subdir $$rev"; \
! 	  fi; \
  	done; \
! 	rev="$$rev ."; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
***************
*** 163,213 ****
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
!    if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
!    fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  
! mostlyclean-tags:
! 
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
! 
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = docs/reference
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
--- 181,240 ----
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 	  fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ../..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
***************
*** 215,294 ****
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    chmod 777 $(distdir)/$$subdir; \
! 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  	      || exit 1; \
  	  fi; \
  	done
- info-am:
- info: info-recursive
- dvi-am:
- dvi: dvi-recursive
  check-am: all-am
  check: check-recursive
! installcheck-am:
! installcheck: installcheck-recursive
! install-exec-am:
! install-exec: install-exec-recursive
  
! install-data-am:
  install-data: install-data-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
- uninstall-am:
- uninstall: uninstall-recursive
- all-am: Makefile
- all-redirect: all-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs: installdirs-recursive
- installdirs-am:
- 
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-recursive
  
! clean-am:  clean-tags clean-generic mostlyclean-am
  
! clean: clean-recursive
  
! distclean-am:  distclean-tags distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-recursive
  
! maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-recursive
  
! .PHONY: 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 install-exec-am \
! install-exec 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
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 242,337 ----
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    (cd $$subdir && \
! 	      $(MAKE) $(AM_MAKEFLAGS) \
! 	        top_distdir="$(top_distdir)" \
! 	        distdir=../$(distdir)/$$subdir \
! 	        distdir) \
  	      || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-recursive
! all-am: Makefile
! installdirs: installdirs-recursive
! installdirs-am:
  
! install: install-recursive
! install-exec: install-exec-recursive
  install-data: install-data-recursive
+ uninstall: uninstall-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-recursive
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! distclean: distclean-recursive
  
! distclean-am: clean-am distclean-generic distclean-libtool \
! 	distclean-tags
  
! dvi: dvi-recursive
  
! dvi-am:
  
! info: info-recursive
! 
! info-am:
! 
! install-data-am:
! 
! install-exec-am:
! 
! install-info: install-info-recursive
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-recursive
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-recursive
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! uninstall-info: uninstall-info-recursive
  
+ .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+ 	clean-generic clean-libtool clean-recursive distclean \
+ 	distclean-generic distclean-libtool distclean-recursive \
+ 	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+ 	info-recursive install install-am install-data install-data-am \
+ 	install-data-recursive install-exec install-exec-am \
+ 	install-exec-recursive install-info install-info-am \
+ 	install-info-recursive install-man install-recursive \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	installdirs-am installdirs-recursive maintainer-clean \
+ 	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+ 	uninstall-info-recursive uninstall-recursive
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./gail/docs/reference/libgail-util/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/Makefile.in
*** ./gail/docs/reference/libgail-util/Makefile.in	Mon Jan 20 10:26:12 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/Makefile.in	Sat Aug  9 21:49:45 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ../../..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,66 ****
--- 57,67 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
+ AWK = @AWK@
  CC = @CC@
+ DEPDIR = @DEPDIR@
  DEP_CFLAGS = @DEP_CFLAGS@
  DEP_LIBS = @DEP_LIBS@
  DLLTOOL = @DLLTOOL@
***************
*** 69,81 ****
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
- MAKEINFO = @MAKEINFO@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
--- 70,82 ----
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
***************
*** 83,91 ****
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
  ms_librarian = @ms_librarian@
  
! EXTRA_DIST =  	$(content_files)			$(extra_files)				$(HTML_IMAGES)				$(DOC_MAIN_SGML_FILE)			$(DOC_MODULE)-sections.txt		$(DOC_MODULE)-overrides.txt
  
  
  # The name of the module.
--- 84,101 ----
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
  ms_librarian = @ms_librarian@
  
! EXTRA_DIST = \
! 	$(content_files)		\
! 	$(extra_files)			\
! 	$(HTML_IMAGES)			\
! 	$(DOC_MAIN_SGML_FILE)		\
! 	$(DOC_MODULE)-sections.txt	\
! 	$(DOC_MODULE)-overrides.txt
  
  
  # The name of the module.
***************
*** 121,228 ****
  
  DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \	   $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
  
! SCANOBJ_FILES =  	$(DOC_MODULE).args		$(DOC_MODULE).hierarchy 	$(DOC_MODULE).signals
  
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../../../config.h
! CONFIG_CLEAN_FILES = 
! DIST_COMMON =  Makefile.am Makefile.in
! 
  
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- 
- TAR = tar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps docs/reference/libgail-util/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  tags: TAGS
  TAGS:
  
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = docs/reference/libgail-util
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
! 	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
! info-am:
! info: info-am
! dvi-am:
! dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am:
! install-exec: install-exec-am
  
! install-data-am: install-data-local
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am:
  uninstall: uninstall-am
- all-am: Makefile all-local
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
  
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-generic mostlyclean-am clean-local
  
! clean: clean-am
  
! distclean-am:  distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-generic distclean-am \
! 		maintainer-clean-local
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: tags distdir info-am info dvi-am dvi check check-am \
! installcheck-am installcheck install-exec-am install-exec \
! install-data-local install-data-am install-data install-am install \
! uninstall-am uninstall all-local all-redirect all-am all installdirs \
! mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
--- 131,271 ----
  
  DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \	   $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
  
! SCANOBJ_FILES = \
! 	$(DOC_MODULE).args	\
! 	$(DOC_MODULE).hierarchy \
! 	$(DOC_MODULE).signals
  
+ subdir = docs/reference/libgail-util
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! DIST_COMMON = Makefile.am Makefile.in
! all: all-am
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps docs/reference/libgail-util/Makefile
+ Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ uninstall-info-am:
  tags: TAGS
  TAGS:
  
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ../../..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
! 	$(MAKE) $(AM_MAKEFLAGS) \
! 	  top_distdir="${top_distdir}" distdir="$(distdir)" \
! 	  dist-hook
  check-am: all-am
  check: check-am
! all-am: Makefile all-local
  
! installdirs:
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-am
  
! clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-generic distclean-libtool
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am: install-data-local
! 
! install-exec-am:
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic \
! 	maintainer-clean-local
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! .PHONY: all all-am all-local check check-am clean clean-generic \
! 	clean-libtool clean-local distclean distclean-generic \
! 	distclean-libtool distdir dvi dvi-am info info-am install \
! 	install-am install-data install-data-am install-data-local \
! 	install-exec install-exec-am install-info install-info-am \
! 	install-man install-strip installcheck installcheck-am \
! 	installdirs maintainer-clean maintainer-clean-generic \
! 	maintainer-clean-local mostlyclean mostlyclean-generic \
! 	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
  
  
  @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
***************
*** 323,329 ****
  	done
  
  .PHONY : html sgml templates scan dist-hook-local
- 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
--- 366,371 ----
diff -crN ./gail/docs/reference/libgail-util/sgml/gailmisc.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/sgml/gailmisc.sgml
*** ./gail/docs/reference/libgail-util/sgml/gailmisc.sgml	Mon Jan 20 10:26:14 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/sgml/gailmisc.sgml	Sat Aug  9 21:56:08 2003
***************
*** 10,15 ****
--- 10,16 ----
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
+ 
  <synopsis>
  
  
***************
*** 66,71 ****
--- 67,74 ----
  
  
  
+ 
+ 
  <refsect1>
  <title>Description</title>
  <para>
***************
*** 87,102 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="AtkAttributeSet">AtkAttributeSet</link> to add the attribute to
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>attr</parameter>&nbsp;:</term>
! <listitem><para> The AtkTextAttrribute which identifies the attribute to be added
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>value</parameter>&nbsp;:</term>
! <listitem><para> The attribute value
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> A pointer to the new <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-layout-get-run-attributes">gail_misc_layout_get_run_attributes ()</title>
--- 90,105 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="AtkAttributeSet">AtkAttributeSet</link> to add the attribute to
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>attr</parameter>&nbsp;:</term>
! <listitem><simpara> The AtkTextAttrribute which identifies the attribute to be added
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>value</parameter>&nbsp;:</term>
! <listitem><simpara> The attribute value
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-layout-get-run-attributes">gail_misc_layout_get_run_attributes ()</title>
***************
*** 114,138 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="AtkAttributeSet">AtkAttributeSet</link> to add the attribute to
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><para> The PangoLayout from which the attributes will be obtained
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>text</parameter>&nbsp;:</term>
! <listitem><para> The text 
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>offset</parameter>&nbsp;:</term>
! <listitem><para> The offset at which the attributes are required
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>start_offset</parameter>&nbsp;:</term>
! <listitem><para> The start offset of the current run
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>end_offset</parameter>&nbsp;:</term>
! <listitem><para> The end offset of the current run
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> A pointer to the <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-default-attributes">gail_misc_get_default_attributes ()</title>
--- 117,141 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="AtkAttributeSet">AtkAttributeSet</link> to add the attribute to
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><simpara> The PangoLayout from which the attributes will be obtained
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>text</parameter>&nbsp;:</term>
! <listitem><simpara> The text 
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>offset</parameter>&nbsp;:</term>
! <listitem><simpara> The offset at which the attributes are required
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>start_offset</parameter>&nbsp;:</term>
! <listitem><simpara> The start offset of the current run
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>end_offset</parameter>&nbsp;:</term>
! <listitem><simpara> The end offset of the current run
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-default-attributes">gail_misc_get_default_attributes ()</title>
***************
*** 146,161 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="AtkAttributeSet">AtkAttributeSet</link> to add the attribute to
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><para> The PangoLayout from which the attributes will be obtained
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><para> The GtkWidget for which the default attributes are required.
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> A pointer to the <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-extents-from-pango-rectangle">gail_misc_get_extents_from_pango_rectangle ()</title>
--- 149,164 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="AtkAttributeSet">AtkAttributeSet</link> to add the attribute to
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><simpara> The PangoLayout from which the attributes will be obtained
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara> The GtkWidget for which the default attributes are required.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-extents-from-pango-rectangle">gail_misc_get_extents_from_pango_rectangle ()</title>
***************
*** 177,211 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><para> The widget that contains the PangoLayout, that contains
    the PangoRectangle
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>char_rect</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="PangoRectangle">PangoRectangle</link> from which to calculate extents
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>x_layout</parameter>&nbsp;:</term>
! <listitem><para> The x-offset at which the widget displays the
    PangoLayout that contains the PangoRectangle, relative to <parameter>widget</parameter>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>y_layout</parameter>&nbsp;:</term>
! <listitem><para> The y-offset at which the widget displays the
    PangoLayout that contains the PangoRectangle, relative to <parameter>widget</parameter>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
! <listitem><para> The x-position of the <link linkend="PangoRectangle">PangoRectangle</link> relative to <parameter>coords</parameter>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>y</parameter>&nbsp;:</term>
! <listitem><para> The y-position of the <link linkend="PangoRectangle">PangoRectangle</link> relative to <parameter>coords</parameter>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>width</parameter>&nbsp;:</term>
! <listitem><para> The width of the <link linkend="PangoRectangle">PangoRectangle</link>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>height</parameter>&nbsp;:</term>
! <listitem><para> The  height of the <link linkend="PangoRectangle">PangoRectangle</link>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>coords</parameter>&nbsp;:</term>
! <listitem><para> An <link linkend="AtkCoordType">AtkCoordType</link> enumeration
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-index-at-point-in-layout">gail_misc_get_index_at_point_in_layout ()</title>
--- 180,214 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara> The widget that contains the PangoLayout, that contains
    the PangoRectangle
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>char_rect</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="PangoRectangle">PangoRectangle</link> from which to calculate extents
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>x_layout</parameter>&nbsp;:</term>
! <listitem><simpara> The x-offset at which the widget displays the
    PangoLayout that contains the PangoRectangle, relative to <parameter>widget</parameter>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>y_layout</parameter>&nbsp;:</term>
! <listitem><simpara> The y-offset at which the widget displays the
    PangoLayout that contains the PangoRectangle, relative to <parameter>widget</parameter>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
! <listitem><simpara> The x-position of the <link linkend="PangoRectangle">PangoRectangle</link> relative to <parameter>coords</parameter>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>y</parameter>&nbsp;:</term>
! <listitem><simpara> The y-position of the <link linkend="PangoRectangle">PangoRectangle</link> relative to <parameter>coords</parameter>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>width</parameter>&nbsp;:</term>
! <listitem><simpara> The width of the <link linkend="PangoRectangle">PangoRectangle</link>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>height</parameter>&nbsp;:</term>
! <listitem><simpara> The  height of the <link linkend="PangoRectangle">PangoRectangle</link>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>coords</parameter>&nbsp;:</term>
! <listitem><simpara> An <link linkend="AtkCoordType">AtkCoordType</link> enumeration
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-index-at-point-in-layout">gail_misc_get_index_at_point_in_layout ()</title>
***************
*** 223,256 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><para> A <link linkend="GtkWidget">GtkWidget</link>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="PangoLayout">PangoLayout</link> from which to get the index at the
    specified point.
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>x_layout</parameter>&nbsp;:</term>
! <listitem><para> The x-offset at which the widget displays the
    <link linkend="PangoLayout">PangoLayout</link>, relative to <parameter>widget</parameter>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>y_layout</parameter>&nbsp;:</term>
! <listitem><para> The y-offset at which the widget displays the
    <link linkend="PangoLayout">PangoLayout</link>, relative to <parameter>widget</parameter>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
! <listitem><para> The x-coordinate relative to <parameter>coords</parameter> at which to
    calculate the index
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>y</parameter>&nbsp;:</term>
! <listitem><para> The y-coordinate relative to <parameter>coords</parameter> at which to
    calculate the index
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>coords</parameter>&nbsp;:</term>
! <listitem><para> An <link linkend="AtkCoordType">AtkCoordType</link> enumeration
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> the byte offset at the specified <parameter>x</parameter> and <parameter>y</parameter> in a
    <link linkend="PangoLayout">PangoLayout</link>
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-origins">gail_misc_get_origins ()</title>
--- 226,259 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara> A <link linkend="GtkWidget">GtkWidget</link>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="PangoLayout">PangoLayout</link> from which to get the index at the
    specified point.
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>x_layout</parameter>&nbsp;:</term>
! <listitem><simpara> The x-offset at which the widget displays the
    <link linkend="PangoLayout">PangoLayout</link>, relative to <parameter>widget</parameter>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>y_layout</parameter>&nbsp;:</term>
! <listitem><simpara> The y-offset at which the widget displays the
    <link linkend="PangoLayout">PangoLayout</link>, relative to <parameter>widget</parameter>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
! <listitem><simpara> The x-coordinate relative to <parameter>coords</parameter> at which to
    calculate the index
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>y</parameter>&nbsp;:</term>
! <listitem><simpara> The y-coordinate relative to <parameter>coords</parameter> at which to
    calculate the index
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>coords</parameter>&nbsp;:</term>
! <listitem><simpara> An <link linkend="AtkCoordType">AtkCoordType</link> enumeration
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the byte offset at the specified <parameter>x</parameter> and <parameter>y</parameter> in a
    <link linkend="PangoLayout">PangoLayout</link>
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-get-origins">gail_misc_get_origins ()</title>
***************
*** 266,285 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><para> a <link linkend="GtkWidget">GtkWidget</link>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>x_window</parameter>&nbsp;:</term>
! <listitem><para> the x-origin of the widget-&gt;window
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>y_window</parameter>&nbsp;:</term>
! <listitem><para> the y-origin of the widget-&gt;window
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>x_toplevel</parameter>&nbsp;:</term>
! <listitem><para> the x-origin of the toplevel window for widget-&gt;window
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>y_toplevel</parameter>&nbsp;:</term>
! <listitem><para> the y-origin of the toplevel window for widget-&gt;window
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-add-to-attr-set">gail_misc_add_to_attr_set ()</title>
--- 269,288 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara> a <link linkend="GtkWidget">GtkWidget</link>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>x_window</parameter>&nbsp;:</term>
! <listitem><simpara> the x-origin of the widget-&gt;window
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>y_window</parameter>&nbsp;:</term>
! <listitem><simpara> the y-origin of the widget-&gt;window
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>x_toplevel</parameter>&nbsp;:</term>
! <listitem><simpara> the x-origin of the toplevel window for widget-&gt;window
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>y_toplevel</parameter>&nbsp;:</term>
! <listitem><simpara> the y-origin of the toplevel window for widget-&gt;window
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-add-to-attr-set">gail_misc_add_to_attr_set ()</title>
***************
*** 293,308 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><para> An <link linkend="AtkAttributeSet">AtkAttributeSet</link>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>attrs</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="GtkTextAttributes">GtkTextAttributes</link> containing the attribute value
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>attr</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="AtkTextAttribute">AtkTextAttribute</link> to be added
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> A pointer to the updated <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-buffer-get-run-attributes">gail_misc_buffer_get_run_attributes ()</title>
--- 296,311 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>attrib_set</parameter>&nbsp;:</term>
! <listitem><simpara> An <link linkend="AtkAttributeSet">AtkAttributeSet</link>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>attrs</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="GtkTextAttributes">GtkTextAttributes</link> containing the attribute value
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>attr</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="AtkTextAttribute">AtkTextAttribute</link> to be added
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the updated <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-misc-buffer-get-run-attributes">gail_misc_buffer_get_run_attributes ()</title>
***************
*** 318,336 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>buffer</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="GtkTextBuffer">GtkTextBuffer</link> for which the attributes will be obtained
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>offset</parameter>&nbsp;:</term>
! <listitem><para> The offset at which the attributes are required
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>start_offset</parameter>&nbsp;:</term>
! <listitem><para> The start offset of the current run
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>end_offset</parameter>&nbsp;:</term>
! <listitem><para> The end offset of the current run
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> A pointer to the <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  
  </refsect1>
--- 321,339 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>buffer</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="GtkTextBuffer">GtkTextBuffer</link> for which the attributes will be obtained
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>offset</parameter>&nbsp;:</term>
! <listitem><simpara> The offset at which the attributes are required
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>start_offset</parameter>&nbsp;:</term>
! <listitem><simpara> The start offset of the current run
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>end_offset</parameter>&nbsp;:</term>
! <listitem><simpara> The end offset of the current run
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the <link linkend="AtkAttributeSet">AtkAttributeSet</link>.
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  
  </refsect1>
diff -crN ./gail/docs/reference/libgail-util/sgml/gailtextutil.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/sgml/gailtextutil.sgml
*** ./gail/docs/reference/libgail-util/sgml/gailtextutil.sgml	Mon Jan 20 10:26:14 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/sgml/gailtextutil.sgml	Sat Aug  9 21:56:08 2003
***************
*** 6,16 ****
  </refmeta>
  
  <refnamediv>
! <refname>GailTextUtil</refname><refpurpose>GailTextUtil is a utility class which can be used to implement some of
! the AtkText functions for accessible objects which implement AtkText.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
  <synopsis>
  
  
--- 6,16 ----
  </refmeta>
  
  <refnamediv>
! <refname>GailTextUtil</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
+ 
  <synopsis>
  
  
***************
*** 41,55 ****
  
  
  
  <refsect1>
  <title>Description</title>
  <para>
- GailTextUtil is a utility class which can be used to implement the
- AtkText functions which get text for accessible objects which implement
- AtkText.
  
- In GAIL it is used by the accsesible objects for GnomeCanvasText, GtkEntry,
- GtkLabel, GtkCellRendererText and GtkTextview.
  </para>
  </refsect1>
  
--- 41,52 ----
  
  
  
+ 
+ 
  <refsect1>
  <title>Description</title>
  <para>
  
  </para>
  </refsect1>
  
***************
*** 57,71 ****
  <title>Details</title>
  <refsect2>
  <title><anchor id="GailTextUtil">struct GailTextUtil</title>
! <programlisting>struct GailTextUtil
! {
    GObject parent;
  
    GtkTextBuffer *buffer;
  };
  </programlisting>
  <para>
- The GailTextCell structure should not be accessed directly.
  
  </para></refsect2>
  <refsect2>
--- 54,67 ----
  <title>Details</title>
  <refsect2>
  <title><anchor id="GailTextUtil">struct GailTextUtil</title>
! <programlisting>struct GailTextUtil {
! 
    GObject parent;
  
    GtkTextBuffer *buffer;
  };
  </programlisting>
  <para>
  
  </para></refsect2>
  <refsect2>
***************
*** 86,103 ****
  </para><variablelist role="enum">
  <varlistentry>
  <term><literal>GAIL_BEFORE_OFFSET</literal></term>
! <listitem><para> Text before offset is required.
! </para></listitem>
  </varlistentry>
  <varlistentry>
  <term><literal>GAIL_AT_OFFSET</literal></term>
! <listitem><para> Text at offset is required,
! </para></listitem>
  </varlistentry>
  <varlistentry>
  <term><literal>GAIL_AFTER_OFFSET</literal></term>
! <listitem><para> Text after offset is required.
! </para></listitem>
  </varlistentry>
  </variablelist></refsect2>
  <refsect2>
--- 82,99 ----
  </para><variablelist role="enum">
  <varlistentry>
  <term><literal>GAIL_BEFORE_OFFSET</literal></term>
! <listitem><simpara> Text before offset is required.
! </simpara></listitem>
  </varlistentry>
  <varlistentry>
  <term><literal>GAIL_AT_OFFSET</literal></term>
! <listitem><simpara> Text at offset is required,
! </simpara></listitem>
  </varlistentry>
  <varlistentry>
  <term><literal>GAIL_AFTER_OFFSET</literal></term>
! <listitem><simpara> Text after offset is required.
! </simpara></listitem>
  </varlistentry>
  </variablelist></refsect2>
  <refsect2>
***************
*** 108,115 ****
  <para>
  
  </para><variablelist role="params">
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> the GailTextUtil object
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-text-setup">gail_text_util_text_setup ()</title>
--- 104,111 ----
  <para>
  
  </para><variablelist role="params">
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the GailTextUtil object
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-text-setup">gail_text_util_text_setup ()</title>
***************
*** 121,131 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="GailTextUtil">GailTextUtil</link> to be initialized.
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>text</parameter>&nbsp;:</term>
! <listitem><para> A gchar* which points to the text to be stored in the GailTextUtil
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-buffer-setup">gail_text_util_buffer_setup ()</title>
--- 117,127 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="GailTextUtil">GailTextUtil</link> to be initialized.
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>text</parameter>&nbsp;:</term>
! <listitem><simpara> A gchar* which points to the text to be stored in the GailTextUtil
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-buffer-setup">gail_text_util_buffer_setup ()</title>
***************
*** 137,147 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><para> A <link linkend="GailTextUtil">GailTextUtil</link> to be initialized
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>buffer</parameter>&nbsp;:</term>
! <listitem><para> The <link linkend="GtkTextBuffer">GtkTextBuffer</link> which identifies the text to be stored in the GailUtil.
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-get-text">gail_text_util_get_text ()</title>
--- 133,143 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><simpara> A <link linkend="GailTextUtil">GailTextUtil</link> to be initialized
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>buffer</parameter>&nbsp;:</term>
! <listitem><simpara> The <link linkend="GtkTextBuffer">GtkTextBuffer</link> which identifies the text to be stored in the GailUtil.
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-get-text">gail_text_util_get_text ()</title>
***************
*** 161,189 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><para> A <link linkend="GailTextUtil">GailTextUtil</link>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><para> A gpointer which is a PangoLayout, a GtkTreeView of NULL
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>function</parameter>&nbsp;:</term>
! <listitem><para> An enumeration specifying whether to return the text before, at, or
    after the offset.
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>boundary_type</parameter>&nbsp;:</term>
! <listitem><para> The boundary type.
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>offset</parameter>&nbsp;:</term>
! <listitem><para> The offset of the text in the GailTextUtil 
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>start_offset</parameter>&nbsp;:</term>
! <listitem><para> Address of location in which the start offset is returned
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>end_offset</parameter>&nbsp;:</term>
! <listitem><para> Address of location in which the end offset is returned
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> the substring requested
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-get-substring">gail_text_util_get_substring ()</title>
--- 157,185 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><simpara> A <link linkend="GailTextUtil">GailTextUtil</link>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>layout</parameter>&nbsp;:</term>
! <listitem><simpara> A gpointer which is a PangoLayout, a GtkTreeView of NULL
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>function</parameter>&nbsp;:</term>
! <listitem><simpara> An enumeration specifying whether to return the text before, at, or
    after the offset.
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>boundary_type</parameter>&nbsp;:</term>
! <listitem><simpara> The boundary type.
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>offset</parameter>&nbsp;:</term>
! <listitem><simpara> The offset of the text in the GailTextUtil 
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>start_offset</parameter>&nbsp;:</term>
! <listitem><simpara> Address of location in which the start offset is returned
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>end_offset</parameter>&nbsp;:</term>
! <listitem><simpara> Address of location in which the end offset is returned
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the substring requested
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gail-text-util-get-substring">gail_text_util_get_substring ()</title>
***************
*** 196,211 ****
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><para> A <link linkend="GailTextUtil">GailTextUtil</link>
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>start_pos</parameter>&nbsp;:</term>
! <listitem><para> The start position of the substring
! </para></listitem></varlistentry>
  <varlistentry><term><parameter>end_pos</parameter>&nbsp;:</term>
! <listitem><para> The end position of the substring.
! </para></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><para> the substring indicated by <parameter>start_pos</parameter> and <parameter>end_pos</parameter>
! </para></listitem></varlistentry>
  </variablelist></refsect2>
  
  </refsect1>
--- 192,207 ----
  
  </para><variablelist role="params">
  <varlistentry><term><parameter>textutil</parameter>&nbsp;:</term>
! <listitem><simpara> A <link linkend="GailTextUtil">GailTextUtil</link>
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>start_pos</parameter>&nbsp;:</term>
! <listitem><simpara> The start position of the substring
! </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>end_pos</parameter>&nbsp;:</term>
! <listitem><simpara> The end position of the substring.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the substring indicated by <parameter>start_pos</parameter> and <parameter>end_pos</parameter>
! </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  
  </refsect1>
diff -crN ./gail/docs/reference/libgail-util/tmpl/gailmisc.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/tmpl/gailmisc.sgml
*** ./gail/docs/reference/libgail-util/tmpl/gailmisc.sgml	Mon Jan 20 10:26:13 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/tmpl/gailmisc.sgml	Sat Aug  9 21:56:08 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### FUNCTION gail_misc_add_attribute ##### -->
  <para>
  
diff -crN ./gail/docs/reference/libgail-util/tmpl/gailtextutil.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/tmpl/gailtextutil.sgml
*** ./gail/docs/reference/libgail-util/tmpl/gailtextutil.sgml	Mon Jan 20 10:26:13 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/docs/reference/libgail-util/tmpl/gailtextutil.sgml	Sat Aug  9 21:56:07 2003
***************
*** 2,28 ****
  GailTextUtil
  
  <!-- ##### SECTION Short_Description ##### -->
! GailTextUtil is a utility class which can be used to implement some of
! the AtkText functions for accessible objects which implement AtkText.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
- GailTextUtil is a utility class which can be used to implement the
- AtkText functions which get text for accessible objects which implement
- AtkText.
  
- In GAIL it is used by the accsesible objects for GnomeCanvasText, GtkEntry,
- GtkLabel, GtkCellRendererText and GtkTextview.
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### STRUCT GailTextUtil ##### -->
  <para>
- The GailTextCell structure should not be accessed directly.
  
  </para>
  
--- 2,23 ----
  GailTextUtil
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GailTextUtil ##### -->
  <para>
  
  </para>
  
diff -crN ./gail/gail/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/gail/Makefile.in
*** ./gail/gail/Makefile.in	Mon Jan 20 10:24:34 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/gail/Makefile.in	Sat Aug  9 21:49:46 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,66 ****
--- 57,67 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
+ AWK = @AWK@
  CC = @CC@
+ DEPDIR = @DEPDIR@
  DEP_CFLAGS = @DEP_CFLAGS@
  DEP_LIBS = @DEP_LIBS@
  DLLTOOL = @DLLTOOL@
***************
*** 69,81 ****
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
- MAKEINFO = @MAKEINFO@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
--- 70,82 ----
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
***************
*** 83,429 ****
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
  ms_librarian = @ms_librarian@
  
  module_LTLIBRARIES = libgail.la
  
! gail_c_sources =  	gail.c					gailadjustment.c			gailarrow.c				gailbooleancell.c			gailbooleancellfactory.c		gailbox.c				gailbutton.c				gailcalendar.c				gailcanvas.c				gailcanvasgroup.c			gailcanvasgroupfactory.c		gailcanvasitem.c			gailcanvasitemfactory.c			gailcanvastext.c			gailcanvastextfactory.c			gailcanvaswidget.c			gailcanvaswidgetfactory.c		gailcell.c				gailcellparent.c			gailcheckmenuitem.c			gailchecksubmenuitem.c			gailclist.c				gailclistcell.c				gailcombo.c				gailcontainer.c				gailcontainercell.c			gailentry.c				gailframe.c				gailimage.c				gailimagecell.c				gailimagecellfactory.c			gailitem.c				gaillabel.c				gaillist.c				gailmenu.c				gailmenushell.c				gailmenuitem.c				gailnotebook.c				gailnotebookpage.c			gailoptionmenu.c			gailpaned.c				gailpixmap.c				gailprogressbar.c			gailradiobutton.c			gailradiomenuitem.c			gailradiosubmenuitem.c			gailrange.c				gailrenderercell.c			gailscrollbar.c				gailscrolledwindow.c			gailseparator.c				gailspinbutton.c			gailsubmenuitem.c			gailstatusbar.c				gailtextcell.c				gailtextcellfactory.c			gailtextview.c				gailtogglebutton.c			gailtoplevel.c				gailtreeview.c				gailutil.c				gailwidget.c				gailwindow.c
  
  
- #libgailincludedir=$(includedir)/gail-1.0/gail
  
! gail_private_h_sources =  	gail.h					gailadjustment.h			gailarrow.h				gailbooleancell.h			gailbooleancellfactory.h		gailbox.h				gailbutton.h				gailcalendar.h				gailcanvas.h				gailcanvasgroup.h			gailcanvasgroupfactory.h		gailcanvasitem.h			gailcanvasitemfactory.h			gailcanvastext.h			gailcanvastextfactory.h			gailcanvaswidget.h			gailcanvaswidgetfactory.h		gailcell.h				gailcellparent.h			gailcheckmenuitem.h			gailchecksubmenuitem.h			gailclist.h				gailclistcell.h				gailcombo.h				gailcontainercell.h			gailcontainer.h				gailentry.h				gailfactory.h				gailframe.h				gailimage.h				gailimagecell.h				gailimagecellfactory.h			gailitem.h				gaillabel.h				gaillist.h				gailmenu.h				gailmenushell.h				gailmenuitem.h				gailnotebook.h				gailnotebookpage.h			gailoptionmenu.h			gailpaned.h				gailpixmap.h				gailprogressbar.h			gailradiobutton.h			gailradiomenuitem.h			gailradiosubmenuitem.h			gailrange.h				gailrenderercell.h			gailscrollbar.h				gailscrolledwindow.h			gailseparator.h				gailspinbutton.h			gailsubmenuitem.h			gailstatusbar.h				gailtextcell.h				gailtextcellfactory.h			gailtextview.h				gailtogglebutton.h			gailtoplevel.h				gailtreeview.h				gailutil.h				gailwidget.h				gailwindow.h
  
  
  gail_public_h_sources = 
  
! libgail_la_SOURCES =  	$(gail_c_sources)			$(gail_private_h_sources)
  
  
  #libgailinclude_HEADERS =		\
  #	$(gail_public_h_sources)
! 
! INCLUDES =  	-I$(top_srcdir)		 	-DVERSION=\"$(VERSION)\" 	@DEP_CFLAGS@
  
  
! libgail_la_LIBADD =          @DEP_LIBS@
  
  
  moduledir = $(libdir)/gtk-2.0/modules
  
! libgail_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version         @LDFLAGS@		$(top_builddir)/libgail-util/libgailutil.la
  
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! LTLIBRARIES =  $(module_LTLIBRARIES)
  
! 
! DEFS = @DEFS@ -I. -I$(srcdir) -I..
  CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! libgail_la_DEPENDENCIES = 
! libgail_la_OBJECTS =  gail.lo gailadjustment.lo gailarrow.lo \
! gailbooleancell.lo gailbooleancellfactory.lo gailbox.lo gailbutton.lo \
! gailcalendar.lo gailcanvas.lo gailcanvasgroup.lo \
! gailcanvasgroupfactory.lo gailcanvasitem.lo gailcanvasitemfactory.lo \
! gailcanvastext.lo gailcanvastextfactory.lo gailcanvaswidget.lo \
! gailcanvaswidgetfactory.lo gailcell.lo gailcellparent.lo \
! gailcheckmenuitem.lo gailchecksubmenuitem.lo gailclist.lo \
! gailclistcell.lo gailcombo.lo gailcontainer.lo gailcontainercell.lo \
! gailentry.lo gailframe.lo gailimage.lo gailimagecell.lo \
! gailimagecellfactory.lo gailitem.lo gaillabel.lo gaillist.lo \
! gailmenu.lo gailmenushell.lo gailmenuitem.lo gailnotebook.lo \
! gailnotebookpage.lo gailoptionmenu.lo gailpaned.lo gailpixmap.lo \
! gailprogressbar.lo gailradiobutton.lo gailradiomenuitem.lo \
! gailradiosubmenuitem.lo gailrange.lo gailrenderercell.lo \
! gailscrollbar.lo gailscrolledwindow.lo gailseparator.lo \
! gailspinbutton.lo gailsubmenuitem.lo gailstatusbar.lo gailtextcell.lo \
! gailtextcellfactory.lo gailtextview.lo gailtogglebutton.lo \
! gailtoplevel.lo gailtreeview.lo gailutil.lo gailwidget.lo gailwindow.lo
! CFLAGS = @CFLAGS@
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! DIST_COMMON =  Makefile.am Makefile.in
! 
! 
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 
! TAR = tar
! GZIP_ENV = --best
  SOURCES = $(libgail_la_SOURCES)
- OBJECTS = $(libgail_la_OBJECTS)
- 
- all: all-redirect
- .SUFFIXES:
- .SUFFIXES: .S .c .lo .o .obj .s
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps gail/Makefile
- 
- Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
- 	cd $(top_builddir) \
- 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
- 
  
! mostlyclean-moduleLTLIBRARIES:
  
! clean-moduleLTLIBRARIES:
! 	-test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
  
! distclean-moduleLTLIBRARIES:
  
! maintainer-clean-moduleLTLIBRARIES:
  
  install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(moduledir)
  	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(moduledir)/$$p"; \
! 	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(moduledir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-moduleLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	list='$(module_LTLIBRARIES)'; for p in $$list; do \
! 	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(moduledir)/$$p; \
  	done
  
! .c.o:
! 	$(COMPILE) -c $<
! 
! # FIXME: We should only use cygpath when building on Windows,
! # and only if it is available.
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .s.o:
! 	$(COMPILE) -c $<
! 
! .S.o:
! 	$(COMPILE) -c $<
  
  mostlyclean-compile:
! 	-rm -f *.o core *.core
! 	-rm -f *.$(OBJEXT)
! 
! clean-compile:
  
  distclean-compile:
  	-rm -f *.tab.c
  
! maintainer-clean-compile:
! 
! .c.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .s.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .S.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
! 
! distclean-libtool:
  
! maintainer-clean-libtool:
  
! libgail.la: $(libgail_la_OBJECTS) $(libgail_la_DEPENDENCIES)
! 	$(LINK) -rpath $(moduledir) $(libgail_la_LDFLAGS) $(libgail_la_OBJECTS) $(libgail_la_LIBADD) $(LIBS)
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  
! mostlyclean-tags:
! 
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
! 
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = gail
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  
  
  
  
  
  
  
  
  
  
  
  
  
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
  
  info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
- check-am: all-am
- check: check-am
- installcheck-am:
- installcheck: installcheck-am
- install-exec-am:
- install-exec: install-exec-am
  
  install-data-am: install-moduleLTLIBRARIES
- install-data: install-data-am
  
! install-am: all-am
! 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! install: install-am
! uninstall-am: uninstall-moduleLTLIBRARIES
! uninstall: uninstall-am
! all-am: Makefile $(LTLIBRARIES)
! all-redirect: all-am
! install-strip:
! 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! installdirs:
! 	$(mkinstalldirs)  $(DESTDIR)$(moduledir)
  
  
! mostlyclean-generic:
  
! clean-generic:
  
! distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
! maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-moduleLTLIBRARIES mostlyclean-compile \
! 		mostlyclean-libtool mostlyclean-tags \
! 		mostlyclean-generic
  
  mostlyclean: mostlyclean-am
  
! clean-am:  clean-moduleLTLIBRARIES clean-compile clean-libtool \
! 		clean-tags clean-generic mostlyclean-am
! 
! clean: clean-am
! 
! distclean-am:  distclean-moduleLTLIBRARIES distclean-compile \
! 		distclean-libtool distclean-tags distclean-generic \
! 		clean-am
! 	-rm -f libtool
! 
! distclean: distclean-am
! 
! maintainer-clean-am:  maintainer-clean-moduleLTLIBRARIES \
! 		maintainer-clean-compile maintainer-clean-libtool \
! 		maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
! 
! maintainer-clean: maintainer-clean-am
  
! .PHONY: mostlyclean-moduleLTLIBRARIES distclean-moduleLTLIBRARIES \
! clean-moduleLTLIBRARIES maintainer-clean-moduleLTLIBRARIES \
! uninstall-moduleLTLIBRARIES install-moduleLTLIBRARIES \
! mostlyclean-compile distclean-compile clean-compile \
! maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck 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.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 84,497 ----
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
  ms_librarian = @ms_librarian@
  
  module_LTLIBRARIES = libgail.la
  
! gail_c_sources = \
! 	gail.c				\
! 	gailadjustment.c		\
! 	gailarrow.c			\
! 	gailbooleancell.c		\
! 	gailbooleancellfactory.c	\
! 	gailbox.c			\
! 	gailbutton.c			\
! 	gailcalendar.c			\
! 	gailcanvas.c			\
! 	gailcanvasgroup.c		\
! 	gailcanvasgroupfactory.c	\
! 	gailcanvasitem.c		\
! 	gailcanvasitemfactory.c		\
! 	gailcanvastext.c		\
! 	gailcanvastextfactory.c		\
! 	gailcanvaswidget.c		\
! 	gailcanvaswidgetfactory.c	\
! 	gailcell.c			\
! 	gailcellparent.c		\
! 	gailcheckmenuitem.c		\
! 	gailchecksubmenuitem.c		\
! 	gailclist.c			\
! 	gailclistcell.c			\
! 	gailcombo.c			\
! 	gailcontainer.c			\
! 	gailcontainercell.c		\
! 	gailentry.c			\
! 	gailframe.c			\
! 	gailimage.c			\
! 	gailimagecell.c			\
! 	gailimagecellfactory.c		\
! 	gailitem.c			\
! 	gaillabel.c			\
! 	gaillist.c			\
! 	gailmenu.c			\
! 	gailmenushell.c			\
! 	gailmenuitem.c			\
! 	gailnotebook.c			\
! 	gailnotebookpage.c		\
! 	gailoptionmenu.c		\
! 	gailpaned.c			\
! 	gailpixmap.c			\
! 	gailprogressbar.c		\
! 	gailradiobutton.c		\
! 	gailradiomenuitem.c		\
! 	gailradiosubmenuitem.c		\
! 	gailrange.c			\
! 	gailrenderercell.c		\
! 	gailscrollbar.c			\
! 	gailscrolledwindow.c		\
! 	gailseparator.c			\
! 	gailspinbutton.c		\
! 	gailsubmenuitem.c		\
! 	gailstatusbar.c			\
! 	gailtextcell.c			\
! 	gailtextcellfactory.c		\
! 	gailtextview.c			\
! 	gailtogglebutton.c		\
! 	gailtoplevel.c			\
! 	gailtreeview.c			\
! 	gailutil.c			\
! 	gailwidget.c			\
! 	gailwindow.c
  
  
  
! #libgailincludedir=$(includedir)/gail-1.0/gail
! gail_private_h_sources = \
! 	gail.h				\
! 	gailadjustment.h		\
! 	gailarrow.h			\
! 	gailbooleancell.h		\
! 	gailbooleancellfactory.h	\
! 	gailbox.h			\
! 	gailbutton.h			\
! 	gailcalendar.h			\
! 	gailcanvas.h			\
! 	gailcanvasgroup.h		\
! 	gailcanvasgroupfactory.h	\
! 	gailcanvasitem.h		\
! 	gailcanvasitemfactory.h		\
! 	gailcanvastext.h		\
! 	gailcanvastextfactory.h		\
! 	gailcanvaswidget.h		\
! 	gailcanvaswidgetfactory.h	\
! 	gailcell.h			\
! 	gailcellparent.h		\
! 	gailcheckmenuitem.h		\
! 	gailchecksubmenuitem.h		\
! 	gailclist.h			\
! 	gailclistcell.h			\
! 	gailcombo.h			\
! 	gailcontainercell.h		\
! 	gailcontainer.h			\
! 	gailentry.h			\
! 	gailfactory.h			\
! 	gailframe.h			\
! 	gailimage.h			\
! 	gailimagecell.h			\
! 	gailimagecellfactory.h		\
! 	gailitem.h			\
! 	gaillabel.h			\
! 	gaillist.h			\
! 	gailmenu.h			\
! 	gailmenushell.h			\
! 	gailmenuitem.h			\
! 	gailnotebook.h			\
! 	gailnotebookpage.h		\
! 	gailoptionmenu.h		\
! 	gailpaned.h			\
! 	gailpixmap.h			\
! 	gailprogressbar.h		\
! 	gailradiobutton.h		\
! 	gailradiomenuitem.h		\
! 	gailradiosubmenuitem.h		\
! 	gailrange.h			\
! 	gailrenderercell.h		\
! 	gailscrollbar.h			\
! 	gailscrolledwindow.h		\
! 	gailseparator.h			\
! 	gailspinbutton.h		\
! 	gailsubmenuitem.h		\
! 	gailstatusbar.h			\
! 	gailtextcell.h			\
! 	gailtextcellfactory.h		\
! 	gailtextview.h			\
! 	gailtogglebutton.h		\
! 	gailtoplevel.h			\
! 	gailtreeview.h			\
! 	gailutil.h			\
! 	gailwidget.h			\
! 	gailwindow.h
  
  
  gail_public_h_sources = 
  
! libgail_la_SOURCES = \
! 	$(gail_c_sources)		\
! 	$(gail_private_h_sources)
! 
  
  
  #libgailinclude_HEADERS =		\
  #	$(gail_public_h_sources)
! INCLUDES = \
! 	-I$(top_srcdir)		 \
! 	-DVERSION=\"$(VERSION)\" \
! 	@DEP_CFLAGS@
  
  
! libgail_la_LIBADD = \
!         @DEP_LIBS@
  
  
  moduledir = $(libdir)/gtk-2.0/modules
  
! libgail_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
!         @LDFLAGS@	\
! 	$(top_builddir)/libgail-util/libgailutil.la
  
+ subdir = gail
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! LTLIBRARIES = $(module_LTLIBRARIES)
! 
! libgail_la_DEPENDENCIES =
! am_libgail_la_OBJECTS = gail.lo gailadjustment.lo gailarrow.lo \
! 	gailbooleancell.lo gailbooleancellfactory.lo gailbox.lo \
! 	gailbutton.lo gailcalendar.lo gailcanvas.lo gailcanvasgroup.lo \
! 	gailcanvasgroupfactory.lo gailcanvasitem.lo \
! 	gailcanvasitemfactory.lo gailcanvastext.lo \
! 	gailcanvastextfactory.lo gailcanvaswidget.lo \
! 	gailcanvaswidgetfactory.lo gailcell.lo gailcellparent.lo \
! 	gailcheckmenuitem.lo gailchecksubmenuitem.lo gailclist.lo \
! 	gailclistcell.lo gailcombo.lo gailcontainer.lo \
! 	gailcontainercell.lo gailentry.lo gailframe.lo gailimage.lo \
! 	gailimagecell.lo gailimagecellfactory.lo gailitem.lo \
! 	gaillabel.lo gaillist.lo gailmenu.lo gailmenushell.lo \
! 	gailmenuitem.lo gailnotebook.lo gailnotebookpage.lo \
! 	gailoptionmenu.lo gailpaned.lo gailpixmap.lo gailprogressbar.lo \
! 	gailradiobutton.lo gailradiomenuitem.lo gailradiosubmenuitem.lo \
! 	gailrange.lo gailrenderercell.lo gailscrollbar.lo \
! 	gailscrolledwindow.lo gailseparator.lo gailspinbutton.lo \
! 	gailsubmenuitem.lo gailstatusbar.lo gailtextcell.lo \
! 	gailtextcellfactory.lo gailtextview.lo gailtogglebutton.lo \
! 	gailtoplevel.lo gailtreeview.lo gailutil.lo gailwidget.lo \
! 	gailwindow.lo
! libgail_la_OBJECTS = $(am_libgail_la_OBJECTS)
  
! DEFS = @DEFS@
! DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! depcomp =
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! CFLAGS = @CFLAGS@
! DIST_SOURCES = $(libgail_la_SOURCES)
! DIST_COMMON = Makefile.am Makefile.in
  SOURCES = $(libgail_la_SOURCES)
  
! all: all-am
  
! .SUFFIXES:
! .SUFFIXES: .c .lo .o .obj
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps gail/Makefile
+ Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(moduledir)
  	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$p"; \
! 	    $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-moduleLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
! 	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(moduledir)/$$p"; \
! 	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(moduledir)/$$p; \
  	done
  
! clean-moduleLTLIBRARIES:
! 	-test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
! libgail.la: $(libgail_la_OBJECTS) $(libgail_la_DEPENDENCIES) 
! 	$(LINK) -rpath $(moduledir) $(libgail_la_LDFLAGS) $(libgail_la_OBJECTS) $(libgail_la_LIBADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT) core *.core
  
  distclean-compile:
  	-rm -f *.tab.c
  
! .c.o:
! 	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
  
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
  
! .c.lo:
! 	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
! uninstall-info-am:
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
  
+ installdirs:
+ 	$(mkinstalldirs) $(DESTDIR)$(moduledir)
  
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+ uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
  
+ clean-generic:
  
+ distclean-generic:
+ 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+ 	@echo "it deletes files that may require special tools to rebuild."
+ clean: clean-am
  
+ clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
+ 	mostlyclean-am
  
+ distclean: distclean-am
  
+ distclean-am: clean-am distclean-compile distclean-generic \
+ 	distclean-libtool distclean-tags
  
+ dvi: dvi-am
  
+ dvi-am:
  
! info: info-am
  
  info-am:
  
  install-data-am: install-moduleLTLIBRARIES
  
! install-exec-am:
  
+ install-info: install-info-am
  
! install-man:
  
! installcheck-am:
  
! maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
  
  mostlyclean: mostlyclean-am
  
! mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool
  
! uninstall-am: uninstall-info-am uninstall-moduleLTLIBRARIES
  
+ .PHONY: GTAGS all all-am check check-am clean clean-generic \
+ 	clean-libtool clean-moduleLTLIBRARIES distclean \
+ 	distclean-compile distclean-generic distclean-libtool \
+ 	distclean-tags distdir dvi dvi-am info info-am install \
+ 	install-am install-data install-data-am install-exec \
+ 	install-exec-am install-info install-info-am install-man \
+ 	install-moduleLTLIBRARIES install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool tags uninstall \
+ 	uninstall-am uninstall-info-am uninstall-moduleLTLIBRARIES
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./gail/install-sh /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/install-sh
*** ./gail/install-sh	Mon Aug 19 12:46:14 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/install-sh	Sat Aug  9 21:49:43 2003
***************
*** 196,202 ****
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
  else
  
--- 196,202 ----
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst || true; else true ; fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
  else
  
***************
*** 237,243 ****
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
  
  # Now rename the file to the real destination.
--- 237,243 ----
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp || true; else true;fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
  
  # Now rename the file to the real destination.
diff -crN ./gail/libgail-util/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/libgail-util/Makefile.in
*** ./gail/libgail-util/Makefile.in	Mon Jan 20 10:24:16 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/libgail-util/Makefile.in	Sat Aug  9 21:49:46 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,66 ****
--- 57,67 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
+ AWK = @AWK@
  CC = @CC@
+ DEPDIR = @DEPDIR@
  DEP_CFLAGS = @DEP_CFLAGS@
  DEP_LIBS = @DEP_LIBS@
  DLLTOOL = @DLLTOOL@
***************
*** 69,81 ****
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
- MAKEINFO = @MAKEINFO@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
--- 70,82 ----
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
***************
*** 83,88 ****
--- 84,92 ----
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
  ms_librarian = @ms_librarian@
  
  EXTRA_DIST = gailutil.def
***************
*** 92,373 ****
  
  lib_LTLIBRARIES = libgailutil.la
  
! util_c_sources =  	gailmisc.c			gailtextutil.c
  
  
  libgailutilincludedir = $(includedir)/gail-1.0/libgail-util
  
! util_public_h_sources =  	gailmisc.h			gailtextutil.h			gail-util.h
  
  
! libgailutil_la_SOURCES =  	$(util_c_sources)
  
  
! libgailutilinclude_HEADERS =  	$(util_public_h_sources)
  
  
! INCLUDES =  	-I$(top_srcdir)		 	-DVERSION=\"$(VERSION)\" 	@DEP_CFLAGS@
  
  
! libgailutil_la_LIBADD =  	@DEP_LIBS@
  
  
! libgailutil_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)		$(export_symbols)					        @LDFLAGS@
  
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! LTLIBRARIES =  $(lib_LTLIBRARIES)
! 
  
! DEFS = @DEFS@ -I. -I$(srcdir) -I..
  CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! libgailutil_la_DEPENDENCIES = 
! libgailutil_la_OBJECTS =  gailmisc.lo gailtextutil.lo
! CFLAGS = @CFLAGS@
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! DATA =  $(noinst_DATA)
! 
! HEADERS =  $(libgailutilinclude_HEADERS)
! 
! DIST_COMMON =  Makefile.am Makefile.in
! 
  
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
! TAR = tar
! GZIP_ENV = --best
  SOURCES = $(libgailutil_la_SOURCES)
- OBJECTS = $(libgailutil_la_OBJECTS)
- 
- all: all-redirect
- .SUFFIXES:
- .SUFFIXES: .S .c .lo .o .obj .s
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libgail-util/Makefile
- 
- Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
- 	cd $(top_builddir) \
- 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  
! mostlyclean-libLTLIBRARIES:
! 
! clean-libLTLIBRARIES:
! 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  
! distclean-libLTLIBRARIES:
  
! maintainer-clean-libLTLIBRARIES:
  
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libdir)
  	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
! 	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-libLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  	done
  
! .c.o:
! 	$(COMPILE) -c $<
! 
! # FIXME: We should only use cygpath when building on Windows,
! # and only if it is available.
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .s.o:
! 	$(COMPILE) -c $<
! 
! .S.o:
! 	$(COMPILE) -c $<
  
  mostlyclean-compile:
! 	-rm -f *.o core *.core
! 	-rm -f *.$(OBJEXT)
! 
! clean-compile:
  
  distclean-compile:
  	-rm -f *.tab.c
  
! maintainer-clean-compile:
! 
! .c.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .s.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .S.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
! 
! distclean-libtool:
! 
! maintainer-clean-libtool:
  
! libgailutil.la: $(libgailutil_la_OBJECTS) $(libgailutil_la_DEPENDENCIES)
! 	$(LINK) -rpath $(libdir) $(libgailutil_la_LDFLAGS) $(libgailutil_la_OBJECTS) $(libgailutil_la_LIBADD) $(LIBS)
  
  install-libgailutilincludeHEADERS: $(libgailutilinclude_HEADERS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libgailutilincludedir)
  	@list='$(libgailutilinclude_HEADERS)'; for p in $$list; do \
! 	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
! 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgailutilincludedir)/$$p"; \
! 	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgailutilincludedir)/$$p; \
  	done
  
  uninstall-libgailutilincludeHEADERS:
  	@$(NORMAL_UNINSTALL)
! 	list='$(libgailutilinclude_HEADERS)'; for p in $$list; do \
! 	  rm -f $(DESTDIR)$(libgailutilincludedir)/$$p; \
  	done
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
! 
! mostlyclean-tags:
  
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
  
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 
! subdir = libgail-util
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
- 
- 
- 
- info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am: install-libLTLIBRARIES
! install-exec: install-exec-am
  
! install-data-am: install-libgailutilincludeHEADERS install-data-local
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am: uninstall-libLTLIBRARIES \
! 		uninstall-libgailutilincludeHEADERS uninstall-local
  uninstall: uninstall-am
- all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
- 	$(mkinstalldirs)  $(DESTDIR)$(libdir) \
- 		$(DESTDIR)$(libgailutilincludedir)
  
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
! 		mostlyclean-libtool mostlyclean-tags \
! 		mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
! 		clean-generic mostlyclean-am
  
! clean: clean-am
  
! distclean-am:  distclean-libLTLIBRARIES distclean-compile \
! 		distclean-libtool distclean-tags distclean-generic \
! 		clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
! 		maintainer-clean-compile maintainer-clean-libtool \
! 		maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
! clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
! uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
! distclean-compile clean-compile maintainer-clean-compile \
! mostlyclean-libtool distclean-libtool clean-libtool \
! maintainer-clean-libtool uninstall-libgailutilincludeHEADERS \
! install-libgailutilincludeHEADERS tags mostlyclean-tags distclean-tags \
! clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
! check-am installcheck-am installcheck install-exec-am install-exec \
! install-data-local install-data-am install-data install-am install \
! uninstall-local uninstall-am uninstall all-redirect all-am all \
! installdirs mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  @OS_WIN32_TRUE@install-libtool-import-lib:
--- 96,379 ----
  
  lib_LTLIBRARIES = libgailutil.la
  
! util_c_sources = \
! 	gailmisc.c		\
! 	gailtextutil.c
  
  
  libgailutilincludedir = $(includedir)/gail-1.0/libgail-util
  
! util_public_h_sources = \
! 	gailmisc.h		\
! 	gailtextutil.h		\
! 	gail-util.h
  
  
! libgailutil_la_SOURCES = \
! 	$(util_c_sources)
  
  
! libgailutilinclude_HEADERS = \
! 	$(util_public_h_sources)
  
  
! INCLUDES = \
! 	-I$(top_srcdir)		 \
! 	-DVERSION=\"$(VERSION)\" \
! 	@DEP_CFLAGS@
  
  
! libgailutil_la_LIBADD = \
! 	@DEP_LIBS@
  
  
! libgailutil_la_LDFLAGS = \
! 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)	\
! 	$(export_symbols)					\
!         @LDFLAGS@
  
+ subdir = libgail-util
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! LTLIBRARIES = $(lib_LTLIBRARIES)
! 
! libgailutil_la_DEPENDENCIES =
! am_libgailutil_la_OBJECTS = gailmisc.lo gailtextutil.lo
! libgailutil_la_OBJECTS = $(am_libgailutil_la_OBJECTS)
  
! DEFS = @DEFS@
! DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! depcomp =
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! CFLAGS = @CFLAGS@
! DIST_SOURCES = $(libgailutil_la_SOURCES)
! DATA = $(noinst_DATA)
  
! HEADERS = $(libgailutilinclude_HEADERS)
  
! DIST_COMMON = $(libgailutilinclude_HEADERS) Makefile.am Makefile.in
  SOURCES = $(libgailutil_la_SOURCES)
  
+ all: all-am
  
! .SUFFIXES:
! .SUFFIXES: .c .lo .o .obj
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps libgail-util/Makefile
+ Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libdir)
  	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
! 	    $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-libLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
! 	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  	done
  
! clean-libLTLIBRARIES:
! 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
! libgailutil.la: $(libgailutil_la_OBJECTS) $(libgailutil_la_DEPENDENCIES) 
! 	$(LINK) -rpath $(libdir) $(libgailutil_la_LDFLAGS) $(libgailutil_la_OBJECTS) $(libgailutil_la_LIBADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT) core *.core
  
  distclean-compile:
  	-rm -f *.tab.c
  
! .c.o:
! 	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
  
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
  
+ .c.lo:
+ 	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
+ uninstall-info-am:
  install-libgailutilincludeHEADERS: $(libgailutilinclude_HEADERS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libgailutilincludedir)
  	@list='$(libgailutilinclude_HEADERS)'; for p in $$list; do \
! 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(libgailutilincludedir)/$$f"; \
! 	  $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(libgailutilincludedir)/$$f; \
  	done
  
  uninstall-libgailutilincludeHEADERS:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(libgailutilinclude_HEADERS)'; for p in $$list; do \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " rm -f $(DESTDIR)$(libgailutilincludedir)/$$f"; \
! 	  rm -f $(DESTDIR)$(libgailutilincludedir)/$$f; \
  	done
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-am
! all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
  
! installdirs:
! 	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(libgailutilincludedir)
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-am
  
! clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
! 	mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-compile distclean-generic \
! 	distclean-libtool distclean-tags
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am: install-data-local install-libgailutilincludeHEADERS
! 
! install-exec-am: install-libLTLIBRARIES
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
! 	uninstall-libgailutilincludeHEADERS uninstall-local
! 
! .PHONY: GTAGS all all-am check check-am clean clean-generic \
! 	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
! 	distclean-generic distclean-libtool distclean-tags distdir dvi \
! 	dvi-am info info-am install install-am install-data \
! 	install-data-am install-data-local install-exec install-exec-am \
! 	install-info install-info-am install-libLTLIBRARIES \
! 	install-libgailutilincludeHEADERS install-man install-strip \
! 	installcheck installcheck-am installdirs maintainer-clean \
! 	maintainer-clean-generic mostlyclean mostlyclean-compile \
! 	mostlyclean-generic mostlyclean-libtool tags uninstall \
! 	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES \
! 	uninstall-libgailutilincludeHEADERS uninstall-local
  
  
  @OS_WIN32_TRUE@install-libtool-import-lib:
***************
*** 391,397 ****
  install-data-local: install-ms-lib install-libtool-import-lib
  
  uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
- 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
--- 397,402 ----
diff -crN ./gail/ltmain.sh /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/ltmain.sh
*** ./gail/ltmain.sh	Wed Apr 17 15:06:13 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/ltmain.sh	Sat Aug  9 21:49:28 2003
***************
*** 55,62 ****
  # Constants.
  PROGRAM=ltmain.sh
  PACKAGE=libtool
! VERSION=1.4
! TIMESTAMP=" (1.920 2001/04/24 23:26:18)"
  
  default_mode=
  help="Try \`$progname --help' for more information."
--- 55,62 ----
  # Constants.
  PROGRAM=ltmain.sh
  PACKAGE=libtool
! VERSION=1.4.2
! TIMESTAMP=" (1.922.2.54 2001/09/11 03:33:37)"
  
  default_mode=
  help="Try \`$progname --help' for more information."
***************
*** 84,89 ****
--- 84,92 ----
    save_LANG="$LANG"; LANG=C; export LANG
  fi
  
+ # Make sure IFS has a sensible default
+ : ${IFS=" 	"}
+ 
  if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
    echo "$modename: not configured to build any kind of library" 1>&2
    echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
***************
*** 202,207 ****
--- 205,215 ----
    exit 1
  fi
  
+ # If this variable is set in any of the actions, the command in it
+ # will be execed at the end.  This prevents here-documents from being
+ # left over by shells.
+ exec_cmd=
+ 
  if test -z "$show_help"; then
  
    # Infer the operation mode.
***************
*** 329,335 ****
        -Wc,*)
  	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
  	lastarg=
! 	IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=','
  	for arg in $args; do
  	  IFS="$save_ifs"
  
--- 337,343 ----
        -Wc,*)
  	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
  	lastarg=
! 	save_ifs="$IFS"; IFS=','
  	for arg in $args; do
  	  IFS="$save_ifs"
  
***************
*** 615,620 ****
--- 623,632 ----
  	# Now arrange that obj and lo_libobj become the same file
  	$show "(cd $xdir && $LN_S $baseobj $libobj)"
  	if $run eval '(cd $xdir && $LN_S $baseobj $libobj)'; then
+ 	  # Unlock the critical section if it was locked
+ 	  if test "$need_locks" != no; then
+ 	    $run $rm "$lockfile"
+ 	  fi
  	  exit 0
  	else
  	  error=$?
***************
*** 1031,1036 ****
--- 1043,1059 ----
  	    # These systems don't actually have a C library (as such)
  	    test "X$arg" = "X-lc" && continue
  	    ;;
+ 	  *-*-openbsd*)
+ 	    # Do not include libc due to us having libc/libc_r.
+ 	    test "X$arg" = "X-lc" && continue
+ 	    ;;
+ 	  esac
+ 	 elif test "X$arg" = "X-lc_r"; then
+ 	  case $host in
+ 	  *-*-openbsd*)
+ 	    # Do not include libc_r directly, use -pthread flag.
+ 	    continue
+ 	    ;;
  	  esac
  	fi
  	deplibs="$deplibs $arg"
***************
*** 1122,1128 ****
        -Wc,*)
  	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
  	arg=
! 	IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=','
  	for flag in $args; do
  	  IFS="$save_ifs"
  	  case $flag in
--- 1145,1151 ----
        -Wc,*)
  	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
  	arg=
! 	save_ifs="$IFS"; IFS=','
  	for flag in $args; do
  	  IFS="$save_ifs"
  	  case $flag in
***************
*** 1140,1146 ****
        -Wl,*)
  	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
  	arg=
! 	IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=','
  	for flag in $args; do
  	  IFS="$save_ifs"
  	  case $flag in
--- 1163,1169 ----
        -Wl,*)
  	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
  	arg=
! 	save_ifs="$IFS"; IFS=','
  	for flag in $args; do
  	  IFS="$save_ifs"
  	  case $flag in
***************
*** 1750,1756 ****
  	    if test -f "$output_objdir/$soname-def"; then :
  	    else
  	      $show "extracting exported symbol list from \`$soname'"
! 	      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	      eval cmds=\"$extract_expsyms_cmds\"
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
--- 1773,1779 ----
  	    if test -f "$output_objdir/$soname-def"; then :
  	    else
  	      $show "extracting exported symbol list from \`$soname'"
! 	      save_ifs="$IFS"; IFS='~'
  	      eval cmds=\"$extract_expsyms_cmds\"
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
***************
*** 1763,1769 ****
  	    # Create $newlib
  	    if test -f "$output_objdir/$newlib"; then :; else
  	      $show "generating import library for \`$soname'"
! 	      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	      eval cmds=\"$old_archive_from_expsyms_cmds\"
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
--- 1786,1792 ----
  	    # Create $newlib
  	    if test -f "$output_objdir/$newlib"; then :; else
  	      $show "generating import library for \`$soname'"
! 	      save_ifs="$IFS"; IFS='~'
  	      eval cmds=\"$old_archive_from_expsyms_cmds\"
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
***************
*** 1911,1927 ****
  	      echo "*** Therefore, libtool will create a static module, that should work "
  	      echo "*** as long as the dlopening application is linked with the -dlopen flag."
  	      if test -z "$global_symbol_pipe"; then
! 	        echo
! 	        echo "*** However, this would only work if libtool was able to extract symbol"
! 	        echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
! 	        echo "*** not find such a program.  So, this module is probably useless."
! 	        echo "*** \`nm' from GNU binutils and a full rebuild may help."
  	      fi
  	      if test "$build_old_libs" = no; then
! 	        build_libtool_libs=module
! 	        build_old_libs=yes
  	      else
! 	        build_libtool_libs=no
  	      fi
  	    fi
  	  else
--- 1934,1950 ----
  	      echo "*** Therefore, libtool will create a static module, that should work "
  	      echo "*** as long as the dlopening application is linked with the -dlopen flag."
  	      if test -z "$global_symbol_pipe"; then
! 		echo
! 		echo "*** However, this would only work if libtool was able to extract symbol"
! 		echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
! 		echo "*** not find such a program.  So, this module is probably useless."
! 		echo "*** \`nm' from GNU binutils and a full rebuild may help."
  	      fi
  	      if test "$build_old_libs" = no; then
! 		build_libtool_libs=module
! 		build_old_libs=yes
  	      else
! 		build_libtool_libs=no
  	      fi
  	    fi
  	  else
***************
*** 2175,2181 ****
        else
  
  	# Parse the version information argument.
! 	IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=':'
  	set dummy $vinfo 0 0 0
  	IFS="$save_ifs"
  
--- 2198,2204 ----
        else
  
  	# Parse the version information argument.
! 	save_ifs="$IFS"; IFS=':'
  	set dummy $vinfo 0 0 0
  	IFS="$save_ifs"
  
***************
*** 2312,2317 ****
--- 2335,2350 ----
  	if test -z "$vinfo" && test -n "$release"; then
  	  major=
  	  verstring="0.0"
+ 	  case $version_type in
+ 	  darwin)
+ 	    # we can't check for "0.0" in archive_cmds due to quoting
+ 	    # problems, so we reset it completely
+ 	    verstring=""
+ 	    ;;
+ 	  *)
+ 	    verstring="0.0"
+ 	    ;;
+ 	  esac
  	  if test "$need_version" = no; then
  	    versuffix=
  	  else
***************
*** 2408,2413 ****
--- 2441,2449 ----
  	  *-*-netbsd*)
  	    # Don't link with libc until the a.out ld.so is fixed.
  	    ;;
+ 	  *-*-openbsd*)
+ 	    # Do not include libc due to us having libc/libc_r.
+ 	    ;;
  	  *)
  	    # Add libc to deplibs on all other systems if necessary.
  	    if test $build_libtool_need_lc = "yes"; then
***************
*** 2784,2790 ****
  	    export_symbols="$output_objdir/$libname.exp"
  	    $run $rm $export_symbols
  	    eval cmds=\"$export_symbols_cmds\"
! 	    IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	    for cmd in $cmds; do
  	      IFS="$save_ifs"
  	      $show "$cmd"
--- 2820,2826 ----
  	    export_symbols="$output_objdir/$libname.exp"
  	    $run $rm $export_symbols
  	    eval cmds=\"$export_symbols_cmds\"
! 	    save_ifs="$IFS"; IFS='~'
  	    for cmd in $cmds; do
  	      IFS="$save_ifs"
  	      $show "$cmd"
***************
*** 2860,2866 ****
  	else
  	  eval cmds=\"$archive_cmds\"
  	fi
! 	IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	for cmd in $cmds; do
  	  IFS="$save_ifs"
  	  $show "$cmd"
--- 2896,2902 ----
  	else
  	  eval cmds=\"$archive_cmds\"
  	fi
! 	save_ifs="$IFS"; IFS='~'
  	for cmd in $cmds; do
  	  IFS="$save_ifs"
  	  $show "$cmd"
***************
*** 2988,2994 ****
  
        output="$obj"
        eval cmds=\"$reload_cmds\"
!       IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
        for cmd in $cmds; do
  	IFS="$save_ifs"
  	$show "$cmd"
--- 3024,3030 ----
  
        output="$obj"
        eval cmds=\"$reload_cmds\"
!       save_ifs="$IFS"; IFS='~'
        for cmd in $cmds; do
  	IFS="$save_ifs"
  	$show "$cmd"
***************
*** 3024,3030 ****
  	reload_objs="$libobjs $reload_conv_objs"
  	output="$libobj"
  	eval cmds=\"$reload_cmds\"
! 	IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	for cmd in $cmds; do
  	  IFS="$save_ifs"
  	  $show "$cmd"
--- 3060,3066 ----
  	reload_objs="$libobjs $reload_conv_objs"
  	output="$libobj"
  	eval cmds=\"$reload_cmds\"
! 	save_ifs="$IFS"; IFS='~'
  	for cmd in $cmds; do
  	  IFS="$save_ifs"
  	  $show "$cmd"
***************
*** 3082,3087 ****
--- 3118,3128 ----
  	;;
        esac
  
+       # AIX needs explicit runtime linking option
+ 
+       compile_command="$compile_command $use_runtimelinking"
+       finalize_command="$finalize_command $use_runtimelinking"
+ 
        compile_command="$compile_command $compile_deplibs"
        finalize_command="$finalize_command $finalize_deplibs"
  
***************
*** 3287,3313 ****
  #undef lt_preloaded_symbols
  
  #if defined (__STDC__) && __STDC__
! # define lt_ptr_t void *
  #else
! # define lt_ptr_t char *
  # define const
  #endif
  
  /* The mapping between symbol names and symbols. */
  const struct {
    const char *name;
!   lt_ptr_t address;
  }
  lt_preloaded_symbols[] =
  {\
  "
  
! 	    sed -n -e 's/^: \([^ ]*\) $/  {\"\1\", (lt_ptr_t) 0},/p' \
! 		-e 's/^. \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr_t) \&\2},/p' \
! 		  < "$nlist" >> "$output_objdir/$dlsyms"
  
  	    $echo >> "$output_objdir/$dlsyms" "\
!   {0, (lt_ptr_t) 0}
  };
  
  /* This works around a problem in FreeBSD linker */
--- 3328,3352 ----
  #undef lt_preloaded_symbols
  
  #if defined (__STDC__) && __STDC__
! # define lt_ptr void *
  #else
! # define lt_ptr char *
  # define const
  #endif
  
  /* The mapping between symbol names and symbols. */
  const struct {
    const char *name;
!   lt_ptr address;
  }
  lt_preloaded_symbols[] =
  {\
  "
  
! 	    eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
  
  	    $echo >> "$output_objdir/$dlsyms" "\
!   {0, (lt_ptr) 0}
  };
  
  /* This works around a problem in FreeBSD linker */
***************
*** 3618,3625 ****
  
      # relink executable if necessary
      if test -n \"\$relink_command\"; then
!       if (eval \$relink_command); then :
        else
  	$rm \"\$progdir/\$file\"
  	exit 1
        fi
--- 3657,3665 ----
  
      # relink executable if necessary
      if test -n \"\$relink_command\"; then
!       if relink_command_output=\`eval \$relink_command 2>&1\`; then :
        else
+ 	$echo \"\$relink_command_output\" >&2
  	$rm \"\$progdir/\$file\"
  	exit 1
        fi
***************
*** 3790,3796 ****
  
  	eval cmds=\"$old_archive_cmds\"
        fi
!       IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
        for cmd in $cmds; do
  	IFS="$save_ifs"
  	$show "$cmd"
--- 3830,3836 ----
  
  	eval cmds=\"$old_archive_cmds\"
        fi
!       save_ifs="$IFS"; IFS='~'
        for cmd in $cmds; do
  	IFS="$save_ifs"
  	$show "$cmd"
***************
*** 3879,3884 ****
--- 3919,3925 ----
  	  tdlname=$dlname
  	  case $host,$output,$installed,$module,$dlname in
  	    *cygwin*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
+ 	    *aix*,*,*,*,*) tdlname=$realname\($dlname\) ;;
  	  esac
  	  $echo > $output "\
  # $outputname - a libtool library file
***************
*** 4123,4137 ****
  	test "X$dir" = "X$file/" && dir=
  	dir="$dir$objdir"
  
! 	if test -n "$relink_command"; then
! 	  $echo "$modename: warning: relinking \`$file'" 1>&2
! 	  $show "$relink_command"
! 	  if $run eval "$relink_command"; then :
! 	  else
! 	    $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
! 	    continue
! 	  fi
! 	fi
  
  	# See the names of the shared library.
  	set dummy $library_names
--- 4164,4180 ----
  	test "X$dir" = "X$file/" && dir=
  	dir="$dir$objdir"
  
! # BEGIN WORKAROUND DESTDIR
! #	if test -n "$relink_command"; then
! #	  $echo "$modename: warning: relinking \`$file'" 1>&2
! #	  $show "$relink_command"
! #	  if $run eval "$relink_command"; then :
! #	  else
! #	    $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
! #	    continue
! #	  fi
! #	fi
! # END WORKAROUND DESTDIR
  
  	# See the names of the shared library.
  	set dummy $library_names
***************
*** 4141,4147 ****
  	  shift
  
  	  srcname="$realname"
! 	  test -n "$relink_command" && srcname="$realname"T
  
  	  # Install the shared library and build the symlinks.
  	  $show "$install_prog $dir/$srcname $destdir/$realname"
--- 4184,4192 ----
  	  shift
  
  	  srcname="$realname"
! # BEGIN WORKAROUND DESTDIR
! #	  test -n "$relink_command" && srcname="$realname"T
! # END WORKAROUND DESTDIR
  
  	  # Install the shared library and build the symlinks.
  	  $show "$install_prog $dir/$srcname $destdir/$realname"
***************
*** 4165,4171 ****
  	  # Do each command in the postinstall commands.
  	  lib="$destdir/$realname"
  	  eval cmds=\"$postinstall_cmds\"
! 	  IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	  for cmd in $cmds; do
  	    IFS="$save_ifs"
  	    $show "$cmd"
--- 4210,4216 ----
  	  # Do each command in the postinstall commands.
  	  lib="$destdir/$realname"
  	  eval cmds=\"$postinstall_cmds\"
! 	  save_ifs="$IFS"; IFS='~'
  	  for cmd in $cmds; do
  	    IFS="$save_ifs"
  	    $show "$cmd"
***************
*** 4352,4358 ****
  
        # Do each command in the postinstall commands.
        eval cmds=\"$old_postinstall_cmds\"
!       IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
        for cmd in $cmds; do
  	IFS="$save_ifs"
  	$show "$cmd"
--- 4397,4403 ----
  
        # Do each command in the postinstall commands.
        eval cmds=\"$old_postinstall_cmds\"
!       save_ifs="$IFS"; IFS='~'
        for cmd in $cmds; do
  	IFS="$save_ifs"
  	$show "$cmd"
***************
*** 4368,4378 ****
      if test -n "$current_libdirs"; then
        # Maybe just do a dry run.
        test -n "$run" && current_libdirs=" -n$current_libdirs"
!       exec $SHELL $0 --finish$current_libdirs
!       exit 1
      fi
- 
-     exit 0
      ;;
  
    # libtool finish mode
--- 4413,4422 ----
      if test -n "$current_libdirs"; then
        # Maybe just do a dry run.
        test -n "$run" && current_libdirs=" -n$current_libdirs"
!       exec_cmd='$SHELL $0 --finish$current_libdirs'
!     else
!       exit 0
      fi
      ;;
  
    # libtool finish mode
***************
*** 4391,4397 ****
  	if test -n "$finish_cmds"; then
  	  # Do each command in the finish commands.
  	  eval cmds=\"$finish_cmds\"
! 	  IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	  for cmd in $cmds; do
  	    IFS="$save_ifs"
  	    $show "$cmd"
--- 4435,4441 ----
  	if test -n "$finish_cmds"; then
  	  # Do each command in the finish commands.
  	  eval cmds=\"$finish_cmds\"
! 	  save_ifs="$IFS"; IFS='~'
  	  for cmd in $cmds; do
  	    IFS="$save_ifs"
  	    $show "$cmd"
***************
*** 4575,4585 ****
  	LANG="$save_LANG"; export LANG
        fi
  
!       # Now actually exec the command.
!       eval "exec \$cmd$args"
! 
!       $echo "$modename: cannot exec \$cmd$args"
!       exit 1
      else
        # Display what would be done.
        if test -n "$shlibpath_var"; then
--- 4619,4626 ----
  	LANG="$save_LANG"; export LANG
        fi
  
!       # Now prepare to actually exec the command.
!       exec_cmd='"$cmd"$args'
      else
        # Display what would be done.
        if test -n "$shlibpath_var"; then
***************
*** 4641,4654 ****
  
        # Don't error if the file doesn't exist and rm -f was used.
        if (test -L "$file") >/dev/null 2>&1 \
!         || (test -h "$file") >/dev/null 2>&1 \
  	|| test -f "$file"; then
!         :
        elif test -d "$file"; then
!         exit_status=1
  	continue
        elif test "$rmforce" = yes; then
!         continue
        fi
  
        rmfiles="$file"
--- 4682,4695 ----
  
        # Don't error if the file doesn't exist and rm -f was used.
        if (test -L "$file") >/dev/null 2>&1 \
! 	|| (test -h "$file") >/dev/null 2>&1 \
  	|| test -f "$file"; then
! 	:
        elif test -d "$file"; then
! 	exit_status=1
  	continue
        elif test "$rmforce" = yes; then
! 	continue
        fi
  
        rmfiles="$file"
***************
*** 4670,4676 ****
  	    if test -n "$library_names"; then
  	      # Do each command in the postuninstall commands.
  	      eval cmds=\"$postuninstall_cmds\"
! 	      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
  		$show "$cmd"
--- 4711,4717 ----
  	    if test -n "$library_names"; then
  	      # Do each command in the postuninstall commands.
  	      eval cmds=\"$postuninstall_cmds\"
! 	      save_ifs="$IFS"; IFS='~'
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
  		$show "$cmd"
***************
*** 4685,4691 ****
  	    if test -n "$old_library"; then
  	      # Do each command in the old_postuninstall commands.
  	      eval cmds=\"$old_postuninstall_cmds\"
! 	      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
  		$show "$cmd"
--- 4726,4732 ----
  	    if test -n "$old_library"; then
  	      # Do each command in the old_postuninstall commands.
  	      eval cmds=\"$old_postuninstall_cmds\"
! 	      save_ifs="$IFS"; IFS='~'
  	      for cmd in $cmds; do
  		IFS="$save_ifs"
  		$show "$cmd"
***************
*** 4744,4754 ****
      ;;
    esac
  
!   $echo "$modename: invalid operation mode \`$mode'" 1>&2
!   $echo "$generic_help" 1>&2
!   exit 1
  fi # test -z "$show_help"
  
  # We need to display help for each of the modes.
  case $mode in
  "") $echo \
--- 4785,4802 ----
      ;;
    esac
  
!   if test -z "$exec_cmd"; then
!     $echo "$modename: invalid operation mode \`$mode'" 1>&2
!     $echo "$generic_help" 1>&2
!     exit 1
!   fi
  fi # test -z "$show_help"
  
+ if test -n "$exec_cmd"; then
+   eval exec $exec_cmd
+   exit 1
+ fi
+ 
  # We need to display help for each of the modes.
  case $mode in
  "") $echo \
diff -crN ./gail/missing /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/missing
*** ./gail/missing	Mon Aug 19 12:46:14 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/missing	Sat Aug  9 21:49:43 2003
***************
*** 1,7 ****
  #! /bin/sh
  # Common stub for a few missing GNU programs while installing.
! # Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc.
! # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,7 ----
  #! /bin/sh
  # Common stub for a few missing GNU programs while installing.
! # Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
! # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 18,37 ****
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  # 02111-1307, USA.
  
  if test $# -eq 0; then
    echo 1>&2 "Try \`$0 --help' for more information"
    exit 1
  fi
  
  # In the cases where this matters, `missing' is being run in the
  # srcdir already.
! if test -f configure.in; then
    configure_ac=configure.ac
  else
    configure_ac=configure.in
  fi
  
  case "$1" in
  
    -h|--h|--he|--hel|--help)
      echo "\
--- 18,55 ----
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  # 02111-1307, USA.
  
+ # As a special exception to the GNU General Public License, if you
+ # distribute this file as part of a program that contains a
+ # configuration script generated by Autoconf, you may include it under
+ # the same distribution terms that you use for the rest of that program.
+ 
  if test $# -eq 0; then
    echo 1>&2 "Try \`$0 --help' for more information"
    exit 1
  fi
  
+ run=:
+ 
  # In the cases where this matters, `missing' is being run in the
  # srcdir already.
! if test -f configure.ac; then
    configure_ac=configure.ac
  else
    configure_ac=configure.in
  fi
  
  case "$1" in
+ --run)
+   # Try to run requested program, and just exit if it succeeds.
+   run=
+   shift
+   "$@" && exit 0
+   ;;
+ esac
+ 
+ # If it does not exist, or fails to run (possibly an outdated version),
+ # try to emulate it.
+ case "$1" in
  
    -h|--h|--he|--hel|--help)
      echo "\
***************
*** 43,48 ****
--- 61,67 ----
  Options:
    -h, --help      display this help and exit
    -v, --version   output version information and exit
+   --run           try to run the given command, and emulate it if it fails
  
  Supported PROGRAM values:
    aclocal      touch file \`aclocal.m4'
***************
*** 51,63 ****
    automake     touch all \`Makefile.in' files
    bison        create \`y.tab.[ch]', if possible, from existing .[ch]
    flex         create \`lex.yy.c', if possible, from existing .c
    lex          create \`lex.yy.c', if possible, from existing .c
    makeinfo     touch the output file
    yacc         create \`y.tab.[ch]', if possible, from existing .[ch]"
      ;;
  
    -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
!     echo "missing - GNU libit 0.0"
      ;;
  
    -*)
--- 70,84 ----
    automake     touch all \`Makefile.in' files
    bison        create \`y.tab.[ch]', if possible, from existing .[ch]
    flex         create \`lex.yy.c', if possible, from existing .c
+   help2man     touch the output file
    lex          create \`lex.yy.c', if possible, from existing .c
    makeinfo     touch the output file
+   tar          try tar, gnutar, gtar, then tar without non-portable flags
    yacc         create \`y.tab.[ch]', if possible, from existing .[ch]"
      ;;
  
    -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
!     echo "missing 0.3 - GNU automake"
      ;;
  
    -*)
***************
*** 66,75 ****
      exit 1
      ;;
  
!   aclocal*)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acinclude.m4' or \`$configure_ac'.  You might want
           to install the \`Automake' and \`Perl' packages.  Grab them from
           any GNU archive site."
      touch aclocal.m4
--- 87,96 ----
      exit 1
      ;;
  
!   aclocal)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
           to install the \`Automake' and \`Perl' packages.  Grab them from
           any GNU archive site."
      touch aclocal.m4
***************
*** 78,84 ****
    autoconf)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`$configure_ac'.  You might want to install the
           \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
           archive site."
      touch configure
--- 99,105 ----
    autoconf)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`${configure_ac}'.  You might want to install the
           \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
           archive site."
      touch configure
***************
*** 87,96 ****
    autoheader)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acconfig.h' or \`$configure_ac'.  You might want
           to install the \`Autoconf' and \`GNU m4' packages.  Grab them
           from any GNU archive site."
!     files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
      test -z "$files" && files="config.h"
      touch_files=
      for f in $files; do
--- 108,117 ----
    autoheader)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acconfig.h' or \`${configure_ac}'.  You might want
           to install the \`Autoconf' and \`GNU m4' packages.  Grab them
           from any GNU archive site."
!     files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
      test -z "$files" && files="config.h"
      touch_files=
      for f in $files; do
***************
*** 103,112 ****
      touch $touch_files
      ;;
  
!   automake*)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`Makefile.am', \`acinclude.m4' or \`$configure_ac'.
           You might want to install the \`Automake' and \`Perl' packages.
           Grab them from any GNU archive site."
      find . -type f -name Makefile.am -print |
--- 124,133 ----
      touch $touch_files
      ;;
  
!   automake)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
           You might want to install the \`Automake' and \`Perl' packages.
           Grab them from any GNU archive site."
      find . -type f -name Makefile.am -print |
***************
*** 167,173 ****
--- 188,219 ----
      fi
      ;;
  
+   help2man)
+     echo 1>&2 "\
+ WARNING: \`$1' is missing on your system.  You should only need it if
+ 	 you modified a dependency of a manual page.  You may need the
+ 	 \`Help2man' package in order for those modifications to take
+ 	 effect.  You can get \`Help2man' from any GNU archive site."
+ 
+     file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+     if test -z "$file"; then
+ 	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
+     fi
+     if [ -f "$file" ]; then
+ 	touch $file
+     else
+ 	test -z "$file" || exec >$file
+ 	echo ".ab help2man is required to generate this page"
+ 	exit 1
+     fi
+     ;;
+ 
    makeinfo)
+     if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
+        # We have makeinfo, but it failed.
+        exit 1
+     fi
+ 
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
           you modified a \`.texi' or \`.texinfo' file, or any other file
***************
*** 183,188 ****
--- 229,273 ----
      touch $file
      ;;
  
+   tar)
+     shift
+     if test -n "$run"; then
+       echo 1>&2 "ERROR: \`tar' requires --run"
+       exit 1
+     fi
+ 
+     # We have already tried tar in the generic part.
+     # Look for gnutar/gtar before invocation to avoid ugly error
+     # messages.
+     if (gnutar --version > /dev/null 2>&1); then
+        gnutar ${1+"$@"} && exit 0
+     fi
+     if (gtar --version > /dev/null 2>&1); then
+        gtar ${1+"$@"} && exit 0
+     fi
+     firstarg="$1"
+     if shift; then
+ 	case "$firstarg" in
+ 	*o*)
+ 	    firstarg=`echo "$firstarg" | sed s/o//`
+ 	    tar "$firstarg" ${1+"$@"} && exit 0
+ 	    ;;
+ 	esac
+ 	case "$firstarg" in
+ 	*h*)
+ 	    firstarg=`echo "$firstarg" | sed s/h//`
+ 	    tar "$firstarg" ${1+"$@"} && exit 0
+ 	    ;;
+ 	esac
+     fi
+ 
+     echo 1>&2 "\
+ WARNING: I can't seem to be able to run \`tar' with the given arguments.
+          You may want to install GNU tar or Free paxutils, or check the
+          command line arguments."
+     exit 1
+     ;;
+ 
    *)
      echo 1>&2 "\
  WARNING: \`$1' is needed, and you do not seem to have it handy on your
diff -crN ./gail/stamp-h.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/stamp-h.in
*** ./gail/stamp-h.in	Mon Jan 20 10:23:50 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/stamp-h.in	Sat Aug  9 21:49:44 2003
***************
*** 1 ****
- timestamp
--- 0 ----
diff -crN ./gail/tests/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/tests/Makefile.in
*** ./gail/tests/Makefile.in	Mon Jan 20 10:25:16 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gail/tests/Makefile.in	Sat Aug  9 21:49:47 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,66 ****
--- 57,67 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
+ AWK = @AWK@
  CC = @CC@
+ DEPDIR = @DEPDIR@
  DEP_CFLAGS = @DEP_CFLAGS@
  DEP_LIBS = @DEP_LIBS@
  DLLTOOL = @DLLTOOL@
***************
*** 69,81 ****
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
- MAKEINFO = @MAKEINFO@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
--- 70,82 ----
  GTKDOC = @GTKDOC@
  HTML_DIR = @HTML_DIR@
  INET_LIBS = @INET_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  LT_AGE = @LT_AGE@
  LT_CURRENT = @LT_CURRENT@
  LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
  LT_REVISION = @LT_REVISION@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
***************
*** 83,572 ****
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
  ms_librarian = @ms_librarian@
  
! libferret_la_SOURCES =  	testlib.c			testlib.h			ferret.c
  
  
! libferret_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libferret_la_LIBADD =  	@INET_LIBS@
  
  
! libtestaction_la_SOURCES =  	testaction.c
  
  
! libtestaction_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestbutton_la_SOURCES =  	testlib.c			testlib.h			testbutton.c
  
  
! libtestbutton_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestcombo_la_SOURCES =  	testlib.c			testlib.h			testcombo.c
  
  
! libtestcombo_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestcomponent_la_SOURCES =  	testcomponent.c
  
  
! libtestcomponent_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestimage_la_SOURCES =  	testimage.c
  
  
! libtestimage_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestmenuitem_la_SOURCES =  	testlib.c			testlib.h			testmenuitem.c
  
  
! libtestmenuitem_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestnotebook_la_SOURCES =  	testlib.c			testlib.h			testnotebook.c
  
  
! libtestnotebook_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestobject_la_SOURCES =  	testlib.c			testlib.h			testobject.c
  
  
! libtestobject_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestoptionmenu_la_SOURCES =  	testlib.c			testlib.h			testoptionmenu.c
  
  
! libtestoptionmenu_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestpaned_la_SOURCES =  	testlib.c			testlib.h			testpaned.c
  
  
! libtestpaned_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestprops_la_SOURCES =  	testlib.c			testlib.h			testprops.c
  
  
! libtestprops_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestselection_la_SOURCES =  	testselection.c
  
  
! libtestselection_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libteststatusbar_la_SOURCES =  	teststatusbar.c
  
  
! libteststatusbar_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtesttable_la_SOURCES =  	testlib.c			testlib.h			testtextlib.c			testtextlib.h			testtable.c
  
  
! libtesttable_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtesttext_la_SOURCES =  	testlib.c			testlib.h			testtextlib.c			testtextlib.h		        testtext.c
  
  
! libtesttext_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtesttoplevel_la_SOURCES =  	testlib.c			testlib.h			testtoplevel.c
  
  
! libtesttoplevel_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtesttreetable_la_SOURCES =  	testlib.c			testlib.h			testtreetable.c
  
  
! libtesttreetable_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! libtestvalues_la_SOURCES =  	testvalues.c
  
  
! libtestvalues_la_LDFLAGS =  	-rpath $(moduledir) -module -avoid-version 	@DEP_LIBS@		@LDFLAGS@
  
  
! INCLUDES =          @DEP_CFLAGS@
  
  
  moduledir = $(libdir)/gtk-2.0/modules
  
! module_LTLIBRARIES =  	libferret.la
  
  
! noinst_LTLIBRARIES =  	libtestaction.la		libtestbutton.la		libtestcombo.la			libtestcomponent.la		libtestimage.la			libtestnotebook.la		libtestobject.la		libtestmenuitem.la		libtestoptionmenu.la		libtestpaned.la			libtestprops.la			libtestselection.la		libteststatusbar.la		libtesttable.la			libtesttext.la			libtesttoplevel.la		libtesttreetable.la		libtestvalues.la
  
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! LTLIBRARIES =  $(module_LTLIBRARIES) $(noinst_LTLIBRARIES)
  
! 
! DEFS = @DEFS@ -I. -I$(srcdir) -I..
  CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! libferret_la_DEPENDENCIES = 
! libferret_la_OBJECTS =  testlib.lo ferret.lo
! libtestaction_la_LIBADD = 
! libtestaction_la_OBJECTS =  testaction.lo
! libtestbutton_la_LIBADD = 
! libtestbutton_la_OBJECTS =  testlib.lo testbutton.lo
! libtestcombo_la_LIBADD = 
! libtestcombo_la_OBJECTS =  testlib.lo testcombo.lo
! libtestcomponent_la_LIBADD = 
! libtestcomponent_la_OBJECTS =  testcomponent.lo
! libtestimage_la_LIBADD = 
! libtestimage_la_OBJECTS =  testimage.lo
! libtestnotebook_la_LIBADD = 
! libtestnotebook_la_OBJECTS =  testlib.lo testnotebook.lo
! libtestobject_la_LIBADD = 
! libtestobject_la_OBJECTS =  testlib.lo testobject.lo
! libtestmenuitem_la_LIBADD = 
! libtestmenuitem_la_OBJECTS =  testlib.lo testmenuitem.lo
! libtestoptionmenu_la_LIBADD = 
! libtestoptionmenu_la_OBJECTS =  testlib.lo testoptionmenu.lo
! libtestpaned_la_LIBADD = 
! libtestpaned_la_OBJECTS =  testlib.lo testpaned.lo
! libtestprops_la_LIBADD = 
! libtestprops_la_OBJECTS =  testlib.lo testprops.lo
! libtestselection_la_LIBADD = 
! libtestselection_la_OBJECTS =  testselection.lo
! libteststatusbar_la_LIBADD = 
! libteststatusbar_la_OBJECTS =  teststatusbar.lo
! libtesttable_la_LIBADD = 
! libtesttable_la_OBJECTS =  testlib.lo testtextlib.lo testtable.lo
! libtesttext_la_LIBADD = 
! libtesttext_la_OBJECTS =  testlib.lo testtextlib.lo testtext.lo
! libtesttoplevel_la_LIBADD = 
! libtesttoplevel_la_OBJECTS =  testlib.lo testtoplevel.lo
! libtesttreetable_la_LIBADD = 
! libtesttreetable_la_OBJECTS =  testlib.lo testtreetable.lo
! libtestvalues_la_LIBADD = 
! libtestvalues_la_OBJECTS =  testvalues.lo
! CFLAGS = @CFLAGS@
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! DIST_COMMON =  README Makefile.am Makefile.in
! 
! 
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
! TAR = tar
! GZIP_ENV = --best
! SOURCES = $(libferret_la_SOURCES) $(libtestaction_la_SOURCES) $(libtestbutton_la_SOURCES) $(libtestcombo_la_SOURCES) $(libtestcomponent_la_SOURCES) $(libtestimage_la_SOURCES) $(libtestnotebook_la_SOURCES) $(libtestobject_la_SOURCES) $(libtestmenuitem_la_SOURCES) $(libtestoptionmenu_la_SOURCES) $(libtestpaned_la_SOURCES) $(libtestprops_la_SOURCES) $(libtestselection_la_SOURCES) $(libteststatusbar_la_SOURCES) $(libtesttable_la_SOURCES) $(libtesttext_la_SOURCES) $(libtesttoplevel_la_SOURCES) $(libtesttreetable_la_SOURCES) $(libtestvalues_la_SOURCES)
! OBJECTS = $(libferret_la_OBJECTS) $(libtestaction_la_OBJECTS) $(libtestbutton_la_OBJECTS) $(libtestcombo_la_OBJECTS) $(libtestcomponent_la_OBJECTS) $(libtestimage_la_OBJECTS) $(libtestnotebook_la_OBJECTS) $(libtestobject_la_OBJECTS) $(libtestmenuitem_la_OBJECTS) $(libtestoptionmenu_la_OBJECTS) $(libtestpaned_la_OBJECTS) $(libtestprops_la_OBJECTS) $(libtestselection_la_OBJECTS) $(libteststatusbar_la_OBJECTS) $(libtesttable_la_OBJECTS) $(libtesttext_la_OBJECTS) $(libtesttoplevel_la_OBJECTS) $(libtesttreetable_la_OBJECTS) $(libtestvalues_la_OBJECTS)
  
- all: all-redirect
  .SUFFIXES:
! .SUFFIXES: .S .c .lo .o .obj .s
! $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
! 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps tests/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 
! 
! mostlyclean-moduleLTLIBRARIES:
! 
! clean-moduleLTLIBRARIES:
! 	-test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
! 
! distclean-moduleLTLIBRARIES:
  
! maintainer-clean-moduleLTLIBRARIES:
  
  install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(moduledir)
  	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(moduledir)/$$p"; \
! 	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(moduledir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-moduleLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	list='$(module_LTLIBRARIES)'; for p in $$list; do \
! 	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(moduledir)/$$p; \
  	done
  
! mostlyclean-noinstLTLIBRARIES:
  
  clean-noinstLTLIBRARIES:
  	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
! 
! distclean-noinstLTLIBRARIES:
! 
! maintainer-clean-noinstLTLIBRARIES:
! 
! .c.o:
! 	$(COMPILE) -c $<
! 
! # FIXME: We should only use cygpath when building on Windows,
! # and only if it is available.
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .s.o:
! 	$(COMPILE) -c $<
! 
! .S.o:
! 	$(COMPILE) -c $<
! 
! mostlyclean-compile:
! 	-rm -f *.o core *.core
! 	-rm -f *.$(OBJEXT)
! 
! clean-compile:
! 
! distclean-compile:
! 	-rm -f *.tab.c
! 
! maintainer-clean-compile:
! 
! .c.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .s.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .S.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
! 
! distclean-libtool:
! 
! maintainer-clean-libtool:
! 
! libferret.la: $(libferret_la_OBJECTS) $(libferret_la_DEPENDENCIES)
  	$(LINK) -rpath $(moduledir) $(libferret_la_LDFLAGS) $(libferret_la_OBJECTS) $(libferret_la_LIBADD) $(LIBS)
! 
! libtestaction.la: $(libtestaction_la_OBJECTS) $(libtestaction_la_DEPENDENCIES)
  	$(LINK)  $(libtestaction_la_LDFLAGS) $(libtestaction_la_OBJECTS) $(libtestaction_la_LIBADD) $(LIBS)
! 
! libtestbutton.la: $(libtestbutton_la_OBJECTS) $(libtestbutton_la_DEPENDENCIES)
  	$(LINK)  $(libtestbutton_la_LDFLAGS) $(libtestbutton_la_OBJECTS) $(libtestbutton_la_LIBADD) $(LIBS)
! 
! libtestcombo.la: $(libtestcombo_la_OBJECTS) $(libtestcombo_la_DEPENDENCIES)
  	$(LINK)  $(libtestcombo_la_LDFLAGS) $(libtestcombo_la_OBJECTS) $(libtestcombo_la_LIBADD) $(LIBS)
! 
! libtestcomponent.la: $(libtestcomponent_la_OBJECTS) $(libtestcomponent_la_DEPENDENCIES)
  	$(LINK)  $(libtestcomponent_la_LDFLAGS) $(libtestcomponent_la_OBJECTS) $(libtestcomponent_la_LIBADD) $(LIBS)
! 
! libtestimage.la: $(libtestimage_la_OBJECTS) $(libtestimage_la_DEPENDENCIES)
  	$(LINK)  $(libtestimage_la_LDFLAGS) $(libtestimage_la_OBJECTS) $(libtestimage_la_LIBADD) $(LIBS)
! 
! libtestnotebook.la: $(libtestnotebook_la_OBJECTS) $(libtestnotebook_la_DEPENDENCIES)
  	$(LINK)  $(libtestnotebook_la_LDFLAGS) $(libtestnotebook_la_OBJECTS) $(libtestnotebook_la_LIBADD) $(LIBS)
! 
! libtestobject.la: $(libtestobject_la_OBJECTS) $(libtestobject_la_DEPENDENCIES)
  	$(LINK)  $(libtestobject_la_LDFLAGS) $(libtestobject_la_OBJECTS) $(libtestobject_la_LIBADD) $(LIBS)
! 
! libtestmenuitem.la: $(libtestmenuitem_la_OBJECTS) $(libtestmenuitem_la_DEPENDENCIES)
! 	$(LINK)  $(libtestmenuitem_la_LDFLAGS) $(libtestmenuitem_la_OBJECTS) $(libtestmenuitem_la_LIBADD) $(LIBS)
! 
! libtestoptionmenu.la: $(libtestoptionmenu_la_OBJECTS) $(libtestoptionmenu_la_DEPENDENCIES)
  	$(LINK)  $(libtestoptionmenu_la_LDFLAGS) $(libtestoptionmenu_la_OBJECTS) $(libtestoptionmenu_la_LIBADD) $(LIBS)
! 
! libtestpaned.la: $(libtestpaned_la_OBJECTS) $(libtestpaned_la_DEPENDENCIES)
  	$(LINK)  $(libtestpaned_la_LDFLAGS) $(libtestpaned_la_OBJECTS) $(libtestpaned_la_LIBADD) $(LIBS)
! 
! libtestprops.la: $(libtestprops_la_OBJECTS) $(libtestprops_la_DEPENDENCIES)
  	$(LINK)  $(libtestprops_la_LDFLAGS) $(libtestprops_la_OBJECTS) $(libtestprops_la_LIBADD) $(LIBS)
! 
! libtestselection.la: $(libtestselection_la_OBJECTS) $(libtestselection_la_DEPENDENCIES)
  	$(LINK)  $(libtestselection_la_LDFLAGS) $(libtestselection_la_OBJECTS) $(libtestselection_la_LIBADD) $(LIBS)
! 
! libteststatusbar.la: $(libteststatusbar_la_OBJECTS) $(libteststatusbar_la_DEPENDENCIES)
  	$(LINK)  $(libteststatusbar_la_LDFLAGS) $(libteststatusbar_la_OBJECTS) $(libteststatusbar_la_LIBADD) $(LIBS)
! 
! libtesttable.la: $(libtesttable_la_OBJECTS) $(libtesttable_la_DEPENDENCIES)
  	$(LINK)  $(libtesttable_la_LDFLAGS) $(libtesttable_la_OBJECTS) $(libtesttable_la_LIBADD) $(LIBS)
! 
! libtesttext.la: $(libtesttext_la_OBJECTS) $(libtesttext_la_DEPENDENCIES)
  	$(LINK)  $(libtesttext_la_LDFLAGS) $(libtesttext_la_OBJECTS) $(libtesttext_la_LIBADD) $(LIBS)
! 
! libtesttoplevel.la: $(libtesttoplevel_la_OBJECTS) $(libtesttoplevel_la_DEPENDENCIES)
  	$(LINK)  $(libtesttoplevel_la_LDFLAGS) $(libtesttoplevel_la_OBJECTS) $(libtesttoplevel_la_LIBADD) $(LIBS)
! 
! libtesttreetable.la: $(libtesttreetable_la_OBJECTS) $(libtesttreetable_la_DEPENDENCIES)
  	$(LINK)  $(libtesttreetable_la_LDFLAGS) $(libtesttreetable_la_OBJECTS) $(libtesttreetable_la_LIBADD) $(LIBS)
! 
! libtestvalues.la: $(libtestvalues_la_OBJECTS) $(libtestvalues_la_DEPENDENCIES)
  	$(LINK)  $(libtestvalues_la_LDFLAGS) $(libtestvalues_la_OBJECTS) $(libtestvalues_la_LIBADD) $(LIBS)
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
! 
! mostlyclean-tags:
  
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
  
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 
! subdir = tests
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  
  
  
  
  
  
  
  
  
  
  
  
  
! 
! 
! 
! 
! 
! 
! 
! 
  
  info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
- check-am: all-am
- check: check-am
- installcheck-am:
- installcheck: installcheck-am
- install-exec-am:
- install-exec: install-exec-am
  
  install-data-am: install-moduleLTLIBRARIES
- install-data: install-data-am
  
! install-am: all-am
! 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! install: install-am
! uninstall-am: uninstall-moduleLTLIBRARIES
! uninstall: uninstall-am
! all-am: Makefile $(LTLIBRARIES)
! all-redirect: all-am
! install-strip:
! 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! installdirs:
! 	$(mkinstalldirs)  $(DESTDIR)$(moduledir)
  
  
! mostlyclean-generic:
  
! clean-generic:
  
! distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
! maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-moduleLTLIBRARIES \
! 		mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
! 		mostlyclean-libtool mostlyclean-tags \
! 		mostlyclean-generic
  
  mostlyclean: mostlyclean-am
  
! clean-am:  clean-moduleLTLIBRARIES clean-noinstLTLIBRARIES clean-compile \
! 		clean-libtool clean-tags clean-generic mostlyclean-am
! 
! clean: clean-am
! 
! distclean-am:  distclean-moduleLTLIBRARIES distclean-noinstLTLIBRARIES \
! 		distclean-compile distclean-libtool distclean-tags \
! 		distclean-generic clean-am
! 	-rm -f libtool
! 
! distclean: distclean-am
! 
! maintainer-clean-am:  maintainer-clean-moduleLTLIBRARIES \
! 		maintainer-clean-noinstLTLIBRARIES \
! 		maintainer-clean-compile maintainer-clean-libtool \
! 		maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
! 
! maintainer-clean: maintainer-clean-am
  
! .PHONY: mostlyclean-moduleLTLIBRARIES distclean-moduleLTLIBRARIES \
! clean-moduleLTLIBRARIES maintainer-clean-moduleLTLIBRARIES \
! uninstall-moduleLTLIBRARIES install-moduleLTLIBRARIES \
! mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
! clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
! mostlyclean-compile distclean-compile clean-compile \
! maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck 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.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 84,669 ----
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
  ms_librarian = @ms_librarian@
  
! libferret_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	ferret.c
  
  
! libferret_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libferret_la_LIBADD = \
! 	@INET_LIBS@
  
  
! libtestaction_la_SOURCES = \
! 	testaction.c
  
  
! libtestaction_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestbutton_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testbutton.c
  
  
! libtestbutton_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestcombo_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testcombo.c
  
  
! libtestcombo_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestcomponent_la_SOURCES = \
! 	testcomponent.c
  
  
! libtestcomponent_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestimage_la_SOURCES = \
! 	testimage.c
  
  
! libtestimage_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestmenuitem_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testmenuitem.c
  
  
! libtestmenuitem_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestnotebook_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testnotebook.c
  
  
! libtestnotebook_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestobject_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testobject.c
  
  
! libtestobject_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestoptionmenu_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testoptionmenu.c
  
  
! libtestoptionmenu_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestpaned_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testpaned.c
  
  
! libtestpaned_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestprops_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testprops.c
  
  
! libtestprops_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestselection_la_SOURCES = \
! 	testselection.c
  
  
! libtestselection_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libteststatusbar_la_SOURCES = \
! 	teststatusbar.c
  
  
! libteststatusbar_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtesttable_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testtextlib.c		\
! 	testtextlib.h		\
! 	testtable.c
  
  
! libtesttable_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtesttext_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testtextlib.c		\
! 	testtextlib.h		\
!         testtext.c
  
  
! libtesttext_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtesttoplevel_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testtoplevel.c
  
  
! libtesttoplevel_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtesttreetable_la_SOURCES = \
! 	testlib.c		\
! 	testlib.h		\
! 	testtreetable.c
  
  
! libtesttreetable_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! libtestvalues_la_SOURCES = \
! 	testvalues.c
  
  
! libtestvalues_la_LDFLAGS = \
! 	-rpath $(moduledir) -module -avoid-version \
! 	@DEP_LIBS@	\
! 	@LDFLAGS@
  
  
! INCLUDES = \
!         @DEP_CFLAGS@
  
  
  moduledir = $(libdir)/gtk-2.0/modules
  
! module_LTLIBRARIES = \
! 	libferret.la
  
  
! noinst_LTLIBRARIES = \
! 	libtestaction.la	\
! 	libtestbutton.la	\
! 	libtestcombo.la		\
! 	libtestcomponent.la	\
! 	libtestimage.la		\
! 	libtestnotebook.la	\
! 	libtestobject.la	\
! 	libtestmenuitem.la	\
! 	libtestoptionmenu.la	\
! 	libtestpaned.la		\
! 	libtestprops.la		\
! 	libtestselection.la	\
! 	libteststatusbar.la	\
! 	libtesttable.la		\
! 	libtesttext.la		\
! 	libtesttoplevel.la	\
! 	libtesttreetable.la	\
! 	libtestvalues.la
  
+ subdir = tests
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! LTLIBRARIES = $(module_LTLIBRARIES) $(noinst_LTLIBRARIES)
! 
! libferret_la_DEPENDENCIES =
! am_libferret_la_OBJECTS = testlib.lo ferret.lo
! libferret_la_OBJECTS = $(am_libferret_la_OBJECTS)
! libtestaction_la_LIBADD =
! am_libtestaction_la_OBJECTS = testaction.lo
! libtestaction_la_OBJECTS = $(am_libtestaction_la_OBJECTS)
! libtestbutton_la_LIBADD =
! am_libtestbutton_la_OBJECTS = testlib.lo testbutton.lo
! libtestbutton_la_OBJECTS = $(am_libtestbutton_la_OBJECTS)
! libtestcombo_la_LIBADD =
! am_libtestcombo_la_OBJECTS = testlib.lo testcombo.lo
! libtestcombo_la_OBJECTS = $(am_libtestcombo_la_OBJECTS)
! libtestcomponent_la_LIBADD =
! am_libtestcomponent_la_OBJECTS = testcomponent.lo
! libtestcomponent_la_OBJECTS = $(am_libtestcomponent_la_OBJECTS)
! libtestimage_la_LIBADD =
! am_libtestimage_la_OBJECTS = testimage.lo
! libtestimage_la_OBJECTS = $(am_libtestimage_la_OBJECTS)
! libtestmenuitem_la_LIBADD =
! am_libtestmenuitem_la_OBJECTS = testlib.lo testmenuitem.lo
! libtestmenuitem_la_OBJECTS = $(am_libtestmenuitem_la_OBJECTS)
! libtestnotebook_la_LIBADD =
! am_libtestnotebook_la_OBJECTS = testlib.lo testnotebook.lo
! libtestnotebook_la_OBJECTS = $(am_libtestnotebook_la_OBJECTS)
! libtestobject_la_LIBADD =
! am_libtestobject_la_OBJECTS = testlib.lo testobject.lo
! libtestobject_la_OBJECTS = $(am_libtestobject_la_OBJECTS)
! libtestoptionmenu_la_LIBADD =
! am_libtestoptionmenu_la_OBJECTS = testlib.lo testoptionmenu.lo
! libtestoptionmenu_la_OBJECTS = $(am_libtestoptionmenu_la_OBJECTS)
! libtestpaned_la_LIBADD =
! am_libtestpaned_la_OBJECTS = testlib.lo testpaned.lo
! libtestpaned_la_OBJECTS = $(am_libtestpaned_la_OBJECTS)
! libtestprops_la_LIBADD =
! am_libtestprops_la_OBJECTS = testlib.lo testprops.lo
! libtestprops_la_OBJECTS = $(am_libtestprops_la_OBJECTS)
! libtestselection_la_LIBADD =
! am_libtestselection_la_OBJECTS = testselection.lo
! libtestselection_la_OBJECTS = $(am_libtestselection_la_OBJECTS)
! libteststatusbar_la_LIBADD =
! am_libteststatusbar_la_OBJECTS = teststatusbar.lo
! libteststatusbar_la_OBJECTS = $(am_libteststatusbar_la_OBJECTS)
! libtesttable_la_LIBADD =
! am_libtesttable_la_OBJECTS = testlib.lo testtextlib.lo testtable.lo
! libtesttable_la_OBJECTS = $(am_libtesttable_la_OBJECTS)
! libtesttext_la_LIBADD =
! am_libtesttext_la_OBJECTS = testlib.lo testtextlib.lo testtext.lo
! libtesttext_la_OBJECTS = $(am_libtesttext_la_OBJECTS)
! libtesttoplevel_la_LIBADD =
! am_libtesttoplevel_la_OBJECTS = testlib.lo testtoplevel.lo
! libtesttoplevel_la_OBJECTS = $(am_libtesttoplevel_la_OBJECTS)
! libtesttreetable_la_LIBADD =
! am_libtesttreetable_la_OBJECTS = testlib.lo testtreetable.lo
! libtesttreetable_la_OBJECTS = $(am_libtesttreetable_la_OBJECTS)
! libtestvalues_la_LIBADD =
! am_libtestvalues_la_OBJECTS = testvalues.lo
! libtestvalues_la_OBJECTS = $(am_libtestvalues_la_OBJECTS)
  
! DEFS = @DEFS@
! DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! depcomp =
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! CFLAGS = @CFLAGS@
! DIST_SOURCES = $(libferret_la_SOURCES) $(libtestaction_la_SOURCES) \
! 	$(libtestbutton_la_SOURCES) $(libtestcombo_la_SOURCES) \
! 	$(libtestcomponent_la_SOURCES) $(libtestimage_la_SOURCES) \
! 	$(libtestmenuitem_la_SOURCES) $(libtestnotebook_la_SOURCES) \
! 	$(libtestobject_la_SOURCES) $(libtestoptionmenu_la_SOURCES) \
! 	$(libtestpaned_la_SOURCES) $(libtestprops_la_SOURCES) \
! 	$(libtestselection_la_SOURCES) $(libteststatusbar_la_SOURCES) \
! 	$(libtesttable_la_SOURCES) $(libtesttext_la_SOURCES) \
! 	$(libtesttoplevel_la_SOURCES) $(libtesttreetable_la_SOURCES) \
! 	$(libtestvalues_la_SOURCES)
! DIST_COMMON = README Makefile.am Makefile.in
! SOURCES = $(libferret_la_SOURCES) $(libtestaction_la_SOURCES) $(libtestbutton_la_SOURCES) $(libtestcombo_la_SOURCES) $(libtestcomponent_la_SOURCES) $(libtestimage_la_SOURCES) $(libtestmenuitem_la_SOURCES) $(libtestnotebook_la_SOURCES) $(libtestobject_la_SOURCES) $(libtestoptionmenu_la_SOURCES) $(libtestpaned_la_SOURCES) $(libtestprops_la_SOURCES) $(libtestselection_la_SOURCES) $(libteststatusbar_la_SOURCES) $(libtesttable_la_SOURCES) $(libtesttext_la_SOURCES) $(libtesttoplevel_la_SOURCES) $(libtesttreetable_la_SOURCES) $(libtestvalues_la_SOURCES)
  
! all: all-am
  
  .SUFFIXES:
! .SUFFIXES: .c .lo .o .obj
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps tests/Makefile
+ Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(moduledir)
  	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$p"; \
! 	    $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-moduleLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
! 	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(moduledir)/$$p"; \
! 	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(moduledir)/$$p; \
  	done
  
! clean-moduleLTLIBRARIES:
! 	-test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
  
  clean-noinstLTLIBRARIES:
  	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
! libferret.la: $(libferret_la_OBJECTS) $(libferret_la_DEPENDENCIES) 
  	$(LINK) -rpath $(moduledir) $(libferret_la_LDFLAGS) $(libferret_la_OBJECTS) $(libferret_la_LIBADD) $(LIBS)
! libtestaction.la: $(libtestaction_la_OBJECTS) $(libtestaction_la_DEPENDENCIES) 
  	$(LINK)  $(libtestaction_la_LDFLAGS) $(libtestaction_la_OBJECTS) $(libtestaction_la_LIBADD) $(LIBS)
! libtestbutton.la: $(libtestbutton_la_OBJECTS) $(libtestbutton_la_DEPENDENCIES) 
  	$(LINK)  $(libtestbutton_la_LDFLAGS) $(libtestbutton_la_OBJECTS) $(libtestbutton_la_LIBADD) $(LIBS)
! libtestcombo.la: $(libtestcombo_la_OBJECTS) $(libtestcombo_la_DEPENDENCIES) 
  	$(LINK)  $(libtestcombo_la_LDFLAGS) $(libtestcombo_la_OBJECTS) $(libtestcombo_la_LIBADD) $(LIBS)
! libtestcomponent.la: $(libtestcomponent_la_OBJECTS) $(libtestcomponent_la_DEPENDENCIES) 
  	$(LINK)  $(libtestcomponent_la_LDFLAGS) $(libtestcomponent_la_OBJECTS) $(libtestcomponent_la_LIBADD) $(LIBS)
! libtestimage.la: $(libtestimage_la_OBJECTS) $(libtestimage_la_DEPENDENCIES) 
  	$(LINK)  $(libtestimage_la_LDFLAGS) $(libtestimage_la_OBJECTS) $(libtestimage_la_LIBADD) $(LIBS)
! libtestmenuitem.la: $(libtestmenuitem_la_OBJECTS) $(libtestmenuitem_la_DEPENDENCIES) 
! 	$(LINK)  $(libtestmenuitem_la_LDFLAGS) $(libtestmenuitem_la_OBJECTS) $(libtestmenuitem_la_LIBADD) $(LIBS)
! libtestnotebook.la: $(libtestnotebook_la_OBJECTS) $(libtestnotebook_la_DEPENDENCIES) 
  	$(LINK)  $(libtestnotebook_la_LDFLAGS) $(libtestnotebook_la_OBJECTS) $(libtestnotebook_la_LIBADD) $(LIBS)
! libtestobject.la: $(libtestobject_la_OBJECTS) $(libtestobject_la_DEPENDENCIES) 
  	$(LINK)  $(libtestobject_la_LDFLAGS) $(libtestobject_la_OBJECTS) $(libtestobject_la_LIBADD) $(LIBS)
! libtestoptionmenu.la: $(libtestoptionmenu_la_OBJECTS) $(libtestoptionmenu_la_DEPENDENCIES) 
  	$(LINK)  $(libtestoptionmenu_la_LDFLAGS) $(libtestoptionmenu_la_OBJECTS) $(libtestoptionmenu_la_LIBADD) $(LIBS)
! libtestpaned.la: $(libtestpaned_la_OBJECTS) $(libtestpaned_la_DEPENDENCIES) 
  	$(LINK)  $(libtestpaned_la_LDFLAGS) $(libtestpaned_la_OBJECTS) $(libtestpaned_la_LIBADD) $(LIBS)
! libtestprops.la: $(libtestprops_la_OBJECTS) $(libtestprops_la_DEPENDENCIES) 
  	$(LINK)  $(libtestprops_la_LDFLAGS) $(libtestprops_la_OBJECTS) $(libtestprops_la_LIBADD) $(LIBS)
! libtestselection.la: $(libtestselection_la_OBJECTS) $(libtestselection_la_DEPENDENCIES) 
  	$(LINK)  $(libtestselection_la_LDFLAGS) $(libtestselection_la_OBJECTS) $(libtestselection_la_LIBADD) $(LIBS)
! libteststatusbar.la: $(libteststatusbar_la_OBJECTS) $(libteststatusbar_la_DEPENDENCIES) 
  	$(LINK)  $(libteststatusbar_la_LDFLAGS) $(libteststatusbar_la_OBJECTS) $(libteststatusbar_la_LIBADD) $(LIBS)
! libtesttable.la: $(libtesttable_la_OBJECTS) $(libtesttable_la_DEPENDENCIES) 
  	$(LINK)  $(libtesttable_la_LDFLAGS) $(libtesttable_la_OBJECTS) $(libtesttable_la_LIBADD) $(LIBS)
! libtesttext.la: $(libtesttext_la_OBJECTS) $(libtesttext_la_DEPENDENCIES) 
  	$(LINK)  $(libtesttext_la_LDFLAGS) $(libtesttext_la_OBJECTS) $(libtesttext_la_LIBADD) $(LIBS)
! libtesttoplevel.la: $(libtesttoplevel_la_OBJECTS) $(libtesttoplevel_la_DEPENDENCIES) 
  	$(LINK)  $(libtesttoplevel_la_LDFLAGS) $(libtesttoplevel_la_OBJECTS) $(libtesttoplevel_la_LIBADD) $(LIBS)
! libtesttreetable.la: $(libtesttreetable_la_OBJECTS) $(libtesttreetable_la_DEPENDENCIES) 
  	$(LINK)  $(libtesttreetable_la_LDFLAGS) $(libtesttreetable_la_OBJECTS) $(libtesttreetable_la_LIBADD) $(LIBS)
! libtestvalues.la: $(libtestvalues_la_OBJECTS) $(libtestvalues_la_DEPENDENCIES) 
  	$(LINK)  $(libtestvalues_la_LDFLAGS) $(libtestvalues_la_OBJECTS) $(libtestvalues_la_LIBADD) $(LIBS)
  
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT) core *.core
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ .c.o:
+ 	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
+ 
+ .c.obj:
+ 	$(COMPILE) -c `cygpath -w $<`
+ 
+ .c.lo:
+ 	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
+ uninstall-info-am:
+ 
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
  
+ installdirs:
+ 	$(mkinstalldirs) $(DESTDIR)$(moduledir)
  
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+ uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
  
+ clean-generic:
  
+ distclean-generic:
+ 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+ 	@echo "it deletes files that may require special tools to rebuild."
+ clean: clean-am
  
+ clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
+ 	clean-noinstLTLIBRARIES mostlyclean-am
  
+ distclean: distclean-am
  
+ distclean-am: clean-am distclean-compile distclean-generic \
+ 	distclean-libtool distclean-tags
  
+ dvi: dvi-am
  
+ dvi-am:
  
! info: info-am
  
  info-am:
  
  install-data-am: install-moduleLTLIBRARIES
  
! install-exec-am:
  
+ install-info: install-info-am
  
! install-man:
  
! installcheck-am:
  
! maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
  
  mostlyclean: mostlyclean-am
  
! mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool
  
! uninstall-am: uninstall-info-am uninstall-moduleLTLIBRARIES
  
+ .PHONY: GTAGS all all-am check check-am clean clean-generic \
+ 	clean-libtool clean-moduleLTLIBRARIES clean-noinstLTLIBRARIES \
+ 	distclean distclean-compile distclean-generic distclean-libtool \
+ 	distclean-tags distdir dvi dvi-am info info-am install \
+ 	install-am install-data install-data-am install-exec \
+ 	install-exec-am install-info install-info-am install-man \
+ 	install-moduleLTLIBRARIES install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool tags uninstall \
+ 	uninstall-am uninstall-info-am uninstall-moduleLTLIBRARIES
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
