Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 226280 Details for
Bug 399428
SDM does not compile on AIX due to missing asprintf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix for SDM compilation on AIX
aix_sdm.patch (text/plain), 565.48 KB, created by
David Wootton
on 2013-01-29 13:57:28 EST
(
hide
)
Description:
Fix for SDM compilation on AIX
Filename:
MIME Type:
Creator:
David Wootton
Created:
2013-01-29 13:57:28 EST
Size:
565.48 KB
patch
obsolete
>diff --git a/core/org.eclipse.ptp.utils/src/compat.c b/core/org.eclipse.ptp.utils/src/compat.c >index 4a6e65e..0838775 100644 >--- a/core/org.eclipse.ptp.utils/src/compat.c >+++ b/core/org.eclipse.ptp.utils/src/compat.c >@@ -51,7 +51,7 @@ > */ > > int >-vasprintf(char **strp, const char *fmt, va_list ap) >+vasprintf(char **ret, const char *fmt, va_list ap) > { > va_list ac; > size_t len; >diff --git a/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.am b/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.am >index 0b1611b..3a09265 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.am >+++ b/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.am >@@ -1,4 +1,6 @@ >-noinst_PROGRAMS = testaif >+if !AIX >+ noinst_PROGRAMS = testaif >+endif > noinst_LIBRARIES = libaif.a > > libaif_a_SOURCES = aif.c \ >@@ -16,7 +18,9 @@ > > libaif_a_CFLAGS = $(AM_CFLAGS) > >-testaif_SOURCES = testaif.c >-testaif_CFLAGS = -I. $(AM_CFLAGS) -g >-testaif_LDFLAGS = -g >-testaif_LDADD = libaif.a >+if !AIX >+ testaif_SOURCES = testaif.c >+ testaif_CFLAGS = -I. $(AM_CFLAGS) -g >+ testaif_LDFLAGS = -g >+ testaif_LDADD = libaif.a >+endif >diff --git a/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.in b/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.in >index c27933a..d89e03c 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.in >+++ b/debug/org.eclipse.ptp.debug.sdm/libaif/Makefile.in >@@ -1,8 +1,9 @@ >-# Makefile.in generated by automake 1.10 from Makefile.am. >+# Makefile.in generated by automake 1.11.1 from Makefile.am. > # @configure_input@ > > # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, >-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. >+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. >@@ -17,8 +18,9 @@ > > VPATH = @srcdir@ > pkgdatadir = $(datadir)/@PACKAGE@ >-pkglibdir = $(libdir)/@PACKAGE@ > pkgincludedir = $(includedir)/@PACKAGE@ >+pkglibdir = $(libdir)/@PACKAGE@ >+pkglibexecdir = $(libexecdir)/@PACKAGE@ > am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd > install_sh_DATA = $(install_sh) -c -m 644 > install_sh_PROGRAM = $(install_sh) -c >@@ -31,7 +33,7 @@ > NORMAL_UNINSTALL = : > PRE_UNINSTALL = : > POST_UNINSTALL = : >-noinst_PROGRAMS = testaif$(EXEEXT) >+@AIX_FALSE@noinst_PROGRAMS = testaif$(EXEEXT) > subdir = . > DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ > $(srcdir)/Makefile.in $(srcdir)/config.h.in \ >@@ -47,6 +49,7 @@ > mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs > CONFIG_HEADER = config.h > CONFIG_CLEAN_FILES = doc/Makefile >+CONFIG_CLEAN_VPATH_FILES = > LIBRARIES = $(noinst_LIBRARIES) > AR = ar > ARFLAGS = cru >@@ -60,29 +63,31 @@ > libaif_a-util.$(OBJEXT) > libaif_a_OBJECTS = $(am_libaif_a_OBJECTS) > PROGRAMS = $(noinst_PROGRAMS) >-am_testaif_OBJECTS = testaif-testaif.$(OBJEXT) >+am__testaif_SOURCES_DIST = testaif.c >+@AIX_FALSE@am_testaif_OBJECTS = testaif-testaif.$(OBJEXT) > testaif_OBJECTS = $(am_testaif_OBJECTS) >-testaif_DEPENDENCIES = libaif.a >+@AIX_FALSE@testaif_DEPENDENCIES = libaif.a > testaif_LINK = $(CCLD) $(testaif_CFLAGS) $(CFLAGS) $(testaif_LDFLAGS) \ > $(LDFLAGS) -o $@ > DEFAULT_INCLUDES = -I.@am__isrc@ > depcomp = $(SHELL) $(top_srcdir)/depcomp > am__depfiles_maybe = depfiles >+am__mv = mv -f > COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ > $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) > CCLD = $(CC) > LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ > SOURCES = $(libaif_a_SOURCES) $(testaif_SOURCES) >-DIST_SOURCES = $(libaif_a_SOURCES) $(testaif_SOURCES) >+DIST_SOURCES = $(libaif_a_SOURCES) $(am__testaif_SOURCES_DIST) > ETAGS = etags > CTAGS = ctags > DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) > distdir = $(PACKAGE)-$(VERSION) > top_distdir = $(distdir) > am__remove_distdir = \ >- { test ! -d $(distdir) \ >- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ >- && rm -fr $(distdir); }; } >+ { test ! -d "$(distdir)" \ >+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ >+ && rm -fr "$(distdir)"; }; } > DIST_ARCHIVES = $(distdir).tar.gz > GZIP_ENV = --best > distuninstallcheck_listfiles = find . -type f -print >@@ -171,6 +176,7 @@ > srcdir = @srcdir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >+top_build_prefix = @top_build_prefix@ > top_builddir = @top_builddir@ > top_srcdir = @top_srcdir@ > noinst_LIBRARIES = libaif.a >@@ -188,10 +194,10 @@ > aif.x > > libaif_a_CFLAGS = $(AM_CFLAGS) >-testaif_SOURCES = testaif.c >-testaif_CFLAGS = -I. $(AM_CFLAGS) -g >-testaif_LDFLAGS = -g >-testaif_LDADD = libaif.a >+@AIX_FALSE@testaif_SOURCES = testaif.c >+@AIX_FALSE@testaif_CFLAGS = -I. $(AM_CFLAGS) -g >+@AIX_FALSE@testaif_LDFLAGS = -g >+@AIX_FALSE@testaif_LDADD = libaif.a > all: config.h > $(MAKE) $(AM_MAKEFLAGS) all-am > >@@ -203,15 +209,15 @@ > @for dep in $?; do \ > case '$(am__configure_deps)' in \ > *$$dep*) \ >- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ >- cd $(srcdir) && $(AUTOMAKE) --gnu \ >+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ >+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ > && exit 0; \ > exit 1;; \ > esac; \ > done; \ >- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ >- cd $(top_srcdir) && \ >- $(AUTOMAKE) --gnu Makefile >+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ >+ $(am__cd) $(top_srcdir) && \ >+ $(AUTOMAKE) --gnu Makefile > .PRECIOUS: Makefile > Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status > @case '$?' in \ >@@ -227,9 +233,10 @@ > $(SHELL) ./config.status --recheck > > $(top_srcdir)/configure: $(am__configure_deps) >- cd $(srcdir) && $(AUTOCONF) >+ $(am__cd) $(srcdir) && $(AUTOCONF) > $(ACLOCAL_M4): $(am__aclocal_m4_deps) >- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) >+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) >+$(am__aclocal_m4_deps): > > config.h: stamp-h1 > @if test ! -f $@; then \ >@@ -241,7 +248,7 @@ > @rm -f stamp-h1 > cd $(top_builddir) && $(SHELL) ./config.status config.h > $(srcdir)/config.h.in: $(am__configure_deps) >- cd $(top_srcdir) && $(AUTOHEADER) >+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) > rm -f stamp-h1 > touch $@ > >@@ -284,182 +291,182 @@ > > .c.o: > @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(COMPILE) -c $< > > .c.obj: > @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` > > libaif_a-aif.o: aif.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-aif.o -MD -MP -MF $(DEPDIR)/libaif_a-aif.Tpo -c -o libaif_a-aif.o `test -f 'aif.c' || echo '$(srcdir)/'`aif.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-aif.Tpo $(DEPDIR)/libaif_a-aif.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-aif.Tpo $(DEPDIR)/libaif_a-aif.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='aif.c' object='libaif_a-aif.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-aif.o `test -f 'aif.c' || echo '$(srcdir)/'`aif.c > > libaif_a-aif.obj: aif.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-aif.obj -MD -MP -MF $(DEPDIR)/libaif_a-aif.Tpo -c -o libaif_a-aif.obj `if test -f 'aif.c'; then $(CYGPATH_W) 'aif.c'; else $(CYGPATH_W) '$(srcdir)/aif.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-aif.Tpo $(DEPDIR)/libaif_a-aif.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-aif.Tpo $(DEPDIR)/libaif_a-aif.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='aif.c' object='libaif_a-aif.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-aif.obj `if test -f 'aif.c'; then $(CYGPATH_W) 'aif.c'; else $(CYGPATH_W) '$(srcdir)/aif.c'; fi` > > libaif_a-calc.o: calc.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-calc.o -MD -MP -MF $(DEPDIR)/libaif_a-calc.Tpo -c -o libaif_a-calc.o `test -f 'calc.c' || echo '$(srcdir)/'`calc.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-calc.Tpo $(DEPDIR)/libaif_a-calc.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-calc.Tpo $(DEPDIR)/libaif_a-calc.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='calc.c' object='libaif_a-calc.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-calc.o `test -f 'calc.c' || echo '$(srcdir)/'`calc.c > > libaif_a-calc.obj: calc.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-calc.obj -MD -MP -MF $(DEPDIR)/libaif_a-calc.Tpo -c -o libaif_a-calc.obj `if test -f 'calc.c'; then $(CYGPATH_W) 'calc.c'; else $(CYGPATH_W) '$(srcdir)/calc.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-calc.Tpo $(DEPDIR)/libaif_a-calc.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-calc.Tpo $(DEPDIR)/libaif_a-calc.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='calc.c' object='libaif_a-calc.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-calc.obj `if test -f 'calc.c'; then $(CYGPATH_W) 'calc.c'; else $(CYGPATH_W) '$(srcdir)/calc.c'; fi` > > libaif_a-fds.o: fds.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-fds.o -MD -MP -MF $(DEPDIR)/libaif_a-fds.Tpo -c -o libaif_a-fds.o `test -f 'fds.c' || echo '$(srcdir)/'`fds.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-fds.Tpo $(DEPDIR)/libaif_a-fds.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-fds.Tpo $(DEPDIR)/libaif_a-fds.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fds.c' object='libaif_a-fds.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-fds.o `test -f 'fds.c' || echo '$(srcdir)/'`fds.c > > libaif_a-fds.obj: fds.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-fds.obj -MD -MP -MF $(DEPDIR)/libaif_a-fds.Tpo -c -o libaif_a-fds.obj `if test -f 'fds.c'; then $(CYGPATH_W) 'fds.c'; else $(CYGPATH_W) '$(srcdir)/fds.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-fds.Tpo $(DEPDIR)/libaif_a-fds.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-fds.Tpo $(DEPDIR)/libaif_a-fds.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fds.c' object='libaif_a-fds.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-fds.obj `if test -f 'fds.c'; then $(CYGPATH_W) 'fds.c'; else $(CYGPATH_W) '$(srcdir)/fds.c'; fi` > > libaif_a-array.o: array.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-array.o -MD -MP -MF $(DEPDIR)/libaif_a-array.Tpo -c -o libaif_a-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-array.Tpo $(DEPDIR)/libaif_a-array.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-array.Tpo $(DEPDIR)/libaif_a-array.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='array.c' object='libaif_a-array.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c > > libaif_a-array.obj: array.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-array.obj -MD -MP -MF $(DEPDIR)/libaif_a-array.Tpo -c -o libaif_a-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-array.Tpo $(DEPDIR)/libaif_a-array.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-array.Tpo $(DEPDIR)/libaif_a-array.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='array.c' object='libaif_a-array.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi` > > libaif_a-conv.o: conv.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-conv.o -MD -MP -MF $(DEPDIR)/libaif_a-conv.Tpo -c -o libaif_a-conv.o `test -f 'conv.c' || echo '$(srcdir)/'`conv.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-conv.Tpo $(DEPDIR)/libaif_a-conv.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-conv.Tpo $(DEPDIR)/libaif_a-conv.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='conv.c' object='libaif_a-conv.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-conv.o `test -f 'conv.c' || echo '$(srcdir)/'`conv.c > > libaif_a-conv.obj: conv.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-conv.obj -MD -MP -MF $(DEPDIR)/libaif_a-conv.Tpo -c -o libaif_a-conv.obj `if test -f 'conv.c'; then $(CYGPATH_W) 'conv.c'; else $(CYGPATH_W) '$(srcdir)/conv.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-conv.Tpo $(DEPDIR)/libaif_a-conv.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-conv.Tpo $(DEPDIR)/libaif_a-conv.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='conv.c' object='libaif_a-conv.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-conv.obj `if test -f 'conv.c'; then $(CYGPATH_W) 'conv.c'; else $(CYGPATH_W) '$(srcdir)/conv.c'; fi` > > libaif_a-cmp.o: cmp.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-cmp.o -MD -MP -MF $(DEPDIR)/libaif_a-cmp.Tpo -c -o libaif_a-cmp.o `test -f 'cmp.c' || echo '$(srcdir)/'`cmp.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-cmp.Tpo $(DEPDIR)/libaif_a-cmp.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-cmp.Tpo $(DEPDIR)/libaif_a-cmp.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmp.c' object='libaif_a-cmp.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-cmp.o `test -f 'cmp.c' || echo '$(srcdir)/'`cmp.c > > libaif_a-cmp.obj: cmp.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-cmp.obj -MD -MP -MF $(DEPDIR)/libaif_a-cmp.Tpo -c -o libaif_a-cmp.obj `if test -f 'cmp.c'; then $(CYGPATH_W) 'cmp.c'; else $(CYGPATH_W) '$(srcdir)/cmp.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-cmp.Tpo $(DEPDIR)/libaif_a-cmp.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-cmp.Tpo $(DEPDIR)/libaif_a-cmp.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmp.c' object='libaif_a-cmp.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-cmp.obj `if test -f 'cmp.c'; then $(CYGPATH_W) 'cmp.c'; else $(CYGPATH_W) '$(srcdir)/cmp.c'; fi` > > libaif_a-print.o: print.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-print.o -MD -MP -MF $(DEPDIR)/libaif_a-print.Tpo -c -o libaif_a-print.o `test -f 'print.c' || echo '$(srcdir)/'`print.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-print.Tpo $(DEPDIR)/libaif_a-print.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-print.Tpo $(DEPDIR)/libaif_a-print.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='print.c' object='libaif_a-print.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-print.o `test -f 'print.c' || echo '$(srcdir)/'`print.c > > libaif_a-print.obj: print.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-print.obj -MD -MP -MF $(DEPDIR)/libaif_a-print.Tpo -c -o libaif_a-print.obj `if test -f 'print.c'; then $(CYGPATH_W) 'print.c'; else $(CYGPATH_W) '$(srcdir)/print.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-print.Tpo $(DEPDIR)/libaif_a-print.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-print.Tpo $(DEPDIR)/libaif_a-print.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='print.c' object='libaif_a-print.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-print.obj `if test -f 'print.c'; then $(CYGPATH_W) 'print.c'; else $(CYGPATH_W) '$(srcdir)/print.c'; fi` > > libaif_a-error.o: error.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-error.o -MD -MP -MF $(DEPDIR)/libaif_a-error.Tpo -c -o libaif_a-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-error.Tpo $(DEPDIR)/libaif_a-error.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-error.Tpo $(DEPDIR)/libaif_a-error.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='error.c' object='libaif_a-error.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.c > > libaif_a-error.obj: error.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-error.obj -MD -MP -MF $(DEPDIR)/libaif_a-error.Tpo -c -o libaif_a-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-error.Tpo $(DEPDIR)/libaif_a-error.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-error.Tpo $(DEPDIR)/libaif_a-error.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='error.c' object='libaif_a-error.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi` > > libaif_a-io.o: io.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-io.o -MD -MP -MF $(DEPDIR)/libaif_a-io.Tpo -c -o libaif_a-io.o `test -f 'io.c' || echo '$(srcdir)/'`io.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-io.Tpo $(DEPDIR)/libaif_a-io.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-io.Tpo $(DEPDIR)/libaif_a-io.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io.c' object='libaif_a-io.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-io.o `test -f 'io.c' || echo '$(srcdir)/'`io.c > > libaif_a-io.obj: io.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-io.obj -MD -MP -MF $(DEPDIR)/libaif_a-io.Tpo -c -o libaif_a-io.obj `if test -f 'io.c'; then $(CYGPATH_W) 'io.c'; else $(CYGPATH_W) '$(srcdir)/io.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-io.Tpo $(DEPDIR)/libaif_a-io.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-io.Tpo $(DEPDIR)/libaif_a-io.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io.c' object='libaif_a-io.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-io.obj `if test -f 'io.c'; then $(CYGPATH_W) 'io.c'; else $(CYGPATH_W) '$(srcdir)/io.c'; fi` > > libaif_a-aggregate.o: aggregate.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-aggregate.o -MD -MP -MF $(DEPDIR)/libaif_a-aggregate.Tpo -c -o libaif_a-aggregate.o `test -f 'aggregate.c' || echo '$(srcdir)/'`aggregate.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-aggregate.Tpo $(DEPDIR)/libaif_a-aggregate.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-aggregate.Tpo $(DEPDIR)/libaif_a-aggregate.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='aggregate.c' object='libaif_a-aggregate.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-aggregate.o `test -f 'aggregate.c' || echo '$(srcdir)/'`aggregate.c > > libaif_a-aggregate.obj: aggregate.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-aggregate.obj -MD -MP -MF $(DEPDIR)/libaif_a-aggregate.Tpo -c -o libaif_a-aggregate.obj `if test -f 'aggregate.c'; then $(CYGPATH_W) 'aggregate.c'; else $(CYGPATH_W) '$(srcdir)/aggregate.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-aggregate.Tpo $(DEPDIR)/libaif_a-aggregate.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-aggregate.Tpo $(DEPDIR)/libaif_a-aggregate.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='aggregate.c' object='libaif_a-aggregate.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-aggregate.obj `if test -f 'aggregate.c'; then $(CYGPATH_W) 'aggregate.c'; else $(CYGPATH_W) '$(srcdir)/aggregate.c'; fi` > > libaif_a-util.o: util.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-util.o -MD -MP -MF $(DEPDIR)/libaif_a-util.Tpo -c -o libaif_a-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-util.Tpo $(DEPDIR)/libaif_a-util.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-util.Tpo $(DEPDIR)/libaif_a-util.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='libaif_a-util.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c > > libaif_a-util.obj: util.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -MT libaif_a-util.obj -MD -MP -MF $(DEPDIR)/libaif_a-util.Tpo -c -o libaif_a-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libaif_a-util.Tpo $(DEPDIR)/libaif_a-util.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libaif_a-util.Tpo $(DEPDIR)/libaif_a-util.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='libaif_a-util.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaif_a_CFLAGS) $(CFLAGS) -c -o libaif_a-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi` > > testaif-testaif.o: testaif.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testaif_CFLAGS) $(CFLAGS) -MT testaif-testaif.o -MD -MP -MF $(DEPDIR)/testaif-testaif.Tpo -c -o testaif-testaif.o `test -f 'testaif.c' || echo '$(srcdir)/'`testaif.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/testaif-testaif.Tpo $(DEPDIR)/testaif-testaif.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testaif-testaif.Tpo $(DEPDIR)/testaif-testaif.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testaif.c' object='testaif-testaif.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testaif_CFLAGS) $(CFLAGS) -c -o testaif-testaif.o `test -f 'testaif.c' || echo '$(srcdir)/'`testaif.c > > testaif-testaif.obj: testaif.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testaif_CFLAGS) $(CFLAGS) -MT testaif-testaif.obj -MD -MP -MF $(DEPDIR)/testaif-testaif.Tpo -c -o testaif-testaif.obj `if test -f 'testaif.c'; then $(CYGPATH_W) 'testaif.c'; else $(CYGPATH_W) '$(srcdir)/testaif.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/testaif-testaif.Tpo $(DEPDIR)/testaif-testaif.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testaif-testaif.Tpo $(DEPDIR)/testaif-testaif.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testaif.c' object='testaif-testaif.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testaif_CFLAGS) $(CFLAGS) -c -o testaif-testaif.obj `if test -f 'testaif.c'; then $(CYGPATH_W) 'testaif.c'; else $(CYGPATH_W) '$(srcdir)/testaif.c'; fi` >@@ -469,52 +476,56 @@ > 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; }'`; \ >+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ >+ END { if (nonempty) { for (i in files) print i; }; }'`; \ > mkid -fID $$unique > tags: TAGS > > TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ > $(TAGS_FILES) $(LISP) >- tags=; \ >+ set x; \ > here=`pwd`; \ > list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(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; }'`; \ >- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ >+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ >+ END { if (nonempty) { for (i in files) print i; }; }'`; \ >+ shift; \ >+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ > test -n "$$unique" || unique=$$empty_fix; \ >- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ >- $$tags $$unique; \ >+ if test $$# -gt 0; then \ >+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ >+ "$$@" $$unique; \ >+ else \ >+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ >+ $$unique; \ >+ fi; \ > fi > ctags: CTAGS > CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ > $(TAGS_FILES) $(LISP) >- tags=; \ >- here=`pwd`; \ > list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(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 "$(CTAGS_ARGS)$$tags$$unique" \ >+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ >+ END { if (nonempty) { for (i in files) print i; }; }'`; \ >+ test -z "$(CTAGS_ARGS)$$unique" \ > || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ >- $$tags $$unique >+ $$unique > > GTAGS: > here=`$(am__cd) $(top_builddir) && pwd` \ >- && cd $(top_srcdir) \ >- && gtags -i $(GTAGS_ARGS) $$here >+ && $(am__cd) $(top_srcdir) \ >+ && gtags -i $(GTAGS_ARGS) "$$here" > > distclean-tags: > -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > > distdir: $(DISTFILES) > $(am__remove_distdir) >- test -d $(distdir) || mkdir $(distdir) >+ test -d "$(distdir)" || mkdir "$(distdir)" > @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ > topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ > list='$(DISTFILES)'; \ >@@ -530,27 +541,41 @@ > if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ > if test -d $$d/$$file; then \ > dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ >- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ >- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ >+ if test -d "$(distdir)/$$file"; then \ >+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ > fi; \ >- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ >+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ >+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ >+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ >+ fi; \ >+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ > else \ >- test -f $(distdir)/$$file \ >- || cp -p $$d/$$file $(distdir)/$$file \ >+ test -f "$(distdir)/$$file" \ >+ || cp -p $$d/$$file "$(distdir)/$$file" \ > || exit 1; \ > fi; \ > done >- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ >+ -test -n "$(am__skip_mode_fix)" \ >+ || find "$(distdir)" -type d ! -perm -755 \ >+ -exec chmod u+rwx,go+rx {} \; -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 $(install_sh) -c -m a+r {} {} \; \ >- || chmod -R a+r $(distdir) >+ || chmod -R a+r "$(distdir)" > dist-gzip: distdir > tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz > $(am__remove_distdir) > > dist-bzip2: distdir > tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 >+ $(am__remove_distdir) >+ >+dist-lzma: distdir >+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma >+ $(am__remove_distdir) >+ >+dist-xz: distdir >+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz > $(am__remove_distdir) > > dist-tarZ: distdir >@@ -576,13 +601,17 @@ > distcheck: dist > case '$(DIST_ARCHIVES)' in \ > *.tar.gz*) \ >- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ >+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ > *.tar.bz2*) \ >- bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ >+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ >+ *.tar.lzma*) \ >+ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ >+ *.tar.xz*) \ >+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ > *.tar.Z*) \ > uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ > *.shar.gz*) \ >- GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ >+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ > *.zip*) \ > unzip $(distdir).zip ;;\ > esac >@@ -590,9 +619,11 @@ > mkdir $(distdir)/_build > mkdir $(distdir)/_inst > chmod a-w $(distdir) >+ test -d $(distdir)/_build || exit 0; \ > dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ > && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ >- && cd $(distdir)/_build \ >+ && am__cwd=`pwd` \ >+ && $(am__cd) $(distdir)/_build \ > && ../configure --srcdir=.. --prefix="$$dc_install_base" \ > $(DISTCHECK_CONFIGURE_FLAGS) \ > && $(MAKE) $(AM_MAKEFLAGS) \ >@@ -614,13 +645,15 @@ > && rm -rf "$$dc_destdir" \ > && $(MAKE) $(AM_MAKEFLAGS) dist \ > && rm -rf $(DIST_ARCHIVES) \ >- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck >+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ >+ && cd "$$am__cwd" \ >+ || exit 1 > $(am__remove_distdir) > @(echo "$(distdir) archives ready for distribution: "; \ > list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ > sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' > distuninstallcheck: >- @cd $(distuninstallcheck_dir) \ >+ @$(am__cd) '$(distuninstallcheck_dir)' \ > && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ > || { echo "ERROR: files left after uninstall:" ; \ > if test -n "$(DESTDIR)"; then \ >@@ -661,6 +694,7 @@ > > distclean-generic: > -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) >+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) > > maintainer-clean-generic: > @echo "This command is intended for maintainers to use" >@@ -683,6 +717,8 @@ > > html: html-am > >+html-am: >+ > info: info-am > > info-am: >@@ -691,17 +727,27 @@ > > install-dvi: install-dvi-am > >+install-dvi-am: >+ > install-exec-am: > > install-html: install-html-am > >+install-html-am: >+ > install-info: install-info-am >+ >+install-info-am: > > install-man: > > install-pdf: install-pdf-am > >+install-pdf-am: >+ > install-ps: install-ps-am >+ >+install-ps-am: > > installcheck-am: > >@@ -726,22 +772,24 @@ > > uninstall-am: > >-.MAKE: install-am install-strip >+.MAKE: all install-am install-strip > > .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ > clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \ >- dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \ >- dist-zip distcheck distclean distclean-compile \ >- distclean-generic distclean-hdr distclean-tags distcleancheck \ >- distdir distuninstallcheck dvi dvi-am html html-am info \ >- info-am install install-am install-data install-data-am \ >- install-dvi install-dvi-am install-exec install-exec-am \ >- install-html install-html-am install-info install-info-am \ >- install-man install-pdf install-pdf-am install-ps \ >- install-ps-am install-strip installcheck installcheck-am \ >- installdirs maintainer-clean maintainer-clean-generic \ >- mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ >- ps ps-am tags uninstall uninstall-am >+ dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \ >+ dist-tarZ dist-xz dist-zip distcheck distclean \ >+ distclean-compile distclean-generic distclean-hdr \ >+ distclean-tags distcleancheck distdir distuninstallcheck dvi \ >+ dvi-am html html-am info info-am install install-am \ >+ install-data install-data-am install-dvi install-dvi-am \ >+ install-exec install-exec-am install-html install-html-am \ >+ install-info install-info-am install-man install-pdf \ >+ install-pdf-am install-ps install-ps-am install-strip \ >+ installcheck installcheck-am installdirs maintainer-clean \ >+ maintainer-clean-generic mostlyclean mostlyclean-compile \ >+ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ >+ uninstall-am >+ > > # 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 --git a/debug/org.eclipse.ptp.debug.sdm/libaif/aclocal.m4 b/debug/org.eclipse.ptp.debug.sdm/libaif/aclocal.m4 >index b6d1f15..ff68ef5 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libaif/aclocal.m4 >+++ b/debug/org.eclipse.ptp.debug.sdm/libaif/aclocal.m4 >@@ -1,7 +1,7 @@ >-# generated automatically by aclocal 1.10 -*- Autoconf -*- >+# generated automatically by aclocal 1.11.1 -*- Autoconf -*- > > # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, >-# 2005, 2006 Free Software Foundation, Inc. >+# 2005, 2006, 2007, 2008, 2009 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. >@@ -11,12 +11,15 @@ > # even the implied warranty of MERCHANTABILITY or FITNESS FOR A > # PARTICULAR PURPOSE. > >-m4_if(m4_PACKAGE_VERSION, [2.61],, >-[m4_fatal([this file was generated for autoconf 2.61. >-You have another version of autoconf. If you want to use that, >-you should regenerate the build system entirely.], [63])]) >+m4_ifndef([AC_AUTOCONF_VERSION], >+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl >+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, >+[m4_warning([this file was generated for autoconf 2.63. >+You have another version of autoconf. It may work, but is not guaranteed to. >+If you have problems, you may need to regenerate the build system entirely. >+To do so, use the procedure documented by the package, typically `autoreconf'.])]) > >-# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. >+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. > # > # This file is free software; the Free Software Foundation > # gives unlimited permission to copy and/or distribute it, >@@ -28,10 +31,10 @@ > # generated from the m4 files accompanying Automake X.Y. > # (This private macro should not be called outside this file.) > AC_DEFUN([AM_AUTOMAKE_VERSION], >-[am__api_version='1.10' >+[am__api_version='1.11' > dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to > dnl require some minimum version. Point them to the right macro. >-m4_if([$1], [1.10], [], >+m4_if([$1], [1.11.1], [], > [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl > ]) > >@@ -45,10 +48,12 @@ > # AM_SET_CURRENT_AUTOMAKE_VERSION > # ------------------------------- > # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. >-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. >+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. > AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], >-[AM_AUTOMAKE_VERSION([1.10])dnl >-_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) >+[AM_AUTOMAKE_VERSION([1.11.1])dnl >+m4_ifndef([AC_AUTOCONF_VERSION], >+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl >+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) > > # AM_AUX_DIR_EXPAND -*- Autoconf -*- > >@@ -105,14 +110,14 @@ > > # AM_CONDITIONAL -*- Autoconf -*- > >-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 >+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 > # 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. > >-# serial 8 >+# serial 9 > > # AM_CONDITIONAL(NAME, SHELL-CONDITION) > # ------------------------------------- >@@ -125,6 +130,7 @@ > AC_SUBST([$1_FALSE])dnl > _AM_SUBST_NOTMAKE([$1_TRUE])dnl > _AM_SUBST_NOTMAKE([$1_FALSE])dnl >+m4_define([_AM_COND_VALUE_$1], [$2])dnl > if $2; then > $1_TRUE= > $1_FALSE='#' >@@ -138,14 +144,14 @@ > Usually this means the macro was only invoked conditionally.]]) > fi])]) > >-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 >+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 > # 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. > >-# serial 9 >+# serial 10 > > # 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, >@@ -202,6 +208,16 @@ > if test "$am_compiler_list" = ""; then > am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` > fi >+ am__universal=false >+ m4_case([$1], [CC], >+ [case " $depcc " in #( >+ *\ -arch\ *\ -arch\ *) am__universal=true ;; >+ esac], >+ [CXX], >+ [case " $depcc " in #( >+ *\ -arch\ *\ -arch\ *) am__universal=true ;; >+ esac]) >+ > for depmode in $am_compiler_list; do > # Setup a source with many dependencies, because some compilers > # like to wrap large dependency lists on column 80 (with \), and >@@ -219,7 +235,17 @@ > done > echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf > >+ # 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. Also, some Intel >+ # versions had trouble with output in subdirs >+ am__obj=sub/conftest.${OBJEXT-o} >+ am__minus_obj="-o $am__obj" > case $depmode in >+ gcc) >+ # This depmode causes a compiler race in universal mode. >+ test "$am__universal" = false || continue >+ ;; > nosideeffect) > # after this tag, mechanisms are not by side-effect, so they'll > # only be used when explicitly requested >@@ -229,19 +255,23 @@ > break > fi > ;; >+ msvisualcpp | msvcmsys) >+ # This compiler won't grok `-c -o', but also, the minuso test has >+ # not run yet. These depmodes are late enough in the game, and >+ # so weak that their functioning should not be impacted. >+ am__obj=conftest.${OBJEXT-o} >+ am__minus_obj= >+ ;; > 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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ >+ source=sub/conftest.c object=$am__obj \ > depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ >- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ > >/dev/null 2>conftest.err && > grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && > grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && >- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && >+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && > ${MAKE-make} -s -f confmf > /dev/null 2>&1; then > # icc doesn't choke on unknown options, it will just issue warnings > # or remarks (even with -Werror). So we grep stderr for any message >@@ -298,57 +328,68 @@ > > # Generate code to set up dependency tracking. -*- Autoconf -*- > >-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 >+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 > # 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. > >-#serial 3 >+#serial 5 > > # _AM_OUTPUT_DEPENDENCY_COMMANDS > # ------------------------------ > AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], >-[for mf in $CONFIG_FILES; do >- # Strip MF so we end up with the name of the file. >- mf=`echo "$mf" | sed -e 's/:.*$//'` >- # Check whether this is an Automake generated Makefile or not. >- # We used to match only the files named `Makefile.in', but >- # some people rename them; so instead we look at the file content. >- # Grep'ing the first line is not enough: some people post-process >- # each Makefile.in and add a new line on top of each file to say so. >- # Grep'ing the whole file is not good either: AIX grep has a line >- # limit of 2048, but all sed's we know have understand at least 4000. >- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then >- dirpart=`AS_DIRNAME("$mf")` >- else >- continue >- fi >- # Extract the definition of DEPDIR, am__include, and am__quote >- # from the Makefile without running `make'. >- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >- test -z "$DEPDIR" && continue >- am__include=`sed -n 's/^am__include = //p' < "$mf"` >- test -z "am__include" && continue >- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >- # When using ansi2knr, U may be empty or an underscore; expand it >- U=`sed -n 's/^U = //p' < "$mf"` >- # Find all dependency output files, they are included files with >- # $(DEPDIR) in their names. 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 " >- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`AS_DIRNAME(["$file"])` >- AS_MKDIR_P([$dirpart/$fdir]) >- # echo "creating $dirpart/$file" >- echo '# dummy' > "$dirpart/$file" >+[{ >+ # Autoconf 2.62 quotes --file arguments for eval, but not when files >+ # are listed without --file. Let's play safe and only enable the eval >+ # if we detect the quoting. >+ case $CONFIG_FILES in >+ *\'*) eval set x "$CONFIG_FILES" ;; >+ *) set x $CONFIG_FILES ;; >+ esac >+ shift >+ for mf >+ do >+ # Strip MF so we end up with the name of the file. >+ mf=`echo "$mf" | sed -e 's/:.*$//'` >+ # Check whether this is an Automake generated Makefile or not. >+ # We used to match only the files named `Makefile.in', but >+ # some people rename them; so instead we look at the file content. >+ # Grep'ing the first line is not enough: some people post-process >+ # each Makefile.in and add a new line on top of each file to say so. >+ # Grep'ing the whole file is not good either: AIX grep has a line >+ # limit of 2048, but all sed's we know have understand at least 4000. >+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then >+ dirpart=`AS_DIRNAME("$mf")` >+ else >+ continue >+ fi >+ # Extract the definition of DEPDIR, am__include, and am__quote >+ # from the Makefile without running `make'. >+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >+ test -z "$DEPDIR" && continue >+ am__include=`sed -n 's/^am__include = //p' < "$mf"` >+ test -z "am__include" && continue >+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >+ # When using ansi2knr, U may be empty or an underscore; expand it >+ U=`sed -n 's/^U = //p' < "$mf"` >+ # Find all dependency output files, they are included files with >+ # $(DEPDIR) in their names. 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 " >+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`AS_DIRNAME(["$file"])` >+ AS_MKDIR_P([$dirpart/$fdir]) >+ # echo "creating $dirpart/$file" >+ echo '# dummy' > "$dirpart/$file" >+ done > done >-done >+} > ])# _AM_OUTPUT_DEPENDENCY_COMMANDS > > >@@ -368,13 +409,13 @@ > # Do all the work for Automake. -*- Autoconf -*- > > # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, >-# 2005, 2006 Free Software Foundation, Inc. >+# 2005, 2006, 2008, 2009 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. > >-# serial 12 >+# serial 16 > > # 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. >@@ -391,7 +432,7 @@ > # arguments mandatory, and then we can depend on a new Autoconf > # release and drop the old call support. > AC_DEFUN([AM_INIT_AUTOMAKE], >-[AC_PREREQ([2.60])dnl >+[AC_PREREQ([2.62])dnl > dnl Autoconf wants to disallow AM_ names. We explicitly allow > dnl the ones we care about. > m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl >@@ -442,8 +483,8 @@ > AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) > AM_MISSING_PROG(AUTOHEADER, autoheader) > AM_MISSING_PROG(MAKEINFO, makeinfo) >-AM_PROG_INSTALL_SH >-AM_PROG_INSTALL_STRIP >+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl >+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl > AC_REQUIRE([AM_PROG_MKDIR_P])dnl > # We need awk for the "check" target. The system "awk" is bad on > # some platforms. >@@ -451,23 +492,36 @@ > AC_REQUIRE([AC_PROG_MAKE_SET])dnl > AC_REQUIRE([AM_SET_LEADING_DOT])dnl > _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], >- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], >- [_AM_PROG_TAR([v7])])]) >+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], >+ [_AM_PROG_TAR([v7])])]) > _AM_IF_OPTION([no-dependencies],, > [AC_PROVIDE_IFELSE([AC_PROG_CC], >- [_AM_DEPENDENCIES(CC)], >- [define([AC_PROG_CC], >- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl >+ [_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 >+ [_AM_DEPENDENCIES(CXX)], >+ [define([AC_PROG_CXX], >+ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl > AC_PROVIDE_IFELSE([AC_PROG_OBJC], >- [_AM_DEPENDENCIES(OBJC)], >- [define([AC_PROG_OBJC], >- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl >+ [_AM_DEPENDENCIES(OBJC)], >+ [define([AC_PROG_OBJC], >+ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl > ]) >+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl >+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the >+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro >+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. >+AC_CONFIG_COMMANDS_PRE(dnl >+[m4_provide_if([_AM_COMPILER_EXEEXT], >+ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl > ]) >+ >+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not >+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further >+dnl mangled by Autoconf and run in a shell conditional statement. >+m4_define([_AC_COMPILER_EXEEXT], >+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) > > > # When config.status generates a header, we must update the stamp-h file. >@@ -479,18 +533,19 @@ > # our stamp files there. > AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], > [# Compute $1's index in $config_headers. >+_am_arg=$1 > _am_stamp_count=1 > for _am_header in $config_headers :; do > case $_am_header in >- $1 | $1:* ) >+ $_am_arg | $_am_arg:* ) > break ;; > * ) > _am_stamp_count=`expr $_am_stamp_count + 1` ;; > esac > done >-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) >+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) > >-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. >+# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. > # > # This file is free software; the Free Software Foundation > # gives unlimited permission to copy and/or distribute it, >@@ -501,7 +556,14 @@ > # Define $install_sh. > AC_DEFUN([AM_PROG_INSTALL_SH], > [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl >-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} >+if test x"${install_sh}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; >+ *) >+ install_sh="\${SHELL} $am_aux_dir/install-sh" >+ esac >+fi > AC_SUBST(install_sh)]) > > # Copyright (C) 2003, 2005 Free Software Foundation, Inc. >@@ -527,13 +589,13 @@ > > # Check to see how 'make' treats includes. -*- Autoconf -*- > >-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. >+# Copyright (C) 2001, 2002, 2003, 2005, 2009 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. > >-# serial 3 >+# serial 4 > > # AM_MAKE_INCLUDE() > # ----------------- >@@ -542,7 +604,7 @@ > [am_make=${MAKE-make} > cat > confinc << 'END' > am__doit: >- @echo done >+ @echo this is the am__doit target > .PHONY: am__doit > END > # If we don't find an include directive, just comment out the code. >@@ -552,24 +614,24 @@ > _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 | grep -v 'ing directory'`" = "done"; then >- am__include=include >- am__quote= >- _am_result=GNU >-fi >+# Ignore all kinds of additional output from `make'. >+case `$am_make -s -f confmf 2> /dev/null` in #( >+*the\ am__doit\ target*) >+ am__include=include >+ am__quote= >+ _am_result=GNU >+ ;; >+esac > # 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 >+ case `$am_make -s -f confmf 2> /dev/null` in #( >+ *the\ am__doit\ target*) >+ am__include=.include >+ am__quote="\"" >+ _am_result=BSD >+ ;; >+ esac > fi > AC_SUBST([am__include]) > AC_SUBST([am__quote]) >@@ -577,14 +639,14 @@ > rm -f confinc confmf > ]) > >-# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 >+# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008 > # 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. > >-# serial 5 >+# serial 6 > > # AM_PROG_CC_C_O > # -------------- >@@ -596,8 +658,9 @@ > # FIXME: we rely on the cache variable name because > # there is no other way. > set dummy $CC >-ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` >-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then >+am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` >+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o >+if test "$am_t" != yes; then > # Losing compiler, so override with the script. > # FIXME: It is wrong to rewrite CC. > # But if we don't then we get into trouble of one sort or another. >@@ -613,14 +676,14 @@ > > # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- > >-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 >+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 > # 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. > >-# serial 5 >+# serial 6 > > # AM_MISSING_PROG(NAME, PROGRAM) > # ------------------------------ >@@ -637,7 +700,14 @@ > AC_DEFUN([AM_MISSING_HAS_RUN], > [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl > AC_REQUIRE_AUX_FILE([missing])dnl >-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" >+if test x"${MISSING+set}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; >+ *) >+ MISSING="\${SHELL} $am_aux_dir/missing" ;; >+ esac >+fi > # Use eval to expand $SHELL > if eval "$MISSING --run true"; then > am_missing_run="$MISSING --run " >@@ -675,13 +745,13 @@ > > # Helper functions for option handling. -*- Autoconf -*- > >-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. >+# Copyright (C) 2001, 2002, 2003, 2005, 2008 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. > >-# serial 3 >+# serial 4 > > # _AM_MANGLE_OPTION(NAME) > # ----------------------- >@@ -698,7 +768,7 @@ > # ---------------------------------- > # OPTIONS is a space-separated list of Automake options. > AC_DEFUN([_AM_SET_OPTIONS], >-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) >+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) > > # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) > # ------------------------------------------- >@@ -708,14 +778,14 @@ > > # Check to make sure that the build environment is sane. -*- Autoconf -*- > >-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 >+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 > # 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. > >-# serial 4 >+# serial 5 > > # AM_SANITY_CHECK > # --------------- >@@ -724,16 +794,29 @@ > # Just in case > sleep 1 > echo timestamp > conftest.file >+# Reject unsafe characters in $srcdir or the absolute working directory >+# name. Accept space and tab only in the latter. >+am_lf=' >+' >+case `pwd` in >+ *[[\\\"\#\$\&\'\`$am_lf]]*) >+ AC_MSG_ERROR([unsafe absolute working directory name]);; >+esac >+case $srcdir in >+ *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) >+ AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; >+esac >+ > # 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` >+ 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` >+ set X `ls -t "$srcdir/configure" conftest.file` > fi > rm -f conftest.file > if test "$[*]" != "X $srcdir/configure conftest.file" \ >@@ -786,18 +869,25 @@ > INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" > AC_SUBST([INSTALL_STRIP_PROGRAM])]) > >-# Copyright (C) 2006 Free Software Foundation, Inc. >+# Copyright (C) 2006, 2008 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. > >+# serial 2 >+ > # _AM_SUBST_NOTMAKE(VARIABLE) > # --------------------------- >-# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. >+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. > # This macro is traced by Automake. > AC_DEFUN([_AM_SUBST_NOTMAKE]) > >+# AM_SUBST_NOTMAKE(VARIABLE) >+# --------------------------- >+# Public sister of _AM_SUBST_NOTMAKE. >+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) >+ > # Check how to create a tarball. -*- Autoconf -*- > > # Copyright (C) 2004, 2005 Free Software Foundation, Inc. >diff --git a/debug/org.eclipse.ptp.debug.sdm/libaif/config.h.in b/debug/org.eclipse.ptp.debug.sdm/libaif/config.h.in >index d9e4b9e..e8c4dee 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libaif/config.h.in >+++ b/debug/org.eclipse.ptp.debug.sdm/libaif/config.h.in >@@ -1,5 +1,8 @@ > /* config.h.in. Generated from configure.in by autoheader. */ > >+/* Define if building universal (internal helper macro) */ >+#undef AC_APPLE_UNIVERSAL_BUILD >+ > /* define if system has long long type. */ > #undef CC_HAS_LONG_LONG > >@@ -87,6 +90,14 @@ > /* Version number of package */ > #undef VERSION > >-/* Define to 1 if your processor stores words with the most significant byte >- first (like Motorola and SPARC, unlike Intel and VAX). */ >-#undef WORDS_BIGENDIAN >+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most >+ significant byte first (like Motorola and SPARC, unlike Intel). */ >+#if defined AC_APPLE_UNIVERSAL_BUILD >+# if defined __BIG_ENDIAN__ >+# define WORDS_BIGENDIAN 1 >+# endif >+#else >+# ifndef WORDS_BIGENDIAN >+# undef WORDS_BIGENDIAN >+# endif >+#endif >diff --git a/debug/org.eclipse.ptp.debug.sdm/libaif/configure b/debug/org.eclipse.ptp.debug.sdm/libaif/configure >old mode 100755 >new mode 100644 >index 4a5592d..6cd71fd >--- a/debug/org.eclipse.ptp.debug.sdm/libaif/configure >+++ b/debug/org.eclipse.ptp.debug.sdm/libaif/configure >@@ -1,9 +1,9 @@ > #! /bin/sh > # Guess values for system-dependent variables and create Makefiles. >-# Generated by GNU Autoconf 2.61 for libaif 2.1.0. >+# Generated by GNU Autoconf 2.63 for libaif 2.1.0. > # > # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, >-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. >+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. > # This configure script is free software; the Free Software Foundation > # gives unlimited permission to copy, distribute and modify it. > ## --------------------- ## >@@ -15,7 +15,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -37,17 +37,45 @@ > as_cr_digits='0123456789' > as_cr_alnum=$as_cr_Letters$as_cr_digits > >+as_nl=' >+' >+export as_nl >+# Printing a long string crashes Solaris 7 /usr/bin/printf. >+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo >+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then >+ as_echo='printf %s\n' >+ as_echo_n='printf %s' >+else >+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then >+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' >+ as_echo_n='/usr/ucb/echo -n' >+ else >+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' >+ as_echo_n_body='eval >+ arg=$1; >+ case $arg in >+ *"$as_nl"*) >+ expr "X$arg" : "X\\(.*\\)$as_nl"; >+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; >+ esac; >+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" >+ ' >+ export as_echo_n_body >+ as_echo_n='sh -c $as_echo_n_body as_echo' >+ fi >+ export as_echo_body >+ as_echo='sh -c $as_echo_body as_echo' >+fi >+ > # The user is always right. > if test "${PATH_SEPARATOR+set}" != set; then >- echo "#! /bin/sh" >conf$$.sh >- echo "exit 0" >>conf$$.sh >- chmod +x conf$$.sh >- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then >- PATH_SEPARATOR=';' >- else >- PATH_SEPARATOR=: >- fi >- rm -f conf$$.sh >+ PATH_SEPARATOR=: >+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { >+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || >+ PATH_SEPARATOR=';' >+ } > fi > > # Support unset when possible. >@@ -63,8 +91,6 @@ > # there to prevent editors from complaining about space-tab. > # (If _AS_PATH_WALK were called with IFS unset, it would disable word > # splitting by setting IFS to empty value.) >-as_nl=' >-' > IFS=" "" $as_nl" > > # Find who we are. Look in the path if we contain no directory separator. >@@ -87,7 +113,7 @@ > as_myself=$0 > fi > if test ! -f "$as_myself"; then >- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 >+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 > { (exit 1); exit 1; } > fi > >@@ -100,17 +126,10 @@ > PS4='+ ' > > # NLS nuisances. >-for as_var in \ >- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ >- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ >- LC_TELEPHONE LC_TIME >-do >- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then >- eval $as_var=C; export $as_var >- else >- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >- fi >-done >+LC_ALL=C >+export LC_ALL >+LANGUAGE=C >+export LANGUAGE > > # Required to use basename. > if expr a : '\(a\)' >/dev/null 2>&1 && >@@ -132,7 +151,7 @@ > $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ > X"$0" : 'X\(//\)$' \| \ > X"$0" : 'X\(/\)' \| . 2>/dev/null || >-echo X/"$0" | >+$as_echo X/"$0" | > sed '/^.*\/\([^/][^/]*\)\/*$/{ > s//\1/ > q >@@ -158,7 +177,7 @@ > as_have_required=no > fi > >- if test $as_have_required = yes && (eval ": >+ if test $as_have_required = yes && (eval ": > (as_func_return () { > (exit \$1) > } >@@ -240,7 +259,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -261,7 +280,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -341,10 +360,10 @@ > > if test "x$CONFIG_SHELL" != x; then > for as_var in BASH_ENV ENV >- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >- done >- export CONFIG_SHELL >- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} >+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >+ done >+ export CONFIG_SHELL >+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} > fi > > >@@ -413,9 +432,10 @@ > > test \$exitcode = 0") || { > echo No shell found that supports shell functions. >- echo Please tell autoconf@gnu.org about your system, >- echo including any error possibly output before this >- echo message >+ echo Please tell bug-autoconf@gnu.org about your system, >+ echo including any error possibly output before this message. >+ echo This can help us improve future autoconf versions. >+ echo Configuration will now proceed without shell functions. > } > > >@@ -451,7 +471,7 @@ > s/-\n.*// > ' >$as_me.lineno && > chmod +x "$as_me.lineno" || >- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 >+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 > { (exit 1); exit 1; }; } > > # Don't try to exec as it changes $[0], causing all sort of problems >@@ -479,7 +499,6 @@ > *) > ECHO_N='-n';; > esac >- > if expr a : '\(a\)' >/dev/null 2>&1 && > test "X`expr 00001 : '.*\(...\)'`" = X001; then > as_expr=expr >@@ -492,19 +511,22 @@ > rm -f conf$$.dir/conf$$.file > else > rm -f conf$$.dir >- mkdir conf$$.dir >+ mkdir conf$$.dir 2>/dev/null > fi >-echo >conf$$.file >-if ln -s conf$$.file conf$$ 2>/dev/null; then >- as_ln_s='ln -s' >- # ... but there are two gotchas: >- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >- # In both cases, we have to default to `cp -p'. >- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+if (echo >conf$$.file) 2>/dev/null; then >+ if ln -s conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s='ln -s' >+ # ... but there are two gotchas: >+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >+ # In both cases, we have to default to `cp -p'. >+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+ as_ln_s='cp -p' >+ elif ln conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s=ln >+ else > as_ln_s='cp -p' >-elif ln conf$$.file conf$$ 2>/dev/null; then >- as_ln_s=ln >+ fi > else > as_ln_s='cp -p' > fi >@@ -529,10 +551,10 @@ > as_test_x=' > eval sh -c '\'' > if test -d "$1"; then >- test -d "$1/."; >+ test -d "$1/."; > else > case $1 in >- -*)set "./$1";; >+ -*)set "./$1";; > esac; > case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in > ???[sx]*):;;*)false;;esac;fi >@@ -612,89 +634,98 @@ > # include <unistd.h> > #endif" > >-ac_subst_vars='SHELL >-PATH_SEPARATOR >-PACKAGE_NAME >-PACKAGE_TARNAME >-PACKAGE_VERSION >-PACKAGE_STRING >-PACKAGE_BUGREPORT >-exec_prefix >-prefix >-program_transform_name >-bindir >-sbindir >-libexecdir >-datarootdir >-datadir >-sysconfdir >-sharedstatedir >-localstatedir >-includedir >-oldincludedir >-docdir >-infodir >-htmldir >-dvidir >-pdfdir >-psdir >-libdir >-localedir >-mandir >-DEFS >-ECHO_C >-ECHO_N >-ECHO_T >-LIBS >-build_alias >-host_alias >-target_alias >-INSTALL_PROGRAM >-INSTALL_SCRIPT >-INSTALL_DATA >-am__isrc >-CYGPATH_W >-PACKAGE >-VERSION >-ACLOCAL >-AUTOCONF >-AUTOMAKE >-AUTOHEADER >-MAKEINFO >-install_sh >-STRIP >-INSTALL_STRIP_PROGRAM >-mkdir_p >-AWK >-SET_MAKE >-am__leading_dot >-AMTAR >-am__tar >-am__untar >-CC >-CFLAGS >-LDFLAGS >-CPPFLAGS >-ac_ct_CC >-EXEEXT >-OBJEXT >-DEPDIR >-am__include >-am__quote >-AMDEP_TRUE >-AMDEP_FALSE >-AMDEPBACKSLASH >-CCDEPMODE >-am__fastdepCC_TRUE >-am__fastdepCC_FALSE >-RANLIB >-CPP >-GREP >-EGREP >-LIBOBJS >+ac_subst_vars='am__EXEEXT_FALSE >+am__EXEEXT_TRUE >+LTLIBOBJS > XMLTO >-LTLIBOBJS' >+LIBOBJS >+AIX_FALSE >+AIX_TRUE >+EGREP >+GREP >+CPP >+RANLIB >+am__fastdepCC_FALSE >+am__fastdepCC_TRUE >+CCDEPMODE >+AMDEPBACKSLASH >+AMDEP_FALSE >+AMDEP_TRUE >+am__quote >+am__include >+DEPDIR >+OBJEXT >+EXEEXT >+ac_ct_CC >+CPPFLAGS >+LDFLAGS >+CFLAGS >+CC >+am__untar >+am__tar >+AMTAR >+am__leading_dot >+SET_MAKE >+AWK >+mkdir_p >+MKDIR_P >+INSTALL_STRIP_PROGRAM >+STRIP >+install_sh >+MAKEINFO >+AUTOHEADER >+AUTOMAKE >+AUTOCONF >+ACLOCAL >+VERSION >+PACKAGE >+CYGPATH_W >+am__isrc >+INSTALL_DATA >+INSTALL_SCRIPT >+INSTALL_PROGRAM >+target_alias >+host_alias >+build_alias >+LIBS >+ECHO_T >+ECHO_N >+ECHO_C >+DEFS >+mandir >+localedir >+libdir >+psdir >+pdfdir >+dvidir >+htmldir >+infodir >+docdir >+oldincludedir >+includedir >+localstatedir >+sharedstatedir >+sysconfdir >+datadir >+datarootdir >+libexecdir >+sbindir >+bindir >+program_transform_name >+prefix >+exec_prefix >+PACKAGE_BUGREPORT >+PACKAGE_STRING >+PACKAGE_VERSION >+PACKAGE_TARNAME >+PACKAGE_NAME >+PATH_SEPARATOR >+SHELL' > ac_subst_files='' >+ac_user_opts=' >+enable_option_checking >+enable_dependency_tracking >+' > ac_precious_vars='build_alias > host_alias > target_alias >@@ -709,6 +740,8 @@ > # Initialize some variables set by options. > ac_init_help= > ac_init_version=false >+ac_unrecognized_opts= >+ac_unrecognized_sep= > # The variables have the same names as the options, with > # dashes changed to underlines. > cache_file=/dev/null >@@ -807,13 +840,21 @@ > datarootdir=$ac_optarg ;; > > -disable-* | --disable-*) >- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` >- eval enable_$ac_feature=no ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"enable_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval enable_$ac_useropt=no ;; > > -docdir | --docdir | --docdi | --doc | --do) > ac_prev=docdir ;; >@@ -826,13 +867,21 @@ > dvidir=$ac_optarg ;; > > -enable-* | --enable-*) >- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` >- eval enable_$ac_feature=\$ac_optarg ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"enable_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval enable_$ac_useropt=\$ac_optarg ;; > > -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ > | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ >@@ -1023,22 +1072,38 @@ > ac_init_version=: ;; > > -with-* | --with-*) >- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid package name: $ac_package" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` >- eval with_$ac_package=\$ac_optarg ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"with_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval with_$ac_useropt=\$ac_optarg ;; > > -without-* | --without-*) >- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid package name: $ac_package" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` >- eval with_$ac_package=no ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"with_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval with_$ac_useropt=no ;; > > --x) > # Obsolete; use --with-x. >@@ -1058,7 +1123,7 @@ > | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) > x_libraries=$ac_optarg ;; > >- -*) { echo "$as_me: error: unrecognized option: $ac_option >+ -*) { $as_echo "$as_me: error: unrecognized option: $ac_option > Try \`$0 --help' for more information." >&2 > { (exit 1); exit 1; }; } > ;; >@@ -1067,16 +1132,16 @@ > ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` > # Reject names that are not valid shell variable names. > expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 >+ { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 > { (exit 1); exit 1; }; } > eval $ac_envvar=\$ac_optarg > export $ac_envvar ;; > > *) > # FIXME: should be removed in autoconf 3.0. >- echo "$as_me: WARNING: you should use --build, --host, --target" >&2 >+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 > expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && >- echo "$as_me: WARNING: invalid host type: $ac_option" >&2 >+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 > : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} > ;; > >@@ -1085,22 +1150,38 @@ > > if test -n "$ac_prev"; then > ac_option=--`echo $ac_prev | sed 's/_/-/g'` >- { echo "$as_me: error: missing argument to $ac_option" >&2 >+ { $as_echo "$as_me: error: missing argument to $ac_option" >&2 > { (exit 1); exit 1; }; } > fi > >-# Be sure to have absolute directory names. >+if test -n "$ac_unrecognized_opts"; then >+ case $enable_option_checking in >+ no) ;; >+ fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 >+ { (exit 1); exit 1; }; } ;; >+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; >+ esac >+fi >+ >+# Check all directory arguments for consistency. > for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ > datadir sysconfdir sharedstatedir localstatedir includedir \ > oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ > libdir localedir mandir > do > eval ac_val=\$$ac_var >+ # Remove trailing slashes. >+ case $ac_val in >+ */ ) >+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` >+ eval $ac_var=\$ac_val;; >+ esac >+ # Be sure to have absolute directory names. > case $ac_val in > [\\/$]* | ?:[\\/]* ) continue;; > NONE | '' ) case $ac_var in *prefix ) continue;; esac;; > esac >- { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 >+ { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 > { (exit 1); exit 1; }; } > done > >@@ -1115,7 +1196,7 @@ > if test "x$host_alias" != x; then > if test "x$build_alias" = x; then > cross_compiling=maybe >- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. >+ $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. > If a cross compiler is detected then cross compile mode will be used." >&2 > elif test "x$build_alias" != "x$host_alias"; then > cross_compiling=yes >@@ -1131,10 +1212,10 @@ > ac_pwd=`pwd` && test -n "$ac_pwd" && > ac_ls_di=`ls -di .` && > ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || >- { echo "$as_me: error: Working directory cannot be determined" >&2 >+ { $as_echo "$as_me: error: working directory cannot be determined" >&2 > { (exit 1); exit 1; }; } > test "X$ac_ls_di" = "X$ac_pwd_ls_di" || >- { echo "$as_me: error: pwd does not report name of working directory" >&2 >+ { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 > { (exit 1); exit 1; }; } > > >@@ -1142,12 +1223,12 @@ > if test -z "$srcdir"; then > ac_srcdir_defaulted=yes > # Try the directory containing this script, then the parent directory. >- ac_confdir=`$as_dirname -- "$0" || >-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >- X"$0" : 'X\(//\)[^/]' \| \ >- X"$0" : 'X\(//\)$' \| \ >- X"$0" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$0" | >+ ac_confdir=`$as_dirname -- "$as_myself" || >+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >+ X"$as_myself" : 'X\(//\)[^/]' \| \ >+ X"$as_myself" : 'X\(//\)$' \| \ >+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || >+$as_echo X"$as_myself" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -1174,12 +1255,12 @@ > fi > if test ! -r "$srcdir/$ac_unique_file"; then > test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." >- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 >+ { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 > { (exit 1); exit 1; }; } > fi > ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" > ac_abs_confdir=`( >- cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 >+ cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 > { (exit 1); exit 1; }; } > pwd)` > # When building in place, set srcdir=. >@@ -1228,9 +1309,9 @@ > > Installation directories: > --prefix=PREFIX install architecture-independent files in PREFIX >- [$ac_default_prefix] >+ [$ac_default_prefix] > --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX >- [PREFIX] >+ [PREFIX] > > By default, \`make install' will install all the files in > \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify >@@ -1240,25 +1321,25 @@ > For better control, use the options below. > > Fine tuning of the installation directories: >- --bindir=DIR user executables [EPREFIX/bin] >- --sbindir=DIR system admin executables [EPREFIX/sbin] >- --libexecdir=DIR program executables [EPREFIX/libexec] >- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] >- --localstatedir=DIR modifiable single-machine data [PREFIX/var] >- --libdir=DIR object code libraries [EPREFIX/lib] >- --includedir=DIR C header files [PREFIX/include] >- --oldincludedir=DIR C header files for non-gcc [/usr/include] >- --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] >- --datadir=DIR read-only architecture-independent data [DATAROOTDIR] >- --infodir=DIR info documentation [DATAROOTDIR/info] >- --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >- --mandir=DIR man documentation [DATAROOTDIR/man] >- --docdir=DIR documentation root [DATAROOTDIR/doc/libaif] >- --htmldir=DIR html documentation [DOCDIR] >- --dvidir=DIR dvi documentation [DOCDIR] >- --pdfdir=DIR pdf documentation [DOCDIR] >- --psdir=DIR ps documentation [DOCDIR] >+ --bindir=DIR user executables [EPREFIX/bin] >+ --sbindir=DIR system admin executables [EPREFIX/sbin] >+ --libexecdir=DIR program executables [EPREFIX/libexec] >+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] >+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] >+ --libdir=DIR object code libraries [EPREFIX/lib] >+ --includedir=DIR C header files [PREFIX/include] >+ --oldincludedir=DIR C header files for non-gcc [/usr/include] >+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] >+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] >+ --infodir=DIR info documentation [DATAROOTDIR/info] >+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >+ --mandir=DIR man documentation [DATAROOTDIR/man] >+ --docdir=DIR documentation root [DATAROOTDIR/doc/libaif] >+ --htmldir=DIR html documentation [DOCDIR] >+ --dvidir=DIR dvi documentation [DOCDIR] >+ --pdfdir=DIR pdf documentation [DOCDIR] >+ --psdir=DIR ps documentation [DOCDIR] > _ACEOF > > cat <<\_ACEOF >@@ -1277,6 +1358,7 @@ > cat <<\_ACEOF > > Optional Features: >+ --disable-option-checking ignore unrecognized --enable/--with options > --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 build >@@ -1302,15 +1384,17 @@ > if test "$ac_init_help" = "recursive"; then > # If there are subdirs, report their specific --help. > for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue >- test -d "$ac_dir" || continue >+ test -d "$ac_dir" || >+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || >+ continue > ac_builddir=. > > case "$ac_dir" in > .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) >- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` >+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` > # A ".." for each directory in $ac_dir_suffix. >- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` >+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` > case $ac_top_builddir_sub in > "") ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; >@@ -1346,7 +1430,7 @@ > echo && > $SHELL "$ac_srcdir/configure" --help=recursive > else >- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 >+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 > fi || ac_status=$? > cd "$ac_pwd" || { ac_status=$?; break; } > done >@@ -1356,10 +1440,10 @@ > if $ac_init_version; then > cat <<\_ACEOF > libaif configure 2.1.0 >-generated by GNU Autoconf 2.61 >+generated by GNU Autoconf 2.63 > > Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, >-2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. >+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. > This configure script is free software; the Free Software Foundation > gives unlimited permission to copy, distribute and modify it. > _ACEOF >@@ -1370,7 +1454,7 @@ > running configure, to aid debugging if configure makes a mistake. > > It was created by libaif $as_me 2.1.0, which was >-generated by GNU Autoconf 2.61. Invocation command line was >+generated by GNU Autoconf 2.63. Invocation command line was > > $ $0 $@ > >@@ -1406,7 +1490,7 @@ > do > IFS=$as_save_IFS > test -z "$as_dir" && as_dir=. >- echo "PATH: $as_dir" >+ $as_echo "PATH: $as_dir" > done > IFS=$as_save_IFS > >@@ -1441,7 +1525,7 @@ > | -silent | --silent | --silen | --sile | --sil) > continue ;; > *\'*) >- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; >+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; > esac > case $ac_pass in > 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; >@@ -1493,11 +1577,12 @@ > case $ac_val in #( > *${as_nl}*) > case $ac_var in #( >- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 >-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; >+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 >+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; > esac > case $ac_var in #( > _ | IFS | as_nl) ;; #( >+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( > *) $as_unset $ac_var ;; > esac ;; > esac >@@ -1527,9 +1612,9 @@ > do > eval ac_val=\$$ac_var > case $ac_val in >- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; >+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; > esac >- echo "$ac_var='\''$ac_val'\''" >+ $as_echo "$ac_var='\''$ac_val'\''" > done | sort > echo > >@@ -1544,9 +1629,9 @@ > do > eval ac_val=\$$ac_var > case $ac_val in >- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; >+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; > esac >- echo "$ac_var='\''$ac_val'\''" >+ $as_echo "$ac_var='\''$ac_val'\''" > done | sort > echo > fi >@@ -1562,8 +1647,8 @@ > echo > fi > test "$ac_signal" != 0 && >- echo "$as_me: caught signal $ac_signal" >- echo "$as_me: exit $exit_status" >+ $as_echo "$as_me: caught signal $ac_signal" >+ $as_echo "$as_me: exit $exit_status" > } >&5 > rm -f core *.core core.conftest.* && > rm -f -r conftest* confdefs* conf$$* $ac_clean_files && >@@ -1605,21 +1690,24 @@ > > > # Let the site file select an alternate cache file if it wants to. >-# Prefer explicitly selected file to automatically selected ones. >+# Prefer an explicitly selected file to automatically selected ones. >+ac_site_file1=NONE >+ac_site_file2=NONE > if test -n "$CONFIG_SITE"; then >- set x "$CONFIG_SITE" >+ ac_site_file1=$CONFIG_SITE > elif test "x$prefix" != xNONE; then >- set x "$prefix/share/config.site" "$prefix/etc/config.site" >+ ac_site_file1=$prefix/share/config.site >+ ac_site_file2=$prefix/etc/config.site > else >- set x "$ac_default_prefix/share/config.site" \ >- "$ac_default_prefix/etc/config.site" >+ ac_site_file1=$ac_default_prefix/share/config.site >+ ac_site_file2=$ac_default_prefix/etc/config.site > fi >-shift >-for ac_site_file >+for ac_site_file in "$ac_site_file1" "$ac_site_file2" > do >+ test "x$ac_site_file" = xNONE && continue > if test -r "$ac_site_file"; then >- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 >-echo "$as_me: loading site script $ac_site_file" >&6;} >+ { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 >+$as_echo "$as_me: loading site script $ac_site_file" >&6;} > sed 's/^/| /' "$ac_site_file" >&5 > . "$ac_site_file" > fi >@@ -1629,16 +1717,16 @@ > # Some versions of bash will fail to source /dev/null (special > # files actually), so we avoid doing that. > if test -f "$cache_file"; then >- { echo "$as_me:$LINENO: loading cache $cache_file" >&5 >-echo "$as_me: loading cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 >+$as_echo "$as_me: loading cache $cache_file" >&6;} > case $cache_file in > [\\/]* | ?:[\\/]* ) . "$cache_file";; > *) . "./$cache_file";; > esac > fi > else >- { echo "$as_me:$LINENO: creating cache $cache_file" >&5 >-echo "$as_me: creating cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 >+$as_echo "$as_me: creating cache $cache_file" >&6;} > >$cache_file > fi > >@@ -1652,29 +1740,38 @@ > eval ac_new_val=\$ac_env_${ac_var}_value > case $ac_old_set,$ac_new_set in > set,) >- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 >-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} >+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 >+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} > ac_cache_corrupted=: ;; > ,set) >- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 >-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} >+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 >+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} > ac_cache_corrupted=: ;; > ,);; > *) > if test "x$ac_old_val" != "x$ac_new_val"; then >- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 >-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} >- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 >-echo "$as_me: former value: $ac_old_val" >&2;} >- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 >-echo "$as_me: current value: $ac_new_val" >&2;} >- ac_cache_corrupted=: >+ # differences in whitespace do not lead to failure. >+ ac_old_val_w=`echo x $ac_old_val` >+ ac_new_val_w=`echo x $ac_new_val` >+ if test "$ac_old_val_w" != "$ac_new_val_w"; then >+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 >+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} >+ ac_cache_corrupted=: >+ else >+ { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 >+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} >+ eval $ac_var=\$ac_old_val >+ fi >+ { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 >+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} >+ { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 >+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} > fi;; > esac > # Pass precious variables to config.status. > if test "$ac_new_set" = set; then > case $ac_new_val in >- *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; >+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; > *) ac_arg=$ac_var=$ac_new_val ;; > esac > case " $ac_configure_args " in >@@ -1684,10 +1781,12 @@ > fi > done > if $ac_cache_corrupted; then >- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 >-echo "$as_me: error: changes in the environment can compromise the build" >&2;} >- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 >-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} >+ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+ { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 >+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 >+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} > { (exit 1); exit 1; }; } > fi > >@@ -1722,7 +1821,7 @@ > ac_compiler_gnu=$ac_cv_c_compiler_gnu > > >-am__api_version='1.10' >+am__api_version='1.11' > > ac_aux_dir= > for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do >@@ -1741,8 +1840,8 @@ > fi > done > if test -z "$ac_aux_dir"; then >- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 >-echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 >+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} > { (exit 1); exit 1; }; } > fi > >@@ -1768,11 +1867,12 @@ > # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" > # OS/2's system install, which has a completely different semantic > # ./install, which can be erroneously created by make from ./install.sh. >-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } >+# Reject install programs that cannot install multiple files. >+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >+$as_echo_n "checking for a BSD-compatible install... " >&6; } > if test -z "$INSTALL"; then > if test "${ac_cv_path_install+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH >@@ -1801,17 +1901,29 @@ > # program-specific install script used by HP pwplus--don't use. > : > else >- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >- break 3 >+ rm -rf conftest.one conftest.two conftest.dir >+ echo one > conftest.one >+ echo two > conftest.two >+ mkdir conftest.dir >+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && >+ test -s conftest.one && test -s conftest.two && >+ test -s conftest.dir/conftest.one && >+ test -s conftest.dir/conftest.two >+ then >+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >+ break 3 >+ fi > fi > fi > done > done > ;; > esac >+ > done > IFS=$as_save_IFS > >+rm -rf conftest.one conftest.two conftest.dir > > fi > if test "${ac_cv_path_install+set}" = set; then >@@ -1824,8 +1936,8 @@ > INSTALL=$ac_install_sh > fi > fi >-{ echo "$as_me:$LINENO: result: $INSTALL" >&5 >-echo "${ECHO_T}$INSTALL" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 >+$as_echo "$INSTALL" >&6; } > > # Use test -z because SunOS4 sh mishandles braces in ${var-val}. > # It thinks the first close brace ends the variable substitution. >@@ -1835,21 +1947,38 @@ > > test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' > >-{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 >-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 >+$as_echo_n "checking whether build environment is sane... " >&6; } > # Just in case > sleep 1 > echo timestamp > conftest.file >+# Reject unsafe characters in $srcdir or the absolute working directory >+# name. Accept space and tab only in the latter. >+am_lf=' >+' >+case `pwd` in >+ *[\\\"\#\$\&\'\`$am_lf]*) >+ { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5 >+$as_echo "$as_me: error: unsafe absolute working directory name" >&2;} >+ { (exit 1); exit 1; }; };; >+esac >+case $srcdir in >+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*) >+ { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5 >+$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;} >+ { (exit 1); exit 1; }; };; >+esac >+ > # 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` >+ 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` >+ set X `ls -t "$srcdir/configure" conftest.file` > fi > rm -f conftest.file > if test "$*" != "X $srcdir/configure conftest.file" \ >@@ -1859,9 +1988,9 @@ > # if, for instance, CONFIG_SHELL is bash and it inherits a > # broken ls alias from the environment. This has actually > # happened. Such a system could not be considered "sane". >- { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken >+ { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken > alias in your environment" >&5 >-echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken >+$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken > alias in your environment" >&2;} > { (exit 1); exit 1; }; } > fi >@@ -1872,45 +2001,158 @@ > # Ok. > : > else >- { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! >+ { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! > Check your system clock" >&5 >-echo "$as_me: error: newly created file is older than distributed files! >+$as_echo "$as_me: error: newly created file is older than distributed files! > Check your system clock" >&2;} > { (exit 1); exit 1; }; } > fi >-{ echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+{ $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > test "$program_prefix" != NONE && > program_transform_name="s&^&$program_prefix&;$program_transform_name" > # Use a double $ so make ignores it. > test "$program_suffix" != NONE && > program_transform_name="s&\$&$program_suffix&;$program_transform_name" >-# Double any \ or $. echo might interpret backslashes. >+# Double any \ or $. > # By default was `s,x,x', remove it if useless. >-cat <<\_ACEOF >conftest.sed >-s/[\\$]/&&/g;s/;s,x,x,$// >-_ACEOF >-program_transform_name=`echo $program_transform_name | sed -f conftest.sed` >-rm -f conftest.sed >+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' >+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` > > # expand $ac_aux_dir to an absolute path > am_aux_dir=`cd $ac_aux_dir && pwd` > >-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" >+if test x"${MISSING+set}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; >+ *) >+ MISSING="\${SHELL} $am_aux_dir/missing" ;; >+ esac >+fi > # Use eval to expand $SHELL > if eval "$MISSING --run true"; then > am_missing_run="$MISSING --run " > else > am_missing_run= >- { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 >-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 >+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} > fi > >-{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 >-echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } >+if test x"${install_sh}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; >+ *) >+ install_sh="\${SHELL} $am_aux_dir/install-sh" >+ esac >+fi >+ >+# Installed binaries are usually stripped using `strip' when the user >+# run `make install-strip'. However `strip' might not be the right >+# tool to use in cross-compilation environments, therefore Automake >+# will honor the `STRIP' environment variable to overrule this program. >+if test "$cross_compiling" != no; then >+ if test -n "$ac_tool_prefix"; then >+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. >+set dummy ${ac_tool_prefix}strip; ac_word=$2 >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } >+if test "${ac_cv_prog_STRIP+set}" = set; then >+ $as_echo_n "(cached) " >&6 >+else >+ if test -n "$STRIP"; then >+ ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >+ ac_cv_prog_STRIP="${ac_tool_prefix}strip" >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ break 2 >+ fi >+done >+done >+IFS=$as_save_IFS >+ >+fi >+fi >+STRIP=$ac_cv_prog_STRIP >+if test -n "$STRIP"; then >+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 >+$as_echo "$STRIP" >&6; } >+else >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } >+fi >+ >+ >+fi >+if test -z "$ac_cv_prog_STRIP"; then >+ ac_ct_STRIP=$STRIP >+ # Extract the first word of "strip", so it can be a program name with args. >+set dummy strip; ac_word=$2 >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } >+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then >+ $as_echo_n "(cached) " >&6 >+else >+ if test -n "$ac_ct_STRIP"; then >+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >+ ac_cv_prog_ac_ct_STRIP="strip" >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ break 2 >+ fi >+done >+done >+IFS=$as_save_IFS >+ >+fi >+fi >+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP >+if test -n "$ac_ct_STRIP"; then >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 >+$as_echo "$ac_ct_STRIP" >&6; } >+else >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } >+fi >+ >+ if test "x$ac_ct_STRIP" = x; then >+ STRIP=":" >+ else >+ case $cross_compiling:$ac_tool_warned in >+yes:) >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} >+ac_tool_warned=yes ;; >+esac >+ STRIP=$ac_ct_STRIP >+ fi >+else >+ STRIP="$ac_cv_prog_STRIP" >+fi >+ >+fi >+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" >+ >+{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 >+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } > if test -z "$MKDIR_P"; then > if test "${ac_cv_path_mkdir+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin >@@ -1945,8 +2187,8 @@ > MKDIR_P="$ac_install_sh -d" > fi > fi >-{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 >-echo "${ECHO_T}$MKDIR_P" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 >+$as_echo "$MKDIR_P" >&6; } > > mkdir_p="$MKDIR_P" > case $mkdir_p in >@@ -1958,10 +2200,10 @@ > 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; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_AWK+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$AWK"; then > ac_cv_prog_AWK="$AWK" # Let the user override the test. >@@ -1974,7 +2216,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -1985,22 +2227,23 @@ > fi > AWK=$ac_cv_prog_AWK > if test -n "$AWK"; then >- { echo "$as_me:$LINENO: result: $AWK" >&5 >-echo "${ECHO_T}$AWK" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $AWK" >&5 >+$as_echo "$AWK" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "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 x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` >+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 >+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } >+set x ${MAKE-make} >+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` > if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.make <<\_ACEOF > SHELL = /bin/sh >@@ -2017,12 +2260,12 @@ > rm -f conftest.make > fi > if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then >- { echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+ { $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > SET_MAKE= > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > SET_MAKE="MAKE=${MAKE-make}" > fi > >@@ -2041,8 +2284,8 @@ > am__isrc=' -I$(srcdir)' > # test to see if srcdir already configured > if 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;} >+ { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 >+$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} > { (exit 1); exit 1; }; } > fi > fi >@@ -2087,112 +2330,6 @@ > > MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} > >-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} >- >-# Installed binaries are usually stripped using `strip' when the user >-# run `make install-strip'. However `strip' might not be the right >-# tool to use in cross-compilation environments, therefore Automake >-# will honor the `STRIP' environment variable to overrule this program. >-if test "$cross_compiling" != no; then >- if test -n "$ac_tool_prefix"; then >- # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. >-set dummy ${ac_tool_prefix}strip; 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_STRIP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >- if test -n "$STRIP"; then >- ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >- ac_cv_prog_STRIP="${ac_tool_prefix}strip" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >- break 2 >- fi >-done >-done >-IFS=$as_save_IFS >- >-fi >-fi >-STRIP=$ac_cv_prog_STRIP >-if test -n "$STRIP"; then >- { echo "$as_me:$LINENO: result: $STRIP" >&5 >-echo "${ECHO_T}$STRIP" >&6; } >-else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >-fi >- >- >-fi >-if test -z "$ac_cv_prog_STRIP"; then >- ac_ct_STRIP=$STRIP >- # Extract the first word of "strip", so it can be a program name with args. >-set dummy strip; 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_ac_ct_STRIP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >- if test -n "$ac_ct_STRIP"; then >- ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >- ac_cv_prog_ac_ct_STRIP="strip" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >- break 2 >- fi >-done >-done >-IFS=$as_save_IFS >- >-fi >-fi >-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP >-if test -n "$ac_ct_STRIP"; then >- { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 >-echo "${ECHO_T}$ac_ct_STRIP" >&6; } >-else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >-fi >- >- if test "x$ac_ct_STRIP" = x; then >- STRIP=":" >- else >- case $cross_compiling:$ac_tool_warned in >-yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >-ac_tool_warned=yes ;; >-esac >- STRIP=$ac_ct_STRIP >- fi >-else >- STRIP="$ac_cv_prog_STRIP" >-fi >- >-fi >-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" >- > # We need awk for the "check" target. The system "awk" is bad on > # some platforms. > # Always define AMTAR for backward compatibility. >@@ -2216,40 +2353,40 @@ > am_make=${MAKE-make} > cat > confinc << 'END' > am__doit: >- @echo done >+ @echo this is the am__doit target > .PHONY: am__doit > 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; } >+{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 >+$as_echo_n "checking for style of include used by $am_make... " >&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 | grep -v 'ing directory'`" = "done"; then >- am__include=include >- am__quote= >- _am_result=GNU >-fi >+# Ignore all kinds of additional output from `make'. >+case `$am_make -s -f confmf 2> /dev/null` in #( >+*the\ am__doit\ target*) >+ am__include=include >+ am__quote= >+ _am_result=GNU >+ ;; >+esac > # 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 >+ case `$am_make -s -f confmf 2> /dev/null` in #( >+ *the\ am__doit\ target*) >+ am__include=.include >+ am__quote="\"" >+ _am_result=BSD >+ ;; >+ esac > fi > > >-{ echo "$as_me:$LINENO: result: $_am_result" >&5 >-echo "${ECHO_T}$_am_result" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 >+$as_echo "$_am_result" >&6; } > rm -f confinc confmf > > # Check whether --enable-dependency-tracking was given. >@@ -2278,10 +2415,10 @@ > if test -n "$ac_tool_prefix"; then > # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. > set dummy ${ac_tool_prefix}gcc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2294,7 +2431,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_CC="${ac_tool_prefix}gcc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2305,11 +2442,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2318,10 +2455,10 @@ > ac_ct_CC=$CC > # Extract the first word of "gcc", so it can be a program name with args. > set dummy gcc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_ac_ct_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$ac_ct_CC"; then > ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. >@@ -2334,7 +2471,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_ac_ct_CC="gcc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2345,11 +2482,11 @@ > fi > ac_ct_CC=$ac_cv_prog_ac_ct_CC > if test -n "$ac_ct_CC"; then >- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >-echo "${ECHO_T}$ac_ct_CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >+$as_echo "$ac_ct_CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > if test "x$ac_ct_CC" = x; then >@@ -2357,12 +2494,8 @@ > else > case $cross_compiling:$ac_tool_warned in > yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} > ac_tool_warned=yes ;; > esac > CC=$ac_ct_CC >@@ -2375,10 +2508,10 @@ > if test -n "$ac_tool_prefix"; then > # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. > set dummy ${ac_tool_prefix}cc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2391,7 +2524,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_CC="${ac_tool_prefix}cc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2402,11 +2535,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2415,10 +2548,10 @@ > if test -z "$CC"; then > # Extract the first word of "cc", so it can be a program name with args. > set dummy cc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2436,7 +2569,7 @@ > continue > fi > ac_cv_prog_CC="cc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2459,11 +2592,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2474,10 +2607,10 @@ > do > # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. > set dummy $ac_tool_prefix$ac_prog; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2490,7 +2623,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_CC="$ac_tool_prefix$ac_prog" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2501,11 +2634,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2518,10 +2651,10 @@ > 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; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_ac_ct_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$ac_ct_CC"; then > ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. >@@ -2534,7 +2667,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_ac_ct_CC="$ac_prog" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2545,11 +2678,11 @@ > fi > ac_ct_CC=$ac_cv_prog_ac_ct_CC > if test -n "$ac_ct_CC"; then >- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >-echo "${ECHO_T}$ac_ct_CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >+$as_echo "$ac_ct_CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2561,12 +2694,8 @@ > else > case $cross_compiling:$ac_tool_warned in > yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} > ac_tool_warned=yes ;; > esac > CC=$ac_ct_CC >@@ -2576,44 +2705,50 @@ > fi > > >-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH >+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH > See \`config.log' for more details." >&5 >-echo "$as_me: error: no acceptable C compiler found in \$PATH >+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > > # Provide some information about the compiler. >-echo "$as_me:$LINENO: checking for C compiler version" >&5 >-ac_compiler=`set X $ac_compile; echo $2` >+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 >+set X $ac_compile >+ac_compiler=$2 > { (ac_try="$ac_compiler --version >&5" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compiler --version >&5") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } > { (ac_try="$ac_compiler -v >&5" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compiler -v >&5") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } > { (ac_try="$ac_compiler -V >&5" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compiler -V >&5") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } > > cat >conftest.$ac_ext <<_ACEOF >@@ -2632,27 +2767,22 @@ > } > _ACEOF > ac_clean_files_save=$ac_clean_files >-ac_clean_files="$ac_clean_files a.out a.exe b.out" >+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" > # Try to create an executable without -o first, disregard a.out. > # It will help us diagnose broken compilers, and finding out an intuition > # of exeext. >-{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 >-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } >-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` >-# >-# List of possible output files, starting from the most likely. >-# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) >-# only as a last resort. b.out is created by i960 compilers. >-ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' >-# >-# The IRIX 6 linker writes into existing files which may not be >-# executable, retaining their permissions. Remove them first so a >-# subsequent execution test works. >+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 >+$as_echo_n "checking for C compiler default output file name... " >&6; } >+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` >+ >+# The possible output files: >+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" >+ > ac_rmfiles= > for ac_file in $ac_files > do > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; > * ) ac_rmfiles="$ac_rmfiles $ac_file";; > esac > done >@@ -2663,10 +2793,11 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link_default") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; then > # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. > # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' >@@ -2677,7 +2808,7 @@ > do > test -f "$ac_file" || continue > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) > ;; > [ab].out ) > # We found the default executable, but exeext='' is most >@@ -2704,25 +2835,27 @@ > ac_file='' > fi > >-{ echo "$as_me:$LINENO: result: $ac_file" >&5 >-echo "${ECHO_T}$ac_file" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 >+$as_echo "$ac_file" >&6; } > if test -z "$ac_file"; then >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > >-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables >+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables > See \`config.log' for more details." >&5 >-echo "$as_me: error: C compiler cannot create executables >+$as_echo "$as_me: error: C compiler cannot create executables > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > fi > > ac_exeext=$ac_cv_exeext > > # Check that the compiler produces executables we can run. If not, either > # the compiler is broken, or we cross compile. >-{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 >-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 >+$as_echo_n "checking whether the C compiler works... " >&6; } > # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 > # If not cross compiling, check that we can run a simple program. > if test "$cross_compiling" != yes; then >@@ -2731,49 +2864,53 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > cross_compiling=no > else > if test "$cross_compiling" = maybe; then > cross_compiling=yes > else >- { { echo "$as_me:$LINENO: error: cannot run C compiled programs. >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. > If you meant to cross compile, use \`--host'. > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot run C compiled programs. >+$as_echo "$as_me: error: cannot run C compiled programs. > If you meant to cross compile, use \`--host'. > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > fi > fi >-{ echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+{ $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > >-rm -f a.out a.exe conftest$ac_cv_exeext b.out >+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out > ac_clean_files=$ac_clean_files_save > # Check that the compiler produces executables we can run. If not, either > # the compiler is broken, or we cross compile. >-{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 >-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } >-{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 >-echo "${ECHO_T}$cross_compiling" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 >+$as_echo_n "checking whether we are cross compiling... " >&6; } >+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 >+$as_echo "$cross_compiling" >&6; } > >-{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 >-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 >+$as_echo_n "checking for suffix of executables... " >&6; } > if { (ac_try="$ac_link" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; then > # If both `conftest.exe' and `conftest' are `present' (well, observable) > # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will >@@ -2782,31 +2919,33 @@ > for ac_file in conftest.exe conftest conftest.*; do > test -f "$ac_file" || continue > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; > *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` > break;; > * ) break;; > esac > done > else >- { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link >+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > > rm -f conftest$ac_cv_exeext >-{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 >-echo "${ECHO_T}$ac_cv_exeext" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 >+$as_echo "$ac_cv_exeext" >&6; } > > rm -f conftest.$ac_ext > EXEEXT=$ac_cv_exeext > ac_exeext=$EXEEXT >-{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 >-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 >+$as_echo_n "checking for suffix of object files... " >&6; } > if test "${ac_cv_objext+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -2829,40 +2968,43 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; then > for ac_file in conftest.o conftest.obj conftest.*; do > test -f "$ac_file" || continue; > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; > *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` > break;; > esac > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > >-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile >+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute suffix of object files: cannot compile >+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > > rm -f conftest.$ac_cv_objext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 >-echo "${ECHO_T}$ac_cv_objext" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 >+$as_echo "$ac_cv_objext" >&6; } > OBJEXT=$ac_cv_objext > ac_objext=$OBJEXT >-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 >-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 >+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } > if test "${ac_cv_c_compiler_gnu+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -2888,20 +3030,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_compiler_gnu=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_compiler_gnu=no >@@ -2911,15 +3054,19 @@ > ac_cv_c_compiler_gnu=$ac_compiler_gnu > > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 >-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } >-GCC=`test $ac_compiler_gnu = yes && echo yes` >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 >+$as_echo "$ac_cv_c_compiler_gnu" >&6; } >+if test $ac_compiler_gnu = yes; then >+ GCC=yes >+else >+ GCC= >+fi > ac_test_CFLAGS=${CFLAGS+set} > ac_save_CFLAGS=$CFLAGS >-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 >-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 >+$as_echo_n "checking whether $CC accepts -g... " >&6; } > if test "${ac_cv_prog_cc_g+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > ac_save_c_werror_flag=$ac_c_werror_flag > ac_c_werror_flag=yes >@@ -2946,20 +3093,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_prog_cc_g=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > CFLAGS="" >@@ -2984,20 +3132,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > : > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_c_werror_flag=$ac_save_c_werror_flag >@@ -3023,20 +3172,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_prog_cc_g=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > >@@ -3051,8 +3201,8 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > ac_c_werror_flag=$ac_save_c_werror_flag > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 >-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 >+$as_echo "$ac_cv_prog_cc_g" >&6; } > if test "$ac_test_CFLAGS" = set; then > CFLAGS=$ac_save_CFLAGS > elif test $ac_cv_prog_cc_g = yes; then >@@ -3068,10 +3218,10 @@ > CFLAGS= > fi > fi >-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 >-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 >+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } > if test "${ac_cv_prog_cc_c89+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > ac_cv_prog_cc_c89=no > ac_save_CC=$CC >@@ -3142,20 +3292,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_prog_cc_c89=$ac_arg > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > >@@ -3171,15 +3322,15 @@ > # AC_CACHE_VAL > case "x$ac_cv_prog_cc_c89" in > x) >- { echo "$as_me:$LINENO: result: none needed" >&5 >-echo "${ECHO_T}none needed" >&6; } ;; >+ { $as_echo "$as_me:$LINENO: result: none needed" >&5 >+$as_echo "none needed" >&6; } ;; > xno) >- { echo "$as_me:$LINENO: result: unsupported" >&5 >-echo "${ECHO_T}unsupported" >&6; } ;; >+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5 >+$as_echo "unsupported" >&6; } ;; > *) > CC="$CC $ac_cv_prog_cc_c89" >- { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 >-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; >+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 >+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; > esac > > >@@ -3191,10 +3342,10 @@ > > 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; } >+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 >+$as_echo_n "checking dependency style of $depcc... " >&6; } > if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&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 >@@ -3219,6 +3370,11 @@ > if test "$am_compiler_list" = ""; then > am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` > fi >+ am__universal=false >+ case " $depcc " in #( >+ *\ -arch\ *\ -arch\ *) am__universal=true ;; >+ esac >+ > for depmode in $am_compiler_list; do > # Setup a source with many dependencies, because some compilers > # like to wrap large dependency lists on column 80 (with \), and >@@ -3236,7 +3392,17 @@ > done > echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf > >+ # 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. Also, some Intel >+ # versions had trouble with output in subdirs >+ am__obj=sub/conftest.${OBJEXT-o} >+ am__minus_obj="-o $am__obj" > case $depmode in >+ gcc) >+ # This depmode causes a compiler race in universal mode. >+ test "$am__universal" = false || continue >+ ;; > nosideeffect) > # after this tag, mechanisms are not by side-effect, so they'll > # only be used when explicitly requested >@@ -3246,19 +3412,23 @@ > break > fi > ;; >+ msvisualcpp | msvcmsys) >+ # This compiler won't grok `-c -o', but also, the minuso test has >+ # not run yet. These depmodes are late enough in the game, and >+ # so weak that their functioning should not be impacted. >+ am__obj=conftest.${OBJEXT-o} >+ am__minus_obj= >+ ;; > 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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ >+ source=sub/conftest.c object=$am__obj \ > depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ >- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ > >/dev/null 2>conftest.err && > grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && > grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && >- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && >+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && > ${MAKE-make} -s -f confmf > /dev/null 2>&1; then > # icc doesn't choke on unknown options, it will just issue warnings > # or remarks (even with -Werror). So we grep stderr for any message >@@ -3282,8 +3452,8 @@ > fi > > fi >-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 >-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 >+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } > CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type > > if >@@ -3298,16 +3468,16 @@ > > > if test "x$CC" != xcc; then >- { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 >-echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } >+ { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 >+$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } > else >- { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 >-echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } >+ { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 >+$as_echo_n "checking whether cc understands -c and -o together... " >&6; } > fi >-set dummy $CC; ac_cc=`echo $2 | >+set dummy $CC; ac_cc=`$as_echo "$2" | > sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` > if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -3333,19 +3503,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > test -f conftest2.$ac_objext && { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; > then > eval ac_cv_prog_cc_${ac_cc}_c_o=yes >@@ -3356,10 +3528,11 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' > rm -f conftest2.* >@@ -3367,19 +3540,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > test -f conftest2.$ac_objext && { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; > then > # cc works too. >@@ -3393,15 +3568,15 @@ > else > eval ac_cv_prog_cc_${ac_cc}_c_o=no > fi >-rm -f -r core conftest* >+rm -f core conftest* > > fi > if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then >- { echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+ { $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > > cat >>confdefs.h <<\_ACEOF > #define NO_MINUS_C_MINUS_O 1 >@@ -3412,8 +3587,9 @@ > # FIXME: we rely on the cache variable name because > # there is no other way. > set dummy $CC >-ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` >-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then >+am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` >+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o >+if test "$am_t" != yes; then > # Losing compiler, so override with the script. > # FIXME: It is wrong to rewrite CC. > # But if we don't then we get into trouble of one sort or another. >@@ -3436,11 +3612,12 @@ > # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" > # OS/2's system install, which has a completely different semantic > # ./install, which can be erroneously created by make from ./install.sh. >-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } >+# Reject install programs that cannot install multiple files. >+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >+$as_echo_n "checking for a BSD-compatible install... " >&6; } > if test -z "$INSTALL"; then > if test "${ac_cv_path_install+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH >@@ -3469,17 +3646,29 @@ > # program-specific install script used by HP pwplus--don't use. > : > else >- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >- break 3 >+ rm -rf conftest.one conftest.two conftest.dir >+ echo one > conftest.one >+ echo two > conftest.two >+ mkdir conftest.dir >+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && >+ test -s conftest.one && test -s conftest.two && >+ test -s conftest.dir/conftest.one && >+ test -s conftest.dir/conftest.two >+ then >+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >+ break 3 >+ fi > fi > fi > done > done > ;; > esac >+ > done > IFS=$as_save_IFS > >+rm -rf conftest.one conftest.two conftest.dir > > fi > if test "${ac_cv_path_install+set}" = set; then >@@ -3492,8 +3681,8 @@ > INSTALL=$ac_install_sh > fi > fi >-{ echo "$as_me:$LINENO: result: $INSTALL" >&5 >-echo "${ECHO_T}$INSTALL" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 >+$as_echo "$INSTALL" >&6; } > > # Use test -z because SunOS4 sh mishandles braces in ${var-val}. > # It thinks the first close brace ends the variable substitution. >@@ -3503,11 +3692,12 @@ > > test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' > >-{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 >-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } >-set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` >+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 >+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } >+set x ${MAKE-make} >+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` > if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.make <<\_ACEOF > SHELL = /bin/sh >@@ -3524,22 +3714,22 @@ > rm -f conftest.make > fi > if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then >- { echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+ { $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > SET_MAKE= > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > SET_MAKE="MAKE=${MAKE-make}" > fi > > if test -n "$ac_tool_prefix"; then > # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. > set dummy ${ac_tool_prefix}ranlib; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_RANLIB+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$RANLIB"; then > ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. >@@ -3552,7 +3742,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -3563,11 +3753,11 @@ > fi > RANLIB=$ac_cv_prog_RANLIB > if test -n "$RANLIB"; then >- { echo "$as_me:$LINENO: result: $RANLIB" >&5 >-echo "${ECHO_T}$RANLIB" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 >+$as_echo "$RANLIB" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -3576,10 +3766,10 @@ > ac_ct_RANLIB=$RANLIB > # Extract the first word of "ranlib", so it can be a program name with args. > set dummy ranlib; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$ac_ct_RANLIB"; then > ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. >@@ -3592,7 +3782,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_ac_ct_RANLIB="ranlib" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -3603,11 +3793,11 @@ > fi > ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB > if test -n "$ac_ct_RANLIB"; then >- { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 >-echo "${ECHO_T}$ac_ct_RANLIB" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 >+$as_echo "$ac_ct_RANLIB" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > if test "x$ac_ct_RANLIB" = x; then >@@ -3615,12 +3805,8 @@ > else > case $cross_compiling:$ac_tool_warned in > yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} > ac_tool_warned=yes ;; > esac > RANLIB=$ac_ct_RANLIB >@@ -3637,15 +3823,15 @@ > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' > ac_compiler_gnu=$ac_cv_c_compiler_gnu >-{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 >-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 >+$as_echo_n "checking how to run the C preprocessor... " >&6; } > # On Suns, sometimes $CPP names a directory. > if test -n "$CPP" && test -d "$CPP"; then > CPP= > fi > if test -z "$CPP"; then > if test "${ac_cv_prog_CPP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > # Double quotes because CPP needs to be expanded > for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" >@@ -3677,20 +3863,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err > }; then > : > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Broken: fails on valid input. >@@ -3714,13 +3901,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err >@@ -3728,7 +3916,7 @@ > # Broken: success on invalid input. > continue > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Passes both tests. >@@ -3753,8 +3941,8 @@ > else > ac_cv_prog_CPP=$CPP > fi >-{ echo "$as_me:$LINENO: result: $CPP" >&5 >-echo "${ECHO_T}$CPP" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 >+$as_echo "$CPP" >&6; } > ac_preproc_ok=false > for ac_c_preproc_warn_flag in '' yes > do >@@ -3782,20 +3970,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err > }; then > : > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Broken: fails on valid input. >@@ -3819,13 +4008,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err >@@ -3833,7 +4023,7 @@ > # Broken: success on invalid input. > continue > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Passes both tests. >@@ -3849,11 +4039,13 @@ > if $ac_preproc_ok; then > : > else >- { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check > See \`config.log' for more details." >&5 >-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check >+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > > ac_ext=c >@@ -3863,42 +4055,37 @@ > ac_compiler_gnu=$ac_cv_c_compiler_gnu > > >-{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 >-echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 >+$as_echo_n "checking for grep that handles long lines and -e... " >&6; } > if test "${ac_cv_path_GREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else >- # Extract the first word of "grep ggrep" to use in msg output >-if test -z "$GREP"; then >-set dummy grep ggrep; ac_prog_name=$2 >-if test "${ac_cv_path_GREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >+ if test -z "$GREP"; then > ac_path_GREP_found=false >-# Loop through the user's path and test for each of PROGNAME-LIST >-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR >+ # Loop through the user's path and test for each of PROGNAME-LIST >+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin > do > IFS=$as_save_IFS > test -z "$as_dir" && as_dir=. > for ac_prog in grep ggrep; do >- for ac_exec_ext in '' $ac_executable_extensions; do >- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" >- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue >- # Check for GNU ac_path_GREP and select it if it is found. >+ for ac_exec_ext in '' $ac_executable_extensions; do >+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" >+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue >+# Check for GNU ac_path_GREP and select it if it is found. > # Check for GNU $ac_path_GREP > case `"$ac_path_GREP" --version 2>&1` in > *GNU*) > ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; > *) > ac_count=0 >- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" >+ $as_echo_n 0123456789 >"conftest.in" > while : > do > cat "conftest.in" "conftest.in" >"conftest.tmp" > mv "conftest.tmp" "conftest.in" > cp "conftest.in" "conftest.nl" >- echo 'GREP' >> "conftest.nl" >+ $as_echo 'GREP' >> "conftest.nl" > "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break > diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break > ac_count=`expr $ac_count + 1` >@@ -3913,74 +4100,60 @@ > rm -f conftest.in conftest.tmp conftest.nl conftest.out;; > esac > >- >- $ac_path_GREP_found && break 3 >+ $ac_path_GREP_found && break 3 >+ done > done > done >- >-done > IFS=$as_save_IFS >- >- >-fi >- >-GREP="$ac_cv_path_GREP" >-if test -z "$GREP"; then >- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} >+ if test -z "$ac_cv_path_GREP"; then >+ { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >+$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} > { (exit 1); exit 1; }; } >-fi >- >+ fi > else > ac_cv_path_GREP=$GREP > fi > >- > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 >-echo "${ECHO_T}$ac_cv_path_GREP" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 >+$as_echo "$ac_cv_path_GREP" >&6; } > GREP="$ac_cv_path_GREP" > > >-{ echo "$as_me:$LINENO: checking for egrep" >&5 >-echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 >+$as_echo_n "checking for egrep... " >&6; } > if test "${ac_cv_path_EGREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 > then ac_cv_path_EGREP="$GREP -E" > else >- # Extract the first word of "egrep" to use in msg output >-if test -z "$EGREP"; then >-set dummy egrep; ac_prog_name=$2 >-if test "${ac_cv_path_EGREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >+ if test -z "$EGREP"; then > ac_path_EGREP_found=false >-# Loop through the user's path and test for each of PROGNAME-LIST >-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR >+ # Loop through the user's path and test for each of PROGNAME-LIST >+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin > do > IFS=$as_save_IFS > test -z "$as_dir" && as_dir=. > for ac_prog in egrep; do >- for ac_exec_ext in '' $ac_executable_extensions; do >- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" >- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue >- # Check for GNU ac_path_EGREP and select it if it is found. >+ for ac_exec_ext in '' $ac_executable_extensions; do >+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" >+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue >+# Check for GNU ac_path_EGREP and select it if it is found. > # Check for GNU $ac_path_EGREP > case `"$ac_path_EGREP" --version 2>&1` in > *GNU*) > ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; > *) > ac_count=0 >- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" >+ $as_echo_n 0123456789 >"conftest.in" > while : > do > cat "conftest.in" "conftest.in" >"conftest.tmp" > mv "conftest.tmp" "conftest.in" > cp "conftest.in" "conftest.nl" >- echo 'EGREP' >> "conftest.nl" >+ $as_echo 'EGREP' >> "conftest.nl" > "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break > diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break > ac_count=`expr $ac_count + 1` >@@ -3995,40 +4168,31 @@ > rm -f conftest.in conftest.tmp conftest.nl conftest.out;; > esac > >- >- $ac_path_EGREP_found && break 3 >+ $ac_path_EGREP_found && break 3 >+ done > done > done >- >-done > IFS=$as_save_IFS >- >- >-fi >- >-EGREP="$ac_cv_path_EGREP" >-if test -z "$EGREP"; then >- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} >+ if test -z "$ac_cv_path_EGREP"; then >+ { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >+$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} > { (exit 1); exit 1; }; } >-fi >- >+ fi > else > ac_cv_path_EGREP=$EGREP > fi > >- > fi > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 >-echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 >+$as_echo "$ac_cv_path_EGREP" >&6; } > EGREP="$ac_cv_path_EGREP" > > >-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 >-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 >+$as_echo_n "checking for ANSI C header files... " >&6; } > if test "${ac_cv_header_stdc+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4055,20 +4219,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_header_stdc=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_header_stdc=no >@@ -4093,7 +4258,7 @@ > else > ac_cv_header_stdc=no > fi >-rm -f -r conftest* >+rm -f conftest* > > fi > >@@ -4114,7 +4279,7 @@ > else > ac_cv_header_stdc=no > fi >-rm -f -r conftest* >+rm -f conftest* > > fi > >@@ -4160,37 +4325,40 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > : > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > ac_cv_header_stdc=no > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > > > fi > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 >-echo "${ECHO_T}$ac_cv_header_stdc" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 >+$as_echo "$ac_cv_header_stdc" >&6; } > if test $ac_cv_header_stdc = yes; then > > cat >>confdefs.h <<\_ACEOF >@@ -4212,11 +4380,11 @@ > for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ > inttypes.h stdint.h unistd.h > do >-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` >-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 >-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } >+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` >+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 >+$as_echo_n "checking for $ac_header... " >&6; } > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4234,20 +4402,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > eval "$as_ac_Header=yes" > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_Header=no" >@@ -4255,12 +4424,15 @@ > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > fi >-ac_res=`eval echo '${'$as_ac_Header'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >-if test `eval echo '${'$as_ac_Header'}'` = yes; then >+ac_res=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } >+as_val=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 > _ACEOF > > fi >@@ -4268,28 +4440,78 @@ > done > > >-{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 >-echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } >+ >+ { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 >+$as_echo_n "checking whether byte ordering is bigendian... " >&6; } > if test "${ac_cv_c_bigendian+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else >- # See if sys/param.h defines the BYTE_ORDER macro. >-cat >conftest.$ac_ext <<_ACEOF >+ ac_cv_c_bigendian=unknown >+ # See if we're dealing with a universal compiler. >+ cat >conftest.$ac_ext <<_ACEOF >+/* confdefs.h. */ >+_ACEOF >+cat confdefs.h >>conftest.$ac_ext >+cat >>conftest.$ac_ext <<_ACEOF >+/* end confdefs.h. */ >+#ifndef __APPLE_CC__ >+ not a universal capable compiler >+ #endif >+ typedef int dummy; >+ >+_ACEOF >+rm -f conftest.$ac_objext >+if { (ac_try="$ac_compile" >+case "(($ac_try" in >+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; >+ *) ac_try_echo=$ac_try;; >+esac >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 >+ (eval "$ac_compile") 2>conftest.er1 >+ ac_status=$? >+ grep -v '^ *+' conftest.er1 >conftest.err >+ rm -f conftest.er1 >+ cat conftest.err >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ (exit $ac_status); } && { >+ test -z "$ac_c_werror_flag" || >+ test ! -s conftest.err >+ } && test -s conftest.$ac_objext; then >+ >+ # Check for potential -arch flags. It is not universal unless >+ # there are some -arch flags. Note that *ppc* also matches >+ # ppc64. This check is also rather less than ideal. >+ case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( >+ *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; >+ esac >+else >+ $as_echo "$as_me: failed program was:" >&5 >+sed 's/^/| /' conftest.$ac_ext >&5 >+ >+ >+fi >+ >+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >+ if test $ac_cv_c_bigendian = unknown; then >+ # See if sys/param.h defines the BYTE_ORDER macro. >+ cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > #include <sys/types.h> >-#include <sys/param.h> >+ #include <sys/param.h> > > int > main () > { >-#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ >- && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) >- bogus endian macros >-#endif >+#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ >+ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ >+ && LITTLE_ENDIAN) >+ bogus endian macros >+ #endif > > ; > return 0; >@@ -4301,33 +4523,34 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > # It does; now see whether it defined to BIG_ENDIAN or not. >-cat >conftest.$ac_ext <<_ACEOF >+ cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > #include <sys/types.h> >-#include <sys/param.h> >+ #include <sys/param.h> > > int > main () > { > #if BYTE_ORDER != BIG_ENDIAN >- not big endian >-#endif >+ not big endian >+ #endif > > ; > return 0; >@@ -4339,20 +4562,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_c_bigendian=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_c_bigendian=no >@@ -4360,29 +4584,31 @@ > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > >- # It does not; compile a test program. >-if test "$cross_compiling" = yes; then >- # try to guess the endianness by grepping values into an object file >- ac_cv_c_bigendian=unknown >- cat >conftest.$ac_ext <<_ACEOF >+ >+fi >+ >+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >+ fi >+ if test $ac_cv_c_bigendian = unknown; then >+ # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). >+ cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ >-short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; >-short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; >-void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } >-short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; >-short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; >-void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } >+#include <limits.h> >+ > int > main () > { >- _ascii (); _ebcdic (); >+#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) >+ bogus endian macros >+ #endif >+ > ; > return 0; > } >@@ -4393,30 +4619,139 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then >- if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then >+ # It does; now see whether it defined to _BIG_ENDIAN or not. >+ cat >conftest.$ac_ext <<_ACEOF >+/* confdefs.h. */ >+_ACEOF >+cat confdefs.h >>conftest.$ac_ext >+cat >>conftest.$ac_ext <<_ACEOF >+/* end confdefs.h. */ >+#include <limits.h> >+ >+int >+main () >+{ >+#ifndef _BIG_ENDIAN >+ not big endian >+ #endif >+ >+ ; >+ return 0; >+} >+_ACEOF >+rm -f conftest.$ac_objext >+if { (ac_try="$ac_compile" >+case "(($ac_try" in >+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; >+ *) ac_try_echo=$ac_try;; >+esac >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 >+ (eval "$ac_compile") 2>conftest.er1 >+ ac_status=$? >+ grep -v '^ *+' conftest.er1 >conftest.err >+ rm -f conftest.er1 >+ cat conftest.err >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ (exit $ac_status); } && { >+ test -z "$ac_c_werror_flag" || >+ test ! -s conftest.err >+ } && test -s conftest.$ac_objext; then > ac_cv_c_bigendian=yes >-fi >-if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then >- if test "$ac_cv_c_bigendian" = unknown; then >- ac_cv_c_bigendian=no >- else >- # finding both strings is unlikely to happen, but who knows? >- ac_cv_c_bigendian=unknown >- fi >-fi > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 >+sed 's/^/| /' conftest.$ac_ext >&5 >+ >+ ac_cv_c_bigendian=no >+fi >+ >+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >+else >+ $as_echo "$as_me: failed program was:" >&5 >+sed 's/^/| /' conftest.$ac_ext >&5 >+ >+ >+fi >+ >+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >+ fi >+ if test $ac_cv_c_bigendian = unknown; then >+ # Compile a test program. >+ if test "$cross_compiling" = yes; then >+ # Try to guess by grepping values from an object file. >+ cat >conftest.$ac_ext <<_ACEOF >+/* confdefs.h. */ >+_ACEOF >+cat confdefs.h >>conftest.$ac_ext >+cat >>conftest.$ac_ext <<_ACEOF >+/* end confdefs.h. */ >+short int ascii_mm[] = >+ { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; >+ short int ascii_ii[] = >+ { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; >+ int use_ascii (int i) { >+ return ascii_mm[i] + ascii_ii[i]; >+ } >+ short int ebcdic_ii[] = >+ { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; >+ short int ebcdic_mm[] = >+ { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; >+ int use_ebcdic (int i) { >+ return ebcdic_mm[i] + ebcdic_ii[i]; >+ } >+ extern int foo; >+ >+int >+main () >+{ >+return use_ascii (foo) == use_ebcdic (foo); >+ ; >+ return 0; >+} >+_ACEOF >+rm -f conftest.$ac_objext >+if { (ac_try="$ac_compile" >+case "(($ac_try" in >+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; >+ *) ac_try_echo=$ac_try;; >+esac >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 >+ (eval "$ac_compile") 2>conftest.er1 >+ ac_status=$? >+ grep -v '^ *+' conftest.er1 >conftest.err >+ rm -f conftest.er1 >+ cat conftest.err >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ (exit $ac_status); } && { >+ test -z "$ac_c_werror_flag" || >+ test ! -s conftest.err >+ } && test -s conftest.$ac_objext; then >+ if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then >+ ac_cv_c_bigendian=yes >+ fi >+ if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then >+ if test "$ac_cv_c_bigendian" = unknown; then >+ ac_cv_c_bigendian=no >+ else >+ # finding both strings is unlikely to happen, but who knows? >+ ac_cv_c_bigendian=unknown >+ fi >+ fi >+else >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > >@@ -4435,14 +4770,14 @@ > main () > { > >- /* Are we little or big endian? From Harbison&Steele. */ >- union >- { >- long int l; >- char c[sizeof (long int)]; >- } u; >- u.l = 1; >- return u.c[sizeof (long int) - 1] == 1; >+ /* Are we little or big endian? From Harbison&Steele. */ >+ union >+ { >+ long int l; >+ char c[sizeof (long int)]; >+ } u; >+ u.l = 1; >+ return u.c[sizeof (long int) - 1] == 1; > > ; > return 0; >@@ -4454,120 +4789,73 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_c_bigendian=no > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > ac_cv_c_bigendian=yes > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > > >+ fi > fi >- >-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >-fi >-{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 >-echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } >-case $ac_cv_c_bigendian in >- yes) >- >-cat >>confdefs.h <<\_ACEOF >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 >+$as_echo "$ac_cv_c_bigendian" >&6; } >+ case $ac_cv_c_bigendian in #( >+ yes) >+ cat >>confdefs.h <<\_ACEOF > #define WORDS_BIGENDIAN 1 > _ACEOF >- ;; >- no) >- ;; >- *) >- { { echo "$as_me:$LINENO: error: unknown endianness >-presetting ac_cv_c_bigendian=no (or yes) will help" >&5 >-echo "$as_me: error: unknown endianness >-presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} >+;; #( >+ no) >+ ;; #( >+ universal) >+ >+cat >>confdefs.h <<\_ACEOF >+#define AC_APPLE_UNIVERSAL_BUILD 1 >+_ACEOF >+ >+ ;; #( >+ *) >+ { { $as_echo "$as_me:$LINENO: error: unknown endianness >+ presetting ac_cv_c_bigendian=no (or yes) will help" >&5 >+$as_echo "$as_me: error: unknown endianness >+ presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} > { (exit 1); exit 1; }; } ;; >-esac >+ esac > > >- >-{ echo "$as_me:$LINENO: checking for long long" >&5 >-echo $ECHO_N "checking for long long... $ECHO_C" >&6; } >-if test "${ac_cv_type_long_long+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >- cat >conftest.$ac_ext <<_ACEOF >-/* confdefs.h. */ >-_ACEOF >-cat confdefs.h >>conftest.$ac_ext >-cat >>conftest.$ac_ext <<_ACEOF >-/* end confdefs.h. */ >-$ac_includes_default >-typedef long long ac__type_new_; >-int >-main () >-{ >-if ((ac__type_new_ *) 0) >- return 0; >-if (sizeof (ac__type_new_)) >- return 0; >- ; >- return 0; >-} >-_ACEOF >-rm -f conftest.$ac_objext >-if { (ac_try="$ac_compile" >-case "(($ac_try" in >- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; >- *) ac_try_echo=$ac_try;; >-esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >- (eval "$ac_compile") 2>conftest.er1 >- ac_status=$? >- grep -v '^ *+' conftest.er1 >conftest.err >- rm -f conftest.er1 >- cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >- (exit $ac_status); } && { >- test -z "$ac_c_werror_flag" || >- test ! -s conftest.err >- } && test -s conftest.$ac_objext; then >- ac_cv_type_long_long=yes >-else >- echo "$as_me: failed program was:" >&5 >-sed 's/^/| /' conftest.$ac_ext >&5 >- >- ac_cv_type_long_long=no >-fi >- >-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >-fi >-{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 >-echo "${ECHO_T}$ac_cv_type_long_long" >&6; } > > # The cast to long int works around a bug in the HP C Compiler > # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects > # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. > # This bug is HP SR number 8606223364. >-{ echo "$as_me:$LINENO: checking size of long long" >&5 >-echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking size of long long" >&5 >+$as_echo_n "checking size of long long... " >&6; } > if test "${ac_cv_sizeof_long_long+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test "$cross_compiling" = yes; then > # Depending upon the size, compute the lo and hi bounds. >@@ -4578,11 +4866,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long long ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= 0)]; > test_array [0] = 0 > > ; >@@ -4595,13 +4882,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >@@ -4615,11 +4903,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long long ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -4632,20 +4919,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_hi=$ac_mid; break > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo=`expr $ac_mid + 1` >@@ -4659,7 +4947,7 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > cat >conftest.$ac_ext <<_ACEOF >@@ -4669,11 +4957,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long long ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long long))) < 0)]; > test_array [0] = 0 > > ; >@@ -4686,13 +4973,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >@@ -4706,11 +4994,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long long ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -4723,20 +5010,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_lo=$ac_mid; break > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_hi=`expr '(' $ac_mid ')' - 1` >@@ -4750,7 +5038,7 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo= ac_hi= >@@ -4770,11 +5058,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long long ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -4787,20 +5074,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_hi=$ac_mid > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo=`expr '(' $ac_mid ')' + 1` >@@ -4811,11 +5099,13 @@ > case $ac_lo in > ?*) ac_cv_sizeof_long_long=$ac_lo;; > '') if test "$ac_cv_type_long_long" = yes; then >- { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute sizeof (long long) >+$as_echo "$as_me: error: cannot compute sizeof (long long) > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > else > ac_cv_sizeof_long_long=0 > fi ;; >@@ -4828,9 +5118,8 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long long ac__type_sizeof_; >-static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } >-static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } >+static long int longval () { return (long int) (sizeof (long long)); } >+static unsigned long int ulongval () { return (long int) (sizeof (long long)); } > #include <stdio.h> > #include <stdlib.h> > int >@@ -4840,20 +5129,22 @@ > FILE *f = fopen ("conftest.val", "w"); > if (! f) > return 1; >- if (((long int) (sizeof (ac__type_sizeof_))) < 0) >+ if (((long int) (sizeof (long long))) < 0) > { > long int i = longval (); >- if (i != ((long int) (sizeof (ac__type_sizeof_)))) >+ if (i != ((long int) (sizeof (long long)))) > return 1; >- fprintf (f, "%ld\n", i); >+ fprintf (f, "%ld", i); > } > else > { > unsigned long int i = ulongval (); >- if (i != ((long int) (sizeof (ac__type_sizeof_)))) >+ if (i != ((long int) (sizeof (long long)))) > return 1; >- fprintf (f, "%lu\n", i); >+ fprintf (f, "%lu", i); > } >+ /* Do not output a trailing newline, as this causes \r\n confusion >+ on some platforms. */ > return ferror (f) || fclose (f) != 0; > > ; >@@ -4866,43 +5157,48 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_sizeof_long_long=`cat conftest.val` > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > if test "$ac_cv_type_long_long" = yes; then >- { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute sizeof (long long) >+$as_echo "$as_me: error: cannot compute sizeof (long long) > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > else > ac_cv_sizeof_long_long=0 > fi > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > rm -f conftest.val > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 >-echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 >+$as_echo "$ac_cv_sizeof_long_long" >&6; } > > > >@@ -4920,68 +5216,14 @@ > fi > > >-{ echo "$as_me:$LINENO: checking for long double" >&5 >-echo $ECHO_N "checking for long double... $ECHO_C" >&6; } >-if test "${ac_cv_type_long_double+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >- cat >conftest.$ac_ext <<_ACEOF >-/* confdefs.h. */ >-_ACEOF >-cat confdefs.h >>conftest.$ac_ext >-cat >>conftest.$ac_ext <<_ACEOF >-/* end confdefs.h. */ >-$ac_includes_default >-typedef long double ac__type_new_; >-int >-main () >-{ >-if ((ac__type_new_ *) 0) >- return 0; >-if (sizeof (ac__type_new_)) >- return 0; >- ; >- return 0; >-} >-_ACEOF >-rm -f conftest.$ac_objext >-if { (ac_try="$ac_compile" >-case "(($ac_try" in >- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; >- *) ac_try_echo=$ac_try;; >-esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >- (eval "$ac_compile") 2>conftest.er1 >- ac_status=$? >- grep -v '^ *+' conftest.er1 >conftest.err >- rm -f conftest.er1 >- cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >- (exit $ac_status); } && { >- test -z "$ac_c_werror_flag" || >- test ! -s conftest.err >- } && test -s conftest.$ac_objext; then >- ac_cv_type_long_double=yes >-else >- echo "$as_me: failed program was:" >&5 >-sed 's/^/| /' conftest.$ac_ext >&5 >- >- ac_cv_type_long_double=no >-fi >- >-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >-fi >-{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 >-echo "${ECHO_T}$ac_cv_type_long_double" >&6; } >- > # The cast to long int works around a bug in the HP C Compiler > # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects > # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. > # This bug is HP SR number 8606223364. >-{ echo "$as_me:$LINENO: checking size of long double" >&5 >-echo $ECHO_N "checking size of long double... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking size of long double" >&5 >+$as_echo_n "checking size of long double... " >&6; } > if test "${ac_cv_sizeof_long_double+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test "$cross_compiling" = yes; then > # Depending upon the size, compute the lo and hi bounds. >@@ -4992,11 +5234,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= 0)]; > test_array [0] = 0 > > ; >@@ -5009,13 +5250,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >@@ -5029,11 +5271,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -5046,20 +5287,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_hi=$ac_mid; break > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo=`expr $ac_mid + 1` >@@ -5073,7 +5315,7 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > cat >conftest.$ac_ext <<_ACEOF >@@ -5083,11 +5325,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long double))) < 0)]; > test_array [0] = 0 > > ; >@@ -5100,13 +5341,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >@@ -5120,11 +5362,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -5137,20 +5378,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_lo=$ac_mid; break > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_hi=`expr '(' $ac_mid ')' - 1` >@@ -5164,7 +5406,7 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo= ac_hi= >@@ -5184,11 +5426,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -5201,20 +5442,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_hi=$ac_mid > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo=`expr '(' $ac_mid ')' + 1` >@@ -5225,11 +5467,13 @@ > case $ac_lo in > ?*) ac_cv_sizeof_long_double=$ac_lo;; > '') if test "$ac_cv_type_long_double" = yes; then >- { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double) >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long double) > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute sizeof (long double) >+$as_echo "$as_me: error: cannot compute sizeof (long double) > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > else > ac_cv_sizeof_long_double=0 > fi ;; >@@ -5242,9 +5486,8 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef long double ac__type_sizeof_; >-static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } >-static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } >+static long int longval () { return (long int) (sizeof (long double)); } >+static unsigned long int ulongval () { return (long int) (sizeof (long double)); } > #include <stdio.h> > #include <stdlib.h> > int >@@ -5254,20 +5497,22 @@ > FILE *f = fopen ("conftest.val", "w"); > if (! f) > return 1; >- if (((long int) (sizeof (ac__type_sizeof_))) < 0) >+ if (((long int) (sizeof (long double))) < 0) > { > long int i = longval (); >- if (i != ((long int) (sizeof (ac__type_sizeof_)))) >+ if (i != ((long int) (sizeof (long double)))) > return 1; >- fprintf (f, "%ld\n", i); >+ fprintf (f, "%ld", i); > } > else > { > unsigned long int i = ulongval (); >- if (i != ((long int) (sizeof (ac__type_sizeof_)))) >+ if (i != ((long int) (sizeof (long double)))) > return 1; >- fprintf (f, "%lu\n", i); >+ fprintf (f, "%lu", i); > } >+ /* Do not output a trailing newline, as this causes \r\n confusion >+ on some platforms. */ > return ferror (f) || fclose (f) != 0; > > ; >@@ -5280,43 +5525,48 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_sizeof_long_double=`cat conftest.val` > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > if test "$ac_cv_type_long_double" = yes; then >- { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double) >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long double) > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute sizeof (long double) >+$as_echo "$as_me: error: cannot compute sizeof (long double) > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > else > ac_cv_sizeof_long_double=0 > fi > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > rm -f conftest.val > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5 >-echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5 >+$as_echo "$ac_cv_sizeof_long_double" >&6; } > > > >@@ -5327,68 +5577,14 @@ > > if test $ac_cv_sizeof_long_double -ne 0; then > >- { echo "$as_me:$LINENO: checking for double" >&5 >-echo $ECHO_N "checking for double... $ECHO_C" >&6; } >-if test "${ac_cv_type_double+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >- cat >conftest.$ac_ext <<_ACEOF >-/* confdefs.h. */ >-_ACEOF >-cat confdefs.h >>conftest.$ac_ext >-cat >>conftest.$ac_ext <<_ACEOF >-/* end confdefs.h. */ >-$ac_includes_default >-typedef double ac__type_new_; >-int >-main () >-{ >-if ((ac__type_new_ *) 0) >- return 0; >-if (sizeof (ac__type_new_)) >- return 0; >- ; >- return 0; >-} >-_ACEOF >-rm -f conftest.$ac_objext >-if { (ac_try="$ac_compile" >-case "(($ac_try" in >- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; >- *) ac_try_echo=$ac_try;; >-esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >- (eval "$ac_compile") 2>conftest.er1 >- ac_status=$? >- grep -v '^ *+' conftest.er1 >conftest.err >- rm -f conftest.er1 >- cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >- (exit $ac_status); } && { >- test -z "$ac_c_werror_flag" || >- test ! -s conftest.err >- } && test -s conftest.$ac_objext; then >- ac_cv_type_double=yes >-else >- echo "$as_me: failed program was:" >&5 >-sed 's/^/| /' conftest.$ac_ext >&5 >- >- ac_cv_type_double=no >-fi >- >-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >-fi >-{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 >-echo "${ECHO_T}$ac_cv_type_double" >&6; } >- >-# The cast to long int works around a bug in the HP C Compiler >+ # The cast to long int works around a bug in the HP C Compiler > # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects > # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. > # This bug is HP SR number 8606223364. >-{ echo "$as_me:$LINENO: checking size of double" >&5 >-echo $ECHO_N "checking size of double... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking size of double" >&5 >+$as_echo_n "checking size of double... " >&6; } > if test "${ac_cv_sizeof_double+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test "$cross_compiling" = yes; then > # Depending upon the size, compute the lo and hi bounds. >@@ -5399,11 +5595,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= 0)]; > test_array [0] = 0 > > ; >@@ -5416,13 +5611,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >@@ -5436,11 +5632,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -5453,20 +5648,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_hi=$ac_mid; break > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo=`expr $ac_mid + 1` >@@ -5480,7 +5676,7 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > cat >conftest.$ac_ext <<_ACEOF >@@ -5490,11 +5686,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (double))) < 0)]; > test_array [0] = 0 > > ; >@@ -5507,13 +5702,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >@@ -5527,11 +5723,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -5544,20 +5739,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_lo=$ac_mid; break > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_hi=`expr '(' $ac_mid ')' - 1` >@@ -5571,7 +5767,7 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo= ac_hi= >@@ -5591,11 +5787,10 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef double ac__type_sizeof_; > int > main () > { >-static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; >+static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)]; > test_array [0] = 0 > > ; >@@ -5608,20 +5803,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_hi=$ac_mid > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_lo=`expr '(' $ac_mid ')' + 1` >@@ -5632,11 +5828,13 @@ > case $ac_lo in > ?*) ac_cv_sizeof_double=$ac_lo;; > '') if test "$ac_cv_type_double" = yes; then >- { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute sizeof (double) >+$as_echo "$as_me: error: cannot compute sizeof (double) > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > else > ac_cv_sizeof_double=0 > fi ;; >@@ -5649,9 +5847,8 @@ > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default >- typedef double ac__type_sizeof_; >-static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } >-static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } >+static long int longval () { return (long int) (sizeof (double)); } >+static unsigned long int ulongval () { return (long int) (sizeof (double)); } > #include <stdio.h> > #include <stdlib.h> > int >@@ -5661,20 +5858,22 @@ > FILE *f = fopen ("conftest.val", "w"); > if (! f) > return 1; >- if (((long int) (sizeof (ac__type_sizeof_))) < 0) >+ if (((long int) (sizeof (double))) < 0) > { > long int i = longval (); >- if (i != ((long int) (sizeof (ac__type_sizeof_)))) >+ if (i != ((long int) (sizeof (double)))) > return 1; >- fprintf (f, "%ld\n", i); >+ fprintf (f, "%ld", i); > } > else > { > unsigned long int i = ulongval (); >- if (i != ((long int) (sizeof (ac__type_sizeof_)))) >+ if (i != ((long int) (sizeof (double)))) > return 1; >- fprintf (f, "%lu\n", i); >+ fprintf (f, "%lu", i); > } >+ /* Do not output a trailing newline, as this causes \r\n confusion >+ on some platforms. */ > return ferror (f) || fclose (f) != 0; > > ; >@@ -5687,43 +5886,48 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_sizeof_double=`cat conftest.val` > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > if test "$ac_cv_type_double" = yes; then >- { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute sizeof (double) >+$as_echo "$as_me: error: cannot compute sizeof (double) > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > else > ac_cv_sizeof_double=0 > fi > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > rm -f conftest.val > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 >-echo "${ECHO_T}$ac_cv_sizeof_double" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 >+$as_echo "$ac_cv_sizeof_double" >&6; } > > > >@@ -5741,10 +5945,10 @@ > fi > fi > >-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 >-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 >+$as_echo_n "checking for ANSI C header files... " >&6; } > if test "${ac_cv_header_stdc+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -5771,20 +5975,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_header_stdc=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_header_stdc=no >@@ -5809,7 +6014,7 @@ > else > ac_cv_header_stdc=no > fi >-rm -f -r conftest* >+rm -f conftest* > > fi > >@@ -5830,7 +6035,7 @@ > else > ac_cv_header_stdc=no > fi >-rm -f -r conftest* >+rm -f conftest* > > fi > >@@ -5876,37 +6081,40 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > : > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > ac_cv_header_stdc=no > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > > > fi > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 >-echo "${ECHO_T}$ac_cv_header_stdc" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 >+$as_echo "$ac_cv_header_stdc" >&6; } > if test $ac_cv_header_stdc = yes; then > > cat >>confdefs.h <<\_ACEOF >@@ -5920,20 +6128,21 @@ > > for ac_header in strings.h sys/time.h unistd.h > do >-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` >+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- { echo "$as_me:$LINENO: checking for $ac_header" >&5 >-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } >+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 >+$as_echo_n "checking for $ac_header... " >&6; } > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > fi >-ac_res=`eval echo '${'$as_ac_Header'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >+ac_res=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } > else > # Is the header compilable? >-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 >-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 >+$as_echo_n "checking $ac_header usability... " >&6; } > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF >@@ -5949,32 +6158,33 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_header_compiler=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_header_compiler=no > fi > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 >-echo "${ECHO_T}$ac_header_compiler" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 >+$as_echo "$ac_header_compiler" >&6; } > > # Is the header present? >-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 >-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 >+$as_echo_n "checking $ac_header presence... " >&6; } > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF >@@ -5988,69 +6198,73 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err > }; then > ac_header_preproc=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_header_preproc=no > fi > > rm -f conftest.err conftest.$ac_ext >-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 >-echo "${ECHO_T}$ac_header_preproc" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 >+$as_echo "$ac_header_preproc" >&6; } > > # So? What about this header? > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in > yes:no: ) >- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 >-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 >-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 >+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 >+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} > ac_header_preproc=yes > ;; > no:yes:* ) >- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 >-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 >-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 >-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 >-echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 >-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 >-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 >+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 >+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 >+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 >+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 >+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 >+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} > > ;; > esac >-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 >-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 >+$as_echo_n "checking for $ac_header... " >&6; } > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > eval "$as_ac_Header=\$ac_header_preproc" > fi >-ac_res=`eval echo '${'$as_ac_Header'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >+ac_res=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } > > fi >-if test `eval echo '${'$as_ac_Header'}'` = yes; then >+as_val=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 > _ACEOF > > fi >@@ -6060,15 +6274,25 @@ > > os=`uname -s` > if test "x$os" = "xAIX" ; then >- CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" >+ CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" >+ AIX=1 > else >- CFLAGS="$CFLAGS -Wall" >+ CFLAGS="$CFLAGS -Wall" >+ AIX=0 >+fi >+ if test "$AIX" = 1; then >+ AIX_TRUE= >+ AIX_FALSE='#' >+else >+ AIX_TRUE='#' >+ AIX_FALSE= > fi > >-{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 >-echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } >+ >+{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 >+$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } > if test "${ac_cv_header_time+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -6095,20 +6319,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_header_time=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_header_time=no >@@ -6116,8 +6341,8 @@ > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 >-echo "${ECHO_T}$ac_cv_header_time" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 >+$as_echo "$ac_cv_header_time" >&6; } > if test $ac_cv_header_time = yes; then > > cat >>confdefs.h <<\_ACEOF >@@ -6126,10 +6351,10 @@ > > fi > >-{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 >-echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 >+$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } > if test "${ac_cv_struct_tm+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -6145,7 +6370,7 @@ > { > struct tm tm; > int *p = &tm.tm_sec; >- return !p; >+ return !p; > ; > return 0; > } >@@ -6156,20 +6381,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_struct_tm=time.h > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_struct_tm=sys/time.h >@@ -6177,8 +6403,8 @@ > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 >-echo "${ECHO_T}$ac_cv_struct_tm" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 >+$as_echo "$ac_cv_struct_tm" >&6; } > if test $ac_cv_struct_tm = sys/time.h; then > > cat >>confdefs.h <<\_ACEOF >@@ -6188,10 +6414,10 @@ > fi > > >-{ echo "$as_me:$LINENO: checking for working memcmp" >&5 >-echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for working memcmp" >&5 >+$as_echo_n "checking for working memcmp... " >&6; } > if test "${ac_cv_func_memcmp_working+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test "$cross_compiling" = yes; then > ac_cv_func_memcmp_working=no >@@ -6241,36 +6467,39 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_func_memcmp_working=yes > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > ac_cv_func_memcmp_working=no > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > > > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 >-echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 >+$as_echo "$ac_cv_func_memcmp_working" >&6; } > test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in > *" memcmp.$ac_objext "* ) ;; > *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" >@@ -6281,11 +6510,11 @@ > > for ac_func in vprintf > do >-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` >-{ echo "$as_me:$LINENO: checking for $ac_func" >&5 >-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } >+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` >+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 >+$as_echo_n "checking for $ac_func... " >&6; } > if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -6338,41 +6567,48 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >- } && test -s conftest$ac_exeext && >- $as_test_x conftest$ac_exeext; then >+ } && test -s conftest$ac_exeext && { >+ test "$cross_compiling" = yes || >+ $as_test_x conftest$ac_exeext >+ }; then > eval "$as_ac_var=yes" > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_var=no" > fi > >+rm -rf conftest.dSYM > rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ > conftest$ac_exeext conftest.$ac_ext > fi >-ac_res=`eval echo '${'$as_ac_var'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >-if test `eval echo '${'$as_ac_var'}'` = yes; then >+ac_res=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } >+as_val=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 > _ACEOF > >-{ echo "$as_me:$LINENO: checking for _doprnt" >&5 >-echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5 >+$as_echo_n "checking for _doprnt... " >&6; } > if test "${ac_cv_func__doprnt+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -6425,32 +6661,36 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >- } && test -s conftest$ac_exeext && >- $as_test_x conftest$ac_exeext; then >+ } && test -s conftest$ac_exeext && { >+ test "$cross_compiling" = yes || >+ $as_test_x conftest$ac_exeext >+ }; then > ac_cv_func__doprnt=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_func__doprnt=no > fi > >+rm -rf conftest.dSYM > rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ > conftest$ac_exeext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 >-echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } >-if test $ac_cv_func__doprnt = yes; then >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 >+$as_echo "$ac_cv_func__doprnt" >&6; } >+if test "x$ac_cv_func__doprnt" = x""yes; then > > cat >>confdefs.h <<\_ACEOF > #define HAVE_DOPRNT 1 >@@ -6465,11 +6705,11 @@ > > for ac_func in strdup > do >-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` >-{ echo "$as_me:$LINENO: checking for $ac_func" >&5 >-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } >+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` >+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 >+$as_echo_n "checking for $ac_func... " >&6; } > if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -6522,35 +6762,42 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >- } && test -s conftest$ac_exeext && >- $as_test_x conftest$ac_exeext; then >+ } && test -s conftest$ac_exeext && { >+ test "$cross_compiling" = yes || >+ $as_test_x conftest$ac_exeext >+ }; then > eval "$as_ac_var=yes" > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_var=no" > fi > >+rm -rf conftest.dSYM > rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ > conftest$ac_exeext conftest.$ac_ext > fi >-ac_res=`eval echo '${'$as_ac_var'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >-if test `eval echo '${'$as_ac_var'}'` = yes; then >+ac_res=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } >+as_val=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 > _ACEOF > > fi >@@ -6559,10 +6806,10 @@ > > # Extract the first word of "xmlto", so it can be a program name with args. > set dummy xmlto; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_path_XMLTO+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > case $XMLTO in > [\\/]* | ?:[\\/]*) >@@ -6577,7 +6824,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_path_XMLTO="$as_dir/$ac_word$ac_exec_ext" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -6589,17 +6836,17 @@ > fi > XMLTO=$ac_cv_path_XMLTO > if test -n "$XMLTO"; then >- { echo "$as_me:$LINENO: result: $XMLTO" >&5 >-echo "${ECHO_T}$XMLTO" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $XMLTO" >&5 >+$as_echo "$XMLTO" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > > if test -z "$ac_cv_path_XMLTO"; then >- { echo "$as_me:$LINENO: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&5 >-echo "$as_me: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&5 >+$as_echo "$as_me: WARNING: You must have XMLTO to compile the XML documentation for libaif." >&2;} > XMLTO=":" > fi > >@@ -6632,11 +6879,12 @@ > case $ac_val in #( > *${as_nl}*) > case $ac_var in #( >- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 >-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; >+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 >+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; > esac > case $ac_var in #( > _ | IFS | as_nl) ;; #( >+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( > *) $as_unset $ac_var ;; > esac ;; > esac >@@ -6669,12 +6917,12 @@ > if diff "$cache_file" confcache >/dev/null 2>&1; then :; else > if test -w "$cache_file"; then > test "x$cache_file" != "x/dev/null" && >- { echo "$as_me:$LINENO: updating cache $cache_file" >&5 >-echo "$as_me: updating cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 >+$as_echo "$as_me: updating cache $cache_file" >&6;} > cat confcache >$cache_file > else >- { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 >-echo "$as_me: not updating unwritable cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 >+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} > fi > fi > rm -f confcache >@@ -6690,7 +6938,7 @@ > for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue > # 1. Remove the extension, and $U if already installed. > ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' >- ac_i=`echo "$ac_i" | sed "$ac_script"` >+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"` > # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR > # will be set to the directory where LIBOBJS objects are built. > ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" >@@ -6701,27 +6949,44 @@ > LTLIBOBJS=$ac_ltlibobjs > > >+ if test -n "$EXEEXT"; then >+ am__EXEEXT_TRUE= >+ am__EXEEXT_FALSE='#' >+else >+ am__EXEEXT_TRUE='#' >+ am__EXEEXT_FALSE= >+fi >+ > if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then >- { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. >+ { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. > Usually this means the macro was only invoked conditionally." >&5 >-echo "$as_me: error: conditional \"AMDEP\" was never defined. >+$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. > Usually this means the macro was only invoked conditionally." >&2;} > { (exit 1); exit 1; }; } > fi > if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then >- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. >+ { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. > Usually this means the macro was only invoked conditionally." >&5 >-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. >+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. >+Usually this means the macro was only invoked conditionally." >&2;} >+ { (exit 1); exit 1; }; } >+fi >+ >+if test -z "${AIX_TRUE}" && test -z "${AIX_FALSE}"; then >+ { { $as_echo "$as_me:$LINENO: error: conditional \"AIX\" was never defined. >+Usually this means the macro was only invoked conditionally." >&5 >+$as_echo "$as_me: error: conditional \"AIX\" was never defined. > Usually this means the macro was only invoked conditionally." >&2;} > { (exit 1); exit 1; }; } > fi > > : ${CONFIG_STATUS=./config.status} >+ac_write_fail=0 > ac_clean_files_save=$ac_clean_files > ac_clean_files="$ac_clean_files $CONFIG_STATUS" >-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 >-echo "$as_me: creating $CONFIG_STATUS" >&6;} >-cat >$CONFIG_STATUS <<_ACEOF >+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 >+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} >+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > #! $SHELL > # Generated by $as_me. > # Run this file to recreate the current configuration. >@@ -6734,7 +6999,7 @@ > SHELL=\${CONFIG_SHELL-$SHELL} > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > ## --------------------- ## > ## M4sh Initialization. ## > ## --------------------- ## >@@ -6744,7 +7009,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -6766,17 +7031,45 @@ > as_cr_digits='0123456789' > as_cr_alnum=$as_cr_Letters$as_cr_digits > >+as_nl=' >+' >+export as_nl >+# Printing a long string crashes Solaris 7 /usr/bin/printf. >+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo >+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then >+ as_echo='printf %s\n' >+ as_echo_n='printf %s' >+else >+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then >+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' >+ as_echo_n='/usr/ucb/echo -n' >+ else >+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' >+ as_echo_n_body='eval >+ arg=$1; >+ case $arg in >+ *"$as_nl"*) >+ expr "X$arg" : "X\\(.*\\)$as_nl"; >+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; >+ esac; >+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" >+ ' >+ export as_echo_n_body >+ as_echo_n='sh -c $as_echo_n_body as_echo' >+ fi >+ export as_echo_body >+ as_echo='sh -c $as_echo_body as_echo' >+fi >+ > # The user is always right. > if test "${PATH_SEPARATOR+set}" != set; then >- echo "#! /bin/sh" >conf$$.sh >- echo "exit 0" >>conf$$.sh >- chmod +x conf$$.sh >- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then >- PATH_SEPARATOR=';' >- else >- PATH_SEPARATOR=: >- fi >- rm -f conf$$.sh >+ PATH_SEPARATOR=: >+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { >+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || >+ PATH_SEPARATOR=';' >+ } > fi > > # Support unset when possible. >@@ -6792,8 +7085,6 @@ > # there to prevent editors from complaining about space-tab. > # (If _AS_PATH_WALK were called with IFS unset, it would disable word > # splitting by setting IFS to empty value.) >-as_nl=' >-' > IFS=" "" $as_nl" > > # Find who we are. Look in the path if we contain no directory separator. >@@ -6816,7 +7107,7 @@ > as_myself=$0 > fi > if test ! -f "$as_myself"; then >- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 >+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 > { (exit 1); exit 1; } > fi > >@@ -6829,17 +7120,10 @@ > PS4='+ ' > > # NLS nuisances. >-for as_var in \ >- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ >- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ >- LC_TELEPHONE LC_TIME >-do >- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then >- eval $as_var=C; export $as_var >- else >- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >- fi >-done >+LC_ALL=C >+export LC_ALL >+LANGUAGE=C >+export LANGUAGE > > # Required to use basename. > if expr a : '\(a\)' >/dev/null 2>&1 && >@@ -6861,7 +7145,7 @@ > $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ > X"$0" : 'X\(//\)$' \| \ > X"$0" : 'X\(/\)' \| . 2>/dev/null || >-echo X/"$0" | >+$as_echo X/"$0" | > sed '/^.*\/\([^/][^/]*\)\/*$/{ > s//\1/ > q >@@ -6912,7 +7196,7 @@ > s/-\n.*// > ' >$as_me.lineno && > chmod +x "$as_me.lineno" || >- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 >+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 > { (exit 1); exit 1; }; } > > # Don't try to exec as it changes $[0], causing all sort of problems >@@ -6940,7 +7224,6 @@ > *) > ECHO_N='-n';; > esac >- > if expr a : '\(a\)' >/dev/null 2>&1 && > test "X`expr 00001 : '.*\(...\)'`" = X001; then > as_expr=expr >@@ -6953,19 +7236,22 @@ > rm -f conf$$.dir/conf$$.file > else > rm -f conf$$.dir >- mkdir conf$$.dir >+ mkdir conf$$.dir 2>/dev/null > fi >-echo >conf$$.file >-if ln -s conf$$.file conf$$ 2>/dev/null; then >- as_ln_s='ln -s' >- # ... but there are two gotchas: >- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >- # In both cases, we have to default to `cp -p'. >- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+if (echo >conf$$.file) 2>/dev/null; then >+ if ln -s conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s='ln -s' >+ # ... but there are two gotchas: >+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >+ # In both cases, we have to default to `cp -p'. >+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+ as_ln_s='cp -p' >+ elif ln conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s=ln >+ else > as_ln_s='cp -p' >-elif ln conf$$.file conf$$ 2>/dev/null; then >- as_ln_s=ln >+ fi > else > as_ln_s='cp -p' > fi >@@ -6990,10 +7276,10 @@ > as_test_x=' > eval sh -c '\'' > if test -d "$1"; then >- test -d "$1/."; >+ test -d "$1/."; > else > case $1 in >- -*)set "./$1";; >+ -*)set "./$1";; > esac; > case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in > ???[sx]*):;;*)false;;esac;fi >@@ -7016,7 +7302,7 @@ > # values after options handling. > ac_log=" > This file was extended by libaif $as_me 2.1.0, which was >-generated by GNU Autoconf 2.61. Invocation command line was >+generated by GNU Autoconf 2.63. Invocation command line was > > CONFIG_FILES = $CONFIG_FILES > CONFIG_HEADERS = $CONFIG_HEADERS >@@ -7029,7 +7315,16 @@ > > _ACEOF > >-cat >>$CONFIG_STATUS <<_ACEOF >+case $ac_config_files in *" >+"*) set x $ac_config_files; shift; ac_config_files=$*;; >+esac >+ >+case $ac_config_headers in *" >+"*) set x $ac_config_headers; shift; ac_config_headers=$*;; >+esac >+ >+ >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > # Files that config.status was made for. > config_files="$ac_config_files" > config_headers="$ac_config_headers" >@@ -7037,22 +7332,23 @@ > > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > ac_cs_usage="\ > \`$as_me' instantiates files from templates according to the > current configuration. > >-Usage: $0 [OPTIONS] [FILE]... >+Usage: $0 [OPTION]... [FILE]... > > -h, --help print this help, then exit > -V, --version print version number and configuration settings, then exit >- -q, --quiet do not print progress messages >+ -q, --quiet, --silent >+ do not print progress messages > -d, --debug don't remove temporary files > --recheck update $as_me by reconfiguring in the same conditions >- --file=FILE[:TEMPLATE] >- instantiate the configuration file FILE >- --header=FILE[:TEMPLATE] >- instantiate the configuration header FILE >+ --file=FILE[:TEMPLATE] >+ instantiate the configuration file FILE >+ --header=FILE[:TEMPLATE] >+ instantiate the configuration header FILE > > Configuration files: > $config_files >@@ -7066,13 +7362,13 @@ > Report bugs to <bug-autoconf@gnu.org>." > > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > ac_cs_version="\\ > libaif config.status 2.1.0 >-configured by $0, generated by GNU Autoconf 2.61, >- with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" >+configured by $0, generated by GNU Autoconf 2.63, >+ with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" > >-Copyright (C) 2006 Free Software Foundation, Inc. >+Copyright (C) 2008 Free Software Foundation, Inc. > This config.status script is free software; the Free Software Foundation > gives unlimited permission to copy, distribute and modify it." > >@@ -7080,11 +7376,12 @@ > srcdir='$srcdir' > INSTALL='$INSTALL' > MKDIR_P='$MKDIR_P' >+AWK='$AWK' >+test -n "\$AWK" || AWK=awk > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >-# If no file are specified by the user, then we need to provide default >-# value. By we need to know if files were specified by the user. >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 >+# The default lists apply if the user does not specify any file. > ac_need_defaults=: > while test $# != 0 > do >@@ -7106,30 +7403,36 @@ > -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) > ac_cs_recheck=: ;; > --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) >- echo "$ac_cs_version"; exit ;; >+ $as_echo "$ac_cs_version"; exit ;; > --debug | --debu | --deb | --de | --d | -d ) > debug=: ;; > --file | --fil | --fi | --f ) > $ac_shift >- CONFIG_FILES="$CONFIG_FILES $ac_optarg" >+ case $ac_optarg in >+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >+ esac >+ CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" > ac_need_defaults=false;; > --header | --heade | --head | --hea ) > $ac_shift >- CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" >+ case $ac_optarg in >+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >+ esac >+ CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" > ac_need_defaults=false;; > --he | --h) > # Conflict between --help and --header >- { echo "$as_me: error: ambiguous option: $1 >+ { $as_echo "$as_me: error: ambiguous option: $1 > Try \`$0 --help' for more information." >&2 > { (exit 1); exit 1; }; };; > --help | --hel | -h ) >- echo "$ac_cs_usage"; exit ;; >+ $as_echo "$ac_cs_usage"; exit ;; > -q | -quiet | --quiet | --quie | --qui | --qu | --q \ > | -silent | --silent | --silen | --sile | --sil | --si | --s) > ac_cs_silent=: ;; > > # This is an error. >- -*) { echo "$as_me: error: unrecognized option: $1 >+ -*) { $as_echo "$as_me: error: unrecognized option: $1 > Try \`$0 --help' for more information." >&2 > { (exit 1); exit 1; }; } ;; > >@@ -7148,27 +7451,29 @@ > fi > > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > if \$ac_cs_recheck; then >- echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 >- CONFIG_SHELL=$SHELL >+ set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion >+ shift >+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 >+ CONFIG_SHELL='$SHELL' > export CONFIG_SHELL >- exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion >+ exec "\$@" > fi > > _ACEOF >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > exec 5>>config.log > { > echo > sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX > ## Running $as_me. ## > _ASBOX >- echo "$ac_log" >+ $as_echo "$ac_log" > } >&5 > > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > # > # INIT-COMMANDS > # >@@ -7176,7 +7481,7 @@ > > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > > # Handling of arguments. > for ac_config_target in $ac_config_targets >@@ -7187,8 +7492,8 @@ > "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; > "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; > >- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 >-echo "$as_me: error: invalid argument: $ac_config_target" >&2;} >+ *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 >+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} > { (exit 1); exit 1; }; };; > esac > done >@@ -7229,146 +7534,143 @@ > (umask 077 && mkdir "$tmp") > } || > { >- echo "$me: cannot create a temporary directory in ." >&2 >+ $as_echo "$as_me: cannot create a temporary directory in ." >&2 > { (exit 1); exit 1; } > } > >-# >-# Set up the sed scripts for CONFIG_FILES section. >-# >- >-# No need to generate the scripts if there are no CONFIG_FILES. >-# This happens for instance when ./config.status config.h >+# Set up the scripts for CONFIG_FILES section. >+# No need to generate them if there are no CONFIG_FILES. >+# This happens for instance with `./config.status config.h'. > if test -n "$CONFIG_FILES"; then > >+ >+ac_cr=' ' >+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` >+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then >+ ac_cs_awk_cr='\\r' >+else >+ ac_cs_awk_cr=$ac_cr >+fi >+ >+echo 'BEGIN {' >"$tmp/subs1.awk" && > _ACEOF > > >- >+{ >+ echo "cat >conf$$subs.awk <<_ACEOF" && >+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && >+ echo "_ACEOF" >+} >conf$$subs.sh || >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} >+ { (exit 1); exit 1; }; } >+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` > ac_delim='%!_!# ' > for ac_last_try in false false false false false :; do >- cat >conf$$subs.sed <<_ACEOF >-SHELL!$SHELL$ac_delim >-PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim >-PACKAGE_NAME!$PACKAGE_NAME$ac_delim >-PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim >-PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim >-PACKAGE_STRING!$PACKAGE_STRING$ac_delim >-PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim >-exec_prefix!$exec_prefix$ac_delim >-prefix!$prefix$ac_delim >-program_transform_name!$program_transform_name$ac_delim >-bindir!$bindir$ac_delim >-sbindir!$sbindir$ac_delim >-libexecdir!$libexecdir$ac_delim >-datarootdir!$datarootdir$ac_delim >-datadir!$datadir$ac_delim >-sysconfdir!$sysconfdir$ac_delim >-sharedstatedir!$sharedstatedir$ac_delim >-localstatedir!$localstatedir$ac_delim >-includedir!$includedir$ac_delim >-oldincludedir!$oldincludedir$ac_delim >-docdir!$docdir$ac_delim >-infodir!$infodir$ac_delim >-htmldir!$htmldir$ac_delim >-dvidir!$dvidir$ac_delim >-pdfdir!$pdfdir$ac_delim >-psdir!$psdir$ac_delim >-libdir!$libdir$ac_delim >-localedir!$localedir$ac_delim >-mandir!$mandir$ac_delim >-DEFS!$DEFS$ac_delim >-ECHO_C!$ECHO_C$ac_delim >-ECHO_N!$ECHO_N$ac_delim >-ECHO_T!$ECHO_T$ac_delim >-LIBS!$LIBS$ac_delim >-build_alias!$build_alias$ac_delim >-host_alias!$host_alias$ac_delim >-target_alias!$target_alias$ac_delim >-INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim >-INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim >-INSTALL_DATA!$INSTALL_DATA$ac_delim >-am__isrc!$am__isrc$ac_delim >-CYGPATH_W!$CYGPATH_W$ac_delim >-PACKAGE!$PACKAGE$ac_delim >-VERSION!$VERSION$ac_delim >-ACLOCAL!$ACLOCAL$ac_delim >-AUTOCONF!$AUTOCONF$ac_delim >-AUTOMAKE!$AUTOMAKE$ac_delim >-AUTOHEADER!$AUTOHEADER$ac_delim >-MAKEINFO!$MAKEINFO$ac_delim >-install_sh!$install_sh$ac_delim >-STRIP!$STRIP$ac_delim >-INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim >-mkdir_p!$mkdir_p$ac_delim >-AWK!$AWK$ac_delim >-SET_MAKE!$SET_MAKE$ac_delim >-am__leading_dot!$am__leading_dot$ac_delim >-AMTAR!$AMTAR$ac_delim >-am__tar!$am__tar$ac_delim >-am__untar!$am__untar$ac_delim >-CC!$CC$ac_delim >-CFLAGS!$CFLAGS$ac_delim >-LDFLAGS!$LDFLAGS$ac_delim >-CPPFLAGS!$CPPFLAGS$ac_delim >-ac_ct_CC!$ac_ct_CC$ac_delim >-EXEEXT!$EXEEXT$ac_delim >-OBJEXT!$OBJEXT$ac_delim >-DEPDIR!$DEPDIR$ac_delim >-am__include!$am__include$ac_delim >-am__quote!$am__quote$ac_delim >-AMDEP_TRUE!$AMDEP_TRUE$ac_delim >-AMDEP_FALSE!$AMDEP_FALSE$ac_delim >-AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim >-CCDEPMODE!$CCDEPMODE$ac_delim >-am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim >-am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim >-RANLIB!$RANLIB$ac_delim >-CPP!$CPP$ac_delim >-GREP!$GREP$ac_delim >-EGREP!$EGREP$ac_delim >-LIBOBJS!$LIBOBJS$ac_delim >-XMLTO!$XMLTO$ac_delim >-LTLIBOBJS!$LTLIBOBJS$ac_delim >-_ACEOF >+ . ./conf$$subs.sh || >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} >+ { (exit 1); exit 1; }; } > >- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then >+ ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` >+ if test $ac_delim_n = $ac_delim_num; then > break > elif $ac_last_try; then >- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} > { (exit 1); exit 1; }; } > else > ac_delim="$ac_delim!$ac_delim _$ac_delim!! " > fi > done >+rm -f conf$$subs.sh > >-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` >-if test -n "$ac_eof"; then >- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` >- ac_eof=`expr $ac_eof + 1` >-fi >- >-cat >>$CONFIG_STATUS <<_ACEOF >-cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof >-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+cat >>"\$tmp/subs1.awk" <<\\_ACAWK && > _ACEOF >-sed ' >-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g >-s/^/s,@/; s/!/@,|#_!!_#|/ >-:n >-t n >-s/'"$ac_delim"'$/,g/; t >-s/$/\\/; p >-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n >-' >>$CONFIG_STATUS <conf$$subs.sed >-rm -f conf$$subs.sed >-cat >>$CONFIG_STATUS <<_ACEOF >-:end >-s/|#_!!_#|//g >-CEOF$ac_eof >-_ACEOF >+sed -n ' >+h >+s/^/S["/; s/!.*/"]=/ >+p >+g >+s/^[^!]*!// >+:repl >+t repl >+s/'"$ac_delim"'$// >+t delim >+:nl >+h >+s/\(.\{148\}\).*/\1/ >+t more1 >+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ >+p >+n >+b repl >+:more1 >+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ >+p >+g >+s/.\{148\}// >+t nl >+:delim >+h >+s/\(.\{148\}\).*/\1/ >+t more2 >+s/["\\]/\\&/g; s/^/"/; s/$/"/ >+p >+b >+:more2 >+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ >+p >+g >+s/.\{148\}// >+t delim >+' <conf$$subs.awk | sed ' >+/^[^""]/{ >+ N >+ s/\n// >+} >+' >>$CONFIG_STATUS || ac_write_fail=1 >+rm -f conf$$subs.awk >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+_ACAWK >+cat >>"\$tmp/subs1.awk" <<_ACAWK && >+ for (key in S) S_is_set[key] = 1 >+ FS = "" > >+} >+{ >+ line = $ 0 >+ nfields = split(line, field, "@") >+ substed = 0 >+ len = length(field[1]) >+ for (i = 2; i < nfields; i++) { >+ key = field[i] >+ keylen = length(key) >+ if (S_is_set[key]) { >+ value = S[key] >+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) >+ len += length(value) + length(field[++i]) >+ substed = 1 >+ } else >+ len += 1 + keylen >+ } >+ >+ print line >+} >+ >+_ACAWK >+_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 >+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then >+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" >+else >+ cat >+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 >+$as_echo "$as_me: error: could not setup config files machinery" >&2;} >+ { (exit 1); exit 1; }; } >+_ACEOF > > # VPATH may cause trouble with some makes, so we remove $(srcdir), > # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and >@@ -7385,19 +7687,133 @@ > }' > fi > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > fi # test -n "$CONFIG_FILES" > >+# Set up the scripts for CONFIG_HEADERS section. >+# No need to generate them if there are no CONFIG_HEADERS. >+# This happens for instance with `./config.status Makefile'. >+if test -n "$CONFIG_HEADERS"; then >+cat >"$tmp/defines.awk" <<\_ACAWK || >+BEGIN { >+_ACEOF > >-for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS >+# Transform confdefs.h into an awk script `defines.awk', embedded as >+# here-document in config.status, that substitutes the proper values into >+# config.h.in to produce config.h. >+ >+# Create a delimiter string that does not exist in confdefs.h, to ease >+# handling of long lines. >+ac_delim='%!_!# ' >+for ac_last_try in false false :; do >+ ac_t=`sed -n "/$ac_delim/p" confdefs.h` >+ if test -z "$ac_t"; then >+ break >+ elif $ac_last_try; then >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} >+ { (exit 1); exit 1; }; } >+ else >+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " >+ fi >+done >+ >+# For the awk script, D is an array of macro values keyed by name, >+# likewise P contains macro parameters if any. Preserve backslash >+# newline sequences. >+ >+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* >+sed -n ' >+s/.\{148\}/&'"$ac_delim"'/g >+t rset >+:rset >+s/^[ ]*#[ ]*define[ ][ ]*/ / >+t def >+d >+:def >+s/\\$// >+t bsnl >+s/["\\]/\\&/g >+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ >+D["\1"]=" \3"/p >+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p >+d >+:bsnl >+s/["\\]/\\&/g >+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ >+D["\1"]=" \3\\\\\\n"\\/p >+t cont >+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p >+t cont >+d >+:cont >+n >+s/.\{148\}/&'"$ac_delim"'/g >+t clear >+:clear >+s/\\$// >+t bsnlc >+s/["\\]/\\&/g; s/^/"/; s/$/"/p >+d >+:bsnlc >+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p >+b cont >+' <confdefs.h | sed ' >+s/'"$ac_delim"'/"\\\ >+"/g' >>$CONFIG_STATUS || ac_write_fail=1 >+ >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+ for (key in D) D_is_set[key] = 1 >+ FS = "" >+} >+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { >+ line = \$ 0 >+ split(line, arg, " ") >+ if (arg[1] == "#") { >+ defundef = arg[2] >+ mac1 = arg[3] >+ } else { >+ defundef = substr(arg[1], 2) >+ mac1 = arg[2] >+ } >+ split(mac1, mac2, "(") #) >+ macro = mac2[1] >+ prefix = substr(line, 1, index(line, defundef) - 1) >+ if (D_is_set[macro]) { >+ # Preserve the white space surrounding the "#". >+ print prefix "define", macro P[macro] D[macro] >+ next >+ } else { >+ # Replace #undef with comments. This is necessary, for example, >+ # in the case of _POSIX_SOURCE, which is predefined and required >+ # on some systems where configure will not decide to define it. >+ if (defundef == "undef") { >+ print "/*", prefix defundef, macro, "*/" >+ next >+ } >+ } >+} >+{ print } >+_ACAWK >+_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 >+ { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 >+$as_echo "$as_me: error: could not setup config headers machinery" >&2;} >+ { (exit 1); exit 1; }; } >+fi # test -n "$CONFIG_HEADERS" >+ >+ >+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" >+shift >+for ac_tag > do > case $ac_tag in > :[FHLC]) ac_mode=$ac_tag; continue;; > esac > case $ac_mode$ac_tag in > :[FHL]*:*);; >- :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 >-echo "$as_me: error: Invalid tag $ac_tag." >&2;} >+ :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 >+$as_echo "$as_me: error: invalid tag $ac_tag" >&2;} > { (exit 1); exit 1; }; };; > :[FH]-) ac_tag=-:-;; > :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; >@@ -7426,26 +7842,38 @@ > [\\/$]*) false;; > *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; > esac || >- { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 >-echo "$as_me: error: cannot find input file: $ac_f" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 >+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} > { (exit 1); exit 1; }; };; > esac >- ac_file_inputs="$ac_file_inputs $ac_f" >+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac >+ ac_file_inputs="$ac_file_inputs '$ac_f'" > done > > # Let's still pretend it is `configure' which instantiates (i.e., don't > # use $as_me), people would be surprised to read: > # /* config.h. Generated by config.status. */ >- configure_input="Generated from "`IFS=: >- echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." >+ configure_input='Generated from '` >+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' >+ `' by configure.' > if test x"$ac_file" != x-; then > configure_input="$ac_file. $configure_input" >- { echo "$as_me:$LINENO: creating $ac_file" >&5 >-echo "$as_me: creating $ac_file" >&6;} >+ { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 >+$as_echo "$as_me: creating $ac_file" >&6;} > fi >+ # Neutralize special characters interpreted by sed in replacement strings. >+ case $configure_input in #( >+ *\&* | *\|* | *\\* ) >+ ac_sed_conf_input=`$as_echo "$configure_input" | >+ sed 's/[\\\\&|]/\\\\&/g'`;; #( >+ *) ac_sed_conf_input=$configure_input;; >+ esac > > case $ac_tag in >- *:-:* | *:-) cat >"$tmp/stdin";; >+ *:-:* | *:-) cat >"$tmp/stdin" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } ;; > esac > ;; > esac >@@ -7455,7 +7883,7 @@ > X"$ac_file" : 'X\(//\)[^/]' \| \ > X"$ac_file" : 'X\(//\)$' \| \ > X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$ac_file" | >+$as_echo X"$ac_file" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -7481,7 +7909,7 @@ > as_dirs= > while :; do > case $as_dir in #( >- *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( >+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( > *) as_qdir=$as_dir;; > esac > as_dirs="'$as_qdir' $as_dirs" >@@ -7490,7 +7918,7 @@ > X"$as_dir" : 'X\(//\)[^/]' \| \ > X"$as_dir" : 'X\(//\)$' \| \ > X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$as_dir" | >+$as_echo X"$as_dir" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -7511,17 +7939,17 @@ > test -d "$as_dir" && break > done > test -z "$as_dirs" || eval "mkdir $as_dirs" >- } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >-echo "$as_me: error: cannot create directory $as_dir" >&2;} >+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} > { (exit 1); exit 1; }; }; } > ac_builddir=. > > case "$ac_dir" in > .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) >- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` >+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` > # A ".." for each directory in $ac_dir_suffix. >- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` >+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` > case $ac_top_builddir_sub in > "") ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; >@@ -7566,12 +7994,13 @@ > esac > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > # If the template does not know about datarootdir, expand it. > # FIXME: This hack should be removed a few years after 2.60. > ac_datarootdir_hack=; ac_datarootdir_seen= > >-case `sed -n '/datarootdir/ { >+ac_sed_dataroot=' >+/datarootdir/ { > p > q > } >@@ -7580,13 +8009,14 @@ > /@infodir@/p > /@localedir@/p > /@mandir@/p >-' $ac_file_inputs` in >+' >+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in > *datarootdir*) ac_datarootdir_seen=yes;; > *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) >- { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 >-echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 >+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > ac_datarootdir_hack=' > s&@datadir@&$datadir&g > s&@docdir@&$docdir&g >@@ -7600,15 +8030,16 @@ > # Neutralize VPATH when `$srcdir' = `.'. > # Shell code in configure.ac might set extrasub. > # FIXME: do we really want to maintain this feature? >-cat >>$CONFIG_STATUS <<_ACEOF >- sed "$ac_vpsub >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+ac_sed_extra="$ac_vpsub > $extrasub > _ACEOF >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > :t > /@[a-zA-Z_][a-zA-Z_0-9]*@/!b >-s&@configure_input@&$configure_input&;t t >+s|@configure_input@|$ac_sed_conf_input|;t t > s&@top_builddir@&$ac_top_builddir_sub&;t t >+s&@top_build_prefix@&$ac_top_build_prefix&;t t > s&@srcdir@&$ac_srcdir&;t t > s&@abs_srcdir@&$ac_abs_srcdir&;t t > s&@top_srcdir@&$ac_top_srcdir&;t t >@@ -7619,135 +8050,75 @@ > s&@INSTALL@&$ac_INSTALL&;t t > s&@MKDIR_P@&$ac_MKDIR_P&;t t > $ac_datarootdir_hack >-" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out >+" >+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } > > test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && > { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && > { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && >- { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' > which seems to be undefined. Please make sure it is defined." >&5 >-echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' >+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' > which seems to be undefined. Please make sure it is defined." >&2;} > > rm -f "$tmp/stdin" > case $ac_file in >- -) cat "$tmp/out"; rm -f "$tmp/out";; >- *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; >- esac >+ -) cat "$tmp/out" && rm -f "$tmp/out";; >+ *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; >+ esac \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } > ;; > :H) > # > # CONFIG_HEADER > # >-_ACEOF >- >-# Transform confdefs.h into a sed script `conftest.defines', that >-# substitutes the proper values into config.h.in to produce config.h. >-rm -f conftest.defines conftest.tail >-# First, append a space to every undef/define line, to ease matching. >-echo 's/$/ /' >conftest.defines >-# Then, protect against being on the right side of a sed subst, or in >-# an unquoted here document, in config.status. If some macros were >-# called several times there might be several #defines for the same >-# symbol, which is useless. But do not sort them, since the last >-# AC_DEFINE must be honored. >-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* >-# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where >-# NAME is the cpp macro being defined, VALUE is the value it is being given. >-# PARAMS is the parameter list in the macro definition--in most cases, it's >-# just an empty string. >-ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' >-ac_dB='\\)[ (].*,\\1define\\2' >-ac_dC=' ' >-ac_dD=' ,' >- >-uniq confdefs.h | >- sed -n ' >- t rset >- :rset >- s/^[ ]*#[ ]*define[ ][ ]*// >- t ok >- d >- :ok >- s/[\\&,]/\\&/g >- s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p >- s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p >- ' >>conftest.defines >- >-# Remove the space that was appended to ease matching. >-# Then replace #undef with comments. This is necessary, for >-# example, in the case of _POSIX_SOURCE, which is predefined and required >-# on some systems where configure will not decide to define it. >-# (The regexp can be short, since the line contains either #define or #undef.) >-echo 's/ $// >-s,^[ #]*u.*,/* & */,' >>conftest.defines >- >-# Break up conftest.defines: >-ac_max_sed_lines=50 >- >-# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" >-# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" >-# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" >-# et cetera. >-ac_in='$ac_file_inputs' >-ac_out='"$tmp/out1"' >-ac_nxt='"$tmp/out2"' >- >-while : >-do >- # Write a here document: >- cat >>$CONFIG_STATUS <<_ACEOF >- # First, check the format of the line: >- cat >"\$tmp/defines.sed" <<\\CEOF >-/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def >-/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def >-b >-:def >-_ACEOF >- sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS >- echo 'CEOF >- sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS >- ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in >- sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail >- grep . conftest.tail >/dev/null || break >- rm -f conftest.defines >- mv conftest.tail conftest.defines >-done >-rm -f conftest.defines conftest.tail >- >-echo "ac_result=$ac_in" >>$CONFIG_STATUS >-cat >>$CONFIG_STATUS <<\_ACEOF > if test x"$ac_file" != x-; then >- echo "/* $configure_input */" >"$tmp/config.h" >- cat "$ac_result" >>"$tmp/config.h" >- if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then >- { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 >-echo "$as_me: $ac_file is unchanged" >&6;} >+ { >+ $as_echo "/* $configure_input */" \ >+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" >+ } >"$tmp/config.h" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } >+ if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then >+ { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 >+$as_echo "$as_me: $ac_file is unchanged" >&6;} > else >- rm -f $ac_file >- mv "$tmp/config.h" $ac_file >+ rm -f "$ac_file" >+ mv "$tmp/config.h" "$ac_file" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } > fi > else >- echo "/* $configure_input */" >- cat "$ac_result" >+ $as_echo "/* $configure_input */" \ >+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 >+$as_echo "$as_me: error: could not create -" >&2;} >+ { (exit 1); exit 1; }; } > fi >- rm -f "$tmp/out12" >-# Compute $ac_file's index in $config_headers. >+# Compute "$ac_file"'s index in $config_headers. >+_am_arg="$ac_file" > _am_stamp_count=1 > for _am_header in $config_headers :; do > case $_am_header in >- $ac_file | $ac_file:* ) >+ $_am_arg | $_am_arg:* ) > break ;; > * ) > _am_stamp_count=`expr $_am_stamp_count + 1` ;; > esac > done >-echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || >-$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >- X$ac_file : 'X\(//\)[^/]' \| \ >- X$ac_file : 'X\(//\)$' \| \ >- X$ac_file : 'X\(/\)' \| . 2>/dev/null || >-echo X$ac_file | >+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || >+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >+ X"$_am_arg" : 'X\(//\)[^/]' \| \ >+ X"$_am_arg" : 'X\(//\)$' \| \ >+ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || >+$as_echo X"$_am_arg" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -7767,30 +8138,40 @@ > s/.*/./; q'`/stamp-h$_am_stamp_count > ;; > >- :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 >-echo "$as_me: executing $ac_file commands" >&6;} >+ :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 >+$as_echo "$as_me: executing $ac_file commands" >&6;} > ;; > esac > > > case $ac_file$ac_mode in >- "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do >- # Strip MF so we end up with the name of the file. >- mf=`echo "$mf" | sed -e 's/:.*$//'` >- # Check whether this is an Automake generated Makefile or not. >- # We used to match only the files named `Makefile.in', but >- # some people rename them; so instead we look at the file content. >- # Grep'ing the first line is not enough: some people post-process >- # each Makefile.in and add a new line on top of each file to say so. >- # Grep'ing the whole file is not good either: AIX grep has a line >- # limit of 2048, but all sed's we know have understand at least 4000. >- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then >- dirpart=`$as_dirname -- "$mf" || >+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || { >+ # Autoconf 2.62 quotes --file arguments for eval, but not when files >+ # are listed without --file. Let's play safe and only enable the eval >+ # if we detect the quoting. >+ case $CONFIG_FILES in >+ *\'*) eval set x "$CONFIG_FILES" ;; >+ *) set x $CONFIG_FILES ;; >+ esac >+ shift >+ for mf >+ do >+ # Strip MF so we end up with the name of the file. >+ mf=`echo "$mf" | sed -e 's/:.*$//'` >+ # Check whether this is an Automake generated Makefile or not. >+ # We used to match only the files named `Makefile.in', but >+ # some people rename them; so instead we look at the file content. >+ # Grep'ing the first line is not enough: some people post-process >+ # each Makefile.in and add a new line on top of each file to say so. >+ # Grep'ing the whole file is not good either: AIX grep has a line >+ # limit of 2048, but all sed's we know have understand at least 4000. >+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then >+ dirpart=`$as_dirname -- "$mf" || > $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ > X"$mf" : 'X\(//\)[^/]' \| \ > X"$mf" : 'X\(//\)$' \| \ > X"$mf" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$mf" | >+$as_echo X"$mf" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -7808,33 +8189,33 @@ > q > } > s/.*/./; q'` >- else >- continue >- fi >- # Extract the definition of DEPDIR, am__include, and am__quote >- # from the Makefile without running `make'. >- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >- test -z "$DEPDIR" && continue >- am__include=`sed -n 's/^am__include = //p' < "$mf"` >- test -z "am__include" && continue >- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >- # When using ansi2knr, U may be empty or an underscore; expand it >- U=`sed -n 's/^U = //p' < "$mf"` >- # Find all dependency output files, they are included files with >- # $(DEPDIR) in their names. 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 " >- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`$as_dirname -- "$file" || >+ else >+ continue >+ fi >+ # Extract the definition of DEPDIR, am__include, and am__quote >+ # from the Makefile without running `make'. >+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >+ test -z "$DEPDIR" && continue >+ am__include=`sed -n 's/^am__include = //p' < "$mf"` >+ test -z "am__include" && continue >+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >+ # When using ansi2knr, U may be empty or an underscore; expand it >+ U=`sed -n 's/^U = //p' < "$mf"` >+ # Find all dependency output files, they are included files with >+ # $(DEPDIR) in their names. 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 " >+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`$as_dirname -- "$file" || > $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ > X"$file" : 'X\(//\)[^/]' \| \ > X"$file" : 'X\(//\)$' \| \ > X"$file" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$file" | >+$as_echo X"$file" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -7852,7 +8233,7 @@ > q > } > s/.*/./; q'` >- { as_dir=$dirpart/$fdir >+ { as_dir=$dirpart/$fdir > case $as_dir in #( > -*) as_dir=./$as_dir;; > esac >@@ -7860,7 +8241,7 @@ > as_dirs= > while :; do > case $as_dir in #( >- *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( >+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( > *) as_qdir=$as_dir;; > esac > as_dirs="'$as_qdir' $as_dirs" >@@ -7869,7 +8250,7 @@ > X"$as_dir" : 'X\(//\)[^/]' \| \ > X"$as_dir" : 'X\(//\)$' \| \ > X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$as_dir" | >+$as_echo X"$as_dir" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -7890,13 +8271,14 @@ > test -d "$as_dir" && break > done > test -z "$as_dirs" || eval "mkdir $as_dirs" >- } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >-echo "$as_me: error: cannot create directory $as_dir" >&2;} >+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} > { (exit 1); exit 1; }; }; } >- # echo "creating $dirpart/$file" >- echo '# dummy' > "$dirpart/$file" >+ # echo "creating $dirpart/$file" >+ echo '# dummy' > "$dirpart/$file" >+ done > done >-done >+} > ;; > > esac >@@ -7907,6 +8289,11 @@ > _ACEOF > chmod +x $CONFIG_STATUS > ac_clean_files=$ac_clean_files_save >+ >+test $ac_write_fail = 0 || >+ { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} >+ { (exit 1); exit 1; }; } > > > # configure is writing to config.log, and then calls config.status. >@@ -7929,4 +8316,8 @@ > # would make configure fail if this is the last instruction. > $ac_cs_success || { (exit 1); exit 1; } > fi >+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then >+ { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 >+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} >+fi > >diff --git a/debug/org.eclipse.ptp.debug.sdm/libaif/configure.in b/debug/org.eclipse.ptp.debug.sdm/libaif/configure.in >index 897f317..0f2b1ed 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libaif/configure.in >+++ b/debug/org.eclipse.ptp.debug.sdm/libaif/configure.in >@@ -47,14 +47,17 @@ > AC_HEADER_STDC > AC_CHECK_HEADERS(strings.h sys/time.h unistd.h) > >+dnl Checks for typedefs, structures, and compiler characteristics. > os=`uname -s` > if test "x$os" = "xAIX" ; then >- CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" >+ CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" >+ AIX=1 > else >- CFLAGS="$CFLAGS -Wall" >+ CFLAGS="$CFLAGS -Wall" >+ AIX=0 > fi >+AM_CONDITIONAL([AIX], [test "$AIX" = 1]) > >-dnl Checks for typedefs, structures, and compiler characteristics. > AC_HEADER_TIME > AC_STRUCT_TM > >diff --git a/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.am b/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.am >index a528293..f461bec 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.am >+++ b/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.am >@@ -1,4 +1,7 @@ >-noinst_PROGRAMS = test_mi >+if !AIX >+ noinst_PROGRAMS = test_mi >+endif >+ > noinst_LIBRARIES = libmi.a > > libmi_a_SOURCES = CLICommand.c \ >@@ -34,7 +37,9 @@ > > libmi_a_CFLAGS = $(AM_CFLAGS) > >-test_mi_SOURCES = test_mi.c >-test_mi_CFLAGS = $(AM_CFLAGS) -g >-test_mi_LDFLAGS = -g >-test_mi_LDADD = libmi.a >+if !AIX >+ test_mi_SOURCES = test_mi.c >+ test_mi_CFLAGS = $(AM_CFLAGS) -g >+ test_mi_LDFLAGS = -g >+ test_mi_LDADD = libmi.a >+endif >diff --git a/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.in b/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.in >index 05f51a0..3f08e49 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.in >+++ b/debug/org.eclipse.ptp.debug.sdm/libmi/Makefile.in >@@ -1,8 +1,9 @@ >-# Makefile.in generated by automake 1.10 from Makefile.am. >+# Makefile.in generated by automake 1.11.1 from Makefile.am. > # @configure_input@ > > # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, >-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. >+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. >@@ -17,8 +18,9 @@ > > VPATH = @srcdir@ > pkgdatadir = $(datadir)/@PACKAGE@ >-pkglibdir = $(libdir)/@PACKAGE@ > pkgincludedir = $(includedir)/@PACKAGE@ >+pkglibdir = $(libdir)/@PACKAGE@ >+pkglibexecdir = $(libexecdir)/@PACKAGE@ > am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd > install_sh_DATA = $(install_sh) -c -m 644 > install_sh_PROGRAM = $(install_sh) -c >@@ -31,7 +33,7 @@ > NORMAL_UNINSTALL = : > PRE_UNINSTALL = : > POST_UNINSTALL = : >-noinst_PROGRAMS = test_mi$(EXEEXT) >+@AIX_FALSE@noinst_PROGRAMS = test_mi$(EXEEXT) > subdir = . > DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ > $(srcdir)/Makefile.in $(srcdir)/config.h.in \ >@@ -46,6 +48,7 @@ > mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs > CONFIG_HEADER = config.h > CONFIG_CLEAN_FILES = >+CONFIG_CLEAN_VPATH_FILES = > LIBRARIES = $(noinst_LIBRARIES) > AR = ar > ARFLAGS = cru >@@ -69,29 +72,31 @@ > libmi_a-MIVar.$(OBJEXT) libmi_a-MIVarCommand.$(OBJEXT) > libmi_a_OBJECTS = $(am_libmi_a_OBJECTS) > PROGRAMS = $(noinst_PROGRAMS) >-am_test_mi_OBJECTS = test_mi-test_mi.$(OBJEXT) >+am__test_mi_SOURCES_DIST = test_mi.c >+@AIX_FALSE@am_test_mi_OBJECTS = test_mi-test_mi.$(OBJEXT) > test_mi_OBJECTS = $(am_test_mi_OBJECTS) >-test_mi_DEPENDENCIES = libmi.a >+@AIX_FALSE@test_mi_DEPENDENCIES = libmi.a > test_mi_LINK = $(CCLD) $(test_mi_CFLAGS) $(CFLAGS) $(test_mi_LDFLAGS) \ > $(LDFLAGS) -o $@ > DEFAULT_INCLUDES = -I.@am__isrc@ > depcomp = $(SHELL) $(top_srcdir)/depcomp > am__depfiles_maybe = depfiles >+am__mv = mv -f > COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ > $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) > CCLD = $(CC) > LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ > SOURCES = $(libmi_a_SOURCES) $(test_mi_SOURCES) >-DIST_SOURCES = $(libmi_a_SOURCES) $(test_mi_SOURCES) >+DIST_SOURCES = $(libmi_a_SOURCES) $(am__test_mi_SOURCES_DIST) > ETAGS = etags > CTAGS = ctags > DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) > distdir = $(PACKAGE)-$(VERSION) > top_distdir = $(distdir) > am__remove_distdir = \ >- { test ! -d $(distdir) \ >- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ >- && rm -fr $(distdir); }; } >+ { test ! -d "$(distdir)" \ >+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ >+ && rm -fr "$(distdir)"; }; } > DIST_ARCHIVES = $(distdir).tar.gz > GZIP_ENV = --best > distuninstallcheck_listfiles = find . -type f -print >@@ -179,6 +184,7 @@ > srcdir = @srcdir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >+top_build_prefix = @top_build_prefix@ > top_builddir = @top_builddir@ > top_srcdir = @top_srcdir@ > noinst_LIBRARIES = libmi.a >@@ -214,10 +220,10 @@ > MIVarCommand.c > > libmi_a_CFLAGS = $(AM_CFLAGS) >-test_mi_SOURCES = test_mi.c >-test_mi_CFLAGS = $(AM_CFLAGS) -g >-test_mi_LDFLAGS = -g >-test_mi_LDADD = libmi.a >+@AIX_FALSE@test_mi_SOURCES = test_mi.c >+@AIX_FALSE@test_mi_CFLAGS = $(AM_CFLAGS) -g >+@AIX_FALSE@test_mi_LDFLAGS = -g >+@AIX_FALSE@test_mi_LDADD = libmi.a > all: config.h > $(MAKE) $(AM_MAKEFLAGS) all-am > >@@ -229,15 +235,15 @@ > @for dep in $?; do \ > case '$(am__configure_deps)' in \ > *$$dep*) \ >- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ >- cd $(srcdir) && $(AUTOMAKE) --gnu \ >+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ >+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ > && exit 0; \ > exit 1;; \ > esac; \ > done; \ >- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ >- cd $(top_srcdir) && \ >- $(AUTOMAKE) --gnu Makefile >+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ >+ $(am__cd) $(top_srcdir) && \ >+ $(AUTOMAKE) --gnu Makefile > .PRECIOUS: Makefile > Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status > @case '$?' in \ >@@ -253,9 +259,10 @@ > $(SHELL) ./config.status --recheck > > $(top_srcdir)/configure: $(am__configure_deps) >- cd $(srcdir) && $(AUTOCONF) >+ $(am__cd) $(srcdir) && $(AUTOCONF) > $(ACLOCAL_M4): $(am__aclocal_m4_deps) >- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) >+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) >+$(am__aclocal_m4_deps): > > config.h: stamp-h1 > @if test ! -f $@; then \ >@@ -267,7 +274,7 @@ > @rm -f stamp-h1 > cd $(top_builddir) && $(SHELL) ./config.status config.h > $(srcdir)/config.h.in: $(am__configure_deps) >- cd $(top_srcdir) && $(AUTOHEADER) >+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) > rm -f stamp-h1 > touch $@ > >@@ -327,448 +334,448 @@ > > .c.o: > @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(COMPILE) -c $< > > .c.obj: > @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` > > libmi_a-CLICommand.o: CLICommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-CLICommand.o -MD -MP -MF $(DEPDIR)/libmi_a-CLICommand.Tpo -c -o libmi_a-CLICommand.o `test -f 'CLICommand.c' || echo '$(srcdir)/'`CLICommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-CLICommand.Tpo $(DEPDIR)/libmi_a-CLICommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-CLICommand.Tpo $(DEPDIR)/libmi_a-CLICommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='CLICommand.c' object='libmi_a-CLICommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-CLICommand.o `test -f 'CLICommand.c' || echo '$(srcdir)/'`CLICommand.c > > libmi_a-CLICommand.obj: CLICommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-CLICommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-CLICommand.Tpo -c -o libmi_a-CLICommand.obj `if test -f 'CLICommand.c'; then $(CYGPATH_W) 'CLICommand.c'; else $(CYGPATH_W) '$(srcdir)/CLICommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-CLICommand.Tpo $(DEPDIR)/libmi_a-CLICommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-CLICommand.Tpo $(DEPDIR)/libmi_a-CLICommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='CLICommand.c' object='libmi_a-CLICommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-CLICommand.obj `if test -f 'CLICommand.c'; then $(CYGPATH_W) 'CLICommand.c'; else $(CYGPATH_W) '$(srcdir)/CLICommand.c'; fi` > > libmi_a-CLIOutput.o: CLIOutput.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-CLIOutput.o -MD -MP -MF $(DEPDIR)/libmi_a-CLIOutput.Tpo -c -o libmi_a-CLIOutput.o `test -f 'CLIOutput.c' || echo '$(srcdir)/'`CLIOutput.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-CLIOutput.Tpo $(DEPDIR)/libmi_a-CLIOutput.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-CLIOutput.Tpo $(DEPDIR)/libmi_a-CLIOutput.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='CLIOutput.c' object='libmi_a-CLIOutput.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-CLIOutput.o `test -f 'CLIOutput.c' || echo '$(srcdir)/'`CLIOutput.c > > libmi_a-CLIOutput.obj: CLIOutput.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-CLIOutput.obj -MD -MP -MF $(DEPDIR)/libmi_a-CLIOutput.Tpo -c -o libmi_a-CLIOutput.obj `if test -f 'CLIOutput.c'; then $(CYGPATH_W) 'CLIOutput.c'; else $(CYGPATH_W) '$(srcdir)/CLIOutput.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-CLIOutput.Tpo $(DEPDIR)/libmi_a-CLIOutput.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-CLIOutput.Tpo $(DEPDIR)/libmi_a-CLIOutput.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='CLIOutput.c' object='libmi_a-CLIOutput.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-CLIOutput.obj `if test -f 'CLIOutput.c'; then $(CYGPATH_W) 'CLIOutput.c'; else $(CYGPATH_W) '$(srcdir)/CLIOutput.c'; fi` > > libmi_a-MIArg.o: MIArg.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIArg.o -MD -MP -MF $(DEPDIR)/libmi_a-MIArg.Tpo -c -o libmi_a-MIArg.o `test -f 'MIArg.c' || echo '$(srcdir)/'`MIArg.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIArg.Tpo $(DEPDIR)/libmi_a-MIArg.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIArg.Tpo $(DEPDIR)/libmi_a-MIArg.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIArg.c' object='libmi_a-MIArg.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIArg.o `test -f 'MIArg.c' || echo '$(srcdir)/'`MIArg.c > > libmi_a-MIArg.obj: MIArg.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIArg.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIArg.Tpo -c -o libmi_a-MIArg.obj `if test -f 'MIArg.c'; then $(CYGPATH_W) 'MIArg.c'; else $(CYGPATH_W) '$(srcdir)/MIArg.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIArg.Tpo $(DEPDIR)/libmi_a-MIArg.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIArg.Tpo $(DEPDIR)/libmi_a-MIArg.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIArg.c' object='libmi_a-MIArg.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIArg.obj `if test -f 'MIArg.c'; then $(CYGPATH_W) 'MIArg.c'; else $(CYGPATH_W) '$(srcdir)/MIArg.c'; fi` > > libmi_a-MIBreakpoint.o: MIBreakpoint.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIBreakpoint.o -MD -MP -MF $(DEPDIR)/libmi_a-MIBreakpoint.Tpo -c -o libmi_a-MIBreakpoint.o `test -f 'MIBreakpoint.c' || echo '$(srcdir)/'`MIBreakpoint.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIBreakpoint.Tpo $(DEPDIR)/libmi_a-MIBreakpoint.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIBreakpoint.Tpo $(DEPDIR)/libmi_a-MIBreakpoint.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIBreakpoint.c' object='libmi_a-MIBreakpoint.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIBreakpoint.o `test -f 'MIBreakpoint.c' || echo '$(srcdir)/'`MIBreakpoint.c > > libmi_a-MIBreakpoint.obj: MIBreakpoint.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIBreakpoint.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIBreakpoint.Tpo -c -o libmi_a-MIBreakpoint.obj `if test -f 'MIBreakpoint.c'; then $(CYGPATH_W) 'MIBreakpoint.c'; else $(CYGPATH_W) '$(srcdir)/MIBreakpoint.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIBreakpoint.Tpo $(DEPDIR)/libmi_a-MIBreakpoint.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIBreakpoint.Tpo $(DEPDIR)/libmi_a-MIBreakpoint.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIBreakpoint.c' object='libmi_a-MIBreakpoint.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIBreakpoint.obj `if test -f 'MIBreakpoint.c'; then $(CYGPATH_W) 'MIBreakpoint.c'; else $(CYGPATH_W) '$(srcdir)/MIBreakpoint.c'; fi` > > libmi_a-MIBreakCommand.o: MIBreakCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIBreakCommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MIBreakCommand.Tpo -c -o libmi_a-MIBreakCommand.o `test -f 'MIBreakCommand.c' || echo '$(srcdir)/'`MIBreakCommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIBreakCommand.Tpo $(DEPDIR)/libmi_a-MIBreakCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIBreakCommand.Tpo $(DEPDIR)/libmi_a-MIBreakCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIBreakCommand.c' object='libmi_a-MIBreakCommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIBreakCommand.o `test -f 'MIBreakCommand.c' || echo '$(srcdir)/'`MIBreakCommand.c > > libmi_a-MIBreakCommand.obj: MIBreakCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIBreakCommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIBreakCommand.Tpo -c -o libmi_a-MIBreakCommand.obj `if test -f 'MIBreakCommand.c'; then $(CYGPATH_W) 'MIBreakCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIBreakCommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIBreakCommand.Tpo $(DEPDIR)/libmi_a-MIBreakCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIBreakCommand.Tpo $(DEPDIR)/libmi_a-MIBreakCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIBreakCommand.c' object='libmi_a-MIBreakCommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIBreakCommand.obj `if test -f 'MIBreakCommand.c'; then $(CYGPATH_W) 'MIBreakCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIBreakCommand.c'; fi` > > libmi_a-MICommand.o: MICommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MICommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MICommand.Tpo -c -o libmi_a-MICommand.o `test -f 'MICommand.c' || echo '$(srcdir)/'`MICommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MICommand.Tpo $(DEPDIR)/libmi_a-MICommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MICommand.Tpo $(DEPDIR)/libmi_a-MICommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MICommand.c' object='libmi_a-MICommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MICommand.o `test -f 'MICommand.c' || echo '$(srcdir)/'`MICommand.c > > libmi_a-MICommand.obj: MICommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MICommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MICommand.Tpo -c -o libmi_a-MICommand.obj `if test -f 'MICommand.c'; then $(CYGPATH_W) 'MICommand.c'; else $(CYGPATH_W) '$(srcdir)/MICommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MICommand.Tpo $(DEPDIR)/libmi_a-MICommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MICommand.Tpo $(DEPDIR)/libmi_a-MICommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MICommand.c' object='libmi_a-MICommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MICommand.obj `if test -f 'MICommand.c'; then $(CYGPATH_W) 'MICommand.c'; else $(CYGPATH_W) '$(srcdir)/MICommand.c'; fi` > > libmi_a-MIError.o: MIError.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIError.o -MD -MP -MF $(DEPDIR)/libmi_a-MIError.Tpo -c -o libmi_a-MIError.o `test -f 'MIError.c' || echo '$(srcdir)/'`MIError.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIError.Tpo $(DEPDIR)/libmi_a-MIError.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIError.Tpo $(DEPDIR)/libmi_a-MIError.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIError.c' object='libmi_a-MIError.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIError.o `test -f 'MIError.c' || echo '$(srcdir)/'`MIError.c > > libmi_a-MIError.obj: MIError.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIError.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIError.Tpo -c -o libmi_a-MIError.obj `if test -f 'MIError.c'; then $(CYGPATH_W) 'MIError.c'; else $(CYGPATH_W) '$(srcdir)/MIError.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIError.Tpo $(DEPDIR)/libmi_a-MIError.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIError.Tpo $(DEPDIR)/libmi_a-MIError.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIError.c' object='libmi_a-MIError.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIError.obj `if test -f 'MIError.c'; then $(CYGPATH_W) 'MIError.c'; else $(CYGPATH_W) '$(srcdir)/MIError.c'; fi` > > libmi_a-MIEvent.o: MIEvent.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIEvent.o -MD -MP -MF $(DEPDIR)/libmi_a-MIEvent.Tpo -c -o libmi_a-MIEvent.o `test -f 'MIEvent.c' || echo '$(srcdir)/'`MIEvent.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIEvent.Tpo $(DEPDIR)/libmi_a-MIEvent.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIEvent.Tpo $(DEPDIR)/libmi_a-MIEvent.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIEvent.c' object='libmi_a-MIEvent.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIEvent.o `test -f 'MIEvent.c' || echo '$(srcdir)/'`MIEvent.c > > libmi_a-MIEvent.obj: MIEvent.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIEvent.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIEvent.Tpo -c -o libmi_a-MIEvent.obj `if test -f 'MIEvent.c'; then $(CYGPATH_W) 'MIEvent.c'; else $(CYGPATH_W) '$(srcdir)/MIEvent.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIEvent.Tpo $(DEPDIR)/libmi_a-MIEvent.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIEvent.Tpo $(DEPDIR)/libmi_a-MIEvent.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIEvent.c' object='libmi_a-MIEvent.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIEvent.obj `if test -f 'MIEvent.c'; then $(CYGPATH_W) 'MIEvent.c'; else $(CYGPATH_W) '$(srcdir)/MIEvent.c'; fi` > > libmi_a-MIExecCommand.o: MIExecCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIExecCommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MIExecCommand.Tpo -c -o libmi_a-MIExecCommand.o `test -f 'MIExecCommand.c' || echo '$(srcdir)/'`MIExecCommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIExecCommand.Tpo $(DEPDIR)/libmi_a-MIExecCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIExecCommand.Tpo $(DEPDIR)/libmi_a-MIExecCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIExecCommand.c' object='libmi_a-MIExecCommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIExecCommand.o `test -f 'MIExecCommand.c' || echo '$(srcdir)/'`MIExecCommand.c > > libmi_a-MIExecCommand.obj: MIExecCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIExecCommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIExecCommand.Tpo -c -o libmi_a-MIExecCommand.obj `if test -f 'MIExecCommand.c'; then $(CYGPATH_W) 'MIExecCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIExecCommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIExecCommand.Tpo $(DEPDIR)/libmi_a-MIExecCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIExecCommand.Tpo $(DEPDIR)/libmi_a-MIExecCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIExecCommand.c' object='libmi_a-MIExecCommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIExecCommand.obj `if test -f 'MIExecCommand.c'; then $(CYGPATH_W) 'MIExecCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIExecCommand.c'; fi` > > libmi_a-MIFrame.o: MIFrame.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIFrame.o -MD -MP -MF $(DEPDIR)/libmi_a-MIFrame.Tpo -c -o libmi_a-MIFrame.o `test -f 'MIFrame.c' || echo '$(srcdir)/'`MIFrame.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIFrame.Tpo $(DEPDIR)/libmi_a-MIFrame.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIFrame.Tpo $(DEPDIR)/libmi_a-MIFrame.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIFrame.c' object='libmi_a-MIFrame.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIFrame.o `test -f 'MIFrame.c' || echo '$(srcdir)/'`MIFrame.c > > libmi_a-MIFrame.obj: MIFrame.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIFrame.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIFrame.Tpo -c -o libmi_a-MIFrame.obj `if test -f 'MIFrame.c'; then $(CYGPATH_W) 'MIFrame.c'; else $(CYGPATH_W) '$(srcdir)/MIFrame.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIFrame.Tpo $(DEPDIR)/libmi_a-MIFrame.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIFrame.Tpo $(DEPDIR)/libmi_a-MIFrame.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIFrame.c' object='libmi_a-MIFrame.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIFrame.obj `if test -f 'MIFrame.c'; then $(CYGPATH_W) 'MIFrame.c'; else $(CYGPATH_W) '$(srcdir)/MIFrame.c'; fi` > > libmi_a-MIGDBCommand.o: MIGDBCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIGDBCommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MIGDBCommand.Tpo -c -o libmi_a-MIGDBCommand.o `test -f 'MIGDBCommand.c' || echo '$(srcdir)/'`MIGDBCommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIGDBCommand.Tpo $(DEPDIR)/libmi_a-MIGDBCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIGDBCommand.Tpo $(DEPDIR)/libmi_a-MIGDBCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIGDBCommand.c' object='libmi_a-MIGDBCommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIGDBCommand.o `test -f 'MIGDBCommand.c' || echo '$(srcdir)/'`MIGDBCommand.c > > libmi_a-MIGDBCommand.obj: MIGDBCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIGDBCommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIGDBCommand.Tpo -c -o libmi_a-MIGDBCommand.obj `if test -f 'MIGDBCommand.c'; then $(CYGPATH_W) 'MIGDBCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIGDBCommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIGDBCommand.Tpo $(DEPDIR)/libmi_a-MIGDBCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIGDBCommand.Tpo $(DEPDIR)/libmi_a-MIGDBCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIGDBCommand.c' object='libmi_a-MIGDBCommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIGDBCommand.obj `if test -f 'MIGDBCommand.c'; then $(CYGPATH_W) 'MIGDBCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIGDBCommand.c'; fi` > > libmi_a-MIList.o: MIList.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIList.o -MD -MP -MF $(DEPDIR)/libmi_a-MIList.Tpo -c -o libmi_a-MIList.o `test -f 'MIList.c' || echo '$(srcdir)/'`MIList.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIList.Tpo $(DEPDIR)/libmi_a-MIList.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIList.Tpo $(DEPDIR)/libmi_a-MIList.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIList.c' object='libmi_a-MIList.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIList.o `test -f 'MIList.c' || echo '$(srcdir)/'`MIList.c > > libmi_a-MIList.obj: MIList.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIList.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIList.Tpo -c -o libmi_a-MIList.obj `if test -f 'MIList.c'; then $(CYGPATH_W) 'MIList.c'; else $(CYGPATH_W) '$(srcdir)/MIList.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIList.Tpo $(DEPDIR)/libmi_a-MIList.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIList.Tpo $(DEPDIR)/libmi_a-MIList.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIList.c' object='libmi_a-MIList.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIList.obj `if test -f 'MIList.c'; then $(CYGPATH_W) 'MIList.c'; else $(CYGPATH_W) '$(srcdir)/MIList.c'; fi` > > libmi_a-MIMemory.o: MIMemory.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIMemory.o -MD -MP -MF $(DEPDIR)/libmi_a-MIMemory.Tpo -c -o libmi_a-MIMemory.o `test -f 'MIMemory.c' || echo '$(srcdir)/'`MIMemory.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIMemory.Tpo $(DEPDIR)/libmi_a-MIMemory.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIMemory.Tpo $(DEPDIR)/libmi_a-MIMemory.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIMemory.c' object='libmi_a-MIMemory.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIMemory.o `test -f 'MIMemory.c' || echo '$(srcdir)/'`MIMemory.c > > libmi_a-MIMemory.obj: MIMemory.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIMemory.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIMemory.Tpo -c -o libmi_a-MIMemory.obj `if test -f 'MIMemory.c'; then $(CYGPATH_W) 'MIMemory.c'; else $(CYGPATH_W) '$(srcdir)/MIMemory.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIMemory.Tpo $(DEPDIR)/libmi_a-MIMemory.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIMemory.Tpo $(DEPDIR)/libmi_a-MIMemory.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIMemory.c' object='libmi_a-MIMemory.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIMemory.obj `if test -f 'MIMemory.c'; then $(CYGPATH_W) 'MIMemory.c'; else $(CYGPATH_W) '$(srcdir)/MIMemory.c'; fi` > > libmi_a-MIMemoryCommand.o: MIMemoryCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIMemoryCommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MIMemoryCommand.Tpo -c -o libmi_a-MIMemoryCommand.o `test -f 'MIMemoryCommand.c' || echo '$(srcdir)/'`MIMemoryCommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIMemoryCommand.Tpo $(DEPDIR)/libmi_a-MIMemoryCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIMemoryCommand.Tpo $(DEPDIR)/libmi_a-MIMemoryCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIMemoryCommand.c' object='libmi_a-MIMemoryCommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIMemoryCommand.o `test -f 'MIMemoryCommand.c' || echo '$(srcdir)/'`MIMemoryCommand.c > > libmi_a-MIMemoryCommand.obj: MIMemoryCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIMemoryCommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIMemoryCommand.Tpo -c -o libmi_a-MIMemoryCommand.obj `if test -f 'MIMemoryCommand.c'; then $(CYGPATH_W) 'MIMemoryCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIMemoryCommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIMemoryCommand.Tpo $(DEPDIR)/libmi_a-MIMemoryCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIMemoryCommand.Tpo $(DEPDIR)/libmi_a-MIMemoryCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIMemoryCommand.c' object='libmi_a-MIMemoryCommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIMemoryCommand.obj `if test -f 'MIMemoryCommand.c'; then $(CYGPATH_W) 'MIMemoryCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIMemoryCommand.c'; fi` > > libmi_a-MIOOBRecord.o: MIOOBRecord.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIOOBRecord.o -MD -MP -MF $(DEPDIR)/libmi_a-MIOOBRecord.Tpo -c -o libmi_a-MIOOBRecord.o `test -f 'MIOOBRecord.c' || echo '$(srcdir)/'`MIOOBRecord.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIOOBRecord.Tpo $(DEPDIR)/libmi_a-MIOOBRecord.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIOOBRecord.Tpo $(DEPDIR)/libmi_a-MIOOBRecord.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIOOBRecord.c' object='libmi_a-MIOOBRecord.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIOOBRecord.o `test -f 'MIOOBRecord.c' || echo '$(srcdir)/'`MIOOBRecord.c > > libmi_a-MIOOBRecord.obj: MIOOBRecord.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIOOBRecord.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIOOBRecord.Tpo -c -o libmi_a-MIOOBRecord.obj `if test -f 'MIOOBRecord.c'; then $(CYGPATH_W) 'MIOOBRecord.c'; else $(CYGPATH_W) '$(srcdir)/MIOOBRecord.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIOOBRecord.Tpo $(DEPDIR)/libmi_a-MIOOBRecord.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIOOBRecord.Tpo $(DEPDIR)/libmi_a-MIOOBRecord.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIOOBRecord.c' object='libmi_a-MIOOBRecord.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIOOBRecord.obj `if test -f 'MIOOBRecord.c'; then $(CYGPATH_W) 'MIOOBRecord.c'; else $(CYGPATH_W) '$(srcdir)/MIOOBRecord.c'; fi` > > libmi_a-MIOutput.o: MIOutput.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIOutput.o -MD -MP -MF $(DEPDIR)/libmi_a-MIOutput.Tpo -c -o libmi_a-MIOutput.o `test -f 'MIOutput.c' || echo '$(srcdir)/'`MIOutput.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIOutput.Tpo $(DEPDIR)/libmi_a-MIOutput.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIOutput.Tpo $(DEPDIR)/libmi_a-MIOutput.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIOutput.c' object='libmi_a-MIOutput.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIOutput.o `test -f 'MIOutput.c' || echo '$(srcdir)/'`MIOutput.c > > libmi_a-MIOutput.obj: MIOutput.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIOutput.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIOutput.Tpo -c -o libmi_a-MIOutput.obj `if test -f 'MIOutput.c'; then $(CYGPATH_W) 'MIOutput.c'; else $(CYGPATH_W) '$(srcdir)/MIOutput.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIOutput.Tpo $(DEPDIR)/libmi_a-MIOutput.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIOutput.Tpo $(DEPDIR)/libmi_a-MIOutput.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIOutput.c' object='libmi_a-MIOutput.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIOutput.obj `if test -f 'MIOutput.c'; then $(CYGPATH_W) 'MIOutput.c'; else $(CYGPATH_W) '$(srcdir)/MIOutput.c'; fi` > > libmi_a-MIParser.o: MIParser.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIParser.o -MD -MP -MF $(DEPDIR)/libmi_a-MIParser.Tpo -c -o libmi_a-MIParser.o `test -f 'MIParser.c' || echo '$(srcdir)/'`MIParser.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIParser.Tpo $(DEPDIR)/libmi_a-MIParser.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIParser.Tpo $(DEPDIR)/libmi_a-MIParser.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIParser.c' object='libmi_a-MIParser.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIParser.o `test -f 'MIParser.c' || echo '$(srcdir)/'`MIParser.c > > libmi_a-MIParser.obj: MIParser.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIParser.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIParser.Tpo -c -o libmi_a-MIParser.obj `if test -f 'MIParser.c'; then $(CYGPATH_W) 'MIParser.c'; else $(CYGPATH_W) '$(srcdir)/MIParser.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIParser.Tpo $(DEPDIR)/libmi_a-MIParser.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIParser.Tpo $(DEPDIR)/libmi_a-MIParser.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIParser.c' object='libmi_a-MIParser.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIParser.obj `if test -f 'MIParser.c'; then $(CYGPATH_W) 'MIParser.c'; else $(CYGPATH_W) '$(srcdir)/MIParser.c'; fi` > > libmi_a-MIPty.o: MIPty.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIPty.o -MD -MP -MF $(DEPDIR)/libmi_a-MIPty.Tpo -c -o libmi_a-MIPty.o `test -f 'MIPty.c' || echo '$(srcdir)/'`MIPty.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIPty.Tpo $(DEPDIR)/libmi_a-MIPty.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIPty.Tpo $(DEPDIR)/libmi_a-MIPty.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIPty.c' object='libmi_a-MIPty.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIPty.o `test -f 'MIPty.c' || echo '$(srcdir)/'`MIPty.c > > libmi_a-MIPty.obj: MIPty.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIPty.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIPty.Tpo -c -o libmi_a-MIPty.obj `if test -f 'MIPty.c'; then $(CYGPATH_W) 'MIPty.c'; else $(CYGPATH_W) '$(srcdir)/MIPty.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIPty.Tpo $(DEPDIR)/libmi_a-MIPty.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIPty.Tpo $(DEPDIR)/libmi_a-MIPty.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIPty.c' object='libmi_a-MIPty.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIPty.obj `if test -f 'MIPty.c'; then $(CYGPATH_W) 'MIPty.c'; else $(CYGPATH_W) '$(srcdir)/MIPty.c'; fi` > > libmi_a-MIResult.o: MIResult.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIResult.o -MD -MP -MF $(DEPDIR)/libmi_a-MIResult.Tpo -c -o libmi_a-MIResult.o `test -f 'MIResult.c' || echo '$(srcdir)/'`MIResult.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIResult.Tpo $(DEPDIR)/libmi_a-MIResult.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIResult.Tpo $(DEPDIR)/libmi_a-MIResult.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIResult.c' object='libmi_a-MIResult.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIResult.o `test -f 'MIResult.c' || echo '$(srcdir)/'`MIResult.c > > libmi_a-MIResult.obj: MIResult.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIResult.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIResult.Tpo -c -o libmi_a-MIResult.obj `if test -f 'MIResult.c'; then $(CYGPATH_W) 'MIResult.c'; else $(CYGPATH_W) '$(srcdir)/MIResult.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIResult.Tpo $(DEPDIR)/libmi_a-MIResult.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIResult.Tpo $(DEPDIR)/libmi_a-MIResult.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIResult.c' object='libmi_a-MIResult.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIResult.obj `if test -f 'MIResult.c'; then $(CYGPATH_W) 'MIResult.c'; else $(CYGPATH_W) '$(srcdir)/MIResult.c'; fi` > > libmi_a-MIResultRecord.o: MIResultRecord.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIResultRecord.o -MD -MP -MF $(DEPDIR)/libmi_a-MIResultRecord.Tpo -c -o libmi_a-MIResultRecord.o `test -f 'MIResultRecord.c' || echo '$(srcdir)/'`MIResultRecord.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIResultRecord.Tpo $(DEPDIR)/libmi_a-MIResultRecord.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIResultRecord.Tpo $(DEPDIR)/libmi_a-MIResultRecord.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIResultRecord.c' object='libmi_a-MIResultRecord.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIResultRecord.o `test -f 'MIResultRecord.c' || echo '$(srcdir)/'`MIResultRecord.c > > libmi_a-MIResultRecord.obj: MIResultRecord.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIResultRecord.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIResultRecord.Tpo -c -o libmi_a-MIResultRecord.obj `if test -f 'MIResultRecord.c'; then $(CYGPATH_W) 'MIResultRecord.c'; else $(CYGPATH_W) '$(srcdir)/MIResultRecord.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIResultRecord.Tpo $(DEPDIR)/libmi_a-MIResultRecord.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIResultRecord.Tpo $(DEPDIR)/libmi_a-MIResultRecord.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIResultRecord.c' object='libmi_a-MIResultRecord.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIResultRecord.obj `if test -f 'MIResultRecord.c'; then $(CYGPATH_W) 'MIResultRecord.c'; else $(CYGPATH_W) '$(srcdir)/MIResultRecord.c'; fi` > > libmi_a-MISession.o: MISession.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MISession.o -MD -MP -MF $(DEPDIR)/libmi_a-MISession.Tpo -c -o libmi_a-MISession.o `test -f 'MISession.c' || echo '$(srcdir)/'`MISession.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MISession.Tpo $(DEPDIR)/libmi_a-MISession.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MISession.Tpo $(DEPDIR)/libmi_a-MISession.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MISession.c' object='libmi_a-MISession.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MISession.o `test -f 'MISession.c' || echo '$(srcdir)/'`MISession.c > > libmi_a-MISession.obj: MISession.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MISession.obj -MD -MP -MF $(DEPDIR)/libmi_a-MISession.Tpo -c -o libmi_a-MISession.obj `if test -f 'MISession.c'; then $(CYGPATH_W) 'MISession.c'; else $(CYGPATH_W) '$(srcdir)/MISession.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MISession.Tpo $(DEPDIR)/libmi_a-MISession.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MISession.Tpo $(DEPDIR)/libmi_a-MISession.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MISession.c' object='libmi_a-MISession.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MISession.obj `if test -f 'MISession.c'; then $(CYGPATH_W) 'MISession.c'; else $(CYGPATH_W) '$(srcdir)/MISession.c'; fi` > > libmi_a-MISignalInfo.o: MISignalInfo.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MISignalInfo.o -MD -MP -MF $(DEPDIR)/libmi_a-MISignalInfo.Tpo -c -o libmi_a-MISignalInfo.o `test -f 'MISignalInfo.c' || echo '$(srcdir)/'`MISignalInfo.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MISignalInfo.Tpo $(DEPDIR)/libmi_a-MISignalInfo.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MISignalInfo.Tpo $(DEPDIR)/libmi_a-MISignalInfo.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MISignalInfo.c' object='libmi_a-MISignalInfo.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MISignalInfo.o `test -f 'MISignalInfo.c' || echo '$(srcdir)/'`MISignalInfo.c > > libmi_a-MISignalInfo.obj: MISignalInfo.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MISignalInfo.obj -MD -MP -MF $(DEPDIR)/libmi_a-MISignalInfo.Tpo -c -o libmi_a-MISignalInfo.obj `if test -f 'MISignalInfo.c'; then $(CYGPATH_W) 'MISignalInfo.c'; else $(CYGPATH_W) '$(srcdir)/MISignalInfo.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MISignalInfo.Tpo $(DEPDIR)/libmi_a-MISignalInfo.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MISignalInfo.Tpo $(DEPDIR)/libmi_a-MISignalInfo.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MISignalInfo.c' object='libmi_a-MISignalInfo.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MISignalInfo.obj `if test -f 'MISignalInfo.c'; then $(CYGPATH_W) 'MISignalInfo.c'; else $(CYGPATH_W) '$(srcdir)/MISignalInfo.c'; fi` > > libmi_a-MIStackCommand.o: MIStackCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIStackCommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MIStackCommand.Tpo -c -o libmi_a-MIStackCommand.o `test -f 'MIStackCommand.c' || echo '$(srcdir)/'`MIStackCommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIStackCommand.Tpo $(DEPDIR)/libmi_a-MIStackCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIStackCommand.Tpo $(DEPDIR)/libmi_a-MIStackCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIStackCommand.c' object='libmi_a-MIStackCommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIStackCommand.o `test -f 'MIStackCommand.c' || echo '$(srcdir)/'`MIStackCommand.c > > libmi_a-MIStackCommand.obj: MIStackCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIStackCommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIStackCommand.Tpo -c -o libmi_a-MIStackCommand.obj `if test -f 'MIStackCommand.c'; then $(CYGPATH_W) 'MIStackCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIStackCommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIStackCommand.Tpo $(DEPDIR)/libmi_a-MIStackCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIStackCommand.Tpo $(DEPDIR)/libmi_a-MIStackCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIStackCommand.c' object='libmi_a-MIStackCommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIStackCommand.obj `if test -f 'MIStackCommand.c'; then $(CYGPATH_W) 'MIStackCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIStackCommand.c'; fi` > > libmi_a-MIString.o: MIString.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIString.o -MD -MP -MF $(DEPDIR)/libmi_a-MIString.Tpo -c -o libmi_a-MIString.o `test -f 'MIString.c' || echo '$(srcdir)/'`MIString.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIString.Tpo $(DEPDIR)/libmi_a-MIString.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIString.Tpo $(DEPDIR)/libmi_a-MIString.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIString.c' object='libmi_a-MIString.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIString.o `test -f 'MIString.c' || echo '$(srcdir)/'`MIString.c > > libmi_a-MIString.obj: MIString.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIString.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIString.Tpo -c -o libmi_a-MIString.obj `if test -f 'MIString.c'; then $(CYGPATH_W) 'MIString.c'; else $(CYGPATH_W) '$(srcdir)/MIString.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIString.Tpo $(DEPDIR)/libmi_a-MIString.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIString.Tpo $(DEPDIR)/libmi_a-MIString.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIString.c' object='libmi_a-MIString.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIString.obj `if test -f 'MIString.c'; then $(CYGPATH_W) 'MIString.c'; else $(CYGPATH_W) '$(srcdir)/MIString.c'; fi` > > libmi_a-MIThread.o: MIThread.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIThread.o -MD -MP -MF $(DEPDIR)/libmi_a-MIThread.Tpo -c -o libmi_a-MIThread.o `test -f 'MIThread.c' || echo '$(srcdir)/'`MIThread.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIThread.Tpo $(DEPDIR)/libmi_a-MIThread.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIThread.Tpo $(DEPDIR)/libmi_a-MIThread.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIThread.c' object='libmi_a-MIThread.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIThread.o `test -f 'MIThread.c' || echo '$(srcdir)/'`MIThread.c > > libmi_a-MIThread.obj: MIThread.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIThread.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIThread.Tpo -c -o libmi_a-MIThread.obj `if test -f 'MIThread.c'; then $(CYGPATH_W) 'MIThread.c'; else $(CYGPATH_W) '$(srcdir)/MIThread.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIThread.Tpo $(DEPDIR)/libmi_a-MIThread.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIThread.Tpo $(DEPDIR)/libmi_a-MIThread.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIThread.c' object='libmi_a-MIThread.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIThread.obj `if test -f 'MIThread.c'; then $(CYGPATH_W) 'MIThread.c'; else $(CYGPATH_W) '$(srcdir)/MIThread.c'; fi` > > libmi_a-MIThreadCommand.o: MIThreadCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIThreadCommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MIThreadCommand.Tpo -c -o libmi_a-MIThreadCommand.o `test -f 'MIThreadCommand.c' || echo '$(srcdir)/'`MIThreadCommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIThreadCommand.Tpo $(DEPDIR)/libmi_a-MIThreadCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIThreadCommand.Tpo $(DEPDIR)/libmi_a-MIThreadCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIThreadCommand.c' object='libmi_a-MIThreadCommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIThreadCommand.o `test -f 'MIThreadCommand.c' || echo '$(srcdir)/'`MIThreadCommand.c > > libmi_a-MIThreadCommand.obj: MIThreadCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIThreadCommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIThreadCommand.Tpo -c -o libmi_a-MIThreadCommand.obj `if test -f 'MIThreadCommand.c'; then $(CYGPATH_W) 'MIThreadCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIThreadCommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIThreadCommand.Tpo $(DEPDIR)/libmi_a-MIThreadCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIThreadCommand.Tpo $(DEPDIR)/libmi_a-MIThreadCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIThreadCommand.c' object='libmi_a-MIThreadCommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIThreadCommand.obj `if test -f 'MIThreadCommand.c'; then $(CYGPATH_W) 'MIThreadCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIThreadCommand.c'; fi` > > libmi_a-MIDisassembly.o: MIDisassembly.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIDisassembly.o -MD -MP -MF $(DEPDIR)/libmi_a-MIDisassembly.Tpo -c -o libmi_a-MIDisassembly.o `test -f 'MIDisassembly.c' || echo '$(srcdir)/'`MIDisassembly.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIDisassembly.Tpo $(DEPDIR)/libmi_a-MIDisassembly.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIDisassembly.Tpo $(DEPDIR)/libmi_a-MIDisassembly.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIDisassembly.c' object='libmi_a-MIDisassembly.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIDisassembly.o `test -f 'MIDisassembly.c' || echo '$(srcdir)/'`MIDisassembly.c > > libmi_a-MIDisassembly.obj: MIDisassembly.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIDisassembly.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIDisassembly.Tpo -c -o libmi_a-MIDisassembly.obj `if test -f 'MIDisassembly.c'; then $(CYGPATH_W) 'MIDisassembly.c'; else $(CYGPATH_W) '$(srcdir)/MIDisassembly.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIDisassembly.Tpo $(DEPDIR)/libmi_a-MIDisassembly.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIDisassembly.Tpo $(DEPDIR)/libmi_a-MIDisassembly.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIDisassembly.c' object='libmi_a-MIDisassembly.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIDisassembly.obj `if test -f 'MIDisassembly.c'; then $(CYGPATH_W) 'MIDisassembly.c'; else $(CYGPATH_W) '$(srcdir)/MIDisassembly.c'; fi` > > libmi_a-MIValue.o: MIValue.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIValue.o -MD -MP -MF $(DEPDIR)/libmi_a-MIValue.Tpo -c -o libmi_a-MIValue.o `test -f 'MIValue.c' || echo '$(srcdir)/'`MIValue.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIValue.Tpo $(DEPDIR)/libmi_a-MIValue.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIValue.Tpo $(DEPDIR)/libmi_a-MIValue.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIValue.c' object='libmi_a-MIValue.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIValue.o `test -f 'MIValue.c' || echo '$(srcdir)/'`MIValue.c > > libmi_a-MIValue.obj: MIValue.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIValue.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIValue.Tpo -c -o libmi_a-MIValue.obj `if test -f 'MIValue.c'; then $(CYGPATH_W) 'MIValue.c'; else $(CYGPATH_W) '$(srcdir)/MIValue.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIValue.Tpo $(DEPDIR)/libmi_a-MIValue.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIValue.Tpo $(DEPDIR)/libmi_a-MIValue.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIValue.c' object='libmi_a-MIValue.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIValue.obj `if test -f 'MIValue.c'; then $(CYGPATH_W) 'MIValue.c'; else $(CYGPATH_W) '$(srcdir)/MIValue.c'; fi` > > libmi_a-MIVar.o: MIVar.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIVar.o -MD -MP -MF $(DEPDIR)/libmi_a-MIVar.Tpo -c -o libmi_a-MIVar.o `test -f 'MIVar.c' || echo '$(srcdir)/'`MIVar.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIVar.Tpo $(DEPDIR)/libmi_a-MIVar.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIVar.Tpo $(DEPDIR)/libmi_a-MIVar.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIVar.c' object='libmi_a-MIVar.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIVar.o `test -f 'MIVar.c' || echo '$(srcdir)/'`MIVar.c > > libmi_a-MIVar.obj: MIVar.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIVar.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIVar.Tpo -c -o libmi_a-MIVar.obj `if test -f 'MIVar.c'; then $(CYGPATH_W) 'MIVar.c'; else $(CYGPATH_W) '$(srcdir)/MIVar.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIVar.Tpo $(DEPDIR)/libmi_a-MIVar.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIVar.Tpo $(DEPDIR)/libmi_a-MIVar.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIVar.c' object='libmi_a-MIVar.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIVar.obj `if test -f 'MIVar.c'; then $(CYGPATH_W) 'MIVar.c'; else $(CYGPATH_W) '$(srcdir)/MIVar.c'; fi` > > libmi_a-MIVarCommand.o: MIVarCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIVarCommand.o -MD -MP -MF $(DEPDIR)/libmi_a-MIVarCommand.Tpo -c -o libmi_a-MIVarCommand.o `test -f 'MIVarCommand.c' || echo '$(srcdir)/'`MIVarCommand.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIVarCommand.Tpo $(DEPDIR)/libmi_a-MIVarCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIVarCommand.Tpo $(DEPDIR)/libmi_a-MIVarCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIVarCommand.c' object='libmi_a-MIVarCommand.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIVarCommand.o `test -f 'MIVarCommand.c' || echo '$(srcdir)/'`MIVarCommand.c > > libmi_a-MIVarCommand.obj: MIVarCommand.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -MT libmi_a-MIVarCommand.obj -MD -MP -MF $(DEPDIR)/libmi_a-MIVarCommand.Tpo -c -o libmi_a-MIVarCommand.obj `if test -f 'MIVarCommand.c'; then $(CYGPATH_W) 'MIVarCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIVarCommand.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libmi_a-MIVarCommand.Tpo $(DEPDIR)/libmi_a-MIVarCommand.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmi_a-MIVarCommand.Tpo $(DEPDIR)/libmi_a-MIVarCommand.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='MIVarCommand.c' object='libmi_a-MIVarCommand.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmi_a_CFLAGS) $(CFLAGS) -c -o libmi_a-MIVarCommand.obj `if test -f 'MIVarCommand.c'; then $(CYGPATH_W) 'MIVarCommand.c'; else $(CYGPATH_W) '$(srcdir)/MIVarCommand.c'; fi` > > test_mi-test_mi.o: test_mi.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mi_CFLAGS) $(CFLAGS) -MT test_mi-test_mi.o -MD -MP -MF $(DEPDIR)/test_mi-test_mi.Tpo -c -o test_mi-test_mi.o `test -f 'test_mi.c' || echo '$(srcdir)/'`test_mi.c >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_mi-test_mi.Tpo $(DEPDIR)/test_mi-test_mi.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_mi-test_mi.Tpo $(DEPDIR)/test_mi-test_mi.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test_mi.c' object='test_mi-test_mi.o' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mi_CFLAGS) $(CFLAGS) -c -o test_mi-test_mi.o `test -f 'test_mi.c' || echo '$(srcdir)/'`test_mi.c > > test_mi-test_mi.obj: test_mi.c > @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mi_CFLAGS) $(CFLAGS) -MT test_mi-test_mi.obj -MD -MP -MF $(DEPDIR)/test_mi-test_mi.Tpo -c -o test_mi-test_mi.obj `if test -f 'test_mi.c'; then $(CYGPATH_W) 'test_mi.c'; else $(CYGPATH_W) '$(srcdir)/test_mi.c'; fi` >-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_mi-test_mi.Tpo $(DEPDIR)/test_mi-test_mi.Po >+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_mi-test_mi.Tpo $(DEPDIR)/test_mi-test_mi.Po > @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test_mi.c' object='test_mi-test_mi.obj' libtool=no @AMDEPBACKSLASH@ > @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mi_CFLAGS) $(CFLAGS) -c -o test_mi-test_mi.obj `if test -f 'test_mi.c'; then $(CYGPATH_W) 'test_mi.c'; else $(CYGPATH_W) '$(srcdir)/test_mi.c'; fi` >@@ -778,52 +785,56 @@ > 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; }'`; \ >+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ >+ END { if (nonempty) { for (i in files) print i; }; }'`; \ > mkid -fID $$unique > tags: TAGS > > TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ > $(TAGS_FILES) $(LISP) >- tags=; \ >+ set x; \ > here=`pwd`; \ > list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(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; }'`; \ >- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ >+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ >+ END { if (nonempty) { for (i in files) print i; }; }'`; \ >+ shift; \ >+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ > test -n "$$unique" || unique=$$empty_fix; \ >- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ >- $$tags $$unique; \ >+ if test $$# -gt 0; then \ >+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ >+ "$$@" $$unique; \ >+ else \ >+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ >+ $$unique; \ >+ fi; \ > fi > ctags: CTAGS > CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ > $(TAGS_FILES) $(LISP) >- tags=; \ >- here=`pwd`; \ > list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(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 "$(CTAGS_ARGS)$$tags$$unique" \ >+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ >+ END { if (nonempty) { for (i in files) print i; }; }'`; \ >+ test -z "$(CTAGS_ARGS)$$unique" \ > || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ >- $$tags $$unique >+ $$unique > > GTAGS: > here=`$(am__cd) $(top_builddir) && pwd` \ >- && cd $(top_srcdir) \ >- && gtags -i $(GTAGS_ARGS) $$here >+ && $(am__cd) $(top_srcdir) \ >+ && gtags -i $(GTAGS_ARGS) "$$here" > > distclean-tags: > -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > > distdir: $(DISTFILES) > $(am__remove_distdir) >- test -d $(distdir) || mkdir $(distdir) >+ test -d "$(distdir)" || mkdir "$(distdir)" > @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ > topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ > list='$(DISTFILES)'; \ >@@ -839,27 +850,41 @@ > if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ > if test -d $$d/$$file; then \ > dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ >- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ >- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ >+ if test -d "$(distdir)/$$file"; then \ >+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ > fi; \ >- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ >+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ >+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ >+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ >+ fi; \ >+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ > else \ >- test -f $(distdir)/$$file \ >- || cp -p $$d/$$file $(distdir)/$$file \ >+ test -f "$(distdir)/$$file" \ >+ || cp -p $$d/$$file "$(distdir)/$$file" \ > || exit 1; \ > fi; \ > done >- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ >+ -test -n "$(am__skip_mode_fix)" \ >+ || find "$(distdir)" -type d ! -perm -755 \ >+ -exec chmod u+rwx,go+rx {} \; -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 $(install_sh) -c -m a+r {} {} \; \ >- || chmod -R a+r $(distdir) >+ || chmod -R a+r "$(distdir)" > dist-gzip: distdir > tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz > $(am__remove_distdir) > > dist-bzip2: distdir > tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 >+ $(am__remove_distdir) >+ >+dist-lzma: distdir >+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma >+ $(am__remove_distdir) >+ >+dist-xz: distdir >+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz > $(am__remove_distdir) > > dist-tarZ: distdir >@@ -885,13 +910,17 @@ > distcheck: dist > case '$(DIST_ARCHIVES)' in \ > *.tar.gz*) \ >- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ >+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ > *.tar.bz2*) \ >- bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ >+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ >+ *.tar.lzma*) \ >+ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ >+ *.tar.xz*) \ >+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ > *.tar.Z*) \ > uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ > *.shar.gz*) \ >- GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ >+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ > *.zip*) \ > unzip $(distdir).zip ;;\ > esac >@@ -899,9 +928,11 @@ > mkdir $(distdir)/_build > mkdir $(distdir)/_inst > chmod a-w $(distdir) >+ test -d $(distdir)/_build || exit 0; \ > dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ > && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ >- && cd $(distdir)/_build \ >+ && am__cwd=`pwd` \ >+ && $(am__cd) $(distdir)/_build \ > && ../configure --srcdir=.. --prefix="$$dc_install_base" \ > $(DISTCHECK_CONFIGURE_FLAGS) \ > && $(MAKE) $(AM_MAKEFLAGS) \ >@@ -923,13 +954,15 @@ > && rm -rf "$$dc_destdir" \ > && $(MAKE) $(AM_MAKEFLAGS) dist \ > && rm -rf $(DIST_ARCHIVES) \ >- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck >+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ >+ && cd "$$am__cwd" \ >+ || exit 1 > $(am__remove_distdir) > @(echo "$(distdir) archives ready for distribution: "; \ > list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ > sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' > distuninstallcheck: >- @cd $(distuninstallcheck_dir) \ >+ @$(am__cd) '$(distuninstallcheck_dir)' \ > && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ > || { echo "ERROR: files left after uninstall:" ; \ > if test -n "$(DESTDIR)"; then \ >@@ -970,6 +1003,7 @@ > > distclean-generic: > -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) >+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) > > maintainer-clean-generic: > @echo "This command is intended for maintainers to use" >@@ -992,6 +1026,8 @@ > > html: html-am > >+html-am: >+ > info: info-am > > info-am: >@@ -1000,17 +1036,27 @@ > > install-dvi: install-dvi-am > >+install-dvi-am: >+ > install-exec-am: > > install-html: install-html-am > >+install-html-am: >+ > install-info: install-info-am >+ >+install-info-am: > > install-man: > > install-pdf: install-pdf-am > >+install-pdf-am: >+ > install-ps: install-ps-am >+ >+install-ps-am: > > installcheck-am: > >@@ -1035,22 +1081,24 @@ > > uninstall-am: > >-.MAKE: install-am install-strip >+.MAKE: all install-am install-strip > > .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ > clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \ >- dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \ >- dist-zip distcheck distclean distclean-compile \ >- distclean-generic distclean-hdr distclean-tags distcleancheck \ >- distdir distuninstallcheck dvi dvi-am html html-am info \ >- info-am install install-am install-data install-data-am \ >- install-dvi install-dvi-am install-exec install-exec-am \ >- install-html install-html-am install-info install-info-am \ >- install-man install-pdf install-pdf-am install-ps \ >- install-ps-am install-strip installcheck installcheck-am \ >- installdirs maintainer-clean maintainer-clean-generic \ >- mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ >- ps ps-am tags uninstall uninstall-am >+ dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \ >+ dist-tarZ dist-xz dist-zip distcheck distclean \ >+ distclean-compile distclean-generic distclean-hdr \ >+ distclean-tags distcleancheck distdir distuninstallcheck dvi \ >+ dvi-am html html-am info info-am install install-am \ >+ install-data install-data-am install-dvi install-dvi-am \ >+ install-exec install-exec-am install-html install-html-am \ >+ install-info install-info-am install-man install-pdf \ >+ install-pdf-am install-ps install-ps-am install-strip \ >+ installcheck installcheck-am installdirs maintainer-clean \ >+ maintainer-clean-generic mostlyclean mostlyclean-compile \ >+ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ >+ uninstall-am >+ > > # 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 --git a/debug/org.eclipse.ptp.debug.sdm/libmi/aclocal.m4 b/debug/org.eclipse.ptp.debug.sdm/libmi/aclocal.m4 >index b6d1f15..ff68ef5 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libmi/aclocal.m4 >+++ b/debug/org.eclipse.ptp.debug.sdm/libmi/aclocal.m4 >@@ -1,7 +1,7 @@ >-# generated automatically by aclocal 1.10 -*- Autoconf -*- >+# generated automatically by aclocal 1.11.1 -*- Autoconf -*- > > # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, >-# 2005, 2006 Free Software Foundation, Inc. >+# 2005, 2006, 2007, 2008, 2009 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. >@@ -11,12 +11,15 @@ > # even the implied warranty of MERCHANTABILITY or FITNESS FOR A > # PARTICULAR PURPOSE. > >-m4_if(m4_PACKAGE_VERSION, [2.61],, >-[m4_fatal([this file was generated for autoconf 2.61. >-You have another version of autoconf. If you want to use that, >-you should regenerate the build system entirely.], [63])]) >+m4_ifndef([AC_AUTOCONF_VERSION], >+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl >+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, >+[m4_warning([this file was generated for autoconf 2.63. >+You have another version of autoconf. It may work, but is not guaranteed to. >+If you have problems, you may need to regenerate the build system entirely. >+To do so, use the procedure documented by the package, typically `autoreconf'.])]) > >-# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. >+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. > # > # This file is free software; the Free Software Foundation > # gives unlimited permission to copy and/or distribute it, >@@ -28,10 +31,10 @@ > # generated from the m4 files accompanying Automake X.Y. > # (This private macro should not be called outside this file.) > AC_DEFUN([AM_AUTOMAKE_VERSION], >-[am__api_version='1.10' >+[am__api_version='1.11' > dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to > dnl require some minimum version. Point them to the right macro. >-m4_if([$1], [1.10], [], >+m4_if([$1], [1.11.1], [], > [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl > ]) > >@@ -45,10 +48,12 @@ > # AM_SET_CURRENT_AUTOMAKE_VERSION > # ------------------------------- > # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. >-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. >+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. > AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], >-[AM_AUTOMAKE_VERSION([1.10])dnl >-_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) >+[AM_AUTOMAKE_VERSION([1.11.1])dnl >+m4_ifndef([AC_AUTOCONF_VERSION], >+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl >+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) > > # AM_AUX_DIR_EXPAND -*- Autoconf -*- > >@@ -105,14 +110,14 @@ > > # AM_CONDITIONAL -*- Autoconf -*- > >-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 >+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 > # 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. > >-# serial 8 >+# serial 9 > > # AM_CONDITIONAL(NAME, SHELL-CONDITION) > # ------------------------------------- >@@ -125,6 +130,7 @@ > AC_SUBST([$1_FALSE])dnl > _AM_SUBST_NOTMAKE([$1_TRUE])dnl > _AM_SUBST_NOTMAKE([$1_FALSE])dnl >+m4_define([_AM_COND_VALUE_$1], [$2])dnl > if $2; then > $1_TRUE= > $1_FALSE='#' >@@ -138,14 +144,14 @@ > Usually this means the macro was only invoked conditionally.]]) > fi])]) > >-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 >+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 > # 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. > >-# serial 9 >+# serial 10 > > # 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, >@@ -202,6 +208,16 @@ > if test "$am_compiler_list" = ""; then > am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` > fi >+ am__universal=false >+ m4_case([$1], [CC], >+ [case " $depcc " in #( >+ *\ -arch\ *\ -arch\ *) am__universal=true ;; >+ esac], >+ [CXX], >+ [case " $depcc " in #( >+ *\ -arch\ *\ -arch\ *) am__universal=true ;; >+ esac]) >+ > for depmode in $am_compiler_list; do > # Setup a source with many dependencies, because some compilers > # like to wrap large dependency lists on column 80 (with \), and >@@ -219,7 +235,17 @@ > done > echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf > >+ # 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. Also, some Intel >+ # versions had trouble with output in subdirs >+ am__obj=sub/conftest.${OBJEXT-o} >+ am__minus_obj="-o $am__obj" > case $depmode in >+ gcc) >+ # This depmode causes a compiler race in universal mode. >+ test "$am__universal" = false || continue >+ ;; > nosideeffect) > # after this tag, mechanisms are not by side-effect, so they'll > # only be used when explicitly requested >@@ -229,19 +255,23 @@ > break > fi > ;; >+ msvisualcpp | msvcmsys) >+ # This compiler won't grok `-c -o', but also, the minuso test has >+ # not run yet. These depmodes are late enough in the game, and >+ # so weak that their functioning should not be impacted. >+ am__obj=conftest.${OBJEXT-o} >+ am__minus_obj= >+ ;; > 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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ >+ source=sub/conftest.c object=$am__obj \ > depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ >- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ > >/dev/null 2>conftest.err && > grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && > grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && >- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && >+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && > ${MAKE-make} -s -f confmf > /dev/null 2>&1; then > # icc doesn't choke on unknown options, it will just issue warnings > # or remarks (even with -Werror). So we grep stderr for any message >@@ -298,57 +328,68 @@ > > # Generate code to set up dependency tracking. -*- Autoconf -*- > >-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 >+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 > # 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. > >-#serial 3 >+#serial 5 > > # _AM_OUTPUT_DEPENDENCY_COMMANDS > # ------------------------------ > AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], >-[for mf in $CONFIG_FILES; do >- # Strip MF so we end up with the name of the file. >- mf=`echo "$mf" | sed -e 's/:.*$//'` >- # Check whether this is an Automake generated Makefile or not. >- # We used to match only the files named `Makefile.in', but >- # some people rename them; so instead we look at the file content. >- # Grep'ing the first line is not enough: some people post-process >- # each Makefile.in and add a new line on top of each file to say so. >- # Grep'ing the whole file is not good either: AIX grep has a line >- # limit of 2048, but all sed's we know have understand at least 4000. >- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then >- dirpart=`AS_DIRNAME("$mf")` >- else >- continue >- fi >- # Extract the definition of DEPDIR, am__include, and am__quote >- # from the Makefile without running `make'. >- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >- test -z "$DEPDIR" && continue >- am__include=`sed -n 's/^am__include = //p' < "$mf"` >- test -z "am__include" && continue >- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >- # When using ansi2knr, U may be empty or an underscore; expand it >- U=`sed -n 's/^U = //p' < "$mf"` >- # Find all dependency output files, they are included files with >- # $(DEPDIR) in their names. 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 " >- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`AS_DIRNAME(["$file"])` >- AS_MKDIR_P([$dirpart/$fdir]) >- # echo "creating $dirpart/$file" >- echo '# dummy' > "$dirpart/$file" >+[{ >+ # Autoconf 2.62 quotes --file arguments for eval, but not when files >+ # are listed without --file. Let's play safe and only enable the eval >+ # if we detect the quoting. >+ case $CONFIG_FILES in >+ *\'*) eval set x "$CONFIG_FILES" ;; >+ *) set x $CONFIG_FILES ;; >+ esac >+ shift >+ for mf >+ do >+ # Strip MF so we end up with the name of the file. >+ mf=`echo "$mf" | sed -e 's/:.*$//'` >+ # Check whether this is an Automake generated Makefile or not. >+ # We used to match only the files named `Makefile.in', but >+ # some people rename them; so instead we look at the file content. >+ # Grep'ing the first line is not enough: some people post-process >+ # each Makefile.in and add a new line on top of each file to say so. >+ # Grep'ing the whole file is not good either: AIX grep has a line >+ # limit of 2048, but all sed's we know have understand at least 4000. >+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then >+ dirpart=`AS_DIRNAME("$mf")` >+ else >+ continue >+ fi >+ # Extract the definition of DEPDIR, am__include, and am__quote >+ # from the Makefile without running `make'. >+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >+ test -z "$DEPDIR" && continue >+ am__include=`sed -n 's/^am__include = //p' < "$mf"` >+ test -z "am__include" && continue >+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >+ # When using ansi2knr, U may be empty or an underscore; expand it >+ U=`sed -n 's/^U = //p' < "$mf"` >+ # Find all dependency output files, they are included files with >+ # $(DEPDIR) in their names. 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 " >+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`AS_DIRNAME(["$file"])` >+ AS_MKDIR_P([$dirpart/$fdir]) >+ # echo "creating $dirpart/$file" >+ echo '# dummy' > "$dirpart/$file" >+ done > done >-done >+} > ])# _AM_OUTPUT_DEPENDENCY_COMMANDS > > >@@ -368,13 +409,13 @@ > # Do all the work for Automake. -*- Autoconf -*- > > # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, >-# 2005, 2006 Free Software Foundation, Inc. >+# 2005, 2006, 2008, 2009 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. > >-# serial 12 >+# serial 16 > > # 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. >@@ -391,7 +432,7 @@ > # arguments mandatory, and then we can depend on a new Autoconf > # release and drop the old call support. > AC_DEFUN([AM_INIT_AUTOMAKE], >-[AC_PREREQ([2.60])dnl >+[AC_PREREQ([2.62])dnl > dnl Autoconf wants to disallow AM_ names. We explicitly allow > dnl the ones we care about. > m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl >@@ -442,8 +483,8 @@ > AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) > AM_MISSING_PROG(AUTOHEADER, autoheader) > AM_MISSING_PROG(MAKEINFO, makeinfo) >-AM_PROG_INSTALL_SH >-AM_PROG_INSTALL_STRIP >+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl >+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl > AC_REQUIRE([AM_PROG_MKDIR_P])dnl > # We need awk for the "check" target. The system "awk" is bad on > # some platforms. >@@ -451,23 +492,36 @@ > AC_REQUIRE([AC_PROG_MAKE_SET])dnl > AC_REQUIRE([AM_SET_LEADING_DOT])dnl > _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], >- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], >- [_AM_PROG_TAR([v7])])]) >+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], >+ [_AM_PROG_TAR([v7])])]) > _AM_IF_OPTION([no-dependencies],, > [AC_PROVIDE_IFELSE([AC_PROG_CC], >- [_AM_DEPENDENCIES(CC)], >- [define([AC_PROG_CC], >- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl >+ [_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 >+ [_AM_DEPENDENCIES(CXX)], >+ [define([AC_PROG_CXX], >+ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl > AC_PROVIDE_IFELSE([AC_PROG_OBJC], >- [_AM_DEPENDENCIES(OBJC)], >- [define([AC_PROG_OBJC], >- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl >+ [_AM_DEPENDENCIES(OBJC)], >+ [define([AC_PROG_OBJC], >+ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl > ]) >+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl >+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the >+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro >+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. >+AC_CONFIG_COMMANDS_PRE(dnl >+[m4_provide_if([_AM_COMPILER_EXEEXT], >+ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl > ]) >+ >+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not >+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further >+dnl mangled by Autoconf and run in a shell conditional statement. >+m4_define([_AC_COMPILER_EXEEXT], >+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) > > > # When config.status generates a header, we must update the stamp-h file. >@@ -479,18 +533,19 @@ > # our stamp files there. > AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], > [# Compute $1's index in $config_headers. >+_am_arg=$1 > _am_stamp_count=1 > for _am_header in $config_headers :; do > case $_am_header in >- $1 | $1:* ) >+ $_am_arg | $_am_arg:* ) > break ;; > * ) > _am_stamp_count=`expr $_am_stamp_count + 1` ;; > esac > done >-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) >+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) > >-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. >+# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. > # > # This file is free software; the Free Software Foundation > # gives unlimited permission to copy and/or distribute it, >@@ -501,7 +556,14 @@ > # Define $install_sh. > AC_DEFUN([AM_PROG_INSTALL_SH], > [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl >-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} >+if test x"${install_sh}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; >+ *) >+ install_sh="\${SHELL} $am_aux_dir/install-sh" >+ esac >+fi > AC_SUBST(install_sh)]) > > # Copyright (C) 2003, 2005 Free Software Foundation, Inc. >@@ -527,13 +589,13 @@ > > # Check to see how 'make' treats includes. -*- Autoconf -*- > >-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. >+# Copyright (C) 2001, 2002, 2003, 2005, 2009 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. > >-# serial 3 >+# serial 4 > > # AM_MAKE_INCLUDE() > # ----------------- >@@ -542,7 +604,7 @@ > [am_make=${MAKE-make} > cat > confinc << 'END' > am__doit: >- @echo done >+ @echo this is the am__doit target > .PHONY: am__doit > END > # If we don't find an include directive, just comment out the code. >@@ -552,24 +614,24 @@ > _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 | grep -v 'ing directory'`" = "done"; then >- am__include=include >- am__quote= >- _am_result=GNU >-fi >+# Ignore all kinds of additional output from `make'. >+case `$am_make -s -f confmf 2> /dev/null` in #( >+*the\ am__doit\ target*) >+ am__include=include >+ am__quote= >+ _am_result=GNU >+ ;; >+esac > # 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 >+ case `$am_make -s -f confmf 2> /dev/null` in #( >+ *the\ am__doit\ target*) >+ am__include=.include >+ am__quote="\"" >+ _am_result=BSD >+ ;; >+ esac > fi > AC_SUBST([am__include]) > AC_SUBST([am__quote]) >@@ -577,14 +639,14 @@ > rm -f confinc confmf > ]) > >-# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 >+# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008 > # 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. > >-# serial 5 >+# serial 6 > > # AM_PROG_CC_C_O > # -------------- >@@ -596,8 +658,9 @@ > # FIXME: we rely on the cache variable name because > # there is no other way. > set dummy $CC >-ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` >-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then >+am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` >+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o >+if test "$am_t" != yes; then > # Losing compiler, so override with the script. > # FIXME: It is wrong to rewrite CC. > # But if we don't then we get into trouble of one sort or another. >@@ -613,14 +676,14 @@ > > # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- > >-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 >+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 > # 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. > >-# serial 5 >+# serial 6 > > # AM_MISSING_PROG(NAME, PROGRAM) > # ------------------------------ >@@ -637,7 +700,14 @@ > AC_DEFUN([AM_MISSING_HAS_RUN], > [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl > AC_REQUIRE_AUX_FILE([missing])dnl >-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" >+if test x"${MISSING+set}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; >+ *) >+ MISSING="\${SHELL} $am_aux_dir/missing" ;; >+ esac >+fi > # Use eval to expand $SHELL > if eval "$MISSING --run true"; then > am_missing_run="$MISSING --run " >@@ -675,13 +745,13 @@ > > # Helper functions for option handling. -*- Autoconf -*- > >-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. >+# Copyright (C) 2001, 2002, 2003, 2005, 2008 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. > >-# serial 3 >+# serial 4 > > # _AM_MANGLE_OPTION(NAME) > # ----------------------- >@@ -698,7 +768,7 @@ > # ---------------------------------- > # OPTIONS is a space-separated list of Automake options. > AC_DEFUN([_AM_SET_OPTIONS], >-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) >+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) > > # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) > # ------------------------------------------- >@@ -708,14 +778,14 @@ > > # Check to make sure that the build environment is sane. -*- Autoconf -*- > >-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 >+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 > # 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. > >-# serial 4 >+# serial 5 > > # AM_SANITY_CHECK > # --------------- >@@ -724,16 +794,29 @@ > # Just in case > sleep 1 > echo timestamp > conftest.file >+# Reject unsafe characters in $srcdir or the absolute working directory >+# name. Accept space and tab only in the latter. >+am_lf=' >+' >+case `pwd` in >+ *[[\\\"\#\$\&\'\`$am_lf]]*) >+ AC_MSG_ERROR([unsafe absolute working directory name]);; >+esac >+case $srcdir in >+ *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) >+ AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; >+esac >+ > # 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` >+ 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` >+ set X `ls -t "$srcdir/configure" conftest.file` > fi > rm -f conftest.file > if test "$[*]" != "X $srcdir/configure conftest.file" \ >@@ -786,18 +869,25 @@ > INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" > AC_SUBST([INSTALL_STRIP_PROGRAM])]) > >-# Copyright (C) 2006 Free Software Foundation, Inc. >+# Copyright (C) 2006, 2008 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. > >+# serial 2 >+ > # _AM_SUBST_NOTMAKE(VARIABLE) > # --------------------------- >-# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. >+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. > # This macro is traced by Automake. > AC_DEFUN([_AM_SUBST_NOTMAKE]) > >+# AM_SUBST_NOTMAKE(VARIABLE) >+# --------------------------- >+# Public sister of _AM_SUBST_NOTMAKE. >+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) >+ > # Check how to create a tarball. -*- Autoconf -*- > > # Copyright (C) 2004, 2005 Free Software Foundation, Inc. >diff --git a/debug/org.eclipse.ptp.debug.sdm/libmi/configure b/debug/org.eclipse.ptp.debug.sdm/libmi/configure >old mode 100755 >new mode 100644 >index 4a58295..d2d7d8f >--- a/debug/org.eclipse.ptp.debug.sdm/libmi/configure >+++ b/debug/org.eclipse.ptp.debug.sdm/libmi/configure >@@ -1,9 +1,9 @@ > #! /bin/sh > # Guess values for system-dependent variables and create Makefiles. >-# Generated by GNU Autoconf 2.61 for libmi 1.0.0. >+# Generated by GNU Autoconf 2.63 for libmi 1.0.0. > # > # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, >-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. >+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. > # This configure script is free software; the Free Software Foundation > # gives unlimited permission to copy, distribute and modify it. > ## --------------------- ## >@@ -15,7 +15,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -37,17 +37,45 @@ > as_cr_digits='0123456789' > as_cr_alnum=$as_cr_Letters$as_cr_digits > >+as_nl=' >+' >+export as_nl >+# Printing a long string crashes Solaris 7 /usr/bin/printf. >+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo >+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then >+ as_echo='printf %s\n' >+ as_echo_n='printf %s' >+else >+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then >+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' >+ as_echo_n='/usr/ucb/echo -n' >+ else >+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' >+ as_echo_n_body='eval >+ arg=$1; >+ case $arg in >+ *"$as_nl"*) >+ expr "X$arg" : "X\\(.*\\)$as_nl"; >+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; >+ esac; >+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" >+ ' >+ export as_echo_n_body >+ as_echo_n='sh -c $as_echo_n_body as_echo' >+ fi >+ export as_echo_body >+ as_echo='sh -c $as_echo_body as_echo' >+fi >+ > # The user is always right. > if test "${PATH_SEPARATOR+set}" != set; then >- echo "#! /bin/sh" >conf$$.sh >- echo "exit 0" >>conf$$.sh >- chmod +x conf$$.sh >- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then >- PATH_SEPARATOR=';' >- else >- PATH_SEPARATOR=: >- fi >- rm -f conf$$.sh >+ PATH_SEPARATOR=: >+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { >+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || >+ PATH_SEPARATOR=';' >+ } > fi > > # Support unset when possible. >@@ -63,8 +91,6 @@ > # there to prevent editors from complaining about space-tab. > # (If _AS_PATH_WALK were called with IFS unset, it would disable word > # splitting by setting IFS to empty value.) >-as_nl=' >-' > IFS=" "" $as_nl" > > # Find who we are. Look in the path if we contain no directory separator. >@@ -87,7 +113,7 @@ > as_myself=$0 > fi > if test ! -f "$as_myself"; then >- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 >+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 > { (exit 1); exit 1; } > fi > >@@ -100,17 +126,10 @@ > PS4='+ ' > > # NLS nuisances. >-for as_var in \ >- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ >- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ >- LC_TELEPHONE LC_TIME >-do >- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then >- eval $as_var=C; export $as_var >- else >- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >- fi >-done >+LC_ALL=C >+export LC_ALL >+LANGUAGE=C >+export LANGUAGE > > # Required to use basename. > if expr a : '\(a\)' >/dev/null 2>&1 && >@@ -132,7 +151,7 @@ > $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ > X"$0" : 'X\(//\)$' \| \ > X"$0" : 'X\(/\)' \| . 2>/dev/null || >-echo X/"$0" | >+$as_echo X/"$0" | > sed '/^.*\/\([^/][^/]*\)\/*$/{ > s//\1/ > q >@@ -158,7 +177,7 @@ > as_have_required=no > fi > >- if test $as_have_required = yes && (eval ": >+ if test $as_have_required = yes && (eval ": > (as_func_return () { > (exit \$1) > } >@@ -240,7 +259,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -261,7 +280,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -341,10 +360,10 @@ > > if test "x$CONFIG_SHELL" != x; then > for as_var in BASH_ENV ENV >- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >- done >- export CONFIG_SHELL >- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} >+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >+ done >+ export CONFIG_SHELL >+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} > fi > > >@@ -413,9 +432,10 @@ > > test \$exitcode = 0") || { > echo No shell found that supports shell functions. >- echo Please tell autoconf@gnu.org about your system, >- echo including any error possibly output before this >- echo message >+ echo Please tell bug-autoconf@gnu.org about your system, >+ echo including any error possibly output before this message. >+ echo This can help us improve future autoconf versions. >+ echo Configuration will now proceed without shell functions. > } > > >@@ -451,7 +471,7 @@ > s/-\n.*// > ' >$as_me.lineno && > chmod +x "$as_me.lineno" || >- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 >+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 > { (exit 1); exit 1; }; } > > # Don't try to exec as it changes $[0], causing all sort of problems >@@ -479,7 +499,6 @@ > *) > ECHO_N='-n';; > esac >- > if expr a : '\(a\)' >/dev/null 2>&1 && > test "X`expr 00001 : '.*\(...\)'`" = X001; then > as_expr=expr >@@ -492,19 +511,22 @@ > rm -f conf$$.dir/conf$$.file > else > rm -f conf$$.dir >- mkdir conf$$.dir >+ mkdir conf$$.dir 2>/dev/null > fi >-echo >conf$$.file >-if ln -s conf$$.file conf$$ 2>/dev/null; then >- as_ln_s='ln -s' >- # ... but there are two gotchas: >- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >- # In both cases, we have to default to `cp -p'. >- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+if (echo >conf$$.file) 2>/dev/null; then >+ if ln -s conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s='ln -s' >+ # ... but there are two gotchas: >+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >+ # In both cases, we have to default to `cp -p'. >+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+ as_ln_s='cp -p' >+ elif ln conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s=ln >+ else > as_ln_s='cp -p' >-elif ln conf$$.file conf$$ 2>/dev/null; then >- as_ln_s=ln >+ fi > else > as_ln_s='cp -p' > fi >@@ -529,10 +551,10 @@ > as_test_x=' > eval sh -c '\'' > if test -d "$1"; then >- test -d "$1/."; >+ test -d "$1/."; > else > case $1 in >- -*)set "./$1";; >+ -*)set "./$1";; > esac; > case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in > ???[sx]*):;;*)false;;esac;fi >@@ -612,88 +634,97 @@ > # include <unistd.h> > #endif" > >-ac_subst_vars='SHELL >-PATH_SEPARATOR >-PACKAGE_NAME >-PACKAGE_TARNAME >-PACKAGE_VERSION >-PACKAGE_STRING >-PACKAGE_BUGREPORT >-exec_prefix >-prefix >-program_transform_name >-bindir >-sbindir >-libexecdir >-datarootdir >-datadir >-sysconfdir >-sharedstatedir >-localstatedir >-includedir >-oldincludedir >-docdir >-infodir >-htmldir >-dvidir >-pdfdir >-psdir >-libdir >-localedir >-mandir >-DEFS >-ECHO_C >-ECHO_N >-ECHO_T >-LIBS >-build_alias >-host_alias >-target_alias >-INSTALL_PROGRAM >-INSTALL_SCRIPT >-INSTALL_DATA >-am__isrc >-CYGPATH_W >-PACKAGE >-VERSION >-ACLOCAL >-AUTOCONF >-AUTOMAKE >-AUTOHEADER >-MAKEINFO >-install_sh >-STRIP >-INSTALL_STRIP_PROGRAM >-mkdir_p >-AWK >-SET_MAKE >-am__leading_dot >-AMTAR >-am__tar >-am__untar >-CC >-CFLAGS >-LDFLAGS >-CPPFLAGS >-ac_ct_CC >-EXEEXT >-OBJEXT >-DEPDIR >-am__include >-am__quote >-AMDEP_TRUE >-AMDEP_FALSE >-AMDEPBACKSLASH >-CCDEPMODE >-am__fastdepCC_TRUE >-am__fastdepCC_FALSE >-RANLIB >-CPP >-GREP >-EGREP >+ac_subst_vars='am__EXEEXT_FALSE >+am__EXEEXT_TRUE >+LTLIBOBJS > LIBOBJS >-LTLIBOBJS' >+AIX_FALSE >+AIX_TRUE >+EGREP >+GREP >+CPP >+RANLIB >+am__fastdepCC_FALSE >+am__fastdepCC_TRUE >+CCDEPMODE >+AMDEPBACKSLASH >+AMDEP_FALSE >+AMDEP_TRUE >+am__quote >+am__include >+DEPDIR >+OBJEXT >+EXEEXT >+ac_ct_CC >+CPPFLAGS >+LDFLAGS >+CFLAGS >+CC >+am__untar >+am__tar >+AMTAR >+am__leading_dot >+SET_MAKE >+AWK >+mkdir_p >+MKDIR_P >+INSTALL_STRIP_PROGRAM >+STRIP >+install_sh >+MAKEINFO >+AUTOHEADER >+AUTOMAKE >+AUTOCONF >+ACLOCAL >+VERSION >+PACKAGE >+CYGPATH_W >+am__isrc >+INSTALL_DATA >+INSTALL_SCRIPT >+INSTALL_PROGRAM >+target_alias >+host_alias >+build_alias >+LIBS >+ECHO_T >+ECHO_N >+ECHO_C >+DEFS >+mandir >+localedir >+libdir >+psdir >+pdfdir >+dvidir >+htmldir >+infodir >+docdir >+oldincludedir >+includedir >+localstatedir >+sharedstatedir >+sysconfdir >+datadir >+datarootdir >+libexecdir >+sbindir >+bindir >+program_transform_name >+prefix >+exec_prefix >+PACKAGE_BUGREPORT >+PACKAGE_STRING >+PACKAGE_VERSION >+PACKAGE_TARNAME >+PACKAGE_NAME >+PATH_SEPARATOR >+SHELL' > ac_subst_files='' >+ac_user_opts=' >+enable_option_checking >+enable_dependency_tracking >+' > ac_precious_vars='build_alias > host_alias > target_alias >@@ -708,6 +739,8 @@ > # Initialize some variables set by options. > ac_init_help= > ac_init_version=false >+ac_unrecognized_opts= >+ac_unrecognized_sep= > # The variables have the same names as the options, with > # dashes changed to underlines. > cache_file=/dev/null >@@ -806,13 +839,21 @@ > datarootdir=$ac_optarg ;; > > -disable-* | --disable-*) >- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` >- eval enable_$ac_feature=no ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"enable_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval enable_$ac_useropt=no ;; > > -docdir | --docdir | --docdi | --doc | --do) > ac_prev=docdir ;; >@@ -825,13 +866,21 @@ > dvidir=$ac_optarg ;; > > -enable-* | --enable-*) >- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` >- eval enable_$ac_feature=\$ac_optarg ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"enable_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval enable_$ac_useropt=\$ac_optarg ;; > > -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ > | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ >@@ -1022,22 +1071,38 @@ > ac_init_version=: ;; > > -with-* | --with-*) >- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid package name: $ac_package" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` >- eval with_$ac_package=\$ac_optarg ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"with_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval with_$ac_useropt=\$ac_optarg ;; > > -without-* | --without-*) >- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` >+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` > # Reject names that are not valid shell variable names. >- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid package name: $ac_package" >&2 >+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && >+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 > { (exit 1); exit 1; }; } >- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` >- eval with_$ac_package=no ;; >+ ac_useropt_orig=$ac_useropt >+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` >+ case $ac_user_opts in >+ *" >+"with_$ac_useropt" >+"*) ;; >+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" >+ ac_unrecognized_sep=', ';; >+ esac >+ eval with_$ac_useropt=no ;; > > --x) > # Obsolete; use --with-x. >@@ -1057,7 +1122,7 @@ > | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) > x_libraries=$ac_optarg ;; > >- -*) { echo "$as_me: error: unrecognized option: $ac_option >+ -*) { $as_echo "$as_me: error: unrecognized option: $ac_option > Try \`$0 --help' for more information." >&2 > { (exit 1); exit 1; }; } > ;; >@@ -1066,16 +1131,16 @@ > ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` > # Reject names that are not valid shell variable names. > expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && >- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 >+ { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 > { (exit 1); exit 1; }; } > eval $ac_envvar=\$ac_optarg > export $ac_envvar ;; > > *) > # FIXME: should be removed in autoconf 3.0. >- echo "$as_me: WARNING: you should use --build, --host, --target" >&2 >+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 > expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && >- echo "$as_me: WARNING: invalid host type: $ac_option" >&2 >+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 > : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} > ;; > >@@ -1084,22 +1149,38 @@ > > if test -n "$ac_prev"; then > ac_option=--`echo $ac_prev | sed 's/_/-/g'` >- { echo "$as_me: error: missing argument to $ac_option" >&2 >+ { $as_echo "$as_me: error: missing argument to $ac_option" >&2 > { (exit 1); exit 1; }; } > fi > >-# Be sure to have absolute directory names. >+if test -n "$ac_unrecognized_opts"; then >+ case $enable_option_checking in >+ no) ;; >+ fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 >+ { (exit 1); exit 1; }; } ;; >+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; >+ esac >+fi >+ >+# Check all directory arguments for consistency. > for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ > datadir sysconfdir sharedstatedir localstatedir includedir \ > oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ > libdir localedir mandir > do > eval ac_val=\$$ac_var >+ # Remove trailing slashes. >+ case $ac_val in >+ */ ) >+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` >+ eval $ac_var=\$ac_val;; >+ esac >+ # Be sure to have absolute directory names. > case $ac_val in > [\\/$]* | ?:[\\/]* ) continue;; > NONE | '' ) case $ac_var in *prefix ) continue;; esac;; > esac >- { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 >+ { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 > { (exit 1); exit 1; }; } > done > >@@ -1114,7 +1195,7 @@ > if test "x$host_alias" != x; then > if test "x$build_alias" = x; then > cross_compiling=maybe >- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. >+ $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. > If a cross compiler is detected then cross compile mode will be used." >&2 > elif test "x$build_alias" != "x$host_alias"; then > cross_compiling=yes >@@ -1130,10 +1211,10 @@ > ac_pwd=`pwd` && test -n "$ac_pwd" && > ac_ls_di=`ls -di .` && > ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || >- { echo "$as_me: error: Working directory cannot be determined" >&2 >+ { $as_echo "$as_me: error: working directory cannot be determined" >&2 > { (exit 1); exit 1; }; } > test "X$ac_ls_di" = "X$ac_pwd_ls_di" || >- { echo "$as_me: error: pwd does not report name of working directory" >&2 >+ { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 > { (exit 1); exit 1; }; } > > >@@ -1141,12 +1222,12 @@ > if test -z "$srcdir"; then > ac_srcdir_defaulted=yes > # Try the directory containing this script, then the parent directory. >- ac_confdir=`$as_dirname -- "$0" || >-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >- X"$0" : 'X\(//\)[^/]' \| \ >- X"$0" : 'X\(//\)$' \| \ >- X"$0" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$0" | >+ ac_confdir=`$as_dirname -- "$as_myself" || >+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >+ X"$as_myself" : 'X\(//\)[^/]' \| \ >+ X"$as_myself" : 'X\(//\)$' \| \ >+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || >+$as_echo X"$as_myself" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -1173,12 +1254,12 @@ > fi > if test ! -r "$srcdir/$ac_unique_file"; then > test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." >- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 >+ { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 > { (exit 1); exit 1; }; } > fi > ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" > ac_abs_confdir=`( >- cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 >+ cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 > { (exit 1); exit 1; }; } > pwd)` > # When building in place, set srcdir=. >@@ -1227,9 +1308,9 @@ > > Installation directories: > --prefix=PREFIX install architecture-independent files in PREFIX >- [$ac_default_prefix] >+ [$ac_default_prefix] > --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX >- [PREFIX] >+ [PREFIX] > > By default, \`make install' will install all the files in > \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify >@@ -1239,25 +1320,25 @@ > For better control, use the options below. > > Fine tuning of the installation directories: >- --bindir=DIR user executables [EPREFIX/bin] >- --sbindir=DIR system admin executables [EPREFIX/sbin] >- --libexecdir=DIR program executables [EPREFIX/libexec] >- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] >- --localstatedir=DIR modifiable single-machine data [PREFIX/var] >- --libdir=DIR object code libraries [EPREFIX/lib] >- --includedir=DIR C header files [PREFIX/include] >- --oldincludedir=DIR C header files for non-gcc [/usr/include] >- --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] >- --datadir=DIR read-only architecture-independent data [DATAROOTDIR] >- --infodir=DIR info documentation [DATAROOTDIR/info] >- --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >- --mandir=DIR man documentation [DATAROOTDIR/man] >- --docdir=DIR documentation root [DATAROOTDIR/doc/libmi] >- --htmldir=DIR html documentation [DOCDIR] >- --dvidir=DIR dvi documentation [DOCDIR] >- --pdfdir=DIR pdf documentation [DOCDIR] >- --psdir=DIR ps documentation [DOCDIR] >+ --bindir=DIR user executables [EPREFIX/bin] >+ --sbindir=DIR system admin executables [EPREFIX/sbin] >+ --libexecdir=DIR program executables [EPREFIX/libexec] >+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] >+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] >+ --libdir=DIR object code libraries [EPREFIX/lib] >+ --includedir=DIR C header files [PREFIX/include] >+ --oldincludedir=DIR C header files for non-gcc [/usr/include] >+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] >+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] >+ --infodir=DIR info documentation [DATAROOTDIR/info] >+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >+ --mandir=DIR man documentation [DATAROOTDIR/man] >+ --docdir=DIR documentation root [DATAROOTDIR/doc/libmi] >+ --htmldir=DIR html documentation [DOCDIR] >+ --dvidir=DIR dvi documentation [DOCDIR] >+ --pdfdir=DIR pdf documentation [DOCDIR] >+ --psdir=DIR ps documentation [DOCDIR] > _ACEOF > > cat <<\_ACEOF >@@ -1276,6 +1357,7 @@ > cat <<\_ACEOF > > Optional Features: >+ --disable-option-checking ignore unrecognized --enable/--with options > --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 build >@@ -1301,15 +1383,17 @@ > if test "$ac_init_help" = "recursive"; then > # If there are subdirs, report their specific --help. > for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue >- test -d "$ac_dir" || continue >+ test -d "$ac_dir" || >+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || >+ continue > ac_builddir=. > > case "$ac_dir" in > .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) >- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` >+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` > # A ".." for each directory in $ac_dir_suffix. >- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` >+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` > case $ac_top_builddir_sub in > "") ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; >@@ -1345,7 +1429,7 @@ > echo && > $SHELL "$ac_srcdir/configure" --help=recursive > else >- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 >+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 > fi || ac_status=$? > cd "$ac_pwd" || { ac_status=$?; break; } > done >@@ -1355,10 +1439,10 @@ > if $ac_init_version; then > cat <<\_ACEOF > libmi configure 1.0.0 >-generated by GNU Autoconf 2.61 >+generated by GNU Autoconf 2.63 > > Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, >-2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. >+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. > This configure script is free software; the Free Software Foundation > gives unlimited permission to copy, distribute and modify it. > _ACEOF >@@ -1369,7 +1453,7 @@ > running configure, to aid debugging if configure makes a mistake. > > It was created by libmi $as_me 1.0.0, which was >-generated by GNU Autoconf 2.61. Invocation command line was >+generated by GNU Autoconf 2.63. Invocation command line was > > $ $0 $@ > >@@ -1405,7 +1489,7 @@ > do > IFS=$as_save_IFS > test -z "$as_dir" && as_dir=. >- echo "PATH: $as_dir" >+ $as_echo "PATH: $as_dir" > done > IFS=$as_save_IFS > >@@ -1440,7 +1524,7 @@ > | -silent | --silent | --silen | --sile | --sil) > continue ;; > *\'*) >- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; >+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; > esac > case $ac_pass in > 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; >@@ -1492,11 +1576,12 @@ > case $ac_val in #( > *${as_nl}*) > case $ac_var in #( >- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 >-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; >+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 >+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; > esac > case $ac_var in #( > _ | IFS | as_nl) ;; #( >+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( > *) $as_unset $ac_var ;; > esac ;; > esac >@@ -1526,9 +1611,9 @@ > do > eval ac_val=\$$ac_var > case $ac_val in >- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; >+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; > esac >- echo "$ac_var='\''$ac_val'\''" >+ $as_echo "$ac_var='\''$ac_val'\''" > done | sort > echo > >@@ -1543,9 +1628,9 @@ > do > eval ac_val=\$$ac_var > case $ac_val in >- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; >+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; > esac >- echo "$ac_var='\''$ac_val'\''" >+ $as_echo "$ac_var='\''$ac_val'\''" > done | sort > echo > fi >@@ -1561,8 +1646,8 @@ > echo > fi > test "$ac_signal" != 0 && >- echo "$as_me: caught signal $ac_signal" >- echo "$as_me: exit $exit_status" >+ $as_echo "$as_me: caught signal $ac_signal" >+ $as_echo "$as_me: exit $exit_status" > } >&5 > rm -f core *.core core.conftest.* && > rm -f -r conftest* confdefs* conf$$* $ac_clean_files && >@@ -1604,21 +1689,24 @@ > > > # Let the site file select an alternate cache file if it wants to. >-# Prefer explicitly selected file to automatically selected ones. >+# Prefer an explicitly selected file to automatically selected ones. >+ac_site_file1=NONE >+ac_site_file2=NONE > if test -n "$CONFIG_SITE"; then >- set x "$CONFIG_SITE" >+ ac_site_file1=$CONFIG_SITE > elif test "x$prefix" != xNONE; then >- set x "$prefix/share/config.site" "$prefix/etc/config.site" >+ ac_site_file1=$prefix/share/config.site >+ ac_site_file2=$prefix/etc/config.site > else >- set x "$ac_default_prefix/share/config.site" \ >- "$ac_default_prefix/etc/config.site" >+ ac_site_file1=$ac_default_prefix/share/config.site >+ ac_site_file2=$ac_default_prefix/etc/config.site > fi >-shift >-for ac_site_file >+for ac_site_file in "$ac_site_file1" "$ac_site_file2" > do >+ test "x$ac_site_file" = xNONE && continue > if test -r "$ac_site_file"; then >- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 >-echo "$as_me: loading site script $ac_site_file" >&6;} >+ { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 >+$as_echo "$as_me: loading site script $ac_site_file" >&6;} > sed 's/^/| /' "$ac_site_file" >&5 > . "$ac_site_file" > fi >@@ -1628,16 +1716,16 @@ > # Some versions of bash will fail to source /dev/null (special > # files actually), so we avoid doing that. > if test -f "$cache_file"; then >- { echo "$as_me:$LINENO: loading cache $cache_file" >&5 >-echo "$as_me: loading cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 >+$as_echo "$as_me: loading cache $cache_file" >&6;} > case $cache_file in > [\\/]* | ?:[\\/]* ) . "$cache_file";; > *) . "./$cache_file";; > esac > fi > else >- { echo "$as_me:$LINENO: creating cache $cache_file" >&5 >-echo "$as_me: creating cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 >+$as_echo "$as_me: creating cache $cache_file" >&6;} > >$cache_file > fi > >@@ -1651,29 +1739,38 @@ > eval ac_new_val=\$ac_env_${ac_var}_value > case $ac_old_set,$ac_new_set in > set,) >- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 >-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} >+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 >+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} > ac_cache_corrupted=: ;; > ,set) >- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 >-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} >+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 >+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} > ac_cache_corrupted=: ;; > ,);; > *) > if test "x$ac_old_val" != "x$ac_new_val"; then >- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 >-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} >- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 >-echo "$as_me: former value: $ac_old_val" >&2;} >- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 >-echo "$as_me: current value: $ac_new_val" >&2;} >- ac_cache_corrupted=: >+ # differences in whitespace do not lead to failure. >+ ac_old_val_w=`echo x $ac_old_val` >+ ac_new_val_w=`echo x $ac_new_val` >+ if test "$ac_old_val_w" != "$ac_new_val_w"; then >+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 >+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} >+ ac_cache_corrupted=: >+ else >+ { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 >+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} >+ eval $ac_var=\$ac_old_val >+ fi >+ { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 >+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} >+ { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 >+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} > fi;; > esac > # Pass precious variables to config.status. > if test "$ac_new_set" = set; then > case $ac_new_val in >- *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; >+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; > *) ac_arg=$ac_var=$ac_new_val ;; > esac > case " $ac_configure_args " in >@@ -1683,10 +1780,12 @@ > fi > done > if $ac_cache_corrupted; then >- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 >-echo "$as_me: error: changes in the environment can compromise the build" >&2;} >- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 >-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} >+ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+ { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 >+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 >+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} > { (exit 1); exit 1; }; } > fi > >@@ -1721,7 +1820,7 @@ > ac_compiler_gnu=$ac_cv_c_compiler_gnu > > >-am__api_version='1.10' >+am__api_version='1.11' > > ac_aux_dir= > for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do >@@ -1740,8 +1839,8 @@ > fi > done > if test -z "$ac_aux_dir"; then >- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 >-echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 >+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} > { (exit 1); exit 1; }; } > fi > >@@ -1767,11 +1866,12 @@ > # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" > # OS/2's system install, which has a completely different semantic > # ./install, which can be erroneously created by make from ./install.sh. >-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } >+# Reject install programs that cannot install multiple files. >+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >+$as_echo_n "checking for a BSD-compatible install... " >&6; } > if test -z "$INSTALL"; then > if test "${ac_cv_path_install+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH >@@ -1800,17 +1900,29 @@ > # program-specific install script used by HP pwplus--don't use. > : > else >- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >- break 3 >+ rm -rf conftest.one conftest.two conftest.dir >+ echo one > conftest.one >+ echo two > conftest.two >+ mkdir conftest.dir >+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && >+ test -s conftest.one && test -s conftest.two && >+ test -s conftest.dir/conftest.one && >+ test -s conftest.dir/conftest.two >+ then >+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >+ break 3 >+ fi > fi > fi > done > done > ;; > esac >+ > done > IFS=$as_save_IFS > >+rm -rf conftest.one conftest.two conftest.dir > > fi > if test "${ac_cv_path_install+set}" = set; then >@@ -1823,8 +1935,8 @@ > INSTALL=$ac_install_sh > fi > fi >-{ echo "$as_me:$LINENO: result: $INSTALL" >&5 >-echo "${ECHO_T}$INSTALL" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 >+$as_echo "$INSTALL" >&6; } > > # Use test -z because SunOS4 sh mishandles braces in ${var-val}. > # It thinks the first close brace ends the variable substitution. >@@ -1834,21 +1946,38 @@ > > test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' > >-{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 >-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 >+$as_echo_n "checking whether build environment is sane... " >&6; } > # Just in case > sleep 1 > echo timestamp > conftest.file >+# Reject unsafe characters in $srcdir or the absolute working directory >+# name. Accept space and tab only in the latter. >+am_lf=' >+' >+case `pwd` in >+ *[\\\"\#\$\&\'\`$am_lf]*) >+ { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5 >+$as_echo "$as_me: error: unsafe absolute working directory name" >&2;} >+ { (exit 1); exit 1; }; };; >+esac >+case $srcdir in >+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*) >+ { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5 >+$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;} >+ { (exit 1); exit 1; }; };; >+esac >+ > # 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` >+ 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` >+ set X `ls -t "$srcdir/configure" conftest.file` > fi > rm -f conftest.file > if test "$*" != "X $srcdir/configure conftest.file" \ >@@ -1858,9 +1987,9 @@ > # if, for instance, CONFIG_SHELL is bash and it inherits a > # broken ls alias from the environment. This has actually > # happened. Such a system could not be considered "sane". >- { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken >+ { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken > alias in your environment" >&5 >-echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken >+$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken > alias in your environment" >&2;} > { (exit 1); exit 1; }; } > fi >@@ -1871,45 +2000,158 @@ > # Ok. > : > else >- { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! >+ { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! > Check your system clock" >&5 >-echo "$as_me: error: newly created file is older than distributed files! >+$as_echo "$as_me: error: newly created file is older than distributed files! > Check your system clock" >&2;} > { (exit 1); exit 1; }; } > fi >-{ echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+{ $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > test "$program_prefix" != NONE && > program_transform_name="s&^&$program_prefix&;$program_transform_name" > # Use a double $ so make ignores it. > test "$program_suffix" != NONE && > program_transform_name="s&\$&$program_suffix&;$program_transform_name" >-# Double any \ or $. echo might interpret backslashes. >+# Double any \ or $. > # By default was `s,x,x', remove it if useless. >-cat <<\_ACEOF >conftest.sed >-s/[\\$]/&&/g;s/;s,x,x,$// >-_ACEOF >-program_transform_name=`echo $program_transform_name | sed -f conftest.sed` >-rm -f conftest.sed >+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' >+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` > > # expand $ac_aux_dir to an absolute path > am_aux_dir=`cd $ac_aux_dir && pwd` > >-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" >+if test x"${MISSING+set}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; >+ *) >+ MISSING="\${SHELL} $am_aux_dir/missing" ;; >+ esac >+fi > # Use eval to expand $SHELL > if eval "$MISSING --run true"; then > am_missing_run="$MISSING --run " > else > am_missing_run= >- { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 >-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 >+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} > fi > >-{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 >-echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } >+if test x"${install_sh}" != xset; then >+ case $am_aux_dir in >+ *\ * | *\ *) >+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; >+ *) >+ install_sh="\${SHELL} $am_aux_dir/install-sh" >+ esac >+fi >+ >+# Installed binaries are usually stripped using `strip' when the user >+# run `make install-strip'. However `strip' might not be the right >+# tool to use in cross-compilation environments, therefore Automake >+# will honor the `STRIP' environment variable to overrule this program. >+if test "$cross_compiling" != no; then >+ if test -n "$ac_tool_prefix"; then >+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. >+set dummy ${ac_tool_prefix}strip; ac_word=$2 >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } >+if test "${ac_cv_prog_STRIP+set}" = set; then >+ $as_echo_n "(cached) " >&6 >+else >+ if test -n "$STRIP"; then >+ ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >+ ac_cv_prog_STRIP="${ac_tool_prefix}strip" >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ break 2 >+ fi >+done >+done >+IFS=$as_save_IFS >+ >+fi >+fi >+STRIP=$ac_cv_prog_STRIP >+if test -n "$STRIP"; then >+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 >+$as_echo "$STRIP" >&6; } >+else >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } >+fi >+ >+ >+fi >+if test -z "$ac_cv_prog_STRIP"; then >+ ac_ct_STRIP=$STRIP >+ # Extract the first word of "strip", so it can be a program name with args. >+set dummy strip; ac_word=$2 >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } >+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then >+ $as_echo_n "(cached) " >&6 >+else >+ if test -n "$ac_ct_STRIP"; then >+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >+ ac_cv_prog_ac_ct_STRIP="strip" >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ break 2 >+ fi >+done >+done >+IFS=$as_save_IFS >+ >+fi >+fi >+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP >+if test -n "$ac_ct_STRIP"; then >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 >+$as_echo "$ac_ct_STRIP" >&6; } >+else >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } >+fi >+ >+ if test "x$ac_ct_STRIP" = x; then >+ STRIP=":" >+ else >+ case $cross_compiling:$ac_tool_warned in >+yes:) >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} >+ac_tool_warned=yes ;; >+esac >+ STRIP=$ac_ct_STRIP >+ fi >+else >+ STRIP="$ac_cv_prog_STRIP" >+fi >+ >+fi >+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" >+ >+{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 >+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } > if test -z "$MKDIR_P"; then > if test "${ac_cv_path_mkdir+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin >@@ -1944,8 +2186,8 @@ > MKDIR_P="$ac_install_sh -d" > fi > fi >-{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 >-echo "${ECHO_T}$MKDIR_P" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 >+$as_echo "$MKDIR_P" >&6; } > > mkdir_p="$MKDIR_P" > case $mkdir_p in >@@ -1957,10 +2199,10 @@ > 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; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_AWK+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$AWK"; then > ac_cv_prog_AWK="$AWK" # Let the user override the test. >@@ -1973,7 +2215,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -1984,22 +2226,23 @@ > fi > AWK=$ac_cv_prog_AWK > if test -n "$AWK"; then >- { echo "$as_me:$LINENO: result: $AWK" >&5 >-echo "${ECHO_T}$AWK" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $AWK" >&5 >+$as_echo "$AWK" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "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 x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` >+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 >+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } >+set x ${MAKE-make} >+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` > if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.make <<\_ACEOF > SHELL = /bin/sh >@@ -2016,12 +2259,12 @@ > rm -f conftest.make > fi > if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then >- { echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+ { $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > SET_MAKE= > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > SET_MAKE="MAKE=${MAKE-make}" > fi > >@@ -2040,8 +2283,8 @@ > am__isrc=' -I$(srcdir)' > # test to see if srcdir already configured > if 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;} >+ { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 >+$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} > { (exit 1); exit 1; }; } > fi > fi >@@ -2086,112 +2329,6 @@ > > MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} > >-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} >- >-# Installed binaries are usually stripped using `strip' when the user >-# run `make install-strip'. However `strip' might not be the right >-# tool to use in cross-compilation environments, therefore Automake >-# will honor the `STRIP' environment variable to overrule this program. >-if test "$cross_compiling" != no; then >- if test -n "$ac_tool_prefix"; then >- # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. >-set dummy ${ac_tool_prefix}strip; 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_STRIP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >- if test -n "$STRIP"; then >- ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >- ac_cv_prog_STRIP="${ac_tool_prefix}strip" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >- break 2 >- fi >-done >-done >-IFS=$as_save_IFS >- >-fi >-fi >-STRIP=$ac_cv_prog_STRIP >-if test -n "$STRIP"; then >- { echo "$as_me:$LINENO: result: $STRIP" >&5 >-echo "${ECHO_T}$STRIP" >&6; } >-else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >-fi >- >- >-fi >-if test -z "$ac_cv_prog_STRIP"; then >- ac_ct_STRIP=$STRIP >- # Extract the first word of "strip", so it can be a program name with args. >-set dummy strip; 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_ac_ct_STRIP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >- if test -n "$ac_ct_STRIP"; then >- ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >- ac_cv_prog_ac_ct_STRIP="strip" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >- break 2 >- fi >-done >-done >-IFS=$as_save_IFS >- >-fi >-fi >-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP >-if test -n "$ac_ct_STRIP"; then >- { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 >-echo "${ECHO_T}$ac_ct_STRIP" >&6; } >-else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >-fi >- >- if test "x$ac_ct_STRIP" = x; then >- STRIP=":" >- else >- case $cross_compiling:$ac_tool_warned in >-yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >-ac_tool_warned=yes ;; >-esac >- STRIP=$ac_ct_STRIP >- fi >-else >- STRIP="$ac_cv_prog_STRIP" >-fi >- >-fi >-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" >- > # We need awk for the "check" target. The system "awk" is bad on > # some platforms. > # Always define AMTAR for backward compatibility. >@@ -2215,40 +2352,40 @@ > am_make=${MAKE-make} > cat > confinc << 'END' > am__doit: >- @echo done >+ @echo this is the am__doit target > .PHONY: am__doit > 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; } >+{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 >+$as_echo_n "checking for style of include used by $am_make... " >&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 | grep -v 'ing directory'`" = "done"; then >- am__include=include >- am__quote= >- _am_result=GNU >-fi >+# Ignore all kinds of additional output from `make'. >+case `$am_make -s -f confmf 2> /dev/null` in #( >+*the\ am__doit\ target*) >+ am__include=include >+ am__quote= >+ _am_result=GNU >+ ;; >+esac > # 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 >+ case `$am_make -s -f confmf 2> /dev/null` in #( >+ *the\ am__doit\ target*) >+ am__include=.include >+ am__quote="\"" >+ _am_result=BSD >+ ;; >+ esac > fi > > >-{ echo "$as_me:$LINENO: result: $_am_result" >&5 >-echo "${ECHO_T}$_am_result" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 >+$as_echo "$_am_result" >&6; } > rm -f confinc confmf > > # Check whether --enable-dependency-tracking was given. >@@ -2277,10 +2414,10 @@ > if test -n "$ac_tool_prefix"; then > # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. > set dummy ${ac_tool_prefix}gcc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2293,7 +2430,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_CC="${ac_tool_prefix}gcc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2304,11 +2441,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2317,10 +2454,10 @@ > ac_ct_CC=$CC > # Extract the first word of "gcc", so it can be a program name with args. > set dummy gcc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_ac_ct_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$ac_ct_CC"; then > ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. >@@ -2333,7 +2470,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_ac_ct_CC="gcc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2344,11 +2481,11 @@ > fi > ac_ct_CC=$ac_cv_prog_ac_ct_CC > if test -n "$ac_ct_CC"; then >- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >-echo "${ECHO_T}$ac_ct_CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >+$as_echo "$ac_ct_CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > if test "x$ac_ct_CC" = x; then >@@ -2356,12 +2493,8 @@ > else > case $cross_compiling:$ac_tool_warned in > yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} > ac_tool_warned=yes ;; > esac > CC=$ac_ct_CC >@@ -2374,10 +2507,10 @@ > if test -n "$ac_tool_prefix"; then > # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. > set dummy ${ac_tool_prefix}cc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2390,7 +2523,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_CC="${ac_tool_prefix}cc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2401,11 +2534,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2414,10 +2547,10 @@ > if test -z "$CC"; then > # Extract the first word of "cc", so it can be a program name with args. > set dummy cc; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2435,7 +2568,7 @@ > continue > fi > ac_cv_prog_CC="cc" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2458,11 +2591,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2473,10 +2606,10 @@ > do > # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. > set dummy $ac_tool_prefix$ac_prog; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$CC"; then > ac_cv_prog_CC="$CC" # Let the user override the test. >@@ -2489,7 +2622,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_CC="$ac_tool_prefix$ac_prog" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2500,11 +2633,11 @@ > fi > CC=$ac_cv_prog_CC > if test -n "$CC"; then >- { echo "$as_me:$LINENO: result: $CC" >&5 >-echo "${ECHO_T}$CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 >+$as_echo "$CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2517,10 +2650,10 @@ > 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; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_ac_ct_CC+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$ac_ct_CC"; then > ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. >@@ -2533,7 +2666,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_ac_ct_CC="$ac_prog" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -2544,11 +2677,11 @@ > fi > ac_ct_CC=$ac_cv_prog_ac_ct_CC > if test -n "$ac_ct_CC"; then >- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >-echo "${ECHO_T}$ac_ct_CC" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 >+$as_echo "$ac_ct_CC" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -2560,12 +2693,8 @@ > else > case $cross_compiling:$ac_tool_warned in > yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} > ac_tool_warned=yes ;; > esac > CC=$ac_ct_CC >@@ -2575,44 +2704,50 @@ > fi > > >-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH >+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH > See \`config.log' for more details." >&5 >-echo "$as_me: error: no acceptable C compiler found in \$PATH >+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > > # Provide some information about the compiler. >-echo "$as_me:$LINENO: checking for C compiler version" >&5 >-ac_compiler=`set X $ac_compile; echo $2` >+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 >+set X $ac_compile >+ac_compiler=$2 > { (ac_try="$ac_compiler --version >&5" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compiler --version >&5") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } > { (ac_try="$ac_compiler -v >&5" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compiler -v >&5") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } > { (ac_try="$ac_compiler -V >&5" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compiler -V >&5") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } > > cat >conftest.$ac_ext <<_ACEOF >@@ -2631,27 +2766,22 @@ > } > _ACEOF > ac_clean_files_save=$ac_clean_files >-ac_clean_files="$ac_clean_files a.out a.exe b.out" >+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" > # Try to create an executable without -o first, disregard a.out. > # It will help us diagnose broken compilers, and finding out an intuition > # of exeext. >-{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 >-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } >-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` >-# >-# List of possible output files, starting from the most likely. >-# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) >-# only as a last resort. b.out is created by i960 compilers. >-ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' >-# >-# The IRIX 6 linker writes into existing files which may not be >-# executable, retaining their permissions. Remove them first so a >-# subsequent execution test works. >+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 >+$as_echo_n "checking for C compiler default output file name... " >&6; } >+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` >+ >+# The possible output files: >+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" >+ > ac_rmfiles= > for ac_file in $ac_files > do > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; > * ) ac_rmfiles="$ac_rmfiles $ac_file";; > esac > done >@@ -2662,10 +2792,11 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link_default") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; then > # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. > # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' >@@ -2676,7 +2807,7 @@ > do > test -f "$ac_file" || continue > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) > ;; > [ab].out ) > # We found the default executable, but exeext='' is most >@@ -2703,25 +2834,27 @@ > ac_file='' > fi > >-{ echo "$as_me:$LINENO: result: $ac_file" >&5 >-echo "${ECHO_T}$ac_file" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 >+$as_echo "$ac_file" >&6; } > if test -z "$ac_file"; then >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > >-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables >+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables > See \`config.log' for more details." >&5 >-echo "$as_me: error: C compiler cannot create executables >+$as_echo "$as_me: error: C compiler cannot create executables > See \`config.log' for more details." >&2;} >- { (exit 77); exit 77; }; } >+ { (exit 77); exit 77; }; }; } > fi > > ac_exeext=$ac_cv_exeext > > # Check that the compiler produces executables we can run. If not, either > # the compiler is broken, or we cross compile. >-{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 >-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 >+$as_echo_n "checking whether the C compiler works... " >&6; } > # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 > # If not cross compiling, check that we can run a simple program. > if test "$cross_compiling" != yes; then >@@ -2730,49 +2863,53 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > cross_compiling=no > else > if test "$cross_compiling" = maybe; then > cross_compiling=yes > else >- { { echo "$as_me:$LINENO: error: cannot run C compiled programs. >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. > If you meant to cross compile, use \`--host'. > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot run C compiled programs. >+$as_echo "$as_me: error: cannot run C compiled programs. > If you meant to cross compile, use \`--host'. > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > fi > fi >-{ echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+{ $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > >-rm -f a.out a.exe conftest$ac_cv_exeext b.out >+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out > ac_clean_files=$ac_clean_files_save > # Check that the compiler produces executables we can run. If not, either > # the compiler is broken, or we cross compile. >-{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 >-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } >-{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 >-echo "${ECHO_T}$cross_compiling" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 >+$as_echo_n "checking whether we are cross compiling... " >&6; } >+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 >+$as_echo "$cross_compiling" >&6; } > >-{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 >-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 >+$as_echo_n "checking for suffix of executables... " >&6; } > if { (ac_try="$ac_link" > case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; then > # If both `conftest.exe' and `conftest' are `present' (well, observable) > # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will >@@ -2781,31 +2918,33 @@ > for ac_file in conftest.exe conftest conftest.*; do > test -f "$ac_file" || continue > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; > *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` > break;; > * ) break;; > esac > done > else >- { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link >+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > > rm -f conftest$ac_cv_exeext >-{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 >-echo "${ECHO_T}$ac_cv_exeext" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 >+$as_echo "$ac_cv_exeext" >&6; } > > rm -f conftest.$ac_ext > EXEEXT=$ac_cv_exeext > ac_exeext=$EXEEXT >-{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 >-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 >+$as_echo_n "checking for suffix of object files... " >&6; } > if test "${ac_cv_objext+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -2828,40 +2967,43 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; then > for ac_file in conftest.o conftest.obj conftest.*; do > test -f "$ac_file" || continue; > case $ac_file in >- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; >+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; > *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` > break;; > esac > done > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > >-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile >+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile > See \`config.log' for more details." >&5 >-echo "$as_me: error: cannot compute suffix of object files: cannot compile >+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > > rm -f conftest.$ac_cv_objext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 >-echo "${ECHO_T}$ac_cv_objext" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 >+$as_echo "$ac_cv_objext" >&6; } > OBJEXT=$ac_cv_objext > ac_objext=$OBJEXT >-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 >-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 >+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } > if test "${ac_cv_c_compiler_gnu+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -2887,20 +3029,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_compiler_gnu=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_compiler_gnu=no >@@ -2910,15 +3053,19 @@ > ac_cv_c_compiler_gnu=$ac_compiler_gnu > > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 >-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } >-GCC=`test $ac_compiler_gnu = yes && echo yes` >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 >+$as_echo "$ac_cv_c_compiler_gnu" >&6; } >+if test $ac_compiler_gnu = yes; then >+ GCC=yes >+else >+ GCC= >+fi > ac_test_CFLAGS=${CFLAGS+set} > ac_save_CFLAGS=$CFLAGS >-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 >-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 >+$as_echo_n "checking whether $CC accepts -g... " >&6; } > if test "${ac_cv_prog_cc_g+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > ac_save_c_werror_flag=$ac_c_werror_flag > ac_c_werror_flag=yes >@@ -2945,20 +3092,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_prog_cc_g=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > CFLAGS="" >@@ -2983,20 +3131,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > : > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_c_werror_flag=$ac_save_c_werror_flag >@@ -3022,20 +3171,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_prog_cc_g=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > >@@ -3050,8 +3200,8 @@ > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > ac_c_werror_flag=$ac_save_c_werror_flag > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 >-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 >+$as_echo "$ac_cv_prog_cc_g" >&6; } > if test "$ac_test_CFLAGS" = set; then > CFLAGS=$ac_save_CFLAGS > elif test $ac_cv_prog_cc_g = yes; then >@@ -3067,10 +3217,10 @@ > CFLAGS= > fi > fi >-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 >-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 >+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } > if test "${ac_cv_prog_cc_c89+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > ac_cv_prog_cc_c89=no > ac_save_CC=$CC >@@ -3141,20 +3291,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_prog_cc_c89=$ac_arg > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > >@@ -3170,15 +3321,15 @@ > # AC_CACHE_VAL > case "x$ac_cv_prog_cc_c89" in > x) >- { echo "$as_me:$LINENO: result: none needed" >&5 >-echo "${ECHO_T}none needed" >&6; } ;; >+ { $as_echo "$as_me:$LINENO: result: none needed" >&5 >+$as_echo "none needed" >&6; } ;; > xno) >- { echo "$as_me:$LINENO: result: unsupported" >&5 >-echo "${ECHO_T}unsupported" >&6; } ;; >+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5 >+$as_echo "unsupported" >&6; } ;; > *) > CC="$CC $ac_cv_prog_cc_c89" >- { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 >-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; >+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 >+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; > esac > > >@@ -3190,10 +3341,10 @@ > > 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; } >+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 >+$as_echo_n "checking dependency style of $depcc... " >&6; } > if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&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 >@@ -3218,6 +3369,11 @@ > if test "$am_compiler_list" = ""; then > am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` > fi >+ am__universal=false >+ case " $depcc " in #( >+ *\ -arch\ *\ -arch\ *) am__universal=true ;; >+ esac >+ > for depmode in $am_compiler_list; do > # Setup a source with many dependencies, because some compilers > # like to wrap large dependency lists on column 80 (with \), and >@@ -3235,7 +3391,17 @@ > done > echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf > >+ # 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. Also, some Intel >+ # versions had trouble with output in subdirs >+ am__obj=sub/conftest.${OBJEXT-o} >+ am__minus_obj="-o $am__obj" > case $depmode in >+ gcc) >+ # This depmode causes a compiler race in universal mode. >+ test "$am__universal" = false || continue >+ ;; > nosideeffect) > # after this tag, mechanisms are not by side-effect, so they'll > # only be used when explicitly requested >@@ -3245,19 +3411,23 @@ > break > fi > ;; >+ msvisualcpp | msvcmsys) >+ # This compiler won't grok `-c -o', but also, the minuso test has >+ # not run yet. These depmodes are late enough in the game, and >+ # so weak that their functioning should not be impacted. >+ am__obj=conftest.${OBJEXT-o} >+ am__minus_obj= >+ ;; > 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=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ >+ source=sub/conftest.c object=$am__obj \ > depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ >- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ > >/dev/null 2>conftest.err && > grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && > grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && >- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && >+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && > ${MAKE-make} -s -f confmf > /dev/null 2>&1; then > # icc doesn't choke on unknown options, it will just issue warnings > # or remarks (even with -Werror). So we grep stderr for any message >@@ -3281,8 +3451,8 @@ > fi > > fi >-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 >-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 >+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } > CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type > > if >@@ -3297,16 +3467,16 @@ > > > if test "x$CC" != xcc; then >- { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 >-echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } >+ { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 >+$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } > else >- { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 >-echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } >+ { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 >+$as_echo_n "checking whether cc understands -c and -o together... " >&6; } > fi >-set dummy $CC; ac_cc=`echo $2 | >+set dummy $CC; ac_cc=`$as_echo "$2" | > sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` > if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -3332,19 +3502,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > test -f conftest2.$ac_objext && { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; > then > eval ac_cv_prog_cc_${ac_cc}_c_o=yes >@@ -3355,10 +3527,11 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' > rm -f conftest2.* >@@ -3366,19 +3539,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > test -f conftest2.$ac_objext && { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; > then > # cc works too. >@@ -3392,15 +3567,15 @@ > else > eval ac_cv_prog_cc_${ac_cc}_c_o=no > fi >-rm -f -r core conftest* >+rm -f core conftest* > > fi > if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then >- { echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+ { $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > > cat >>confdefs.h <<\_ACEOF > #define NO_MINUS_C_MINUS_O 1 >@@ -3411,8 +3586,9 @@ > # FIXME: we rely on the cache variable name because > # there is no other way. > set dummy $CC >-ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` >-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then >+am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` >+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o >+if test "$am_t" != yes; then > # Losing compiler, so override with the script. > # FIXME: It is wrong to rewrite CC. > # But if we don't then we get into trouble of one sort or another. >@@ -3435,11 +3611,12 @@ > # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" > # OS/2's system install, which has a completely different semantic > # ./install, which can be erroneously created by make from ./install.sh. >-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } >+# Reject install programs that cannot install multiple files. >+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 >+$as_echo_n "checking for a BSD-compatible install... " >&6; } > if test -z "$INSTALL"; then > if test "${ac_cv_path_install+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH >@@ -3468,17 +3645,29 @@ > # program-specific install script used by HP pwplus--don't use. > : > else >- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >- break 3 >+ rm -rf conftest.one conftest.two conftest.dir >+ echo one > conftest.one >+ echo two > conftest.two >+ mkdir conftest.dir >+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && >+ test -s conftest.one && test -s conftest.two && >+ test -s conftest.dir/conftest.one && >+ test -s conftest.dir/conftest.two >+ then >+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >+ break 3 >+ fi > fi > fi > done > done > ;; > esac >+ > done > IFS=$as_save_IFS > >+rm -rf conftest.one conftest.two conftest.dir > > fi > if test "${ac_cv_path_install+set}" = set; then >@@ -3491,8 +3680,8 @@ > INSTALL=$ac_install_sh > fi > fi >-{ echo "$as_me:$LINENO: result: $INSTALL" >&5 >-echo "${ECHO_T}$INSTALL" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 >+$as_echo "$INSTALL" >&6; } > > # Use test -z because SunOS4 sh mishandles braces in ${var-val}. > # It thinks the first close brace ends the variable substitution. >@@ -3502,11 +3691,12 @@ > > test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' > >-{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 >-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } >-set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` >+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 >+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } >+set x ${MAKE-make} >+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` > if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.make <<\_ACEOF > SHELL = /bin/sh >@@ -3523,22 +3713,22 @@ > rm -f conftest.make > fi > if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then >- { echo "$as_me:$LINENO: result: yes" >&5 >-echo "${ECHO_T}yes" >&6; } >+ { $as_echo "$as_me:$LINENO: result: yes" >&5 >+$as_echo "yes" >&6; } > SET_MAKE= > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > SET_MAKE="MAKE=${MAKE-make}" > fi > > if test -n "$ac_tool_prefix"; then > # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. > set dummy ${ac_tool_prefix}ranlib; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_RANLIB+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$RANLIB"; then > ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. >@@ -3551,7 +3741,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -3562,11 +3752,11 @@ > fi > RANLIB=$ac_cv_prog_RANLIB > if test -n "$RANLIB"; then >- { echo "$as_me:$LINENO: result: $RANLIB" >&5 >-echo "${ECHO_T}$RANLIB" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 >+$as_echo "$RANLIB" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > >@@ -3575,10 +3765,10 @@ > ac_ct_RANLIB=$RANLIB > # Extract the first word of "ranlib", so it can be a program name with args. > set dummy ranlib; ac_word=$2 >-{ echo "$as_me:$LINENO: checking for $ac_word" >&5 >-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 >+$as_echo_n "checking for $ac_word... " >&6; } > if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test -n "$ac_ct_RANLIB"; then > ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. >@@ -3591,7 +3781,7 @@ > for ac_exec_ext in '' $ac_executable_extensions; do > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_ac_ct_RANLIB="ranlib" >- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 >+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > done >@@ -3602,11 +3792,11 @@ > fi > ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB > if test -n "$ac_ct_RANLIB"; then >- { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 >-echo "${ECHO_T}$ac_ct_RANLIB" >&6; } >+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 >+$as_echo "$ac_ct_RANLIB" >&6; } > else >- { echo "$as_me:$LINENO: result: no" >&5 >-echo "${ECHO_T}no" >&6; } >+ { $as_echo "$as_me:$LINENO: result: no" >&5 >+$as_echo "no" >&6; } > fi > > if test "x$ac_ct_RANLIB" = x; then >@@ -3614,12 +3804,8 @@ > else > case $cross_compiling:$ac_tool_warned in > yes:) >-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&5 >-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools >-whose name does not start with the host triplet. If you think this >-configuration is useful to you, please write to autoconf@gnu.org." >&2;} >+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 >+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} > ac_tool_warned=yes ;; > esac > RANLIB=$ac_ct_RANLIB >@@ -3635,15 +3821,15 @@ > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' > ac_compiler_gnu=$ac_cv_c_compiler_gnu >-{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 >-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 >+$as_echo_n "checking how to run the C preprocessor... " >&6; } > # On Suns, sometimes $CPP names a directory. > if test -n "$CPP" && test -d "$CPP"; then > CPP= > fi > if test -z "$CPP"; then > if test "${ac_cv_prog_CPP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > # Double quotes because CPP needs to be expanded > for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" >@@ -3675,20 +3861,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err > }; then > : > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Broken: fails on valid input. >@@ -3712,13 +3899,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err >@@ -3726,7 +3914,7 @@ > # Broken: success on invalid input. > continue > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Passes both tests. >@@ -3751,8 +3939,8 @@ > else > ac_cv_prog_CPP=$CPP > fi >-{ echo "$as_me:$LINENO: result: $CPP" >&5 >-echo "${ECHO_T}$CPP" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 >+$as_echo "$CPP" >&6; } > ac_preproc_ok=false > for ac_c_preproc_warn_flag in '' yes > do >@@ -3780,20 +3968,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err > }; then > : > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Broken: fails on valid input. >@@ -3817,13 +4006,14 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err >@@ -3831,7 +4021,7 @@ > # Broken: success on invalid input. > continue > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > # Passes both tests. >@@ -3847,11 +4037,13 @@ > if $ac_preproc_ok; then > : > else >- { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check >+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 >+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >+{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check > See \`config.log' for more details." >&5 >-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check >+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check > See \`config.log' for more details." >&2;} >- { (exit 1); exit 1; }; } >+ { (exit 1); exit 1; }; }; } > fi > > ac_ext=c >@@ -3861,42 +4053,37 @@ > ac_compiler_gnu=$ac_cv_c_compiler_gnu > > >-{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 >-echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 >+$as_echo_n "checking for grep that handles long lines and -e... " >&6; } > if test "${ac_cv_path_GREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else >- # Extract the first word of "grep ggrep" to use in msg output >-if test -z "$GREP"; then >-set dummy grep ggrep; ac_prog_name=$2 >-if test "${ac_cv_path_GREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >+ if test -z "$GREP"; then > ac_path_GREP_found=false >-# Loop through the user's path and test for each of PROGNAME-LIST >-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR >+ # Loop through the user's path and test for each of PROGNAME-LIST >+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin > do > IFS=$as_save_IFS > test -z "$as_dir" && as_dir=. > for ac_prog in grep ggrep; do >- for ac_exec_ext in '' $ac_executable_extensions; do >- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" >- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue >- # Check for GNU ac_path_GREP and select it if it is found. >+ for ac_exec_ext in '' $ac_executable_extensions; do >+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" >+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue >+# Check for GNU ac_path_GREP and select it if it is found. > # Check for GNU $ac_path_GREP > case `"$ac_path_GREP" --version 2>&1` in > *GNU*) > ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; > *) > ac_count=0 >- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" >+ $as_echo_n 0123456789 >"conftest.in" > while : > do > cat "conftest.in" "conftest.in" >"conftest.tmp" > mv "conftest.tmp" "conftest.in" > cp "conftest.in" "conftest.nl" >- echo 'GREP' >> "conftest.nl" >+ $as_echo 'GREP' >> "conftest.nl" > "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break > diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break > ac_count=`expr $ac_count + 1` >@@ -3911,74 +4098,60 @@ > rm -f conftest.in conftest.tmp conftest.nl conftest.out;; > esac > >- >- $ac_path_GREP_found && break 3 >+ $ac_path_GREP_found && break 3 >+ done > done > done >- >-done > IFS=$as_save_IFS >- >- >-fi >- >-GREP="$ac_cv_path_GREP" >-if test -z "$GREP"; then >- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} >+ if test -z "$ac_cv_path_GREP"; then >+ { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >+$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} > { (exit 1); exit 1; }; } >-fi >- >+ fi > else > ac_cv_path_GREP=$GREP > fi > >- > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 >-echo "${ECHO_T}$ac_cv_path_GREP" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 >+$as_echo "$ac_cv_path_GREP" >&6; } > GREP="$ac_cv_path_GREP" > > >-{ echo "$as_me:$LINENO: checking for egrep" >&5 >-echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 >+$as_echo_n "checking for egrep... " >&6; } > if test "${ac_cv_path_EGREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 > then ac_cv_path_EGREP="$GREP -E" > else >- # Extract the first word of "egrep" to use in msg output >-if test -z "$EGREP"; then >-set dummy egrep; ac_prog_name=$2 >-if test "${ac_cv_path_EGREP+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >-else >+ if test -z "$EGREP"; then > ac_path_EGREP_found=false >-# Loop through the user's path and test for each of PROGNAME-LIST >-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR >+ # Loop through the user's path and test for each of PROGNAME-LIST >+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR > for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin > do > IFS=$as_save_IFS > test -z "$as_dir" && as_dir=. > for ac_prog in egrep; do >- for ac_exec_ext in '' $ac_executable_extensions; do >- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" >- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue >- # Check for GNU ac_path_EGREP and select it if it is found. >+ for ac_exec_ext in '' $ac_executable_extensions; do >+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" >+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue >+# Check for GNU ac_path_EGREP and select it if it is found. > # Check for GNU $ac_path_EGREP > case `"$ac_path_EGREP" --version 2>&1` in > *GNU*) > ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; > *) > ac_count=0 >- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" >+ $as_echo_n 0123456789 >"conftest.in" > while : > do > cat "conftest.in" "conftest.in" >"conftest.tmp" > mv "conftest.tmp" "conftest.in" > cp "conftest.in" "conftest.nl" >- echo 'EGREP' >> "conftest.nl" >+ $as_echo 'EGREP' >> "conftest.nl" > "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break > diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break > ac_count=`expr $ac_count + 1` >@@ -3993,40 +4166,31 @@ > rm -f conftest.in conftest.tmp conftest.nl conftest.out;; > esac > >- >- $ac_path_EGREP_found && break 3 >+ $ac_path_EGREP_found && break 3 >+ done > done > done >- >-done > IFS=$as_save_IFS >- >- >-fi >- >-EGREP="$ac_cv_path_EGREP" >-if test -z "$EGREP"; then >- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} >+ if test -z "$ac_cv_path_EGREP"; then >+ { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 >+$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} > { (exit 1); exit 1; }; } >-fi >- >+ fi > else > ac_cv_path_EGREP=$EGREP > fi > >- > fi > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 >-echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 >+$as_echo "$ac_cv_path_EGREP" >&6; } > EGREP="$ac_cv_path_EGREP" > > >-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 >-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 >+$as_echo_n "checking for ANSI C header files... " >&6; } > if test "${ac_cv_header_stdc+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4053,20 +4217,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_header_stdc=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_header_stdc=no >@@ -4091,7 +4256,7 @@ > else > ac_cv_header_stdc=no > fi >-rm -f -r conftest* >+rm -f conftest* > > fi > >@@ -4112,7 +4277,7 @@ > else > ac_cv_header_stdc=no > fi >-rm -f -r conftest* >+rm -f conftest* > > fi > >@@ -4158,37 +4323,40 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > : > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > ac_cv_header_stdc=no > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > > > fi > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 >-echo "${ECHO_T}$ac_cv_header_stdc" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 >+$as_echo "$ac_cv_header_stdc" >&6; } > if test $ac_cv_header_stdc = yes; then > > cat >>confdefs.h <<\_ACEOF >@@ -4210,11 +4378,11 @@ > for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ > inttypes.h stdint.h unistd.h > do >-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` >-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 >-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } >+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` >+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 >+$as_echo_n "checking for $ac_header... " >&6; } > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4232,20 +4400,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > eval "$as_ac_Header=yes" > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_Header=no" >@@ -4253,12 +4422,15 @@ > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > fi >-ac_res=`eval echo '${'$as_ac_Header'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >-if test `eval echo '${'$as_ac_Header'}'` = yes; then >+ac_res=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } >+as_val=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 > _ACEOF > > fi >@@ -4271,20 +4443,21 @@ > > for ac_header in strings.h sys/time.h unistd.h > do >-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` >+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- { echo "$as_me:$LINENO: checking for $ac_header" >&5 >-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } >+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 >+$as_echo_n "checking for $ac_header... " >&6; } > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > fi >-ac_res=`eval echo '${'$as_ac_Header'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >+ac_res=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } > else > # Is the header compilable? >-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 >-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 >+$as_echo_n "checking $ac_header usability... " >&6; } > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF >@@ -4300,32 +4473,33 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_header_compiler=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_header_compiler=no > fi > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext >-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 >-echo "${ECHO_T}$ac_header_compiler" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 >+$as_echo "$ac_header_compiler" >&6; } > > # Is the header present? >-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 >-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 >+$as_echo_n "checking $ac_header presence... " >&6; } > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF >@@ -4339,69 +4513,73 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null && { > test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || > test ! -s conftest.err > }; then > ac_header_preproc=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_header_preproc=no > fi > > rm -f conftest.err conftest.$ac_ext >-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 >-echo "${ECHO_T}$ac_header_preproc" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 >+$as_echo "$ac_header_preproc" >&6; } > > # So? What about this header? > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in > yes:no: ) >- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 >-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 >-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 >+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 >+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} > ac_header_preproc=yes > ;; > no:yes:* ) >- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 >-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 >-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 >-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 >-echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 >-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} >- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 >-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 >+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 >+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 >+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 >+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 >+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 >+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} > > ;; > esac >-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 >-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 >+$as_echo_n "checking for $ac_header... " >&6; } > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > eval "$as_ac_Header=\$ac_header_preproc" > fi >-ac_res=`eval echo '${'$as_ac_Header'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >+ac_res=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } > > fi >-if test `eval echo '${'$as_ac_Header'}'` = yes; then >+as_val=`eval 'as_val=${'$as_ac_Header'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 > _ACEOF > > fi >@@ -4412,14 +4590,24 @@ > os=`uname -s` > if test "x$os" = "xAIX" ; then > CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" >+ AIX=1 > else > CFLAGS="$CFLAGS -Wall" >+ AIX=0 >+fi >+ if test "$AIX" = 1; then >+ AIX_TRUE= >+ AIX_FALSE='#' >+else >+ AIX_TRUE='#' >+ AIX_FALSE= > fi > >-{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 >-echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } >+ >+{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 >+$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } > if test "${ac_cv_header_time+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4446,20 +4634,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_header_time=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_header_time=no >@@ -4467,8 +4656,8 @@ > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 >-echo "${ECHO_T}$ac_cv_header_time" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 >+$as_echo "$ac_cv_header_time" >&6; } > if test $ac_cv_header_time = yes; then > > cat >>confdefs.h <<\_ACEOF >@@ -4477,10 +4666,10 @@ > > fi > >-{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 >-echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 >+$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } > if test "${ac_cv_struct_tm+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4496,7 +4685,7 @@ > { > struct tm tm; > int *p = &tm.tm_sec; >- return !p; >+ return !p; > ; > return 0; > } >@@ -4507,20 +4696,21 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_compile") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err > } && test -s conftest.$ac_objext; then > ac_cv_struct_tm=time.h > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_struct_tm=sys/time.h >@@ -4528,8 +4718,8 @@ > > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 >-echo "${ECHO_T}$ac_cv_struct_tm" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 >+$as_echo "$ac_cv_struct_tm" >&6; } > if test $ac_cv_struct_tm = sys/time.h; then > > cat >>confdefs.h <<\_ACEOF >@@ -4539,10 +4729,10 @@ > fi > > >-{ echo "$as_me:$LINENO: checking for working memcmp" >&5 >-echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for working memcmp" >&5 >+$as_echo_n "checking for working memcmp... " >&6; } > if test "${ac_cv_func_memcmp_working+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > if test "$cross_compiling" = yes; then > ac_cv_func_memcmp_working=no >@@ -4592,36 +4782,39 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { ac_try='./conftest$ac_exeext' > { (case "(($ac_try" in > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_try") 2>&5 > ac_status=$? >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_func_memcmp_working=yes > else >- echo "$as_me: program exited with status $ac_status" >&5 >-echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: program exited with status $ac_status" >&5 >+$as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ( exit $ac_status ) > ac_cv_func_memcmp_working=no > fi >+rm -rf conftest.dSYM > rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext > fi > > > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 >-echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; } >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 >+$as_echo "$ac_cv_func_memcmp_working" >&6; } > test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in > *" memcmp.$ac_objext "* ) ;; > *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" >@@ -4632,11 +4825,11 @@ > > for ac_func in vprintf > do >-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` >-{ echo "$as_me:$LINENO: checking for $ac_func" >&5 >-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } >+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` >+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 >+$as_echo_n "checking for $ac_func... " >&6; } > if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4689,41 +4882,48 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >- } && test -s conftest$ac_exeext && >- $as_test_x conftest$ac_exeext; then >+ } && test -s conftest$ac_exeext && { >+ test "$cross_compiling" = yes || >+ $as_test_x conftest$ac_exeext >+ }; then > eval "$as_ac_var=yes" > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_var=no" > fi > >+rm -rf conftest.dSYM > rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ > conftest$ac_exeext conftest.$ac_ext > fi >-ac_res=`eval echo '${'$as_ac_var'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >-if test `eval echo '${'$as_ac_var'}'` = yes; then >+ac_res=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } >+as_val=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 > _ACEOF > >-{ echo "$as_me:$LINENO: checking for _doprnt" >&5 >-echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } >+{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5 >+$as_echo_n "checking for _doprnt... " >&6; } > if test "${ac_cv_func__doprnt+set}" = set; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4776,32 +4976,36 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >- } && test -s conftest$ac_exeext && >- $as_test_x conftest$ac_exeext; then >+ } && test -s conftest$ac_exeext && { >+ test "$cross_compiling" = yes || >+ $as_test_x conftest$ac_exeext >+ }; then > ac_cv_func__doprnt=yes > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_func__doprnt=no > fi > >+rm -rf conftest.dSYM > rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ > conftest$ac_exeext conftest.$ac_ext > fi >-{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 >-echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } >-if test $ac_cv_func__doprnt = yes; then >+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 >+$as_echo "$ac_cv_func__doprnt" >&6; } >+if test "x$ac_cv_func__doprnt" = x""yes; then > > cat >>confdefs.h <<\_ACEOF > #define HAVE_DOPRNT 1 >@@ -4816,11 +5020,11 @@ > > for ac_func in strdup > do >-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` >-{ echo "$as_me:$LINENO: checking for $ac_func" >&5 >-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } >+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` >+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 >+$as_echo_n "checking for $ac_func... " >&6; } > if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then >- echo $ECHO_N "(cached) $ECHO_C" >&6 >+ $as_echo_n "(cached) " >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ >@@ -4873,35 +5077,42 @@ > *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; > *) ac_try_echo=$ac_try;; > esac >-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 >+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" >+$as_echo "$ac_try_echo") >&5 > (eval "$ac_link") 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 >- echo "$as_me:$LINENO: \$? = $ac_status" >&5 >+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && { > test -z "$ac_c_werror_flag" || > test ! -s conftest.err >- } && test -s conftest$ac_exeext && >- $as_test_x conftest$ac_exeext; then >+ } && test -s conftest$ac_exeext && { >+ test "$cross_compiling" = yes || >+ $as_test_x conftest$ac_exeext >+ }; then > eval "$as_ac_var=yes" > else >- echo "$as_me: failed program was:" >&5 >+ $as_echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_var=no" > fi > >+rm -rf conftest.dSYM > rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ > conftest$ac_exeext conftest.$ac_ext > fi >-ac_res=`eval echo '${'$as_ac_var'}'` >- { echo "$as_me:$LINENO: result: $ac_res" >&5 >-echo "${ECHO_T}$ac_res" >&6; } >-if test `eval echo '${'$as_ac_var'}'` = yes; then >+ac_res=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 >+$as_echo "$ac_res" >&6; } >+as_val=`eval 'as_val=${'$as_ac_var'} >+ $as_echo "$as_val"'` >+ if test "x$as_val" = x""yes; then > cat >>confdefs.h <<_ACEOF >-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 >+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 > _ACEOF > > fi >@@ -4937,11 +5148,12 @@ > case $ac_val in #( > *${as_nl}*) > case $ac_var in #( >- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 >-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; >+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 >+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; > esac > case $ac_var in #( > _ | IFS | as_nl) ;; #( >+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( > *) $as_unset $ac_var ;; > esac ;; > esac >@@ -4974,12 +5186,12 @@ > if diff "$cache_file" confcache >/dev/null 2>&1; then :; else > if test -w "$cache_file"; then > test "x$cache_file" != "x/dev/null" && >- { echo "$as_me:$LINENO: updating cache $cache_file" >&5 >-echo "$as_me: updating cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 >+$as_echo "$as_me: updating cache $cache_file" >&6;} > cat confcache >$cache_file > else >- { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 >-echo "$as_me: not updating unwritable cache $cache_file" >&6;} >+ { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 >+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} > fi > fi > rm -f confcache >@@ -4995,7 +5207,7 @@ > for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue > # 1. Remove the extension, and $U if already installed. > ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' >- ac_i=`echo "$ac_i" | sed "$ac_script"` >+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"` > # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR > # will be set to the directory where LIBOBJS objects are built. > ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" >@@ -5006,27 +5218,43 @@ > LTLIBOBJS=$ac_ltlibobjs > > >+ if test -n "$EXEEXT"; then >+ am__EXEEXT_TRUE= >+ am__EXEEXT_FALSE='#' >+else >+ am__EXEEXT_TRUE='#' >+ am__EXEEXT_FALSE= >+fi >+ > if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then >- { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. >+ { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. > Usually this means the macro was only invoked conditionally." >&5 >-echo "$as_me: error: conditional \"AMDEP\" was never defined. >+$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. > Usually this means the macro was only invoked conditionally." >&2;} > { (exit 1); exit 1; }; } > fi > if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then >- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. >+ { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. > Usually this means the macro was only invoked conditionally." >&5 >-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. >+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. >+Usually this means the macro was only invoked conditionally." >&2;} >+ { (exit 1); exit 1; }; } >+fi >+if test -z "${AIX_TRUE}" && test -z "${AIX_FALSE}"; then >+ { { $as_echo "$as_me:$LINENO: error: conditional \"AIX\" was never defined. >+Usually this means the macro was only invoked conditionally." >&5 >+$as_echo "$as_me: error: conditional \"AIX\" was never defined. > Usually this means the macro was only invoked conditionally." >&2;} > { (exit 1); exit 1; }; } > fi > > : ${CONFIG_STATUS=./config.status} >+ac_write_fail=0 > ac_clean_files_save=$ac_clean_files > ac_clean_files="$ac_clean_files $CONFIG_STATUS" >-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 >-echo "$as_me: creating $CONFIG_STATUS" >&6;} >-cat >$CONFIG_STATUS <<_ACEOF >+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 >+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} >+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > #! $SHELL > # Generated by $as_me. > # Run this file to recreate the current configuration. >@@ -5039,7 +5267,7 @@ > SHELL=\${CONFIG_SHELL-$SHELL} > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > ## --------------------- ## > ## M4sh Initialization. ## > ## --------------------- ## >@@ -5049,7 +5277,7 @@ > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then > emulate sh > NULLCMD=: >- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which >+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which > # is contrary to our usage. Disable this feature. > alias -g '${1+"$@"}'='"$@"' > setopt NO_GLOB_SUBST >@@ -5071,17 +5299,45 @@ > as_cr_digits='0123456789' > as_cr_alnum=$as_cr_Letters$as_cr_digits > >+as_nl=' >+' >+export as_nl >+# Printing a long string crashes Solaris 7 /usr/bin/printf. >+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo >+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo >+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then >+ as_echo='printf %s\n' >+ as_echo_n='printf %s' >+else >+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then >+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' >+ as_echo_n='/usr/ucb/echo -n' >+ else >+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' >+ as_echo_n_body='eval >+ arg=$1; >+ case $arg in >+ *"$as_nl"*) >+ expr "X$arg" : "X\\(.*\\)$as_nl"; >+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; >+ esac; >+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" >+ ' >+ export as_echo_n_body >+ as_echo_n='sh -c $as_echo_n_body as_echo' >+ fi >+ export as_echo_body >+ as_echo='sh -c $as_echo_body as_echo' >+fi >+ > # The user is always right. > if test "${PATH_SEPARATOR+set}" != set; then >- echo "#! /bin/sh" >conf$$.sh >- echo "exit 0" >>conf$$.sh >- chmod +x conf$$.sh >- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then >- PATH_SEPARATOR=';' >- else >- PATH_SEPARATOR=: >- fi >- rm -f conf$$.sh >+ PATH_SEPARATOR=: >+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { >+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || >+ PATH_SEPARATOR=';' >+ } > fi > > # Support unset when possible. >@@ -5097,8 +5353,6 @@ > # there to prevent editors from complaining about space-tab. > # (If _AS_PATH_WALK were called with IFS unset, it would disable word > # splitting by setting IFS to empty value.) >-as_nl=' >-' > IFS=" "" $as_nl" > > # Find who we are. Look in the path if we contain no directory separator. >@@ -5121,7 +5375,7 @@ > as_myself=$0 > fi > if test ! -f "$as_myself"; then >- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 >+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 > { (exit 1); exit 1; } > fi > >@@ -5134,17 +5388,10 @@ > PS4='+ ' > > # NLS nuisances. >-for as_var in \ >- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ >- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ >- LC_TELEPHONE LC_TIME >-do >- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then >- eval $as_var=C; export $as_var >- else >- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var >- fi >-done >+LC_ALL=C >+export LC_ALL >+LANGUAGE=C >+export LANGUAGE > > # Required to use basename. > if expr a : '\(a\)' >/dev/null 2>&1 && >@@ -5166,7 +5413,7 @@ > $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ > X"$0" : 'X\(//\)$' \| \ > X"$0" : 'X\(/\)' \| . 2>/dev/null || >-echo X/"$0" | >+$as_echo X/"$0" | > sed '/^.*\/\([^/][^/]*\)\/*$/{ > s//\1/ > q >@@ -5217,7 +5464,7 @@ > s/-\n.*// > ' >$as_me.lineno && > chmod +x "$as_me.lineno" || >- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 >+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 > { (exit 1); exit 1; }; } > > # Don't try to exec as it changes $[0], causing all sort of problems >@@ -5245,7 +5492,6 @@ > *) > ECHO_N='-n';; > esac >- > if expr a : '\(a\)' >/dev/null 2>&1 && > test "X`expr 00001 : '.*\(...\)'`" = X001; then > as_expr=expr >@@ -5258,19 +5504,22 @@ > rm -f conf$$.dir/conf$$.file > else > rm -f conf$$.dir >- mkdir conf$$.dir >+ mkdir conf$$.dir 2>/dev/null > fi >-echo >conf$$.file >-if ln -s conf$$.file conf$$ 2>/dev/null; then >- as_ln_s='ln -s' >- # ... but there are two gotchas: >- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >- # In both cases, we have to default to `cp -p'. >- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+if (echo >conf$$.file) 2>/dev/null; then >+ if ln -s conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s='ln -s' >+ # ... but there are two gotchas: >+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. >+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. >+ # In both cases, we have to default to `cp -p'. >+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || >+ as_ln_s='cp -p' >+ elif ln conf$$.file conf$$ 2>/dev/null; then >+ as_ln_s=ln >+ else > as_ln_s='cp -p' >-elif ln conf$$.file conf$$ 2>/dev/null; then >- as_ln_s=ln >+ fi > else > as_ln_s='cp -p' > fi >@@ -5295,10 +5544,10 @@ > as_test_x=' > eval sh -c '\'' > if test -d "$1"; then >- test -d "$1/."; >+ test -d "$1/."; > else > case $1 in >- -*)set "./$1";; >+ -*)set "./$1";; > esac; > case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in > ???[sx]*):;;*)false;;esac;fi >@@ -5321,7 +5570,7 @@ > # values after options handling. > ac_log=" > This file was extended by libmi $as_me 1.0.0, which was >-generated by GNU Autoconf 2.61. Invocation command line was >+generated by GNU Autoconf 2.63. Invocation command line was > > CONFIG_FILES = $CONFIG_FILES > CONFIG_HEADERS = $CONFIG_HEADERS >@@ -5334,7 +5583,16 @@ > > _ACEOF > >-cat >>$CONFIG_STATUS <<_ACEOF >+case $ac_config_files in *" >+"*) set x $ac_config_files; shift; ac_config_files=$*;; >+esac >+ >+case $ac_config_headers in *" >+"*) set x $ac_config_headers; shift; ac_config_headers=$*;; >+esac >+ >+ >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > # Files that config.status was made for. > config_files="$ac_config_files" > config_headers="$ac_config_headers" >@@ -5342,22 +5600,23 @@ > > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > ac_cs_usage="\ > \`$as_me' instantiates files from templates according to the > current configuration. > >-Usage: $0 [OPTIONS] [FILE]... >+Usage: $0 [OPTION]... [FILE]... > > -h, --help print this help, then exit > -V, --version print version number and configuration settings, then exit >- -q, --quiet do not print progress messages >+ -q, --quiet, --silent >+ do not print progress messages > -d, --debug don't remove temporary files > --recheck update $as_me by reconfiguring in the same conditions >- --file=FILE[:TEMPLATE] >- instantiate the configuration file FILE >- --header=FILE[:TEMPLATE] >- instantiate the configuration header FILE >+ --file=FILE[:TEMPLATE] >+ instantiate the configuration file FILE >+ --header=FILE[:TEMPLATE] >+ instantiate the configuration header FILE > > Configuration files: > $config_files >@@ -5371,13 +5630,13 @@ > Report bugs to <bug-autoconf@gnu.org>." > > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > ac_cs_version="\\ > libmi config.status 1.0.0 >-configured by $0, generated by GNU Autoconf 2.61, >- with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" >+configured by $0, generated by GNU Autoconf 2.63, >+ with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" > >-Copyright (C) 2006 Free Software Foundation, Inc. >+Copyright (C) 2008 Free Software Foundation, Inc. > This config.status script is free software; the Free Software Foundation > gives unlimited permission to copy, distribute and modify it." > >@@ -5385,11 +5644,12 @@ > srcdir='$srcdir' > INSTALL='$INSTALL' > MKDIR_P='$MKDIR_P' >+AWK='$AWK' >+test -n "\$AWK" || AWK=awk > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >-# If no file are specified by the user, then we need to provide default >-# value. By we need to know if files were specified by the user. >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 >+# The default lists apply if the user does not specify any file. > ac_need_defaults=: > while test $# != 0 > do >@@ -5411,30 +5671,36 @@ > -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) > ac_cs_recheck=: ;; > --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) >- echo "$ac_cs_version"; exit ;; >+ $as_echo "$ac_cs_version"; exit ;; > --debug | --debu | --deb | --de | --d | -d ) > debug=: ;; > --file | --fil | --fi | --f ) > $ac_shift >- CONFIG_FILES="$CONFIG_FILES $ac_optarg" >+ case $ac_optarg in >+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >+ esac >+ CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" > ac_need_defaults=false;; > --header | --heade | --head | --hea ) > $ac_shift >- CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" >+ case $ac_optarg in >+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >+ esac >+ CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" > ac_need_defaults=false;; > --he | --h) > # Conflict between --help and --header >- { echo "$as_me: error: ambiguous option: $1 >+ { $as_echo "$as_me: error: ambiguous option: $1 > Try \`$0 --help' for more information." >&2 > { (exit 1); exit 1; }; };; > --help | --hel | -h ) >- echo "$ac_cs_usage"; exit ;; >+ $as_echo "$ac_cs_usage"; exit ;; > -q | -quiet | --quiet | --quie | --qui | --qu | --q \ > | -silent | --silent | --silen | --sile | --sil | --si | --s) > ac_cs_silent=: ;; > > # This is an error. >- -*) { echo "$as_me: error: unrecognized option: $1 >+ -*) { $as_echo "$as_me: error: unrecognized option: $1 > Try \`$0 --help' for more information." >&2 > { (exit 1); exit 1; }; } ;; > >@@ -5453,27 +5719,29 @@ > fi > > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > if \$ac_cs_recheck; then >- echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 >- CONFIG_SHELL=$SHELL >+ set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion >+ shift >+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 >+ CONFIG_SHELL='$SHELL' > export CONFIG_SHELL >- exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion >+ exec "\$@" > fi > > _ACEOF >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > exec 5>>config.log > { > echo > sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX > ## Running $as_me. ## > _ASBOX >- echo "$ac_log" >+ $as_echo "$ac_log" > } >&5 > > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > # > # INIT-COMMANDS > # >@@ -5481,7 +5749,7 @@ > > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > > # Handling of arguments. > for ac_config_target in $ac_config_targets >@@ -5491,8 +5759,8 @@ > "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; > "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; > >- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 >-echo "$as_me: error: invalid argument: $ac_config_target" >&2;} >+ *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 >+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} > { (exit 1); exit 1; }; };; > esac > done >@@ -5533,145 +5801,143 @@ > (umask 077 && mkdir "$tmp") > } || > { >- echo "$me: cannot create a temporary directory in ." >&2 >+ $as_echo "$as_me: cannot create a temporary directory in ." >&2 > { (exit 1); exit 1; } > } > >-# >-# Set up the sed scripts for CONFIG_FILES section. >-# >- >-# No need to generate the scripts if there are no CONFIG_FILES. >-# This happens for instance when ./config.status config.h >+# Set up the scripts for CONFIG_FILES section. >+# No need to generate them if there are no CONFIG_FILES. >+# This happens for instance with `./config.status config.h'. > if test -n "$CONFIG_FILES"; then > >+ >+ac_cr=' ' >+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` >+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then >+ ac_cs_awk_cr='\\r' >+else >+ ac_cs_awk_cr=$ac_cr >+fi >+ >+echo 'BEGIN {' >"$tmp/subs1.awk" && > _ACEOF > > >- >+{ >+ echo "cat >conf$$subs.awk <<_ACEOF" && >+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && >+ echo "_ACEOF" >+} >conf$$subs.sh || >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} >+ { (exit 1); exit 1; }; } >+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` > ac_delim='%!_!# ' > for ac_last_try in false false false false false :; do >- cat >conf$$subs.sed <<_ACEOF >-SHELL!$SHELL$ac_delim >-PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim >-PACKAGE_NAME!$PACKAGE_NAME$ac_delim >-PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim >-PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim >-PACKAGE_STRING!$PACKAGE_STRING$ac_delim >-PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim >-exec_prefix!$exec_prefix$ac_delim >-prefix!$prefix$ac_delim >-program_transform_name!$program_transform_name$ac_delim >-bindir!$bindir$ac_delim >-sbindir!$sbindir$ac_delim >-libexecdir!$libexecdir$ac_delim >-datarootdir!$datarootdir$ac_delim >-datadir!$datadir$ac_delim >-sysconfdir!$sysconfdir$ac_delim >-sharedstatedir!$sharedstatedir$ac_delim >-localstatedir!$localstatedir$ac_delim >-includedir!$includedir$ac_delim >-oldincludedir!$oldincludedir$ac_delim >-docdir!$docdir$ac_delim >-infodir!$infodir$ac_delim >-htmldir!$htmldir$ac_delim >-dvidir!$dvidir$ac_delim >-pdfdir!$pdfdir$ac_delim >-psdir!$psdir$ac_delim >-libdir!$libdir$ac_delim >-localedir!$localedir$ac_delim >-mandir!$mandir$ac_delim >-DEFS!$DEFS$ac_delim >-ECHO_C!$ECHO_C$ac_delim >-ECHO_N!$ECHO_N$ac_delim >-ECHO_T!$ECHO_T$ac_delim >-LIBS!$LIBS$ac_delim >-build_alias!$build_alias$ac_delim >-host_alias!$host_alias$ac_delim >-target_alias!$target_alias$ac_delim >-INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim >-INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim >-INSTALL_DATA!$INSTALL_DATA$ac_delim >-am__isrc!$am__isrc$ac_delim >-CYGPATH_W!$CYGPATH_W$ac_delim >-PACKAGE!$PACKAGE$ac_delim >-VERSION!$VERSION$ac_delim >-ACLOCAL!$ACLOCAL$ac_delim >-AUTOCONF!$AUTOCONF$ac_delim >-AUTOMAKE!$AUTOMAKE$ac_delim >-AUTOHEADER!$AUTOHEADER$ac_delim >-MAKEINFO!$MAKEINFO$ac_delim >-install_sh!$install_sh$ac_delim >-STRIP!$STRIP$ac_delim >-INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim >-mkdir_p!$mkdir_p$ac_delim >-AWK!$AWK$ac_delim >-SET_MAKE!$SET_MAKE$ac_delim >-am__leading_dot!$am__leading_dot$ac_delim >-AMTAR!$AMTAR$ac_delim >-am__tar!$am__tar$ac_delim >-am__untar!$am__untar$ac_delim >-CC!$CC$ac_delim >-CFLAGS!$CFLAGS$ac_delim >-LDFLAGS!$LDFLAGS$ac_delim >-CPPFLAGS!$CPPFLAGS$ac_delim >-ac_ct_CC!$ac_ct_CC$ac_delim >-EXEEXT!$EXEEXT$ac_delim >-OBJEXT!$OBJEXT$ac_delim >-DEPDIR!$DEPDIR$ac_delim >-am__include!$am__include$ac_delim >-am__quote!$am__quote$ac_delim >-AMDEP_TRUE!$AMDEP_TRUE$ac_delim >-AMDEP_FALSE!$AMDEP_FALSE$ac_delim >-AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim >-CCDEPMODE!$CCDEPMODE$ac_delim >-am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim >-am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim >-RANLIB!$RANLIB$ac_delim >-CPP!$CPP$ac_delim >-GREP!$GREP$ac_delim >-EGREP!$EGREP$ac_delim >-LIBOBJS!$LIBOBJS$ac_delim >-LTLIBOBJS!$LTLIBOBJS$ac_delim >-_ACEOF >+ . ./conf$$subs.sh || >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} >+ { (exit 1); exit 1; }; } > >- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then >+ ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` >+ if test $ac_delim_n = $ac_delim_num; then > break > elif $ac_last_try; then >- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} > { (exit 1); exit 1; }; } > else > ac_delim="$ac_delim!$ac_delim _$ac_delim!! " > fi > done >+rm -f conf$$subs.sh > >-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` >-if test -n "$ac_eof"; then >- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` >- ac_eof=`expr $ac_eof + 1` >-fi >- >-cat >>$CONFIG_STATUS <<_ACEOF >-cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof >-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+cat >>"\$tmp/subs1.awk" <<\\_ACAWK && > _ACEOF >-sed ' >-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g >-s/^/s,@/; s/!/@,|#_!!_#|/ >-:n >-t n >-s/'"$ac_delim"'$/,g/; t >-s/$/\\/; p >-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n >-' >>$CONFIG_STATUS <conf$$subs.sed >-rm -f conf$$subs.sed >-cat >>$CONFIG_STATUS <<_ACEOF >-:end >-s/|#_!!_#|//g >-CEOF$ac_eof >-_ACEOF >+sed -n ' >+h >+s/^/S["/; s/!.*/"]=/ >+p >+g >+s/^[^!]*!// >+:repl >+t repl >+s/'"$ac_delim"'$// >+t delim >+:nl >+h >+s/\(.\{148\}\).*/\1/ >+t more1 >+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ >+p >+n >+b repl >+:more1 >+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ >+p >+g >+s/.\{148\}// >+t nl >+:delim >+h >+s/\(.\{148\}\).*/\1/ >+t more2 >+s/["\\]/\\&/g; s/^/"/; s/$/"/ >+p >+b >+:more2 >+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ >+p >+g >+s/.\{148\}// >+t delim >+' <conf$$subs.awk | sed ' >+/^[^""]/{ >+ N >+ s/\n// >+} >+' >>$CONFIG_STATUS || ac_write_fail=1 >+rm -f conf$$subs.awk >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+_ACAWK >+cat >>"\$tmp/subs1.awk" <<_ACAWK && >+ for (key in S) S_is_set[key] = 1 >+ FS = "" > >+} >+{ >+ line = $ 0 >+ nfields = split(line, field, "@") >+ substed = 0 >+ len = length(field[1]) >+ for (i = 2; i < nfields; i++) { >+ key = field[i] >+ keylen = length(key) >+ if (S_is_set[key]) { >+ value = S[key] >+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) >+ len += length(value) + length(field[++i]) >+ substed = 1 >+ } else >+ len += 1 + keylen >+ } >+ >+ print line >+} >+ >+_ACAWK >+_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 >+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then >+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" >+else >+ cat >+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 >+$as_echo "$as_me: error: could not setup config files machinery" >&2;} >+ { (exit 1); exit 1; }; } >+_ACEOF > > # VPATH may cause trouble with some makes, so we remove $(srcdir), > # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and >@@ -5688,19 +5954,133 @@ > }' > fi > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > fi # test -n "$CONFIG_FILES" > >+# Set up the scripts for CONFIG_HEADERS section. >+# No need to generate them if there are no CONFIG_HEADERS. >+# This happens for instance with `./config.status Makefile'. >+if test -n "$CONFIG_HEADERS"; then >+cat >"$tmp/defines.awk" <<\_ACAWK || >+BEGIN { >+_ACEOF > >-for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS >+# Transform confdefs.h into an awk script `defines.awk', embedded as >+# here-document in config.status, that substitutes the proper values into >+# config.h.in to produce config.h. >+ >+# Create a delimiter string that does not exist in confdefs.h, to ease >+# handling of long lines. >+ac_delim='%!_!# ' >+for ac_last_try in false false :; do >+ ac_t=`sed -n "/$ac_delim/p" confdefs.h` >+ if test -z "$ac_t"; then >+ break >+ elif $ac_last_try; then >+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 >+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} >+ { (exit 1); exit 1; }; } >+ else >+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " >+ fi >+done >+ >+# For the awk script, D is an array of macro values keyed by name, >+# likewise P contains macro parameters if any. Preserve backslash >+# newline sequences. >+ >+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* >+sed -n ' >+s/.\{148\}/&'"$ac_delim"'/g >+t rset >+:rset >+s/^[ ]*#[ ]*define[ ][ ]*/ / >+t def >+d >+:def >+s/\\$// >+t bsnl >+s/["\\]/\\&/g >+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ >+D["\1"]=" \3"/p >+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p >+d >+:bsnl >+s/["\\]/\\&/g >+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ >+D["\1"]=" \3\\\\\\n"\\/p >+t cont >+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p >+t cont >+d >+:cont >+n >+s/.\{148\}/&'"$ac_delim"'/g >+t clear >+:clear >+s/\\$// >+t bsnlc >+s/["\\]/\\&/g; s/^/"/; s/$/"/p >+d >+:bsnlc >+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p >+b cont >+' <confdefs.h | sed ' >+s/'"$ac_delim"'/"\\\ >+"/g' >>$CONFIG_STATUS || ac_write_fail=1 >+ >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+ for (key in D) D_is_set[key] = 1 >+ FS = "" >+} >+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { >+ line = \$ 0 >+ split(line, arg, " ") >+ if (arg[1] == "#") { >+ defundef = arg[2] >+ mac1 = arg[3] >+ } else { >+ defundef = substr(arg[1], 2) >+ mac1 = arg[2] >+ } >+ split(mac1, mac2, "(") #) >+ macro = mac2[1] >+ prefix = substr(line, 1, index(line, defundef) - 1) >+ if (D_is_set[macro]) { >+ # Preserve the white space surrounding the "#". >+ print prefix "define", macro P[macro] D[macro] >+ next >+ } else { >+ # Replace #undef with comments. This is necessary, for example, >+ # in the case of _POSIX_SOURCE, which is predefined and required >+ # on some systems where configure will not decide to define it. >+ if (defundef == "undef") { >+ print "/*", prefix defundef, macro, "*/" >+ next >+ } >+ } >+} >+{ print } >+_ACAWK >+_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 >+ { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 >+$as_echo "$as_me: error: could not setup config headers machinery" >&2;} >+ { (exit 1); exit 1; }; } >+fi # test -n "$CONFIG_HEADERS" >+ >+ >+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" >+shift >+for ac_tag > do > case $ac_tag in > :[FHLC]) ac_mode=$ac_tag; continue;; > esac > case $ac_mode$ac_tag in > :[FHL]*:*);; >- :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 >-echo "$as_me: error: Invalid tag $ac_tag." >&2;} >+ :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 >+$as_echo "$as_me: error: invalid tag $ac_tag" >&2;} > { (exit 1); exit 1; }; };; > :[FH]-) ac_tag=-:-;; > :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; >@@ -5729,26 +6109,38 @@ > [\\/$]*) false;; > *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; > esac || >- { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 >-echo "$as_me: error: cannot find input file: $ac_f" >&2;} >+ { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 >+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} > { (exit 1); exit 1; }; };; > esac >- ac_file_inputs="$ac_file_inputs $ac_f" >+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac >+ ac_file_inputs="$ac_file_inputs '$ac_f'" > done > > # Let's still pretend it is `configure' which instantiates (i.e., don't > # use $as_me), people would be surprised to read: > # /* config.h. Generated by config.status. */ >- configure_input="Generated from "`IFS=: >- echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." >+ configure_input='Generated from '` >+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' >+ `' by configure.' > if test x"$ac_file" != x-; then > configure_input="$ac_file. $configure_input" >- { echo "$as_me:$LINENO: creating $ac_file" >&5 >-echo "$as_me: creating $ac_file" >&6;} >+ { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 >+$as_echo "$as_me: creating $ac_file" >&6;} > fi >+ # Neutralize special characters interpreted by sed in replacement strings. >+ case $configure_input in #( >+ *\&* | *\|* | *\\* ) >+ ac_sed_conf_input=`$as_echo "$configure_input" | >+ sed 's/[\\\\&|]/\\\\&/g'`;; #( >+ *) ac_sed_conf_input=$configure_input;; >+ esac > > case $ac_tag in >- *:-:* | *:-) cat >"$tmp/stdin";; >+ *:-:* | *:-) cat >"$tmp/stdin" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } ;; > esac > ;; > esac >@@ -5758,7 +6150,7 @@ > X"$ac_file" : 'X\(//\)[^/]' \| \ > X"$ac_file" : 'X\(//\)$' \| \ > X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$ac_file" | >+$as_echo X"$ac_file" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -5784,7 +6176,7 @@ > as_dirs= > while :; do > case $as_dir in #( >- *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( >+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( > *) as_qdir=$as_dir;; > esac > as_dirs="'$as_qdir' $as_dirs" >@@ -5793,7 +6185,7 @@ > X"$as_dir" : 'X\(//\)[^/]' \| \ > X"$as_dir" : 'X\(//\)$' \| \ > X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$as_dir" | >+$as_echo X"$as_dir" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -5814,17 +6206,17 @@ > test -d "$as_dir" && break > done > test -z "$as_dirs" || eval "mkdir $as_dirs" >- } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >-echo "$as_me: error: cannot create directory $as_dir" >&2;} >+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} > { (exit 1); exit 1; }; }; } > ac_builddir=. > > case "$ac_dir" in > .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) >- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` >+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` > # A ".." for each directory in $ac_dir_suffix. >- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` >+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` > case $ac_top_builddir_sub in > "") ac_top_builddir_sub=. ac_top_build_prefix= ;; > *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; >@@ -5869,12 +6261,13 @@ > esac > _ACEOF > >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > # If the template does not know about datarootdir, expand it. > # FIXME: This hack should be removed a few years after 2.60. > ac_datarootdir_hack=; ac_datarootdir_seen= > >-case `sed -n '/datarootdir/ { >+ac_sed_dataroot=' >+/datarootdir/ { > p > q > } >@@ -5883,13 +6276,14 @@ > /@infodir@/p > /@localedir@/p > /@mandir@/p >-' $ac_file_inputs` in >+' >+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in > *datarootdir*) ac_datarootdir_seen=yes;; > *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) >- { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 >-echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 >+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} > _ACEOF >-cat >>$CONFIG_STATUS <<_ACEOF >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 > ac_datarootdir_hack=' > s&@datadir@&$datadir&g > s&@docdir@&$docdir&g >@@ -5903,15 +6297,16 @@ > # Neutralize VPATH when `$srcdir' = `.'. > # Shell code in configure.ac might set extrasub. > # FIXME: do we really want to maintain this feature? >-cat >>$CONFIG_STATUS <<_ACEOF >- sed "$ac_vpsub >+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 >+ac_sed_extra="$ac_vpsub > $extrasub > _ACEOF >-cat >>$CONFIG_STATUS <<\_ACEOF >+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 > :t > /@[a-zA-Z_][a-zA-Z_0-9]*@/!b >-s&@configure_input@&$configure_input&;t t >+s|@configure_input@|$ac_sed_conf_input|;t t > s&@top_builddir@&$ac_top_builddir_sub&;t t >+s&@top_build_prefix@&$ac_top_build_prefix&;t t > s&@srcdir@&$ac_srcdir&;t t > s&@abs_srcdir@&$ac_abs_srcdir&;t t > s&@top_srcdir@&$ac_top_srcdir&;t t >@@ -5922,135 +6317,75 @@ > s&@INSTALL@&$ac_INSTALL&;t t > s&@MKDIR_P@&$ac_MKDIR_P&;t t > $ac_datarootdir_hack >-" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out >+" >+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } > > test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && > { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && > { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && >- { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' >+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' > which seems to be undefined. Please make sure it is defined." >&5 >-echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' >+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' > which seems to be undefined. Please make sure it is defined." >&2;} > > rm -f "$tmp/stdin" > case $ac_file in >- -) cat "$tmp/out"; rm -f "$tmp/out";; >- *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; >- esac >+ -) cat "$tmp/out" && rm -f "$tmp/out";; >+ *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; >+ esac \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } > ;; > :H) > # > # CONFIG_HEADER > # >-_ACEOF >- >-# Transform confdefs.h into a sed script `conftest.defines', that >-# substitutes the proper values into config.h.in to produce config.h. >-rm -f conftest.defines conftest.tail >-# First, append a space to every undef/define line, to ease matching. >-echo 's/$/ /' >conftest.defines >-# Then, protect against being on the right side of a sed subst, or in >-# an unquoted here document, in config.status. If some macros were >-# called several times there might be several #defines for the same >-# symbol, which is useless. But do not sort them, since the last >-# AC_DEFINE must be honored. >-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* >-# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where >-# NAME is the cpp macro being defined, VALUE is the value it is being given. >-# PARAMS is the parameter list in the macro definition--in most cases, it's >-# just an empty string. >-ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' >-ac_dB='\\)[ (].*,\\1define\\2' >-ac_dC=' ' >-ac_dD=' ,' >- >-uniq confdefs.h | >- sed -n ' >- t rset >- :rset >- s/^[ ]*#[ ]*define[ ][ ]*// >- t ok >- d >- :ok >- s/[\\&,]/\\&/g >- s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p >- s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p >- ' >>conftest.defines >- >-# Remove the space that was appended to ease matching. >-# Then replace #undef with comments. This is necessary, for >-# example, in the case of _POSIX_SOURCE, which is predefined and required >-# on some systems where configure will not decide to define it. >-# (The regexp can be short, since the line contains either #define or #undef.) >-echo 's/ $// >-s,^[ #]*u.*,/* & */,' >>conftest.defines >- >-# Break up conftest.defines: >-ac_max_sed_lines=50 >- >-# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" >-# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" >-# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" >-# et cetera. >-ac_in='$ac_file_inputs' >-ac_out='"$tmp/out1"' >-ac_nxt='"$tmp/out2"' >- >-while : >-do >- # Write a here document: >- cat >>$CONFIG_STATUS <<_ACEOF >- # First, check the format of the line: >- cat >"\$tmp/defines.sed" <<\\CEOF >-/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def >-/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def >-b >-:def >-_ACEOF >- sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS >- echo 'CEOF >- sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS >- ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in >- sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail >- grep . conftest.tail >/dev/null || break >- rm -f conftest.defines >- mv conftest.tail conftest.defines >-done >-rm -f conftest.defines conftest.tail >- >-echo "ac_result=$ac_in" >>$CONFIG_STATUS >-cat >>$CONFIG_STATUS <<\_ACEOF > if test x"$ac_file" != x-; then >- echo "/* $configure_input */" >"$tmp/config.h" >- cat "$ac_result" >>"$tmp/config.h" >- if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then >- { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 >-echo "$as_me: $ac_file is unchanged" >&6;} >+ { >+ $as_echo "/* $configure_input */" \ >+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" >+ } >"$tmp/config.h" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } >+ if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then >+ { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 >+$as_echo "$as_me: $ac_file is unchanged" >&6;} > else >- rm -f $ac_file >- mv "$tmp/config.h" $ac_file >+ rm -f "$ac_file" >+ mv "$tmp/config.h" "$ac_file" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 >+$as_echo "$as_me: error: could not create $ac_file" >&2;} >+ { (exit 1); exit 1; }; } > fi > else >- echo "/* $configure_input */" >- cat "$ac_result" >+ $as_echo "/* $configure_input */" \ >+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ >+ || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 >+$as_echo "$as_me: error: could not create -" >&2;} >+ { (exit 1); exit 1; }; } > fi >- rm -f "$tmp/out12" >-# Compute $ac_file's index in $config_headers. >+# Compute "$ac_file"'s index in $config_headers. >+_am_arg="$ac_file" > _am_stamp_count=1 > for _am_header in $config_headers :; do > case $_am_header in >- $ac_file | $ac_file:* ) >+ $_am_arg | $_am_arg:* ) > break ;; > * ) > _am_stamp_count=`expr $_am_stamp_count + 1` ;; > esac > done >-echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || >-$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >- X$ac_file : 'X\(//\)[^/]' \| \ >- X$ac_file : 'X\(//\)$' \| \ >- X$ac_file : 'X\(/\)' \| . 2>/dev/null || >-echo X$ac_file | >+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || >+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ >+ X"$_am_arg" : 'X\(//\)[^/]' \| \ >+ X"$_am_arg" : 'X\(//\)$' \| \ >+ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || >+$as_echo X"$_am_arg" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -6070,30 +6405,40 @@ > s/.*/./; q'`/stamp-h$_am_stamp_count > ;; > >- :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 >-echo "$as_me: executing $ac_file commands" >&6;} >+ :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 >+$as_echo "$as_me: executing $ac_file commands" >&6;} > ;; > esac > > > case $ac_file$ac_mode in >- "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do >- # Strip MF so we end up with the name of the file. >- mf=`echo "$mf" | sed -e 's/:.*$//'` >- # Check whether this is an Automake generated Makefile or not. >- # We used to match only the files named `Makefile.in', but >- # some people rename them; so instead we look at the file content. >- # Grep'ing the first line is not enough: some people post-process >- # each Makefile.in and add a new line on top of each file to say so. >- # Grep'ing the whole file is not good either: AIX grep has a line >- # limit of 2048, but all sed's we know have understand at least 4000. >- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then >- dirpart=`$as_dirname -- "$mf" || >+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || { >+ # Autoconf 2.62 quotes --file arguments for eval, but not when files >+ # are listed without --file. Let's play safe and only enable the eval >+ # if we detect the quoting. >+ case $CONFIG_FILES in >+ *\'*) eval set x "$CONFIG_FILES" ;; >+ *) set x $CONFIG_FILES ;; >+ esac >+ shift >+ for mf >+ do >+ # Strip MF so we end up with the name of the file. >+ mf=`echo "$mf" | sed -e 's/:.*$//'` >+ # Check whether this is an Automake generated Makefile or not. >+ # We used to match only the files named `Makefile.in', but >+ # some people rename them; so instead we look at the file content. >+ # Grep'ing the first line is not enough: some people post-process >+ # each Makefile.in and add a new line on top of each file to say so. >+ # Grep'ing the whole file is not good either: AIX grep has a line >+ # limit of 2048, but all sed's we know have understand at least 4000. >+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then >+ dirpart=`$as_dirname -- "$mf" || > $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ > X"$mf" : 'X\(//\)[^/]' \| \ > X"$mf" : 'X\(//\)$' \| \ > X"$mf" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$mf" | >+$as_echo X"$mf" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -6111,33 +6456,33 @@ > q > } > s/.*/./; q'` >- else >- continue >- fi >- # Extract the definition of DEPDIR, am__include, and am__quote >- # from the Makefile without running `make'. >- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >- test -z "$DEPDIR" && continue >- am__include=`sed -n 's/^am__include = //p' < "$mf"` >- test -z "am__include" && continue >- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >- # When using ansi2knr, U may be empty or an underscore; expand it >- U=`sed -n 's/^U = //p' < "$mf"` >- # Find all dependency output files, they are included files with >- # $(DEPDIR) in their names. 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 " >- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`$as_dirname -- "$file" || >+ else >+ continue >+ fi >+ # Extract the definition of DEPDIR, am__include, and am__quote >+ # from the Makefile without running `make'. >+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` >+ test -z "$DEPDIR" && continue >+ am__include=`sed -n 's/^am__include = //p' < "$mf"` >+ test -z "am__include" && continue >+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` >+ # When using ansi2knr, U may be empty or an underscore; expand it >+ U=`sed -n 's/^U = //p' < "$mf"` >+ # Find all dependency output files, they are included files with >+ # $(DEPDIR) in their names. 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 " >+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/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=`$as_dirname -- "$file" || > $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ > X"$file" : 'X\(//\)[^/]' \| \ > X"$file" : 'X\(//\)$' \| \ > X"$file" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$file" | >+$as_echo X"$file" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -6155,7 +6500,7 @@ > q > } > s/.*/./; q'` >- { as_dir=$dirpart/$fdir >+ { as_dir=$dirpart/$fdir > case $as_dir in #( > -*) as_dir=./$as_dir;; > esac >@@ -6163,7 +6508,7 @@ > as_dirs= > while :; do > case $as_dir in #( >- *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( >+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( > *) as_qdir=$as_dir;; > esac > as_dirs="'$as_qdir' $as_dirs" >@@ -6172,7 +6517,7 @@ > X"$as_dir" : 'X\(//\)[^/]' \| \ > X"$as_dir" : 'X\(//\)$' \| \ > X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || >-echo X"$as_dir" | >+$as_echo X"$as_dir" | > sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ > s//\1/ > q >@@ -6193,13 +6538,14 @@ > test -d "$as_dir" && break > done > test -z "$as_dirs" || eval "mkdir $as_dirs" >- } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >-echo "$as_me: error: cannot create directory $as_dir" >&2;} >+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 >+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} > { (exit 1); exit 1; }; }; } >- # echo "creating $dirpart/$file" >- echo '# dummy' > "$dirpart/$file" >+ # echo "creating $dirpart/$file" >+ echo '# dummy' > "$dirpart/$file" >+ done > done >-done >+} > ;; > > esac >@@ -6210,6 +6556,11 @@ > _ACEOF > chmod +x $CONFIG_STATUS > ac_clean_files=$ac_clean_files_save >+ >+test $ac_write_fail = 0 || >+ { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 >+$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} >+ { (exit 1); exit 1; }; } > > > # configure is writing to config.log, and then calls config.status. >@@ -6232,4 +6583,8 @@ > # would make configure fail if this is the last instruction. > $ac_cs_success || { (exit 1); exit 1; } > fi >+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then >+ { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 >+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} >+fi > >diff --git a/debug/org.eclipse.ptp.debug.sdm/libmi/configure.in b/debug/org.eclipse.ptp.debug.sdm/libmi/configure.in >index b0e85ab..ebd0e1d 100644 >--- a/debug/org.eclipse.ptp.debug.sdm/libmi/configure.in >+++ b/debug/org.eclipse.ptp.debug.sdm/libmi/configure.in >@@ -26,9 +26,12 @@ > os=`uname -s` > if test "x$os" = "xAIX" ; then > CFLAGS="$CFLAGS -qinfo=gen -qcpluscmt" >+ AIX=1 > else > CFLAGS="$CFLAGS -Wall" >+ AIX=0 > fi >+AM_CONDITIONAL([AIX], [test "$AIX" = 1]) > > dnl Checks for typedefs, structures, and compiler characteristics. > AC_HEADER_TIME
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 399428
: 226280