wok-next rev 19957
Up fuse-emulator, gpgme, libnetfilter_conntrack, libnetfilter_cthelper, libnetfilter_cttimeout, libnetfilter_queue, libnfnetlink, libsdl, libspectrum, libstatgrab, libstroke, subversion, sysfsutils, taglib, tcl, tcpcrypt, tidy, tk, tokyocabinet, udisks2. Add fuse-emulator-gtk3, libblockdev, libbytesize, libstroke, volume_key.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 16 22:34:14 2017 +0300 (2017-10-16) |
parents | b5dc60e4f3bf |
children | 157397cd0805 |
files | fuse-emulator-gtk3/receipt fuse-emulator/receipt fuse-emulator/stuff/fuse-emulator.desktop fuse-emulator/stuff/fuse-emulator.png gpgme-dev/receipt gpgme/receipt libblockdev/receipt libbytesize/receipt libnetfilter_conntrack-dev/receipt libnetfilter_conntrack/receipt libnetfilter_cthelper-dev/receipt libnetfilter_cthelper/receipt libnetfilter_cttimeout-dev/receipt libnetfilter_cttimeout/receipt libnetfilter_queue-dev/receipt libnetfilter_queue/receipt libnfnetlink-dev/receipt libnfnetlink/receipt libsdl-dev/receipt libsdl/receipt libsdl/stuff/sdl-1.2.14-add-XGetRequest-symbol.patch libsdl/stuff/sdl-1.2.14-fix-disappearing-cursor.patch libsdl/stuff/sdl-1.2.14-fix-mouse-clicking.patch libsdl/stuff/sdl-1.2.14-joystick-crash.diff libspectrum-dev/receipt libspectrum/receipt libstatgrab-dev/receipt libstatgrab/receipt libstroke-dev/receipt libstroke/receipt libstroke/stuff/patches/autoconf-macro-quoting.patch libstroke/stuff/patches/debian-changes.patch libstroke/stuff/patches/series libsvn/receipt subversion-dev/receipt subversion/receipt sysfsutils-dev/receipt sysfsutils/receipt taglib-dev/receipt taglib/receipt tcl-dev/receipt tcl/receipt tcpcrypt-dev/receipt tcpcrypt/receipt tidy-dev/receipt tidy/receipt tk-dev/receipt tk/receipt tokyocabinet-dev/receipt tokyocabinet/description.txt tokyocabinet/receipt udisks2-dev/receipt udisks2/receipt udisks2/stuff/org.freedesktop.udisks2.pkla volume_key/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fuse-emulator-gtk3/receipt Mon Oct 16 22:34:14 2017 +0300 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="fuse-emulator-gtk3" 1.7 +VERSION="1.4.0" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="ZX Spectrum emulator (with GTK3 interface)" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php" 1.13 + 1.14 +TARBALL="fuse-$VERSION.tar.gz" 1.15 +WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL" 1.16 + 1.17 +BUILD_DEPENDS="perl libspectrum-dev xorg-libX11-dev xorg-libICE-dev gtk+3-dev \ 1.18 +alsa-lib-dev libsdl-dev" 1.19 + 1.20 +compile_rules() { 1.21 + ./configure \ 1.22 + --enable-desktop-integration \ 1.23 + $CONFIGURE_ARGS && 1.24 + make && make install 1.25 +} 1.26 + 1.27 +genpkg_rules() { 1.28 + copy @std 1.29 + rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48 1.30 + DEPENDS="alsa-lib atk audiofile bzlib cairo fontconfig freetype gdk-pixbuf \ 1.31 + glib gtk+3 libffi libgcrypt libgpg-error libharfbuzz liblzma libpng16 \ 1.32 + libsdl libspectrum libxml2 pango pcre tslib util-linux-blkid \ 1.33 + util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.34 + xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman zlib" 1.35 + TAGS="emulator spectrum" 1.36 +}
2.1 --- a/fuse-emulator/receipt Mon Oct 16 17:48:08 2017 +0200 2.2 +++ b/fuse-emulator/receipt Mon Oct 16 22:34:14 2017 +0300 2.3 @@ -1,34 +1,33 @@ 2.4 -# SliTaz package receipt. 2.5 +# SliTaz package receipt v2. 2.6 2.7 PACKAGE="fuse-emulator" 2.8 -VERSION="1.0.0.1" 2.9 +VERSION="1.4.0" 2.10 CATEGORY="games" 2.11 SHORT_DESC="ZX Spectrum emulator" 2.12 MAINTAINER="slaxemulator@gmail.com" 2.13 LICENSE="GPL2" 2.14 -# make SOURCE fuse-emulator so the source tarball 2.15 -# is not named fuse-$VERSION.tar.lzma 2.16 -SOURCE="fuse-emulator" 2.17 +WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php" 2.18 + 2.19 TARBALL="fuse-$VERSION.tar.gz" 2.20 -WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php" 2.21 -WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 2.22 -TAGS="emulator spectrum" 2.23 +WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL" 2.24 2.25 -DEPENDS="alsa-lib gtk+ libpng libspectrum libxml2" 2.26 -BUILD_DEPENDS="alsa-lib-dev gtk+-dev libpng-dev libspectrum-dev libxml2-dev" 2.27 +BUILD_DEPENDS="perl libspectrum-dev xorg-libX11-dev xorg-libICE-dev gtk+-dev \ 2.28 +alsa-lib-dev libsdl-dev" 2.29 2.30 -# Rules to configure and make the package. 2.31 -compile_rules() 2.32 -{ 2.33 - cd $src 2.34 - ./configure $CONFIGURE_ARGS && make && make install 2.35 +compile_rules() { 2.36 + ./configure \ 2.37 + --enable-desktop-integration \ 2.38 + $CONFIGURE_ARGS && 2.39 + make && make install 2.40 } 2.41 2.42 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.43 -genpkg_rules() 2.44 -{ 2.45 - mkdir -p $fs/usr/share 2.46 - cp -a $install/usr/bin $fs/usr 2.47 - cp -a $install/usr/share/fuse $fs/usr/share 2.48 +genpkg_rules() { 2.49 + copy @std 2.50 + rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48 2.51 + DEPENDS="alsa-lib atk audiofile bzlib cairo fontconfig freetype gdk-pixbuf \ 2.52 + glib gtk+ libffi libgcrypt libgpg-error libharfbuzz liblzma libpng16 \ 2.53 + libsdl libspectrum libxml2 pango pcre tslib util-linux-blkid \ 2.54 + util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp \ 2.55 + xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman zlib" 2.56 + TAGS="emulator spectrum" 2.57 } 2.58 -
3.1 --- a/fuse-emulator/stuff/fuse-emulator.desktop Mon Oct 16 17:48:08 2017 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,9 +0,0 @@ 3.4 -[Desktop Entry] 3.5 -Type=Application 3.6 -Categories=Game; 3.7 -Terminal=false 3.8 -Exec=/usr/bin/fuse 3.9 -Icon=fuse-emulator 3.10 -Name=ZX Spectrum Emulator 3.11 -GenericName=ZX Spectrum Emulator 3.12 -Comment=ZX Spectrum Emulator
4.1 Binary file fuse-emulator/stuff/fuse-emulator.png has changed
5.1 --- a/gpgme-dev/receipt Mon Oct 16 17:48:08 2017 +0200 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,19 +0,0 @@ 5.4 -# SliTaz package receipt. 5.5 - 5.6 -PACKAGE="gpgme-dev" 5.7 -VERSION="1.6.0" 5.8 -CATEGORY="security" 5.9 -SHORT_DESC="C language library that allows to add support for cryptography to a program." 5.10 -MAINTAINER="erjo@slitaz.org" 5.11 -LICENSE="GPL2" 5.12 -WEB_SITE="https://www.gnupg.org/related_software/gpgme/" 5.13 - 5.14 -WANTED="gpgme" 5.15 -DEPENDS="gpgme libassuan-dev libgpg-error-dev" 5.16 - 5.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 5.18 -genpkg_rules() 5.19 -{ 5.20 - cp -a $install/* $fs 5.21 - rm -r $fs/usr/bin/gpgme-tool $fs/usr/lib/*.so* 5.22 -}
6.1 --- a/gpgme/receipt Mon Oct 16 17:48:08 2017 +0200 6.2 +++ b/gpgme/receipt Mon Oct 16 22:34:14 2017 +0300 6.3 @@ -1,31 +1,36 @@ 6.4 -# SliTaz package receipt. 6.5 +# SliTaz package receipt v2. 6.6 6.7 PACKAGE="gpgme" 6.8 -VERSION="1.6.0" 6.9 +VERSION="1.9.0" 6.10 CATEGORY="security" 6.11 -SHORT_DESC="C language library that allows to add support for cryptography to a program." 6.12 +SHORT_DESC="Support for cryptography" 6.13 MAINTAINER="erjo@slitaz.org" 6.14 LICENSE="GPL2 LGPL2.1" 6.15 WEB_SITE="https://www.gnupg.org/related_software/gpgme/" 6.16 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/gpgme.html" 6.17 + 6.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.19 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL" 6.20 +# Integrity check: https://www.gnupg.org/download/integrity_check.html 6.21 +TARBALL_SHA1="870719cd3d2ef6a7fcb1d6af9ce5446edba7bfc3" 6.22 6.23 -DEPENDS="libassuan" 6.24 BUILD_DEPENDS="libgpg-error-dev libassuan-dev" 6.25 +SPLIT="gpgme-dev" 6.26 6.27 -# Rules to configure and make the package. 6.28 -compile_rules() 6.29 -{ 6.30 - # Integrity check: https://www.gnupg.org/download/integrity_check.html 6.31 - echo "21510323495f6220f8f67610c3c27a23d761d43d $SRC/$TARBALL" | sha1sum -c || exit 1 6.32 - 6.33 +compile_rules() { 6.34 ./configure $CONFIGURE_ARGS && make && make install 6.35 } 6.36 6.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 6.38 -genpkg_rules() 6.39 -{ 6.40 - mkdir -p $fs/usr/bin $fs/usr/lib 6.41 - cp -a $install/usr/bin/gpgme-tool $fs/usr/bin 6.42 - cp -a $install/usr/lib/*.so* $fs/usr/lib 6.43 +genpkg_rules() { 6.44 + case $PACKAGE in 6.45 + gpgme) 6.46 + copy @std 6.47 + rm -r $fs/usr/share 6.48 + DEPENDS="libassuan libgpg-error" 6.49 + ;; 6.50 + *-dev) 6.51 + copy @dev common-lisp/ 6.52 + DEPENDS="gpgme libassuan-dev libgpg-error-dev" 6.53 + ;; 6.54 + esac 6.55 }
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/libblockdev/receipt Mon Oct 16 22:34:14 2017 +0300 7.3 @@ -0,0 +1,54 @@ 7.4 +# SliTaz package receipt v2. 7.5 + 7.6 +PACKAGE="libblockdev" 7.7 +VERSION="2.11-1" 7.8 +CATEGORY="libs" 7.9 +SHORT_DESC="A library for manipulating block devices" 7.10 +MAINTAINER="al.bobylev@gmail.com" 7.11 +LICENSE="LGPL2.1" 7.12 +WEB_SITE="https://github.com/storaged-project/libblockdev/" 7.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libblockdev.html" 7.14 + 7.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 7.16 +WGET_URL="https://github.com/storaged-project/libblockdev/archive/$TARBALL" 7.17 + 7.18 +BUILD_DEPENDS="automake libtool python glib-dev eudev-dev cryptsetup-dev \ 7.19 +nss-dev coreutils-file-special libdevmapper-dev kmod-dev parted-dev \ 7.20 +util-linux-mount-dev util-linux-blkid-dev libbytesize-dev volume_key-dev" 7.21 +SPLIT="libblockdev-python libblockdev-dev" 7.22 + 7.23 +compile_rules() { 7.24 + ./autogen.sh && 7.25 + 7.26 + ./configure \ 7.27 + --without-dm \ 7.28 + --sysconfdir=/etc \ 7.29 + $CONFIGURE_ARGS && 7.30 + make && make install 7.31 +} 7.32 + 7.33 +genpkg_rules() { 7.34 + case $PACKAGE in 7.35 + libblockdev) 7.36 + copy @std; rm -r $fs/usr/lib/python2.7/ 7.37 + DEPENDS="cryptsetup eudev glib gmp gpgme kmod libassuan \ 7.38 + libbytesize libdevmapper libffi libgcrypt libgpg-error liblzma \ 7.39 + mpfr nspr nss parted pcre util-linux-blkid util-linux-mount \ 7.40 + util-linux-uuid volume_key zlib" 7.41 + ;; 7.42 + *-python) 7.43 + copy *.py 7.44 + CAT="libs|python bindings" 7.45 + DEPENDS="libblockdev python" 7.46 + ;; 7.47 + *-dev) 7.48 + copy @dev 7.49 + DEPENDS="libblockdev libblockdev-python cryptsetup-dev eudev-dev \ 7.50 + glib-dev gmp-dev gpgme-dev kmod-dev libassuan-dev libbytesize-dev \ 7.51 + libdevmapper-dev libffi-dev libgcrypt-dev libgpg-error-dev \ 7.52 + mpfr-dev nspr-dev nss-dev parted-dev pcre-dev util-linux-blkid-dev \ 7.53 + util-linux-mount-dev util-linux-uuid-dev volume_key-dev xz-dev \ 7.54 + zlib-dev" 7.55 + ;; 7.56 + esac 7.57 +}
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/libbytesize/receipt Mon Oct 16 22:34:14 2017 +0300 8.3 @@ -0,0 +1,41 @@ 8.4 +# SliTaz package receipt v2. 8.5 + 8.6 +PACKAGE="libbytesize" 8.7 +VERSION="0.11" 8.8 +CATEGORY="libs" 8.9 +SHORT_DESC="C class for working with arbitrary big sizes" 8.10 +MAINTAINER="al.bobylev@gmail.com" 8.11 +LICENSE="LGPL2.1" 8.12 +WEB_SITE="https://github.com/storaged-project/libbytesize/" 8.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libbytesize.html" 8.14 + 8.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 8.16 +WGET_URL="https://github.com/storaged-project/libbytesize/archive/$TARBALL" 8.17 + 8.18 +BUILD_DEPENDS="automake libtool gettext gmp-dev mpfr-dev" 8.19 +SPLIT="libbytesize-python libbytesize libbytesize-dev" 8.20 + 8.21 +compile_rules() { 8.22 + ./autogen.sh && 8.23 + 8.24 + ./configure $CONFIGURE_ARGS && make && make install 8.25 +} 8.26 + 8.27 +genpkg_rules() { 8.28 + case $PACKAGE in 8.29 + libbytesize-python) 8.30 + copy *.py 8.31 + DEPENDS="libbytesize python" 8.32 + CAT="libs|python bindings" 8.33 + ;; 8.34 + libbytesize) 8.35 + copy @std; remove_already_packed 8.36 + DEPENDS="gmp mpfr pcre" 8.37 + ;; 8.38 + *-dev) 8.39 + copy @dev 8.40 + DEPENDS="libbytesize libbytesize-python glib-dev gmp-dev mpfr-dev \ 8.41 + pcre-dev" 8.42 + ;; 8.43 + esac 8.44 +}
9.1 --- a/libnetfilter_conntrack-dev/receipt Mon Oct 16 17:48:08 2017 +0200 9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 9.3 @@ -1,21 +0,0 @@ 9.4 -# SliTaz package receipt. 9.5 - 9.6 -PACKAGE="libnetfilter_conntrack-dev" 9.7 -VERSION="1.0.4" 9.8 -CATEGORY="development" 9.9 -SHORT_DESC="Library providing an API to the in-kernel connection tracking state table development files." 9.10 -MAINTAINER="paul@slitaz.org" 9.11 -LICENSE="GPL2" 9.12 -WEB_SITE="http://www.netfilter.org/projects/libnetfilter_conntrack/" 9.13 -WANTED="libnetfilter_conntrack" 9.14 -DEPENDS="libnetfilter_conntrack" 9.15 - 9.16 -# Rules to gen a SliTaz package suitable for Tazpkg. 9.17 -genpkg_rules() 9.18 -{ 9.19 - mkdir -p $fs/usr/lib 9.20 - cp -a $install/usr/include $fs/usr 9.21 - cp -a $install/usr/lib/*a $fs/usr/lib 9.22 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 9.23 -} 9.24 -
10.1 --- a/libnetfilter_conntrack/receipt Mon Oct 16 17:48:08 2017 +0200 10.2 +++ b/libnetfilter_conntrack/receipt Mon Oct 16 22:34:14 2017 +0300 10.3 @@ -1,32 +1,32 @@ 10.4 -# SliTaz package receipt. 10.5 +# SliTaz package receipt v2. 10.6 10.7 PACKAGE="libnetfilter_conntrack" 10.8 -VERSION="1.0.4" 10.9 +VERSION="1.0.6" 10.10 CATEGORY="network" 10.11 -SHORT_DESC="Library providing an API to the in-kernel connection tracking state table." 10.12 +SHORT_DESC="API to the in-kernel connection tracking state table" 10.13 MAINTAINER="paul@slitaz.org" 10.14 LICENSE="GPL2" 10.15 -DEPENDS="libnfnetlink libmnl" 10.16 +WEB_SITE="http://www.netfilter.org/projects/libnetfilter_conntrack/" 10.17 + 10.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.19 +WGET_URL="http://www.netfilter.org/projects/libnetfilter_conntrack/files/$TARBALL" 10.20 + 10.21 BUILD_DEPENDS="libnfnetlink-dev libmnl-dev" 10.22 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.23 -WEB_SITE="http://www.netfilter.org/projects/libnetfilter_conntrack/" 10.24 -WGET_URL="http://www.netfilter.org/projects/$PACKAGE/files/$TARBALL" 10.25 +SPLIT="libnetfilter_conntrack-dev" 10.26 10.27 -# Rules to configure and make the package. 10.28 -compile_rules() 10.29 -{ 10.30 - cd $src 10.31 - ./configure \ 10.32 - --prefix=/usr \ 10.33 - $CONFIGURE_ARGS && 10.34 - make && 10.35 - make DESTDIR=$DESTDIR install 10.36 +compile_rules() { 10.37 + ./configure $CONFIGURE_ARGS && make && make install 10.38 } 10.39 10.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 10.41 -genpkg_rules() 10.42 -{ 10.43 - mkdir -p $fs/usr/lib 10.44 - cp -a $install/usr/lib/*.so* $fs/usr/lib 10.45 +genpkg_rules() { 10.46 + case $PACKAGE in 10.47 + libnetfilter_conntrack) 10.48 + copy @std 10.49 + DEPENDS="libmnl libnfnetlink" 10.50 + ;; 10.51 + *-dev) 10.52 + copy @dev 10.53 + DEPENDS="libnetfilter_conntrack libmnl-dev libnfnetlink-dev" 10.54 + ;; 10.55 + esac 10.56 } 10.57 -
11.1 --- a/libnetfilter_cthelper-dev/receipt Mon Oct 16 17:48:08 2017 +0200 11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 11.3 @@ -1,22 +0,0 @@ 11.4 -# SliTaz package receipt. 11.5 - 11.6 -PACKAGE="libnetfilter_cthelper-dev" 11.7 -VERSION="1.0.0" 11.8 -CATEGORY="development" 11.9 -SHORT_DESC="API to the user-space helper infrastructure, development files." 11.10 -MAINTAINER="pascal.bellard@slitaz.org" 11.11 -LICENSE="GPL2" 11.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 11.13 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 11.14 -WANTED="libnetfilter_cthelper" 11.15 - 11.16 -DEPENDS="libnetfilter_cthelper" 11.17 - 11.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 11.19 -genpkg_rules() 11.20 -{ 11.21 - mkdir -p $fs/usr/lib 11.22 - cp -a $install/usr/include $fs/usr 11.23 - cp -a $install/usr/lib/*a $fs/usr/lib 11.24 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 11.25 -}
12.1 --- a/libnetfilter_cthelper/receipt Mon Oct 16 17:48:08 2017 +0200 12.2 +++ b/libnetfilter_cthelper/receipt Mon Oct 16 22:34:14 2017 +0300 12.3 @@ -1,29 +1,32 @@ 12.4 -# SliTaz package receipt. 12.5 +# SliTaz package receipt v2. 12.6 12.7 PACKAGE="libnetfilter_cthelper" 12.8 VERSION="1.0.0" 12.9 CATEGORY="network" 12.10 -SHORT_DESC="API to the user-space helper infrastructure." 12.11 +SHORT_DESC="API to the user-space helper infrastructure" 12.12 MAINTAINER="pascal.bellard@slitaz.org" 12.13 LICENSE="GPL2" 12.14 +WEB_SITE="http://www.netfilter.org/projects/libnetfilter_cthelper/" 12.15 + 12.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.17 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 12.18 -WGET_URL="${WEB_SITE}files/$TARBALL" 12.19 +WGET_URL="http://www.netfilter.org/projects/libnetfilter_cthelper/files/$TARBALL" 12.20 12.21 -DEPENDS="libmnl" 12.22 -BUILD_DEPENDS="pkg-config glib-dev libmnl-dev" 12.23 +BUILD_DEPENDS="libmnl-dev" 12.24 +SPLIT="libnetfilter_cthelper-dev" 12.25 12.26 -# Rules to configure and make the package. 12.27 -compile_rules() 12.28 -{ 12.29 - ./configure --prefix=/usr $CONFIGURE_ARGS && 12.30 - make && 12.31 - make DESTDIR=$DESTDIR install 12.32 +compile_rules() { 12.33 + ./configure $CONFIGURE_ARGS && make && make install 12.34 } 12.35 12.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 12.37 -genpkg_rules() 12.38 -{ 12.39 - mkdir -p $fs/usr/lib 12.40 - cp -a $install/usr/lib/*.so* $fs/usr/lib 12.41 +genpkg_rules() { 12.42 + case $PACKAGE in 12.43 + libnetfilter_cthelper) 12.44 + copy @std 12.45 + DEPENDS="libmnl" 12.46 + ;; 12.47 + *-dev) 12.48 + copy @dev 12.49 + DEPENDS="libnetfilter_cthelper libmnl-dev" 12.50 + ;; 12.51 + esac 12.52 }
13.1 --- a/libnetfilter_cttimeout-dev/receipt Mon Oct 16 17:48:08 2017 +0200 13.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 13.3 @@ -1,21 +0,0 @@ 13.4 -# SliTaz package receipt. 13.5 - 13.6 -PACKAGE="libnetfilter_cttimeout-dev" 13.7 -VERSION="1.0.0" 13.8 -CATEGORY="development" 13.9 -SHORT_DESC="API to the fine-grain connection tracking timeout infrastructure." 13.10 -MAINTAINER="pascal.bellard@slitaz.org" 13.11 -LICENSE="GPL2" 13.12 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 13.13 -WANTED="libnetfilter_cttimeout" 13.14 - 13.15 -DEPENDS="libnetfilter_cttimeout" 13.16 - 13.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 13.18 -genpkg_rules() 13.19 -{ 13.20 - mkdir -p $fs/usr/lib 13.21 - cp -a $install/usr/include $fs/usr 13.22 - cp -a $install/usr/lib/*a $fs/usr/lib 13.23 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 13.24 -}
14.1 --- a/libnetfilter_cttimeout/receipt Mon Oct 16 17:48:08 2017 +0200 14.2 +++ b/libnetfilter_cttimeout/receipt Mon Oct 16 22:34:14 2017 +0300 14.3 @@ -1,29 +1,32 @@ 14.4 -# SliTaz package receipt. 14.5 +# SliTaz package receipt v2. 14.6 14.7 PACKAGE="libnetfilter_cttimeout" 14.8 VERSION="1.0.0" 14.9 CATEGORY="network" 14.10 -SHORT_DESC="API to the fine-grain connection tracking timeout infrastructure." 14.11 +SHORT_DESC="API to the fine-grain connection tracking timeout infrastructure" 14.12 MAINTAINER="pascal.bellard@slitaz.org" 14.13 LICENSE="GPL2" 14.14 +WEB_SITE="http://www.netfilter.org/projects/libnetfilter_cttimeout/" 14.15 + 14.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 14.17 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 14.18 -WGET_URL="${WEB_SITE}files/$TARBALL" 14.19 +WGET_URL="http://www.netfilter.org/projects/libnetfilter_cttimeout/files/$TARBALL" 14.20 14.21 -DEPENDS="libmnl" 14.22 -BUILD_DEPENDS="pkg-config glib-dev libmnl-dev" 14.23 +BUILD_DEPENDS="libmnl-dev" 14.24 +SPLIT="libnetfilter_cttimeout-dev" 14.25 14.26 -# Rules to configure and make the package. 14.27 -compile_rules() 14.28 -{ 14.29 - ./configure --prefix=/usr $CONFIGURE_ARGS && 14.30 - make && 14.31 - make DESTDIR=$DESTDIR install 14.32 +compile_rules() { 14.33 + ./configure $CONFIGURE_ARGS && make && make install 14.34 } 14.35 14.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 14.37 -genpkg_rules() 14.38 -{ 14.39 - mkdir -p $fs/usr/lib 14.40 - cp -a $install/usr/lib/*.so* $fs/usr/lib 14.41 +genpkg_rules() { 14.42 + case $PACKAGE in 14.43 + libnetfilter_cttimeout) 14.44 + copy @std 14.45 + DEPENDS="libmnl" 14.46 + ;; 14.47 + *-dev) 14.48 + copy @dev 14.49 + DEPENDS="libnetfilter_cttimeout libmnl-dev" 14.50 + ;; 14.51 + esac 14.52 }
15.1 --- a/libnetfilter_queue-dev/receipt Mon Oct 16 17:48:08 2017 +0200 15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 15.3 @@ -1,21 +0,0 @@ 15.4 -# SliTaz package receipt. 15.5 - 15.6 -PACKAGE="libnetfilter_queue-dev" 15.7 -VERSION="1.0.2" 15.8 -CATEGORY="development" 15.9 -SHORT_DESC="API to packets that have been queued by the kernel packet filter, development files." 15.10 -MAINTAINER="pascal.bellard@slitaz.org" 15.11 -LICENSE="GPL2" 15.12 -WEB_SITE="http://www.netfilter.org/projects/libnetfilter_queue/" 15.13 -WANTED="libnetfilter_queue" 15.14 - 15.15 -DEPENDS="pkg-config libnfnetlink-dev" 15.16 - 15.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 15.18 -genpkg_rules() 15.19 -{ 15.20 - mkdir -p $fs/usr/lib 15.21 - cp -a $install/usr/include $fs/usr 15.22 - cp -a $install/usr/lib/*a $fs/usr/lib 15.23 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 15.24 -}
16.1 --- a/libnetfilter_queue/receipt Mon Oct 16 17:48:08 2017 +0200 16.2 +++ b/libnetfilter_queue/receipt Mon Oct 16 22:34:14 2017 +0300 16.3 @@ -1,31 +1,32 @@ 16.4 -# SliTaz package receipt. 16.5 +# SliTaz package receipt v2. 16.6 16.7 PACKAGE="libnetfilter_queue" 16.8 VERSION="1.0.2" 16.9 CATEGORY="network" 16.10 -SHORT_DESC="API to packets that have been queued by the kernel packet filter." 16.11 +SHORT_DESC="API to packets that have been queued by the kernel packet filter" 16.12 MAINTAINER="pascal.bellard@slitaz.org" 16.13 LICENSE="GPL2" 16.14 +WEB_SITE="http://www.netfilter.org/projects/libnetfilter_queue/" 16.15 + 16.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 16.17 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 16.18 -WGET_URL="${WEB_SITE}files/$TARBALL" 16.19 +WGET_URL="http://www.netfilter.org/projects/libnetfilter_queue/files/$TARBALL" 16.20 16.21 -DEPENDS="libnfnetlink" 16.22 BUILD_DEPENDS="libnfnetlink-dev libmnl-dev" 16.23 +SPLIT="libnetfilter_queue-dev" 16.24 16.25 -# Rules to configure and make the package. 16.26 -compile_rules() 16.27 -{ 16.28 - ./configure \ 16.29 - --prefix=/usr \ 16.30 - $CONFIGURE_ARGS && 16.31 - make && 16.32 - make DESTDIR=$DESTDIR install 16.33 +compile_rules() { 16.34 + ./configure $CONFIGURE_ARGS && make && make install 16.35 } 16.36 16.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 16.38 -genpkg_rules() 16.39 -{ 16.40 - mkdir -p $fs/usr/lib 16.41 - cp -a $install/usr/lib/*.so* $fs/usr/lib 16.42 +genpkg_rules() { 16.43 + case $PACKAGE in 16.44 + libnetfilter_queue) 16.45 + copy @std 16.46 + DEPENDS="libmnl libnfnetlink" 16.47 + ;; 16.48 + *-dev) 16.49 + copy @dev 16.50 + DEPENDS="libnetfilter_queue libmnl-dev libnfnetlink-dev" 16.51 + ;; 16.52 + esac 16.53 }
17.1 --- a/libnfnetlink-dev/receipt Mon Oct 16 17:48:08 2017 +0200 17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 17.3 @@ -1,21 +0,0 @@ 17.4 -# SliTaz package receipt. 17.5 - 17.6 -PACKAGE="libnfnetlink-dev" 17.7 -VERSION="1.0.1" 17.8 -CATEGORY="development" 17.9 -SHORT_DESC="devl files for libnfnetlink" 17.10 -MAINTAINER="pascal.bellard@slitaz.org" 17.11 -LICENSE="GPL2" 17.12 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 17.13 -WANTED="libnfnetlink" 17.14 - 17.15 -DEPENDS="libnfnetlink pkg-config" 17.16 - 17.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 17.18 -genpkg_rules() 17.19 -{ 17.20 - mkdir -p $fs/usr/lib 17.21 - cp -a $install/usr/include $fs/usr 17.22 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 17.23 - cp -a $install/usr/lib/*.*a $fs/usr/lib 17.24 -}
18.1 --- a/libnfnetlink/receipt Mon Oct 16 17:48:08 2017 +0200 18.2 +++ b/libnfnetlink/receipt Mon Oct 16 22:34:14 2017 +0300 18.3 @@ -1,26 +1,25 @@ 18.4 -# SliTaz package receipt. 18.5 +# SliTaz package receipt v2. 18.6 18.7 PACKAGE="libnfnetlink" 18.8 VERSION="1.0.1" 18.9 CATEGORY="network" 18.10 -SHORT_DESC="Low-level library for netfilter related kernel/userspace communication." 18.11 +SHORT_DESC="Low-level library for netfilter related kernel/userspace communication" 18.12 MAINTAINER="pascal.bellard@slitaz.org" 18.13 LICENSE="GPL2" 18.14 +WEB_SITE="http://www.netfilter.org/projects/libnfnetlink/" 18.15 + 18.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 18.17 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 18.18 -WGET_URL="${WEB_SITE}files/$TARBALL" 18.19 +WGET_URL="http://www.netfilter.org/projects/libnfnetlink/files/$TARBALL" 18.20 18.21 -# Rules to configure and make the package. 18.22 -compile_rules() 18.23 -{ 18.24 - ./configure --prefix=/usr $CONFIGURE_ARGS && 18.25 - make && 18.26 - make DESTDIR=$DESTDIR install 18.27 +SPLIT="libnfnetlink-dev" 18.28 + 18.29 +compile_rules() { 18.30 + ./configure $CONFIGURE_ARGS && make && make install 18.31 } 18.32 18.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 18.34 -genpkg_rules() 18.35 -{ 18.36 - mkdir -p $fs/usr/lib 18.37 - cp -a $install/usr/lib/*.so* $fs/usr/lib 18.38 +genpkg_rules() { 18.39 + case $PACKAGE in 18.40 + libnfnetlink) copy @std;; 18.41 + *-dev) copy @dev;; 18.42 + esac 18.43 }
19.1 --- a/libsdl-dev/receipt Mon Oct 16 17:48:08 2017 +0200 19.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 19.3 @@ -1,26 +0,0 @@ 19.4 -# SliTaz package receipt. 19.5 - 19.6 -PACKAGE="libsdl-dev" 19.7 -VERSION="1.2.14" 19.8 -CATEGORY="development" 19.9 -SHORT_DESC="Simple DirectMedia Layer devel files." 19.10 -MAINTAINER="pankso@slitaz.org" 19.11 -LICENSE="LGPL2.1" 19.12 -SOURCE="SDL" 19.13 -WANTED="libsdl" 19.14 -WEB_SITE="http://www.libsdl.org/" 19.15 -HOST_ARCH="i486 arm" 19.16 - 19.17 -DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl pkg-config" 19.18 - 19.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 19.20 -genpkg_rules() 19.21 -{ 19.22 - mkdir -p $fs/usr/lib $fs/usr/share 19.23 - cp -a $install/usr/bin $fs/usr 19.24 - cp -a $install/usr/include $fs/usr 19.25 - cp -a $install/usr/lib/*.a $fs/usr/lib 19.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 19.27 - cp -a $install/usr/share/aclocal $fs/usr/share 19.28 -} 19.29 -
20.1 --- a/libsdl/receipt Mon Oct 16 17:48:08 2017 +0200 20.2 +++ b/libsdl/receipt Mon Oct 16 22:34:14 2017 +0300 20.3 @@ -1,46 +1,43 @@ 20.4 -# SliTaz package receipt. 20.5 +# SliTaz package receipt v2. 20.6 20.7 PACKAGE="libsdl" 20.8 -VERSION="1.2.14" 20.9 +VERSION="1.2.15" 20.10 CATEGORY="x-window" 20.11 SHORT_DESC="Simple DirectMedia Layer" 20.12 MAINTAINER="pankso@slitaz.org" 20.13 LICENSE="LGPL2.1" 20.14 -SOURCE="SDL" 20.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 20.16 WEB_SITE="http://www.libsdl.org/" 20.17 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/sdl.html" 20.18 + 20.19 +TARBALL="SDL-$VERSION.tar.gz" 20.20 WGET_URL="http://www.libsdl.org/release/$TARBALL" 20.21 -HOST_ARCH="i486 arm" 20.22 20.23 -DEPENDS="xorg-libXext xorg-libXrender xorg-libX11" 20.24 -BUILD_DEPENDS="libglu-mesa mesa-dev xorg-libXt-dev xorg-libXext-dev \ 20.25 -xorg-libXrender-dev xorg-libX11-dev alsa-lib-dev" 20.26 +BUILD_DEPENDS="nasm alsa-lib-dev xorg-libX11-dev xorg-libXrandr-dev \ 20.27 +libglu-mesa-dev tslib-dev" 20.28 +SPLIT="libsdl-dev" 20.29 20.30 -# Handle cross compilation. 20.31 -case "$ARCH" in 20.32 - arm) BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-dev xorg-libXrender-dev \ 20.33 -xorg-libX11-dev" ;; 20.34 -esac 20.35 +compile_rules() { 20.36 + sed -e '/_XData32/s:register long:register _Xconst long:' \ 20.37 + -i src/video/x11/SDL_x11sym.h && 20.38 20.39 -# Rules to configure and make the package. 20.40 -compile_rules() 20.41 -{ 20.42 - patch -Np1 -i $stuff/sdl-$VERSION-joystick-crash.diff 20.43 - patch -Np1 -i $stuff/sdl-$VERSION-fix-mouse-clicking.patch 20.44 - patch -Np1 -i $stuff/sdl-$VERSION-fix-disappearing-cursor.patch 20.45 - patch -Np1 -i $stuff/sdl-1.2.14-add-XGetRequest-symbol.patch 20.46 - sed -i 's/"=X" (mem)/"=m" (mem)/' src/video/mmx.h 20.47 - ./configure $CONFIGURE_ARGS && make && make install 20.48 + ./configure \ 20.49 + --disable-static \ 20.50 + $CONFIGURE_ARGS && 20.51 + make && 20.52 + make install || return 1 20.53 + 20.54 + cook_pick_docs docs/html/*.html 20.55 } 20.56 20.57 -# Rules to gen a SliTaz package suitable for Tazpkg. 20.58 -genpkg_rules() 20.59 -{ 20.60 - mkdir -p $fs/usr/lib 20.61 - cp -a $install/usr/lib/*.so* $fs/usr/lib 20.62 +genpkg_rules() { 20.63 + case $PACKAGE in 20.64 + libsdl) 20.65 + copy @std 20.66 + DEPENDS="tslib" 20.67 + ;; 20.68 + *-dev) 20.69 + copy @dev 20.70 + DEPENDS="libsdl tslib-dev" 20.71 + ;; 20.72 + esac 20.73 } 20.74 - 20.75 -post_install() 20.76 -{ 20.77 - [ ! -d "$1$INSTALLED/libSDL" ] || rm -rf "$1$INSTALLED/libSDL" 20.78 -}
21.1 --- a/libsdl/stuff/sdl-1.2.14-add-XGetRequest-symbol.patch Mon Oct 16 17:48:08 2017 +0200 21.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 21.3 @@ -1,70 +0,0 @@ 21.4 -_XGetRequest API was backported to libx11-1.4.4 in: 21.5 -http://git.openembedded.org/openembedded-core/commit/?id=e08604800fe1cb8f240f53c147ceb4ee08a29b91 21.6 - 21.7 -This breaks e.g. libsdl-image build with: 21.8 -| /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libSDL.so: undefined reference to `_XGetRequest' 21.9 - 21.10 -For details see: https://bugzilla.redhat.com/show_bug.cgi?id=782251 21.11 - 21.12 -Upstrea-Status: Accepted 21.13 - 21.14 -@@ -, +, @@ 21.15 - added. 21.16 - src/video/x11/SDL_x11dyn.c | 24 ++++++++++++++++++++++++ 21.17 - src/video/x11/SDL_x11sym.h | 6 ++++++ 21.18 - 2 files changed, 30 insertions(+), 0 deletions(-) 21.19 ---- a/src/video/x11/SDL_x11dyn.c 21.20 -+++ a/src/video/x11/SDL_x11dyn.c 21.21 -@@ -109,6 +109,21 @@ char *(*pXGetICValues)(XIC, ...) = NULL; 21.22 - #undef SDL_X11_SYM 21.23 - 21.24 - 21.25 -+static void *SDL_XGetRequest_workaround(Display* dpy, CARD8 type, size_t len) 21.26 -+{ 21.27 -+ xReq *req; 21.28 -+ WORD64ALIGN 21.29 -+ if (dpy->bufptr + len > dpy->bufmax) 21.30 -+ _XFlush(dpy); 21.31 -+ dpy->last_req = dpy->bufptr; 21.32 -+ req = (xReq*)dpy->bufptr; 21.33 -+ req->reqType = type; 21.34 -+ req->length = len / 4; 21.35 -+ dpy->bufptr += len; 21.36 -+ dpy->request++; 21.37 -+ return req; 21.38 -+} 21.39 -+ 21.40 - static int x11_load_refcount = 0; 21.41 - 21.42 - void SDL_X11_UnloadSymbols(void) 21.43 -@@ -168,6 +183,15 @@ int SDL_X11_LoadSymbols(void) 21.44 - X11_GetSym("XGetICValues",&SDL_X11_HAVE_UTF8,(void **)&pXGetICValues); 21.45 - #endif 21.46 - 21.47 -+ /* 21.48 -+ * In case we're built with newer Xlib headers, we need to make sure 21.49 -+ * that _XGetRequest() is available, even on older systems. 21.50 -+ * Otherwise, various Xlib macros we use will call a NULL pointer. 21.51 -+ */ 21.52 -+ if (!SDL_X11_HAVE_XGETREQUEST) { 21.53 -+ p_XGetRequest = SDL_XGetRequest_workaround; 21.54 -+ } 21.55 -+ 21.56 - if (SDL_X11_HAVE_BASEXLIB) { /* all required symbols loaded. */ 21.57 - SDL_ClearError(); 21.58 - } else { 21.59 ---- a/src/video/x11/SDL_x11sym.h 21.60 -+++ a/src/video/x11/SDL_x11sym.h 21.61 -@@ -170,6 +170,12 @@ SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data, 21.62 - #endif 21.63 - 21.64 - /* 21.65 -+ * libX11 1.4.99.1 added _XGetRequest, and macros use it behind the scenes. 21.66 -+ */ 21.67 -+SDL_X11_MODULE(XGETREQUEST) 21.68 -+SDL_X11_SYM(void *,_XGetRequest,(Display* a,CARD8 b,size_t c),(a,b,c),return) 21.69 -+ 21.70 -+/* 21.71 - * These only show up on some variants of Unix. 21.72 - */ 21.73 - #if defined(__osf__)
22.1 --- a/libsdl/stuff/sdl-1.2.14-fix-disappearing-cursor.patch Mon Oct 16 17:48:08 2017 +0200 22.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 22.3 @@ -1,17 +0,0 @@ 22.4 -Index: SDL-1.2.14/src/video/x11/SDL_x11events.c 22.5 -=================================================================== 22.6 ---- SDL-1.2.14.orig/src/video/x11/SDL_x11events.c 2010-04-30 09:16:35.000000000 -0400 22.7 -+++ SDL-1.2.14/src/video/x11/SDL_x11events.c 2010-04-30 09:16:35.000000000 -0400 22.8 -@@ -444,8 +444,10 @@ 22.9 - if ( xevent.xcrossing.mode == NotifyUngrab ) 22.10 - printf("Mode: NotifyUngrab\n"); 22.11 - #endif 22.12 -- if ( xevent.xcrossing.detail != NotifyInferior ) { 22.13 -- if ( this->input_grab == SDL_GRAB_OFF ) { 22.14 -+ if ( (xevent.xcrossing.mode != NotifyGrab) && 22.15 -+ (xevent.xcrossing.mode != NotifyUngrab) && 22.16 -+ (xevent.xcrossing.detail != NotifyInferior) ) { 22.17 -+ if ( this->input_grab == SDL_GRAB_OFF ) { 22.18 - posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS); 22.19 - } else { 22.20 - posted = SDL_PrivateMouseMotion(0, 0,
23.1 --- a/libsdl/stuff/sdl-1.2.14-fix-mouse-clicking.patch Mon Oct 16 17:48:08 2017 +0200 23.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 23.3 @@ -1,23 +0,0 @@ 23.4 ---- SDL-1.2.14/src/video/x11/SDL_x11events.c.orig 2010-04-08 11:57:05.003169834 -0700 23.5 -+++ SDL-1.2.14/src/video/x11/SDL_x11events.c 2010-04-08 12:33:51.690926340 -0700 23.6 -@@ -423,12 +423,15 @@ 23.7 - if ( xevent.xcrossing.mode == NotifyUngrab ) 23.8 - printf("Mode: NotifyUngrab\n"); 23.9 - #endif 23.10 -- if ( this->input_grab == SDL_GRAB_OFF ) { 23.11 -- posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS); 23.12 -+ if ( (xevent.xcrossing.mode != NotifyGrab) && 23.13 -+ (xevent.xcrossing.mode != NotifyUngrab) ) { 23.14 -+ if ( this->input_grab == SDL_GRAB_OFF ) { 23.15 -+ posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS); 23.16 -+ } 23.17 -+ posted = SDL_PrivateMouseMotion(0, 0, 23.18 -+ xevent.xcrossing.x, 23.19 -+ xevent.xcrossing.y); 23.20 - } 23.21 -- posted = SDL_PrivateMouseMotion(0, 0, 23.22 -- xevent.xcrossing.x, 23.23 -- xevent.xcrossing.y); 23.24 - } 23.25 - break; 23.26 -
24.1 --- a/libsdl/stuff/sdl-1.2.14-joystick-crash.diff Mon Oct 16 17:48:08 2017 +0200 24.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 24.3 @@ -1,14 +0,0 @@ 24.4 -Description: Fix crash with joystick detection. 24.5 -Index: libsdl1.2-1.2.14/src/joystick/linux/SDL_sysjoystick.c 24.6 -=================================================================== 24.7 ---- libsdl1.2-1.2.14.orig/src/joystick/linux/SDL_sysjoystick.c 2010-01-12 12:37:36.000000000 -0500 24.8 -+++ libsdl1.2-1.2.14/src/joystick/linux/SDL_sysjoystick.c 2010-01-12 12:38:27.000000000 -0500 24.9 -@@ -700,7 +700,7 @@ 24.10 - continue; 24.11 - } 24.12 - if ( test_bit(i, absbit) ) { 24.13 -- int values[5]; 24.14 -+ int values[6]; 24.15 - 24.16 - if ( ioctl(fd, EVIOCGABS(i), values) < 0 ) 24.17 - continue;
25.1 --- a/libspectrum-dev/receipt Mon Oct 16 17:48:08 2017 +0200 25.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 25.3 @@ -1,21 +0,0 @@ 25.4 -# SliTaz package receipt. 25.5 - 25.6 -PACKAGE="libspectrum-dev" 25.7 -VERSION="1.0.0" 25.8 -CATEGORY="development" 25.9 -SHORT_DESC="devel files for libspectrum" 25.10 -MAINTAINER="slaxemulator@gmail.com" 25.11 -LICENSE="GPL2" 25.12 -WEB_SITE="http://fuse-emulator.sourceforge.net/libspectrum.php" 25.13 -WANTED="libspectrum" 25.14 - 25.15 -DEPENDS="libspectrum" 25.16 - 25.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 25.18 -genpkg_rules() 25.19 -{ 25.20 - mkdir -p $fs/usr/lib 25.21 - cp -a $install/usr/include $fs/usr 25.22 - cp -a $install/usr/lib/*.*a $fs/usr/lib 25.23 -} 25.24 -
26.1 --- a/libspectrum/receipt Mon Oct 16 17:48:08 2017 +0200 26.2 +++ b/libspectrum/receipt Mon Oct 16 22:34:14 2017 +0300 26.3 @@ -1,28 +1,35 @@ 26.4 -# SliTaz package receipt. 26.5 +# SliTaz package receipt v2. 26.6 26.7 PACKAGE="libspectrum" 26.8 -VERSION="1.0.0" 26.9 +VERSION="1.4.1" 26.10 CATEGORY="misc" 26.11 SHORT_DESC="ZX Spectrum emulator support library" 26.12 MAINTAINER="slaxemulator@gmail.com" 26.13 LICENSE="GPL2" 26.14 +WEB_SITE="http://fuse-emulator.sourceforge.net/libspectrum.php" 26.15 + 26.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 26.17 -WEB_SITE="http://fuse-emulator.sourceforge.net/libspectrum.php" 26.18 WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL" 26.19 26.20 -DEPENDS="zlib libgcrypt glib audiofile" 26.21 +BUILD_DEPENDS="perl zlib-dev libgcrypt-dev bzip2-dev glib-dev audiofile-dev" 26.22 +SPLIT="libspectrum-dev" 26.23 26.24 # Rules to configure and make the package. 26.25 -compile_rules() 26.26 -{ 26.27 - cd $src 26.28 +compile_rules() { 26.29 ./configure $CONFIGURE_ARGS && make && make install 26.30 } 26.31 26.32 # Rules to gen a SliTaz package suitable for Tazpkg. 26.33 -genpkg_rules() 26.34 -{ 26.35 - mkdir -p $fs/usr/lib 26.36 - cp -a $install/usr/lib/*.so* $fs/usr/lib 26.37 +genpkg_rules() { 26.38 + case $PACKAGE in 26.39 + libspectrum) 26.40 + copy @std 26.41 + DEPENDS="audiofile bzlib glib libgcrypt libgpg-error pcre zlib" 26.42 + ;; 26.43 + *-dev) 26.44 + copy @dev 26.45 + DEPENDS="libspectrum audiofile-dev bzip2-dev glib-dev \ 26.46 + libgcrypt-dev libgpg-error-dev pcre-dev zlib-dev" 26.47 + ;; 26.48 + esac 26.49 } 26.50 -
27.1 --- a/libstatgrab-dev/receipt Mon Oct 16 17:48:08 2017 +0200 27.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 27.3 @@ -1,18 +0,0 @@ 27.4 -# SliTaz package receipt. 27.5 - 27.6 -PACKAGE="libstatgrab-dev" 27.7 -VERSION="0.17" 27.8 -CATEGORY="development" 27.9 -SHORT_DESC="The libstatgrab devel files." 27.10 -MAINTAINER="pankso@slitaz.org" 27.11 -LICENSE="GPL2" 27.12 -WEB_SITE="http://www.i-scream.org/libstatgrab/" 27.13 -WANTED="libstatgrab" 27.14 - 27.15 -# Rules to gen a SliTaz package suitable for Tazpkg. 27.16 -genpkg_rules() 27.17 -{ 27.18 - mkdir -p $fs/usr/lib 27.19 - cp -a $install/usr/lib/*.*a $fs/usr/lib 27.20 - cp -a $install/usr/include $fs/usr 27.21 -}
28.1 --- a/libstatgrab/receipt Mon Oct 16 17:48:08 2017 +0200 28.2 +++ b/libstatgrab/receipt Mon Oct 16 22:34:14 2017 +0300 28.3 @@ -1,29 +1,32 @@ 28.4 -# SliTaz package receipt. 28.5 +# SliTaz package receipt v2. 28.6 28.7 PACKAGE="libstatgrab" 28.8 VERSION="0.17" 28.9 CATEGORY="system-tools" 28.10 -SHORT_DESC="Provides statistics about the system on which it's run." 28.11 +SHORT_DESC="Provides statistics about the system on which it's run" 28.12 MAINTAINER="pankso@slitaz.org" 28.13 LICENSE="GPL2" 28.14 +WEB_SITE="http://www.i-scream.org/libstatgrab/" 28.15 + 28.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.17 -WEB_SITE="http://www.i-scream.org/libstatgrab/" 28.18 WGET_URL="http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" 28.19 28.20 -DEPENDS="ncurses" 28.21 -BUILD_DEPENDS="ncurses-dev" 28.22 +BUILD_DEPENDS="gfortran" 28.23 +SPLIT="libstatgrab-dev" 28.24 28.25 -# Rules to configure and make the package. 28.26 -compile_rules() 28.27 -{ 28.28 +compile_rules() { 28.29 ./configure && 28.30 make && make -j 1 install 28.31 } 28.32 28.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 28.34 -genpkg_rules() 28.35 -{ 28.36 - mkdir -p $fs/usr/lib 28.37 - cp -a $install/usr/lib/*.so* $fs/usr/lib 28.38 - cp -a $install/usr/bin $fs/usr 28.39 +genpkg_rules() { 28.40 + case $PACKAGE in 28.41 + libstatgrab) 28.42 + copy @std 28.43 + DEPENDS="ncurses" 28.44 + ;; 28.45 + *-dev) 28.46 + copy @dev 28.47 + ;; 28.48 + esac 28.49 }
29.1 --- a/libstroke-dev/receipt Mon Oct 16 17:48:08 2017 +0200 29.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 29.3 @@ -1,20 +0,0 @@ 29.4 -# SliTaz package receipt. 29.5 - 29.6 -PACKAGE="libstroke-dev" 29.7 -VERSION="0.5.1" 29.8 -CATEGORY="development" 29.9 -SHORT_DESC="libstroke devel files" 29.10 -MAINTAINER="pankso@slitaz.org" 29.11 -LICENSE="GPL2" 29.12 -WANTED="libstroke" 29.13 -WEB_SITE="http://etla.net/libstroke/" 29.14 - 29.15 -DEPENDS="libstroke" 29.16 - 29.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 29.18 -genpkg_rules() 29.19 -{ 29.20 - mkdir -p $fs/usr/lib 29.21 - cp -a $install/usr/include $fs/usr 29.22 - cp -a $install/usr/lib/*.*a $fs/usr/lib/ 29.23 -}
30.1 --- a/libstroke/receipt Mon Oct 16 17:48:08 2017 +0200 30.2 +++ b/libstroke/receipt Mon Oct 16 22:34:14 2017 +0300 30.3 @@ -1,29 +1,33 @@ 30.4 -# SliTaz package receipt. 30.5 +# SliTaz package receipt v2. 30.6 30.7 PACKAGE="libstroke" 30.8 VERSION="0.5.1" 30.9 CATEGORY="system-tools" 30.10 -SHORT_DESC="Stroke translation library" 30.11 +SHORT_DESC="A stroke (mouse gesture) translation library" 30.12 MAINTAINER="pankso@slitaz.org" 30.13 LICENSE="GPL2" 30.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 30.15 WEB_SITE="http://etla.net/libstroke/" 30.16 -WGET_URL="$WEB_SITE/$TARBALL" 30.17 30.18 -DEPENDS="" 30.19 -BUILD_DEPENDS="xorg-libX11-dev" 30.20 +TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 30.21 +WGET_URL="http://archive.ubuntu.com/ubuntu/pool/universe/libs/libstroke/$TARBALL" 30.22 + 30.23 +BUILD_DEPENDS="patch gfortran xorg-libXt-dev" 30.24 +SPLIT="libstroke-dev" 30.25 30.26 # Rules to configure and make the package. 30.27 -compile_rules() 30.28 -{ 30.29 - cd $src 30.30 - ./configure --prefix=/usr $CONFIGURE_ARGS && 30.31 - make && make DESTDIR=$DESTDIR install 30.32 +compile_rules() { 30.33 + ./configure $CONFIGURE_ARGS && make && make install 30.34 } 30.35 30.36 # Rules to gen a SliTaz package suitable for Tazpkg. 30.37 -genpkg_rules() 30.38 -{ 30.39 - mkdir -p $fs/usr/lib 30.40 - cp -a $install/usr/lib/*.so* $fs/usr/lib 30.41 +genpkg_rules() { 30.42 + case $PACKAGE in 30.43 + libstroke) 30.44 + copy @std 30.45 + DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libxcb" 30.46 + ;; 30.47 + *-dev) 30.48 + copy @dev 30.49 + ;; 30.50 + esac 30.51 }
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/libstroke/stuff/patches/autoconf-macro-quoting.patch Mon Oct 16 22:34:14 2017 +0300 31.3 @@ -0,0 +1,67 @@ 31.4 +Description: Fix quoting in autoconf macro files 31.5 + Avoids warnings from autoreconf, which can break unrelated builds on 31.6 + the system when those builds require autoreconf's --warnings=error 31.7 + flag. 31.8 +Author: Steve M. Robbins <steven.robbins@videotron.ca> 31.9 +Origin: https://bugs.debian.org/302907#5 31.10 +Forwarded: yes 31.11 +--- 31.12 +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ 31.13 +--- libstroke-0.5.1.orig/libstroke.m4 2003-11-12 07:45:28.000000000 -0500 31.14 ++++ libstroke-0.5.1/libstroke.m4 2005-04-03 14:35:16.709447679 -0400 31.15 +@@ -26,7 +26,7 @@ 31.16 + dnl if different from name 31.17 + dnl description (optional) used to construct help string 31.18 + dnl 31.19 +-AC_DEFUN(smr_ARG_WITHLIB, [ 31.20 ++AC_DEFUN([smr_ARG_WITHLIB], [ 31.21 + 31.22 + ifelse($2, , smr_lib=[$1], smr_lib=[$2]) 31.23 + 31.24 +@@ -74,7 +74,7 @@ 31.25 + dnl extra-flags (optional) flags required when compiling the 31.26 + dnl header, typically more includes; for ex. X_CFLAGS 31.27 + dnl 31.28 +-AC_DEFUN(smr_ARG_WITHINCLUDES, [ 31.29 ++AC_DEFUN([smr_ARG_WITHINCLUDES], [ 31.30 + 31.31 + AC_ARG_WITH([$1]-includes, 31.32 + [ --with-$1-includes=DIR set directory for $1 headers], 31.33 +@@ -116,7 +116,7 @@ 31.34 + dnl x-libs (optional) extra libraries, if needed to link with lib 31.35 + dnl x-flags (optional) extra flags, if needed to include header files 31.36 + dnl 31.37 +-AC_DEFUN(smr_CHECK_LIB, 31.38 ++AC_DEFUN([smr_CHECK_LIB], 31.39 + [ 31.40 + ifelse($2, , smr_lib=[$1], smr_lib=[$2]) 31.41 + ifelse($5, , , smr_header=[$5]) 31.42 +--- libstroke-0.5.1.orig/libgstroke.m4 2003-11-12 07:45:28.000000000 -0500 31.43 ++++ libstroke-0.5.1/libgstroke.m4 2005-04-03 14:35:16.709447679 -0400 31.44 +@@ -26,7 +26,7 @@ 31.45 + dnl if different from name 31.46 + dnl description (optional) used to construct help string 31.47 + dnl 31.48 +-AC_DEFUN(smr_ARG_WITHLIB, [ 31.49 ++AC_DEFUN([smr_ARG_WITHLIB], [ 31.50 + 31.51 + ifelse($2, , smr_lib=[$1], smr_lib=[$2]) 31.52 + 31.53 +@@ -74,7 +74,7 @@ 31.54 + dnl extra-flags (optional) flags required when compiling the 31.55 + dnl header, typically more includes; for ex. X_CFLAGS 31.56 + dnl 31.57 +-AC_DEFUN(smr_ARG_WITHINCLUDES, [ 31.58 ++AC_DEFUN([smr_ARG_WITHINCLUDES], [ 31.59 + 31.60 + AC_ARG_WITH([$1]-includes, 31.61 + [ --with-$1-includes=DIR set directory for $1 headers], 31.62 +@@ -116,7 +116,7 @@ 31.63 + dnl x-libs (optional) extra libraries, if needed to link with lib 31.64 + dnl x-flags (optional) extra flags, if needed to include header files 31.65 + dnl 31.66 +-AC_DEFUN(smr_CHECK_LIB, 31.67 ++AC_DEFUN([smr_CHECK_LIB], 31.68 + [ 31.69 + ifelse($2, , smr_lib=[$1], smr_lib=[$2]) 31.70 + ifelse($5, , , smr_header=[$5])
32.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 32.2 +++ b/libstroke/stuff/patches/debian-changes.patch Mon Oct 16 22:34:14 2017 +0300 32.3 @@ -0,0 +1,48081 @@ 32.4 +Description: Debian changes before conversion to 3.0 (quilt) 32.5 + See the Debian changelog for details. 32.6 +Author: Hamish Moffatt <hamish@debian.org> 32.7 +Last-Update: 2014-09-21 32.8 + 32.9 +--- 32.10 +--- libstroke-0.5.1.orig/Makefile.in 32.11 ++++ libstroke-0.5.1/Makefile.in 32.12 +@@ -1,6 +1,8 @@ 32.13 +-# Makefile.in generated automatically by automake 1.4 from Makefile.am 32.14 ++# Makefile.in generated by automake 1.7.8 from Makefile.am. 32.15 ++# @configure_input@ 32.16 + 32.17 +-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 32.18 ++# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 32.19 ++# Free Software Foundation, Inc. 32.20 + # This Makefile.in is free software; the Free Software Foundation 32.21 + # gives unlimited permission to copy and/or distribute it, 32.22 + # with or without modifications, as long as this notice is preserved. 32.23 +@@ -10,78 +12,143 @@ 32.24 + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.25 + # PARTICULAR PURPOSE. 32.26 + 32.27 +-# don't build libgstroke if GTK is not available 32.28 +- 32.29 +- 32.30 +-SHELL = @SHELL@ 32.31 ++@SET_MAKE@ 32.32 + 32.33 + srcdir = @srcdir@ 32.34 + top_srcdir = @top_srcdir@ 32.35 + VPATH = @srcdir@ 32.36 +-prefix = @prefix@ 32.37 +-exec_prefix = @exec_prefix@ 32.38 +- 32.39 +-bindir = @bindir@ 32.40 +-sbindir = @sbindir@ 32.41 +-libexecdir = @libexecdir@ 32.42 +-datadir = @datadir@ 32.43 +-sysconfdir = @sysconfdir@ 32.44 +-sharedstatedir = @sharedstatedir@ 32.45 +-localstatedir = @localstatedir@ 32.46 +-libdir = @libdir@ 32.47 +-infodir = @infodir@ 32.48 +-mandir = @mandir@ 32.49 +-includedir = @includedir@ 32.50 +-oldincludedir = /usr/include 32.51 +- 32.52 +-DESTDIR = 32.53 +- 32.54 + pkgdatadir = $(datadir)/@PACKAGE@ 32.55 + pkglibdir = $(libdir)/@PACKAGE@ 32.56 + pkgincludedir = $(includedir)/@PACKAGE@ 32.57 +- 32.58 + top_builddir = . 32.59 + 32.60 +-ACLOCAL = @ACLOCAL@ 32.61 +-AUTOCONF = @AUTOCONF@ 32.62 +-AUTOMAKE = @AUTOMAKE@ 32.63 +-AUTOHEADER = @AUTOHEADER@ 32.64 +- 32.65 ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 32.66 + INSTALL = @INSTALL@ 32.67 +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 32.68 +-INSTALL_DATA = @INSTALL_DATA@ 32.69 +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.70 +-transform = @program_transform_name@ 32.71 +- 32.72 ++install_sh_DATA = $(install_sh) -c -m 644 32.73 ++install_sh_PROGRAM = $(install_sh) -c 32.74 ++install_sh_SCRIPT = $(install_sh) -c 32.75 ++INSTALL_HEADER = $(INSTALL_DATA) 32.76 ++transform = $(program_transform_name) 32.77 + NORMAL_INSTALL = : 32.78 + PRE_INSTALL = : 32.79 + POST_INSTALL = : 32.80 + NORMAL_UNINSTALL = : 32.81 + PRE_UNINSTALL = : 32.82 + POST_UNINSTALL = : 32.83 +-host_alias = @host_alias@ 32.84 + host_triplet = @host@ 32.85 +-AS = @AS@ 32.86 ++ACLOCAL = @ACLOCAL@ 32.87 ++AMDEP_FALSE = @AMDEP_FALSE@ 32.88 ++AMDEP_TRUE = @AMDEP_TRUE@ 32.89 ++AMTAR = @AMTAR@ 32.90 ++AR = @AR@ 32.91 ++AUTOCONF = @AUTOCONF@ 32.92 ++AUTOHEADER = @AUTOHEADER@ 32.93 ++AUTOMAKE = @AUTOMAKE@ 32.94 ++AWK = @AWK@ 32.95 + CC = @CC@ 32.96 +-DLLTOOL = @DLLTOOL@ 32.97 ++CCDEPMODE = @CCDEPMODE@ 32.98 ++CFLAGS = @CFLAGS@ 32.99 ++CPP = @CPP@ 32.100 ++CPPFLAGS = @CPPFLAGS@ 32.101 ++CXX = @CXX@ 32.102 ++CXXCPP = @CXXCPP@ 32.103 ++CXXDEPMODE = @CXXDEPMODE@ 32.104 ++CXXFLAGS = @CXXFLAGS@ 32.105 ++CYGPATH_W = @CYGPATH_W@ 32.106 ++DEFS = @DEFS@ 32.107 ++DEPDIR = @DEPDIR@ 32.108 ++ECHO = @ECHO@ 32.109 ++ECHO_C = @ECHO_C@ 32.110 ++ECHO_N = @ECHO_N@ 32.111 ++ECHO_T = @ECHO_T@ 32.112 ++EGREP = @EGREP@ 32.113 ++ENABLE_TCL_FALSE = @ENABLE_TCL_FALSE@ 32.114 ++ENABLE_TCL_TRUE = @ENABLE_TCL_TRUE@ 32.115 ++EXEEXT = @EXEEXT@ 32.116 ++F77 = @F77@ 32.117 ++FFLAGS = @FFLAGS@ 32.118 + GTK_CFLAGS = @GTK_CFLAGS@ 32.119 + GTK_CONFIG = @GTK_CONFIG@ 32.120 + GTK_LIBS = @GTK_LIBS@ 32.121 +-LD = @LD@ 32.122 ++HAVE_LIBGTK_FALSE = @HAVE_LIBGTK_FALSE@ 32.123 ++HAVE_LIBGTK_TRUE = @HAVE_LIBGTK_TRUE@ 32.124 ++INSTALL_DATA = @INSTALL_DATA@ 32.125 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ 32.126 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.127 ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 32.128 ++LDFLAGS = @LDFLAGS@ 32.129 ++LIBOBJS = @LIBOBJS@ 32.130 ++LIBS = @LIBS@ 32.131 + LIBTOOL = @LIBTOOL@ 32.132 + LN_S = @LN_S@ 32.133 ++LTLIBOBJS = @LTLIBOBJS@ 32.134 + MAINT = @MAINT@ 32.135 ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 32.136 ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 32.137 + MAKEINFO = @MAKEINFO@ 32.138 +-NM = @NM@ 32.139 ++OBJEXT = @OBJEXT@ 32.140 + PACKAGE = @PACKAGE@ 32.141 ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 32.142 ++PACKAGE_NAME = @PACKAGE_NAME@ 32.143 ++PACKAGE_STRING = @PACKAGE_STRING@ 32.144 ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ 32.145 ++PACKAGE_VERSION = @PACKAGE_VERSION@ 32.146 ++PATH_SEPARATOR = @PATH_SEPARATOR@ 32.147 + RANLIB = @RANLIB@ 32.148 +-USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ 32.149 ++SET_MAKE = @SET_MAKE@ 32.150 ++SHELL = @SHELL@ 32.151 ++STRIP = @STRIP@ 32.152 + VERSION = @VERSION@ 32.153 + X_CFLAGS = @X_CFLAGS@ 32.154 ++X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.155 + X_LDFLAGS = @X_LDFLAGS@ 32.156 +-@HAVE_LIBGTK_TRUE@GSTROKE_SUBDS = libgstroke 32.157 ++X_LIBS = @X_LIBS@ 32.158 ++X_PRE_LIBS = @X_PRE_LIBS@ 32.159 ++ac_ct_AR = @ac_ct_AR@ 32.160 ++ac_ct_CC = @ac_ct_CC@ 32.161 ++ac_ct_CXX = @ac_ct_CXX@ 32.162 ++ac_ct_F77 = @ac_ct_F77@ 32.163 ++ac_ct_RANLIB = @ac_ct_RANLIB@ 32.164 ++ac_ct_STRIP = @ac_ct_STRIP@ 32.165 ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 32.166 ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 32.167 ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 32.168 ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 32.169 ++am__include = @am__include@ 32.170 ++am__leading_dot = @am__leading_dot@ 32.171 ++am__quote = @am__quote@ 32.172 ++bindir = @bindir@ 32.173 ++build = @build@ 32.174 ++build_alias = @build_alias@ 32.175 ++build_cpu = @build_cpu@ 32.176 ++build_os = @build_os@ 32.177 ++build_vendor = @build_vendor@ 32.178 ++datadir = @datadir@ 32.179 ++exec_prefix = @exec_prefix@ 32.180 ++host = @host@ 32.181 ++host_alias = @host_alias@ 32.182 ++host_cpu = @host_cpu@ 32.183 ++host_os = @host_os@ 32.184 ++host_vendor = @host_vendor@ 32.185 ++includedir = @includedir@ 32.186 ++infodir = @infodir@ 32.187 ++install_sh = @install_sh@ 32.188 ++libdir = @libdir@ 32.189 ++libexecdir = @libexecdir@ 32.190 ++localstatedir = @localstatedir@ 32.191 ++mandir = @mandir@ 32.192 ++oldincludedir = @oldincludedir@ 32.193 ++prefix = @prefix@ 32.194 ++program_transform_name = @program_transform_name@ 32.195 ++sbindir = @sbindir@ 32.196 ++sharedstatedir = @sharedstatedir@ 32.197 ++sysconfdir = @sysconfdir@ 32.198 ++target_alias = @target_alias@ 32.199 + @HAVE_LIBGTK_FALSE@GSTROKE_SUBDS = 32.200 + 32.201 ++# don't build libgstroke if GTK is not available 32.202 ++@HAVE_LIBGTK_TRUE@GSTROKE_SUBDS = libgstroke 32.203 ++ 32.204 + SUBDIRS = libstroke $(GSTROKE_SUBDS) tests doc javastroke 32.205 + 32.206 + EXTRA_DIST = COPYRIGHT CREDITS README.javastroke README.libgstroke 32.207 +@@ -93,85 +160,90 @@ MOSTLYCLEANFILES = core *~ 32.208 + CLEANFILES = core *~ 32.209 + DISTCLEANFILES = core *~ 32.210 + MAINTAINERCLEANFILES = core *~ 32.211 ++subdir = . 32.212 + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 32.213 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 32.214 + CONFIG_HEADER = config.h 32.215 +-CONFIG_CLEAN_FILES = 32.216 +-DATA = $(m4data_DATA) 32.217 +- 32.218 +-DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ 32.219 +-Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \ 32.220 +-config.h.in config.sub configure configure.in install-sh ltconfig \ 32.221 +-ltmain.sh missing mkinstalldirs 32.222 +- 32.223 +- 32.224 +-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 32.225 ++CONFIG_CLEAN_FILES = 32.226 ++DIST_SOURCES = 32.227 ++DATA = $(m4data_DATA) 32.228 ++ 32.229 ++ 32.230 ++RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ 32.231 ++ ps-recursive install-info-recursive uninstall-info-recursive \ 32.232 ++ all-recursive install-data-recursive install-exec-recursive \ 32.233 ++ installdirs-recursive install-recursive uninstall-recursive \ 32.234 ++ check-recursive installcheck-recursive 32.235 ++DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ 32.236 ++ COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \ 32.237 ++ aclocal.m4 config.guess config.h.in config.sub configure \ 32.238 ++ configure.in depcomp install-sh ltconfig ltmain.sh missing \ 32.239 ++ mkinstalldirs 32.240 ++DIST_SUBDIRS = libstroke libgstroke tests doc javastroke 32.241 ++all: config.h 32.242 ++ $(MAKE) $(AM_MAKEFLAGS) all-recursive 32.243 + 32.244 +-TAR = gtar 32.245 +-GZIP_ENV = --best 32.246 +-DIST_SUBDIRS = libstroke libgstroke tests doc javastroke 32.247 +-all: all-redirect 32.248 + .SUFFIXES: 32.249 +-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.250 +- cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile 32.251 + 32.252 +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 32.253 +- cd $(top_builddir) \ 32.254 +- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 32.255 ++am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 32.256 ++ configure.lineno 32.257 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.258 ++ cd $(top_srcdir) && \ 32.259 ++ $(AUTOMAKE) --gnu Makefile 32.260 ++Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 32.261 ++ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 32.262 + 32.263 +-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 32.264 +- cd $(srcdir) && $(ACLOCAL) 32.265 +- 32.266 +-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 32.267 ++$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 32.268 + $(SHELL) ./config.status --recheck 32.269 +-$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 32.270 ++$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 32.271 + cd $(srcdir) && $(AUTOCONF) 32.272 + 32.273 +-config.h: stamp-h 32.274 +- @if test ! -f $@; then \ 32.275 +- rm -f stamp-h; \ 32.276 +- $(MAKE) stamp-h; \ 32.277 +- else :; fi 32.278 +-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status 32.279 +- cd $(top_builddir) \ 32.280 +- && CONFIG_FILES= CONFIG_HEADERS=config.h \ 32.281 +- $(SHELL) ./config.status 32.282 +- @echo timestamp > stamp-h 2> /dev/null 32.283 +-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in 32.284 ++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 32.285 ++ cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 32.286 ++ 32.287 ++config.h: stamp-h1 32.288 + @if test ! -f $@; then \ 32.289 +- rm -f $(srcdir)/stamp-h.in; \ 32.290 +- $(MAKE) $(srcdir)/stamp-h.in; \ 32.291 ++ rm -f stamp-h1; \ 32.292 ++ $(MAKE) stamp-h1; \ 32.293 + else :; fi 32.294 +-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h 32.295 +- cd $(top_srcdir) && $(AUTOHEADER) 32.296 +- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 32.297 + 32.298 +-mostlyclean-hdr: 32.299 ++stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 32.300 ++ @rm -f stamp-h1 32.301 ++ cd $(top_builddir) && $(SHELL) ./config.status config.h 32.302 + 32.303 +-clean-hdr: 32.304 ++$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h 32.305 ++ cd $(top_srcdir) && $(AUTOHEADER) 32.306 ++ touch $(srcdir)/config.h.in 32.307 + 32.308 + distclean-hdr: 32.309 +- -rm -f config.h 32.310 ++ -rm -f config.h stamp-h1 32.311 ++ 32.312 ++mostlyclean-libtool: 32.313 ++ -rm -f *.lo 32.314 + 32.315 +-maintainer-clean-hdr: 32.316 ++clean-libtool: 32.317 ++ -rm -rf .libs _libs 32.318 + 32.319 ++distclean-libtool: 32.320 ++ -rm -f libtool 32.321 ++uninstall-info-am: 32.322 ++m4dataDATA_INSTALL = $(INSTALL_DATA) 32.323 + install-m4dataDATA: $(m4data_DATA) 32.324 + @$(NORMAL_INSTALL) 32.325 + $(mkinstalldirs) $(DESTDIR)$(m4datadir) 32.326 + @list='$(m4data_DATA)'; for p in $$list; do \ 32.327 +- if test -f $(srcdir)/$$p; then \ 32.328 +- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \ 32.329 +- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \ 32.330 +- else if test -f $$p; then \ 32.331 +- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \ 32.332 +- $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \ 32.333 +- fi; fi; \ 32.334 ++ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 32.335 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.336 ++ echo " $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \ 32.337 ++ $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f; \ 32.338 + done 32.339 + 32.340 + uninstall-m4dataDATA: 32.341 + @$(NORMAL_UNINSTALL) 32.342 +- list='$(m4data_DATA)'; for p in $$list; do \ 32.343 +- rm -f $(DESTDIR)$(m4datadir)/$$p; \ 32.344 ++ @list='$(m4data_DATA)'; for p in $$list; do \ 32.345 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.346 ++ echo " rm -f $(DESTDIR)$(m4datadir)/$$f"; \ 32.347 ++ rm -f $(DESTDIR)$(m4datadir)/$$f; \ 32.348 + done 32.349 + 32.350 + # This directory's subdirectories are mostly independent; you can cd 32.351 +@@ -180,13 +252,8 @@ uninstall-m4dataDATA: 32.352 + # (1) if the variable is set in `config.status', edit `config.status' 32.353 + # (which will cause the Makefiles to be regenerated when you run `make'); 32.354 + # (2) otherwise, pass the desired values on the `make' command line. 32.355 +- 32.356 +-@SET_MAKE@ 32.357 +- 32.358 +-all-recursive install-data-recursive install-exec-recursive \ 32.359 +-installdirs-recursive install-recursive uninstall-recursive \ 32.360 +-check-recursive installcheck-recursive info-recursive dvi-recursive: 32.361 +- @set fnord $(MAKEFLAGS); amf=$$2; \ 32.362 ++$(RECURSIVE_TARGETS): 32.363 ++ @set fnord $$MAKEFLAGS; amf=$$2; \ 32.364 + dot_seen=no; \ 32.365 + target=`echo $@ | sed s/-recursive//`; \ 32.366 + list='$(SUBDIRS)'; for subdir in $$list; do \ 32.367 +@@ -206,13 +273,18 @@ check-recursive installcheck-recursive i 32.368 + 32.369 + mostlyclean-recursive clean-recursive distclean-recursive \ 32.370 + maintainer-clean-recursive: 32.371 +- @set fnord $(MAKEFLAGS); amf=$$2; \ 32.372 ++ @set fnord $$MAKEFLAGS; amf=$$2; \ 32.373 + dot_seen=no; \ 32.374 +- rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 32.375 +- rev="$$subdir $$rev"; \ 32.376 +- test "$$subdir" = "." && dot_seen=yes; \ 32.377 ++ case "$@" in \ 32.378 ++ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 32.379 ++ *) list='$(SUBDIRS)' ;; \ 32.380 ++ esac; \ 32.381 ++ rev=''; for subdir in $$list; do \ 32.382 ++ if test "$$subdir" = "."; then :; else \ 32.383 ++ rev="$$subdir $$rev"; \ 32.384 ++ fi; \ 32.385 + done; \ 32.386 +- test "$$dot_seen" = "no" && rev=". $$rev"; \ 32.387 ++ rev="$$rev ."; \ 32.388 + target=`echo $@ | sed s/-recursive//`; \ 32.389 + for subdir in $$rev; do \ 32.390 + echo "Making $$target in $$subdir"; \ 32.391 +@@ -228,135 +300,221 @@ tags-recursive: 32.392 + list='$(SUBDIRS)'; for subdir in $$list; do \ 32.393 + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 32.394 + done 32.395 ++ctags-recursive: 32.396 ++ list='$(SUBDIRS)'; for subdir in $$list; do \ 32.397 ++ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 32.398 ++ done 32.399 ++ 32.400 ++ETAGS = etags 32.401 ++ETAGSFLAGS = 32.402 ++ 32.403 ++CTAGS = ctags 32.404 ++CTAGSFLAGS = 32.405 + 32.406 + tags: TAGS 32.407 + 32.408 +-ID: $(HEADERS) $(SOURCES) $(LISP) 32.409 +- list='$(SOURCES) $(HEADERS)'; \ 32.410 +- unique=`for i in $$list; do echo $$i; done | \ 32.411 +- awk ' { files[$$0] = 1; } \ 32.412 ++ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 32.413 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.414 ++ unique=`for i in $$list; do \ 32.415 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.416 ++ done | \ 32.417 ++ $(AWK) ' { files[$$0] = 1; } \ 32.418 + END { for (i in files) print i; }'`; \ 32.419 +- here=`pwd` && cd $(srcdir) \ 32.420 +- && mkid -f$$here/ID $$unique $(LISP) 32.421 ++ mkid -fID $$unique 32.422 + 32.423 +-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) 32.424 ++TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 32.425 ++ $(TAGS_FILES) $(LISP) 32.426 + tags=; \ 32.427 + here=`pwd`; \ 32.428 ++ if (etags --etags-include --version) >/dev/null 2>&1; then \ 32.429 ++ include_option=--etags-include; \ 32.430 ++ else \ 32.431 ++ include_option=--include; \ 32.432 ++ fi; \ 32.433 + list='$(SUBDIRS)'; for subdir in $$list; do \ 32.434 +- if test "$$subdir" = .; then :; else \ 32.435 +- test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 32.436 +- fi; \ 32.437 ++ if test "$$subdir" = .; then :; else \ 32.438 ++ test -f $$subdir/TAGS && \ 32.439 ++ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 32.440 ++ fi; \ 32.441 + done; \ 32.442 +- list='$(SOURCES) $(HEADERS)'; \ 32.443 +- unique=`for i in $$list; do echo $$i; done | \ 32.444 +- awk ' { files[$$0] = 1; } \ 32.445 ++ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 32.446 ++ unique=`for i in $$list; do \ 32.447 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.448 ++ done | \ 32.449 ++ $(AWK) ' { files[$$0] = 1; } \ 32.450 + END { for (i in files) print i; }'`; \ 32.451 +- test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 32.452 +- || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 32.453 +- 32.454 +-mostlyclean-tags: 32.455 +- 32.456 +-clean-tags: 32.457 ++ test -z "$(ETAGS_ARGS)$$tags$$unique" \ 32.458 ++ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 32.459 ++ $$tags $$unique 32.460 ++ 32.461 ++ctags: CTAGS 32.462 ++CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 32.463 ++ $(TAGS_FILES) $(LISP) 32.464 ++ tags=; \ 32.465 ++ here=`pwd`; \ 32.466 ++ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 32.467 ++ unique=`for i in $$list; do \ 32.468 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.469 ++ done | \ 32.470 ++ $(AWK) ' { files[$$0] = 1; } \ 32.471 ++ END { for (i in files) print i; }'`; \ 32.472 ++ test -z "$(CTAGS_ARGS)$$tags$$unique" \ 32.473 ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 32.474 ++ $$tags $$unique 32.475 ++ 32.476 ++GTAGS: 32.477 ++ here=`$(am__cd) $(top_builddir) && pwd` \ 32.478 ++ && cd $(top_srcdir) \ 32.479 ++ && gtags -i $(GTAGS_ARGS) $$here 32.480 + 32.481 + distclean-tags: 32.482 +- -rm -f TAGS ID 32.483 +- 32.484 +-maintainer-clean-tags: 32.485 ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 32.486 ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 32.487 + 32.488 ++top_distdir = . 32.489 + distdir = $(PACKAGE)-$(VERSION) 32.490 +-top_distdir = $(distdir) 32.491 + 32.492 +-# This target untars the dist file and tries a VPATH configuration. Then 32.493 +-# it guarantees that the distribution is self-contained by making another 32.494 +-# tarfile. 32.495 +-distcheck: dist 32.496 +- -rm -rf $(distdir) 32.497 +- GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 32.498 +- mkdir $(distdir)/=build 32.499 +- mkdir $(distdir)/=inst 32.500 +- dc_install_base=`cd $(distdir)/=inst && pwd`; \ 32.501 +- cd $(distdir)/=build \ 32.502 +- && ../configure --srcdir=.. --prefix=$$dc_install_base \ 32.503 +- && $(MAKE) $(AM_MAKEFLAGS) \ 32.504 +- && $(MAKE) $(AM_MAKEFLAGS) dvi \ 32.505 +- && $(MAKE) $(AM_MAKEFLAGS) check \ 32.506 +- && $(MAKE) $(AM_MAKEFLAGS) install \ 32.507 +- && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 32.508 +- && $(MAKE) $(AM_MAKEFLAGS) dist 32.509 +- -rm -rf $(distdir) 32.510 +- @banner="$(distdir).tar.gz is ready for distribution"; \ 32.511 +- dashes=`echo "$$banner" | sed s/./=/g`; \ 32.512 +- echo "$$dashes"; \ 32.513 +- echo "$$banner"; \ 32.514 +- echo "$$dashes" 32.515 +-dist: distdir 32.516 +- -chmod -R a+r $(distdir) 32.517 +- GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 32.518 +- -rm -rf $(distdir) 32.519 +-dist-all: distdir 32.520 +- -chmod -R a+r $(distdir) 32.521 +- GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 32.522 +- -rm -rf $(distdir) 32.523 ++am__remove_distdir = \ 32.524 ++ { test ! -d $(distdir) \ 32.525 ++ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 32.526 ++ && rm -fr $(distdir); }; } 32.527 ++ 32.528 ++GZIP_ENV = --best 32.529 ++distuninstallcheck_listfiles = find . -type f -print 32.530 ++distcleancheck_listfiles = find . -type f -print 32.531 ++ 32.532 + distdir: $(DISTFILES) 32.533 +- -rm -rf $(distdir) 32.534 ++ $(am__remove_distdir) 32.535 + mkdir $(distdir) 32.536 +- -chmod 777 $(distdir) 32.537 +- here=`cd $(top_builddir) && pwd`; \ 32.538 +- top_distdir=`cd $(distdir) && pwd`; \ 32.539 +- distdir=`cd $(distdir) && pwd`; \ 32.540 +- cd $(top_srcdir) \ 32.541 +- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile 32.542 +- @for file in $(DISTFILES); do \ 32.543 +- d=$(srcdir); \ 32.544 ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 32.545 ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 32.546 ++ list='$(DISTFILES)'; for file in $$list; do \ 32.547 ++ case $$file in \ 32.548 ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 32.549 ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 32.550 ++ esac; \ 32.551 ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 32.552 ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 32.553 ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 32.554 ++ dir="/$$dir"; \ 32.555 ++ $(mkinstalldirs) "$(distdir)$$dir"; \ 32.556 ++ else \ 32.557 ++ dir=''; \ 32.558 ++ fi; \ 32.559 + if test -d $$d/$$file; then \ 32.560 +- cp -pr $$d/$$file $(distdir)/$$file; \ 32.561 ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 32.562 ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 32.563 ++ fi; \ 32.564 ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 32.565 + else \ 32.566 + test -f $(distdir)/$$file \ 32.567 +- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 32.568 +- || cp -p $$d/$$file $(distdir)/$$file || :; \ 32.569 ++ || cp -p $$d/$$file $(distdir)/$$file \ 32.570 ++ || exit 1; \ 32.571 + fi; \ 32.572 + done 32.573 +- for subdir in $(DIST_SUBDIRS); do \ 32.574 ++ list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 32.575 + if test "$$subdir" = .; then :; else \ 32.576 + test -d $(distdir)/$$subdir \ 32.577 + || mkdir $(distdir)/$$subdir \ 32.578 + || exit 1; \ 32.579 +- chmod 777 $(distdir)/$$subdir; \ 32.580 +- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ 32.581 ++ (cd $$subdir && \ 32.582 ++ $(MAKE) $(AM_MAKEFLAGS) \ 32.583 ++ top_distdir="$(top_distdir)" \ 32.584 ++ distdir=../$(distdir)/$$subdir \ 32.585 ++ distdir) \ 32.586 + || exit 1; \ 32.587 + fi; \ 32.588 + done 32.589 +-info-am: 32.590 +-info: info-recursive 32.591 +-dvi-am: 32.592 +-dvi: dvi-recursive 32.593 ++ -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 32.594 ++ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 32.595 ++ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 32.596 ++ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 32.597 ++ || chmod -R a+r $(distdir) 32.598 ++dist-gzip: distdir 32.599 ++ $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 32.600 ++ $(am__remove_distdir) 32.601 ++ 32.602 ++dist dist-all: distdir 32.603 ++ $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 32.604 ++ $(am__remove_distdir) 32.605 ++ 32.606 ++# This target untars the dist file and tries a VPATH configuration. Then 32.607 ++# it guarantees that the distribution is self-contained by making another 32.608 ++# tarfile. 32.609 ++distcheck: dist 32.610 ++ $(am__remove_distdir) 32.611 ++ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 32.612 ++ chmod -R a-w $(distdir); chmod a+w $(distdir) 32.613 ++ mkdir $(distdir)/_build 32.614 ++ mkdir $(distdir)/_inst 32.615 ++ chmod a-w $(distdir) 32.616 ++ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 32.617 ++ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 32.618 ++ && cd $(distdir)/_build \ 32.619 ++ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 32.620 ++ $(DISTCHECK_CONFIGURE_FLAGS) \ 32.621 ++ && $(MAKE) $(AM_MAKEFLAGS) \ 32.622 ++ && $(MAKE) $(AM_MAKEFLAGS) dvi \ 32.623 ++ && $(MAKE) $(AM_MAKEFLAGS) check \ 32.624 ++ && $(MAKE) $(AM_MAKEFLAGS) install \ 32.625 ++ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 32.626 ++ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 32.627 ++ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 32.628 ++ distuninstallcheck \ 32.629 ++ && chmod -R a-w "$$dc_install_base" \ 32.630 ++ && ({ \ 32.631 ++ (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 32.632 ++ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 32.633 ++ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 32.634 ++ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 32.635 ++ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 32.636 ++ } || { rm -rf "$$dc_destdir"; exit 1; }) \ 32.637 ++ && rm -rf "$$dc_destdir" \ 32.638 ++ && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 32.639 ++ && rm -f $(distdir).tar.gz \ 32.640 ++ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 32.641 ++ $(am__remove_distdir) 32.642 ++ @echo "$(distdir).tar.gz is ready for distribution" | \ 32.643 ++ sed 'h;s/./=/g;p;x;p;x' 32.644 ++distuninstallcheck: 32.645 ++ @cd $(distuninstallcheck_dir) \ 32.646 ++ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 32.647 ++ || { echo "ERROR: files left after uninstall:" ; \ 32.648 ++ if test -n "$(DESTDIR)"; then \ 32.649 ++ echo " (check DESTDIR support)"; \ 32.650 ++ fi ; \ 32.651 ++ $(distuninstallcheck_listfiles) ; \ 32.652 ++ exit 1; } >&2 32.653 ++distcleancheck: distclean 32.654 ++ @if test '$(srcdir)' = . ; then \ 32.655 ++ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 32.656 ++ exit 1 ; \ 32.657 ++ fi 32.658 ++ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 32.659 ++ || { echo "ERROR: files left in build directory after distclean:" ; \ 32.660 ++ $(distcleancheck_listfiles) ; \ 32.661 ++ exit 1; } >&2 32.662 + check-am: all-am 32.663 + check: check-recursive 32.664 +-installcheck-am: 32.665 +-installcheck: installcheck-recursive 32.666 +-all-recursive-am: config.h 32.667 +- $(MAKE) $(AM_MAKEFLAGS) all-recursive 32.668 ++all-am: Makefile $(DATA) config.h 32.669 ++installdirs: installdirs-recursive 32.670 ++installdirs-am: 32.671 ++ $(mkinstalldirs) $(DESTDIR)$(m4datadir) 32.672 + 32.673 +-install-exec-am: 32.674 ++install: install-recursive 32.675 + install-exec: install-exec-recursive 32.676 +- 32.677 +-install-data-am: install-m4dataDATA 32.678 + install-data: install-data-recursive 32.679 ++uninstall: uninstall-recursive 32.680 + 32.681 + install-am: all-am 32.682 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 32.683 +-install: install-recursive 32.684 +-uninstall-am: uninstall-m4dataDATA 32.685 +-uninstall: uninstall-recursive 32.686 +-all-am: Makefile $(DATA) config.h 32.687 +-all-redirect: all-recursive-am 32.688 +-install-strip: 32.689 +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 32.690 +-installdirs: installdirs-recursive 32.691 +-installdirs-am: 32.692 +- $(mkinstalldirs) $(DESTDIR)$(m4datadir) 32.693 +- 32.694 + 32.695 ++installcheck: installcheck-recursive 32.696 ++install-strip: 32.697 ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 32.698 ++ INSTALL_STRIP_FLAG=-s \ 32.699 ++ `test -z '$(STRIP)' || \ 32.700 ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 32.701 + mostlyclean-generic: 32.702 + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 32.703 + 32.704 +@@ -364,48 +522,82 @@ clean-generic: 32.705 + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 32.706 + 32.707 + distclean-generic: 32.708 +- -rm -f Makefile $(CONFIG_CLEAN_FILES) 32.709 +- -rm -f config.cache config.log stamp-h stamp-h[0-9]* 32.710 ++ -rm -f $(CONFIG_CLEAN_FILES) 32.711 + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 32.712 + 32.713 + maintainer-clean-generic: 32.714 ++ @echo "This command is intended for maintainers to use" 32.715 ++ @echo "it deletes files that may require special tools to rebuild." 32.716 + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 32.717 +-mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic 32.718 ++clean: clean-recursive 32.719 + 32.720 +-mostlyclean: mostlyclean-recursive 32.721 ++clean-am: clean-generic clean-libtool mostlyclean-am 32.722 + 32.723 +-clean-am: clean-hdr clean-tags clean-generic mostlyclean-am 32.724 ++distclean: distclean-recursive 32.725 ++ -rm -f $(am__CONFIG_DISTCLEAN_FILES) 32.726 ++ -rm -f Makefile 32.727 ++distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \ 32.728 ++ distclean-tags 32.729 + 32.730 +-clean: clean-recursive 32.731 ++dvi: dvi-recursive 32.732 + 32.733 +-distclean-am: distclean-hdr distclean-tags distclean-generic clean-am 32.734 +- -rm -f libtool 32.735 ++dvi-am: 32.736 + 32.737 +-distclean: distclean-recursive 32.738 +- -rm -f config.status 32.739 ++info: info-recursive 32.740 + 32.741 +-maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ 32.742 +- maintainer-clean-generic distclean-am 32.743 +- @echo "This command is intended for maintainers to use;" 32.744 +- @echo "it deletes files that may require special tools to rebuild." 32.745 ++info-am: 32.746 ++ 32.747 ++install-data-am: install-m4dataDATA 32.748 ++ 32.749 ++install-exec-am: 32.750 ++ 32.751 ++install-info: install-info-recursive 32.752 ++ 32.753 ++install-man: 32.754 ++ 32.755 ++installcheck-am: 32.756 + 32.757 + maintainer-clean: maintainer-clean-recursive 32.758 +- -rm -f config.status 32.759 ++ -rm -f $(am__CONFIG_DISTCLEAN_FILES) 32.760 ++ -rm -rf $(top_srcdir)/autom4te.cache 32.761 ++ -rm -f Makefile 32.762 ++maintainer-clean-am: distclean-am maintainer-clean-generic 32.763 ++ 32.764 ++mostlyclean: mostlyclean-recursive 32.765 ++ 32.766 ++mostlyclean-am: mostlyclean-generic mostlyclean-libtool 32.767 ++ 32.768 ++pdf: pdf-recursive 32.769 ++ 32.770 ++pdf-am: 32.771 + 32.772 +-.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 32.773 +-uninstall-m4dataDATA install-m4dataDATA install-data-recursive \ 32.774 +-uninstall-data-recursive install-exec-recursive \ 32.775 +-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ 32.776 +-all-recursive check-recursive installcheck-recursive info-recursive \ 32.777 +-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ 32.778 +-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 32.779 +-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ 32.780 +-dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ 32.781 +-install-exec-am install-exec install-data-am install-data install-am \ 32.782 +-install uninstall-am uninstall all-redirect all-am all installdirs-am \ 32.783 +-installdirs mostlyclean-generic distclean-generic clean-generic \ 32.784 +-maintainer-clean-generic clean mostlyclean distclean maintainer-clean 32.785 ++ps: ps-recursive 32.786 + 32.787 ++ps-am: 32.788 ++ 32.789 ++uninstall-am: uninstall-info-am uninstall-m4dataDATA 32.790 ++ 32.791 ++uninstall-info: uninstall-info-recursive 32.792 ++ 32.793 ++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 32.794 ++ clean-generic clean-libtool clean-recursive ctags \ 32.795 ++ ctags-recursive dist dist-all dist-gzip distcheck distclean \ 32.796 ++ distclean-generic distclean-hdr distclean-libtool \ 32.797 ++ distclean-recursive distclean-tags distcleancheck distdir \ 32.798 ++ distuninstallcheck dvi dvi-am dvi-recursive info info-am \ 32.799 ++ info-recursive install install-am install-data install-data-am \ 32.800 ++ install-data-recursive install-exec install-exec-am \ 32.801 ++ install-exec-recursive install-info install-info-am \ 32.802 ++ install-info-recursive install-m4dataDATA install-man \ 32.803 ++ install-recursive install-strip installcheck installcheck-am \ 32.804 ++ installdirs installdirs-am installdirs-recursive \ 32.805 ++ maintainer-clean maintainer-clean-generic \ 32.806 ++ maintainer-clean-recursive mostlyclean mostlyclean-generic \ 32.807 ++ mostlyclean-libtool mostlyclean-recursive pdf pdf-am \ 32.808 ++ pdf-recursive ps ps-am ps-recursive tags tags-recursive \ 32.809 ++ uninstall uninstall-am uninstall-info-am \ 32.810 ++ uninstall-info-recursive uninstall-m4dataDATA \ 32.811 ++ uninstall-recursive 32.812 + 32.813 + # Tell versions [3.59,3.63) of GNU make to not export all variables. 32.814 + # Otherwise a system limit (for SysV at least) may be exceeded. 32.815 +--- libstroke-0.5.1.orig/aclocal.m4 32.816 ++++ libstroke-0.5.1/aclocal.m4 32.817 +@@ -1,70 +1,258 @@ 32.818 +-dnl aclocal.m4 generated automatically by aclocal 1.4 32.819 ++# generated automatically by aclocal 1.7.8 -*- Autoconf -*- 32.820 + 32.821 +-dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 32.822 +-dnl This file is free software; the Free Software Foundation 32.823 +-dnl gives unlimited permission to copy and/or distribute it, 32.824 +-dnl with or without modifications, as long as this notice is preserved. 32.825 +- 32.826 +-dnl This program is distributed in the hope that it will be useful, 32.827 +-dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without 32.828 +-dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.829 +-dnl PARTICULAR PURPOSE. 32.830 +- 32.831 +-# Do all the work for Automake. This macro actually does too much -- 32.832 +-# some checks are only needed if your package does certain things. 32.833 +-# But this isn't really a big deal. 32.834 ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 32.835 ++# Free Software Foundation, Inc. 32.836 ++# This file is free software; the Free Software Foundation 32.837 ++# gives unlimited permission to copy and/or distribute it, 32.838 ++# with or without modifications, as long as this notice is preserved. 32.839 ++ 32.840 ++# This program is distributed in the hope that it will be useful, 32.841 ++# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 32.842 ++# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.843 ++# PARTICULAR PURPOSE. 32.844 ++ 32.845 ++# Do all the work for Automake. -*- Autoconf -*- 32.846 ++ 32.847 ++# This macro actually does too much some checks are only needed if 32.848 ++# your package does certain things. But this isn't really a big deal. 32.849 ++ 32.850 ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 32.851 ++# Free Software Foundation, Inc. 32.852 ++ 32.853 ++# This program is free software; you can redistribute it and/or modify 32.854 ++# it under the terms of the GNU General Public License as published by 32.855 ++# the Free Software Foundation; either version 2, or (at your option) 32.856 ++# any later version. 32.857 ++ 32.858 ++# This program is distributed in the hope that it will be useful, 32.859 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.860 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.861 ++# GNU General Public License for more details. 32.862 ++ 32.863 ++# You should have received a copy of the GNU General Public License 32.864 ++# along with this program; if not, write to the Free Software 32.865 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.866 ++# 02111-1307, USA. 32.867 ++ 32.868 ++# serial 10 32.869 ++ 32.870 ++AC_PREREQ([2.54]) 32.871 ++ 32.872 ++# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow 32.873 ++# the ones we care about. 32.874 ++m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl 32.875 ++ 32.876 ++# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 32.877 ++# AM_INIT_AUTOMAKE([OPTIONS]) 32.878 ++# ----------------------------------------------- 32.879 ++# The call with PACKAGE and VERSION arguments is the old style 32.880 ++# call (pre autoconf-2.50), which is being phased out. PACKAGE 32.881 ++# and VERSION should now be passed to AC_INIT and removed from 32.882 ++# the call to AM_INIT_AUTOMAKE. 32.883 ++# We support both call styles for the transition. After 32.884 ++# the next Automake release, Autoconf can make the AC_INIT 32.885 ++# arguments mandatory, and then we can depend on a new Autoconf 32.886 ++# release and drop the old call support. 32.887 ++AC_DEFUN([AM_INIT_AUTOMAKE], 32.888 ++[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 32.889 ++ AC_REQUIRE([AC_PROG_INSTALL])dnl 32.890 ++# test to see if srcdir already configured 32.891 ++if test "`cd $srcdir && pwd`" != "`pwd`" && 32.892 ++ test -f $srcdir/config.status; then 32.893 ++ AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 32.894 ++fi 32.895 + 32.896 +-# serial 1 32.897 ++# test whether we have cygpath 32.898 ++if test -z "$CYGPATH_W"; then 32.899 ++ if (cygpath --version) >/dev/null 2>/dev/null; then 32.900 ++ CYGPATH_W='cygpath -w' 32.901 ++ else 32.902 ++ CYGPATH_W=echo 32.903 ++ fi 32.904 ++fi 32.905 ++AC_SUBST([CYGPATH_W]) 32.906 ++ 32.907 ++# Define the identity of the package. 32.908 ++dnl Distinguish between old-style and new-style calls. 32.909 ++m4_ifval([$2], 32.910 ++[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl 32.911 ++ AC_SUBST([PACKAGE], [$1])dnl 32.912 ++ AC_SUBST([VERSION], [$2])], 32.913 ++[_AM_SET_OPTIONS([$1])dnl 32.914 ++ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 32.915 ++ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 32.916 ++ 32.917 ++_AM_IF_OPTION([no-define],, 32.918 ++[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 32.919 ++ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 32.920 ++ 32.921 ++# Some tools Automake needs. 32.922 ++AC_REQUIRE([AM_SANITY_CHECK])dnl 32.923 ++AC_REQUIRE([AC_ARG_PROGRAM])dnl 32.924 ++AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 32.925 ++AM_MISSING_PROG(AUTOCONF, autoconf) 32.926 ++AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 32.927 ++AM_MISSING_PROG(AUTOHEADER, autoheader) 32.928 ++AM_MISSING_PROG(MAKEINFO, makeinfo) 32.929 ++AM_MISSING_PROG(AMTAR, tar) 32.930 ++AM_PROG_INSTALL_SH 32.931 ++AM_PROG_INSTALL_STRIP 32.932 ++# We need awk for the "check" target. The system "awk" is bad on 32.933 ++# some platforms. 32.934 ++AC_REQUIRE([AC_PROG_AWK])dnl 32.935 ++AC_REQUIRE([AC_PROG_MAKE_SET])dnl 32.936 ++AC_REQUIRE([AM_SET_LEADING_DOT])dnl 32.937 ++ 32.938 ++_AM_IF_OPTION([no-dependencies],, 32.939 ++[AC_PROVIDE_IFELSE([AC_PROG_CC], 32.940 ++ [_AM_DEPENDENCIES(CC)], 32.941 ++ [define([AC_PROG_CC], 32.942 ++ defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 32.943 ++AC_PROVIDE_IFELSE([AC_PROG_CXX], 32.944 ++ [_AM_DEPENDENCIES(CXX)], 32.945 ++ [define([AC_PROG_CXX], 32.946 ++ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 32.947 ++]) 32.948 ++]) 32.949 + 32.950 +-dnl Usage: 32.951 +-dnl AM_INIT_AUTOMAKE(package,version, [no-define]) 32.952 + 32.953 +-AC_DEFUN(AM_INIT_AUTOMAKE, 32.954 +-[AC_REQUIRE([AC_PROG_INSTALL]) 32.955 +-PACKAGE=[$1] 32.956 +-AC_SUBST(PACKAGE) 32.957 +-VERSION=[$2] 32.958 +-AC_SUBST(VERSION) 32.959 +-dnl test to see if srcdir already configured 32.960 +-if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 32.961 +- AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 32.962 +-fi 32.963 +-ifelse([$3],, 32.964 +-AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 32.965 +-AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) 32.966 +-AC_REQUIRE([AM_SANITY_CHECK]) 32.967 +-AC_REQUIRE([AC_ARG_PROGRAM]) 32.968 +-dnl FIXME This is truly gross. 32.969 +-missing_dir=`cd $ac_aux_dir && pwd` 32.970 +-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) 32.971 +-AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 32.972 +-AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) 32.973 +-AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 32.974 +-AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 32.975 +-AC_REQUIRE([AC_PROG_MAKE_SET])]) 32.976 ++# When config.status generates a header, we must update the stamp-h file. 32.977 ++# This file resides in the same directory as the config header 32.978 ++# that is generated. The stamp files are numbered to have different names. 32.979 ++ 32.980 ++# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the 32.981 ++# loop where config.status creates the headers, so we can generate 32.982 ++# our stamp files there. 32.983 ++AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 32.984 ++[# Compute $1's index in $config_headers. 32.985 ++_am_stamp_count=1 32.986 ++for _am_header in $config_headers :; do 32.987 ++ case $_am_header in 32.988 ++ $1 | $1:* ) 32.989 ++ break ;; 32.990 ++ * ) 32.991 ++ _am_stamp_count=`expr $_am_stamp_count + 1` ;; 32.992 ++ esac 32.993 ++done 32.994 ++echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 32.995 ++ 32.996 ++# Copyright 2002 Free Software Foundation, Inc. 32.997 ++ 32.998 ++# This program is free software; you can redistribute it and/or modify 32.999 ++# it under the terms of the GNU General Public License as published by 32.1000 ++# the Free Software Foundation; either version 2, or (at your option) 32.1001 ++# any later version. 32.1002 ++ 32.1003 ++# This program is distributed in the hope that it will be useful, 32.1004 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1005 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1006 ++# GNU General Public License for more details. 32.1007 ++ 32.1008 ++# You should have received a copy of the GNU General Public License 32.1009 ++# along with this program; if not, write to the Free Software 32.1010 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1011 ++ 32.1012 ++# AM_AUTOMAKE_VERSION(VERSION) 32.1013 ++# ---------------------------- 32.1014 ++# Automake X.Y traces this macro to ensure aclocal.m4 has been 32.1015 ++# generated from the m4 files accompanying Automake X.Y. 32.1016 ++AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) 32.1017 ++ 32.1018 ++# AM_SET_CURRENT_AUTOMAKE_VERSION 32.1019 ++# ------------------------------- 32.1020 ++# Call AM_AUTOMAKE_VERSION so it can be traced. 32.1021 ++# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 32.1022 ++AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 32.1023 ++ [AM_AUTOMAKE_VERSION([1.7.8])]) 32.1024 ++ 32.1025 ++# Helper functions for option handling. -*- Autoconf -*- 32.1026 ++ 32.1027 ++# Copyright 2001, 2002 Free Software Foundation, Inc. 32.1028 ++ 32.1029 ++# This program is free software; you can redistribute it and/or modify 32.1030 ++# it under the terms of the GNU General Public License as published by 32.1031 ++# the Free Software Foundation; either version 2, or (at your option) 32.1032 ++# any later version. 32.1033 ++ 32.1034 ++# This program is distributed in the hope that it will be useful, 32.1035 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1036 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1037 ++# GNU General Public License for more details. 32.1038 ++ 32.1039 ++# You should have received a copy of the GNU General Public License 32.1040 ++# along with this program; if not, write to the Free Software 32.1041 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1042 ++# 02111-1307, USA. 32.1043 ++ 32.1044 ++# serial 2 32.1045 ++ 32.1046 ++# _AM_MANGLE_OPTION(NAME) 32.1047 ++# ----------------------- 32.1048 ++AC_DEFUN([_AM_MANGLE_OPTION], 32.1049 ++[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 32.1050 ++ 32.1051 ++# _AM_SET_OPTION(NAME) 32.1052 ++# ------------------------------ 32.1053 ++# Set option NAME. Presently that only means defining a flag for this option. 32.1054 ++AC_DEFUN([_AM_SET_OPTION], 32.1055 ++[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 32.1056 ++ 32.1057 ++# _AM_SET_OPTIONS(OPTIONS) 32.1058 ++# ---------------------------------- 32.1059 ++# OPTIONS is a space-separated list of Automake options. 32.1060 ++AC_DEFUN([_AM_SET_OPTIONS], 32.1061 ++[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 32.1062 ++ 32.1063 ++# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 32.1064 ++# ------------------------------------------- 32.1065 ++# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 32.1066 ++AC_DEFUN([_AM_IF_OPTION], 32.1067 ++[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 32.1068 + 32.1069 + # 32.1070 + # Check to make sure that the build environment is sane. 32.1071 + # 32.1072 + 32.1073 +-AC_DEFUN(AM_SANITY_CHECK, 32.1074 ++# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. 32.1075 ++ 32.1076 ++# This program is free software; you can redistribute it and/or modify 32.1077 ++# it under the terms of the GNU General Public License as published by 32.1078 ++# the Free Software Foundation; either version 2, or (at your option) 32.1079 ++# any later version. 32.1080 ++ 32.1081 ++# This program is distributed in the hope that it will be useful, 32.1082 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1083 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1084 ++# GNU General Public License for more details. 32.1085 ++ 32.1086 ++# You should have received a copy of the GNU General Public License 32.1087 ++# along with this program; if not, write to the Free Software 32.1088 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1089 ++# 02111-1307, USA. 32.1090 ++ 32.1091 ++# serial 3 32.1092 ++ 32.1093 ++# AM_SANITY_CHECK 32.1094 ++# --------------- 32.1095 ++AC_DEFUN([AM_SANITY_CHECK], 32.1096 + [AC_MSG_CHECKING([whether build environment is sane]) 32.1097 + # Just in case 32.1098 + sleep 1 32.1099 +-echo timestamp > conftestfile 32.1100 ++echo timestamp > conftest.file 32.1101 + # Do `set' in a subshell so we don't clobber the current shell's 32.1102 + # arguments. Must try -L first in case configure is actually a 32.1103 + # symlink; some systems play weird games with the mod time of symlinks 32.1104 + # (eg FreeBSD returns the mod time of the symlink's containing 32.1105 + # directory). 32.1106 + if ( 32.1107 +- set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 32.1108 +- if test "[$]*" = "X"; then 32.1109 ++ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 32.1110 ++ if test "$[*]" = "X"; then 32.1111 + # -L didn't work. 32.1112 +- set X `ls -t $srcdir/configure conftestfile` 32.1113 ++ set X `ls -t $srcdir/configure conftest.file` 32.1114 + fi 32.1115 +- if test "[$]*" != "X $srcdir/configure conftestfile" \ 32.1116 +- && test "[$]*" != "X conftestfile $srcdir/configure"; then 32.1117 ++ rm -f conftest.file 32.1118 ++ if test "$[*]" != "X $srcdir/configure conftest.file" \ 32.1119 ++ && test "$[*]" != "X conftest.file $srcdir/configure"; then 32.1120 + 32.1121 + # If neither matched, then we have a broken ls. This can happen 32.1122 + # if, for instance, CONFIG_SHELL is bash and it inherits a 32.1123 +@@ -74,7 +262,7 @@ if ( 32.1124 + alias in your environment]) 32.1125 + fi 32.1126 + 32.1127 +- test "[$]2" = conftestfile 32.1128 ++ test "$[2]" = conftest.file 32.1129 + ) 32.1130 + then 32.1131 + # Ok. 32.1132 +@@ -83,84 +271,1050 @@ else 32.1133 + AC_MSG_ERROR([newly created file is older than distributed files! 32.1134 + Check your system clock]) 32.1135 + fi 32.1136 +-rm -f conftest* 32.1137 + AC_MSG_RESULT(yes)]) 32.1138 + 32.1139 +-dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) 32.1140 +-dnl The program must properly implement --version. 32.1141 +-AC_DEFUN(AM_MISSING_PROG, 32.1142 +-[AC_MSG_CHECKING(for working $2) 32.1143 +-# Run test in a subshell; some versions of sh will print an error if 32.1144 +-# an executable is not found, even if stderr is redirected. 32.1145 +-# Redirect stdin to placate older versions of autoconf. Sigh. 32.1146 +-if ($2 --version) < /dev/null > /dev/null 2>&1; then 32.1147 +- $1=$2 32.1148 +- AC_MSG_RESULT(found) 32.1149 ++# -*- Autoconf -*- 32.1150 ++ 32.1151 ++ 32.1152 ++# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. 32.1153 ++ 32.1154 ++# This program is free software; you can redistribute it and/or modify 32.1155 ++# it under the terms of the GNU General Public License as published by 32.1156 ++# the Free Software Foundation; either version 2, or (at your option) 32.1157 ++# any later version. 32.1158 ++ 32.1159 ++# This program is distributed in the hope that it will be useful, 32.1160 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1161 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1162 ++# GNU General Public License for more details. 32.1163 ++ 32.1164 ++# You should have received a copy of the GNU General Public License 32.1165 ++# along with this program; if not, write to the Free Software 32.1166 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1167 ++# 02111-1307, USA. 32.1168 ++ 32.1169 ++# serial 3 32.1170 ++ 32.1171 ++# AM_MISSING_PROG(NAME, PROGRAM) 32.1172 ++# ------------------------------ 32.1173 ++AC_DEFUN([AM_MISSING_PROG], 32.1174 ++[AC_REQUIRE([AM_MISSING_HAS_RUN]) 32.1175 ++$1=${$1-"${am_missing_run}$2"} 32.1176 ++AC_SUBST($1)]) 32.1177 ++ 32.1178 ++ 32.1179 ++# AM_MISSING_HAS_RUN 32.1180 ++# ------------------ 32.1181 ++# Define MISSING if not defined so far and test if it supports --run. 32.1182 ++# If it does, set am_missing_run to use it, otherwise, to nothing. 32.1183 ++AC_DEFUN([AM_MISSING_HAS_RUN], 32.1184 ++[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 32.1185 ++test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 32.1186 ++# Use eval to expand $SHELL 32.1187 ++if eval "$MISSING --run true"; then 32.1188 ++ am_missing_run="$MISSING --run " 32.1189 + else 32.1190 +- $1="$3/missing $2" 32.1191 +- AC_MSG_RESULT(missing) 32.1192 ++ am_missing_run= 32.1193 ++ AC_MSG_WARN([`missing' script is too old or missing]) 32.1194 + fi 32.1195 +-AC_SUBST($1)]) 32.1196 ++]) 32.1197 ++ 32.1198 ++# AM_AUX_DIR_EXPAND 32.1199 ++ 32.1200 ++# Copyright 2001 Free Software Foundation, Inc. 32.1201 ++ 32.1202 ++# This program is free software; you can redistribute it and/or modify 32.1203 ++# it under the terms of the GNU General Public License as published by 32.1204 ++# the Free Software Foundation; either version 2, or (at your option) 32.1205 ++# any later version. 32.1206 ++ 32.1207 ++# This program is distributed in the hope that it will be useful, 32.1208 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1209 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1210 ++# GNU General Public License for more details. 32.1211 ++ 32.1212 ++# You should have received a copy of the GNU General Public License 32.1213 ++# along with this program; if not, write to the Free Software 32.1214 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1215 ++# 02111-1307, USA. 32.1216 ++ 32.1217 ++# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 32.1218 ++# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 32.1219 ++# `$srcdir', `$srcdir/..', or `$srcdir/../..'. 32.1220 ++# 32.1221 ++# Of course, Automake must honor this variable whenever it calls a 32.1222 ++# tool from the auxiliary directory. The problem is that $srcdir (and 32.1223 ++# therefore $ac_aux_dir as well) can be either absolute or relative, 32.1224 ++# depending on how configure is run. This is pretty annoying, since 32.1225 ++# it makes $ac_aux_dir quite unusable in subdirectories: in the top 32.1226 ++# source directory, any form will work fine, but in subdirectories a 32.1227 ++# relative path needs to be adjusted first. 32.1228 ++# 32.1229 ++# $ac_aux_dir/missing 32.1230 ++# fails when called from a subdirectory if $ac_aux_dir is relative 32.1231 ++# $top_srcdir/$ac_aux_dir/missing 32.1232 ++# fails if $ac_aux_dir is absolute, 32.1233 ++# fails when called from a subdirectory in a VPATH build with 32.1234 ++# a relative $ac_aux_dir 32.1235 ++# 32.1236 ++# The reason of the latter failure is that $top_srcdir and $ac_aux_dir 32.1237 ++# are both prefixed by $srcdir. In an in-source build this is usually 32.1238 ++# harmless because $srcdir is `.', but things will broke when you 32.1239 ++# start a VPATH build or use an absolute $srcdir. 32.1240 ++# 32.1241 ++# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, 32.1242 ++# iff we strip the leading $srcdir from $ac_aux_dir. That would be: 32.1243 ++# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` 32.1244 ++# and then we would define $MISSING as 32.1245 ++# MISSING="\${SHELL} $am_aux_dir/missing" 32.1246 ++# This will work as long as MISSING is not called from configure, because 32.1247 ++# unfortunately $(top_srcdir) has no meaning in configure. 32.1248 ++# However there are other variables, like CC, which are often used in 32.1249 ++# configure, and could therefore not use this "fixed" $ac_aux_dir. 32.1250 ++# 32.1251 ++# Another solution, used here, is to always expand $ac_aux_dir to an 32.1252 ++# absolute PATH. The drawback is that using absolute paths prevent a 32.1253 ++# configured tree to be moved without reconfiguration. 32.1254 ++ 32.1255 ++# Rely on autoconf to set up CDPATH properly. 32.1256 ++AC_PREREQ([2.50]) 32.1257 ++ 32.1258 ++AC_DEFUN([AM_AUX_DIR_EXPAND], [ 32.1259 ++# expand $ac_aux_dir to an absolute path 32.1260 ++am_aux_dir=`cd $ac_aux_dir && pwd` 32.1261 ++]) 32.1262 ++ 32.1263 ++# AM_PROG_INSTALL_SH 32.1264 ++# ------------------ 32.1265 ++# Define $install_sh. 32.1266 ++ 32.1267 ++# Copyright 2001 Free Software Foundation, Inc. 32.1268 ++ 32.1269 ++# This program is free software; you can redistribute it and/or modify 32.1270 ++# it under the terms of the GNU General Public License as published by 32.1271 ++# the Free Software Foundation; either version 2, or (at your option) 32.1272 ++# any later version. 32.1273 ++ 32.1274 ++# This program is distributed in the hope that it will be useful, 32.1275 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1276 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1277 ++# GNU General Public License for more details. 32.1278 ++ 32.1279 ++# You should have received a copy of the GNU General Public License 32.1280 ++# along with this program; if not, write to the Free Software 32.1281 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1282 ++# 02111-1307, USA. 32.1283 ++ 32.1284 ++AC_DEFUN([AM_PROG_INSTALL_SH], 32.1285 ++[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 32.1286 ++install_sh=${install_sh-"$am_aux_dir/install-sh"} 32.1287 ++AC_SUBST(install_sh)]) 32.1288 ++ 32.1289 ++# AM_PROG_INSTALL_STRIP 32.1290 ++ 32.1291 ++# Copyright 2001 Free Software Foundation, Inc. 32.1292 ++ 32.1293 ++# This program is free software; you can redistribute it and/or modify 32.1294 ++# it under the terms of the GNU General Public License as published by 32.1295 ++# the Free Software Foundation; either version 2, or (at your option) 32.1296 ++# any later version. 32.1297 ++ 32.1298 ++# This program is distributed in the hope that it will be useful, 32.1299 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1300 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1301 ++# GNU General Public License for more details. 32.1302 ++ 32.1303 ++# You should have received a copy of the GNU General Public License 32.1304 ++# along with this program; if not, write to the Free Software 32.1305 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1306 ++# 02111-1307, USA. 32.1307 ++ 32.1308 ++# One issue with vendor `install' (even GNU) is that you can't 32.1309 ++# specify the program used to strip binaries. This is especially 32.1310 ++# annoying in cross-compiling environments, where the build's strip 32.1311 ++# is unlikely to handle the host's binaries. 32.1312 ++# Fortunately install-sh will honor a STRIPPROG variable, so we 32.1313 ++# always use install-sh in `make install-strip', and initialize 32.1314 ++# STRIPPROG with the value of the STRIP variable (set by the user). 32.1315 ++AC_DEFUN([AM_PROG_INSTALL_STRIP], 32.1316 ++[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 32.1317 ++# Installed binaries are usually stripped using `strip' when the user 32.1318 ++# run `make install-strip'. However `strip' might not be the right 32.1319 ++# tool to use in cross-compilation environments, therefore Automake 32.1320 ++# will honor the `STRIP' environment variable to overrule this program. 32.1321 ++dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 32.1322 ++if test "$cross_compiling" != no; then 32.1323 ++ AC_CHECK_TOOL([STRIP], [strip], :) 32.1324 ++fi 32.1325 ++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 32.1326 ++AC_SUBST([INSTALL_STRIP_PROGRAM])]) 32.1327 ++ 32.1328 ++# -*- Autoconf -*- 32.1329 ++# Copyright (C) 2003 Free Software Foundation, Inc. 32.1330 ++ 32.1331 ++# This program is free software; you can redistribute it and/or modify 32.1332 ++# it under the terms of the GNU General Public License as published by 32.1333 ++# the Free Software Foundation; either version 2, or (at your option) 32.1334 ++# any later version. 32.1335 ++ 32.1336 ++# This program is distributed in the hope that it will be useful, 32.1337 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1338 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1339 ++# GNU General Public License for more details. 32.1340 ++ 32.1341 ++# You should have received a copy of the GNU General Public License 32.1342 ++# along with this program; if not, write to the Free Software 32.1343 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1344 ++# 02111-1307, USA. 32.1345 ++ 32.1346 ++# serial 1 32.1347 ++ 32.1348 ++# Check whether the underlying file-system supports filenames 32.1349 ++# with a leading dot. For instance MS-DOS doesn't. 32.1350 ++AC_DEFUN([AM_SET_LEADING_DOT], 32.1351 ++[rm -rf .tst 2>/dev/null 32.1352 ++mkdir .tst 2>/dev/null 32.1353 ++if test -d .tst; then 32.1354 ++ am__leading_dot=. 32.1355 ++else 32.1356 ++ am__leading_dot=_ 32.1357 ++fi 32.1358 ++rmdir .tst 2>/dev/null 32.1359 ++AC_SUBST([am__leading_dot])]) 32.1360 ++ 32.1361 ++# serial 5 -*- Autoconf -*- 32.1362 ++ 32.1363 ++# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 32.1364 ++ 32.1365 ++# This program is free software; you can redistribute it and/or modify 32.1366 ++# it under the terms of the GNU General Public License as published by 32.1367 ++# the Free Software Foundation; either version 2, or (at your option) 32.1368 ++# any later version. 32.1369 ++ 32.1370 ++# This program is distributed in the hope that it will be useful, 32.1371 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1372 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1373 ++# GNU General Public License for more details. 32.1374 ++ 32.1375 ++# You should have received a copy of the GNU General Public License 32.1376 ++# along with this program; if not, write to the Free Software 32.1377 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1378 ++# 02111-1307, USA. 32.1379 ++ 32.1380 ++ 32.1381 ++# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 32.1382 ++# written in clear, in which case automake, when reading aclocal.m4, 32.1383 ++# will think it sees a *use*, and therefore will trigger all it's 32.1384 ++# C support machinery. Also note that it means that autoscan, seeing 32.1385 ++# CC etc. in the Makefile, will ask for an AC_PROG_CC use... 32.1386 ++ 32.1387 ++ 32.1388 ++ 32.1389 ++# _AM_DEPENDENCIES(NAME) 32.1390 ++# ---------------------- 32.1391 ++# See how the compiler implements dependency checking. 32.1392 ++# NAME is "CC", "CXX", "GCJ", or "OBJC". 32.1393 ++# We try a few techniques and use that to set a single cache variable. 32.1394 ++# 32.1395 ++# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was 32.1396 ++# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular 32.1397 ++# dependency, and given that the user is not expected to run this macro, 32.1398 ++# just rely on AC_PROG_CC. 32.1399 ++AC_DEFUN([_AM_DEPENDENCIES], 32.1400 ++[AC_REQUIRE([AM_SET_DEPDIR])dnl 32.1401 ++AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl 32.1402 ++AC_REQUIRE([AM_MAKE_INCLUDE])dnl 32.1403 ++AC_REQUIRE([AM_DEP_TRACK])dnl 32.1404 ++ 32.1405 ++ifelse([$1], CC, [depcc="$CC" am_compiler_list=], 32.1406 ++ [$1], CXX, [depcc="$CXX" am_compiler_list=], 32.1407 ++ [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 32.1408 ++ [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], 32.1409 ++ [depcc="$$1" am_compiler_list=]) 32.1410 ++ 32.1411 ++AC_CACHE_CHECK([dependency style of $depcc], 32.1412 ++ [am_cv_$1_dependencies_compiler_type], 32.1413 ++[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 32.1414 ++ # We make a subdir and do the tests there. Otherwise we can end up 32.1415 ++ # making bogus files that we don't know about and never remove. For 32.1416 ++ # instance it was reported that on HP-UX the gcc test will end up 32.1417 ++ # making a dummy file named `D' -- because `-MD' means `put the output 32.1418 ++ # in D'. 32.1419 ++ mkdir conftest.dir 32.1420 ++ # Copy depcomp to subdir because otherwise we won't find it if we're 32.1421 ++ # using a relative directory. 32.1422 ++ cp "$am_depcomp" conftest.dir 32.1423 ++ cd conftest.dir 32.1424 ++ # We will build objects and dependencies in a subdirectory because 32.1425 ++ # it helps to detect inapplicable dependency modes. For instance 32.1426 ++ # both Tru64's cc and ICC support -MD to output dependencies as a 32.1427 ++ # side effect of compilation, but ICC will put the dependencies in 32.1428 ++ # the current directory while Tru64 will put them in the object 32.1429 ++ # directory. 32.1430 ++ mkdir sub 32.1431 ++ 32.1432 ++ am_cv_$1_dependencies_compiler_type=none 32.1433 ++ if test "$am_compiler_list" = ""; then 32.1434 ++ am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` 32.1435 ++ fi 32.1436 ++ for depmode in $am_compiler_list; do 32.1437 ++ # Setup a source with many dependencies, because some compilers 32.1438 ++ # like to wrap large dependency lists on column 80 (with \), and 32.1439 ++ # we should not choose a depcomp mode which is confused by this. 32.1440 ++ # 32.1441 ++ # We need to recreate these files for each test, as the compiler may 32.1442 ++ # overwrite some of them when testing with obscure command lines. 32.1443 ++ # This happens at least with the AIX C compiler. 32.1444 ++ : > sub/conftest.c 32.1445 ++ for i in 1 2 3 4 5 6; do 32.1446 ++ echo '#include "conftst'$i'.h"' >> sub/conftest.c 32.1447 ++ : > sub/conftst$i.h 32.1448 ++ done 32.1449 ++ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 32.1450 ++ 32.1451 ++ case $depmode in 32.1452 ++ nosideeffect) 32.1453 ++ # after this tag, mechanisms are not by side-effect, so they'll 32.1454 ++ # only be used when explicitly requested 32.1455 ++ if test "x$enable_dependency_tracking" = xyes; then 32.1456 ++ continue 32.1457 ++ else 32.1458 ++ break 32.1459 ++ fi 32.1460 ++ ;; 32.1461 ++ none) break ;; 32.1462 ++ esac 32.1463 ++ # We check with `-c' and `-o' for the sake of the "dashmstdout" 32.1464 ++ # mode. It turns out that the SunPro C++ compiler does not properly 32.1465 ++ # handle `-M -o', and we need to detect this. 32.1466 ++ if depmode=$depmode \ 32.1467 ++ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 32.1468 ++ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 32.1469 ++ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 32.1470 ++ >/dev/null 2>conftest.err && 32.1471 ++ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 32.1472 ++ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 32.1473 ++ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 32.1474 ++ # icc doesn't choke on unknown options, it will just issue warnings 32.1475 ++ # (even with -Werror). So we grep stderr for any message 32.1476 ++ # that says an option was ignored. 32.1477 ++ if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 32.1478 ++ am_cv_$1_dependencies_compiler_type=$depmode 32.1479 ++ break 32.1480 ++ fi 32.1481 ++ fi 32.1482 ++ done 32.1483 ++ 32.1484 ++ cd .. 32.1485 ++ rm -rf conftest.dir 32.1486 ++else 32.1487 ++ am_cv_$1_dependencies_compiler_type=none 32.1488 ++fi 32.1489 ++]) 32.1490 ++AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) 32.1491 ++AM_CONDITIONAL([am__fastdep$1], [ 32.1492 ++ test "x$enable_dependency_tracking" != xno \ 32.1493 ++ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) 32.1494 ++]) 32.1495 ++ 32.1496 ++ 32.1497 ++# AM_SET_DEPDIR 32.1498 ++# ------------- 32.1499 ++# Choose a directory name for dependency files. 32.1500 ++# This macro is AC_REQUIREd in _AM_DEPENDENCIES 32.1501 ++AC_DEFUN([AM_SET_DEPDIR], 32.1502 ++[AC_REQUIRE([AM_SET_LEADING_DOT])dnl 32.1503 ++AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl 32.1504 ++]) 32.1505 ++ 32.1506 ++ 32.1507 ++# AM_DEP_TRACK 32.1508 ++# ------------ 32.1509 ++AC_DEFUN([AM_DEP_TRACK], 32.1510 ++[AC_ARG_ENABLE(dependency-tracking, 32.1511 ++[ --disable-dependency-tracking Speeds up one-time builds 32.1512 ++ --enable-dependency-tracking Do not reject slow dependency extractors]) 32.1513 ++if test "x$enable_dependency_tracking" != xno; then 32.1514 ++ am_depcomp="$ac_aux_dir/depcomp" 32.1515 ++ AMDEPBACKSLASH='\' 32.1516 ++fi 32.1517 ++AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 32.1518 ++AC_SUBST([AMDEPBACKSLASH]) 32.1519 ++]) 32.1520 ++ 32.1521 ++# Generate code to set up dependency tracking. -*- Autoconf -*- 32.1522 ++ 32.1523 ++# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 32.1524 ++ 32.1525 ++# This program is free software; you can redistribute it and/or modify 32.1526 ++# it under the terms of the GNU General Public License as published by 32.1527 ++# the Free Software Foundation; either version 2, or (at your option) 32.1528 ++# any later version. 32.1529 ++ 32.1530 ++# This program is distributed in the hope that it will be useful, 32.1531 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1532 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1533 ++# GNU General Public License for more details. 32.1534 ++ 32.1535 ++# You should have received a copy of the GNU General Public License 32.1536 ++# along with this program; if not, write to the Free Software 32.1537 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1538 ++# 02111-1307, USA. 32.1539 ++ 32.1540 ++#serial 2 32.1541 ++ 32.1542 ++# _AM_OUTPUT_DEPENDENCY_COMMANDS 32.1543 ++# ------------------------------ 32.1544 ++AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 32.1545 ++[for mf in $CONFIG_FILES; do 32.1546 ++ # Strip MF so we end up with the name of the file. 32.1547 ++ mf=`echo "$mf" | sed -e 's/:.*$//'` 32.1548 ++ # Check whether this is an Automake generated Makefile or not. 32.1549 ++ # We used to match only the files named `Makefile.in', but 32.1550 ++ # some people rename them; so instead we look at the file content. 32.1551 ++ # Grep'ing the first line is not enough: some people post-process 32.1552 ++ # each Makefile.in and add a new line on top of each file to say so. 32.1553 ++ # So let's grep whole file. 32.1554 ++ if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 32.1555 ++ dirpart=`AS_DIRNAME("$mf")` 32.1556 ++ else 32.1557 ++ continue 32.1558 ++ fi 32.1559 ++ grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue 32.1560 ++ # Extract the definition of DEP_FILES from the Makefile without 32.1561 ++ # running `make'. 32.1562 ++ DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 32.1563 ++ test -z "$DEPDIR" && continue 32.1564 ++ # When using ansi2knr, U may be empty or an underscore; expand it 32.1565 ++ U=`sed -n -e '/^U = / s///p' < "$mf"` 32.1566 ++ test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 32.1567 ++ # We invoke sed twice because it is the simplest approach to 32.1568 ++ # changing $(DEPDIR) to its actual value in the expansion. 32.1569 ++ for file in `sed -n -e ' 32.1570 ++ /^DEP_FILES = .*\\\\$/ { 32.1571 ++ s/^DEP_FILES = // 32.1572 ++ :loop 32.1573 ++ s/\\\\$// 32.1574 ++ p 32.1575 ++ n 32.1576 ++ /\\\\$/ b loop 32.1577 ++ p 32.1578 ++ } 32.1579 ++ /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 32.1580 ++ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 32.1581 ++ # Make sure the directory exists. 32.1582 ++ test -f "$dirpart/$file" && continue 32.1583 ++ fdir=`AS_DIRNAME(["$file"])` 32.1584 ++ AS_MKDIR_P([$dirpart/$fdir]) 32.1585 ++ # echo "creating $dirpart/$file" 32.1586 ++ echo '# dummy' > "$dirpart/$file" 32.1587 ++ done 32.1588 ++done 32.1589 ++])# _AM_OUTPUT_DEPENDENCY_COMMANDS 32.1590 ++ 32.1591 ++ 32.1592 ++# AM_OUTPUT_DEPENDENCY_COMMANDS 32.1593 ++# ----------------------------- 32.1594 ++# This macro should only be invoked once -- use via AC_REQUIRE. 32.1595 ++# 32.1596 ++# This code is only required when automatic dependency tracking 32.1597 ++# is enabled. FIXME. This creates each `.P' file that we will 32.1598 ++# need in order to bootstrap the dependency handling code. 32.1599 ++AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 32.1600 ++[AC_CONFIG_COMMANDS([depfiles], 32.1601 ++ [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], 32.1602 ++ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 32.1603 ++]) 32.1604 ++ 32.1605 ++# Check to see how 'make' treats includes. -*- Autoconf -*- 32.1606 ++ 32.1607 ++# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. 32.1608 ++ 32.1609 ++# This program is free software; you can redistribute it and/or modify 32.1610 ++# it under the terms of the GNU General Public License as published by 32.1611 ++# the Free Software Foundation; either version 2, or (at your option) 32.1612 ++# any later version. 32.1613 ++ 32.1614 ++# This program is distributed in the hope that it will be useful, 32.1615 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1616 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1617 ++# GNU General Public License for more details. 32.1618 ++ 32.1619 ++# You should have received a copy of the GNU General Public License 32.1620 ++# along with this program; if not, write to the Free Software 32.1621 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1622 ++# 02111-1307, USA. 32.1623 ++ 32.1624 ++# serial 2 32.1625 ++ 32.1626 ++# AM_MAKE_INCLUDE() 32.1627 ++# ----------------- 32.1628 ++# Check to see how make treats includes. 32.1629 ++AC_DEFUN([AM_MAKE_INCLUDE], 32.1630 ++[am_make=${MAKE-make} 32.1631 ++cat > confinc << 'END' 32.1632 ++am__doit: 32.1633 ++ @echo done 32.1634 ++.PHONY: am__doit 32.1635 ++END 32.1636 ++# If we don't find an include directive, just comment out the code. 32.1637 ++AC_MSG_CHECKING([for style of include used by $am_make]) 32.1638 ++am__include="#" 32.1639 ++am__quote= 32.1640 ++_am_result=none 32.1641 ++# First try GNU make style include. 32.1642 ++echo "include confinc" > confmf 32.1643 ++# We grep out `Entering directory' and `Leaving directory' 32.1644 ++# messages which can occur if `w' ends up in MAKEFLAGS. 32.1645 ++# In particular we don't look at `^make:' because GNU make might 32.1646 ++# be invoked under some other name (usually "gmake"), in which 32.1647 ++# case it prints its new name instead of `make'. 32.1648 ++if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 32.1649 ++ am__include=include 32.1650 ++ am__quote= 32.1651 ++ _am_result=GNU 32.1652 ++fi 32.1653 ++# Now try BSD make style include. 32.1654 ++if test "$am__include" = "#"; then 32.1655 ++ echo '.include "confinc"' > confmf 32.1656 ++ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 32.1657 ++ am__include=.include 32.1658 ++ am__quote="\"" 32.1659 ++ _am_result=BSD 32.1660 ++ fi 32.1661 ++fi 32.1662 ++AC_SUBST([am__include]) 32.1663 ++AC_SUBST([am__quote]) 32.1664 ++AC_MSG_RESULT([$_am_result]) 32.1665 ++rm -f confinc confmf 32.1666 ++]) 32.1667 + 32.1668 +-# Like AC_CONFIG_HEADER, but automatically create stamp file. 32.1669 ++# AM_CONDITIONAL -*- Autoconf -*- 32.1670 + 32.1671 +-AC_DEFUN(AM_CONFIG_HEADER, 32.1672 +-[AC_PREREQ([2.12]) 32.1673 +-AC_CONFIG_HEADER([$1]) 32.1674 +-dnl When config.status generates a header, we must update the stamp-h file. 32.1675 +-dnl This file resides in the same directory as the config header 32.1676 +-dnl that is generated. We must strip everything past the first ":", 32.1677 +-dnl and everything past the last "/". 32.1678 +-AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl 32.1679 +-ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>, 32.1680 +-<<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>, 32.1681 +-<<am_indx=1 32.1682 +-for am_file in <<$1>>; do 32.1683 +- case " <<$>>CONFIG_HEADERS " in 32.1684 +- *" <<$>>am_file "*<<)>> 32.1685 +- echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx 32.1686 +- ;; 32.1687 +- esac 32.1688 +- am_indx=`expr "<<$>>am_indx" + 1` 32.1689 +-done<<>>dnl>>) 32.1690 +-changequote([,]))]) 32.1691 +- 32.1692 +- 32.1693 +-# serial 30 AM_PROG_LIBTOOL 32.1694 +-AC_DEFUN(AM_PROG_LIBTOOL, 32.1695 +-[AC_PREREQ(2.12.2)dnl 32.1696 +-AC_REQUIRE([AM_ENABLE_SHARED])dnl 32.1697 +-AC_REQUIRE([AM_ENABLE_STATIC])dnl 32.1698 ++# Copyright 1997, 2000, 2001 Free Software Foundation, Inc. 32.1699 ++ 32.1700 ++# This program is free software; you can redistribute it and/or modify 32.1701 ++# it under the terms of the GNU General Public License as published by 32.1702 ++# the Free Software Foundation; either version 2, or (at your option) 32.1703 ++# any later version. 32.1704 ++ 32.1705 ++# This program is distributed in the hope that it will be useful, 32.1706 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1707 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1708 ++# GNU General Public License for more details. 32.1709 ++ 32.1710 ++# You should have received a copy of the GNU General Public License 32.1711 ++# along with this program; if not, write to the Free Software 32.1712 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1713 ++# 02111-1307, USA. 32.1714 ++ 32.1715 ++# serial 5 32.1716 ++ 32.1717 ++AC_PREREQ(2.52) 32.1718 ++ 32.1719 ++# AM_CONDITIONAL(NAME, SHELL-CONDITION) 32.1720 ++# ------------------------------------- 32.1721 ++# Define a conditional. 32.1722 ++AC_DEFUN([AM_CONDITIONAL], 32.1723 ++[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 32.1724 ++ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl 32.1725 ++AC_SUBST([$1_TRUE]) 32.1726 ++AC_SUBST([$1_FALSE]) 32.1727 ++if $2; then 32.1728 ++ $1_TRUE= 32.1729 ++ $1_FALSE='#' 32.1730 ++else 32.1731 ++ $1_TRUE='#' 32.1732 ++ $1_FALSE= 32.1733 ++fi 32.1734 ++AC_CONFIG_COMMANDS_PRE( 32.1735 ++[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 32.1736 ++ AC_MSG_ERROR([conditional "$1" was never defined. 32.1737 ++Usually this means the macro was only invoked conditionally.]) 32.1738 ++fi])]) 32.1739 ++ 32.1740 ++# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- 32.1741 ++ 32.1742 ++# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. 32.1743 ++ 32.1744 ++# This program is free software; you can redistribute it and/or modify 32.1745 ++# it under the terms of the GNU General Public License as published by 32.1746 ++# the Free Software Foundation; either version 2, or (at your option) 32.1747 ++# any later version. 32.1748 ++ 32.1749 ++# This program is distributed in the hope that it will be useful, 32.1750 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.1751 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.1752 ++# GNU General Public License for more details. 32.1753 ++ 32.1754 ++# You should have received a copy of the GNU General Public License 32.1755 ++# along with this program; if not, write to the Free Software 32.1756 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.1757 ++# 02111-1307, USA. 32.1758 ++ 32.1759 ++AC_PREREQ([2.52]) 32.1760 ++ 32.1761 ++# serial 6 32.1762 ++ 32.1763 ++# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. 32.1764 ++AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) 32.1765 ++ 32.1766 ++# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 32.1767 ++ 32.1768 ++# serial 47 AC_PROG_LIBTOOL 32.1769 ++# Debian $Rev: 100 $ 32.1770 ++ 32.1771 ++ 32.1772 ++# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) 32.1773 ++# ----------------------------------------------------------- 32.1774 ++# If this macro is not defined by Autoconf, define it here. 32.1775 ++m4_ifdef([AC_PROVIDE_IFELSE], 32.1776 ++ [], 32.1777 ++ [m4_define([AC_PROVIDE_IFELSE], 32.1778 ++ [m4_ifdef([AC_PROVIDE_$1], 32.1779 ++ [$2], [$3])])]) 32.1780 ++ 32.1781 ++ 32.1782 ++# AC_PROG_LIBTOOL 32.1783 ++# --------------- 32.1784 ++AC_DEFUN([AC_PROG_LIBTOOL], 32.1785 ++[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl 32.1786 ++dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX 32.1787 ++dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. 32.1788 ++ AC_PROVIDE_IFELSE([AC_PROG_CXX], 32.1789 ++ [AC_LIBTOOL_CXX], 32.1790 ++ [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX 32.1791 ++ ])]) 32.1792 ++dnl And a similar setup for Fortran 77 support 32.1793 ++ AC_PROVIDE_IFELSE([AC_PROG_F77], 32.1794 ++ [AC_LIBTOOL_F77], 32.1795 ++ [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 32.1796 ++])]) 32.1797 ++ 32.1798 ++dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. 32.1799 ++dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run 32.1800 ++dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. 32.1801 ++ AC_PROVIDE_IFELSE([AC_PROG_GCJ], 32.1802 ++ [AC_LIBTOOL_GCJ], 32.1803 ++ [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], 32.1804 ++ [AC_LIBTOOL_GCJ], 32.1805 ++ [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], 32.1806 ++ [AC_LIBTOOL_GCJ], 32.1807 ++ [ifdef([AC_PROG_GCJ], 32.1808 ++ [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) 32.1809 ++ ifdef([A][M_PROG_GCJ], 32.1810 ++ [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) 32.1811 ++ ifdef([LT_AC_PROG_GCJ], 32.1812 ++ [define([LT_AC_PROG_GCJ], 32.1813 ++ defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) 32.1814 ++])])# AC_PROG_LIBTOOL 32.1815 ++ 32.1816 ++ 32.1817 ++# _AC_PROG_LIBTOOL 32.1818 ++# ---------------- 32.1819 ++AC_DEFUN([_AC_PROG_LIBTOOL], 32.1820 ++[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl 32.1821 ++AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl 32.1822 ++AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl 32.1823 ++AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl 32.1824 ++ 32.1825 ++# This can be used to rebuild libtool when needed 32.1826 ++LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" 32.1827 ++ 32.1828 ++# Always use our own libtool. 32.1829 ++LIBTOOL='$(SHELL) $(top_builddir)/libtool' 32.1830 ++AC_SUBST(LIBTOOL)dnl 32.1831 ++ 32.1832 ++# Prevent multiple expansion 32.1833 ++define([AC_PROG_LIBTOOL], []) 32.1834 ++])# _AC_PROG_LIBTOOL 32.1835 ++ 32.1836 ++ 32.1837 ++# AC_LIBTOOL_SETUP 32.1838 ++# ---------------- 32.1839 ++AC_DEFUN([AC_LIBTOOL_SETUP], 32.1840 ++[AC_PREREQ(2.50)dnl 32.1841 ++AC_REQUIRE([AC_ENABLE_SHARED])dnl 32.1842 ++AC_REQUIRE([AC_ENABLE_STATIC])dnl 32.1843 ++AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl 32.1844 + AC_REQUIRE([AC_CANONICAL_HOST])dnl 32.1845 + AC_REQUIRE([AC_CANONICAL_BUILD])dnl 32.1846 +-AC_REQUIRE([AC_PROG_RANLIB])dnl 32.1847 + AC_REQUIRE([AC_PROG_CC])dnl 32.1848 +-AC_REQUIRE([AM_PROG_LD])dnl 32.1849 +-AC_REQUIRE([AM_PROG_NM])dnl 32.1850 +-AC_REQUIRE([AM_SYS_NM_PARSE])dnl 32.1851 +-AC_REQUIRE([AM_SYS_SYMBOL_UNDERSCORE])dnl 32.1852 ++AC_REQUIRE([AC_PROG_LD])dnl 32.1853 ++AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl 32.1854 ++AC_REQUIRE([AC_PROG_NM])dnl 32.1855 ++ 32.1856 + AC_REQUIRE([AC_PROG_LN_S])dnl 32.1857 ++AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl 32.1858 ++# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 32.1859 ++AC_REQUIRE([AC_OBJEXT])dnl 32.1860 ++AC_REQUIRE([AC_EXEEXT])dnl 32.1861 + dnl 32.1862 +-# Always use our own libtool. 32.1863 +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' 32.1864 +-AC_SUBST(LIBTOOL)dnl 32.1865 + 32.1866 +-# Check for any special flags to pass to ltconfig. 32.1867 +-libtool_flags= 32.1868 +-test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" 32.1869 +-test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" 32.1870 +-test "$silent" = yes && libtool_flags="$libtool_flags --silent" 32.1871 +-test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc" 32.1872 +-test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" 32.1873 ++AC_LIBTOOL_SYS_MAX_CMD_LEN 32.1874 ++AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE 32.1875 ++AC_LIBTOOL_OBJDIR 32.1876 ++ 32.1877 ++AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl 32.1878 ++_LT_AC_PROG_ECHO_BACKSLASH 32.1879 ++ 32.1880 ++case $host_os in 32.1881 ++aix3*) 32.1882 ++ # AIX sometimes has problems with the GCC collect2 program. For some 32.1883 ++ # reason, if we set the COLLECT_NAMES environment variable, the problems 32.1884 ++ # vanish in a puff of smoke. 32.1885 ++ if test "X${COLLECT_NAMES+set}" != Xset; then 32.1886 ++ COLLECT_NAMES= 32.1887 ++ export COLLECT_NAMES 32.1888 ++ fi 32.1889 ++ ;; 32.1890 ++esac 32.1891 ++ 32.1892 ++# Sed substitution that helps us do robust quoting. It backslashifies 32.1893 ++# metacharacters that are still active within double-quoted strings. 32.1894 ++Xsed='sed -e s/^X//' 32.1895 ++[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] 32.1896 ++ 32.1897 ++# Same as above, but do not quote variable references. 32.1898 ++[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] 32.1899 ++ 32.1900 ++# Sed substitution to delay expansion of an escaped shell variable in a 32.1901 ++# double_quote_subst'ed string. 32.1902 ++delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 32.1903 ++ 32.1904 ++# Sed substitution to avoid accidental globbing in evaled expressions 32.1905 ++no_glob_subst='s/\*/\\\*/g' 32.1906 ++ 32.1907 ++# Constants: 32.1908 ++rm="rm -f" 32.1909 ++ 32.1910 ++# Global variables: 32.1911 ++default_ofile=libtool 32.1912 ++can_build_shared=yes 32.1913 ++ 32.1914 ++# All known linkers require a `.a' archive for static linking (except M$VC, 32.1915 ++# which needs '.lib'). 32.1916 ++libext=a 32.1917 ++ltmain="$ac_aux_dir/ltmain.sh" 32.1918 ++ofile="$default_ofile" 32.1919 ++with_gnu_ld="$lt_cv_prog_gnu_ld" 32.1920 ++ 32.1921 ++AC_CHECK_TOOL(AR, ar, false) 32.1922 ++AC_CHECK_TOOL(RANLIB, ranlib, :) 32.1923 ++AC_CHECK_TOOL(STRIP, strip, :) 32.1924 ++ 32.1925 ++old_CC="$CC" 32.1926 ++old_CFLAGS="$CFLAGS" 32.1927 ++ 32.1928 ++# Set sane defaults for various variables 32.1929 ++test -z "$AR" && AR=ar 32.1930 ++test -z "$AR_FLAGS" && AR_FLAGS=cru 32.1931 ++test -z "$AS" && AS=as 32.1932 ++test -z "$CC" && CC=cc 32.1933 ++test -z "$LTCC" && LTCC=$CC 32.1934 ++test -z "$DLLTOOL" && DLLTOOL=dlltool 32.1935 ++test -z "$LD" && LD=ld 32.1936 ++test -z "$LN_S" && LN_S="ln -s" 32.1937 ++test -z "$MAGIC_CMD" && MAGIC_CMD=file 32.1938 ++test -z "$NM" && NM=nm 32.1939 ++test -z "$SED" && SED=sed 32.1940 ++test -z "$OBJDUMP" && OBJDUMP=objdump 32.1941 ++test -z "$RANLIB" && RANLIB=: 32.1942 ++test -z "$STRIP" && STRIP=: 32.1943 ++test -z "$ac_objext" && ac_objext=o 32.1944 ++ 32.1945 ++# Determine commands to create old-style static archives. 32.1946 ++old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' 32.1947 ++old_postinstall_cmds='chmod 644 $oldlib' 32.1948 ++old_postuninstall_cmds= 32.1949 ++ 32.1950 ++if test -n "$RANLIB"; then 32.1951 ++ case $host_os in 32.1952 ++ openbsd*) 32.1953 ++ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" 32.1954 ++ ;; 32.1955 ++ *) 32.1956 ++ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" 32.1957 ++ ;; 32.1958 ++ esac 32.1959 ++ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" 32.1960 ++fi 32.1961 ++ 32.1962 ++# Only perform the check for file, if the check method requires it 32.1963 ++case $deplibs_check_method in 32.1964 ++file_magic*) 32.1965 ++ if test "$file_magic_cmd" = '$MAGIC_CMD'; then 32.1966 ++ AC_PATH_MAGIC 32.1967 ++ fi 32.1968 ++ ;; 32.1969 ++esac 32.1970 ++ 32.1971 ++AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) 32.1972 ++AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], 32.1973 ++enable_win32_dll=yes, enable_win32_dll=no) 32.1974 ++ 32.1975 ++AC_ARG_ENABLE([libtool-lock], 32.1976 ++ [AC_HELP_STRING([--disable-libtool-lock], 32.1977 ++ [avoid locking (might break parallel builds)])]) 32.1978 ++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 32.1979 ++ 32.1980 ++AC_ARG_WITH([pic], 32.1981 ++ [AC_HELP_STRING([--with-pic], 32.1982 ++ [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], 32.1983 ++ [pic_mode="$withval"], 32.1984 ++ [pic_mode=default]) 32.1985 ++test -z "$pic_mode" && pic_mode=default 32.1986 ++ 32.1987 ++# Use C for the default configuration in the libtool script 32.1988 ++tagname= 32.1989 ++AC_LIBTOOL_LANG_C_CONFIG 32.1990 ++_LT_AC_TAGCONFIG 32.1991 ++])# AC_LIBTOOL_SETUP 32.1992 ++ 32.1993 ++ 32.1994 ++# _LT_AC_SYS_COMPILER 32.1995 ++# ------------------- 32.1996 ++AC_DEFUN([_LT_AC_SYS_COMPILER], 32.1997 ++[AC_REQUIRE([AC_PROG_CC])dnl 32.1998 ++ 32.1999 ++# If no C compiler was specified, use CC. 32.2000 ++LTCC=${LTCC-"$CC"} 32.2001 ++ 32.2002 ++# Allow CC to be a program name with arguments. 32.2003 ++compiler=$CC 32.2004 ++])# _LT_AC_SYS_COMPILER 32.2005 ++ 32.2006 ++ 32.2007 ++# _LT_AC_SYS_LIBPATH_AIX 32.2008 ++# ---------------------- 32.2009 ++# Links a minimal program and checks the executable 32.2010 ++# for the system default hardcoded library path. In most cases, 32.2011 ++# this is /usr/lib:/lib, but when the MPI compilers are used 32.2012 ++# the location of the communication and MPI libs are included too. 32.2013 ++# If we don't find anything, use the default library path according 32.2014 ++# to the aix ld manual. 32.2015 ++AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], 32.2016 ++[AC_LINK_IFELSE(AC_LANG_PROGRAM,[ 32.2017 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.2018 ++}'` 32.2019 ++# Check for a 64-bit object if we didn't find anything. 32.2020 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.2021 ++}'`; fi],[]) 32.2022 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.2023 ++])# _LT_AC_SYS_LIBPATH_AIX 32.2024 ++ 32.2025 ++ 32.2026 ++# _LT_AC_SHELL_INIT(ARG) 32.2027 ++# ---------------------- 32.2028 ++AC_DEFUN([_LT_AC_SHELL_INIT], 32.2029 ++[ifdef([AC_DIVERSION_NOTICE], 32.2030 ++ [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], 32.2031 ++ [AC_DIVERT_PUSH(NOTICE)]) 32.2032 ++$1 32.2033 ++AC_DIVERT_POP 32.2034 ++])# _LT_AC_SHELL_INIT 32.2035 ++ 32.2036 ++ 32.2037 ++# _LT_AC_PROG_ECHO_BACKSLASH 32.2038 ++# -------------------------- 32.2039 ++# Add some code to the start of the generated configure script which 32.2040 ++# will find an echo command which doesn't interpret backslashes. 32.2041 ++AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], 32.2042 ++[_LT_AC_SHELL_INIT([ 32.2043 ++# Check that we are running under the correct shell. 32.2044 ++SHELL=${CONFIG_SHELL-/bin/sh} 32.2045 ++ 32.2046 ++case X$ECHO in 32.2047 ++X*--fallback-echo) 32.2048 ++ # Remove one level of quotation (which was required for Make). 32.2049 ++ ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` 32.2050 ++ ;; 32.2051 ++esac 32.2052 ++ 32.2053 ++echo=${ECHO-echo} 32.2054 ++if test "X[$]1" = X--no-reexec; then 32.2055 ++ # Discard the --no-reexec flag, and continue. 32.2056 ++ shift 32.2057 ++elif test "X[$]1" = X--fallback-echo; then 32.2058 ++ # Avoid inline document here, it may be left over 32.2059 ++ : 32.2060 ++elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then 32.2061 ++ # Yippee, $echo works! 32.2062 ++ : 32.2063 ++else 32.2064 ++ # Restart under the correct shell. 32.2065 ++ exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} 32.2066 ++fi 32.2067 ++ 32.2068 ++if test "X[$]1" = X--fallback-echo; then 32.2069 ++ # used as fallback echo 32.2070 ++ shift 32.2071 ++ cat <<EOF 32.2072 ++[$]* 32.2073 ++EOF 32.2074 ++ exit 0 32.2075 ++fi 32.2076 ++ 32.2077 ++# The HP-UX ksh and POSIX shell print the target directory to stdout 32.2078 ++# if CDPATH is set. 32.2079 ++if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi 32.2080 ++ 32.2081 ++if test -z "$ECHO"; then 32.2082 ++if test "X${echo_test_string+set}" != Xset; then 32.2083 ++# find a string as large as possible, as long as the shell can cope with it 32.2084 ++ for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do 32.2085 ++ # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... 32.2086 ++ if (echo_test_string="`eval $cmd`") 2>/dev/null && 32.2087 ++ echo_test_string="`eval $cmd`" && 32.2088 ++ (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null 32.2089 ++ then 32.2090 ++ break 32.2091 ++ fi 32.2092 ++ done 32.2093 ++fi 32.2094 ++ 32.2095 ++if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 32.2096 ++ echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 32.2097 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.2098 ++ : 32.2099 ++else 32.2100 ++ # The Solaris, AIX, and Digital Unix default echo programs unquote 32.2101 ++ # backslashes. This makes it impossible to quote backslashes using 32.2102 ++ # echo "$something" | sed 's/\\/\\\\/g' 32.2103 ++ # 32.2104 ++ # So, first we look for a working echo in the user's PATH. 32.2105 ++ 32.2106 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.2107 ++ for dir in $PATH /usr/ucb; do 32.2108 ++ IFS="$lt_save_ifs" 32.2109 ++ if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && 32.2110 ++ test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && 32.2111 ++ echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && 32.2112 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.2113 ++ echo="$dir/echo" 32.2114 ++ break 32.2115 ++ fi 32.2116 ++ done 32.2117 ++ IFS="$lt_save_ifs" 32.2118 ++ 32.2119 ++ if test "X$echo" = Xecho; then 32.2120 ++ # We didn't find a better echo, so look for alternatives. 32.2121 ++ if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && 32.2122 ++ echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && 32.2123 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.2124 ++ # This shell has a builtin print -r that does the trick. 32.2125 ++ echo='print -r' 32.2126 ++ elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && 32.2127 ++ test "X$CONFIG_SHELL" != X/bin/ksh; then 32.2128 ++ # If we have ksh, try running configure again with it. 32.2129 ++ ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 32.2130 ++ export ORIGINAL_CONFIG_SHELL 32.2131 ++ CONFIG_SHELL=/bin/ksh 32.2132 ++ export CONFIG_SHELL 32.2133 ++ exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} 32.2134 ++ else 32.2135 ++ # Try using printf. 32.2136 ++ echo='printf %s\n' 32.2137 ++ if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 32.2138 ++ echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 32.2139 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.2140 ++ # Cool, printf works 32.2141 ++ : 32.2142 ++ elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && 32.2143 ++ test "X$echo_testing_string" = 'X\t' && 32.2144 ++ echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && 32.2145 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.2146 ++ CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL 32.2147 ++ export CONFIG_SHELL 32.2148 ++ SHELL="$CONFIG_SHELL" 32.2149 ++ export SHELL 32.2150 ++ echo="$CONFIG_SHELL [$]0 --fallback-echo" 32.2151 ++ elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && 32.2152 ++ test "X$echo_testing_string" = 'X\t' && 32.2153 ++ echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && 32.2154 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.2155 ++ echo="$CONFIG_SHELL [$]0 --fallback-echo" 32.2156 ++ else 32.2157 ++ # maybe with a smaller string... 32.2158 ++ prev=: 32.2159 ++ 32.2160 ++ for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do 32.2161 ++ if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null 32.2162 ++ then 32.2163 ++ break 32.2164 ++ fi 32.2165 ++ prev="$cmd" 32.2166 ++ done 32.2167 ++ 32.2168 ++ if test "$prev" != 'sed 50q "[$]0"'; then 32.2169 ++ echo_test_string=`eval $prev` 32.2170 ++ export echo_test_string 32.2171 ++ exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} 32.2172 ++ else 32.2173 ++ # Oops. We lost completely, so just stick with echo. 32.2174 ++ echo=echo 32.2175 ++ fi 32.2176 ++ fi 32.2177 ++ fi 32.2178 ++ fi 32.2179 ++fi 32.2180 ++fi 32.2181 ++ 32.2182 ++# Copy echo and quote the copy suitably for passing to libtool from 32.2183 ++# the Makefile, instead of quoting the original, which is used later. 32.2184 ++ECHO=$echo 32.2185 ++if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then 32.2186 ++ ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" 32.2187 ++fi 32.2188 ++ 32.2189 ++AC_SUBST(ECHO) 32.2190 ++])])# _LT_AC_PROG_ECHO_BACKSLASH 32.2191 ++ 32.2192 ++ 32.2193 ++# _LT_AC_LOCK 32.2194 ++# ----------- 32.2195 ++AC_DEFUN([_LT_AC_LOCK], 32.2196 ++[AC_ARG_ENABLE([libtool-lock], 32.2197 ++ [AC_HELP_STRING([--disable-libtool-lock], 32.2198 ++ [avoid locking (might break parallel builds)])]) 32.2199 ++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 32.2200 + 32.2201 + # Some flags need to be propagated to the compiler or linker for good 32.2202 + # libtool support. 32.2203 +-case "$host" in 32.2204 ++case $host in 32.2205 ++ia64-*-hpux*) 32.2206 ++ # Find out which ABI we are using. 32.2207 ++ echo 'int i;' > conftest.$ac_ext 32.2208 ++ if AC_TRY_EVAL(ac_compile); then 32.2209 ++ case `/usr/bin/file conftest.$ac_objext` in 32.2210 ++ *ELF-32*) 32.2211 ++ HPUX_IA64_MODE="32" 32.2212 ++ ;; 32.2213 ++ *ELF-64*) 32.2214 ++ HPUX_IA64_MODE="64" 32.2215 ++ ;; 32.2216 ++ esac 32.2217 ++ fi 32.2218 ++ rm -rf conftest* 32.2219 ++ ;; 32.2220 + *-*-irix6*) 32.2221 + # Find out which ABI we are using. 32.2222 + echo '[#]line __oline__ "configure"' > conftest.$ac_ext 32.2223 + if AC_TRY_EVAL(ac_compile); then 32.2224 +- case "`/usr/bin/file conftest.o`" in 32.2225 ++ if test "$lt_cv_prog_gnu_ld" = yes; then 32.2226 ++ case `/usr/bin/file conftest.$ac_objext` in 32.2227 ++ *32-bit*) 32.2228 ++ LD="${LD-ld} -melf32bsmip" 32.2229 ++ ;; 32.2230 ++ *N32*) 32.2231 ++ LD="${LD-ld} -melf32bmipn32" 32.2232 ++ ;; 32.2233 ++ *64-bit*) 32.2234 ++ LD="${LD-ld} -melf64bmip" 32.2235 ++ ;; 32.2236 ++ esac 32.2237 ++ else 32.2238 ++ case `/usr/bin/file conftest.$ac_objext` in 32.2239 + *32-bit*) 32.2240 + LD="${LD-ld} -32" 32.2241 + ;; 32.2242 +@@ -171,6 +1325,55 @@ case "$host" in 32.2243 + LD="${LD-ld} -64" 32.2244 + ;; 32.2245 + esac 32.2246 ++ fi 32.2247 ++ fi 32.2248 ++ rm -rf conftest* 32.2249 ++ ;; 32.2250 ++ 32.2251 ++x86_64-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 32.2252 ++ # Find out which ABI we are using. 32.2253 ++ echo 'int i;' > conftest.$ac_ext 32.2254 ++ if AC_TRY_EVAL(ac_compile); then 32.2255 ++ case "`/usr/bin/file conftest.o`" in 32.2256 ++ *32-bit*) 32.2257 ++ case $host in 32.2258 ++ x86_64-*linux*) 32.2259 ++ LD="${LD-ld} -m elf_i386" 32.2260 ++ ;; 32.2261 ++ powerpc64le-*) 32.2262 ++ LD="${LD-ld} -m elf32lppclinux" 32.2263 ++ ;; 32.2264 ++ powerpc64-*) 32.2265 ++ LD="${LD-ld} -m elf32ppclinux" 32.2266 ++ ;; 32.2267 ++ s390x-*linux*) 32.2268 ++ LD="${LD-ld} -m elf_s390" 32.2269 ++ ;; 32.2270 ++ sparc64-*linux*) 32.2271 ++ LD="${LD-ld} -m elf32_sparc" 32.2272 ++ ;; 32.2273 ++ esac 32.2274 ++ ;; 32.2275 ++ *64-bit*) 32.2276 ++ case $host in 32.2277 ++ x86_64-*linux*) 32.2278 ++ LD="${LD-ld} -m elf_x86_64" 32.2279 ++ ;; 32.2280 ++ powerpcle-*) 32.2281 ++ LD="${LD-ld} -m elf64lppc" 32.2282 ++ ;; 32.2283 ++ powerpc-*) 32.2284 ++ LD="${LD-ld} -m elf64ppc" 32.2285 ++ ;; 32.2286 ++ s390*-*linux*) 32.2287 ++ LD="${LD-ld} -m elf64_s390" 32.2288 ++ ;; 32.2289 ++ sparc*-*linux*) 32.2290 ++ LD="${LD-ld} -m elf64_sparc" 32.2291 ++ ;; 32.2292 ++ esac 32.2293 ++ ;; 32.2294 ++ esac 32.2295 + fi 32.2296 + rm -rf conftest* 32.2297 + ;; 32.2298 +@@ -180,492 +1383,5408 @@ case "$host" in 32.2299 + SAVE_CFLAGS="$CFLAGS" 32.2300 + CFLAGS="$CFLAGS -belf" 32.2301 + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, 32.2302 +- [AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])]) 32.2303 ++ [AC_LANG_PUSH(C) 32.2304 ++ AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) 32.2305 ++ AC_LANG_POP]) 32.2306 + if test x"$lt_cv_cc_needs_belf" != x"yes"; then 32.2307 + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 32.2308 + CFLAGS="$SAVE_CFLAGS" 32.2309 + fi 32.2310 + ;; 32.2311 +- 32.2312 +-*-*-cygwin32*) 32.2313 +- AM_SYS_LIBTOOL_CYGWIN32 32.2314 ++AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], 32.2315 ++[*-*-cygwin* | *-*-mingw* | *-*-pw32*) 32.2316 ++ AC_CHECK_TOOL(DLLTOOL, dlltool, false) 32.2317 ++ AC_CHECK_TOOL(AS, as, false) 32.2318 ++ AC_CHECK_TOOL(OBJDUMP, objdump, false) 32.2319 + ;; 32.2320 +- 32.2321 ++ ]) 32.2322 + esac 32.2323 + 32.2324 +-# enable the --disable-libtool-lock switch 32.2325 ++need_locks="$enable_libtool_lock" 32.2326 + 32.2327 +-AC_ARG_ENABLE(libtool-lock, 32.2328 +-[ --disable-libtool-lock force libtool not to do file locking], 32.2329 +-need_locks=$enableval, 32.2330 +-need_locks=yes) 32.2331 ++])# _LT_AC_LOCK 32.2332 + 32.2333 +-if test x"$need_locks" = xno; then 32.2334 +- libtool_flags="$libtool_flags --disable-lock" 32.2335 +-fi 32.2336 + 32.2337 ++# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, 32.2338 ++# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) 32.2339 ++# ---------------------------------------------------------------- 32.2340 ++# Check whether the given compiler option works 32.2341 ++AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], 32.2342 ++[AC_REQUIRE([LT_AC_PROG_SED]) 32.2343 ++AC_CACHE_CHECK([$1], [$2], 32.2344 ++ [$2=no 32.2345 ++ ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) 32.2346 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.2347 ++ lt_compiler_flag="$3" 32.2348 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.2349 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.2350 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.2351 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.2352 ++ # The option is referenced via a variable to avoid confusing sed. 32.2353 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.2354 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.2355 ++ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ 32.2356 ++ -e 's:$: $lt_compiler_flag:'` 32.2357 ++ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) 32.2358 ++ (eval "$lt_compile" 2>conftest.err) 32.2359 ++ ac_status=$? 32.2360 ++ cat conftest.err >&AS_MESSAGE_LOG_FD 32.2361 ++ echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD 32.2362 ++ if (exit $ac_status) && test -s "$ac_outfile"; then 32.2363 ++ # The compiler can only warn and ignore the option if not recognized 32.2364 ++ # So say no if there are warnings 32.2365 ++ if test ! -s conftest.err; then 32.2366 ++ $2=yes 32.2367 ++ fi 32.2368 ++ fi 32.2369 ++ $rm conftest* 32.2370 ++]) 32.2371 + 32.2372 +-# Actually configure libtool. ac_aux_dir is where install-sh is found. 32.2373 +-CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ 32.2374 +-LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ 32.2375 +-DLLTOOL="$DLLTOOL" AS="$AS" \ 32.2376 +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ 32.2377 +-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ 32.2378 +-|| AC_MSG_ERROR([libtool configure failed]) 32.2379 ++if test x"[$]$2" = xyes; then 32.2380 ++ ifelse([$5], , :, [$5]) 32.2381 ++else 32.2382 ++ ifelse([$6], , :, [$6]) 32.2383 ++fi 32.2384 ++])# AC_LIBTOOL_COMPILER_OPTION 32.2385 + 32.2386 +-# Redirect the config.log output again, so that the ltconfig log is not 32.2387 +-# clobbered by the next message. 32.2388 +-exec 5>>./config.log 32.2389 +-]) 32.2390 + 32.2391 +-# AM_ENABLE_SHARED - implement the --enable-shared flag 32.2392 +-# Usage: AM_ENABLE_SHARED[(DEFAULT)] 32.2393 +-# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to 32.2394 +-# `yes'. 32.2395 +-AC_DEFUN(AM_ENABLE_SHARED, 32.2396 +-[define([AM_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl 32.2397 +-AC_ARG_ENABLE(shared, 32.2398 +-changequote(<<, >>)dnl 32.2399 +-<< --enable-shared[=PKGS] build shared libraries [default=>>AM_ENABLE_SHARED_DEFAULT], 32.2400 +-changequote([, ])dnl 32.2401 +-[p=${PACKAGE-default} 32.2402 +-case "$enableval" in 32.2403 +-yes) enable_shared=yes ;; 32.2404 +-no) enable_shared=no ;; 32.2405 +-*) 32.2406 +- enable_shared=no 32.2407 +- # Look at the argument we got. We use all the common list separators. 32.2408 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 32.2409 +- for pkg in $enableval; do 32.2410 +- if test "X$pkg" = "X$p"; then 32.2411 +- enable_shared=yes 32.2412 +- fi 32.2413 +- done 32.2414 +- IFS="$ac_save_ifs" 32.2415 +- ;; 32.2416 +-esac], 32.2417 +-enable_shared=AM_ENABLE_SHARED_DEFAULT)dnl 32.2418 +-]) 32.2419 +- 32.2420 +-# AM_DISABLE_SHARED - set the default shared flag to --disable-shared 32.2421 +-AC_DEFUN(AM_DISABLE_SHARED, 32.2422 +-[AM_ENABLE_SHARED(no)]) 32.2423 +- 32.2424 +-# AM_DISABLE_STATIC - set the default static flag to --disable-static 32.2425 +-AC_DEFUN(AM_DISABLE_STATIC, 32.2426 +-[AM_ENABLE_STATIC(no)]) 32.2427 +- 32.2428 +-# AM_ENABLE_STATIC - implement the --enable-static flag 32.2429 +-# Usage: AM_ENABLE_STATIC[(DEFAULT)] 32.2430 +-# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to 32.2431 +-# `yes'. 32.2432 +-AC_DEFUN(AM_ENABLE_STATIC, 32.2433 +-[define([AM_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl 32.2434 +-AC_ARG_ENABLE(static, 32.2435 +-changequote(<<, >>)dnl 32.2436 +-<< --enable-static[=PKGS] build static libraries [default=>>AM_ENABLE_STATIC_DEFAULT], 32.2437 +-changequote([, ])dnl 32.2438 +-[p=${PACKAGE-default} 32.2439 +-case "$enableval" in 32.2440 +-yes) enable_static=yes ;; 32.2441 +-no) enable_static=no ;; 32.2442 +-*) 32.2443 +- enable_static=no 32.2444 +- # Look at the argument we got. We use all the common list separators. 32.2445 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 32.2446 +- for pkg in $enableval; do 32.2447 +- if test "X$pkg" = "X$p"; then 32.2448 +- enable_static=yes 32.2449 +- fi 32.2450 +- done 32.2451 +- IFS="$ac_save_ifs" 32.2452 +- ;; 32.2453 +-esac], 32.2454 +-enable_static=AM_ENABLE_STATIC_DEFAULT)dnl 32.2455 ++# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, 32.2456 ++# [ACTION-SUCCESS], [ACTION-FAILURE]) 32.2457 ++# ------------------------------------------------------------ 32.2458 ++# Check whether the given compiler option works 32.2459 ++AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], 32.2460 ++[AC_CACHE_CHECK([$1], [$2], 32.2461 ++ [$2=no 32.2462 ++ save_LDFLAGS="$LDFLAGS" 32.2463 ++ LDFLAGS="$LDFLAGS $3" 32.2464 ++ printf "$lt_simple_link_test_code" > conftest.$ac_ext 32.2465 ++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 32.2466 ++ # The compiler can only warn and ignore the option if not recognized 32.2467 ++ # So say no if there are warnings 32.2468 ++ if test -s conftest.err; then 32.2469 ++ # Append any errors to the config.log. 32.2470 ++ cat conftest.err 1>&AS_MESSAGE_LOG_FD 32.2471 ++ else 32.2472 ++ $2=yes 32.2473 ++ fi 32.2474 ++ fi 32.2475 ++ $rm conftest* 32.2476 ++ LDFLAGS="$save_LDFLAGS" 32.2477 + ]) 32.2478 + 32.2479 ++if test x"[$]$2" = xyes; then 32.2480 ++ ifelse([$4], , :, [$4]) 32.2481 ++else 32.2482 ++ ifelse([$5], , :, [$5]) 32.2483 ++fi 32.2484 ++])# AC_LIBTOOL_LINKER_OPTION 32.2485 + 32.2486 +-# AM_PROG_LD - find the path to the GNU or non-GNU linker 32.2487 +-AC_DEFUN(AM_PROG_LD, 32.2488 +-[AC_ARG_WITH(gnu-ld, 32.2489 +-[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], 32.2490 +-test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) 32.2491 +-AC_REQUIRE([AC_PROG_CC])dnl 32.2492 +-AC_REQUIRE([AC_CANONICAL_HOST])dnl 32.2493 +-AC_REQUIRE([AC_CANONICAL_BUILD])dnl 32.2494 +-ac_prog=ld 32.2495 +-if test "$ac_cv_prog_gcc" = yes; then 32.2496 +- # Check if gcc -print-prog-name=ld gives a path. 32.2497 +- AC_MSG_CHECKING([for ld used by GCC]) 32.2498 +- ac_prog=`($CC -print-prog-name=ld) 2>&5` 32.2499 +- case "$ac_prog" in 32.2500 +- # Accept absolute paths. 32.2501 +-changequote(,)dnl 32.2502 +- /* | [A-Za-z]:/*) 32.2503 +- # Canonicalize the path of ld 32.2504 +- re_direlt='/[^/][^/]*/\.\./' 32.2505 +- sub_uncdrive='s%^\([A-Za-z]\):/%//\1/%' 32.2506 +-changequote([,])dnl 32.2507 +- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 32.2508 +- ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` 32.2509 +- done 32.2510 +- case "$host_os" in 32.2511 +- cygwin*) 32.2512 +- # Convert to a UNC path for cygwin 32.2513 +- test -z "$LD" && LD=`echo X$ac_prog | $Xsed -e "$sub_uncdrive"` 32.2514 +- ;; 32.2515 +- *) 32.2516 +- test -z "$LD" && LD="$ac_prog" 32.2517 +- ;; 32.2518 +- esac 32.2519 +- ;; 32.2520 +- ## 32.2521 +- ## FIXME: The code fails later on if we try to use an $LD with 32.2522 +- ## '\\' path separators. 32.2523 +- ## 32.2524 +-changequote(,)dnl 32.2525 +- [A-Za-z]:[\\]*) 32.2526 +- # Canonicalize the path of ld 32.2527 +- re_direlt='\\[^\\][^\\]*\\\.\.\(\\\)' 32.2528 +- sub_uncdrive='s%^\([A-Za-z]\):\\%//\1/%' 32.2529 +-changequote([,])dnl 32.2530 +- sub_uncdir='s%\\%/%g' 32.2531 +- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 32.2532 +- ac_prog=`echo $ac_prog| sed "s%$re_direlt%\1%"` 32.2533 +- done 32.2534 +- case "$host_os" in 32.2535 +- cygwin*) 32.2536 +- # Convert to a UNC path for cygwin 32.2537 +- test -z "$LD" && LD=`echo X$ac_prog | sed -e 's%^X%%' -e "$sub_uncdrive" -e "$sub_uncdir"` 32.2538 +- ;; 32.2539 +- *) 32.2540 +- test -z "$LD" && LD="$ac_prog" 32.2541 +- ;; 32.2542 +- esac 32.2543 +- ;; 32.2544 +- "") 32.2545 +- # If it fails, then pretend we aren't using GCC. 32.2546 +- ac_prog=ld 32.2547 ++ 32.2548 ++# AC_LIBTOOL_SYS_MAX_CMD_LEN 32.2549 ++# -------------------------- 32.2550 ++AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], 32.2551 ++[# find the maximum length of command line arguments 32.2552 ++AC_MSG_CHECKING([the maximum length of command line arguments]) 32.2553 ++AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl 32.2554 ++ i=0 32.2555 ++ testring="ABCD" 32.2556 ++ 32.2557 ++ case $build_os in 32.2558 ++ msdosdjgpp*) 32.2559 ++ # On DJGPP, this test can blow up pretty badly due to problems in libc 32.2560 ++ # (any single argument exceeding 2000 bytes causes a buffer overrun 32.2561 ++ # during glob expansion). Even if it were fixed, the result of this 32.2562 ++ # check would be larger than it should be. 32.2563 ++ lt_cv_sys_max_cmd_len=12288; # 12K is about right 32.2564 + ;; 32.2565 +- *) 32.2566 +- # If it is relative, then search for the first ld in PATH. 32.2567 +- with_gnu_ld=unknown 32.2568 ++ 32.2569 ++ gnu*) 32.2570 ++ # Under GNU Hurd, this test is not required because there is 32.2571 ++ # no limit to the length of command line arguments. 32.2572 ++ # Libtool will interpret -1 as no limit whatsoever 32.2573 ++ lt_cv_sys_max_cmd_len=-1; 32.2574 ++ ;; 32.2575 ++ 32.2576 ++ cygwin* | mingw*) 32.2577 ++ # On Win9x/ME, this test blows up -- it succeeds, but takes 32.2578 ++ # about 5 minutes as the teststring grows exponentially. 32.2579 ++ # Worse, since 9x/ME are not pre-emptively multitasking, 32.2580 ++ # you end up with a "frozen" computer, even though with patience 32.2581 ++ # the test eventually succeeds (with a max line length of 256k). 32.2582 ++ # Instead, let's just punt: use the minimum linelength reported by 32.2583 ++ # all of the supported platforms: 8192 (on NT/2K/XP). 32.2584 ++ lt_cv_sys_max_cmd_len=8192; 32.2585 ++ ;; 32.2586 ++ 32.2587 ++ amigaos*) 32.2588 ++ # On AmigaOS with pdksh, this test takes hours, literally. 32.2589 ++ # So we just punt and use a minimum line length of 8192. 32.2590 ++ lt_cv_sys_max_cmd_len=8192; 32.2591 ++ ;; 32.2592 ++ 32.2593 ++ *) 32.2594 ++ # If test is not a shell built-in, we'll probably end up computing a 32.2595 ++ # maximum length that is only half of the actual maximum length, but 32.2596 ++ # we can't tell. 32.2597 ++ while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \ 32.2598 ++ = "XX$testring") >/dev/null 2>&1 && 32.2599 ++ new_result=`expr "X$testring" : ".*" 2>&1` && 32.2600 ++ lt_cv_sys_max_cmd_len=$new_result && 32.2601 ++ test $i != 17 # 1/2 MB should be enough 32.2602 ++ do 32.2603 ++ i=`expr $i + 1` 32.2604 ++ testring=$testring$testring 32.2605 ++ done 32.2606 ++ testring= 32.2607 ++ # Add a significant safety factor because C++ compilers can tack on massive 32.2608 ++ # amounts of additional arguments before passing them to the linker. 32.2609 ++ # It appears as though 1/2 is a usable value. 32.2610 ++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` 32.2611 + ;; 32.2612 + esac 32.2613 +-elif test "$with_gnu_ld" = yes; then 32.2614 +- AC_MSG_CHECKING([for GNU ld]) 32.2615 ++]) 32.2616 ++if test -n $lt_cv_sys_max_cmd_len ; then 32.2617 ++ AC_MSG_RESULT($lt_cv_sys_max_cmd_len) 32.2618 + else 32.2619 +- AC_MSG_CHECKING([for non-GNU ld]) 32.2620 ++ AC_MSG_RESULT(none) 32.2621 + fi 32.2622 +-AC_CACHE_VAL(ac_cv_path_LD, 32.2623 +-[if test -z "$LD"; then 32.2624 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 32.2625 +- for ac_dir in $PATH; do 32.2626 +- test -z "$ac_dir" && ac_dir=. 32.2627 +- if test -f "$ac_dir/$ac_prog"; then 32.2628 +- ac_cv_path_LD="$ac_dir/$ac_prog" 32.2629 +- # Check to see if the program is GNU ld. I'd rather use --version, 32.2630 +- # but apparently some GNU ld's only accept -v. 32.2631 ++])# AC_LIBTOOL_SYS_MAX_CMD_LEN 32.2632 ++ 32.2633 ++ 32.2634 ++# _LT_AC_CHECK_DLFCN 32.2635 ++# -------------------- 32.2636 ++AC_DEFUN([_LT_AC_CHECK_DLFCN], 32.2637 ++[AC_CHECK_HEADERS(dlfcn.h)dnl 32.2638 ++])# _LT_AC_CHECK_DLFCN 32.2639 ++ 32.2640 ++ 32.2641 ++# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, 32.2642 ++# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) 32.2643 ++# ------------------------------------------------------------------ 32.2644 ++AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], 32.2645 ++[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl 32.2646 ++if test "$cross_compiling" = yes; then : 32.2647 ++ [$4] 32.2648 ++else 32.2649 ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 32.2650 ++ lt_status=$lt_dlunknown 32.2651 ++ cat > conftest.$ac_ext <<EOF 32.2652 ++[#line __oline__ "configure" 32.2653 ++#include "confdefs.h" 32.2654 ++ 32.2655 ++#if HAVE_DLFCN_H 32.2656 ++#include <dlfcn.h> 32.2657 ++#endif 32.2658 ++ 32.2659 ++#include <stdio.h> 32.2660 ++ 32.2661 ++#ifdef RTLD_GLOBAL 32.2662 ++# define LT_DLGLOBAL RTLD_GLOBAL 32.2663 ++#else 32.2664 ++# ifdef DL_GLOBAL 32.2665 ++# define LT_DLGLOBAL DL_GLOBAL 32.2666 ++# else 32.2667 ++# define LT_DLGLOBAL 0 32.2668 ++# endif 32.2669 ++#endif 32.2670 ++ 32.2671 ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 32.2672 ++ find out it does not work in some platform. */ 32.2673 ++#ifndef LT_DLLAZY_OR_NOW 32.2674 ++# ifdef RTLD_LAZY 32.2675 ++# define LT_DLLAZY_OR_NOW RTLD_LAZY 32.2676 ++# else 32.2677 ++# ifdef DL_LAZY 32.2678 ++# define LT_DLLAZY_OR_NOW DL_LAZY 32.2679 ++# else 32.2680 ++# ifdef RTLD_NOW 32.2681 ++# define LT_DLLAZY_OR_NOW RTLD_NOW 32.2682 ++# else 32.2683 ++# ifdef DL_NOW 32.2684 ++# define LT_DLLAZY_OR_NOW DL_NOW 32.2685 ++# else 32.2686 ++# define LT_DLLAZY_OR_NOW 0 32.2687 ++# endif 32.2688 ++# endif 32.2689 ++# endif 32.2690 ++# endif 32.2691 ++#endif 32.2692 ++ 32.2693 ++#ifdef __cplusplus 32.2694 ++extern "C" void exit (int); 32.2695 ++#endif 32.2696 ++ 32.2697 ++void fnord() { int i=42;} 32.2698 ++int main () 32.2699 ++{ 32.2700 ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 32.2701 ++ int status = $lt_dlunknown; 32.2702 ++ 32.2703 ++ if (self) 32.2704 ++ { 32.2705 ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 32.2706 ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 32.2707 ++ /* dlclose (self); */ 32.2708 ++ } 32.2709 ++ 32.2710 ++ exit (status); 32.2711 ++}] 32.2712 ++EOF 32.2713 ++ if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then 32.2714 ++ (./conftest; exit; ) 2>/dev/null 32.2715 ++ lt_status=$? 32.2716 ++ case x$lt_status in 32.2717 ++ x$lt_dlno_uscore) $1 ;; 32.2718 ++ x$lt_dlneed_uscore) $2 ;; 32.2719 ++ x$lt_unknown|x*) $3 ;; 32.2720 ++ esac 32.2721 ++ else : 32.2722 ++ # compilation failed 32.2723 ++ $3 32.2724 ++ fi 32.2725 ++fi 32.2726 ++rm -fr conftest* 32.2727 ++])# _LT_AC_TRY_DLOPEN_SELF 32.2728 ++ 32.2729 ++ 32.2730 ++# AC_LIBTOOL_DLOPEN_SELF 32.2731 ++# ------------------- 32.2732 ++AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], 32.2733 ++[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl 32.2734 ++if test "x$enable_dlopen" != xyes; then 32.2735 ++ enable_dlopen=unknown 32.2736 ++ enable_dlopen_self=unknown 32.2737 ++ enable_dlopen_self_static=unknown 32.2738 ++else 32.2739 ++ lt_cv_dlopen=no 32.2740 ++ lt_cv_dlopen_libs= 32.2741 ++ 32.2742 ++ case $host_os in 32.2743 ++ beos*) 32.2744 ++ lt_cv_dlopen="load_add_on" 32.2745 ++ lt_cv_dlopen_libs= 32.2746 ++ lt_cv_dlopen_self=yes 32.2747 ++ ;; 32.2748 ++ 32.2749 ++ mingw* | pw32*) 32.2750 ++ lt_cv_dlopen="LoadLibrary" 32.2751 ++ lt_cv_dlopen_libs= 32.2752 ++ ;; 32.2753 ++ 32.2754 ++ cygwin*) 32.2755 ++ lt_cv_dlopen="dlopen" 32.2756 ++ lt_cv_dlopen_libs= 32.2757 ++ ;; 32.2758 ++ 32.2759 ++ darwin*) 32.2760 ++ # if libdl is installed we need to link against it 32.2761 ++ AC_CHECK_LIB([dl], [dlopen], 32.2762 ++ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ 32.2763 ++ lt_cv_dlopen="dyld" 32.2764 ++ lt_cv_dlopen_libs= 32.2765 ++ lt_cv_dlopen_self=yes 32.2766 ++ ]) 32.2767 ++ ;; 32.2768 ++ 32.2769 ++ *) 32.2770 ++ AC_CHECK_FUNC([shl_load], 32.2771 ++ [lt_cv_dlopen="shl_load"], 32.2772 ++ [AC_CHECK_LIB([dld], [shl_load], 32.2773 ++ [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], 32.2774 ++ [AC_CHECK_FUNC([dlopen], 32.2775 ++ [lt_cv_dlopen="dlopen"], 32.2776 ++ [AC_CHECK_LIB([dl], [dlopen], 32.2777 ++ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], 32.2778 ++ [AC_CHECK_LIB([svld], [dlopen], 32.2779 ++ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], 32.2780 ++ [AC_CHECK_LIB([dld], [dld_link], 32.2781 ++ [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) 32.2782 ++ ]) 32.2783 ++ ]) 32.2784 ++ ]) 32.2785 ++ ]) 32.2786 ++ ]) 32.2787 ++ ;; 32.2788 ++ esac 32.2789 ++ 32.2790 ++ if test "x$lt_cv_dlopen" != xno; then 32.2791 ++ enable_dlopen=yes 32.2792 ++ else 32.2793 ++ enable_dlopen=no 32.2794 ++ fi 32.2795 ++ 32.2796 ++ case $lt_cv_dlopen in 32.2797 ++ dlopen) 32.2798 ++ save_CPPFLAGS="$CPPFLAGS" 32.2799 ++ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" 32.2800 ++ 32.2801 ++ save_LDFLAGS="$LDFLAGS" 32.2802 ++ eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 32.2803 ++ 32.2804 ++ save_LIBS="$LIBS" 32.2805 ++ LIBS="$lt_cv_dlopen_libs $LIBS" 32.2806 ++ 32.2807 ++ AC_CACHE_CHECK([whether a program can dlopen itself], 32.2808 ++ lt_cv_dlopen_self, [dnl 32.2809 ++ _LT_AC_TRY_DLOPEN_SELF( 32.2810 ++ lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, 32.2811 ++ lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) 32.2812 ++ ]) 32.2813 ++ 32.2814 ++ if test "x$lt_cv_dlopen_self" = xyes; then 32.2815 ++ LDFLAGS="$LDFLAGS $link_static_flag" 32.2816 ++ AC_CACHE_CHECK([whether a statically linked program can dlopen itself], 32.2817 ++ lt_cv_dlopen_self_static, [dnl 32.2818 ++ _LT_AC_TRY_DLOPEN_SELF( 32.2819 ++ lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, 32.2820 ++ lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) 32.2821 ++ ]) 32.2822 ++ fi 32.2823 ++ 32.2824 ++ CPPFLAGS="$save_CPPFLAGS" 32.2825 ++ LDFLAGS="$save_LDFLAGS" 32.2826 ++ LIBS="$save_LIBS" 32.2827 ++ ;; 32.2828 ++ esac 32.2829 ++ 32.2830 ++ case $lt_cv_dlopen_self in 32.2831 ++ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; 32.2832 ++ *) enable_dlopen_self=unknown ;; 32.2833 ++ esac 32.2834 ++ 32.2835 ++ case $lt_cv_dlopen_self_static in 32.2836 ++ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; 32.2837 ++ *) enable_dlopen_self_static=unknown ;; 32.2838 ++ esac 32.2839 ++fi 32.2840 ++])# AC_LIBTOOL_DLOPEN_SELF 32.2841 ++ 32.2842 ++ 32.2843 ++# AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) 32.2844 ++# --------------------------------- 32.2845 ++# Check to see if options -c and -o are simultaneously supported by compiler 32.2846 ++AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], 32.2847 ++[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl 32.2848 ++AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], 32.2849 ++ [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], 32.2850 ++ [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no 32.2851 ++ $rm -r conftest 2>/dev/null 32.2852 ++ mkdir conftest 32.2853 ++ cd conftest 32.2854 ++ mkdir out 32.2855 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.2856 ++ 32.2857 ++ # According to Tom Tromey, Ian Lance Taylor reported there are C compilers 32.2858 ++ # that will create temporary files in the current directory regardless of 32.2859 ++ # the output directory. Thus, making CWD read-only will cause this test 32.2860 ++ # to fail, enabling locking or at least warning the user not to do parallel 32.2861 ++ # builds. 32.2862 ++ chmod -w . 32.2863 ++ 32.2864 ++ lt_compiler_flag="-o out/conftest2.$ac_objext" 32.2865 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.2866 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.2867 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.2868 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.2869 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.2870 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.2871 ++ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ 32.2872 ++ -e 's:$: $lt_compiler_flag:'` 32.2873 ++ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) 32.2874 ++ (eval "$lt_compile" 2>out/conftest.err) 32.2875 ++ ac_status=$? 32.2876 ++ cat out/conftest.err >&AS_MESSAGE_LOG_FD 32.2877 ++ echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD 32.2878 ++ if (exit $ac_status) && test -s out/conftest2.$ac_objext 32.2879 ++ then 32.2880 ++ # The compiler can only warn and ignore the option if not recognized 32.2881 ++ # So say no if there are warnings 32.2882 ++ if test ! -s out/conftest.err; then 32.2883 ++ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes 32.2884 ++ fi 32.2885 ++ fi 32.2886 ++ chmod u+w . 32.2887 ++ $rm conftest* 32.2888 ++ # SGI C++ compiler will create directory out/ii_files/ for 32.2889 ++ # template instantiation 32.2890 ++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 32.2891 ++ $rm out/* && rmdir out 32.2892 ++ cd .. 32.2893 ++ rmdir conftest 32.2894 ++ $rm conftest* 32.2895 ++]) 32.2896 ++])# AC_LIBTOOL_PROG_CC_C_O 32.2897 ++ 32.2898 ++ 32.2899 ++# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) 32.2900 ++# ----------------------------------------- 32.2901 ++# Check to see if we can do hard links to lock some files if needed 32.2902 ++AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], 32.2903 ++[AC_REQUIRE([_LT_AC_LOCK])dnl 32.2904 ++ 32.2905 ++hard_links="nottested" 32.2906 ++if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then 32.2907 ++ # do not overwrite the value of need_locks provided by the user 32.2908 ++ AC_MSG_CHECKING([if we can lock with hard links]) 32.2909 ++ hard_links=yes 32.2910 ++ $rm conftest* 32.2911 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.2912 ++ touch conftest.a 32.2913 ++ ln conftest.a conftest.b 2>&5 || hard_links=no 32.2914 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.2915 ++ AC_MSG_RESULT([$hard_links]) 32.2916 ++ if test "$hard_links" = no; then 32.2917 ++ AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) 32.2918 ++ need_locks=warn 32.2919 ++ fi 32.2920 ++else 32.2921 ++ need_locks=no 32.2922 ++fi 32.2923 ++])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS 32.2924 ++ 32.2925 ++ 32.2926 ++# AC_LIBTOOL_OBJDIR 32.2927 ++# ----------------- 32.2928 ++AC_DEFUN([AC_LIBTOOL_OBJDIR], 32.2929 ++[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], 32.2930 ++[rm -f .libs 2>/dev/null 32.2931 ++mkdir .libs 2>/dev/null 32.2932 ++if test -d .libs; then 32.2933 ++ lt_cv_objdir=.libs 32.2934 ++else 32.2935 ++ # MS-DOS does not allow filenames that begin with a dot. 32.2936 ++ lt_cv_objdir=_libs 32.2937 ++fi 32.2938 ++rmdir .libs 2>/dev/null]) 32.2939 ++objdir=$lt_cv_objdir 32.2940 ++])# AC_LIBTOOL_OBJDIR 32.2941 ++ 32.2942 ++ 32.2943 ++# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) 32.2944 ++# ---------------------------------------------- 32.2945 ++# Check hardcoding attributes. 32.2946 ++AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], 32.2947 ++[AC_MSG_CHECKING([how to hardcode library paths into programs]) 32.2948 ++_LT_AC_TAGVAR(hardcode_action, $1)= 32.2949 ++if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ 32.2950 ++ test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \ 32.2951 ++ test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then 32.2952 ++ 32.2953 ++ # We can hardcode non-existant directories. 32.2954 ++ if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && 32.2955 ++ # If the only mechanism to avoid hardcoding is shlibpath_var, we 32.2956 ++ # have to relink, otherwise we might link with an installed library 32.2957 ++ # when we should be linking with a yet-to-be-installed one 32.2958 ++ ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && 32.2959 ++ test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then 32.2960 ++ # Linking always hardcodes the temporary library directory. 32.2961 ++ _LT_AC_TAGVAR(hardcode_action, $1)=relink 32.2962 ++ else 32.2963 ++ # We can link without hardcoding, and we can hardcode nonexisting dirs. 32.2964 ++ _LT_AC_TAGVAR(hardcode_action, $1)=immediate 32.2965 ++ fi 32.2966 ++else 32.2967 ++ # We cannot hardcode anything, or else we can only hardcode existing 32.2968 ++ # directories. 32.2969 ++ _LT_AC_TAGVAR(hardcode_action, $1)=unsupported 32.2970 ++fi 32.2971 ++AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) 32.2972 ++ 32.2973 ++if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then 32.2974 ++ # Fast installation is not supported 32.2975 ++ enable_fast_install=no 32.2976 ++elif test "$shlibpath_overrides_runpath" = yes || 32.2977 ++ test "$enable_shared" = no; then 32.2978 ++ # Fast installation is not necessary 32.2979 ++ enable_fast_install=needless 32.2980 ++fi 32.2981 ++])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH 32.2982 ++ 32.2983 ++ 32.2984 ++# AC_LIBTOOL_SYS_LIB_STRIP 32.2985 ++# ------------------------ 32.2986 ++AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], 32.2987 ++[striplib= 32.2988 ++old_striplib= 32.2989 ++AC_MSG_CHECKING([whether stripping libraries is possible]) 32.2990 ++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 32.2991 ++ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 32.2992 ++ test -z "$striplib" && striplib="$STRIP --strip-unneeded" 32.2993 ++ AC_MSG_RESULT([yes]) 32.2994 ++else 32.2995 ++# FIXME - insert some real tests, host_os isn't really good enough 32.2996 ++ case $host_os in 32.2997 ++ darwin*) 32.2998 ++ if test -n "$STRIP" ; then 32.2999 ++ striplib="$STRIP -x" 32.3000 ++ AC_MSG_RESULT([yes]) 32.3001 ++ else 32.3002 ++ AC_MSG_RESULT([no]) 32.3003 ++fi 32.3004 ++ ;; 32.3005 ++ *) 32.3006 ++ AC_MSG_RESULT([no]) 32.3007 ++ ;; 32.3008 ++ esac 32.3009 ++fi 32.3010 ++])# AC_LIBTOOL_SYS_LIB_STRIP 32.3011 ++ 32.3012 ++ 32.3013 ++# AC_LIBTOOL_SYS_DYNAMIC_LINKER 32.3014 ++# ----------------------------- 32.3015 ++# PORTME Fill in your ld.so characteristics 32.3016 ++AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], 32.3017 ++[AC_MSG_CHECKING([dynamic linker characteristics]) 32.3018 ++library_names_spec= 32.3019 ++libname_spec='lib$name' 32.3020 ++soname_spec= 32.3021 ++shrext=".so" 32.3022 ++postinstall_cmds= 32.3023 ++postuninstall_cmds= 32.3024 ++finish_cmds= 32.3025 ++finish_eval= 32.3026 ++shlibpath_var= 32.3027 ++shlibpath_overrides_runpath=unknown 32.3028 ++version_type=none 32.3029 ++dynamic_linker="$host_os ld.so" 32.3030 ++sys_lib_dlsearch_path_spec="/lib /usr/lib" 32.3031 ++if test "$GCC" = yes; then 32.3032 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.3033 ++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 32.3034 ++ # if the path contains ";" then we assume it to be the separator 32.3035 ++ # otherwise default to the standard path separator (i.e. ":") - it is 32.3036 ++ # assumed that no part of a normal pathname contains ";" but that should 32.3037 ++ # okay in the real world where ";" in dirpaths is itself problematic. 32.3038 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.3039 ++ else 32.3040 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.3041 ++ fi 32.3042 ++else 32.3043 ++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 32.3044 ++fi 32.3045 ++need_lib_prefix=unknown 32.3046 ++hardcode_into_libs=no 32.3047 ++ 32.3048 ++# when you set need_version to no, make sure it does not cause -set_version 32.3049 ++# flags to be left without arguments 32.3050 ++need_version=unknown 32.3051 ++ 32.3052 ++case $host_os in 32.3053 ++aix3*) 32.3054 ++ version_type=linux 32.3055 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 32.3056 ++ shlibpath_var=LIBPATH 32.3057 ++ 32.3058 ++ # AIX 3 has no versioning support, so we append a major version to the name. 32.3059 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3060 ++ ;; 32.3061 ++ 32.3062 ++aix4* | aix5*) 32.3063 ++ version_type=linux 32.3064 ++ need_lib_prefix=no 32.3065 ++ need_version=no 32.3066 ++ hardcode_into_libs=yes 32.3067 ++ if test "$host_cpu" = ia64; then 32.3068 ++ # AIX 5 supports IA64 32.3069 ++ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 32.3070 ++ shlibpath_var=LD_LIBRARY_PATH 32.3071 ++ else 32.3072 ++ # With GCC up to 2.95.x, collect2 would create an import file 32.3073 ++ # for dependence libraries. The import file would start with 32.3074 ++ # the line `#! .'. This would cause the generated library to 32.3075 ++ # depend on `.', always an invalid library. This was fixed in 32.3076 ++ # development snapshots of GCC prior to 3.0. 32.3077 ++ case $host_os in 32.3078 ++ aix4 | aix4.[[01]] | aix4.[[01]].*) 32.3079 ++ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 32.3080 ++ echo ' yes ' 32.3081 ++ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 32.3082 ++ : 32.3083 ++ else 32.3084 ++ can_build_shared=no 32.3085 ++ fi 32.3086 ++ ;; 32.3087 ++ esac 32.3088 ++ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 32.3089 ++ # soname into executable. Probably we can add versioning support to 32.3090 ++ # collect2, so additional links can be useful in future. 32.3091 ++ if test "$aix_use_runtimelinking" = yes; then 32.3092 ++ # If using run time linking (on AIX 4.2 or later) use lib<name>.so 32.3093 ++ # instead of lib<name>.a to let people know that these are not 32.3094 ++ # typical AIX shared libraries. 32.3095 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3096 ++ else 32.3097 ++ # We preserve .a as extension for shared libraries through AIX4.2 32.3098 ++ # and later when we are not doing run time linking. 32.3099 ++ library_names_spec='${libname}${release}.a $libname.a' 32.3100 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3101 ++ fi 32.3102 ++ shlibpath_var=LIBPATH 32.3103 ++ fi 32.3104 ++ ;; 32.3105 ++ 32.3106 ++amigaos*) 32.3107 ++ library_names_spec='$libname.ixlibrary $libname.a' 32.3108 ++ # Create ${libname}_ixlibrary.a entries in /sys/libs. 32.3109 ++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 32.3110 ++ ;; 32.3111 ++ 32.3112 ++beos*) 32.3113 ++ library_names_spec='${libname}${shared_ext}' 32.3114 ++ dynamic_linker="$host_os ld.so" 32.3115 ++ shlibpath_var=LIBRARY_PATH 32.3116 ++ ;; 32.3117 ++ 32.3118 ++bsdi4*) 32.3119 ++ version_type=linux 32.3120 ++ need_version=no 32.3121 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3122 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3123 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 32.3124 ++ shlibpath_var=LD_LIBRARY_PATH 32.3125 ++ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 32.3126 ++ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 32.3127 ++ # the default ld.so.conf also contains /usr/contrib/lib and 32.3128 ++ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 32.3129 ++ # libtool to hard-code these into programs 32.3130 ++ ;; 32.3131 ++ 32.3132 ++cygwin* | mingw* | pw32*) 32.3133 ++ version_type=windows 32.3134 ++ shrext=".dll" 32.3135 ++ need_version=no 32.3136 ++ need_lib_prefix=no 32.3137 ++ 32.3138 ++ case $GCC,$host_os in 32.3139 ++ yes,cygwin* | yes,mingw* | yes,pw32*) 32.3140 ++ library_names_spec='$libname.dll.a' 32.3141 ++ # DLL is installed to $(libdir)/../bin by postinstall_cmds 32.3142 ++ postinstall_cmds='base_file=`basename \${file}`~ 32.3143 ++ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 32.3144 ++ dldir=$destdir/`dirname \$dlpath`~ 32.3145 ++ test -d \$dldir || mkdir -p \$dldir~ 32.3146 ++ $install_prog $dir/$dlname \$dldir/$dlname' 32.3147 ++ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 32.3148 ++ dlpath=$dir/\$dldll~ 32.3149 ++ $rm \$dlpath' 32.3150 ++ shlibpath_overrides_runpath=yes 32.3151 ++ 32.3152 ++ case $host_os in 32.3153 ++ cygwin*) 32.3154 ++ # Cygwin DLLs use 'cyg' prefix rather than 'lib' 32.3155 ++ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' 32.3156 ++ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 32.3157 ++ ;; 32.3158 ++ mingw*) 32.3159 ++ # MinGW DLLs use traditional 'lib' prefix 32.3160 ++ soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' 32.3161 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.3162 ++ if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then 32.3163 ++ # It is most probably a Windows format PATH printed by 32.3164 ++ # mingw gcc, but we are running on Cygwin. Gcc prints its search 32.3165 ++ # path with ; separators, and with drive letters. We can handle the 32.3166 ++ # drive letters (cygwin fileutils understands them), so leave them, 32.3167 ++ # especially as we might pass files found there to a mingw objdump, 32.3168 ++ # which wouldn't understand a cygwinified path. Ahh. 32.3169 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.3170 ++ else 32.3171 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.3172 ++ fi 32.3173 ++ ;; 32.3174 ++ pw32*) 32.3175 ++ # pw32 DLLs use 'pw' prefix rather than 'lib' 32.3176 ++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.3177 ++ ;; 32.3178 ++ esac 32.3179 ++ ;; 32.3180 ++ 32.3181 ++ *) 32.3182 ++ library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' 32.3183 ++ ;; 32.3184 ++ esac 32.3185 ++ dynamic_linker='Win32 ld.exe' 32.3186 ++ # FIXME: first we should search . and the directory the executable is in 32.3187 ++ shlibpath_var=PATH 32.3188 ++ ;; 32.3189 ++ 32.3190 ++darwin* | rhapsody*) 32.3191 ++ dynamic_linker="$host_os dyld" 32.3192 ++ version_type=darwin 32.3193 ++ need_lib_prefix=no 32.3194 ++ need_version=no 32.3195 ++ library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 32.3196 ++ soname_spec='${libname}${release}${major}$shared_ext' 32.3197 ++ shlibpath_overrides_runpath=yes 32.3198 ++ shlibpath_var=DYLD_LIBRARY_PATH 32.3199 ++ shrext='$(test .$module = .yes && echo .so || echo .dylib)' 32.3200 ++ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 32.3201 ++ if test "$GCC" = yes; then 32.3202 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 32.3203 ++ else 32.3204 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 32.3205 ++ fi 32.3206 ++ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 32.3207 ++ ;; 32.3208 ++ 32.3209 ++dgux*) 32.3210 ++ version_type=linux 32.3211 ++ need_lib_prefix=no 32.3212 ++ need_version=no 32.3213 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 32.3214 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3215 ++ shlibpath_var=LD_LIBRARY_PATH 32.3216 ++ ;; 32.3217 ++ 32.3218 ++freebsd1*) 32.3219 ++ dynamic_linker=no 32.3220 ++ ;; 32.3221 ++ 32.3222 ++kfreebsd*-gnu) 32.3223 ++ version_type=linux 32.3224 ++ need_lib_prefix=no 32.3225 ++ need_version=no 32.3226 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.3227 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3228 ++ shlibpath_var=LD_LIBRARY_PATH 32.3229 ++ shlibpath_overrides_runpath=no 32.3230 ++ hardcode_into_libs=yes 32.3231 ++ dynamic_linker='GNU ld.so' 32.3232 ++ ;; 32.3233 ++ 32.3234 ++freebsd*) 32.3235 ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 32.3236 ++ version_type=freebsd-$objformat 32.3237 ++ case $version_type in 32.3238 ++ freebsd-elf*) 32.3239 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 32.3240 ++ need_version=no 32.3241 ++ need_lib_prefix=no 32.3242 ++ ;; 32.3243 ++ freebsd-*) 32.3244 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 32.3245 ++ need_version=yes 32.3246 ++ ;; 32.3247 ++ esac 32.3248 ++ shlibpath_var=LD_LIBRARY_PATH 32.3249 ++ case $host_os in 32.3250 ++ freebsd2*) 32.3251 ++ shlibpath_overrides_runpath=yes 32.3252 ++ ;; 32.3253 ++ freebsd3.[01]* | freebsdelf3.[01]*) 32.3254 ++ shlibpath_overrides_runpath=yes 32.3255 ++ hardcode_into_libs=yes 32.3256 ++ ;; 32.3257 ++ *) # from 3.2 on 32.3258 ++ shlibpath_overrides_runpath=no 32.3259 ++ hardcode_into_libs=yes 32.3260 ++ ;; 32.3261 ++ esac 32.3262 ++ ;; 32.3263 ++ 32.3264 ++gnu*) 32.3265 ++ version_type=linux 32.3266 ++ need_lib_prefix=no 32.3267 ++ need_version=no 32.3268 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 32.3269 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3270 ++ shlibpath_var=LD_LIBRARY_PATH 32.3271 ++ hardcode_into_libs=yes 32.3272 ++ ;; 32.3273 ++ 32.3274 ++hpux9* | hpux10* | hpux11*) 32.3275 ++ # Give a soname corresponding to the major version so that dld.sl refuses to 32.3276 ++ # link against other versions. 32.3277 ++ version_type=sunos 32.3278 ++ need_lib_prefix=no 32.3279 ++ need_version=no 32.3280 ++ case "$host_cpu" in 32.3281 ++ ia64*) 32.3282 ++ shrext='.so' 32.3283 ++ hardcode_into_libs=yes 32.3284 ++ dynamic_linker="$host_os dld.so" 32.3285 ++ shlibpath_var=LD_LIBRARY_PATH 32.3286 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.3287 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3288 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3289 ++ if test "X$HPUX_IA64_MODE" = X32; then 32.3290 ++ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 32.3291 ++ else 32.3292 ++ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 32.3293 ++ fi 32.3294 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.3295 ++ ;; 32.3296 ++ hppa*64*) 32.3297 ++ shrext='.sl' 32.3298 ++ hardcode_into_libs=yes 32.3299 ++ dynamic_linker="$host_os dld.sl" 32.3300 ++ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 32.3301 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.3302 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3303 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3304 ++ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 32.3305 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.3306 ++ ;; 32.3307 ++ *) 32.3308 ++ shrext='.sl' 32.3309 ++ dynamic_linker="$host_os dld.sl" 32.3310 ++ shlibpath_var=SHLIB_PATH 32.3311 ++ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 32.3312 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3313 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3314 ++ ;; 32.3315 ++ esac 32.3316 ++ # HP-UX runs *really* slowly unless shared libraries are mode 555. 32.3317 ++ postinstall_cmds='chmod 555 $lib' 32.3318 ++ ;; 32.3319 ++ 32.3320 ++irix5* | irix6* | nonstopux*) 32.3321 ++ case $host_os in 32.3322 ++ nonstopux*) version_type=nonstopux ;; 32.3323 ++ *) 32.3324 ++ if test "$lt_cv_prog_gnu_ld" = yes; then 32.3325 ++ version_type=linux 32.3326 ++ else 32.3327 ++ version_type=irix 32.3328 ++ fi ;; 32.3329 ++ esac 32.3330 ++ need_lib_prefix=no 32.3331 ++ need_version=no 32.3332 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3333 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 32.3334 ++ case $host_os in 32.3335 ++ irix5* | nonstopux*) 32.3336 ++ libsuff= shlibsuff= 32.3337 ++ ;; 32.3338 ++ *) 32.3339 ++ case $LD in # libtool.m4 will add one of these switches to LD 32.3340 ++ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 32.3341 ++ libsuff= shlibsuff= libmagic=32-bit;; 32.3342 ++ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 32.3343 ++ libsuff=32 shlibsuff=N32 libmagic=N32;; 32.3344 ++ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 32.3345 ++ libsuff=64 shlibsuff=64 libmagic=64-bit;; 32.3346 ++ *) libsuff= shlibsuff= libmagic=never-match;; 32.3347 ++ esac 32.3348 ++ ;; 32.3349 ++ esac 32.3350 ++ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 32.3351 ++ shlibpath_overrides_runpath=no 32.3352 ++ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 32.3353 ++ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 32.3354 ++ hardcode_into_libs=yes 32.3355 ++ ;; 32.3356 ++ 32.3357 ++# No shared lib support for Linux oldld, aout, or coff. 32.3358 ++linux*oldld* | linux*aout* | linux*coff*) 32.3359 ++ dynamic_linker=no 32.3360 ++ ;; 32.3361 ++ 32.3362 ++# This must be Linux ELF. 32.3363 ++linux*) 32.3364 ++ version_type=linux 32.3365 ++ need_lib_prefix=no 32.3366 ++ need_version=no 32.3367 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3368 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3369 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 32.3370 ++ shlibpath_var=LD_LIBRARY_PATH 32.3371 ++ shlibpath_overrides_runpath=no 32.3372 ++ # This implies no fast_install, which is unacceptable. 32.3373 ++ # Some rework will be needed to allow for fast_install 32.3374 ++ # before this can be enabled. 32.3375 ++ hardcode_into_libs=yes 32.3376 ++ 32.3377 ++ # /usr/X11R6/lib and /usr/local/lib are common enough... 32.3378 ++ sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib" 32.3379 ++ 32.3380 ++ # We used to test for /lib/ld.so.1 and disable shared libraries on 32.3381 ++ # powerpc, because MkLinux only supported shared libraries with the 32.3382 ++ # GNU dynamic linker. Since this was broken with cross compilers, 32.3383 ++ # most powerpc-linux boxes support dynamic linking these days and 32.3384 ++ # people can always --disable-shared, the test was removed, and we 32.3385 ++ # assume the GNU/Linux dynamic linker is in use. 32.3386 ++ dynamic_linker='GNU/Linux ld.so' 32.3387 ++ ;; 32.3388 ++ 32.3389 ++knetbsd*-gnu) 32.3390 ++ version_type=linux 32.3391 ++ need_lib_prefix=no 32.3392 ++ need_version=no 32.3393 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.3394 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3395 ++ shlibpath_var=LD_LIBRARY_PATH 32.3396 ++ shlibpath_overrides_runpath=no 32.3397 ++ hardcode_into_libs=yes 32.3398 ++ dynamic_linker='GNU ld.so' 32.3399 ++ ;; 32.3400 ++ 32.3401 ++netbsd*) 32.3402 ++ version_type=sunos 32.3403 ++ need_lib_prefix=no 32.3404 ++ need_version=no 32.3405 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.3406 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.3407 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.3408 ++ dynamic_linker='NetBSD (a.out) ld.so' 32.3409 ++ else 32.3410 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' 32.3411 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3412 ++ dynamic_linker='NetBSD ld.elf_so' 32.3413 ++ fi 32.3414 ++ shlibpath_var=LD_LIBRARY_PATH 32.3415 ++ shlibpath_overrides_runpath=yes 32.3416 ++ hardcode_into_libs=yes 32.3417 ++ ;; 32.3418 ++ 32.3419 ++newsos6) 32.3420 ++ version_type=linux 32.3421 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3422 ++ shlibpath_var=LD_LIBRARY_PATH 32.3423 ++ shlibpath_overrides_runpath=yes 32.3424 ++ ;; 32.3425 ++ 32.3426 ++nto-qnx*) 32.3427 ++ version_type=linux 32.3428 ++ need_lib_prefix=no 32.3429 ++ need_version=no 32.3430 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3431 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3432 ++ shlibpath_var=LD_LIBRARY_PATH 32.3433 ++ shlibpath_overrides_runpath=yes 32.3434 ++ ;; 32.3435 ++ 32.3436 ++openbsd*) 32.3437 ++ version_type=sunos 32.3438 ++ need_lib_prefix=no 32.3439 ++ need_version=yes 32.3440 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.3441 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.3442 ++ shlibpath_var=LD_LIBRARY_PATH 32.3443 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.3444 ++ case $host_os in 32.3445 ++ openbsd2.[[89]] | openbsd2.[[89]].*) 32.3446 ++ shlibpath_overrides_runpath=no 32.3447 ++ ;; 32.3448 ++ *) 32.3449 ++ shlibpath_overrides_runpath=yes 32.3450 ++ ;; 32.3451 ++ esac 32.3452 ++ else 32.3453 ++ shlibpath_overrides_runpath=yes 32.3454 ++ fi 32.3455 ++ ;; 32.3456 ++ 32.3457 ++os2*) 32.3458 ++ libname_spec='$name' 32.3459 ++ shrext=".dll" 32.3460 ++ need_lib_prefix=no 32.3461 ++ library_names_spec='$libname${shared_ext} $libname.a' 32.3462 ++ dynamic_linker='OS/2 ld.exe' 32.3463 ++ shlibpath_var=LIBPATH 32.3464 ++ ;; 32.3465 ++ 32.3466 ++osf3* | osf4* | osf5*) 32.3467 ++ version_type=osf 32.3468 ++ need_lib_prefix=no 32.3469 ++ need_version=no 32.3470 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3471 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3472 ++ shlibpath_var=LD_LIBRARY_PATH 32.3473 ++ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 32.3474 ++ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 32.3475 ++ ;; 32.3476 ++ 32.3477 ++sco3.2v5*) 32.3478 ++ version_type=osf 32.3479 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3480 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3481 ++ shlibpath_var=LD_LIBRARY_PATH 32.3482 ++ ;; 32.3483 ++ 32.3484 ++solaris*) 32.3485 ++ version_type=linux 32.3486 ++ need_lib_prefix=no 32.3487 ++ need_version=no 32.3488 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3489 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3490 ++ shlibpath_var=LD_LIBRARY_PATH 32.3491 ++ shlibpath_overrides_runpath=yes 32.3492 ++ hardcode_into_libs=yes 32.3493 ++ # ldd complains unless libraries are executable 32.3494 ++ postinstall_cmds='chmod +x $lib' 32.3495 ++ ;; 32.3496 ++ 32.3497 ++sunos4*) 32.3498 ++ version_type=sunos 32.3499 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.3500 ++ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 32.3501 ++ shlibpath_var=LD_LIBRARY_PATH 32.3502 ++ shlibpath_overrides_runpath=yes 32.3503 ++ if test "$with_gnu_ld" = yes; then 32.3504 ++ need_lib_prefix=no 32.3505 ++ fi 32.3506 ++ need_version=yes 32.3507 ++ ;; 32.3508 ++ 32.3509 ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.3510 ++ version_type=linux 32.3511 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3512 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3513 ++ shlibpath_var=LD_LIBRARY_PATH 32.3514 ++ case $host_vendor in 32.3515 ++ sni) 32.3516 ++ shlibpath_overrides_runpath=no 32.3517 ++ need_lib_prefix=no 32.3518 ++ export_dynamic_flag_spec='${wl}-Blargedynsym' 32.3519 ++ runpath_var=LD_RUN_PATH 32.3520 ++ ;; 32.3521 ++ siemens) 32.3522 ++ need_lib_prefix=no 32.3523 ++ ;; 32.3524 ++ motorola) 32.3525 ++ need_lib_prefix=no 32.3526 ++ need_version=no 32.3527 ++ shlibpath_overrides_runpath=no 32.3528 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 32.3529 ++ ;; 32.3530 ++ esac 32.3531 ++ ;; 32.3532 ++ 32.3533 ++sysv4*MP*) 32.3534 ++ if test -d /usr/nec ;then 32.3535 ++ version_type=linux 32.3536 ++ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 32.3537 ++ soname_spec='$libname${shared_ext}.$major' 32.3538 ++ shlibpath_var=LD_LIBRARY_PATH 32.3539 ++ fi 32.3540 ++ ;; 32.3541 ++ 32.3542 ++uts4*) 32.3543 ++ version_type=linux 32.3544 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.3545 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.3546 ++ shlibpath_var=LD_LIBRARY_PATH 32.3547 ++ ;; 32.3548 ++ 32.3549 ++*) 32.3550 ++ dynamic_linker=no 32.3551 ++ ;; 32.3552 ++esac 32.3553 ++AC_MSG_RESULT([$dynamic_linker]) 32.3554 ++test "$dynamic_linker" = no && can_build_shared=no 32.3555 ++])# AC_LIBTOOL_SYS_DYNAMIC_LINKER 32.3556 ++ 32.3557 ++ 32.3558 ++# _LT_AC_TAGCONFIG 32.3559 ++# ---------------- 32.3560 ++AC_DEFUN([_LT_AC_TAGCONFIG], 32.3561 ++[AC_ARG_WITH([tags], 32.3562 ++ [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], 32.3563 ++ [include additional configurations @<:@automatic@:>@])], 32.3564 ++ [tagnames="$withval"]) 32.3565 ++ 32.3566 ++if test -f "$ltmain" && test -n "$tagnames"; then 32.3567 ++ if test ! -f "${ofile}"; then 32.3568 ++ AC_MSG_WARN([output file `$ofile' does not exist]) 32.3569 ++ fi 32.3570 ++ 32.3571 ++ if test -z "$LTCC"; then 32.3572 ++ eval "`$SHELL ${ofile} --config | grep '^LTCC='`" 32.3573 ++ if test -z "$LTCC"; then 32.3574 ++ AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) 32.3575 ++ else 32.3576 ++ AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) 32.3577 ++ fi 32.3578 ++ fi 32.3579 ++ 32.3580 ++ # Extract list of available tagged configurations in $ofile. 32.3581 ++ # Note that this assumes the entire list is on one line. 32.3582 ++ available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` 32.3583 ++ 32.3584 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.3585 ++ for tagname in $tagnames; do 32.3586 ++ IFS="$lt_save_ifs" 32.3587 ++ # Check whether tagname contains only valid characters 32.3588 ++ case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in 32.3589 ++ "") ;; 32.3590 ++ *) AC_MSG_ERROR([invalid tag name: $tagname]) 32.3591 ++ ;; 32.3592 ++ esac 32.3593 ++ 32.3594 ++ if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null 32.3595 ++ then 32.3596 ++ AC_MSG_ERROR([tag name \"$tagname\" already exists]) 32.3597 ++ fi 32.3598 ++ 32.3599 ++ # Update the list of available tags. 32.3600 ++ if test -n "$tagname"; then 32.3601 ++ echo appending configuration tag \"$tagname\" to $ofile 32.3602 ++ 32.3603 ++ case $tagname in 32.3604 ++ CXX) 32.3605 ++ if test -n "$CXX" && test "X$CXX" != "Xno"; then 32.3606 ++ AC_LIBTOOL_LANG_CXX_CONFIG 32.3607 ++ else 32.3608 ++ tagname="" 32.3609 ++ fi 32.3610 ++ ;; 32.3611 ++ 32.3612 ++ F77) 32.3613 ++ if test -n "$F77" && test "X$F77" != "Xno"; then 32.3614 ++ AC_LIBTOOL_LANG_F77_CONFIG 32.3615 ++ else 32.3616 ++ tagname="" 32.3617 ++ fi 32.3618 ++ ;; 32.3619 ++ 32.3620 ++ GCJ) 32.3621 ++ if test -n "$GCJ" && test "X$GCJ" != "Xno"; then 32.3622 ++ AC_LIBTOOL_LANG_GCJ_CONFIG 32.3623 ++ else 32.3624 ++ tagname="" 32.3625 ++ fi 32.3626 ++ ;; 32.3627 ++ 32.3628 ++ RC) 32.3629 ++ AC_LIBTOOL_LANG_RC_CONFIG 32.3630 ++ ;; 32.3631 ++ 32.3632 ++ *) 32.3633 ++ AC_MSG_ERROR([Unsupported tag name: $tagname]) 32.3634 ++ ;; 32.3635 ++ esac 32.3636 ++ 32.3637 ++ # Append the new tag name to the list of available tags. 32.3638 ++ if test -n "$tagname" ; then 32.3639 ++ available_tags="$available_tags $tagname" 32.3640 ++ fi 32.3641 ++ fi 32.3642 ++ done 32.3643 ++ IFS="$lt_save_ifs" 32.3644 ++ 32.3645 ++ # Now substitute the updated list of available tags. 32.3646 ++ if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then 32.3647 ++ mv "${ofile}T" "$ofile" 32.3648 ++ chmod +x "$ofile" 32.3649 ++ else 32.3650 ++ rm -f "${ofile}T" 32.3651 ++ AC_MSG_ERROR([unable to update list of available tagged configurations.]) 32.3652 ++ fi 32.3653 ++fi 32.3654 ++])# _LT_AC_TAGCONFIG 32.3655 ++ 32.3656 ++ 32.3657 ++# AC_LIBTOOL_DLOPEN 32.3658 ++# ----------------- 32.3659 ++# enable checks for dlopen support 32.3660 ++AC_DEFUN([AC_LIBTOOL_DLOPEN], 32.3661 ++ [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) 32.3662 ++])# AC_LIBTOOL_DLOPEN 32.3663 ++ 32.3664 ++ 32.3665 ++# AC_LIBTOOL_WIN32_DLL 32.3666 ++# -------------------- 32.3667 ++# declare package support for building win32 dll's 32.3668 ++AC_DEFUN([AC_LIBTOOL_WIN32_DLL], 32.3669 ++[AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) 32.3670 ++])# AC_LIBTOOL_WIN32_DLL 32.3671 ++ 32.3672 ++ 32.3673 ++# AC_ENABLE_SHARED([DEFAULT]) 32.3674 ++# --------------------------- 32.3675 ++# implement the --enable-shared flag 32.3676 ++# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. 32.3677 ++AC_DEFUN([AC_ENABLE_SHARED], 32.3678 ++[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl 32.3679 ++AC_ARG_ENABLE([shared], 32.3680 ++ [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], 32.3681 ++ [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], 32.3682 ++ [p=${PACKAGE-default} 32.3683 ++ case $enableval in 32.3684 ++ yes) enable_shared=yes ;; 32.3685 ++ no) enable_shared=no ;; 32.3686 ++ *) 32.3687 ++ enable_shared=no 32.3688 ++ # Look at the argument we got. We use all the common list separators. 32.3689 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.3690 ++ for pkg in $enableval; do 32.3691 ++ IFS="$lt_save_ifs" 32.3692 ++ if test "X$pkg" = "X$p"; then 32.3693 ++ enable_shared=yes 32.3694 ++ fi 32.3695 ++ done 32.3696 ++ IFS="$lt_save_ifs" 32.3697 ++ ;; 32.3698 ++ esac], 32.3699 ++ [enable_shared=]AC_ENABLE_SHARED_DEFAULT) 32.3700 ++])# AC_ENABLE_SHARED 32.3701 ++ 32.3702 ++ 32.3703 ++# AC_DISABLE_SHARED 32.3704 ++# ----------------- 32.3705 ++#- set the default shared flag to --disable-shared 32.3706 ++AC_DEFUN([AC_DISABLE_SHARED], 32.3707 ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl 32.3708 ++AC_ENABLE_SHARED(no) 32.3709 ++])# AC_DISABLE_SHARED 32.3710 ++ 32.3711 ++ 32.3712 ++# AC_ENABLE_STATIC([DEFAULT]) 32.3713 ++# --------------------------- 32.3714 ++# implement the --enable-static flag 32.3715 ++# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. 32.3716 ++AC_DEFUN([AC_ENABLE_STATIC], 32.3717 ++[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl 32.3718 ++AC_ARG_ENABLE([static], 32.3719 ++ [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], 32.3720 ++ [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], 32.3721 ++ [p=${PACKAGE-default} 32.3722 ++ case $enableval in 32.3723 ++ yes) enable_static=yes ;; 32.3724 ++ no) enable_static=no ;; 32.3725 ++ *) 32.3726 ++ enable_static=no 32.3727 ++ # Look at the argument we got. We use all the common list separators. 32.3728 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.3729 ++ for pkg in $enableval; do 32.3730 ++ IFS="$lt_save_ifs" 32.3731 ++ if test "X$pkg" = "X$p"; then 32.3732 ++ enable_static=yes 32.3733 ++ fi 32.3734 ++ done 32.3735 ++ IFS="$lt_save_ifs" 32.3736 ++ ;; 32.3737 ++ esac], 32.3738 ++ [enable_static=]AC_ENABLE_STATIC_DEFAULT) 32.3739 ++])# AC_ENABLE_STATIC 32.3740 ++ 32.3741 ++ 32.3742 ++# AC_DISABLE_STATIC 32.3743 ++# ----------------- 32.3744 ++# set the default static flag to --disable-static 32.3745 ++AC_DEFUN([AC_DISABLE_STATIC], 32.3746 ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl 32.3747 ++AC_ENABLE_STATIC(no) 32.3748 ++])# AC_DISABLE_STATIC 32.3749 ++ 32.3750 ++ 32.3751 ++# AC_ENABLE_FAST_INSTALL([DEFAULT]) 32.3752 ++# --------------------------------- 32.3753 ++# implement the --enable-fast-install flag 32.3754 ++# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. 32.3755 ++AC_DEFUN([AC_ENABLE_FAST_INSTALL], 32.3756 ++[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl 32.3757 ++AC_ARG_ENABLE([fast-install], 32.3758 ++ [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], 32.3759 ++ [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], 32.3760 ++ [p=${PACKAGE-default} 32.3761 ++ case $enableval in 32.3762 ++ yes) enable_fast_install=yes ;; 32.3763 ++ no) enable_fast_install=no ;; 32.3764 ++ *) 32.3765 ++ enable_fast_install=no 32.3766 ++ # Look at the argument we got. We use all the common list separators. 32.3767 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.3768 ++ for pkg in $enableval; do 32.3769 ++ IFS="$lt_save_ifs" 32.3770 ++ if test "X$pkg" = "X$p"; then 32.3771 ++ enable_fast_install=yes 32.3772 ++ fi 32.3773 ++ done 32.3774 ++ IFS="$lt_save_ifs" 32.3775 ++ ;; 32.3776 ++ esac], 32.3777 ++ [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) 32.3778 ++])# AC_ENABLE_FAST_INSTALL 32.3779 ++ 32.3780 ++ 32.3781 ++# AC_DISABLE_FAST_INSTALL 32.3782 ++# ----------------------- 32.3783 ++# set the default to --disable-fast-install 32.3784 ++AC_DEFUN([AC_DISABLE_FAST_INSTALL], 32.3785 ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl 32.3786 ++AC_ENABLE_FAST_INSTALL(no) 32.3787 ++])# AC_DISABLE_FAST_INSTALL 32.3788 ++ 32.3789 ++ 32.3790 ++# AC_LIBTOOL_PICMODE([MODE]) 32.3791 ++# -------------------------- 32.3792 ++# implement the --with-pic flag 32.3793 ++# MODE is either `yes' or `no'. If omitted, it defaults to `both'. 32.3794 ++AC_DEFUN([AC_LIBTOOL_PICMODE], 32.3795 ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl 32.3796 ++pic_mode=ifelse($#,1,$1,default) 32.3797 ++])# AC_LIBTOOL_PICMODE 32.3798 ++ 32.3799 ++ 32.3800 ++# AC_PROG_EGREP 32.3801 ++# ------------- 32.3802 ++# This is predefined starting with Autoconf 2.54, so this conditional 32.3803 ++# definition can be removed once we require Autoconf 2.54 or later. 32.3804 ++m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], 32.3805 ++[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], 32.3806 ++ [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 32.3807 ++ then ac_cv_prog_egrep='grep -E' 32.3808 ++ else ac_cv_prog_egrep='egrep' 32.3809 ++ fi]) 32.3810 ++ EGREP=$ac_cv_prog_egrep 32.3811 ++ AC_SUBST([EGREP]) 32.3812 ++])]) 32.3813 ++ 32.3814 ++ 32.3815 ++# AC_PATH_TOOL_PREFIX 32.3816 ++# ------------------- 32.3817 ++# find a file program which can recognise shared library 32.3818 ++AC_DEFUN([AC_PATH_TOOL_PREFIX], 32.3819 ++[AC_REQUIRE([AC_PROG_EGREP])dnl 32.3820 ++AC_MSG_CHECKING([for $1]) 32.3821 ++AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, 32.3822 ++[case $MAGIC_CMD in 32.3823 ++[[\\/*] | ?:[\\/]*]) 32.3824 ++ lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 32.3825 ++ ;; 32.3826 ++*) 32.3827 ++ lt_save_MAGIC_CMD="$MAGIC_CMD" 32.3828 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.3829 ++dnl $ac_dummy forces splitting on constant user-supplied paths. 32.3830 ++dnl POSIX.2 word splitting is done only on the output of word expansions, 32.3831 ++dnl not every word. This closes a longstanding sh security hole. 32.3832 ++ ac_dummy="ifelse([$2], , $PATH, [$2])" 32.3833 ++ for ac_dir in $ac_dummy; do 32.3834 ++ IFS="$lt_save_ifs" 32.3835 ++ test -z "$ac_dir" && ac_dir=. 32.3836 ++ if test -f $ac_dir/$1; then 32.3837 ++ lt_cv_path_MAGIC_CMD="$ac_dir/$1" 32.3838 ++ if test -n "$file_magic_test_file"; then 32.3839 ++ case $deplibs_check_method in 32.3840 ++ "file_magic "*) 32.3841 ++ file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" 32.3842 ++ MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 32.3843 ++ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 32.3844 ++ $EGREP "$file_magic_regex" > /dev/null; then 32.3845 ++ : 32.3846 ++ else 32.3847 ++ cat <<EOF 1>&2 32.3848 ++ 32.3849 ++*** Warning: the command libtool uses to detect shared libraries, 32.3850 ++*** $file_magic_cmd, produces output that libtool cannot recognize. 32.3851 ++*** The result is that libtool may fail to recognize shared libraries 32.3852 ++*** as such. This will affect the creation of libtool libraries that 32.3853 ++*** depend on shared libraries, but programs linked with such libtool 32.3854 ++*** libraries will work regardless of this problem. Nevertheless, you 32.3855 ++*** may want to report the problem to your system manager and/or to 32.3856 ++*** bug-libtool@gnu.org 32.3857 ++ 32.3858 ++EOF 32.3859 ++ fi ;; 32.3860 ++ esac 32.3861 ++ fi 32.3862 ++ break 32.3863 ++ fi 32.3864 ++ done 32.3865 ++ IFS="$lt_save_ifs" 32.3866 ++ MAGIC_CMD="$lt_save_MAGIC_CMD" 32.3867 ++ ;; 32.3868 ++esac]) 32.3869 ++MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 32.3870 ++if test -n "$MAGIC_CMD"; then 32.3871 ++ AC_MSG_RESULT($MAGIC_CMD) 32.3872 ++else 32.3873 ++ AC_MSG_RESULT(no) 32.3874 ++fi 32.3875 ++])# AC_PATH_TOOL_PREFIX 32.3876 ++ 32.3877 ++ 32.3878 ++# AC_PATH_MAGIC 32.3879 ++# ------------- 32.3880 ++# find a file program which can recognise a shared library 32.3881 ++AC_DEFUN([AC_PATH_MAGIC], 32.3882 ++[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) 32.3883 ++if test -z "$lt_cv_path_MAGIC_CMD"; then 32.3884 ++ if test -n "$ac_tool_prefix"; then 32.3885 ++ AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) 32.3886 ++ else 32.3887 ++ MAGIC_CMD=: 32.3888 ++ fi 32.3889 ++fi 32.3890 ++])# AC_PATH_MAGIC 32.3891 ++ 32.3892 ++ 32.3893 ++# AC_PROG_LD 32.3894 ++# ---------- 32.3895 ++# find the pathname to the GNU or non-GNU linker 32.3896 ++AC_DEFUN([AC_PROG_LD], 32.3897 ++[AC_ARG_WITH([gnu-ld], 32.3898 ++ [AC_HELP_STRING([--with-gnu-ld], 32.3899 ++ [assume the C compiler uses GNU ld @<:@default=no@:>@])], 32.3900 ++ [test "$withval" = no || with_gnu_ld=yes], 32.3901 ++ [with_gnu_ld=no]) 32.3902 ++AC_REQUIRE([LT_AC_PROG_SED])dnl 32.3903 ++AC_REQUIRE([AC_PROG_CC])dnl 32.3904 ++AC_REQUIRE([AC_CANONICAL_HOST])dnl 32.3905 ++AC_REQUIRE([AC_CANONICAL_BUILD])dnl 32.3906 ++ac_prog=ld 32.3907 ++if test "$GCC" = yes; then 32.3908 ++ # Check if gcc -print-prog-name=ld gives a path. 32.3909 ++ AC_MSG_CHECKING([for ld used by $CC]) 32.3910 ++ case $host in 32.3911 ++ *-*-mingw*) 32.3912 ++ # gcc leaves a trailing carriage return which upsets mingw 32.3913 ++ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 32.3914 ++ *) 32.3915 ++ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 32.3916 ++ esac 32.3917 ++ case $ac_prog in 32.3918 ++ # Accept absolute paths. 32.3919 ++ [[\\/]]* | ?:[[\\/]]*) 32.3920 ++ re_direlt='/[[^/]][[^/]]*/\.\./' 32.3921 ++ # Canonicalize the pathname of ld 32.3922 ++ ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 32.3923 ++ while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 32.3924 ++ ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` 32.3925 ++ done 32.3926 ++ test -z "$LD" && LD="$ac_prog" 32.3927 ++ ;; 32.3928 ++ "") 32.3929 ++ # If it fails, then pretend we aren't using GCC. 32.3930 ++ ac_prog=ld 32.3931 ++ ;; 32.3932 ++ *) 32.3933 ++ # If it is relative, then search for the first ld in PATH. 32.3934 ++ with_gnu_ld=unknown 32.3935 ++ ;; 32.3936 ++ esac 32.3937 ++elif test "$with_gnu_ld" = yes; then 32.3938 ++ AC_MSG_CHECKING([for GNU ld]) 32.3939 ++else 32.3940 ++ AC_MSG_CHECKING([for non-GNU ld]) 32.3941 ++fi 32.3942 ++AC_CACHE_VAL(lt_cv_path_LD, 32.3943 ++[if test -z "$LD"; then 32.3944 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.3945 ++ for ac_dir in $PATH; do 32.3946 ++ IFS="$lt_save_ifs" 32.3947 ++ test -z "$ac_dir" && ac_dir=. 32.3948 ++ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 32.3949 ++ lt_cv_path_LD="$ac_dir/$ac_prog" 32.3950 ++ # Check to see if the program is GNU ld. I'd rather use --version, 32.3951 ++ # but apparently some GNU ld's only accept -v. 32.3952 + # Break only if it was the GNU/non-GNU ld that we prefer. 32.3953 +- if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 32.3954 ++ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 32.3955 ++ *GNU* | *'with BFD'*) 32.3956 + test "$with_gnu_ld" != no && break 32.3957 ++ ;; 32.3958 ++ *) 32.3959 ++ test "$with_gnu_ld" != yes && break 32.3960 ++ ;; 32.3961 ++ esac 32.3962 ++ fi 32.3963 ++ done 32.3964 ++ IFS="$lt_save_ifs" 32.3965 ++else 32.3966 ++ lt_cv_path_LD="$LD" # Let the user override the test with a path. 32.3967 ++fi]) 32.3968 ++LD="$lt_cv_path_LD" 32.3969 ++if test -n "$LD"; then 32.3970 ++ AC_MSG_RESULT($LD) 32.3971 ++else 32.3972 ++ AC_MSG_RESULT(no) 32.3973 ++fi 32.3974 ++test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) 32.3975 ++AC_PROG_LD_GNU 32.3976 ++])# AC_PROG_LD 32.3977 ++ 32.3978 ++ 32.3979 ++# AC_PROG_LD_GNU 32.3980 ++# -------------- 32.3981 ++AC_DEFUN([AC_PROG_LD_GNU], 32.3982 ++[AC_REQUIRE([AC_PROG_EGREP])dnl 32.3983 ++AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld, 32.3984 ++[# I'd rather use --version here, but apparently some GNU ld's only accept -v. 32.3985 ++case `$LD -v 2>&1 </dev/null` in 32.3986 ++*GNU* | *'with BFD'*) 32.3987 ++ lt_cv_prog_gnu_ld=yes 32.3988 ++ ;; 32.3989 ++*) 32.3990 ++ lt_cv_prog_gnu_ld=no 32.3991 ++ ;; 32.3992 ++esac]) 32.3993 ++with_gnu_ld=$lt_cv_prog_gnu_ld 32.3994 ++])# AC_PROG_LD_GNU 32.3995 ++ 32.3996 ++ 32.3997 ++# AC_PROG_LD_RELOAD_FLAG 32.3998 ++# ---------------------- 32.3999 ++# find reload flag for linker 32.4000 ++# -- PORTME Some linkers may need a different reload flag. 32.4001 ++AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], 32.4002 ++[AC_CACHE_CHECK([for $LD option to reload object files], 32.4003 ++ lt_cv_ld_reload_flag, 32.4004 ++ [lt_cv_ld_reload_flag='-r']) 32.4005 ++reload_flag=$lt_cv_ld_reload_flag 32.4006 ++case $reload_flag in 32.4007 ++"" | " "*) ;; 32.4008 ++*) reload_flag=" $reload_flag" ;; 32.4009 ++esac 32.4010 ++reload_cmds='$LD$reload_flag -o $output$reload_objs' 32.4011 ++])# AC_PROG_LD_RELOAD_FLAG 32.4012 ++ 32.4013 ++ 32.4014 ++# AC_DEPLIBS_CHECK_METHOD 32.4015 ++# ----------------------- 32.4016 ++# how to check for library dependencies 32.4017 ++# -- PORTME fill in with the dynamic library characteristics 32.4018 ++AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], 32.4019 ++[AC_CACHE_CHECK([how to recognise dependent libraries], 32.4020 ++lt_cv_deplibs_check_method, 32.4021 ++[lt_cv_file_magic_cmd='$MAGIC_CMD' 32.4022 ++lt_cv_file_magic_test_file= 32.4023 ++lt_cv_deplibs_check_method='unknown' 32.4024 ++# Need to set the preceding variable on all platforms that support 32.4025 ++# interlibrary dependencies. 32.4026 ++# 'none' -- dependencies not supported. 32.4027 ++# `unknown' -- same as none, but documents that we really don't know. 32.4028 ++# 'pass_all' -- all dependencies passed with no checks. 32.4029 ++# 'test_compile' -- check by making test program. 32.4030 ++# 'file_magic [[regex]]' -- check by looking for files in library path 32.4031 ++# which responds to the $file_magic_cmd with a given extended regex. 32.4032 ++# If you have `file' or equivalent on your system and you're not sure 32.4033 ++# whether `pass_all' will *always* work, you probably want this one. 32.4034 ++ 32.4035 ++case $host_os in 32.4036 ++aix4* | aix5*) 32.4037 ++ lt_cv_deplibs_check_method=pass_all 32.4038 ++ ;; 32.4039 ++ 32.4040 ++beos*) 32.4041 ++ lt_cv_deplibs_check_method=pass_all 32.4042 ++ ;; 32.4043 ++ 32.4044 ++bsdi4*) 32.4045 ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' 32.4046 ++ lt_cv_file_magic_cmd='/usr/bin/file -L' 32.4047 ++ lt_cv_file_magic_test_file=/shlib/libc.so 32.4048 ++ ;; 32.4049 ++ 32.4050 ++cygwin* | mingw* | pw32*) 32.4051 ++ # win32_libid is a shell function defined in ltmain.sh 32.4052 ++ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 32.4053 ++ lt_cv_file_magic_cmd='win32_libid' 32.4054 ++ ;; 32.4055 ++ 32.4056 ++darwin* | rhapsody*) 32.4057 ++ lt_cv_deplibs_check_method=pass_all 32.4058 ++ ;; 32.4059 ++ 32.4060 ++freebsd* | kfreebsd*-gnu) 32.4061 ++ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 32.4062 ++ case $host_cpu in 32.4063 ++ i*86 ) 32.4064 ++ # Not sure whether the presence of OpenBSD here was a mistake. 32.4065 ++ # Let's accept both of them until this is cleared up. 32.4066 ++ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' 32.4067 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.4068 ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 32.4069 ++ ;; 32.4070 ++ esac 32.4071 ++ else 32.4072 ++ lt_cv_deplibs_check_method=pass_all 32.4073 ++ fi 32.4074 ++ ;; 32.4075 ++ 32.4076 ++gnu*) 32.4077 ++ lt_cv_deplibs_check_method=pass_all 32.4078 ++ ;; 32.4079 ++ 32.4080 ++hpux10.20* | hpux11*) 32.4081 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.4082 ++ case "$host_cpu" in 32.4083 ++ ia64*) 32.4084 ++ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' 32.4085 ++ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 32.4086 ++ ;; 32.4087 ++ hppa*64*) 32.4088 ++ [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] 32.4089 ++ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 32.4090 ++ ;; 32.4091 ++ *) 32.4092 ++ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' 32.4093 ++ lt_cv_file_magic_test_file=/usr/lib/libc.sl 32.4094 ++ ;; 32.4095 ++ esac 32.4096 ++ ;; 32.4097 ++ 32.4098 ++irix5* | irix6* | nonstopux*) 32.4099 ++ case $LD in 32.4100 ++ *-32|*"-32 ") libmagic=32-bit;; 32.4101 ++ *-n32|*"-n32 ") libmagic=N32;; 32.4102 ++ *-64|*"-64 ") libmagic=64-bit;; 32.4103 ++ *) libmagic=never-match;; 32.4104 ++ esac 32.4105 ++ lt_cv_deplibs_check_method=pass_all 32.4106 ++ ;; 32.4107 ++ 32.4108 ++# This must be Linux ELF. 32.4109 ++linux*) 32.4110 ++ lt_cv_deplibs_check_method=pass_all 32.4111 ++ ;; 32.4112 ++ 32.4113 ++netbsd*) 32.4114 ++ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 32.4115 ++ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' 32.4116 ++ else 32.4117 ++ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' 32.4118 ++ fi 32.4119 ++ ;; 32.4120 ++ 32.4121 ++newos6*) 32.4122 ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' 32.4123 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.4124 ++ lt_cv_file_magic_test_file=/usr/lib/libnls.so 32.4125 ++ ;; 32.4126 ++ 32.4127 ++nto-qnx*) 32.4128 ++ lt_cv_deplibs_check_method=unknown 32.4129 ++ ;; 32.4130 ++ 32.4131 ++openbsd*) 32.4132 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.4133 ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 32.4134 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.4135 ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object' 32.4136 ++ else 32.4137 ++ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' 32.4138 ++ fi 32.4139 ++ ;; 32.4140 ++ 32.4141 ++osf3* | osf4* | osf5*) 32.4142 ++ lt_cv_deplibs_check_method=pass_all 32.4143 ++ ;; 32.4144 ++ 32.4145 ++sco3.2v5*) 32.4146 ++ lt_cv_deplibs_check_method=pass_all 32.4147 ++ ;; 32.4148 ++ 32.4149 ++solaris*) 32.4150 ++ lt_cv_deplibs_check_method=pass_all 32.4151 ++ ;; 32.4152 ++ 32.4153 ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.4154 ++ case $host_vendor in 32.4155 ++ motorola) 32.4156 ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' 32.4157 ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 32.4158 ++ ;; 32.4159 ++ ncr) 32.4160 ++ lt_cv_deplibs_check_method=pass_all 32.4161 ++ ;; 32.4162 ++ sequent) 32.4163 ++ lt_cv_file_magic_cmd='/bin/file' 32.4164 ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' 32.4165 ++ ;; 32.4166 ++ sni) 32.4167 ++ lt_cv_file_magic_cmd='/bin/file' 32.4168 ++ lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" 32.4169 ++ lt_cv_file_magic_test_file=/lib/libc.so 32.4170 ++ ;; 32.4171 ++ siemens) 32.4172 ++ lt_cv_deplibs_check_method=pass_all 32.4173 ++ ;; 32.4174 ++ esac 32.4175 ++ ;; 32.4176 ++ 32.4177 ++sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) 32.4178 ++ lt_cv_deplibs_check_method=pass_all 32.4179 ++ ;; 32.4180 ++esac 32.4181 ++]) 32.4182 ++file_magic_cmd=$lt_cv_file_magic_cmd 32.4183 ++deplibs_check_method=$lt_cv_deplibs_check_method 32.4184 ++test -z "$deplibs_check_method" && deplibs_check_method=unknown 32.4185 ++])# AC_DEPLIBS_CHECK_METHOD 32.4186 ++ 32.4187 ++ 32.4188 ++# AC_PROG_NM 32.4189 ++# ---------- 32.4190 ++# find the pathname to a BSD-compatible name lister 32.4191 ++AC_DEFUN([AC_PROG_NM], 32.4192 ++[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, 32.4193 ++[if test -n "$NM"; then 32.4194 ++ # Let the user override the test. 32.4195 ++ lt_cv_path_NM="$NM" 32.4196 ++else 32.4197 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.4198 ++ for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do 32.4199 ++ IFS="$lt_save_ifs" 32.4200 ++ test -z "$ac_dir" && ac_dir=. 32.4201 ++ tmp_nm="$ac_dir/${ac_tool_prefix}nm" 32.4202 ++ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then 32.4203 ++ # Check to see if the nm accepts a BSD-compat flag. 32.4204 ++ # Adding the `sed 1q' prevents false positives on HP-UX, which says: 32.4205 ++ # nm: unknown option "B" ignored 32.4206 ++ # Tru64's nm complains that /dev/null is an invalid object file 32.4207 ++ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in 32.4208 ++ */dev/null* | *'Invalid file or object type'*) 32.4209 ++ lt_cv_path_NM="$tmp_nm -B" 32.4210 ++ break 32.4211 ++ ;; 32.4212 ++ *) 32.4213 ++ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in 32.4214 ++ */dev/null*) 32.4215 ++ lt_cv_path_NM="$tmp_nm -p" 32.4216 ++ break 32.4217 ++ ;; 32.4218 ++ *) 32.4219 ++ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 32.4220 ++ continue # so that we can try to find one that supports BSD flags 32.4221 ++ ;; 32.4222 ++ esac 32.4223 ++ esac 32.4224 ++ fi 32.4225 ++ done 32.4226 ++ IFS="$lt_save_ifs" 32.4227 ++ test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 32.4228 ++fi]) 32.4229 ++NM="$lt_cv_path_NM" 32.4230 ++])# AC_PROG_NM 32.4231 ++ 32.4232 ++ 32.4233 ++# AC_CHECK_LIBM 32.4234 ++# ------------- 32.4235 ++# check for math library 32.4236 ++AC_DEFUN([AC_CHECK_LIBM], 32.4237 ++[AC_REQUIRE([AC_CANONICAL_HOST])dnl 32.4238 ++LIBM= 32.4239 ++case $host in 32.4240 ++*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) 32.4241 ++ # These system don't have libm, or don't need it 32.4242 ++ ;; 32.4243 ++*-ncr-sysv4.3*) 32.4244 ++ AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") 32.4245 ++ AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") 32.4246 ++ ;; 32.4247 ++*) 32.4248 ++ AC_CHECK_LIB(m, cos, LIBM="-lm") 32.4249 ++ ;; 32.4250 ++esac 32.4251 ++])# AC_CHECK_LIBM 32.4252 ++ 32.4253 ++ 32.4254 ++# AC_LIBLTDL_CONVENIENCE([DIRECTORY]) 32.4255 ++# ----------------------------------- 32.4256 ++# sets LIBLTDL to the link flags for the libltdl convenience library and 32.4257 ++# LTDLINCL to the include flags for the libltdl header and adds 32.4258 ++# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL 32.4259 ++# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If 32.4260 ++# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will 32.4261 ++# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with 32.4262 ++# '${top_srcdir}/' (note the single quotes!). If your package is not 32.4263 ++# flat and you're not using automake, define top_builddir and 32.4264 ++# top_srcdir appropriately in the Makefiles. 32.4265 ++AC_DEFUN([AC_LIBLTDL_CONVENIENCE], 32.4266 ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl 32.4267 ++ case $enable_ltdl_convenience in 32.4268 ++ no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; 32.4269 ++ "") enable_ltdl_convenience=yes 32.4270 ++ ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; 32.4271 ++ esac 32.4272 ++ LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la 32.4273 ++ LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 32.4274 ++ # For backwards non-gettext consistent compatibility... 32.4275 ++ INCLTDL="$LTDLINCL" 32.4276 ++])# AC_LIBLTDL_CONVENIENCE 32.4277 ++ 32.4278 ++ 32.4279 ++# AC_LIBLTDL_INSTALLABLE([DIRECTORY]) 32.4280 ++# ----------------------------------- 32.4281 ++# sets LIBLTDL to the link flags for the libltdl installable library and 32.4282 ++# LTDLINCL to the include flags for the libltdl header and adds 32.4283 ++# --enable-ltdl-install to the configure arguments. Note that LIBLTDL 32.4284 ++# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If 32.4285 ++# DIRECTORY is not provided and an installed libltdl is not found, it is 32.4286 ++# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' 32.4287 ++# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single 32.4288 ++# quotes!). If your package is not flat and you're not using automake, 32.4289 ++# define top_builddir and top_srcdir appropriately in the Makefiles. 32.4290 ++# In the future, this macro may have to be called after AC_PROG_LIBTOOL. 32.4291 ++AC_DEFUN([AC_LIBLTDL_INSTALLABLE], 32.4292 ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl 32.4293 ++ AC_CHECK_LIB(ltdl, lt_dlinit, 32.4294 ++ [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], 32.4295 ++ [if test x"$enable_ltdl_install" = xno; then 32.4296 ++ AC_MSG_WARN([libltdl not installed, but installation disabled]) 32.4297 ++ else 32.4298 ++ enable_ltdl_install=yes 32.4299 ++ fi 32.4300 ++ ]) 32.4301 ++ if test x"$enable_ltdl_install" = x"yes"; then 32.4302 ++ ac_configure_args="$ac_configure_args --enable-ltdl-install" 32.4303 ++ LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la 32.4304 ++ LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 32.4305 ++ else 32.4306 ++ ac_configure_args="$ac_configure_args --enable-ltdl-install=no" 32.4307 ++ LIBLTDL="-lltdl" 32.4308 ++ LTDLINCL= 32.4309 ++ fi 32.4310 ++ # For backwards non-gettext consistent compatibility... 32.4311 ++ INCLTDL="$LTDLINCL" 32.4312 ++])# AC_LIBLTDL_INSTALLABLE 32.4313 ++ 32.4314 ++ 32.4315 ++# AC_LIBTOOL_CXX 32.4316 ++# -------------- 32.4317 ++# enable support for C++ libraries 32.4318 ++AC_DEFUN([AC_LIBTOOL_CXX], 32.4319 ++[AC_REQUIRE([_LT_AC_LANG_CXX]) 32.4320 ++])# AC_LIBTOOL_CXX 32.4321 ++ 32.4322 ++ 32.4323 ++# _LT_AC_LANG_CXX 32.4324 ++# --------------- 32.4325 ++AC_DEFUN([_LT_AC_LANG_CXX], 32.4326 ++[AC_REQUIRE([AC_PROG_CXX]) 32.4327 ++AC_REQUIRE([AC_PROG_CXXCPP]) 32.4328 ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) 32.4329 ++])# _LT_AC_LANG_CXX 32.4330 ++ 32.4331 ++ 32.4332 ++# AC_LIBTOOL_F77 32.4333 ++# -------------- 32.4334 ++# enable support for Fortran 77 libraries 32.4335 ++AC_DEFUN([AC_LIBTOOL_F77], 32.4336 ++[AC_REQUIRE([_LT_AC_LANG_F77]) 32.4337 ++])# AC_LIBTOOL_F77 32.4338 ++ 32.4339 ++ 32.4340 ++# _LT_AC_LANG_F77 32.4341 ++# --------------- 32.4342 ++AC_DEFUN([_LT_AC_LANG_F77], 32.4343 ++[AC_REQUIRE([AC_PROG_F77]) 32.4344 ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) 32.4345 ++])# _LT_AC_LANG_F77 32.4346 ++ 32.4347 ++ 32.4348 ++# AC_LIBTOOL_GCJ 32.4349 ++# -------------- 32.4350 ++# enable support for GCJ libraries 32.4351 ++AC_DEFUN([AC_LIBTOOL_GCJ], 32.4352 ++[AC_REQUIRE([_LT_AC_LANG_GCJ]) 32.4353 ++])# AC_LIBTOOL_GCJ 32.4354 ++ 32.4355 ++ 32.4356 ++# _LT_AC_LANG_GCJ 32.4357 ++# --------------- 32.4358 ++AC_DEFUN([_LT_AC_LANG_GCJ], 32.4359 ++[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], 32.4360 ++ [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], 32.4361 ++ [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], 32.4362 ++ [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], 32.4363 ++ [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], 32.4364 ++ [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) 32.4365 ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) 32.4366 ++])# _LT_AC_LANG_GCJ 32.4367 ++ 32.4368 ++ 32.4369 ++# AC_LIBTOOL_RC 32.4370 ++# -------------- 32.4371 ++# enable support for Windows resource files 32.4372 ++AC_DEFUN([AC_LIBTOOL_RC], 32.4373 ++[AC_REQUIRE([LT_AC_PROG_RC]) 32.4374 ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) 32.4375 ++])# AC_LIBTOOL_RC 32.4376 ++ 32.4377 ++ 32.4378 ++# AC_LIBTOOL_LANG_C_CONFIG 32.4379 ++# ------------------------ 32.4380 ++# Ensure that the configuration vars for the C compiler are 32.4381 ++# suitably defined. Those variables are subsequently used by 32.4382 ++# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. 32.4383 ++AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) 32.4384 ++AC_DEFUN([_LT_AC_LANG_C_CONFIG], 32.4385 ++[lt_save_CC="$CC" 32.4386 ++AC_LANG_PUSH(C) 32.4387 ++ 32.4388 ++# Source file extension for C test sources. 32.4389 ++ac_ext=c 32.4390 ++ 32.4391 ++# Object file extension for compiled C test sources. 32.4392 ++objext=o 32.4393 ++_LT_AC_TAGVAR(objext, $1)=$objext 32.4394 ++ 32.4395 ++# Code to be used in simple compile tests 32.4396 ++lt_simple_compile_test_code="int some_variable = 0;\n" 32.4397 ++ 32.4398 ++# Code to be used in simple link tests 32.4399 ++lt_simple_link_test_code='int main(){return(0);}\n' 32.4400 ++ 32.4401 ++_LT_AC_SYS_COMPILER 32.4402 ++ 32.4403 ++# 32.4404 ++# Check for any special shared library compilation flags. 32.4405 ++# 32.4406 ++_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= 32.4407 ++if test "$GCC" = no; then 32.4408 ++ case $host_os in 32.4409 ++ sco3.2v5*) 32.4410 ++ _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' 32.4411 ++ ;; 32.4412 ++ esac 32.4413 ++fi 32.4414 ++if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then 32.4415 ++ AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) 32.4416 ++ if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : 32.4417 ++ else 32.4418 ++ AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) 32.4419 ++ _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no 32.4420 ++ fi 32.4421 ++fi 32.4422 ++ 32.4423 ++ 32.4424 ++# 32.4425 ++# Check to make sure the static flag actually works. 32.4426 ++# 32.4427 ++AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], 32.4428 ++ _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), 32.4429 ++ $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), 32.4430 ++ [], 32.4431 ++ [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) 32.4432 ++ 32.4433 ++ 32.4434 ++AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) 32.4435 ++AC_LIBTOOL_PROG_COMPILER_PIC($1) 32.4436 ++AC_LIBTOOL_PROG_CC_C_O($1) 32.4437 ++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 32.4438 ++AC_LIBTOOL_PROG_LD_SHLIBS($1) 32.4439 ++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 32.4440 ++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 32.4441 ++AC_LIBTOOL_SYS_LIB_STRIP 32.4442 ++AC_LIBTOOL_DLOPEN_SELF($1) 32.4443 ++ 32.4444 ++# Report which librarie types wil actually be built 32.4445 ++AC_MSG_CHECKING([if libtool supports shared libraries]) 32.4446 ++AC_MSG_RESULT([$can_build_shared]) 32.4447 ++ 32.4448 ++AC_MSG_CHECKING([whether to build shared libraries]) 32.4449 ++test "$can_build_shared" = "no" && enable_shared=no 32.4450 ++ 32.4451 ++# On AIX, shared libraries and static libraries use the same namespace, and 32.4452 ++# are all built from PIC. 32.4453 ++case "$host_os" in 32.4454 ++aix3*) 32.4455 ++ test "$enable_shared" = yes && enable_static=no 32.4456 ++ if test -n "$RANLIB"; then 32.4457 ++ archive_cmds="$archive_cmds~\$RANLIB \$lib" 32.4458 ++ postinstall_cmds='$RANLIB $lib' 32.4459 ++ fi 32.4460 ++ ;; 32.4461 ++ 32.4462 ++aix4*) 32.4463 ++ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 32.4464 ++ test "$enable_shared" = yes && enable_static=no 32.4465 ++ fi 32.4466 ++ ;; 32.4467 ++ darwin* | rhapsody*) 32.4468 ++ if test "$GCC" = yes; then 32.4469 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.4470 ++ case "$host_os" in 32.4471 ++ rhapsody* | darwin1.[[012]]) 32.4472 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' 32.4473 ++ ;; 32.4474 ++ *) # Darwin 1.3 on 32.4475 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.4476 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 32.4477 ++ else 32.4478 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.4479 ++ 10.[[012]]) 32.4480 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 32.4481 ++ ;; 32.4482 ++ 10.*) 32.4483 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' 32.4484 ++ ;; 32.4485 ++ esac 32.4486 ++ fi 32.4487 ++ ;; 32.4488 ++ esac 32.4489 ++ output_verbose_link_cmd='echo' 32.4490 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' 32.4491 ++ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.4492 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.4493 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.4494 ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.4495 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.4496 ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes 32.4497 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported 32.4498 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' 32.4499 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.4500 ++ else 32.4501 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4502 ++ fi 32.4503 ++ ;; 32.4504 ++esac 32.4505 ++AC_MSG_RESULT([$enable_shared]) 32.4506 ++ 32.4507 ++AC_MSG_CHECKING([whether to build static libraries]) 32.4508 ++# Make sure either enable_shared or enable_static is yes. 32.4509 ++test "$enable_shared" = yes || enable_static=yes 32.4510 ++AC_MSG_RESULT([$enable_static]) 32.4511 ++ 32.4512 ++AC_LIBTOOL_CONFIG($1) 32.4513 ++ 32.4514 ++AC_LANG_POP 32.4515 ++CC="$lt_save_CC" 32.4516 ++])# AC_LIBTOOL_LANG_C_CONFIG 32.4517 ++ 32.4518 ++ 32.4519 ++# AC_LIBTOOL_LANG_CXX_CONFIG 32.4520 ++# -------------------------- 32.4521 ++# Ensure that the configuration vars for the C compiler are 32.4522 ++# suitably defined. Those variables are subsequently used by 32.4523 ++# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. 32.4524 ++AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) 32.4525 ++AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], 32.4526 ++[AC_LANG_PUSH(C++) 32.4527 ++AC_REQUIRE([AC_PROG_CXX]) 32.4528 ++AC_REQUIRE([AC_PROG_CXXCPP]) 32.4529 ++ 32.4530 ++_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.4531 ++_LT_AC_TAGVAR(allow_undefined_flag, $1)= 32.4532 ++_LT_AC_TAGVAR(always_export_symbols, $1)=no 32.4533 ++_LT_AC_TAGVAR(archive_expsym_cmds, $1)= 32.4534 ++_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= 32.4535 ++_LT_AC_TAGVAR(hardcode_direct, $1)=no 32.4536 ++_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= 32.4537 ++_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= 32.4538 ++_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= 32.4539 ++_LT_AC_TAGVAR(hardcode_minus_L, $1)=no 32.4540 ++_LT_AC_TAGVAR(hardcode_automatic, $1)=no 32.4541 ++_LT_AC_TAGVAR(module_cmds, $1)= 32.4542 ++_LT_AC_TAGVAR(module_expsym_cmds, $1)= 32.4543 ++_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown 32.4544 ++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds 32.4545 ++_LT_AC_TAGVAR(no_undefined_flag, $1)= 32.4546 ++_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= 32.4547 ++_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no 32.4548 ++ 32.4549 ++# Dependencies to place before and after the object being linked: 32.4550 ++_LT_AC_TAGVAR(predep_objects, $1)= 32.4551 ++_LT_AC_TAGVAR(postdep_objects, $1)= 32.4552 ++_LT_AC_TAGVAR(predeps, $1)= 32.4553 ++_LT_AC_TAGVAR(postdeps, $1)= 32.4554 ++_LT_AC_TAGVAR(compiler_lib_search_path, $1)= 32.4555 ++ 32.4556 ++# Source file extension for C++ test sources. 32.4557 ++ac_ext=cc 32.4558 ++ 32.4559 ++# Object file extension for compiled C++ test sources. 32.4560 ++objext=o 32.4561 ++_LT_AC_TAGVAR(objext, $1)=$objext 32.4562 ++ 32.4563 ++# Code to be used in simple compile tests 32.4564 ++lt_simple_compile_test_code="int some_variable = 0;\n" 32.4565 ++ 32.4566 ++# Code to be used in simple link tests 32.4567 ++lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' 32.4568 ++ 32.4569 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.4570 ++_LT_AC_SYS_COMPILER 32.4571 ++ 32.4572 ++# Allow CC to be a program name with arguments. 32.4573 ++lt_save_CC=$CC 32.4574 ++lt_save_LD=$LD 32.4575 ++lt_save_GCC=$GCC 32.4576 ++GCC=$GXX 32.4577 ++lt_save_with_gnu_ld=$with_gnu_ld 32.4578 ++lt_save_path_LD=$lt_cv_path_LD 32.4579 ++if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then 32.4580 ++ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx 32.4581 ++else 32.4582 ++ unset lt_cv_prog_gnu_ld 32.4583 ++fi 32.4584 ++if test -n "${lt_cv_path_LDCXX+set}"; then 32.4585 ++ lt_cv_path_LD=$lt_cv_path_LDCXX 32.4586 ++else 32.4587 ++ unset lt_cv_path_LD 32.4588 ++fi 32.4589 ++test -z "${LDCXX+set}" || LD=$LDCXX 32.4590 ++CC=${CXX-"c++"} 32.4591 ++compiler=$CC 32.4592 ++_LT_AC_TAGVAR(compiler, $1)=$CC 32.4593 ++cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` 32.4594 ++ 32.4595 ++# We don't want -fno-exception wen compiling C++ code, so set the 32.4596 ++# no_builtin_flag separately 32.4597 ++if test "$GXX" = yes; then 32.4598 ++ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 32.4599 ++else 32.4600 ++ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= 32.4601 ++fi 32.4602 ++ 32.4603 ++if test "$GXX" = yes; then 32.4604 ++ # Set up default GNU C++ configuration 32.4605 ++ 32.4606 ++ AC_PROG_LD 32.4607 ++ 32.4608 ++ # Check if GNU C++ uses GNU ld as the underlying linker, since the 32.4609 ++ # archiving commands below assume that GNU ld is being used. 32.4610 ++ if test "$with_gnu_ld" = yes; then 32.4611 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.4612 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.4613 ++ 32.4614 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' 32.4615 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' 32.4616 ++ 32.4617 ++ # If archive_cmds runs LD, not CC, wlarc should be empty 32.4618 ++ # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to 32.4619 ++ # investigate it a little bit more. (MM) 32.4620 ++ wlarc='${wl}' 32.4621 ++ 32.4622 ++ # ancient GNU ld didn't support --whole-archive et. al. 32.4623 ++ if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ 32.4624 ++ grep 'no-whole-archive' > /dev/null; then 32.4625 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 32.4626 ++ else 32.4627 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= 32.4628 ++ fi 32.4629 ++ else 32.4630 ++ with_gnu_ld=no 32.4631 ++ wlarc= 32.4632 ++ 32.4633 ++ # A generic and very simple default shared library creation 32.4634 ++ # command for GNU C++ for the case where it uses the native 32.4635 ++ # linker, instead of GNU ld. If possible, this setting should 32.4636 ++ # overridden to take advantage of the native linker features on 32.4637 ++ # the platform it is being used on. 32.4638 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' 32.4639 ++ fi 32.4640 ++ 32.4641 ++ # Commands to make compiler produce verbose output that lists 32.4642 ++ # what "hidden" libraries, object files and flags are used when 32.4643 ++ # linking a shared library. 32.4644 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 32.4645 ++ 32.4646 ++else 32.4647 ++ GXX=no 32.4648 ++ with_gnu_ld=no 32.4649 ++ wlarc= 32.4650 ++fi 32.4651 ++ 32.4652 ++# PORTME: fill in a description of your system's C++ link characteristics 32.4653 ++AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) 32.4654 ++_LT_AC_TAGVAR(ld_shlibs, $1)=yes 32.4655 ++case $host_os in 32.4656 ++ aix3*) 32.4657 ++ # FIXME: insert proper C++ library support 32.4658 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4659 ++ ;; 32.4660 ++ aix4* | aix5*) 32.4661 ++ if test "$host_cpu" = ia64; then 32.4662 ++ # On IA64, the linker does run time linking by default, so we don't 32.4663 ++ # have to do anything special. 32.4664 ++ aix_use_runtimelinking=no 32.4665 ++ exp_sym_flag='-Bexport' 32.4666 ++ no_entry_flag="" 32.4667 ++ else 32.4668 ++ aix_use_runtimelinking=no 32.4669 ++ 32.4670 ++ # Test if we are trying to use run time linking or normal 32.4671 ++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we 32.4672 ++ # need to do runtime linking. 32.4673 ++ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) 32.4674 ++ for ld_flag in $LDFLAGS; do 32.4675 ++ case $ld_flag in 32.4676 ++ *-brtl*) 32.4677 ++ aix_use_runtimelinking=yes 32.4678 ++ break 32.4679 ++ ;; 32.4680 ++ esac 32.4681 ++ done 32.4682 ++ esac 32.4683 ++ 32.4684 ++ exp_sym_flag='-bexport' 32.4685 ++ no_entry_flag='-bnoentry' 32.4686 ++ fi 32.4687 ++ 32.4688 ++ # When large executables or shared objects are built, AIX ld can 32.4689 ++ # have problems creating the table of contents. If linking a library 32.4690 ++ # or program results in "error TOC overflow" add -mminimal-toc to 32.4691 ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 32.4692 ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 32.4693 ++ 32.4694 ++ _LT_AC_TAGVAR(archive_cmds, $1)='' 32.4695 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.4696 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' 32.4697 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.4698 ++ 32.4699 ++ if test "$GXX" = yes; then 32.4700 ++ case $host_os in aix4.[012]|aix4.[012].*) 32.4701 ++ # We only want to do this on AIX 4.2 and lower, the check 32.4702 ++ # below for broken collect2 doesn't work under 4.3+ 32.4703 ++ collect2name=`${CC} -print-prog-name=collect2` 32.4704 ++ if test -f "$collect2name" && \ 32.4705 ++ strings "$collect2name" | grep resolve_lib_name >/dev/null 32.4706 ++ then 32.4707 ++ # We have reworked collect2 32.4708 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.4709 ++ else 32.4710 ++ # We have old collect2 32.4711 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported 32.4712 ++ # It fails to find uninstalled libraries when the uninstalled 32.4713 ++ # path is not listed in the libpath. Setting hardcode_minus_L 32.4714 ++ # to unsupported forces relinking 32.4715 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.4716 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.4717 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= 32.4718 ++ fi 32.4719 ++ esac 32.4720 ++ shared_flag='-shared' 32.4721 ++ else 32.4722 ++ # not using gcc 32.4723 ++ if test "$host_cpu" = ia64; then 32.4724 ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 32.4725 ++ # chokes on -Wl,-G. The following line is correct: 32.4726 ++ shared_flag='-G' 32.4727 ++ else 32.4728 ++ if test "$aix_use_runtimelinking" = yes; then 32.4729 ++ shared_flag='${wl}-G' 32.4730 ++ else 32.4731 ++ shared_flag='${wl}-bM:SRE' 32.4732 ++ fi 32.4733 ++ fi 32.4734 ++ fi 32.4735 ++ 32.4736 ++ # It seems that -bexpall does not export symbols beginning with 32.4737 ++ # underscore (_), so it is better to generate a list of symbols to export. 32.4738 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes 32.4739 ++ if test "$aix_use_runtimelinking" = yes; then 32.4740 ++ # Warning - without using the other runtime loading flags (-brtl), 32.4741 ++ # -berok will link without error, but may produce a broken library. 32.4742 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' 32.4743 ++ # Determine the default libpath from the value encoded in an empty executable. 32.4744 ++ _LT_AC_SYS_LIBPATH_AIX 32.4745 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" 32.4746 ++ 32.4747 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" 32.4748 ++ else 32.4749 ++ if test "$host_cpu" = ia64; then 32.4750 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' 32.4751 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" 32.4752 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" 32.4753 ++ else 32.4754 ++ # Determine the default libpath from the value encoded in an empty executable. 32.4755 ++ _LT_AC_SYS_LIBPATH_AIX 32.4756 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" 32.4757 ++ # Warning - without using the other run time loading flags, 32.4758 ++ # -berok will link without error, but may produce a broken library. 32.4759 ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' 32.4760 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' 32.4761 ++ # -bexpall does not export symbols beginning with underscore (_) 32.4762 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes 32.4763 ++ # Exported symbols can be pulled into shared objects from archives 32.4764 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' 32.4765 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes 32.4766 ++ # This is similar to how AIX traditionally builds it's shared libraries. 32.4767 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' 32.4768 ++ fi 32.4769 ++ fi 32.4770 ++ ;; 32.4771 ++ chorus*) 32.4772 ++ case $cc_basename in 32.4773 ++ *) 32.4774 ++ # FIXME: insert proper C++ library support 32.4775 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4776 ++ ;; 32.4777 ++ esac 32.4778 ++ ;; 32.4779 ++ 32.4780 ++ cygwin* | mingw* | pw32*) 32.4781 ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, 32.4782 ++ # as there is no search path for DLLs. 32.4783 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.4784 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported 32.4785 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no 32.4786 ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes 32.4787 ++ 32.4788 ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 32.4789 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.4790 ++ # If the export-symbols file already is a .def file (1st line 32.4791 ++ # is EXPORTS), use it as is; otherwise, prepend... 32.4792 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 32.4793 ++ cp $export_symbols $output_objdir/$soname.def; 32.4794 ++ else 32.4795 ++ echo EXPORTS > $output_objdir/$soname.def; 32.4796 ++ cat $export_symbols >> $output_objdir/$soname.def; 32.4797 ++ fi~ 32.4798 ++ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.4799 ++ else 32.4800 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4801 ++ fi 32.4802 ++ ;; 32.4803 ++ 32.4804 ++ darwin* | rhapsody*) 32.4805 ++ if test "$GXX" = yes; then 32.4806 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.4807 ++ case "$host_os" in 32.4808 ++ rhapsody* | darwin1.[[012]]) 32.4809 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' 32.4810 ++ ;; 32.4811 ++ *) # Darwin 1.3 on 32.4812 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.4813 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 32.4814 ++ else 32.4815 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.4816 ++ 10.[[012]]) 32.4817 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 32.4818 ++ ;; 32.4819 ++ 10.*) 32.4820 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' 32.4821 ++ ;; 32.4822 ++ esac 32.4823 ++ fi 32.4824 ++ ;; 32.4825 ++ esac 32.4826 ++ lt_int_apple_cc_single_mod=no 32.4827 ++ output_verbose_link_cmd='echo' 32.4828 ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 32.4829 ++ lt_int_apple_cc_single_mod=yes 32.4830 ++ fi 32.4831 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.4832 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.4833 ++ else 32.4834 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.4835 ++ fi 32.4836 ++ _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.4837 ++ 32.4838 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.4839 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.4840 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.4841 ++ else 32.4842 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.4843 ++ fi 32.4844 ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.4845 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.4846 ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes 32.4847 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported 32.4848 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' 32.4849 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.4850 ++ else 32.4851 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4852 ++ fi 32.4853 ++ ;; 32.4854 ++ 32.4855 ++ dgux*) 32.4856 ++ case $cc_basename in 32.4857 ++ ec++) 32.4858 ++ # FIXME: insert proper C++ library support 32.4859 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4860 ++ ;; 32.4861 ++ ghcx) 32.4862 ++ # Green Hills C++ Compiler 32.4863 ++ # FIXME: insert proper C++ library support 32.4864 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4865 ++ ;; 32.4866 ++ *) 32.4867 ++ # FIXME: insert proper C++ library support 32.4868 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4869 ++ ;; 32.4870 ++ esac 32.4871 ++ ;; 32.4872 ++ freebsd[12]*) 32.4873 ++ # C++ shared libraries reported to be fairly broken before switch to ELF 32.4874 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4875 ++ ;; 32.4876 ++ freebsd-elf*) 32.4877 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.4878 ++ ;; 32.4879 ++ freebsd* | kfreebsd*-gnu) 32.4880 ++ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 32.4881 ++ # conventions 32.4882 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=yes 32.4883 ++ ;; 32.4884 ++ gnu*) 32.4885 ++ ;; 32.4886 ++ hpux9*) 32.4887 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' 32.4888 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.4889 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' 32.4890 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.4891 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, 32.4892 ++ # but as the default 32.4893 ++ # location of the library. 32.4894 ++ 32.4895 ++ case $cc_basename in 32.4896 ++ CC) 32.4897 ++ # FIXME: insert proper C++ library support 32.4898 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4899 ++ ;; 32.4900 ++ aCC) 32.4901 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.4902 ++ # Commands to make compiler produce verbose output that lists 32.4903 ++ # what "hidden" libraries, object files and flags are used when 32.4904 ++ # linking a shared library. 32.4905 ++ # 32.4906 ++ # There doesn't appear to be a way to prevent this compiler from 32.4907 ++ # explicitly linking system object files so we need to strip them 32.4908 ++ # from the output so that they don't get included in the library 32.4909 ++ # dependencies. 32.4910 ++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.4911 ++ ;; 32.4912 ++ *) 32.4913 ++ if test "$GXX" = yes; then 32.4914 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.4915 ++ else 32.4916 ++ # FIXME: insert proper C++ library support 32.4917 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4918 ++ fi 32.4919 ++ ;; 32.4920 ++ esac 32.4921 ++ ;; 32.4922 ++ hpux10*|hpux11*) 32.4923 ++ if test $with_gnu_ld = no; then 32.4924 ++ case "$host_cpu" in 32.4925 ++ hppa*64*) 32.4926 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' 32.4927 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' 32.4928 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.4929 ++ ;; 32.4930 ++ ia64*) 32.4931 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.4932 ++ ;; 32.4933 ++ *) 32.4934 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' 32.4935 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.4936 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' 32.4937 ++ ;; 32.4938 ++ esac 32.4939 ++ fi 32.4940 ++ case "$host_cpu" in 32.4941 ++ hppa*64*) 32.4942 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.4943 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.4944 ++ ;; 32.4945 ++ ia64*) 32.4946 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.4947 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.4948 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, 32.4949 ++ # but as the default 32.4950 ++ # location of the library. 32.4951 ++ ;; 32.4952 ++ *) 32.4953 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.4954 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, 32.4955 ++ # but as the default 32.4956 ++ # location of the library. 32.4957 ++ ;; 32.4958 ++ esac 32.4959 ++ 32.4960 ++ case $cc_basename in 32.4961 ++ CC) 32.4962 ++ # FIXME: insert proper C++ library support 32.4963 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4964 ++ ;; 32.4965 ++ aCC) 32.4966 ++ case "$host_cpu" in 32.4967 ++ hppa*64*|ia64*) 32.4968 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' 32.4969 ++ ;; 32.4970 ++ *) 32.4971 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 32.4972 ++ ;; 32.4973 ++ esac 32.4974 ++ # Commands to make compiler produce verbose output that lists 32.4975 ++ # what "hidden" libraries, object files and flags are used when 32.4976 ++ # linking a shared library. 32.4977 ++ # 32.4978 ++ # There doesn't appear to be a way to prevent this compiler from 32.4979 ++ # explicitly linking system object files so we need to strip them 32.4980 ++ # from the output so that they don't get included in the library 32.4981 ++ # dependencies. 32.4982 ++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.4983 ++ ;; 32.4984 ++ *) 32.4985 ++ if test "$GXX" = yes; then 32.4986 ++ if test $with_gnu_ld = no; then 32.4987 ++ case "$host_cpu" in 32.4988 ++ ia64*|hppa*64*) 32.4989 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' 32.4990 ++ ;; 32.4991 ++ *) 32.4992 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 32.4993 ++ ;; 32.4994 ++ esac 32.4995 ++ fi 32.4996 ++ else 32.4997 ++ # FIXME: insert proper C++ library support 32.4998 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.4999 ++ fi 32.5000 ++ ;; 32.5001 ++ esac 32.5002 ++ ;; 32.5003 ++ irix5* | irix6*) 32.5004 ++ case $cc_basename in 32.5005 ++ CC) 32.5006 ++ # SGI C++ 32.5007 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' 32.5008 ++ 32.5009 ++ # Archives containing C++ object files must be created using 32.5010 ++ # "CC -ar", where "CC" is the IRIX C++ compiler. This is 32.5011 ++ # necessary to make sure instantiated templates are included 32.5012 ++ # in the archive. 32.5013 ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' 32.5014 ++ ;; 32.5015 ++ *) 32.5016 ++ if test "$GXX" = yes; then 32.5017 ++ if test "$with_gnu_ld" = no; then 32.5018 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' 32.5019 ++ else 32.5020 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' 32.5021 ++ fi 32.5022 ++ fi 32.5023 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.5024 ++ ;; 32.5025 ++ esac 32.5026 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.5027 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5028 ++ ;; 32.5029 ++ linux*) 32.5030 ++ case $cc_basename in 32.5031 ++ KCC) 32.5032 ++ # Kuck and Associates, Inc. (KAI) C++ Compiler 32.5033 ++ 32.5034 ++ # KCC will only create a shared library if the output file 32.5035 ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library 32.5036 ++ # to its proper name (with version) after linking. 32.5037 ++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' 32.5038 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' 32.5039 ++ # Commands to make compiler produce verbose output that lists 32.5040 ++ # what "hidden" libraries, object files and flags are used when 32.5041 ++ # linking a shared library. 32.5042 ++ # 32.5043 ++ # There doesn't appear to be a way to prevent this compiler from 32.5044 ++ # explicitly linking system object files so we need to strip them 32.5045 ++ # from the output so that they don't get included in the library 32.5046 ++ # dependencies. 32.5047 ++ output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.5048 ++ 32.5049 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' 32.5050 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' 32.5051 ++ 32.5052 ++ # Archives containing C++ object files must be created using 32.5053 ++ # "CC -Bstatic", where "CC" is the KAI C++ compiler. 32.5054 ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' 32.5055 ++ ;; 32.5056 ++ icpc) 32.5057 ++ # Intel C++ 32.5058 ++ with_gnu_ld=yes 32.5059 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.5060 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.5061 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.5062 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' 32.5063 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' 32.5064 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' 32.5065 ++ ;; 32.5066 ++ cxx) 32.5067 ++ # Compaq C++ 32.5068 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.5069 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' 32.5070 ++ 32.5071 ++ runpath_var=LD_RUN_PATH 32.5072 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' 32.5073 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5074 ++ 32.5075 ++ # Commands to make compiler produce verbose output that lists 32.5076 ++ # what "hidden" libraries, object files and flags are used when 32.5077 ++ # linking a shared library. 32.5078 ++ # 32.5079 ++ # There doesn't appear to be a way to prevent this compiler from 32.5080 ++ # explicitly linking system object files so we need to strip them 32.5081 ++ # from the output so that they don't get included in the library 32.5082 ++ # dependencies. 32.5083 ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.5084 ++ ;; 32.5085 ++ esac 32.5086 ++ ;; 32.5087 ++ lynxos*) 32.5088 ++ # FIXME: insert proper C++ library support 32.5089 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5090 ++ ;; 32.5091 ++ m88k*) 32.5092 ++ # FIXME: insert proper C++ library support 32.5093 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5094 ++ ;; 32.5095 ++ mvs*) 32.5096 ++ case $cc_basename in 32.5097 ++ cxx) 32.5098 ++ # FIXME: insert proper C++ library support 32.5099 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5100 ++ ;; 32.5101 ++ *) 32.5102 ++ # FIXME: insert proper C++ library support 32.5103 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5104 ++ ;; 32.5105 ++ esac 32.5106 ++ ;; 32.5107 ++ netbsd*) 32.5108 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.5109 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 32.5110 ++ wlarc= 32.5111 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 32.5112 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.5113 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.5114 ++ fi 32.5115 ++ # Workaround some broken pre-1.5 toolchains 32.5116 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' 32.5117 ++ ;; 32.5118 ++ osf3*) 32.5119 ++ case $cc_basename in 32.5120 ++ KCC) 32.5121 ++ # Kuck and Associates, Inc. (KAI) C++ Compiler 32.5122 ++ 32.5123 ++ # KCC will only create a shared library if the output file 32.5124 ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library 32.5125 ++ # to its proper name (with version) after linking. 32.5126 ++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' 32.5127 ++ 32.5128 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' 32.5129 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5130 ++ 32.5131 ++ # Archives containing C++ object files must be created using 32.5132 ++ # "CC -Bstatic", where "CC" is the KAI C++ compiler. 32.5133 ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' 32.5134 ++ 32.5135 ++ ;; 32.5136 ++ RCC) 32.5137 ++ # Rational C++ 2.4.1 32.5138 ++ # FIXME: insert proper C++ library support 32.5139 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5140 ++ ;; 32.5141 ++ cxx) 32.5142 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' 32.5143 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' 32.5144 ++ 32.5145 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.5146 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5147 ++ 32.5148 ++ # Commands to make compiler produce verbose output that lists 32.5149 ++ # what "hidden" libraries, object files and flags are used when 32.5150 ++ # linking a shared library. 32.5151 ++ # 32.5152 ++ # There doesn't appear to be a way to prevent this compiler from 32.5153 ++ # explicitly linking system object files so we need to strip them 32.5154 ++ # from the output so that they don't get included in the library 32.5155 ++ # dependencies. 32.5156 ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.5157 ++ ;; 32.5158 ++ *) 32.5159 ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then 32.5160 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' 32.5161 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' 32.5162 ++ 32.5163 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.5164 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5165 ++ 32.5166 ++ # Commands to make compiler produce verbose output that lists 32.5167 ++ # what "hidden" libraries, object files and flags are used when 32.5168 ++ # linking a shared library. 32.5169 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 32.5170 ++ 32.5171 ++ else 32.5172 ++ # FIXME: insert proper C++ library support 32.5173 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5174 ++ fi 32.5175 ++ ;; 32.5176 ++ esac 32.5177 ++ ;; 32.5178 ++ osf4* | osf5*) 32.5179 ++ case $cc_basename in 32.5180 ++ KCC) 32.5181 ++ # Kuck and Associates, Inc. (KAI) C++ Compiler 32.5182 ++ 32.5183 ++ # KCC will only create a shared library if the output file 32.5184 ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library 32.5185 ++ # to its proper name (with version) after linking. 32.5186 ++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' 32.5187 ++ 32.5188 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' 32.5189 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5190 ++ 32.5191 ++ # Archives containing C++ object files must be created using 32.5192 ++ # the KAI C++ compiler. 32.5193 ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' 32.5194 ++ ;; 32.5195 ++ RCC) 32.5196 ++ # Rational C++ 2.4.1 32.5197 ++ # FIXME: insert proper C++ library support 32.5198 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5199 ++ ;; 32.5200 ++ cxx) 32.5201 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' 32.5202 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' 32.5203 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ 32.5204 ++ echo "-hidden">> $lib.exp~ 32.5205 ++ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ 32.5206 ++ $rm $lib.exp' 32.5207 ++ 32.5208 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' 32.5209 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5210 ++ 32.5211 ++ # Commands to make compiler produce verbose output that lists 32.5212 ++ # what "hidden" libraries, object files and flags are used when 32.5213 ++ # linking a shared library. 32.5214 ++ # 32.5215 ++ # There doesn't appear to be a way to prevent this compiler from 32.5216 ++ # explicitly linking system object files so we need to strip them 32.5217 ++ # from the output so that they don't get included in the library 32.5218 ++ # dependencies. 32.5219 ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.5220 ++ ;; 32.5221 ++ *) 32.5222 ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then 32.5223 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' 32.5224 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' 32.5225 ++ 32.5226 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.5227 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.5228 ++ 32.5229 ++ # Commands to make compiler produce verbose output that lists 32.5230 ++ # what "hidden" libraries, object files and flags are used when 32.5231 ++ # linking a shared library. 32.5232 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 32.5233 ++ 32.5234 ++ else 32.5235 ++ # FIXME: insert proper C++ library support 32.5236 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5237 ++ fi 32.5238 ++ ;; 32.5239 ++ esac 32.5240 ++ ;; 32.5241 ++ psos*) 32.5242 ++ # FIXME: insert proper C++ library support 32.5243 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5244 ++ ;; 32.5245 ++ sco*) 32.5246 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.5247 ++ case $cc_basename in 32.5248 ++ CC) 32.5249 ++ # FIXME: insert proper C++ library support 32.5250 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5251 ++ ;; 32.5252 ++ *) 32.5253 ++ # FIXME: insert proper C++ library support 32.5254 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5255 ++ ;; 32.5256 ++ esac 32.5257 ++ ;; 32.5258 ++ sunos4*) 32.5259 ++ case $cc_basename in 32.5260 ++ CC) 32.5261 ++ # Sun C++ 4.x 32.5262 ++ # FIXME: insert proper C++ library support 32.5263 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5264 ++ ;; 32.5265 ++ lcc) 32.5266 ++ # Lucid 32.5267 ++ # FIXME: insert proper C++ library support 32.5268 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5269 ++ ;; 32.5270 ++ *) 32.5271 ++ # FIXME: insert proper C++ library support 32.5272 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5273 ++ ;; 32.5274 ++ esac 32.5275 ++ ;; 32.5276 ++ solaris*) 32.5277 ++ case $cc_basename in 32.5278 ++ CC) 32.5279 ++ # Sun C++ 4.2, 5.x and Centerline C++ 32.5280 ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' 32.5281 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 32.5282 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.5283 ++ $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 32.5284 ++ 32.5285 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 32.5286 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.5287 ++ case $host_os in 32.5288 ++ solaris2.[0-5] | solaris2.[0-5].*) ;; 32.5289 ++ *) 32.5290 ++ # The C++ compiler is used as linker so we must use $wl 32.5291 ++ # flag to pass the commands to the underlying system 32.5292 ++ # linker. 32.5293 ++ # Supported since Solaris 2.6 (maybe 2.5.1?) 32.5294 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' 32.5295 ++ ;; 32.5296 ++ esac 32.5297 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.5298 ++ 32.5299 ++ # Commands to make compiler produce verbose output that lists 32.5300 ++ # what "hidden" libraries, object files and flags are used when 32.5301 ++ # linking a shared library. 32.5302 ++ # 32.5303 ++ # There doesn't appear to be a way to prevent this compiler from 32.5304 ++ # explicitly linking system object files so we need to strip them 32.5305 ++ # from the output so that they don't get included in the library 32.5306 ++ # dependencies. 32.5307 ++ output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.5308 ++ 32.5309 ++ # Archives containing C++ object files must be created using 32.5310 ++ # "CC -xar", where "CC" is the Sun C++ compiler. This is 32.5311 ++ # necessary to make sure instantiated templates are included 32.5312 ++ # in the archive. 32.5313 ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' 32.5314 ++ ;; 32.5315 ++ gcx) 32.5316 ++ # Green Hills C++ Compiler 32.5317 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 32.5318 ++ 32.5319 ++ # The C++ compiler must be used to create the archive. 32.5320 ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' 32.5321 ++ ;; 32.5322 ++ *) 32.5323 ++ # GNU C++ compiler with Solaris linker 32.5324 ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then 32.5325 ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' 32.5326 ++ if $CC --version | grep -v '^2\.7' > /dev/null; then 32.5327 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 32.5328 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.5329 ++ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 32.5330 ++ 32.5331 ++ # Commands to make compiler produce verbose output that lists 32.5332 ++ # what "hidden" libraries, object files and flags are used when 32.5333 ++ # linking a shared library. 32.5334 ++ output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" 32.5335 ++ else 32.5336 ++ # g++ 2.7 appears to require `-G' NOT `-shared' on this 32.5337 ++ # platform. 32.5338 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 32.5339 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.5340 ++ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 32.5341 ++ 32.5342 ++ # Commands to make compiler produce verbose output that lists 32.5343 ++ # what "hidden" libraries, object files and flags are used when 32.5344 ++ # linking a shared library. 32.5345 ++ output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" 32.5346 ++ fi 32.5347 ++ 32.5348 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' 32.5349 ++ fi 32.5350 ++ ;; 32.5351 ++ esac 32.5352 ++ ;; 32.5353 ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) 32.5354 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.5355 ++ ;; 32.5356 ++ tandem*) 32.5357 ++ case $cc_basename in 32.5358 ++ NCC) 32.5359 ++ # NonStop-UX NCC 3.20 32.5360 ++ # FIXME: insert proper C++ library support 32.5361 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5362 ++ ;; 32.5363 ++ *) 32.5364 ++ # FIXME: insert proper C++ library support 32.5365 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5366 ++ ;; 32.5367 ++ esac 32.5368 ++ ;; 32.5369 ++ vxworks*) 32.5370 ++ # FIXME: insert proper C++ library support 32.5371 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5372 ++ ;; 32.5373 ++ *) 32.5374 ++ # FIXME: insert proper C++ library support 32.5375 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.5376 ++ ;; 32.5377 ++esac 32.5378 ++AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) 32.5379 ++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no 32.5380 ++ 32.5381 ++_LT_AC_TAGVAR(GCC, $1)="$GXX" 32.5382 ++_LT_AC_TAGVAR(LD, $1)="$LD" 32.5383 ++ 32.5384 ++AC_LIBTOOL_POSTDEP_PREDEP($1) 32.5385 ++AC_LIBTOOL_PROG_COMPILER_PIC($1) 32.5386 ++AC_LIBTOOL_PROG_CC_C_O($1) 32.5387 ++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 32.5388 ++AC_LIBTOOL_PROG_LD_SHLIBS($1) 32.5389 ++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 32.5390 ++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 32.5391 ++AC_LIBTOOL_SYS_LIB_STRIP 32.5392 ++AC_LIBTOOL_DLOPEN_SELF($1) 32.5393 ++ 32.5394 ++AC_LIBTOOL_CONFIG($1) 32.5395 ++ 32.5396 ++AC_LANG_POP 32.5397 ++CC=$lt_save_CC 32.5398 ++LDCXX=$LD 32.5399 ++LD=$lt_save_LD 32.5400 ++GCC=$lt_save_GCC 32.5401 ++with_gnu_ldcxx=$with_gnu_ld 32.5402 ++with_gnu_ld=$lt_save_with_gnu_ld 32.5403 ++lt_cv_path_LDCXX=$lt_cv_path_LD 32.5404 ++lt_cv_path_LD=$lt_save_path_LD 32.5405 ++lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld 32.5406 ++lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld 32.5407 ++])# AC_LIBTOOL_LANG_CXX_CONFIG 32.5408 ++ 32.5409 ++# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) 32.5410 ++# ------------------------ 32.5411 ++# Figure out "hidden" library dependencies from verbose 32.5412 ++# compiler output when linking a shared library. 32.5413 ++# Parse the compiler output and extract the necessary 32.5414 ++# objects, libraries and library flags. 32.5415 ++AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ 32.5416 ++dnl we can't use the lt_simple_compile_test_code here, 32.5417 ++dnl because it contains code intended for an executable, 32.5418 ++dnl not a library. It's possible we should let each 32.5419 ++dnl tag define a new lt_????_link_test_code variable, 32.5420 ++dnl but it's only used here... 32.5421 ++ifelse([$1],[],[cat > conftest.$ac_ext <<EOF 32.5422 ++int a; 32.5423 ++void foo (void) { a = 0; } 32.5424 ++EOF 32.5425 ++],[$1],[CXX],[cat > conftest.$ac_ext <<EOF 32.5426 ++class Foo 32.5427 ++{ 32.5428 ++public: 32.5429 ++ Foo (void) { a = 0; } 32.5430 ++private: 32.5431 ++ int a; 32.5432 ++}; 32.5433 ++EOF 32.5434 ++],[$1],[F77],[cat > conftest.$ac_ext <<EOF 32.5435 ++ subroutine foo 32.5436 ++ implicit none 32.5437 ++ integer*4 a 32.5438 ++ a=0 32.5439 ++ return 32.5440 ++ end 32.5441 ++EOF 32.5442 ++],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF 32.5443 ++public class foo { 32.5444 ++ private int a; 32.5445 ++ public void bar (void) { 32.5446 ++ a = 0; 32.5447 ++ } 32.5448 ++}; 32.5449 ++EOF 32.5450 ++]) 32.5451 ++dnl Parse the compiler output and extract the necessary 32.5452 ++dnl objects, libraries and library flags. 32.5453 ++if AC_TRY_EVAL(ac_compile); then 32.5454 ++ # Parse the compiler output and extract the necessary 32.5455 ++ # objects, libraries and library flags. 32.5456 ++ 32.5457 ++ # Sentinel used to keep track of whether or not we are before 32.5458 ++ # the conftest object file. 32.5459 ++ pre_test_object_deps_done=no 32.5460 ++ 32.5461 ++ # The `*' in the case matches for architectures that use `case' in 32.5462 ++ # $output_verbose_cmd can trigger glob expansion during the loop 32.5463 ++ # eval without this substitution. 32.5464 ++ output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" 32.5465 ++ 32.5466 ++ for p in `eval $output_verbose_link_cmd`; do 32.5467 ++ case $p in 32.5468 ++ 32.5469 ++ -L* | -R* | -l*) 32.5470 ++ # Some compilers place space between "-{L,R}" and the path. 32.5471 ++ # Remove the space. 32.5472 ++ if test $p = "-L" \ 32.5473 ++ || test $p = "-R"; then 32.5474 ++ prev=$p 32.5475 ++ continue 32.5476 ++ else 32.5477 ++ prev= 32.5478 ++ fi 32.5479 ++ 32.5480 ++ if test "$pre_test_object_deps_done" = no; then 32.5481 ++ case $p in 32.5482 ++ -L* | -R*) 32.5483 ++ # Internal compiler library paths should come after those 32.5484 ++ # provided the user. The postdeps already come after the 32.5485 ++ # user supplied libs so there is no need to process them. 32.5486 ++ if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then 32.5487 ++ _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" 32.5488 ++ else 32.5489 ++ _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" 32.5490 ++ fi 32.5491 ++ ;; 32.5492 ++ # The "-l" case would never come before the object being 32.5493 ++ # linked, so don't bother handling this case. 32.5494 ++ esac 32.5495 ++ else 32.5496 ++ if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then 32.5497 ++ _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}" 32.5498 ++ else 32.5499 ++ _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}" 32.5500 ++ fi 32.5501 ++ fi 32.5502 ++ ;; 32.5503 ++ 32.5504 ++ *.$objext) 32.5505 ++ # This assumes that the test object file only shows up 32.5506 ++ # once in the compiler output. 32.5507 ++ if test "$p" = "conftest.$objext"; then 32.5508 ++ pre_test_object_deps_done=yes 32.5509 ++ continue 32.5510 ++ fi 32.5511 ++ 32.5512 ++ if test "$pre_test_object_deps_done" = no; then 32.5513 ++ if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then 32.5514 ++ _LT_AC_TAGVAR(predep_objects, $1)="$p" 32.5515 ++ else 32.5516 ++ _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p" 32.5517 ++ fi 32.5518 ++ else 32.5519 ++ if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then 32.5520 ++ _LT_AC_TAGVAR(postdep_objects, $1)="$p" 32.5521 ++ else 32.5522 ++ _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p" 32.5523 ++ fi 32.5524 ++ fi 32.5525 ++ ;; 32.5526 ++ 32.5527 ++ *) ;; # Ignore the rest. 32.5528 ++ 32.5529 ++ esac 32.5530 ++ done 32.5531 ++ 32.5532 ++ # Clean up. 32.5533 ++ rm -f a.out a.exe 32.5534 ++else 32.5535 ++ echo "libtool.m4: error: problem compiling $1 test program" 32.5536 ++fi 32.5537 ++ 32.5538 ++$rm -f confest.$objext 32.5539 ++ 32.5540 ++case " $_LT_AC_TAGVAR(postdeps, $1) " in 32.5541 ++*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; 32.5542 ++esac 32.5543 ++])# AC_LIBTOOL_POSTDEP_PREDEP 32.5544 ++ 32.5545 ++# AC_LIBTOOL_LANG_F77_CONFIG 32.5546 ++# ------------------------ 32.5547 ++# Ensure that the configuration vars for the C compiler are 32.5548 ++# suitably defined. Those variables are subsequently used by 32.5549 ++# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. 32.5550 ++AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)]) 32.5551 ++AC_DEFUN([_LT_AC_LANG_F77_CONFIG], 32.5552 ++[AC_REQUIRE([AC_PROG_F77]) 32.5553 ++AC_LANG_PUSH(Fortran 77) 32.5554 ++ 32.5555 ++_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.5556 ++_LT_AC_TAGVAR(allow_undefined_flag, $1)= 32.5557 ++_LT_AC_TAGVAR(always_export_symbols, $1)=no 32.5558 ++_LT_AC_TAGVAR(archive_expsym_cmds, $1)= 32.5559 ++_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= 32.5560 ++_LT_AC_TAGVAR(hardcode_direct, $1)=no 32.5561 ++_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= 32.5562 ++_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= 32.5563 ++_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= 32.5564 ++_LT_AC_TAGVAR(hardcode_minus_L, $1)=no 32.5565 ++_LT_AC_TAGVAR(hardcode_automatic, $1)=no 32.5566 ++_LT_AC_TAGVAR(module_cmds, $1)= 32.5567 ++_LT_AC_TAGVAR(module_expsym_cmds, $1)= 32.5568 ++_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown 32.5569 ++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds 32.5570 ++_LT_AC_TAGVAR(no_undefined_flag, $1)= 32.5571 ++_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= 32.5572 ++_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no 32.5573 ++ 32.5574 ++# Source file extension for f77 test sources. 32.5575 ++ac_ext=f 32.5576 ++ 32.5577 ++# Object file extension for compiled f77 test sources. 32.5578 ++objext=o 32.5579 ++_LT_AC_TAGVAR(objext, $1)=$objext 32.5580 ++ 32.5581 ++# Code to be used in simple compile tests 32.5582 ++lt_simple_compile_test_code=" subroutine t\n return\n end\n" 32.5583 ++ 32.5584 ++# Code to be used in simple link tests 32.5585 ++lt_simple_link_test_code=" program t\n end\n" 32.5586 ++ 32.5587 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.5588 ++_LT_AC_SYS_COMPILER 32.5589 ++ 32.5590 ++# Allow CC to be a program name with arguments. 32.5591 ++lt_save_CC="$CC" 32.5592 ++CC=${F77-"f77"} 32.5593 ++compiler=$CC 32.5594 ++_LT_AC_TAGVAR(compiler, $1)=$CC 32.5595 ++cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` 32.5596 ++ 32.5597 ++AC_MSG_CHECKING([if libtool supports shared libraries]) 32.5598 ++AC_MSG_RESULT([$can_build_shared]) 32.5599 ++ 32.5600 ++AC_MSG_CHECKING([whether to build shared libraries]) 32.5601 ++test "$can_build_shared" = "no" && enable_shared=no 32.5602 ++ 32.5603 ++# On AIX, shared libraries and static libraries use the same namespace, and 32.5604 ++# are all built from PIC. 32.5605 ++case "$host_os" in 32.5606 ++aix3*) 32.5607 ++ test "$enable_shared" = yes && enable_static=no 32.5608 ++ if test -n "$RANLIB"; then 32.5609 ++ archive_cmds="$archive_cmds~\$RANLIB \$lib" 32.5610 ++ postinstall_cmds='$RANLIB $lib' 32.5611 ++ fi 32.5612 ++ ;; 32.5613 ++aix4*) 32.5614 ++ test "$enable_shared" = yes && enable_static=no 32.5615 ++ ;; 32.5616 ++esac 32.5617 ++AC_MSG_RESULT([$enable_shared]) 32.5618 ++ 32.5619 ++AC_MSG_CHECKING([whether to build static libraries]) 32.5620 ++# Make sure either enable_shared or enable_static is yes. 32.5621 ++test "$enable_shared" = yes || enable_static=yes 32.5622 ++AC_MSG_RESULT([$enable_static]) 32.5623 ++ 32.5624 ++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no 32.5625 ++ 32.5626 ++_LT_AC_TAGVAR(GCC, $1)="$G77" 32.5627 ++_LT_AC_TAGVAR(LD, $1)="$LD" 32.5628 ++ 32.5629 ++AC_LIBTOOL_PROG_COMPILER_PIC($1) 32.5630 ++AC_LIBTOOL_PROG_CC_C_O($1) 32.5631 ++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 32.5632 ++AC_LIBTOOL_PROG_LD_SHLIBS($1) 32.5633 ++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 32.5634 ++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 32.5635 ++AC_LIBTOOL_SYS_LIB_STRIP 32.5636 ++ 32.5637 ++ 32.5638 ++AC_LIBTOOL_CONFIG($1) 32.5639 ++ 32.5640 ++AC_LANG_POP 32.5641 ++CC="$lt_save_CC" 32.5642 ++])# AC_LIBTOOL_LANG_F77_CONFIG 32.5643 ++ 32.5644 ++ 32.5645 ++# AC_LIBTOOL_LANG_GCJ_CONFIG 32.5646 ++# -------------------------- 32.5647 ++# Ensure that the configuration vars for the C compiler are 32.5648 ++# suitably defined. Those variables are subsequently used by 32.5649 ++# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. 32.5650 ++AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)]) 32.5651 ++AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], 32.5652 ++[AC_LANG_SAVE 32.5653 ++ 32.5654 ++# Source file extension for Java test sources. 32.5655 ++ac_ext=java 32.5656 ++ 32.5657 ++# Object file extension for compiled Java test sources. 32.5658 ++objext=o 32.5659 ++_LT_AC_TAGVAR(objext, $1)=$objext 32.5660 ++ 32.5661 ++# Code to be used in simple compile tests 32.5662 ++lt_simple_compile_test_code="class foo {}\n" 32.5663 ++ 32.5664 ++# Code to be used in simple link tests 32.5665 ++lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n' 32.5666 ++ 32.5667 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.5668 ++_LT_AC_SYS_COMPILER 32.5669 ++ 32.5670 ++# Allow CC to be a program name with arguments. 32.5671 ++lt_save_CC="$CC" 32.5672 ++CC=${GCJ-"gcj"} 32.5673 ++compiler=$CC 32.5674 ++_LT_AC_TAGVAR(compiler, $1)=$CC 32.5675 ++ 32.5676 ++# GCJ did not exist at the time GCC didn't implicitly link libc in. 32.5677 ++_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.5678 ++ 32.5679 ++AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) 32.5680 ++AC_LIBTOOL_PROG_COMPILER_PIC($1) 32.5681 ++AC_LIBTOOL_PROG_CC_C_O($1) 32.5682 ++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 32.5683 ++AC_LIBTOOL_PROG_LD_SHLIBS($1) 32.5684 ++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 32.5685 ++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 32.5686 ++AC_LIBTOOL_SYS_LIB_STRIP 32.5687 ++AC_LIBTOOL_DLOPEN_SELF($1) 32.5688 ++ 32.5689 ++AC_LIBTOOL_CONFIG($1) 32.5690 ++ 32.5691 ++AC_LANG_RESTORE 32.5692 ++CC="$lt_save_CC" 32.5693 ++])# AC_LIBTOOL_LANG_GCJ_CONFIG 32.5694 ++ 32.5695 ++ 32.5696 ++# AC_LIBTOOL_LANG_RC_CONFIG 32.5697 ++# -------------------------- 32.5698 ++# Ensure that the configuration vars for the Windows resource compiler are 32.5699 ++# suitably defined. Those variables are subsequently used by 32.5700 ++# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. 32.5701 ++AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)]) 32.5702 ++AC_DEFUN([_LT_AC_LANG_RC_CONFIG], 32.5703 ++[AC_LANG_SAVE 32.5704 ++ 32.5705 ++# Source file extension for RC test sources. 32.5706 ++ac_ext=rc 32.5707 ++ 32.5708 ++# Object file extension for compiled RC test sources. 32.5709 ++objext=o 32.5710 ++_LT_AC_TAGVAR(objext, $1)=$objext 32.5711 ++ 32.5712 ++# Code to be used in simple compile tests 32.5713 ++lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' 32.5714 ++ 32.5715 ++# Code to be used in simple link tests 32.5716 ++lt_simple_link_test_code="$lt_simple_compile_test_code" 32.5717 ++ 32.5718 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.5719 ++_LT_AC_SYS_COMPILER 32.5720 ++ 32.5721 ++# Allow CC to be a program name with arguments. 32.5722 ++lt_save_CC="$CC" 32.5723 ++CC=${RC-"windres"} 32.5724 ++compiler=$CC 32.5725 ++_LT_AC_TAGVAR(compiler, $1)=$CC 32.5726 ++_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes 32.5727 ++ 32.5728 ++AC_LIBTOOL_CONFIG($1) 32.5729 ++ 32.5730 ++AC_LANG_RESTORE 32.5731 ++CC="$lt_save_CC" 32.5732 ++])# AC_LIBTOOL_LANG_RC_CONFIG 32.5733 ++ 32.5734 ++ 32.5735 ++# AC_LIBTOOL_CONFIG([TAGNAME]) 32.5736 ++# ---------------------------- 32.5737 ++# If TAGNAME is not passed, then create an initial libtool script 32.5738 ++# with a default configuration from the untagged config vars. Otherwise 32.5739 ++# add code to config.status for appending the configuration named by 32.5740 ++# TAGNAME from the matching tagged config vars. 32.5741 ++AC_DEFUN([AC_LIBTOOL_CONFIG], 32.5742 ++[# The else clause should only fire when bootstrapping the 32.5743 ++# libtool distribution, otherwise you forgot to ship ltmain.sh 32.5744 ++# with your package, and you will get complaints that there are 32.5745 ++# no rules to generate ltmain.sh. 32.5746 ++if test -f "$ltmain"; then 32.5747 ++ # See if we are running on zsh, and set the options which allow our commands through 32.5748 ++ # without removal of \ escapes. 32.5749 ++ if test -n "${ZSH_VERSION+set}" ; then 32.5750 ++ setopt NO_GLOB_SUBST 32.5751 ++ fi 32.5752 ++ # Now quote all the things that may contain metacharacters while being 32.5753 ++ # careful not to overquote the AC_SUBSTed values. We take copies of the 32.5754 ++ # variables and quote the copies for generation of the libtool script. 32.5755 ++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 32.5756 ++ SED SHELL STRIP \ 32.5757 ++ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 32.5758 ++ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 32.5759 ++ deplibs_check_method reload_flag reload_cmds need_locks \ 32.5760 ++ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 32.5761 ++ lt_cv_sys_global_symbol_to_c_name_address \ 32.5762 ++ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 32.5763 ++ old_postinstall_cmds old_postuninstall_cmds \ 32.5764 ++ _LT_AC_TAGVAR(compiler, $1) \ 32.5765 ++ _LT_AC_TAGVAR(CC, $1) \ 32.5766 ++ _LT_AC_TAGVAR(LD, $1) \ 32.5767 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \ 32.5768 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \ 32.5769 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \ 32.5770 ++ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \ 32.5771 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \ 32.5772 ++ _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \ 32.5773 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \ 32.5774 ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \ 32.5775 ++ _LT_AC_TAGVAR(old_archive_cmds, $1) \ 32.5776 ++ _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \ 32.5777 ++ _LT_AC_TAGVAR(predep_objects, $1) \ 32.5778 ++ _LT_AC_TAGVAR(postdep_objects, $1) \ 32.5779 ++ _LT_AC_TAGVAR(predeps, $1) \ 32.5780 ++ _LT_AC_TAGVAR(postdeps, $1) \ 32.5781 ++ _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ 32.5782 ++ _LT_AC_TAGVAR(archive_cmds, $1) \ 32.5783 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ 32.5784 ++ _LT_AC_TAGVAR(postinstall_cmds, $1) \ 32.5785 ++ _LT_AC_TAGVAR(postuninstall_cmds, $1) \ 32.5786 ++ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \ 32.5787 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1) \ 32.5788 ++ _LT_AC_TAGVAR(no_undefined_flag, $1) \ 32.5789 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1) \ 32.5790 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \ 32.5791 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \ 32.5792 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \ 32.5793 ++ _LT_AC_TAGVAR(hardcode_automatic, $1) \ 32.5794 ++ _LT_AC_TAGVAR(module_cmds, $1) \ 32.5795 ++ _LT_AC_TAGVAR(module_expsym_cmds, $1) \ 32.5796 ++ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ 32.5797 ++ _LT_AC_TAGVAR(exclude_expsyms, $1) \ 32.5798 ++ _LT_AC_TAGVAR(include_expsyms, $1); do 32.5799 ++ 32.5800 ++ case $var in 32.5801 ++ _LT_AC_TAGVAR(old_archive_cmds, $1) | \ 32.5802 ++ _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \ 32.5803 ++ _LT_AC_TAGVAR(archive_cmds, $1) | \ 32.5804 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ 32.5805 ++ _LT_AC_TAGVAR(module_cmds, $1) | \ 32.5806 ++ _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ 32.5807 ++ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ 32.5808 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ 32.5809 ++ extract_expsyms_cmds | reload_cmds | finish_cmds | \ 32.5810 ++ postinstall_cmds | postuninstall_cmds | \ 32.5811 ++ old_postinstall_cmds | old_postuninstall_cmds | \ 32.5812 ++ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 32.5813 ++ # Double-quote double-evaled strings. 32.5814 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 32.5815 ++ ;; 32.5816 ++ *) 32.5817 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 32.5818 ++ ;; 32.5819 ++ esac 32.5820 ++ done 32.5821 ++ 32.5822 ++ case $lt_echo in 32.5823 ++ *'\[$]0 --fallback-echo"') 32.5824 ++ lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` 32.5825 ++ ;; 32.5826 ++ esac 32.5827 ++ 32.5828 ++ifelse([$1], [], 32.5829 ++ [cfgfile="${ofile}T" 32.5830 ++ trap "$rm \"$cfgfile\"; exit 1" 1 2 15 32.5831 ++ $rm -f "$cfgfile" 32.5832 ++ AC_MSG_NOTICE([creating $ofile])], 32.5833 ++ [cfgfile="$ofile"]) 32.5834 ++ 32.5835 ++ cat <<__EOF__ >> "$cfgfile" 32.5836 ++ifelse([$1], [], 32.5837 ++[#! $SHELL 32.5838 ++ 32.5839 ++# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. 32.5840 ++# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) 32.5841 ++# NOTE: Changes made to this file will be lost: look at ltmain.sh. 32.5842 ++# 32.5843 ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 32.5844 ++# Free Software Foundation, Inc. 32.5845 ++# 32.5846 ++# This file is part of GNU Libtool: 32.5847 ++# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 32.5848 ++# 32.5849 ++# This program is free software; you can redistribute it and/or modify 32.5850 ++# it under the terms of the GNU General Public License as published by 32.5851 ++# the Free Software Foundation; either version 2 of the License, or 32.5852 ++# (at your option) any later version. 32.5853 ++# 32.5854 ++# This program is distributed in the hope that it will be useful, but 32.5855 ++# WITHOUT ANY WARRANTY; without even the implied warranty of 32.5856 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 32.5857 ++# General Public License for more details. 32.5858 ++# 32.5859 ++# You should have received a copy of the GNU General Public License 32.5860 ++# along with this program; if not, write to the Free Software 32.5861 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 32.5862 ++# 32.5863 ++# As a special exception to the GNU General Public License, if you 32.5864 ++# distribute this file as part of a program that contains a 32.5865 ++# configuration script generated by Autoconf, you may include it under 32.5866 ++# the same distribution terms that you use for the rest of that program. 32.5867 ++ 32.5868 ++# A sed program that does not truncate output. 32.5869 ++SED=$lt_SED 32.5870 ++ 32.5871 ++# Sed that helps us avoid accidentally triggering echo(1) options like -n. 32.5872 ++Xsed="$SED -e s/^X//" 32.5873 ++ 32.5874 ++# The HP-UX ksh and POSIX shell print the target directory to stdout 32.5875 ++# if CDPATH is set. 32.5876 ++if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi 32.5877 ++ 32.5878 ++# The names of the tagged configurations supported by this script. 32.5879 ++available_tags= 32.5880 ++ 32.5881 ++# ### BEGIN LIBTOOL CONFIG], 32.5882 ++[# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) 32.5883 ++ 32.5884 ++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 32.5885 ++ 32.5886 ++# Shell to use when invoking shell scripts. 32.5887 ++SHELL=$lt_SHELL 32.5888 ++ 32.5889 ++# Whether or not to build shared libraries. 32.5890 ++build_libtool_libs=$enable_shared 32.5891 ++ 32.5892 ++# Whether or not to build static libraries. 32.5893 ++build_old_libs=$enable_static 32.5894 ++ 32.5895 ++# Whether or not to add -lc for building shared libraries. 32.5896 ++build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) 32.5897 ++ 32.5898 ++# Whether or not to disallow shared libs when runtime libs are static 32.5899 ++allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) 32.5900 ++ 32.5901 ++# Whether or not to optimize for fast installation. 32.5902 ++fast_install=$enable_fast_install 32.5903 ++ 32.5904 ++# The host system. 32.5905 ++host_alias=$host_alias 32.5906 ++host=$host 32.5907 ++ 32.5908 ++# An echo program that does not interpret backslashes. 32.5909 ++echo=$lt_echo 32.5910 ++ 32.5911 ++# The archiver. 32.5912 ++AR=$lt_AR 32.5913 ++AR_FLAGS=$lt_AR_FLAGS 32.5914 ++ 32.5915 ++# A C compiler. 32.5916 ++LTCC=$lt_LTCC 32.5917 ++ 32.5918 ++# A language-specific compiler. 32.5919 ++CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) 32.5920 ++ 32.5921 ++# Is the compiler the GNU C compiler? 32.5922 ++with_gcc=$_LT_AC_TAGVAR(GCC, $1) 32.5923 ++ 32.5924 ++# An ERE matcher. 32.5925 ++EGREP=$lt_EGREP 32.5926 ++ 32.5927 ++# The linker used to build libraries. 32.5928 ++LD=$lt_[]_LT_AC_TAGVAR(LD, $1) 32.5929 ++ 32.5930 ++# Whether we need hard or soft links. 32.5931 ++LN_S=$lt_LN_S 32.5932 ++ 32.5933 ++# A BSD-compatible nm program. 32.5934 ++NM=$lt_NM 32.5935 ++ 32.5936 ++# A symbol stripping program 32.5937 ++STRIP=$lt_STRIP 32.5938 ++ 32.5939 ++# Used to examine libraries when file_magic_cmd begins "file" 32.5940 ++MAGIC_CMD=$MAGIC_CMD 32.5941 ++ 32.5942 ++# Used on cygwin: DLL creation program. 32.5943 ++DLLTOOL="$DLLTOOL" 32.5944 ++ 32.5945 ++# Used on cygwin: object dumper. 32.5946 ++OBJDUMP="$OBJDUMP" 32.5947 ++ 32.5948 ++# Used on cygwin: assembler. 32.5949 ++AS="$AS" 32.5950 ++ 32.5951 ++# The name of the directory that contains temporary libtool files. 32.5952 ++objdir=$objdir 32.5953 ++ 32.5954 ++# How to create reloadable object files. 32.5955 ++reload_flag=$lt_reload_flag 32.5956 ++reload_cmds=$lt_reload_cmds 32.5957 ++ 32.5958 ++# How to pass a linker flag through the compiler. 32.5959 ++wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) 32.5960 ++ 32.5961 ++# Object file suffix (normally "o"). 32.5962 ++objext="$ac_objext" 32.5963 ++ 32.5964 ++# Old archive suffix (normally "a"). 32.5965 ++libext="$libext" 32.5966 ++ 32.5967 ++# Shared library suffix (normally ".so"). 32.5968 ++shrext='$shrext' 32.5969 ++ 32.5970 ++# Executable file suffix (normally ""). 32.5971 ++exeext="$exeext" 32.5972 ++ 32.5973 ++# Additional compiler flags for building library objects. 32.5974 ++pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) 32.5975 ++pic_mode=$pic_mode 32.5976 ++ 32.5977 ++# What is the maximum length of a command? 32.5978 ++max_cmd_len=$lt_cv_sys_max_cmd_len 32.5979 ++ 32.5980 ++# Does compiler simultaneously support -c and -o options? 32.5981 ++compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) 32.5982 ++ 32.5983 ++# Must we lock files when doing compilation ? 32.5984 ++need_locks=$lt_need_locks 32.5985 ++ 32.5986 ++# Do we need the lib prefix for modules? 32.5987 ++need_lib_prefix=$need_lib_prefix 32.5988 ++ 32.5989 ++# Do we need a version for libraries? 32.5990 ++need_version=$need_version 32.5991 ++ 32.5992 ++# Whether dlopen is supported. 32.5993 ++dlopen_support=$enable_dlopen 32.5994 ++ 32.5995 ++# Whether dlopen of programs is supported. 32.5996 ++dlopen_self=$enable_dlopen_self 32.5997 ++ 32.5998 ++# Whether dlopen of statically linked programs is supported. 32.5999 ++dlopen_self_static=$enable_dlopen_self_static 32.6000 ++ 32.6001 ++# Compiler flag to prevent dynamic linking. 32.6002 ++link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) 32.6003 ++ 32.6004 ++# Compiler flag to turn off builtin functions. 32.6005 ++no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) 32.6006 ++ 32.6007 ++# Compiler flag to allow reflexive dlopens. 32.6008 ++export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) 32.6009 ++ 32.6010 ++# Compiler flag to generate shared objects directly from archives. 32.6011 ++whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) 32.6012 ++ 32.6013 ++# Compiler flag to generate thread-safe objects. 32.6014 ++thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) 32.6015 ++ 32.6016 ++# Library versioning type. 32.6017 ++version_type=$version_type 32.6018 ++ 32.6019 ++# Format of library name prefix. 32.6020 ++libname_spec=$lt_libname_spec 32.6021 ++ 32.6022 ++# List of archive names. First name is the real one, the rest are links. 32.6023 ++# The last name is the one that the linker finds with -lNAME. 32.6024 ++library_names_spec=$lt_library_names_spec 32.6025 ++ 32.6026 ++# The coded name of the library, if different from the real name. 32.6027 ++soname_spec=$lt_soname_spec 32.6028 ++ 32.6029 ++# Commands used to build and install an old-style archive. 32.6030 ++RANLIB=$lt_RANLIB 32.6031 ++old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) 32.6032 ++old_postinstall_cmds=$lt_old_postinstall_cmds 32.6033 ++old_postuninstall_cmds=$lt_old_postuninstall_cmds 32.6034 ++ 32.6035 ++# Create an old-style archive from a shared archive. 32.6036 ++old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) 32.6037 ++ 32.6038 ++# Create a temporary old-style archive to link instead of a shared archive. 32.6039 ++old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) 32.6040 ++ 32.6041 ++# Commands used to build and install a shared archive. 32.6042 ++archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) 32.6043 ++archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) 32.6044 ++postinstall_cmds=$lt_postinstall_cmds 32.6045 ++postuninstall_cmds=$lt_postuninstall_cmds 32.6046 ++ 32.6047 ++# Commands used to build a loadable module (assumed same as above if empty) 32.6048 ++module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) 32.6049 ++module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) 32.6050 ++ 32.6051 ++# Commands to strip libraries. 32.6052 ++old_striplib=$lt_old_striplib 32.6053 ++striplib=$lt_striplib 32.6054 ++ 32.6055 ++# Dependencies to place before the objects being linked to create a 32.6056 ++# shared library. 32.6057 ++predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) 32.6058 ++ 32.6059 ++# Dependencies to place after the objects being linked to create a 32.6060 ++# shared library. 32.6061 ++postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) 32.6062 ++ 32.6063 ++# Dependencies to place before the objects being linked to create a 32.6064 ++# shared library. 32.6065 ++predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) 32.6066 ++ 32.6067 ++# Dependencies to place after the objects being linked to create a 32.6068 ++# shared library. 32.6069 ++postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) 32.6070 ++ 32.6071 ++# The library search path used internally by the compiler when linking 32.6072 ++# a shared library. 32.6073 ++compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) 32.6074 ++ 32.6075 ++# Method to check whether dependent libraries are shared objects. 32.6076 ++deplibs_check_method=$lt_deplibs_check_method 32.6077 ++ 32.6078 ++# Command to use when deplibs_check_method == file_magic. 32.6079 ++file_magic_cmd=$lt_file_magic_cmd 32.6080 ++ 32.6081 ++# Flag that allows shared libraries with undefined symbols to be built. 32.6082 ++allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) 32.6083 ++ 32.6084 ++# Flag that forces no undefined symbols. 32.6085 ++no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) 32.6086 ++ 32.6087 ++# Commands used to finish a libtool library installation in a directory. 32.6088 ++finish_cmds=$lt_finish_cmds 32.6089 ++ 32.6090 ++# Same as above, but a single script fragment to be evaled but not shown. 32.6091 ++finish_eval=$lt_finish_eval 32.6092 ++ 32.6093 ++# Take the output of nm and produce a listing of raw symbols and C names. 32.6094 ++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 32.6095 ++ 32.6096 ++# Transform the output of nm in a proper C declaration 32.6097 ++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 32.6098 ++ 32.6099 ++# Transform the output of nm in a C name address pair 32.6100 ++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 32.6101 ++ 32.6102 ++# This is the shared library runtime path variable. 32.6103 ++runpath_var=$runpath_var 32.6104 ++ 32.6105 ++# This is the shared library path variable. 32.6106 ++shlibpath_var=$shlibpath_var 32.6107 ++ 32.6108 ++# Is shlibpath searched before the hard-coded library search path? 32.6109 ++shlibpath_overrides_runpath=$shlibpath_overrides_runpath 32.6110 ++ 32.6111 ++# How to hardcode a shared library path into an executable. 32.6112 ++hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) 32.6113 ++ 32.6114 ++# Whether we should hardcode library paths into libraries. 32.6115 ++hardcode_into_libs=$hardcode_into_libs 32.6116 ++ 32.6117 ++# Flag to hardcode \$libdir into a binary during linking. 32.6118 ++# This must work even if \$libdir does not exist. 32.6119 ++hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) 32.6120 ++ 32.6121 ++# If ld is used when linking, flag to hardcode \$libdir into 32.6122 ++# a binary during linking. This must work even if \$libdir does 32.6123 ++# not exist. 32.6124 ++hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) 32.6125 ++ 32.6126 ++# Whether we need a single -rpath flag with a separated argument. 32.6127 ++hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) 32.6128 ++ 32.6129 ++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 32.6130 ++# resulting binary. 32.6131 ++hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) 32.6132 ++ 32.6133 ++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 32.6134 ++# resulting binary. 32.6135 ++hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) 32.6136 ++ 32.6137 ++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 32.6138 ++# the resulting binary. 32.6139 ++hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) 32.6140 ++ 32.6141 ++# Set to yes if building a shared library automatically hardcodes DIR into the library 32.6142 ++# and all subsequent libraries and executables linked against it. 32.6143 ++hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) 32.6144 ++ 32.6145 ++# Variables whose values should be saved in libtool wrapper scripts and 32.6146 ++# restored at relink time. 32.6147 ++variables_saved_for_relink="$variables_saved_for_relink" 32.6148 ++ 32.6149 ++# Whether libtool must link a program against all its dependency libraries. 32.6150 ++link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) 32.6151 ++ 32.6152 ++# Compile-time system search path for libraries 32.6153 ++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 32.6154 ++ 32.6155 ++# Run-time system search path for libraries 32.6156 ++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 32.6157 ++ 32.6158 ++# Fix the shell variable \$srcfile for the compiler. 32.6159 ++fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" 32.6160 ++ 32.6161 ++# Set to yes if exported symbols are required. 32.6162 ++always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) 32.6163 ++ 32.6164 ++# The commands to list exported symbols. 32.6165 ++export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) 32.6166 ++ 32.6167 ++# The commands to extract the exported symbol list from a shared archive. 32.6168 ++extract_expsyms_cmds=$lt_extract_expsyms_cmds 32.6169 ++ 32.6170 ++# Symbols that should not be listed in the preloaded symbols. 32.6171 ++exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) 32.6172 ++ 32.6173 ++# Symbols that must always be exported. 32.6174 ++include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) 32.6175 ++ 32.6176 ++ifelse([$1],[], 32.6177 ++[# ### END LIBTOOL CONFIG], 32.6178 ++[# ### END LIBTOOL TAG CONFIG: $tagname]) 32.6179 ++ 32.6180 ++__EOF__ 32.6181 ++ 32.6182 ++ifelse([$1],[], [ 32.6183 ++ case $host_os in 32.6184 ++ aix3*) 32.6185 ++ cat <<\EOF >> "$cfgfile" 32.6186 ++ 32.6187 ++# AIX sometimes has problems with the GCC collect2 program. For some 32.6188 ++# reason, if we set the COLLECT_NAMES environment variable, the problems 32.6189 ++# vanish in a puff of smoke. 32.6190 ++if test "X${COLLECT_NAMES+set}" != Xset; then 32.6191 ++ COLLECT_NAMES= 32.6192 ++ export COLLECT_NAMES 32.6193 ++fi 32.6194 ++EOF 32.6195 ++ ;; 32.6196 ++ esac 32.6197 ++ 32.6198 ++ # We use sed instead of cat because bash on DJGPP gets confused if 32.6199 ++ # if finds mixed CR/LF and LF-only lines. Since sed operates in 32.6200 ++ # text mode, it properly converts lines to CR/LF. This bash problem 32.6201 ++ # is reportedly fixed, but why not run on old versions too? 32.6202 ++ sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) 32.6203 ++ 32.6204 ++ mv -f "$cfgfile" "$ofile" || \ 32.6205 ++ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 32.6206 ++ chmod +x "$ofile" 32.6207 ++]) 32.6208 ++else 32.6209 ++ # If there is no Makefile yet, we rely on a make rule to execute 32.6210 ++ # `config.status --recheck' to rerun these tests and create the 32.6211 ++ # libtool script then. 32.6212 ++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 32.6213 ++ if test -f "$ltmain_in"; then 32.6214 ++ test -f Makefile && make "$ltmain" 32.6215 ++ fi 32.6216 ++fi 32.6217 ++])# AC_LIBTOOL_CONFIG 32.6218 ++ 32.6219 ++ 32.6220 ++# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) 32.6221 ++# ------------------------------------------- 32.6222 ++AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], 32.6223 ++[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl 32.6224 ++ 32.6225 ++_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= 32.6226 ++ 32.6227 ++if test "$GCC" = yes; then 32.6228 ++ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 32.6229 ++ 32.6230 ++ AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], 32.6231 ++ lt_cv_prog_compiler_rtti_exceptions, 32.6232 ++ [-fno-rtti -fno-exceptions], [], 32.6233 ++ [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) 32.6234 ++fi 32.6235 ++])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI 32.6236 ++ 32.6237 ++ 32.6238 ++# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE 32.6239 ++# --------------------------------- 32.6240 ++AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], 32.6241 ++[AC_REQUIRE([AC_CANONICAL_HOST]) 32.6242 ++AC_REQUIRE([AC_PROG_NM]) 32.6243 ++AC_REQUIRE([AC_OBJEXT]) 32.6244 ++# Check for command to grab the raw symbol name followed by C symbol from nm. 32.6245 ++AC_MSG_CHECKING([command to parse $NM output from $compiler object]) 32.6246 ++AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], 32.6247 ++[ 32.6248 ++# These are sane defaults that work on at least a few old systems. 32.6249 ++# [They come from Ultrix. What could be older than Ultrix?!! ;)] 32.6250 ++ 32.6251 ++# Character class describing NM global symbol codes. 32.6252 ++symcode='[[BCDEGRST]]' 32.6253 ++ 32.6254 ++# Regexp to match symbols that can be accessed directly from C. 32.6255 ++sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' 32.6256 ++ 32.6257 ++# Transform the above into a raw symbol and a C symbol. 32.6258 ++symxfrm='\1 \2\3 \3' 32.6259 ++ 32.6260 ++# Transform an extracted symbol line into a proper C declaration 32.6261 ++lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" 32.6262 ++ 32.6263 ++# Transform an extracted symbol line into symbol name and symbol address 32.6264 ++lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" 32.6265 ++ 32.6266 ++# Define system-specific variables. 32.6267 ++case $host_os in 32.6268 ++aix*) 32.6269 ++ symcode='[[BCDT]]' 32.6270 ++ ;; 32.6271 ++cygwin* | mingw* | pw32*) 32.6272 ++ symcode='[[ABCDGISTW]]' 32.6273 ++ ;; 32.6274 ++hpux*) # Its linker distinguishes data from code symbols 32.6275 ++ if test "$host_cpu" = ia64; then 32.6276 ++ symcode='[[ABCDEGRST]]' 32.6277 ++ fi 32.6278 ++ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 32.6279 ++ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" 32.6280 ++ ;; 32.6281 ++irix* | nonstopux*) 32.6282 ++ symcode='[[BCDEGRST]]' 32.6283 ++ ;; 32.6284 ++osf*) 32.6285 ++ symcode='[[BCDEGQRST]]' 32.6286 ++ ;; 32.6287 ++solaris* | sysv5*) 32.6288 ++ symcode='[[BDRT]]' 32.6289 ++ ;; 32.6290 ++sysv4) 32.6291 ++ symcode='[[DFNSTU]]' 32.6292 ++ ;; 32.6293 ++esac 32.6294 ++ 32.6295 ++# Handle CRLF in mingw tool chain 32.6296 ++opt_cr= 32.6297 ++case $build_os in 32.6298 ++mingw*) 32.6299 ++ opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp 32.6300 ++ ;; 32.6301 ++esac 32.6302 ++ 32.6303 ++# If we're using GNU nm, then use its standard symbol codes. 32.6304 ++case `$NM -V 2>&1` in 32.6305 ++*GNU* | *'with BFD'*) 32.6306 ++ symcode='[[ABCDGIRSTW]]' ;; 32.6307 ++esac 32.6308 ++ 32.6309 ++# Try without a prefix undercore, then with it. 32.6310 ++for ac_symprfx in "" "_"; do 32.6311 ++ 32.6312 ++ # Write the raw and C identifiers. 32.6313 ++ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" 32.6314 ++ 32.6315 ++ # Check to see that the pipe works correctly. 32.6316 ++ pipe_works=no 32.6317 ++ 32.6318 ++ rm -f conftest* 32.6319 ++ cat > conftest.$ac_ext <<EOF 32.6320 ++#ifdef __cplusplus 32.6321 ++extern "C" { 32.6322 ++#endif 32.6323 ++char nm_test_var; 32.6324 ++void nm_test_func(){} 32.6325 ++#ifdef __cplusplus 32.6326 ++} 32.6327 ++#endif 32.6328 ++int main(){nm_test_var='a';nm_test_func();return(0);} 32.6329 ++EOF 32.6330 ++ 32.6331 ++ if AC_TRY_EVAL(ac_compile); then 32.6332 ++ # Now try to grab the symbols. 32.6333 ++ nlist=conftest.nm 32.6334 ++ if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then 32.6335 ++ # Try sorting and uniquifying the output. 32.6336 ++ if sort "$nlist" | uniq > "$nlist"T; then 32.6337 ++ mv -f "$nlist"T "$nlist" 32.6338 ++ else 32.6339 ++ rm -f "$nlist"T 32.6340 ++ fi 32.6341 ++ 32.6342 ++ # Make sure that we snagged all the symbols we need. 32.6343 ++ if grep ' nm_test_var$' "$nlist" >/dev/null; then 32.6344 ++ if grep ' nm_test_func$' "$nlist" >/dev/null; then 32.6345 ++ cat <<EOF > conftest.$ac_ext 32.6346 ++#ifdef __cplusplus 32.6347 ++extern "C" { 32.6348 ++#endif 32.6349 ++ 32.6350 ++EOF 32.6351 ++ # Now generate the symbol file. 32.6352 ++ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' 32.6353 ++ 32.6354 ++ cat <<EOF >> conftest.$ac_ext 32.6355 ++#if defined (__STDC__) && __STDC__ 32.6356 ++# define lt_ptr_t void * 32.6357 ++#else 32.6358 ++# define lt_ptr_t char * 32.6359 ++# define const 32.6360 ++#endif 32.6361 ++ 32.6362 ++/* The mapping between symbol names and symbols. */ 32.6363 ++const struct { 32.6364 ++ const char *name; 32.6365 ++ lt_ptr_t address; 32.6366 ++} 32.6367 ++lt_preloaded_symbols[[]] = 32.6368 ++{ 32.6369 ++EOF 32.6370 ++ $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext 32.6371 ++ cat <<\EOF >> conftest.$ac_ext 32.6372 ++ {0, (lt_ptr_t) 0} 32.6373 ++}; 32.6374 ++ 32.6375 ++#ifdef __cplusplus 32.6376 ++} 32.6377 ++#endif 32.6378 ++EOF 32.6379 ++ # Now try linking the two files. 32.6380 ++ mv conftest.$ac_objext conftstm.$ac_objext 32.6381 ++ lt_save_LIBS="$LIBS" 32.6382 ++ lt_save_CFLAGS="$CFLAGS" 32.6383 ++ LIBS="conftstm.$ac_objext" 32.6384 ++ CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" 32.6385 ++ if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then 32.6386 ++ pipe_works=yes 32.6387 ++ fi 32.6388 ++ LIBS="$lt_save_LIBS" 32.6389 ++ CFLAGS="$lt_save_CFLAGS" 32.6390 ++ else 32.6391 ++ echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD 32.6392 ++ fi 32.6393 ++ else 32.6394 ++ echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD 32.6395 ++ fi 32.6396 ++ else 32.6397 ++ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD 32.6398 ++ fi 32.6399 ++ else 32.6400 ++ echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD 32.6401 ++ cat conftest.$ac_ext >&5 32.6402 ++ fi 32.6403 ++ rm -f conftest* conftst* 32.6404 ++ 32.6405 ++ # Do not use the global_symbol_pipe unless it works. 32.6406 ++ if test "$pipe_works" = yes; then 32.6407 ++ break 32.6408 ++ else 32.6409 ++ lt_cv_sys_global_symbol_pipe= 32.6410 ++ fi 32.6411 ++done 32.6412 ++]) 32.6413 ++if test -z "$lt_cv_sys_global_symbol_pipe"; then 32.6414 ++ lt_cv_sys_global_symbol_to_cdecl= 32.6415 ++fi 32.6416 ++if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 32.6417 ++ AC_MSG_RESULT(failed) 32.6418 ++else 32.6419 ++ AC_MSG_RESULT(ok) 32.6420 ++fi 32.6421 ++]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE 32.6422 ++ 32.6423 ++ 32.6424 ++# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) 32.6425 ++# --------------------------------------- 32.6426 ++AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], 32.6427 ++[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= 32.6428 ++_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= 32.6429 ++_LT_AC_TAGVAR(lt_prog_compiler_static, $1)= 32.6430 ++ 32.6431 ++AC_MSG_CHECKING([for $compiler option to produce PIC]) 32.6432 ++ ifelse([$1],[CXX],[ 32.6433 ++ # C++ specific cases for pic, static, wl, etc. 32.6434 ++ if test "$GXX" = yes; then 32.6435 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6436 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 32.6437 ++ 32.6438 ++ case $host_os in 32.6439 ++ aix*) 32.6440 ++ # All AIX code is PIC. 32.6441 ++ if test "$host_cpu" = ia64; then 32.6442 ++ # AIX 5 now supports IA64 processor 32.6443 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6444 ++ fi 32.6445 ++ ;; 32.6446 ++ amigaos*) 32.6447 ++ # FIXME: we need at least 68020 code to build shared libraries, but 32.6448 ++ # adding the `-m68020' flag to GCC prevents building anything better, 32.6449 ++ # like `-m68040'. 32.6450 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' 32.6451 ++ ;; 32.6452 ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 32.6453 ++ # PIC is the default for these OSes. 32.6454 ++ ;; 32.6455 ++ mingw* | os2* | pw32*) 32.6456 ++ # This hack is so that the source file can tell whether it is being 32.6457 ++ # built for inclusion in a dll (and should export symbols for example). 32.6458 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 32.6459 ++ ;; 32.6460 ++ darwin* | rhapsody*) 32.6461 ++ # PIC is the default on this platform 32.6462 ++ # Common symbols not allowed in MH_DYLIB files 32.6463 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' 32.6464 ++ ;; 32.6465 ++ *djgpp*) 32.6466 ++ # DJGPP does not support shared libraries at all 32.6467 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= 32.6468 ++ ;; 32.6469 ++ sysv4*MP*) 32.6470 ++ if test -d /usr/nec; then 32.6471 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic 32.6472 ++ fi 32.6473 ++ ;; 32.6474 ++ hpux*) 32.6475 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.6476 ++ # not for PA HP-UX. 32.6477 ++ case "$host_cpu" in 32.6478 ++ hppa*64*|ia64*) 32.6479 ++ ;; 32.6480 ++ *) 32.6481 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' 32.6482 ++ ;; 32.6483 ++ esac 32.6484 ++ ;; 32.6485 ++ *) 32.6486 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' 32.6487 ++ ;; 32.6488 ++ esac 32.6489 ++ else 32.6490 ++ case $host_os in 32.6491 ++ aix4* | aix5*) 32.6492 ++ # All AIX code is PIC. 32.6493 ++ if test "$host_cpu" = ia64; then 32.6494 ++ # AIX 5 now supports IA64 processor 32.6495 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6496 ++ else 32.6497 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' 32.6498 ++ fi 32.6499 ++ ;; 32.6500 ++ chorus*) 32.6501 ++ case $cc_basename in 32.6502 ++ cxch68) 32.6503 ++ # Green Hills C++ Compiler 32.6504 ++ # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" 32.6505 ++ ;; 32.6506 ++ esac 32.6507 ++ ;; 32.6508 ++ dgux*) 32.6509 ++ case $cc_basename in 32.6510 ++ ec++) 32.6511 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6512 ++ ;; 32.6513 ++ ghcx) 32.6514 ++ # Green Hills C++ Compiler 32.6515 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' 32.6516 ++ ;; 32.6517 ++ *) 32.6518 ++ ;; 32.6519 ++ esac 32.6520 ++ ;; 32.6521 ++ freebsd* | kfreebsd*-gnu) 32.6522 ++ # FreeBSD uses GNU C++ 32.6523 ++ ;; 32.6524 ++ hpux9* | hpux10* | hpux11*) 32.6525 ++ case $cc_basename in 32.6526 ++ CC) 32.6527 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6528 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" 32.6529 ++ if test "$host_cpu" != ia64; then 32.6530 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' 32.6531 ++ fi 32.6532 ++ ;; 32.6533 ++ aCC) 32.6534 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6535 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" 32.6536 ++ case "$host_cpu" in 32.6537 ++ hppa*64*|ia64*) 32.6538 ++ # +Z the default 32.6539 ++ ;; 32.6540 ++ *) 32.6541 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' 32.6542 ++ ;; 32.6543 ++ esac 32.6544 ++ ;; 32.6545 ++ *) 32.6546 ++ ;; 32.6547 ++ esac 32.6548 ++ ;; 32.6549 ++ irix5* | irix6* | nonstopux*) 32.6550 ++ case $cc_basename in 32.6551 ++ CC) 32.6552 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6553 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' 32.6554 ++ # CC pic flag -KPIC is the default. 32.6555 ++ ;; 32.6556 ++ *) 32.6557 ++ ;; 32.6558 ++ esac 32.6559 ++ ;; 32.6560 ++ linux*) 32.6561 ++ case $cc_basename in 32.6562 ++ KCC) 32.6563 ++ # KAI C++ Compiler 32.6564 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' 32.6565 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' 32.6566 ++ ;; 32.6567 ++ icpc) 32.6568 ++ # Intel C++ 32.6569 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6570 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6571 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 32.6572 ++ ;; 32.6573 ++ cxx) 32.6574 ++ # Compaq C++ 32.6575 ++ # Make sure the PIC flag is empty. It appears that all Alpha 32.6576 ++ # Linux and Compaq Tru64 Unix objects are PIC. 32.6577 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= 32.6578 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' 32.6579 ++ ;; 32.6580 ++ *) 32.6581 ++ ;; 32.6582 ++ esac 32.6583 ++ ;; 32.6584 ++ lynxos*) 32.6585 ++ ;; 32.6586 ++ m88k*) 32.6587 ++ ;; 32.6588 ++ mvs*) 32.6589 ++ case $cc_basename in 32.6590 ++ cxx) 32.6591 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' 32.6592 ++ ;; 32.6593 ++ *) 32.6594 ++ ;; 32.6595 ++ esac 32.6596 ++ ;; 32.6597 ++ netbsd*) 32.6598 ++ ;; 32.6599 ++ osf3* | osf4* | osf5*) 32.6600 ++ case $cc_basename in 32.6601 ++ KCC) 32.6602 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' 32.6603 ++ ;; 32.6604 ++ RCC) 32.6605 ++ # Rational C++ 2.4.1 32.6606 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' 32.6607 ++ ;; 32.6608 ++ cxx) 32.6609 ++ # Digital/Compaq C++ 32.6610 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6611 ++ # Make sure the PIC flag is empty. It appears that all Alpha 32.6612 ++ # Linux and Compaq Tru64 Unix objects are PIC. 32.6613 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= 32.6614 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' 32.6615 ++ ;; 32.6616 ++ *) 32.6617 ++ ;; 32.6618 ++ esac 32.6619 ++ ;; 32.6620 ++ psos*) 32.6621 ++ ;; 32.6622 ++ sco*) 32.6623 ++ case $cc_basename in 32.6624 ++ CC) 32.6625 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' 32.6626 ++ ;; 32.6627 ++ *) 32.6628 ++ ;; 32.6629 ++ esac 32.6630 ++ ;; 32.6631 ++ solaris*) 32.6632 ++ case $cc_basename in 32.6633 ++ CC) 32.6634 ++ # Sun C++ 4.2, 5.x and Centerline C++ 32.6635 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6636 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6637 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' 32.6638 ++ ;; 32.6639 ++ gcx) 32.6640 ++ # Green Hills C++ Compiler 32.6641 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' 32.6642 ++ ;; 32.6643 ++ *) 32.6644 ++ ;; 32.6645 ++ esac 32.6646 ++ ;; 32.6647 ++ sunos4*) 32.6648 ++ case $cc_basename in 32.6649 ++ CC) 32.6650 ++ # Sun C++ 4.x 32.6651 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' 32.6652 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6653 ++ ;; 32.6654 ++ lcc) 32.6655 ++ # Lucid 32.6656 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' 32.6657 ++ ;; 32.6658 ++ *) 32.6659 ++ ;; 32.6660 ++ esac 32.6661 ++ ;; 32.6662 ++ tandem*) 32.6663 ++ case $cc_basename in 32.6664 ++ NCC) 32.6665 ++ # NonStop-UX NCC 3.20 32.6666 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6667 ++ ;; 32.6668 ++ *) 32.6669 ++ ;; 32.6670 ++ esac 32.6671 ++ ;; 32.6672 ++ unixware*) 32.6673 ++ ;; 32.6674 ++ vxworks*) 32.6675 ++ ;; 32.6676 ++ *) 32.6677 ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no 32.6678 ++ ;; 32.6679 ++ esac 32.6680 ++ fi 32.6681 ++], 32.6682 ++[ 32.6683 ++ if test "$GCC" = yes; then 32.6684 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6685 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 32.6686 ++ 32.6687 ++ case $host_os in 32.6688 ++ aix*) 32.6689 ++ # All AIX code is PIC. 32.6690 ++ if test "$host_cpu" = ia64; then 32.6691 ++ # AIX 5 now supports IA64 processor 32.6692 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6693 ++ fi 32.6694 ++ ;; 32.6695 ++ 32.6696 ++ amigaos*) 32.6697 ++ # FIXME: we need at least 68020 code to build shared libraries, but 32.6698 ++ # adding the `-m68020' flag to GCC prevents building anything better, 32.6699 ++ # like `-m68040'. 32.6700 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' 32.6701 ++ ;; 32.6702 ++ 32.6703 ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 32.6704 ++ # PIC is the default for these OSes. 32.6705 ++ ;; 32.6706 ++ 32.6707 ++ mingw* | pw32* | os2*) 32.6708 ++ # This hack is so that the source file can tell whether it is being 32.6709 ++ # built for inclusion in a dll (and should export symbols for example). 32.6710 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 32.6711 ++ ;; 32.6712 ++ 32.6713 ++ darwin* | rhapsody*) 32.6714 ++ # PIC is the default on this platform 32.6715 ++ # Common symbols not allowed in MH_DYLIB files 32.6716 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' 32.6717 ++ ;; 32.6718 ++ 32.6719 ++ msdosdjgpp*) 32.6720 ++ # Just because we use GCC doesn't mean we suddenly get shared libraries 32.6721 ++ # on systems that don't support them. 32.6722 ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no 32.6723 ++ enable_shared=no 32.6724 ++ ;; 32.6725 ++ 32.6726 ++ sysv4*MP*) 32.6727 ++ if test -d /usr/nec; then 32.6728 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic 32.6729 ++ fi 32.6730 ++ ;; 32.6731 ++ 32.6732 ++ hpux*) 32.6733 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.6734 ++ # not for PA HP-UX. 32.6735 ++ case "$host_cpu" in 32.6736 ++ hppa*64*|ia64*) 32.6737 ++ # +Z the default 32.6738 ++ ;; 32.6739 ++ *) 32.6740 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' 32.6741 ++ ;; 32.6742 ++ esac 32.6743 ++ ;; 32.6744 ++ 32.6745 ++ *) 32.6746 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' 32.6747 ++ ;; 32.6748 ++ esac 32.6749 ++ else 32.6750 ++ # PORTME Check for flag to pass linker flags through the system compiler. 32.6751 ++ case $host_os in 32.6752 ++ aix*) 32.6753 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6754 ++ if test "$host_cpu" = ia64; then 32.6755 ++ # AIX 5 now supports IA64 processor 32.6756 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6757 ++ else 32.6758 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' 32.6759 ++ fi 32.6760 ++ ;; 32.6761 ++ 32.6762 ++ mingw* | pw32* | os2*) 32.6763 ++ # This hack is so that the source file can tell whether it is being 32.6764 ++ # built for inclusion in a dll (and should export symbols for example). 32.6765 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 32.6766 ++ ;; 32.6767 ++ 32.6768 ++ hpux9* | hpux10* | hpux11*) 32.6769 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6770 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.6771 ++ # not for PA HP-UX. 32.6772 ++ case "$host_cpu" in 32.6773 ++ hppa*64*|ia64*) 32.6774 ++ # +Z the default 32.6775 ++ ;; 32.6776 ++ *) 32.6777 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' 32.6778 ++ ;; 32.6779 ++ esac 32.6780 ++ # Is there a better lt_prog_compiler_static that works with the bundled CC? 32.6781 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' 32.6782 ++ ;; 32.6783 ++ 32.6784 ++ irix5* | irix6* | nonstopux*) 32.6785 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6786 ++ # PIC (with -KPIC) is the default. 32.6787 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' 32.6788 ++ ;; 32.6789 ++ 32.6790 ++ newsos6) 32.6791 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6792 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6793 ++ ;; 32.6794 ++ 32.6795 ++ linux*) 32.6796 ++ case $CC in 32.6797 ++ icc* | ecc*) 32.6798 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6799 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6800 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 32.6801 ++ ;; 32.6802 ++ ccc*) 32.6803 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6804 ++ # All Alpha code is PIC. 32.6805 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' 32.6806 ++ ;; 32.6807 ++ esac 32.6808 ++ ;; 32.6809 ++ 32.6810 ++ osf3* | osf4* | osf5*) 32.6811 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6812 ++ # All OSF/1 code is PIC. 32.6813 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' 32.6814 ++ ;; 32.6815 ++ 32.6816 ++ sco3.2v5*) 32.6817 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' 32.6818 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' 32.6819 ++ ;; 32.6820 ++ 32.6821 ++ solaris*) 32.6822 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6823 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6824 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6825 ++ ;; 32.6826 ++ 32.6827 ++ sunos4*) 32.6828 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' 32.6829 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' 32.6830 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6831 ++ ;; 32.6832 ++ 32.6833 ++ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.6834 ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 32.6835 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 32.6836 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6837 ++ ;; 32.6838 ++ 32.6839 ++ sysv4*MP*) 32.6840 ++ if test -d /usr/nec ;then 32.6841 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' 32.6842 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6843 ++ fi 32.6844 ++ ;; 32.6845 ++ 32.6846 ++ uts4*) 32.6847 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' 32.6848 ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 32.6849 ++ ;; 32.6850 ++ 32.6851 ++ *) 32.6852 ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no 32.6853 ++ ;; 32.6854 ++ esac 32.6855 ++ fi 32.6856 ++]) 32.6857 ++AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) 32.6858 ++ 32.6859 ++# 32.6860 ++# Check to make sure the PIC flag actually works. 32.6861 ++# 32.6862 ++if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then 32.6863 ++ AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], 32.6864 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), 32.6865 ++ [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], 32.6866 ++ [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in 32.6867 ++ "" | " "*) ;; 32.6868 ++ *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; 32.6869 ++ esac], 32.6870 ++ [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= 32.6871 ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) 32.6872 ++fi 32.6873 ++case "$host_os" in 32.6874 ++ # For platforms which do not support PIC, -DPIC is meaningless: 32.6875 ++ *djgpp*) 32.6876 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= 32.6877 ++ ;; 32.6878 ++ *) 32.6879 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" 32.6880 ++ ;; 32.6881 ++esac 32.6882 ++]) 32.6883 ++ 32.6884 ++ 32.6885 ++# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) 32.6886 ++# ------------------------------------ 32.6887 ++# See if the linker supports building shared libraries. 32.6888 ++AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], 32.6889 ++[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) 32.6890 ++ifelse([$1],[CXX],[ 32.6891 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.6892 ++ case $host_os in 32.6893 ++ aix4* | aix5*) 32.6894 ++ # If we're using GNU nm, then we don't want the "-C" option. 32.6895 ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm 32.6896 ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 32.6897 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' 32.6898 ++ else 32.6899 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' 32.6900 ++ fi 32.6901 ++ ;; 32.6902 ++ pw32*) 32.6903 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" 32.6904 ++ ;; 32.6905 ++ cygwin* | mingw*) 32.6906 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' 32.6907 ++ ;; 32.6908 ++ *) 32.6909 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.6910 ++ ;; 32.6911 ++ esac 32.6912 ++],[ 32.6913 ++ runpath_var= 32.6914 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)= 32.6915 ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no 32.6916 ++ _LT_AC_TAGVAR(archive_cmds, $1)= 32.6917 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)= 32.6918 ++ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= 32.6919 ++ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= 32.6920 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= 32.6921 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= 32.6922 ++ _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= 32.6923 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= 32.6924 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= 32.6925 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= 32.6926 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.6927 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=no 32.6928 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported 32.6929 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown 32.6930 ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=no 32.6931 ++ _LT_AC_TAGVAR(module_cmds, $1)= 32.6932 ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)= 32.6933 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no 32.6934 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.6935 ++ # include_expsyms should be a list of space-separated symbols to be *always* 32.6936 ++ # included in the symbol list 32.6937 ++ _LT_AC_TAGVAR(include_expsyms, $1)= 32.6938 ++ # exclude_expsyms can be an extended regexp of symbols to exclude 32.6939 ++ # it will be wrapped by ` (' and `)$', so one must not match beginning or 32.6940 ++ # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 32.6941 ++ # as well as any symbol that contains `d'. 32.6942 ++ _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" 32.6943 ++ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 32.6944 ++ # platforms (ab)use it in PIC code, but their linkers get confused if 32.6945 ++ # the symbol is explicitly referenced. Since portable code cannot 32.6946 ++ # rely on this symbol name, it's probably fine to never include it in 32.6947 ++ # preloaded symbol tables. 32.6948 ++ extract_expsyms_cmds= 32.6949 ++ 32.6950 ++ case $host_os in 32.6951 ++ cygwin* | mingw* | pw32*) 32.6952 ++ # FIXME: the MSVC++ port hasn't been tested in a loooong time 32.6953 ++ # When not using gcc, we currently assume that we are using 32.6954 ++ # Microsoft Visual C++. 32.6955 ++ if test "$GCC" != yes; then 32.6956 ++ with_gnu_ld=no 32.6957 ++ fi 32.6958 ++ ;; 32.6959 ++ openbsd*) 32.6960 ++ with_gnu_ld=no 32.6961 ++ ;; 32.6962 ++ esac 32.6963 ++ 32.6964 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=yes 32.6965 ++ if test "$with_gnu_ld" = yes; then 32.6966 ++ # If archive_cmds runs LD, not CC, wlarc should be empty 32.6967 ++ wlarc='${wl}' 32.6968 ++ 32.6969 ++ # See if GNU ld supports shared libraries. 32.6970 ++ case $host_os in 32.6971 ++ aix3* | aix4* | aix5*) 32.6972 ++ # On AIX/PPC, the GNU linker is very broken 32.6973 ++ if test "$host_cpu" != ia64; then 32.6974 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.6975 ++ cat <<EOF 1>&2 32.6976 ++ 32.6977 ++*** Warning: the GNU linker, at least up to release 2.9.1, is reported 32.6978 ++*** to be unable to reliably create shared libraries on AIX. 32.6979 ++*** Therefore, libtool is disabling shared libraries support. If you 32.6980 ++*** really care for shared libraries, you may want to modify your PATH 32.6981 ++*** so that a non-GNU linker is found, and then restart. 32.6982 ++ 32.6983 ++EOF 32.6984 ++ fi 32.6985 ++ ;; 32.6986 ++ 32.6987 ++ amigaos*) 32.6988 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.6989 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.6990 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.6991 ++ 32.6992 ++ # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports 32.6993 ++ # that the semantics of dynamic libraries on AmigaOS, at least up 32.6994 ++ # to version 4, is to share data among multiple programs linked 32.6995 ++ # with the same dynamic library. Since this doesn't match the 32.6996 ++ # behavior of shared libraries on other platforms, we can't use 32.6997 ++ # them. 32.6998 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.6999 ++ ;; 32.7000 ++ 32.7001 ++ beos*) 32.7002 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.7003 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported 32.7004 ++ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 32.7005 ++ # support --undefined. This deserves some investigation. FIXME 32.7006 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.7007 ++ else 32.7008 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7009 ++ fi 32.7010 ++ ;; 32.7011 ++ 32.7012 ++ cygwin* | mingw* | pw32*) 32.7013 ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, 32.7014 ++ # as there is no search path for DLLs. 32.7015 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7016 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported 32.7017 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no 32.7018 ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes 32.7019 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' 32.7020 ++ 32.7021 ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 32.7022 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.7023 ++ # If the export-symbols file already is a .def file (1st line 32.7024 ++ # is EXPORTS), use it as is; otherwise, prepend... 32.7025 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 32.7026 ++ cp $export_symbols $output_objdir/$soname.def; 32.7027 ++ else 32.7028 ++ echo EXPORTS > $output_objdir/$soname.def; 32.7029 ++ cat $export_symbols >> $output_objdir/$soname.def; 32.7030 ++ fi~ 32.7031 ++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.7032 ++ else 32.7033 ++ ld_shlibs=no 32.7034 ++ fi 32.7035 ++ ;; 32.7036 ++ 32.7037 ++ netbsd*) 32.7038 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.7039 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 32.7040 ++ wlarc= 32.7041 ++ else 32.7042 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.7043 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.7044 ++ fi 32.7045 ++ ;; 32.7046 ++ 32.7047 ++ solaris* | sysv5*) 32.7048 ++ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 32.7049 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7050 ++ cat <<EOF 1>&2 32.7051 ++ 32.7052 ++*** Warning: The releases 2.8.* of the GNU linker cannot reliably 32.7053 ++*** create shared libraries on Solaris systems. Therefore, libtool 32.7054 ++*** is disabling shared libraries support. We urge you to upgrade GNU 32.7055 ++*** binutils to release 2.9.1 or newer. Another option is to modify 32.7056 ++*** your PATH or compiler configuration so that the native linker is 32.7057 ++*** used, and then restart. 32.7058 ++ 32.7059 ++EOF 32.7060 ++ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.7061 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.7062 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.7063 ++ else 32.7064 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7065 ++ fi 32.7066 ++ ;; 32.7067 ++ 32.7068 ++ sunos4*) 32.7069 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.7070 ++ wlarc= 32.7071 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7072 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7073 ++ ;; 32.7074 ++ 32.7075 ++ linux*) 32.7076 ++ if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 32.7077 ++ tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.7078 ++ _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds" 32.7079 ++ supports_anon_versioning=no 32.7080 ++ case `$LD -v 2>/dev/null` in 32.7081 ++ *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 32.7082 ++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 32.7083 ++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 32.7084 ++ *\ 2.11.*) ;; # other 2.11 versions 32.7085 ++ *) supports_anon_versioning=yes ;; 32.7086 ++ esac 32.7087 ++ if test $supports_anon_versioning = yes; then 32.7088 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ 32.7089 ++cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 32.7090 ++$echo "local: *; };" >> $output_objdir/$libname.ver~ 32.7091 ++ $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 32.7092 + else 32.7093 +- test "$with_gnu_ld" != yes && break 32.7094 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds" 32.7095 + fi 32.7096 ++ else 32.7097 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7098 + fi 32.7099 +- done 32.7100 +- IFS="$ac_save_ifs" 32.7101 +-else 32.7102 +- ac_cv_path_LD="$LD" # Let the user override the test with a path. 32.7103 +-fi]) 32.7104 +-LD="$ac_cv_path_LD" 32.7105 +-if test -n "$LD"; then 32.7106 +- AC_MSG_RESULT($LD) 32.7107 +-else 32.7108 +- AC_MSG_RESULT(no) 32.7109 +-fi 32.7110 +-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) 32.7111 +-AC_SUBST(LD) 32.7112 +-AM_PROG_LD_GNU 32.7113 +-]) 32.7114 ++ ;; 32.7115 + 32.7116 +-AC_DEFUN(AM_PROG_LD_GNU, 32.7117 +-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], ac_cv_prog_gnu_ld, 32.7118 +-[# I'd rather use --version here, but apparently some GNU ld's only accept -v. 32.7119 +-if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 32.7120 +- ac_cv_prog_gnu_ld=yes 32.7121 +-else 32.7122 +- ac_cv_prog_gnu_ld=no 32.7123 +-fi]) 32.7124 +-]) 32.7125 ++ *) 32.7126 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.7127 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.7128 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.7129 ++ else 32.7130 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7131 ++ fi 32.7132 ++ ;; 32.7133 ++ esac 32.7134 + 32.7135 +-# AM_PROG_NM - find the path to a BSD-compatible name lister 32.7136 +-AC_DEFUN(AM_PROG_NM, 32.7137 +-[AC_MSG_CHECKING([for BSD-compatible nm]) 32.7138 +-AC_CACHE_VAL(ac_cv_path_NM, 32.7139 +-[if test -n "$NM"; then 32.7140 +- # Let the user override the test. 32.7141 +- ac_cv_path_NM="$NM" 32.7142 +-else 32.7143 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 32.7144 +- for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do 32.7145 +- test -z "$ac_dir" && ac_dir=. 32.7146 +- if test -f $ac_dir/nm; then 32.7147 +- # Check to see if the nm accepts a BSD-compat flag. 32.7148 +- # Adding the `sed 1q' prevents false positives on HP-UX, which says: 32.7149 +- # nm: unknown option "B" ignored 32.7150 +- if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 32.7151 +- ac_cv_path_NM="$ac_dir/nm -B" 32.7152 +- break 32.7153 +- elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 32.7154 +- ac_cv_path_NM="$ac_dir/nm -p" 32.7155 +- break 32.7156 ++ if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then 32.7157 ++ runpath_var=LD_RUN_PATH 32.7158 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' 32.7159 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' 32.7160 ++ # ancient GNU ld didn't support --whole-archive et. al. 32.7161 ++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 32.7162 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 32.7163 + else 32.7164 +- ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but 32.7165 +- continue # so that we can try to find one that supports BSD flags 32.7166 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= 32.7167 + fi 32.7168 + fi 32.7169 +- done 32.7170 +- IFS="$ac_save_ifs" 32.7171 +- test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm 32.7172 +-fi]) 32.7173 +-NM="$ac_cv_path_NM" 32.7174 +-AC_MSG_RESULT([$NM]) 32.7175 +-AC_SUBST(NM) 32.7176 +-]) 32.7177 ++ else 32.7178 ++ # PORTME fill in a description of your system's linker (not GNU ld) 32.7179 ++ case $host_os in 32.7180 ++ aix3*) 32.7181 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported 32.7182 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes 32.7183 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' 32.7184 ++ # Note: this linker hardcodes the directories in LIBPATH if there 32.7185 ++ # are no directories specified by -L. 32.7186 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7187 ++ if test "$GCC" = yes && test -z "$link_static_flag"; then 32.7188 ++ # Neither direct hardcoding nor static linking is supported with a 32.7189 ++ # broken collect2. 32.7190 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported 32.7191 ++ fi 32.7192 ++ ;; 32.7193 + 32.7194 +-# AM_SYS_NM_PARSE - Check for command ro grab the raw symbol name followed 32.7195 +-# by C symbol name from nm. 32.7196 +-AC_DEFUN(AM_SYS_NM_PARSE, 32.7197 +-[AC_REQUIRE([AC_CANONICAL_HOST])dnl 32.7198 +-AC_REQUIRE([AM_PROG_NM])dnl 32.7199 +-# Check for command to grab the raw symbol name followed by C symbol from nm. 32.7200 +-AC_MSG_CHECKING([command to parse $NM output]) 32.7201 +-AC_CACHE_VAL(ac_cv_sys_global_symbol_pipe, 32.7202 +-[# These are sane defaults that work on at least a few old systems. 32.7203 +-# {They come from Ultrix. What could be older than Ultrix?!! ;)} 32.7204 ++ aix4* | aix5*) 32.7205 ++ if test "$host_cpu" = ia64; then 32.7206 ++ # On IA64, the linker does run time linking by default, so we don't 32.7207 ++ # have to do anything special. 32.7208 ++ aix_use_runtimelinking=no 32.7209 ++ exp_sym_flag='-Bexport' 32.7210 ++ no_entry_flag="" 32.7211 ++ else 32.7212 ++ # If we're using GNU nm, then we don't want the "-C" option. 32.7213 ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm 32.7214 ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 32.7215 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' 32.7216 ++ else 32.7217 ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' 32.7218 ++ fi 32.7219 ++ aix_use_runtimelinking=no 32.7220 ++ 32.7221 ++ # Test if we are trying to use run time linking or normal 32.7222 ++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we 32.7223 ++ # need to do runtime linking. 32.7224 ++ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) 32.7225 ++ for ld_flag in $LDFLAGS; do 32.7226 ++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 32.7227 ++ aix_use_runtimelinking=yes 32.7228 ++ break 32.7229 ++ fi 32.7230 ++ done 32.7231 ++ esac 32.7232 + 32.7233 +-changequote(,)dnl 32.7234 +-# Character class describing NM global symbol codes. 32.7235 +-ac_symcode='[BCDEGRSTU]' 32.7236 ++ exp_sym_flag='-bexport' 32.7237 ++ no_entry_flag='-bnoentry' 32.7238 ++ fi 32.7239 + 32.7240 +-# Regexp to match symbols that can be accessed directly from C. 32.7241 +-ac_sympat='\([_A-Za-z][_A-Za-z0-9]*\)' 32.7242 ++ # When large executables or shared objects are built, AIX ld can 32.7243 ++ # have problems creating the table of contents. If linking a library 32.7244 ++ # or program results in "error TOC overflow" add -mminimal-toc to 32.7245 ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 32.7246 ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 32.7247 ++ 32.7248 ++ _LT_AC_TAGVAR(archive_cmds, $1)='' 32.7249 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7250 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' 32.7251 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.7252 ++ 32.7253 ++ if test "$GCC" = yes; then 32.7254 ++ case $host_os in aix4.[012]|aix4.[012].*) 32.7255 ++ # We only want to do this on AIX 4.2 and lower, the check 32.7256 ++ # below for broken collect2 doesn't work under 4.3+ 32.7257 ++ collect2name=`${CC} -print-prog-name=collect2` 32.7258 ++ if test -f "$collect2name" && \ 32.7259 ++ strings "$collect2name" | grep resolve_lib_name >/dev/null 32.7260 ++ then 32.7261 ++ # We have reworked collect2 32.7262 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7263 ++ else 32.7264 ++ # We have old collect2 32.7265 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported 32.7266 ++ # It fails to find uninstalled libraries when the uninstalled 32.7267 ++ # path is not listed in the libpath. Setting hardcode_minus_L 32.7268 ++ # to unsupported forces relinking 32.7269 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7270 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7271 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= 32.7272 ++ fi 32.7273 ++ esac 32.7274 ++ shared_flag='-shared' 32.7275 ++ else 32.7276 ++ # not using gcc 32.7277 ++ if test "$host_cpu" = ia64; then 32.7278 ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 32.7279 ++ # chokes on -Wl,-G. The following line is correct: 32.7280 ++ shared_flag='-G' 32.7281 ++ else 32.7282 ++ if test "$aix_use_runtimelinking" = yes; then 32.7283 ++ shared_flag='${wl}-G' 32.7284 ++ else 32.7285 ++ shared_flag='${wl}-bM:SRE' 32.7286 ++ fi 32.7287 ++ fi 32.7288 ++ fi 32.7289 + 32.7290 +-# Transform the above into a raw symbol and a C symbol. 32.7291 +-ac_symxfrm='\1 \1' 32.7292 ++ # It seems that -bexpall does not export symbols beginning with 32.7293 ++ # underscore (_), so it is better to generate a list of symbols to export. 32.7294 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes 32.7295 ++ if test "$aix_use_runtimelinking" = yes; then 32.7296 ++ # Warning - without using the other runtime loading flags (-brtl), 32.7297 ++ # -berok will link without error, but may produce a broken library. 32.7298 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' 32.7299 ++ # Determine the default libpath from the value encoded in an empty executable. 32.7300 ++ _LT_AC_SYS_LIBPATH_AIX 32.7301 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" 32.7302 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" 32.7303 ++ else 32.7304 ++ if test "$host_cpu" = ia64; then 32.7305 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' 32.7306 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" 32.7307 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" 32.7308 ++ else 32.7309 ++ # Determine the default libpath from the value encoded in an empty executable. 32.7310 ++ _LT_AC_SYS_LIBPATH_AIX 32.7311 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" 32.7312 ++ # Warning - without using the other run time loading flags, 32.7313 ++ # -berok will link without error, but may produce a broken library. 32.7314 ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' 32.7315 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' 32.7316 ++ # -bexpall does not export symbols beginning with underscore (_) 32.7317 ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes 32.7318 ++ # Exported symbols can be pulled into shared objects from archives 32.7319 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' 32.7320 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes 32.7321 ++ # This is similar to how AIX traditionally builds it's shared libraries. 32.7322 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' 32.7323 ++ fi 32.7324 ++ fi 32.7325 ++ ;; 32.7326 + 32.7327 +-# Define system-specific variables. 32.7328 +-case "$host_os" in 32.7329 +-aix*) 32.7330 +- ac_symcode='[BCDTU]' 32.7331 +- ;; 32.7332 +-irix*) 32.7333 +- # Cannot use undefined symbols on IRIX because inlined functions mess us up. 32.7334 +- ac_symcode='[BCDEGRST]' 32.7335 +- ;; 32.7336 +-solaris*) 32.7337 +- ac_symcode='[BDTU]' 32.7338 +- ;; 32.7339 +-esac 32.7340 ++ amigaos*) 32.7341 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.7342 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7343 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7344 ++ # see comment about different semantics on the GNU ld section 32.7345 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7346 ++ ;; 32.7347 + 32.7348 +-# If we're using GNU nm, then use its standard symbol codes. 32.7349 +-if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then 32.7350 +- ac_symcode='[ABCDGISTUW]' 32.7351 +-fi 32.7352 ++ bsdi4*) 32.7353 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic 32.7354 ++ ;; 32.7355 + 32.7356 +-case "$host_os" in 32.7357 +-cygwin32* | mingw32*) 32.7358 +- # We do not want undefined symbols on cygwin32. The user must 32.7359 +- # arrange to define them via -l arguments. 32.7360 +- ac_symcode='[ABCDGISTW]' 32.7361 +- ;; 32.7362 +-esac 32.7363 +-changequote([,])dnl 32.7364 ++ cygwin* | mingw* | pw32*) 32.7365 ++ # When not using gcc, we currently assume that we are using 32.7366 ++ # Microsoft Visual C++. 32.7367 ++ # hardcode_libdir_flag_spec is actually meaningless, as there is 32.7368 ++ # no search path for DLLs. 32.7369 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' 32.7370 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported 32.7371 ++ # Tell ltmain to make .lib files, not .a files. 32.7372 ++ libext=lib 32.7373 ++ # Tell ltmain to make .dll files, not .so files. 32.7374 ++ shrext=".dll" 32.7375 ++ # FIXME: Setting linknames here is a bad hack. 32.7376 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 32.7377 ++ # The linker will automatically build a .lib file if we build a DLL. 32.7378 ++ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' 32.7379 ++ # FIXME: Should let the user specify the lib program. 32.7380 ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' 32.7381 ++ fix_srcfile_path='`cygpath -w "$srcfile"`' 32.7382 ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes 32.7383 ++ ;; 32.7384 + 32.7385 +-# Try without a prefix undercore, then with it. 32.7386 +-for ac_symprfx in "" "_"; do 32.7387 ++ darwin* | rhapsody*) 32.7388 ++ if test "$GXX" = yes ; then 32.7389 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.7390 ++ case "$host_os" in 32.7391 ++ rhapsody* | darwin1.[[012]]) 32.7392 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' 32.7393 ++ ;; 32.7394 ++ *) # Darwin 1.3 on 32.7395 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.7396 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 32.7397 ++ else 32.7398 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.7399 ++ 10.[[012]]) 32.7400 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 32.7401 ++ ;; 32.7402 ++ 10.*) 32.7403 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' 32.7404 ++ ;; 32.7405 ++ esac 32.7406 ++ fi 32.7407 ++ ;; 32.7408 ++ esac 32.7409 ++ lt_int_apple_cc_single_mod=no 32.7410 ++ output_verbose_link_cmd='echo' 32.7411 ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 32.7412 ++ lt_int_apple_cc_single_mod=yes 32.7413 ++ fi 32.7414 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.7415 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.7416 ++ else 32.7417 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.7418 ++ fi 32.7419 ++ _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.7420 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.7421 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.7422 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.7423 ++ else 32.7424 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.7425 ++ fi 32.7426 ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.7427 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.7428 ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes 32.7429 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported 32.7430 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' 32.7431 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.7432 ++ else 32.7433 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7434 ++ fi 32.7435 ++ ;; 32.7436 + 32.7437 +- # Write the raw and C identifiers. 32.7438 +- # Unlike in ltconfig.in, we need $ac_symprfx before $ac_symxfrm here, 32.7439 +- # otherwise AM_SYS_SYMBOL_UNDERSCORE will always be false 32.7440 +- ac_cv_sys_global_symbol_pipe="sed -n -e 's/^.* $ac_symcode $ac_symprfx$ac_sympat$/$ac_symprfx$ac_symxfrm/p'" 32.7441 ++ dgux*) 32.7442 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7443 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7444 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7445 ++ ;; 32.7446 + 32.7447 +- # Check to see that the pipe works correctly. 32.7448 +- ac_pipe_works=no 32.7449 +- cat > conftest.$ac_ext <<EOF 32.7450 +-#ifdef __cplusplus 32.7451 +-extern "C" { 32.7452 +-#endif 32.7453 +-char nm_test_var; 32.7454 +-void nm_test_func(){} 32.7455 +-#ifdef __cplusplus 32.7456 +-} 32.7457 +-#endif 32.7458 +-int main(){nm_test_var='a';nm_test_func;return 0;} 32.7459 +-EOF 32.7460 +- if AC_TRY_EVAL(ac_compile); then 32.7461 +- # Now try to grab the symbols. 32.7462 +- ac_nlist=conftest.nm 32.7463 +- 32.7464 +- if AC_TRY_EVAL(NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then 32.7465 ++ freebsd1*) 32.7466 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7467 ++ ;; 32.7468 + 32.7469 +- # Try sorting and uniquifying the output. 32.7470 +- if sort "$ac_nlist" | uniq > "$ac_nlist"T; then 32.7471 +- mv -f "$ac_nlist"T "$ac_nlist" 32.7472 +- ac_wcout=`wc "$ac_nlist" 2>/dev/null` 32.7473 +-changequote(,)dnl 32.7474 +- ac_count=`echo "X$ac_wcout" | sed -e 's,^X,,' -e 's/^[ ]*\([0-9][0-9]*\).*$/\1/'` 32.7475 +-changequote([,])dnl 32.7476 +- (test "$ac_count" -ge 0) 2>/dev/null || ac_count=-1 32.7477 ++ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 32.7478 ++ # support. Future versions do this automatically, but an explicit c++rt0.o 32.7479 ++ # does not break anything, and helps significantly (at the cost of a little 32.7480 ++ # extra space). 32.7481 ++ freebsd2.2*) 32.7482 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 32.7483 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 32.7484 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7485 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7486 ++ ;; 32.7487 ++ 32.7488 ++ # Unfortunately, older versions of FreeBSD 2 do not have this feature. 32.7489 ++ freebsd2*) 32.7490 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.7491 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7492 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7493 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7494 ++ ;; 32.7495 ++ 32.7496 ++ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 32.7497 ++ freebsd* | kfreebsd*-gnu) 32.7498 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 32.7499 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 32.7500 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7501 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7502 ++ ;; 32.7503 ++ 32.7504 ++ hpux9*) 32.7505 ++ if test "$GCC" = yes; then 32.7506 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.7507 + else 32.7508 +- rm -f "$ac_nlist"T 32.7509 +- ac_count=-1 32.7510 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.7511 + fi 32.7512 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' 32.7513 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.7514 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7515 ++ 32.7516 ++ # hardcode_minus_L: Not really in the search PATH, 32.7517 ++ # but as the default location of the library. 32.7518 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7519 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' 32.7520 ++ ;; 32.7521 + 32.7522 +- # Make sure that we snagged all the symbols we need. 32.7523 +- if egrep ' nm_test_var$' "$ac_nlist" >/dev/null; then 32.7524 +- if egrep ' nm_test_func$' "$ac_nlist" >/dev/null; then 32.7525 +- cat <<EOF > conftest.c 32.7526 +-#ifdef __cplusplus 32.7527 +-extern "C" { 32.7528 +-#endif 32.7529 ++ hpux10* | hpux11*) 32.7530 ++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then 32.7531 ++ case "$host_cpu" in 32.7532 ++ hppa*64*|ia64*) 32.7533 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.7534 ++ ;; 32.7535 ++ *) 32.7536 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 32.7537 ++ ;; 32.7538 ++ esac 32.7539 ++ else 32.7540 ++ case "$host_cpu" in 32.7541 ++ hppa*64*|ia64*) 32.7542 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7543 ++ ;; 32.7544 ++ *) 32.7545 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 32.7546 ++ ;; 32.7547 ++ esac 32.7548 ++ fi 32.7549 ++ if test "$with_gnu_ld" = no; then 32.7550 ++ case "$host_cpu" in 32.7551 ++ hppa*64*) 32.7552 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' 32.7553 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' 32.7554 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.7555 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.7556 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7557 ++ ;; 32.7558 ++ ia64*) 32.7559 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7560 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.7561 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7562 ++ 32.7563 ++ # hardcode_minus_L: Not really in the search PATH, 32.7564 ++ # but as the default location of the library. 32.7565 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7566 ++ ;; 32.7567 ++ *) 32.7568 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' 32.7569 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.7570 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7571 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' 32.7572 ++ 32.7573 ++ # hardcode_minus_L: Not really in the search PATH, 32.7574 ++ # but as the default location of the library. 32.7575 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7576 ++ ;; 32.7577 ++ esac 32.7578 ++ fi 32.7579 ++ ;; 32.7580 + 32.7581 +-EOF 32.7582 +- # Now generate the symbol file. 32.7583 +- sed 's/^.* \(.*\)$/extern char \1;/' < "$ac_nlist" >> conftest.c 32.7584 ++ irix5* | irix6* | nonstopux*) 32.7585 ++ if test "$GCC" = yes; then 32.7586 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.7587 ++ else 32.7588 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.7589 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' 32.7590 ++ fi 32.7591 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.7592 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.7593 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.7594 ++ ;; 32.7595 + 32.7596 +- cat <<EOF >> conftest.c 32.7597 +-#if defined (__STDC__) && __STDC__ 32.7598 +-# define lt_ptr_t void * 32.7599 +-#else 32.7600 +-# define lt_ptr_t char * 32.7601 +-#endif 32.7602 ++ netbsd*) 32.7603 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.7604 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 32.7605 ++ else 32.7606 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 32.7607 ++ fi 32.7608 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 32.7609 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7610 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7611 ++ ;; 32.7612 + 32.7613 +-/* The number of symbols in dld_preloaded_symbols, -1 if unsorted. */ 32.7614 +-int dld_preloaded_symbol_count = $ac_count; 32.7615 ++ newsos6) 32.7616 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7617 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7618 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.7619 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.7620 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7621 ++ ;; 32.7622 + 32.7623 +-/* The mapping between symbol names and symbols. */ 32.7624 +-struct { 32.7625 +- char *name; 32.7626 +- lt_ptr_t address; 32.7627 +-} 32.7628 +-changequote(,)dnl 32.7629 +-dld_preloaded_symbols[] = 32.7630 +-changequote([,])dnl 32.7631 +-{ 32.7632 +-EOF 32.7633 +- sed 's/^\(.*\) \(.*\)$/ {"\1", (lt_ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c 32.7634 +- cat <<\EOF >> conftest.c 32.7635 +- {0, (lt_ptr_t) 0} 32.7636 +-}; 32.7637 ++ openbsd*) 32.7638 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7639 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7640 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.7641 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.7642 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' 32.7643 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' 32.7644 ++ else 32.7645 ++ case $host_os in 32.7646 ++ openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) 32.7647 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.7648 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 32.7649 ++ ;; 32.7650 ++ *) 32.7651 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.7652 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' 32.7653 ++ ;; 32.7654 ++ esac 32.7655 ++ fi 32.7656 ++ ;; 32.7657 + 32.7658 +-#ifdef __cplusplus 32.7659 +-} 32.7660 +-#endif 32.7661 +-EOF 32.7662 +- # Now try linking the two files. 32.7663 +- mv conftest.$ac_objext conftestm.$ac_objext 32.7664 +- ac_save_LIBS="$LIBS" 32.7665 +- ac_save_CFLAGS="$CFLAGS" 32.7666 +- LIBS="conftestm.$ac_objext" 32.7667 +- CFLAGS="$CFLAGS$no_builtin_flag" 32.7668 +- if AC_TRY_EVAL(ac_link) && test -s conftest; then 32.7669 +- ac_pipe_works=yes 32.7670 +- else 32.7671 +- echo "configure: failed program was:" >&AC_FD_CC 32.7672 +- cat conftest.c >&AC_FD_CC 32.7673 +- fi 32.7674 +- LIBS="$ac_save_LIBS" 32.7675 +- CFLAGS="$ac_save_CFLAGS" 32.7676 ++ os2*) 32.7677 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7678 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7679 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported 32.7680 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 32.7681 ++ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 32.7682 ++ ;; 32.7683 ++ 32.7684 ++ osf3*) 32.7685 ++ if test "$GCC" = yes; then 32.7686 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' 32.7687 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.7688 ++ else 32.7689 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' 32.7690 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.7691 ++ fi 32.7692 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.7693 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.7694 ++ ;; 32.7695 ++ 32.7696 ++ osf4* | osf5*) # as osf3* with the addition of -msym flag 32.7697 ++ if test "$GCC" = yes; then 32.7698 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' 32.7699 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.7700 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 32.7701 ++ else 32.7702 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' 32.7703 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.7704 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ 32.7705 ++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' 32.7706 ++ 32.7707 ++ # Both c and cxx compiler support -rpath directly 32.7708 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' 32.7709 ++ fi 32.7710 ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 32.7711 ++ ;; 32.7712 ++ 32.7713 ++ sco3.2v5*) 32.7714 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7715 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7716 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' 32.7717 ++ runpath_var=LD_RUN_PATH 32.7718 ++ hardcode_runpath_var=yes 32.7719 ++ ;; 32.7720 ++ 32.7721 ++ solaris*) 32.7722 ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' 32.7723 ++ if test "$GCC" = yes; then 32.7724 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.7725 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.7726 ++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 32.7727 ++ else 32.7728 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7729 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.7730 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.7731 ++ fi 32.7732 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 32.7733 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7734 ++ case $host_os in 32.7735 ++ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; 32.7736 ++ *) # Supported since Solaris 2.6 (maybe 2.5.1?) 32.7737 ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; 32.7738 ++ esac 32.7739 ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 32.7740 ++ ;; 32.7741 ++ 32.7742 ++ sunos4*) 32.7743 ++ if test "x$host_vendor" = xsequent; then 32.7744 ++ # Use $CC to link under sequent, because it throws in some extra .o 32.7745 ++ # files that make .init and .fini sections work. 32.7746 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 32.7747 ++ else 32.7748 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 32.7749 ++ fi 32.7750 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7751 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7752 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes 32.7753 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7754 ++ ;; 32.7755 ++ 32.7756 ++ sysv4) 32.7757 ++ case $host_vendor in 32.7758 ++ sni) 32.7759 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7760 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? 32.7761 ++ ;; 32.7762 ++ siemens) 32.7763 ++ ## LD is ld it makes a PLAMLIB 32.7764 ++ ## CC just makes a GrossModule. 32.7765 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.7766 ++ _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' 32.7767 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no 32.7768 ++ ;; 32.7769 ++ motorola) 32.7770 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7771 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie 32.7772 ++ ;; 32.7773 ++ esac 32.7774 ++ runpath_var='LD_RUN_PATH' 32.7775 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7776 ++ ;; 32.7777 ++ 32.7778 ++ sysv4.3*) 32.7779 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7780 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7781 ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' 32.7782 ++ ;; 32.7783 ++ 32.7784 ++ sysv4*MP*) 32.7785 ++ if test -d /usr/nec; then 32.7786 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7787 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7788 ++ runpath_var=LD_RUN_PATH 32.7789 ++ hardcode_runpath_var=yes 32.7790 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=yes 32.7791 ++ fi 32.7792 ++ ;; 32.7793 ++ 32.7794 ++ sysv4.2uw2*) 32.7795 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.7796 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes 32.7797 ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=no 32.7798 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7799 ++ hardcode_runpath_var=yes 32.7800 ++ runpath_var=LD_RUN_PATH 32.7801 ++ ;; 32.7802 ++ 32.7803 ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) 32.7804 ++ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' 32.7805 ++ if test "$GCC" = yes; then 32.7806 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.7807 ++ else 32.7808 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.7809 ++ fi 32.7810 ++ runpath_var='LD_RUN_PATH' 32.7811 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7812 ++ ;; 32.7813 ++ 32.7814 ++ sysv5*) 32.7815 ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' 32.7816 ++ # $CC -shared without GNU ld will not create a library from C++ 32.7817 ++ # object files and a static libstdc++, better avoid it by now 32.7818 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7819 ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.7820 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.7821 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= 32.7822 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7823 ++ runpath_var='LD_RUN_PATH' 32.7824 ++ ;; 32.7825 ++ 32.7826 ++ uts4*) 32.7827 ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.7828 ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' 32.7829 ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no 32.7830 ++ ;; 32.7831 ++ 32.7832 ++ *) 32.7833 ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no 32.7834 ++ ;; 32.7835 ++ esac 32.7836 ++ fi 32.7837 ++]) 32.7838 ++AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) 32.7839 ++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no 32.7840 ++ 32.7841 ++variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 32.7842 ++if test "$GCC" = yes; then 32.7843 ++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 32.7844 ++fi 32.7845 ++ 32.7846 ++# 32.7847 ++# Do we need to explicitly link libc? 32.7848 ++# 32.7849 ++case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in 32.7850 ++x|xyes) 32.7851 ++ # Assume -lc should be added 32.7852 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes 32.7853 ++ 32.7854 ++ if test "$enable_shared" = yes && test "$GCC" = yes; then 32.7855 ++ case $_LT_AC_TAGVAR(archive_cmds, $1) in 32.7856 ++ *'~'*) 32.7857 ++ # FIXME: we may have to deal with multi-command sequences. 32.7858 ++ ;; 32.7859 ++ '$CC '*) 32.7860 ++ # Test whether the compiler implicitly links with -lc since on some 32.7861 ++ # systems, -lgcc has to come before -lc. If gcc already passes -lc 32.7862 ++ # to ld, don't add -lc before -lgcc. 32.7863 ++ AC_MSG_CHECKING([whether -lc should be explicitly linked in]) 32.7864 ++ $rm conftest* 32.7865 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.7866 ++ 32.7867 ++ if AC_TRY_EVAL(ac_compile) 2>conftest.err; then 32.7868 ++ soname=conftest 32.7869 ++ lib=conftest 32.7870 ++ libobjs=conftest.$ac_objext 32.7871 ++ deplibs= 32.7872 ++ wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) 32.7873 ++ compiler_flags=-v 32.7874 ++ linker_flags=-v 32.7875 ++ verstring= 32.7876 ++ output_objdir=. 32.7877 ++ libname=conftest 32.7878 ++ lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) 32.7879 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)= 32.7880 ++ if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 32.7881 ++ then 32.7882 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 32.7883 + else 32.7884 +- echo "cannot find nm_test_func in $ac_nlist" >&AC_FD_CC 32.7885 ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes 32.7886 + fi 32.7887 ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag 32.7888 + else 32.7889 +- echo "cannot find nm_test_var in $ac_nlist" >&AC_FD_CC 32.7890 ++ cat conftest.err 1>&5 32.7891 + fi 32.7892 +- else 32.7893 +- echo "cannot run $ac_cv_sys_global_symbol_pipe" >&AC_FD_CC 32.7894 +- fi 32.7895 +- else 32.7896 +- echo "$progname: failed program was:" >&AC_FD_CC 32.7897 +- cat conftest.c >&AC_FD_CC 32.7898 ++ $rm conftest* 32.7899 ++ AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) 32.7900 ++ ;; 32.7901 ++ esac 32.7902 + fi 32.7903 +- rm -rf conftest* 32.7904 ++ ;; 32.7905 ++esac 32.7906 ++])# AC_LIBTOOL_PROG_LD_SHLIBS 32.7907 + 32.7908 +- # Do not use the global_symbol_pipe unless it works. 32.7909 +- if test "$ac_pipe_works" = yes; then 32.7910 +- if test x"$ac_symprfx" = x"_"; then 32.7911 +- ac_cv_sys_symbol_underscore=yes 32.7912 +- else 32.7913 +- ac_cv_sys_symbol_underscore=no 32.7914 +- fi 32.7915 +- break 32.7916 +- else 32.7917 +- ac_cv_sys_global_symbol_pipe= 32.7918 +- fi 32.7919 +-done 32.7920 ++ 32.7921 ++# _LT_AC_FILE_LTDLL_C 32.7922 ++# ------------------- 32.7923 ++# Be careful that the start marker always follows a newline. 32.7924 ++AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ 32.7925 ++# /* ltdll.c starts here */ 32.7926 ++# #define WIN32_LEAN_AND_MEAN 32.7927 ++# #include <windows.h> 32.7928 ++# #undef WIN32_LEAN_AND_MEAN 32.7929 ++# #include <stdio.h> 32.7930 ++# 32.7931 ++# #ifndef __CYGWIN__ 32.7932 ++# # ifdef __CYGWIN32__ 32.7933 ++# # define __CYGWIN__ __CYGWIN32__ 32.7934 ++# # endif 32.7935 ++# #endif 32.7936 ++# 32.7937 ++# #ifdef __cplusplus 32.7938 ++# extern "C" { 32.7939 ++# #endif 32.7940 ++# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); 32.7941 ++# #ifdef __cplusplus 32.7942 ++# } 32.7943 ++# #endif 32.7944 ++# 32.7945 ++# #ifdef __CYGWIN__ 32.7946 ++# #include <cygwin/cygwin_dll.h> 32.7947 ++# DECLARE_CYGWIN_DLL( DllMain ); 32.7948 ++# #endif 32.7949 ++# HINSTANCE __hDllInstance_base; 32.7950 ++# 32.7951 ++# BOOL APIENTRY 32.7952 ++# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) 32.7953 ++# { 32.7954 ++# __hDllInstance_base = hInst; 32.7955 ++# return TRUE; 32.7956 ++# } 32.7957 ++# /* ltdll.c ends here */ 32.7958 ++])# _LT_AC_FILE_LTDLL_C 32.7959 ++ 32.7960 ++ 32.7961 ++# _LT_AC_TAGVAR(VARNAME, [TAGNAME]) 32.7962 ++# --------------------------------- 32.7963 ++AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) 32.7964 ++ 32.7965 ++ 32.7966 ++# old names 32.7967 ++AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) 32.7968 ++AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) 32.7969 ++AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) 32.7970 ++AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) 32.7971 ++AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) 32.7972 ++AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) 32.7973 ++AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) 32.7974 ++ 32.7975 ++# This is just to silence aclocal about the macro not being used 32.7976 ++ifelse([AC_DISABLE_FAST_INSTALL]) 32.7977 ++ 32.7978 ++AC_DEFUN([LT_AC_PROG_GCJ], 32.7979 ++[AC_CHECK_TOOL(GCJ, gcj, no) 32.7980 ++ test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" 32.7981 ++ AC_SUBST(GCJFLAGS) 32.7982 + ]) 32.7983 + 32.7984 +-ac_result=yes 32.7985 +-if test -z "$ac_cv_sys_global_symbol_pipe"; then 32.7986 +- ac_result=no 32.7987 +-fi 32.7988 +-AC_MSG_RESULT($ac_result) 32.7989 +-]) 32.7990 +- 32.7991 +-# AM_SYS_LIBTOOL_CYGWIN32 - find tools needed on cygwin32 32.7992 +-AC_DEFUN(AM_SYS_LIBTOOL_CYGWIN32, 32.7993 +-[AC_CHECK_TOOL(DLLTOOL, dlltool, false) 32.7994 +-AC_CHECK_TOOL(AS, as, false) 32.7995 +-]) 32.7996 +- 32.7997 +-# AM_SYS_SYMBOL_UNDERSCORE - does the compiler prefix global symbols 32.7998 +-# with an underscore? 32.7999 +-AC_DEFUN(AM_SYS_SYMBOL_UNDERSCORE, 32.8000 +-[AC_REQUIRE([AM_PROG_NM])dnl 32.8001 +-AC_REQUIRE([AM_SYS_NM_PARSE])dnl 32.8002 +-AC_MSG_CHECKING([for _ prefix in compiled symbols]) 32.8003 +-AC_CACHE_VAL(ac_cv_sys_symbol_underscore, 32.8004 +-[ac_cv_sys_symbol_underscore=no 32.8005 +-cat > conftest.$ac_ext <<EOF 32.8006 +-void nm_test_func(){} 32.8007 +-int main(){nm_test_func;return 0;} 32.8008 +-EOF 32.8009 +-if AC_TRY_EVAL(ac_compile); then 32.8010 +- # Now try to grab the symbols. 32.8011 +- ac_nlist=conftest.nm 32.8012 +- if AC_TRY_EVAL(NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then 32.8013 +- # See whether the symbols have a leading underscore. 32.8014 +- if egrep '^_nm_test_func' "$ac_nlist" >/dev/null; then 32.8015 +- ac_cv_sys_symbol_underscore=yes 32.8016 +- else 32.8017 +- if egrep '^nm_test_func ' "$ac_nlist" >/dev/null; then 32.8018 +- : 32.8019 +- else 32.8020 +- echo "configure: cannot find nm_test_func in $ac_nlist" >&AC_FD_CC 32.8021 ++AC_DEFUN([LT_AC_PROG_RC], 32.8022 ++[AC_CHECK_TOOL(RC, windres, no) 32.8023 ++]) 32.8024 ++ 32.8025 ++# NOTE: This macro has been submitted for inclusion into # 32.8026 ++# GNU Autoconf as AC_PROG_SED. When it is available in # 32.8027 ++# a released version of Autoconf we should remove this # 32.8028 ++# macro and use it instead. # 32.8029 ++# LT_AC_PROG_SED 32.8030 ++# -------------- 32.8031 ++# Check for a fully-functional sed program, that truncates 32.8032 ++# as few characters as possible. Prefer GNU sed if found. 32.8033 ++AC_DEFUN([LT_AC_PROG_SED], 32.8034 ++[AC_MSG_CHECKING([for a sed that does not truncate output]) 32.8035 ++AC_CACHE_VAL(lt_cv_path_SED, 32.8036 ++[# Loop through the user's path and test for sed and gsed. 32.8037 ++# Then use that list of sed's as ones to test for truncation. 32.8038 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.8039 ++for as_dir in $PATH 32.8040 ++do 32.8041 ++ IFS=$as_save_IFS 32.8042 ++ test -z "$as_dir" && as_dir=. 32.8043 ++ for lt_ac_prog in sed gsed; do 32.8044 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.8045 ++ if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then 32.8046 ++ lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" 32.8047 + fi 32.8048 +- fi 32.8049 +- else 32.8050 +- echo "configure: cannot run $ac_cv_sys_global_symbol_pipe" >&AC_FD_CC 32.8051 ++ done 32.8052 ++ done 32.8053 ++done 32.8054 ++lt_ac_max=0 32.8055 ++lt_ac_count=0 32.8056 ++# Add /usr/xpg4/bin/sed as it is typically found on Solaris 32.8057 ++# along with /bin/sed that truncates output. 32.8058 ++for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do 32.8059 ++ test ! -f $lt_ac_sed && break 32.8060 ++ cat /dev/null > conftest.in 32.8061 ++ lt_ac_count=0 32.8062 ++ echo $ECHO_N "0123456789$ECHO_C" >conftest.in 32.8063 ++ # Check for GNU sed and select it if it is found. 32.8064 ++ if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then 32.8065 ++ lt_cv_path_SED=$lt_ac_sed 32.8066 ++ break 32.8067 + fi 32.8068 +-else 32.8069 +- echo "configure: failed program was:" >&AC_FD_CC 32.8070 +- cat conftest.c >&AC_FD_CC 32.8071 +-fi 32.8072 +-rm -rf conftest* 32.8073 ++ while true; do 32.8074 ++ cat conftest.in conftest.in >conftest.tmp 32.8075 ++ mv conftest.tmp conftest.in 32.8076 ++ cp conftest.in conftest.nl 32.8077 ++ echo >>conftest.nl 32.8078 ++ $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break 32.8079 ++ cmp -s conftest.out conftest.nl || break 32.8080 ++ # 10000 chars as input seems more than enough 32.8081 ++ test $lt_ac_count -gt 10 && break 32.8082 ++ lt_ac_count=`expr $lt_ac_count + 1` 32.8083 ++ if test $lt_ac_count -gt $lt_ac_max; then 32.8084 ++ lt_ac_max=$lt_ac_count 32.8085 ++ lt_cv_path_SED=$lt_ac_sed 32.8086 ++ fi 32.8087 ++ done 32.8088 ++done 32.8089 ++SED=$lt_cv_path_SED 32.8090 + ]) 32.8091 +-AC_MSG_RESULT($ac_cv_sys_symbol_underscore) 32.8092 +-USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no} 32.8093 +-AC_SUBST(USE_SYMBOL_UNDERSCORE)dnl 32.8094 ++AC_MSG_RESULT([$SED]) 32.8095 + ]) 32.8096 + 32.8097 + # Add --enable-maintainer-mode option to configure. 32.8098 + # From Jim Meyering 32.8099 + 32.8100 +-# serial 1 32.8101 ++# Copyright 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. 32.8102 ++ 32.8103 ++# This program is free software; you can redistribute it and/or modify 32.8104 ++# it under the terms of the GNU General Public License as published by 32.8105 ++# the Free Software Foundation; either version 2, or (at your option) 32.8106 ++# any later version. 32.8107 ++ 32.8108 ++# This program is distributed in the hope that it will be useful, 32.8109 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.8110 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.8111 ++# GNU General Public License for more details. 32.8112 ++ 32.8113 ++# You should have received a copy of the GNU General Public License 32.8114 ++# along with this program; if not, write to the Free Software 32.8115 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.8116 ++# 02111-1307, USA. 32.8117 + 32.8118 +-AC_DEFUN(AM_MAINTAINER_MODE, 32.8119 ++# serial 2 32.8120 ++ 32.8121 ++AC_DEFUN([AM_MAINTAINER_MODE], 32.8122 + [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 32.8123 + dnl maintainer-mode is disabled by default 32.8124 + AC_ARG_ENABLE(maintainer-mode, 32.8125 +@@ -673,25 +6792,14 @@ AC_DEFUN(AM_MAINTAINER_MODE, 32.8126 + (and sometimes confusing) to the casual installer], 32.8127 + USE_MAINTAINER_MODE=$enableval, 32.8128 + USE_MAINTAINER_MODE=no) 32.8129 +- AC_MSG_RESULT($USE_MAINTAINER_MODE) 32.8130 +- AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes) 32.8131 ++ AC_MSG_RESULT([$USE_MAINTAINER_MODE]) 32.8132 ++ AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) 32.8133 + MAINT=$MAINTAINER_MODE_TRUE 32.8134 + AC_SUBST(MAINT)dnl 32.8135 + ] 32.8136 + ) 32.8137 + 32.8138 +-# Define a conditional. 32.8139 +- 32.8140 +-AC_DEFUN(AM_CONDITIONAL, 32.8141 +-[AC_SUBST($1_TRUE) 32.8142 +-AC_SUBST($1_FALSE) 32.8143 +-if $2; then 32.8144 +- $1_TRUE= 32.8145 +- $1_FALSE='#' 32.8146 +-else 32.8147 +- $1_TRUE='#' 32.8148 +- $1_FALSE= 32.8149 +-fi]) 32.8150 ++AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) 32.8151 + 32.8152 + # Configure paths for GTK+ 32.8153 + # Owen Taylor 97-11-3 32.8154 +--- libstroke-0.5.1.orig/config.guess 32.8155 ++++ libstroke-0.5.1/config.guess 32.8156 +@@ -1,7 +1,11 @@ 32.8157 + #! /bin/sh 32.8158 + # Attempt to guess a canonical system name. 32.8159 +-# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. 32.8160 +-# 32.8161 ++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 32.8162 ++# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 32.8163 ++# Inc. 32.8164 ++ 32.8165 ++timestamp='2007-07-22' 32.8166 ++ 32.8167 + # This file is free software; you can redistribute it and/or modify it 32.8168 + # under the terms of the GNU General Public License as published by 32.8169 + # the Free Software Foundation; either version 2 of the License, or 32.8170 +@@ -14,160 +18,327 @@ 32.8171 + # 32.8172 + # You should have received a copy of the GNU General Public License 32.8173 + # along with this program; if not, write to the Free Software 32.8174 +-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 32.8175 ++# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 32.8176 ++# 02110-1301, USA. 32.8177 + # 32.8178 + # As a special exception to the GNU General Public License, if you 32.8179 + # distribute this file as part of a program that contains a 32.8180 + # configuration script generated by Autoconf, you may include it under 32.8181 + # the same distribution terms that you use for the rest of that program. 32.8182 + 32.8183 +-# Written by Per Bothner <bothner@cygnus.com>. 32.8184 +-# The master version of this file is at the FSF in /home/gd/gnu/lib. 32.8185 ++ 32.8186 ++# Originally written by Per Bothner <per@bothner.com>. 32.8187 ++# Please send patches to <config-patches@gnu.org>. Submit a context 32.8188 ++# diff and a properly formatted ChangeLog entry. 32.8189 + # 32.8190 + # This script attempts to guess a canonical system name similar to 32.8191 + # config.sub. If it succeeds, it prints the system name on stdout, and 32.8192 + # exits with 0. Otherwise, it exits with 1. 32.8193 + # 32.8194 + # The plan is that this can be called by configure scripts if you 32.8195 +-# don't specify an explicit system type (host/target name). 32.8196 +-# 32.8197 +-# Only a few systems have been added to this list; please add others 32.8198 +-# (but try to keep the structure clean). 32.8199 +-# 32.8200 ++# don't specify an explicit build system type. 32.8201 ++ 32.8202 ++me=`echo "$0" | sed -e 's,.*/,,'` 32.8203 ++ 32.8204 ++usage="\ 32.8205 ++Usage: $0 [OPTION] 32.8206 ++ 32.8207 ++Output the configuration name of the system \`$me' is run on. 32.8208 ++ 32.8209 ++Operation modes: 32.8210 ++ -h, --help print this help, then exit 32.8211 ++ -t, --time-stamp print date of last modification, then exit 32.8212 ++ -v, --version print version number, then exit 32.8213 ++ 32.8214 ++Report bugs and patches to <config-patches@gnu.org>." 32.8215 ++ 32.8216 ++version="\ 32.8217 ++GNU config.guess ($timestamp) 32.8218 ++ 32.8219 ++Originally written by Per Bothner. 32.8220 ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 32.8221 ++Free Software Foundation, Inc. 32.8222 ++ 32.8223 ++This is free software; see the source for copying conditions. There is NO 32.8224 ++warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 32.8225 ++ 32.8226 ++help=" 32.8227 ++Try \`$me --help' for more information." 32.8228 ++ 32.8229 ++# Parse command line 32.8230 ++while test $# -gt 0 ; do 32.8231 ++ case $1 in 32.8232 ++ --time-stamp | --time* | -t ) 32.8233 ++ echo "$timestamp" ; exit ;; 32.8234 ++ --version | -v ) 32.8235 ++ echo "$version" ; exit ;; 32.8236 ++ --help | --h* | -h ) 32.8237 ++ echo "$usage"; exit ;; 32.8238 ++ -- ) # Stop option processing 32.8239 ++ shift; break ;; 32.8240 ++ - ) # Use stdin as input. 32.8241 ++ break ;; 32.8242 ++ -* ) 32.8243 ++ echo "$me: invalid option $1$help" >&2 32.8244 ++ exit 1 ;; 32.8245 ++ * ) 32.8246 ++ break ;; 32.8247 ++ esac 32.8248 ++done 32.8249 ++ 32.8250 ++if test $# != 0; then 32.8251 ++ echo "$me: too many arguments$help" >&2 32.8252 ++ exit 1 32.8253 ++fi 32.8254 ++ 32.8255 ++trap 'exit 1' 1 2 15 32.8256 ++ 32.8257 ++# CC_FOR_BUILD -- compiler used by this script. Note that the use of a 32.8258 ++# compiler to aid in system detection is discouraged as it requires 32.8259 ++# temporary files to be created and, as you can see below, it is a 32.8260 ++# headache to deal with in a portable fashion. 32.8261 ++ 32.8262 ++# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 32.8263 ++# use `HOST_CC' if defined, but it is deprecated. 32.8264 ++ 32.8265 ++# Portable tmp directory creation inspired by the Autoconf team. 32.8266 ++ 32.8267 ++set_cc_for_build=' 32.8268 ++trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; 32.8269 ++trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; 32.8270 ++: ${TMPDIR=/tmp} ; 32.8271 ++ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 32.8272 ++ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || 32.8273 ++ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 32.8274 ++ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 32.8275 ++dummy=$tmp/dummy ; 32.8276 ++tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; 32.8277 ++case $CC_FOR_BUILD,$HOST_CC,$CC in 32.8278 ++ ,,) echo "int x;" > $dummy.c ; 32.8279 ++ for c in cc gcc c89 c99 ; do 32.8280 ++ if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then 32.8281 ++ CC_FOR_BUILD="$c"; break ; 32.8282 ++ fi ; 32.8283 ++ done ; 32.8284 ++ if test x"$CC_FOR_BUILD" = x ; then 32.8285 ++ CC_FOR_BUILD=no_compiler_found ; 32.8286 ++ fi 32.8287 ++ ;; 32.8288 ++ ,,*) CC_FOR_BUILD=$CC ;; 32.8289 ++ ,*,*) CC_FOR_BUILD=$HOST_CC ;; 32.8290 ++esac ; set_cc_for_build= ;' 32.8291 + 32.8292 + # This is needed to find uname on a Pyramid OSx when run in the BSD universe. 32.8293 +-# (ghazi@noc.rutgers.edu 8/24/94.) 32.8294 ++# (ghazi@noc.rutgers.edu 1994-08-24) 32.8295 + if (test -f /.attbin/uname) >/dev/null 2>&1 ; then 32.8296 + PATH=$PATH:/.attbin ; export PATH 32.8297 + fi 32.8298 + 32.8299 + UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 32.8300 + UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 32.8301 +-UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 32.8302 ++UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 32.8303 + UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 32.8304 + 32.8305 +-trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15 32.8306 +- 32.8307 + # Note: order is significant - the case branches are not exclusive. 32.8308 + 32.8309 + case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in 32.8310 ++ *:NetBSD:*:*) 32.8311 ++ # NetBSD (nbsd) targets should (where applicable) match one or 32.8312 ++ # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, 32.8313 ++ # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently 32.8314 ++ # switched to ELF, *-*-netbsd* would select the old 32.8315 ++ # object file format. This provides both forward 32.8316 ++ # compatibility and a consistent mechanism for selecting the 32.8317 ++ # object file format. 32.8318 ++ # 32.8319 ++ # Note: NetBSD doesn't particularly care about the vendor 32.8320 ++ # portion of the name. We always set it to "unknown". 32.8321 ++ sysctl="sysctl -n hw.machine_arch" 32.8322 ++ UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ 32.8323 ++ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` 32.8324 ++ case "${UNAME_MACHINE_ARCH}" in 32.8325 ++ armeb) machine=armeb-unknown ;; 32.8326 ++ arm*) machine=arm-unknown ;; 32.8327 ++ sh3el) machine=shl-unknown ;; 32.8328 ++ sh3eb) machine=sh-unknown ;; 32.8329 ++ sh5el) machine=sh5le-unknown ;; 32.8330 ++ *) machine=${UNAME_MACHINE_ARCH}-unknown ;; 32.8331 ++ esac 32.8332 ++ # The Operating System including object format, if it has switched 32.8333 ++ # to ELF recently, or will in the future. 32.8334 ++ case "${UNAME_MACHINE_ARCH}" in 32.8335 ++ arm*|i386|m68k|ns32k|sh3*|sparc|vax) 32.8336 ++ eval $set_cc_for_build 32.8337 ++ if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 32.8338 ++ | grep __ELF__ >/dev/null 32.8339 ++ then 32.8340 ++ # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). 32.8341 ++ # Return netbsd for either. FIX? 32.8342 ++ os=netbsd 32.8343 ++ else 32.8344 ++ os=netbsdelf 32.8345 ++ fi 32.8346 ++ ;; 32.8347 ++ *) 32.8348 ++ os=netbsd 32.8349 ++ ;; 32.8350 ++ esac 32.8351 ++ # The OS release 32.8352 ++ # Debian GNU/NetBSD machines have a different userland, and 32.8353 ++ # thus, need a distinct triplet. However, they do not need 32.8354 ++ # kernel version information, so it can be replaced with a 32.8355 ++ # suitable tag, in the style of linux-gnu. 32.8356 ++ case "${UNAME_VERSION}" in 32.8357 ++ Debian*) 32.8358 ++ release='-gnu' 32.8359 ++ ;; 32.8360 ++ *) 32.8361 ++ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 32.8362 ++ ;; 32.8363 ++ esac 32.8364 ++ # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: 32.8365 ++ # contains redundant information, the shorter form: 32.8366 ++ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. 32.8367 ++ echo "${machine}-${os}${release}" 32.8368 ++ exit ;; 32.8369 ++ *:OpenBSD:*:*) 32.8370 ++ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` 32.8371 ++ echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} 32.8372 ++ exit ;; 32.8373 ++ *:ekkoBSD:*:*) 32.8374 ++ echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} 32.8375 ++ exit ;; 32.8376 ++ *:SolidBSD:*:*) 32.8377 ++ echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} 32.8378 ++ exit ;; 32.8379 ++ macppc:MirBSD:*:*) 32.8380 ++ echo powerpc-unknown-mirbsd${UNAME_RELEASE} 32.8381 ++ exit ;; 32.8382 ++ *:MirBSD:*:*) 32.8383 ++ echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} 32.8384 ++ exit ;; 32.8385 + alpha:OSF1:*:*) 32.8386 +- if test $UNAME_RELEASE = "V4.0"; then 32.8387 ++ case $UNAME_RELEASE in 32.8388 ++ *4.0) 32.8389 + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` 32.8390 +- fi 32.8391 ++ ;; 32.8392 ++ *5.*) 32.8393 ++ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` 32.8394 ++ ;; 32.8395 ++ esac 32.8396 ++ # According to Compaq, /usr/sbin/psrinfo has been available on 32.8397 ++ # OSF/1 and Tru64 systems produced since 1995. I hope that 32.8398 ++ # covers most systems running today. This code pipes the CPU 32.8399 ++ # types through head -n 1, so we only detect the type of CPU 0. 32.8400 ++ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 32.8401 ++ case "$ALPHA_CPU_TYPE" in 32.8402 ++ "EV4 (21064)") 32.8403 ++ UNAME_MACHINE="alpha" ;; 32.8404 ++ "EV4.5 (21064)") 32.8405 ++ UNAME_MACHINE="alpha" ;; 32.8406 ++ "LCA4 (21066/21068)") 32.8407 ++ UNAME_MACHINE="alpha" ;; 32.8408 ++ "EV5 (21164)") 32.8409 ++ UNAME_MACHINE="alphaev5" ;; 32.8410 ++ "EV5.6 (21164A)") 32.8411 ++ UNAME_MACHINE="alphaev56" ;; 32.8412 ++ "EV5.6 (21164PC)") 32.8413 ++ UNAME_MACHINE="alphapca56" ;; 32.8414 ++ "EV5.7 (21164PC)") 32.8415 ++ UNAME_MACHINE="alphapca57" ;; 32.8416 ++ "EV6 (21264)") 32.8417 ++ UNAME_MACHINE="alphaev6" ;; 32.8418 ++ "EV6.7 (21264A)") 32.8419 ++ UNAME_MACHINE="alphaev67" ;; 32.8420 ++ "EV6.8CB (21264C)") 32.8421 ++ UNAME_MACHINE="alphaev68" ;; 32.8422 ++ "EV6.8AL (21264B)") 32.8423 ++ UNAME_MACHINE="alphaev68" ;; 32.8424 ++ "EV6.8CX (21264D)") 32.8425 ++ UNAME_MACHINE="alphaev68" ;; 32.8426 ++ "EV6.9A (21264/EV69A)") 32.8427 ++ UNAME_MACHINE="alphaev69" ;; 32.8428 ++ "EV7 (21364)") 32.8429 ++ UNAME_MACHINE="alphaev7" ;; 32.8430 ++ "EV7.9 (21364A)") 32.8431 ++ UNAME_MACHINE="alphaev79" ;; 32.8432 ++ esac 32.8433 ++ # A Pn.n version is a patched version. 32.8434 + # A Vn.n version is a released version. 32.8435 + # A Tn.n version is a released field test version. 32.8436 + # A Xn.n version is an unreleased experimental baselevel. 32.8437 + # 1.2 uses "1.2" for uname -r. 32.8438 +- cat <<EOF >dummy.s 32.8439 +- .globl main 32.8440 +- .ent main 32.8441 +-main: 32.8442 +- .frame \$30,0,\$26,0 32.8443 +- .prologue 0 32.8444 +- .long 0x47e03d80 # implver $0 32.8445 +- lda \$2,259 32.8446 +- .long 0x47e20c21 # amask $2,$1 32.8447 +- srl \$1,8,\$2 32.8448 +- sll \$2,2,\$2 32.8449 +- sll \$0,3,\$0 32.8450 +- addl \$1,\$0,\$0 32.8451 +- addl \$2,\$0,\$0 32.8452 +- ret \$31,(\$26),1 32.8453 +- .end main 32.8454 +-EOF 32.8455 +- ${CC-cc} dummy.s -o dummy 2>/dev/null 32.8456 +- if test "$?" = 0 ; then 32.8457 +- ./dummy 32.8458 +- case "$?" in 32.8459 +- 7) 32.8460 +- UNAME_MACHINE="alpha" 32.8461 +- ;; 32.8462 +- 15) 32.8463 +- UNAME_MACHINE="alphaev5" 32.8464 +- ;; 32.8465 +- 14) 32.8466 +- UNAME_MACHINE="alphaev56" 32.8467 +- ;; 32.8468 +- 10) 32.8469 +- UNAME_MACHINE="alphapca56" 32.8470 +- ;; 32.8471 +- 16) 32.8472 +- UNAME_MACHINE="alphaev6" 32.8473 +- ;; 32.8474 +- esac 32.8475 +- fi 32.8476 +- rm -f dummy.s dummy 32.8477 +- echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr [[A-Z]] [[a-z]]` 32.8478 +- exit 0 ;; 32.8479 ++ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` 32.8480 ++ exit ;; 32.8481 ++ Alpha\ *:Windows_NT*:*) 32.8482 ++ # How do we know it's Interix rather than the generic POSIX subsystem? 32.8483 ++ # Should we change UNAME_MACHINE based on the output of uname instead 32.8484 ++ # of the specific Alpha model? 32.8485 ++ echo alpha-pc-interix 32.8486 ++ exit ;; 32.8487 + 21064:Windows_NT:50:3) 32.8488 + echo alpha-dec-winnt3.5 32.8489 +- exit 0 ;; 32.8490 ++ exit ;; 32.8491 + Amiga*:UNIX_System_V:4.0:*) 32.8492 +- echo m68k-cbm-sysv4 32.8493 +- exit 0;; 32.8494 +- amiga:NetBSD:*:*) 32.8495 +- echo m68k-cbm-netbsd${UNAME_RELEASE} 32.8496 +- exit 0 ;; 32.8497 +- amiga:OpenBSD:*:*) 32.8498 +- echo m68k-unknown-openbsd${UNAME_RELEASE} 32.8499 +- exit 0 ;; 32.8500 ++ echo m68k-unknown-sysv4 32.8501 ++ exit ;; 32.8502 + *:[Aa]miga[Oo][Ss]:*:*) 32.8503 + echo ${UNAME_MACHINE}-unknown-amigaos 32.8504 +- exit 0 ;; 32.8505 +- arc64:OpenBSD:*:*) 32.8506 +- echo mips64el-unknown-openbsd${UNAME_RELEASE} 32.8507 +- exit 0 ;; 32.8508 +- arc:OpenBSD:*:*) 32.8509 +- echo mipsel-unknown-openbsd${UNAME_RELEASE} 32.8510 +- exit 0 ;; 32.8511 +- hkmips:OpenBSD:*:*) 32.8512 +- echo mips-unknown-openbsd${UNAME_RELEASE} 32.8513 +- exit 0 ;; 32.8514 +- pmax:OpenBSD:*:*) 32.8515 +- echo mipsel-unknown-openbsd${UNAME_RELEASE} 32.8516 +- exit 0 ;; 32.8517 +- sgi:OpenBSD:*:*) 32.8518 +- echo mips-unknown-openbsd${UNAME_RELEASE} 32.8519 +- exit 0 ;; 32.8520 +- wgrisc:OpenBSD:*:*) 32.8521 +- echo mipsel-unknown-openbsd${UNAME_RELEASE} 32.8522 +- exit 0 ;; 32.8523 ++ exit ;; 32.8524 ++ *:[Mm]orph[Oo][Ss]:*:*) 32.8525 ++ echo ${UNAME_MACHINE}-unknown-morphos 32.8526 ++ exit ;; 32.8527 ++ *:OS/390:*:*) 32.8528 ++ echo i370-ibm-openedition 32.8529 ++ exit ;; 32.8530 ++ *:z/VM:*:*) 32.8531 ++ echo s390-ibm-zvmoe 32.8532 ++ exit ;; 32.8533 ++ *:OS400:*:*) 32.8534 ++ echo powerpc-ibm-os400 32.8535 ++ exit ;; 32.8536 + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) 32.8537 + echo arm-acorn-riscix${UNAME_RELEASE} 32.8538 +- exit 0;; 32.8539 +- arm32:NetBSD:*:*) 32.8540 +- echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 32.8541 +- exit 0 ;; 32.8542 +- SR2?01:HI-UX/MPP:*:*) 32.8543 ++ exit ;; 32.8544 ++ arm:riscos:*:*|arm:RISCOS:*:*) 32.8545 ++ echo arm-unknown-riscos 32.8546 ++ exit ;; 32.8547 ++ SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) 32.8548 + echo hppa1.1-hitachi-hiuxmpp 32.8549 +- exit 0;; 32.8550 +- Pyramid*:OSx*:*:*|MIS*:OSx*:*:*|MIS*:SMP_DC-OSx*:*:*) 32.8551 ++ exit ;; 32.8552 ++ Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) 32.8553 + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. 32.8554 + if test "`(/bin/universe) 2>/dev/null`" = att ; then 32.8555 + echo pyramid-pyramid-sysv3 32.8556 + else 32.8557 + echo pyramid-pyramid-bsd 32.8558 + fi 32.8559 +- exit 0 ;; 32.8560 +- NILE:*:*:dcosx) 32.8561 ++ exit ;; 32.8562 ++ NILE*:*:*:dcosx) 32.8563 + echo pyramid-pyramid-svr4 32.8564 +- exit 0 ;; 32.8565 ++ exit ;; 32.8566 ++ DRS?6000:unix:4.0:6*) 32.8567 ++ echo sparc-icl-nx6 32.8568 ++ exit ;; 32.8569 ++ DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) 32.8570 ++ case `/usr/bin/uname -p` in 32.8571 ++ sparc) echo sparc-icl-nx7; exit ;; 32.8572 ++ esac ;; 32.8573 + sun4H:SunOS:5.*:*) 32.8574 + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 32.8575 +- exit 0 ;; 32.8576 ++ exit ;; 32.8577 + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) 32.8578 + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 32.8579 +- exit 0 ;; 32.8580 +- i86pc:SunOS:5.*:*) 32.8581 ++ exit ;; 32.8582 ++ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 32.8583 + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 32.8584 +- exit 0 ;; 32.8585 ++ exit ;; 32.8586 + sun4*:SunOS:6*:*) 32.8587 + # According to config.sub, this is the proper way to canonicalize 32.8588 + # SunOS6. Hard to guess exactly what SunOS6 will be like, but 32.8589 + # it's likely to be more like Solaris than SunOS4. 32.8590 + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 32.8591 +- exit 0 ;; 32.8592 ++ exit ;; 32.8593 + sun4*:SunOS:*:*) 32.8594 + case "`/usr/bin/arch -k`" in 32.8595 + Series*|S4*) 32.8596 +@@ -176,12 +347,12 @@ EOF 32.8597 + esac 32.8598 + # Japanese Language versions have a version number like `4.1.3-JL'. 32.8599 + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` 32.8600 +- exit 0 ;; 32.8601 ++ exit ;; 32.8602 + sun3*:SunOS:*:*) 32.8603 + echo m68k-sun-sunos${UNAME_RELEASE} 32.8604 +- exit 0 ;; 32.8605 ++ exit ;; 32.8606 + sun*:*:4.2BSD:*) 32.8607 +- UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` 32.8608 ++ UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` 32.8609 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 32.8610 + case "`/bin/arch`" in 32.8611 + sun3) 32.8612 +@@ -191,55 +362,63 @@ EOF 32.8613 + echo sparc-sun-sunos${UNAME_RELEASE} 32.8614 + ;; 32.8615 + esac 32.8616 +- exit 0 ;; 32.8617 ++ exit ;; 32.8618 + aushp:SunOS:*:*) 32.8619 + echo sparc-auspex-sunos${UNAME_RELEASE} 32.8620 +- exit 0 ;; 32.8621 +- atari*:NetBSD:*:*) 32.8622 +- echo m68k-atari-netbsd${UNAME_RELEASE} 32.8623 +- exit 0 ;; 32.8624 +- atari*:OpenBSD:*:*) 32.8625 +- echo m68k-unknown-openbsd${UNAME_RELEASE} 32.8626 +- exit 0 ;; 32.8627 +- sun3*:NetBSD:*:*) 32.8628 +- echo m68k-sun-netbsd${UNAME_RELEASE} 32.8629 +- exit 0 ;; 32.8630 +- sun3*:OpenBSD:*:*) 32.8631 +- echo m68k-unknown-openbsd${UNAME_RELEASE} 32.8632 +- exit 0 ;; 32.8633 +- mac68k:NetBSD:*:*) 32.8634 +- echo m68k-apple-netbsd${UNAME_RELEASE} 32.8635 +- exit 0 ;; 32.8636 +- mac68k:OpenBSD:*:*) 32.8637 +- echo m68k-unknown-openbsd${UNAME_RELEASE} 32.8638 +- exit 0 ;; 32.8639 +- mvme68k:OpenBSD:*:*) 32.8640 +- echo m68k-unknown-openbsd${UNAME_RELEASE} 32.8641 +- exit 0 ;; 32.8642 +- mvme88k:OpenBSD:*:*) 32.8643 +- echo m88k-unknown-openbsd${UNAME_RELEASE} 32.8644 +- exit 0 ;; 32.8645 ++ exit ;; 32.8646 ++ # The situation for MiNT is a little confusing. The machine name 32.8647 ++ # can be virtually everything (everything which is not 32.8648 ++ # "atarist" or "atariste" at least should have a processor 32.8649 ++ # > m68000). The system name ranges from "MiNT" over "FreeMiNT" 32.8650 ++ # to the lowercase version "mint" (or "freemint"). Finally 32.8651 ++ # the system name "TOS" denotes a system which is actually not 32.8652 ++ # MiNT. But MiNT is downward compatible to TOS, so this should 32.8653 ++ # be no problem. 32.8654 ++ atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) 32.8655 ++ echo m68k-atari-mint${UNAME_RELEASE} 32.8656 ++ exit ;; 32.8657 ++ atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) 32.8658 ++ echo m68k-atari-mint${UNAME_RELEASE} 32.8659 ++ exit ;; 32.8660 ++ *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) 32.8661 ++ echo m68k-atari-mint${UNAME_RELEASE} 32.8662 ++ exit ;; 32.8663 ++ milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) 32.8664 ++ echo m68k-milan-mint${UNAME_RELEASE} 32.8665 ++ exit ;; 32.8666 ++ hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) 32.8667 ++ echo m68k-hades-mint${UNAME_RELEASE} 32.8668 ++ exit ;; 32.8669 ++ *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) 32.8670 ++ echo m68k-unknown-mint${UNAME_RELEASE} 32.8671 ++ exit ;; 32.8672 ++ m68k:machten:*:*) 32.8673 ++ echo m68k-apple-machten${UNAME_RELEASE} 32.8674 ++ exit ;; 32.8675 + powerpc:machten:*:*) 32.8676 + echo powerpc-apple-machten${UNAME_RELEASE} 32.8677 +- exit 0 ;; 32.8678 +- macppc:NetBSD:*:*) 32.8679 +- echo powerpc-apple-netbsd${UNAME_RELEASE} 32.8680 +- exit 0 ;; 32.8681 ++ exit ;; 32.8682 + RISC*:Mach:*:*) 32.8683 + echo mips-dec-mach_bsd4.3 32.8684 +- exit 0 ;; 32.8685 ++ exit ;; 32.8686 + RISC*:ULTRIX:*:*) 32.8687 + echo mips-dec-ultrix${UNAME_RELEASE} 32.8688 +- exit 0 ;; 32.8689 ++ exit ;; 32.8690 + VAX*:ULTRIX*:*:*) 32.8691 + echo vax-dec-ultrix${UNAME_RELEASE} 32.8692 +- exit 0 ;; 32.8693 +- 2020:CLIX:*:*) 32.8694 ++ exit ;; 32.8695 ++ 2020:CLIX:*:* | 2430:CLIX:*:*) 32.8696 + echo clipper-intergraph-clix${UNAME_RELEASE} 32.8697 +- exit 0 ;; 32.8698 ++ exit ;; 32.8699 + mips:*:*:UMIPS | mips:*:*:RISCos) 32.8700 +- sed 's/^ //' << EOF >dummy.c 32.8701 +- int main (argc, argv) int argc; char **argv; { 32.8702 ++ eval $set_cc_for_build 32.8703 ++ sed 's/^ //' << EOF >$dummy.c 32.8704 ++#ifdef __cplusplus 32.8705 ++#include <stdio.h> /* for printf() prototype */ 32.8706 ++ int main (int argc, char *argv[]) { 32.8707 ++#else 32.8708 ++ int main (argc, argv) int argc; char *argv[]; { 32.8709 ++#endif 32.8710 + #if defined (host_mips) && defined (MIPSEB) 32.8711 + #if defined (SYSTYPE_SYSV) 32.8712 + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); 32.8713 +@@ -254,62 +433,83 @@ EOF 32.8714 + exit (-1); 32.8715 + } 32.8716 + EOF 32.8717 +- ${CC-cc} dummy.c -o dummy \ 32.8718 +- && ./dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ 32.8719 +- && rm dummy.c dummy && exit 0 32.8720 +- rm -f dummy.c dummy 32.8721 ++ $CC_FOR_BUILD -o $dummy $dummy.c && 32.8722 ++ dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && 32.8723 ++ SYSTEM_NAME=`$dummy $dummyarg` && 32.8724 ++ { echo "$SYSTEM_NAME"; exit; } 32.8725 + echo mips-mips-riscos${UNAME_RELEASE} 32.8726 +- exit 0 ;; 32.8727 ++ exit ;; 32.8728 ++ Motorola:PowerMAX_OS:*:*) 32.8729 ++ echo powerpc-motorola-powermax 32.8730 ++ exit ;; 32.8731 ++ Motorola:*:4.3:PL8-*) 32.8732 ++ echo powerpc-harris-powermax 32.8733 ++ exit ;; 32.8734 ++ Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) 32.8735 ++ echo powerpc-harris-powermax 32.8736 ++ exit ;; 32.8737 + Night_Hawk:Power_UNIX:*:*) 32.8738 + echo powerpc-harris-powerunix 32.8739 +- exit 0 ;; 32.8740 ++ exit ;; 32.8741 + m88k:CX/UX:7*:*) 32.8742 + echo m88k-harris-cxux7 32.8743 +- exit 0 ;; 32.8744 ++ exit ;; 32.8745 + m88k:*:4*:R4*) 32.8746 + echo m88k-motorola-sysv4 32.8747 +- exit 0 ;; 32.8748 ++ exit ;; 32.8749 + m88k:*:3*:R3*) 32.8750 + echo m88k-motorola-sysv3 32.8751 +- exit 0 ;; 32.8752 ++ exit ;; 32.8753 + AViiON:dgux:*:*) 32.8754 + # DG/UX returns AViiON for all architectures 32.8755 + UNAME_PROCESSOR=`/usr/bin/uname -p` 32.8756 +- if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then 32.8757 +- if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \ 32.8758 +- -o ${TARGET_BINARY_INTERFACE}x = x ] ; then 32.8759 ++ if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] 32.8760 ++ then 32.8761 ++ if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ 32.8762 ++ [ ${TARGET_BINARY_INTERFACE}x = x ] 32.8763 ++ then 32.8764 + echo m88k-dg-dgux${UNAME_RELEASE} 32.8765 +- else 32.8766 ++ else 32.8767 + echo m88k-dg-dguxbcs${UNAME_RELEASE} 32.8768 ++ fi 32.8769 ++ else 32.8770 ++ echo i586-dg-dgux${UNAME_RELEASE} 32.8771 + fi 32.8772 +- else echo i586-dg-dgux${UNAME_RELEASE} 32.8773 +- fi 32.8774 +- exit 0 ;; 32.8775 ++ exit ;; 32.8776 + M88*:DolphinOS:*:*) # DolphinOS (SVR3) 32.8777 + echo m88k-dolphin-sysv3 32.8778 +- exit 0 ;; 32.8779 ++ exit ;; 32.8780 + M88*:*:R3*:*) 32.8781 + # Delta 88k system running SVR3 32.8782 + echo m88k-motorola-sysv3 32.8783 +- exit 0 ;; 32.8784 ++ exit ;; 32.8785 + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) 32.8786 + echo m88k-tektronix-sysv3 32.8787 +- exit 0 ;; 32.8788 ++ exit ;; 32.8789 + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) 32.8790 + echo m68k-tektronix-bsd 32.8791 +- exit 0 ;; 32.8792 ++ exit ;; 32.8793 + *:IRIX*:*:*) 32.8794 + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` 32.8795 +- exit 0 ;; 32.8796 ++ exit ;; 32.8797 + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 32.8798 +- echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 32.8799 +- exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 32.8800 +- i?86:AIX:*:*) 32.8801 ++ echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 32.8802 ++ exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 32.8803 ++ i*86:AIX:*:*) 32.8804 + echo i386-ibm-aix 32.8805 +- exit 0 ;; 32.8806 ++ exit ;; 32.8807 ++ ia64:AIX:*:*) 32.8808 ++ if [ -x /usr/bin/oslevel ] ; then 32.8809 ++ IBM_REV=`/usr/bin/oslevel` 32.8810 ++ else 32.8811 ++ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} 32.8812 ++ fi 32.8813 ++ echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} 32.8814 ++ exit ;; 32.8815 + *:AIX:2:3) 32.8816 + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then 32.8817 +- sed 's/^ //' << EOF >dummy.c 32.8818 ++ eval $set_cc_for_build 32.8819 ++ sed 's/^ //' << EOF >$dummy.c 32.8820 + #include <sys/systemcfg.h> 32.8821 + 32.8822 + main() 32.8823 +@@ -320,18 +520,21 @@ EOF 32.8824 + exit(0); 32.8825 + } 32.8826 + EOF 32.8827 +- ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0 32.8828 +- rm -f dummy.c dummy 32.8829 +- echo rs6000-ibm-aix3.2.5 32.8830 ++ if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 32.8831 ++ then 32.8832 ++ echo "$SYSTEM_NAME" 32.8833 ++ else 32.8834 ++ echo rs6000-ibm-aix3.2.5 32.8835 ++ fi 32.8836 + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then 32.8837 + echo rs6000-ibm-aix3.2.4 32.8838 + else 32.8839 + echo rs6000-ibm-aix3.2 32.8840 + fi 32.8841 +- exit 0 ;; 32.8842 +- *:AIX:*:4) 32.8843 +- IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'` 32.8844 +- if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then 32.8845 ++ exit ;; 32.8846 ++ *:AIX:*:[45]) 32.8847 ++ IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` 32.8848 ++ if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then 32.8849 + IBM_ARCH=rs6000 32.8850 + else 32.8851 + IBM_ARCH=powerpc 32.8852 +@@ -339,54 +542,73 @@ EOF 32.8853 + if [ -x /usr/bin/oslevel ] ; then 32.8854 + IBM_REV=`/usr/bin/oslevel` 32.8855 + else 32.8856 +- IBM_REV=4.${UNAME_RELEASE} 32.8857 ++ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} 32.8858 + fi 32.8859 + echo ${IBM_ARCH}-ibm-aix${IBM_REV} 32.8860 +- exit 0 ;; 32.8861 ++ exit ;; 32.8862 + *:AIX:*:*) 32.8863 + echo rs6000-ibm-aix 32.8864 +- exit 0 ;; 32.8865 ++ exit ;; 32.8866 + ibmrt:4.4BSD:*|romp-ibm:BSD:*) 32.8867 + echo romp-ibm-bsd4.4 32.8868 +- exit 0 ;; 32.8869 +- ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and 32.8870 ++ exit ;; 32.8871 ++ ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and 32.8872 + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to 32.8873 +- exit 0 ;; # report: romp-ibm BSD 4.3 32.8874 ++ exit ;; # report: romp-ibm BSD 4.3 32.8875 + *:BOSX:*:*) 32.8876 + echo rs6000-bull-bosx 32.8877 +- exit 0 ;; 32.8878 ++ exit ;; 32.8879 + DPX/2?00:B.O.S.:*:*) 32.8880 + echo m68k-bull-sysv3 32.8881 +- exit 0 ;; 32.8882 ++ exit ;; 32.8883 + 9000/[34]??:4.3bsd:1.*:*) 32.8884 + echo m68k-hp-bsd 32.8885 +- exit 0 ;; 32.8886 ++ exit ;; 32.8887 + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) 32.8888 + echo m68k-hp-bsd4.4 32.8889 +- exit 0 ;; 32.8890 ++ exit ;; 32.8891 + 9000/[34678]??:HP-UX:*:*) 32.8892 ++ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` 32.8893 + case "${UNAME_MACHINE}" in 32.8894 + 9000/31? ) HP_ARCH=m68000 ;; 32.8895 + 9000/[34]?? ) HP_ARCH=m68k ;; 32.8896 +- 9000/6?? | 9000/7?? | 9000/80[24] | 9000/8?[13679] | 9000/892 ) 32.8897 +- sed 's/^ //' << EOF >dummy.c 32.8898 ++ 9000/[678][0-9][0-9]) 32.8899 ++ if [ -x /usr/bin/getconf ]; then 32.8900 ++ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` 32.8901 ++ sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` 32.8902 ++ case "${sc_cpu_version}" in 32.8903 ++ 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 32.8904 ++ 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 32.8905 ++ 532) # CPU_PA_RISC2_0 32.8906 ++ case "${sc_kernel_bits}" in 32.8907 ++ 32) HP_ARCH="hppa2.0n" ;; 32.8908 ++ 64) HP_ARCH="hppa2.0w" ;; 32.8909 ++ '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 32.8910 ++ esac ;; 32.8911 ++ esac 32.8912 ++ fi 32.8913 ++ if [ "${HP_ARCH}" = "" ]; then 32.8914 ++ eval $set_cc_for_build 32.8915 ++ sed 's/^ //' << EOF >$dummy.c 32.8916 ++ 32.8917 ++ #define _HPUX_SOURCE 32.8918 + #include <stdlib.h> 32.8919 + #include <unistd.h> 32.8920 +- 32.8921 ++ 32.8922 + int main () 32.8923 + { 32.8924 + #if defined(_SC_KERNEL_BITS) 32.8925 + long bits = sysconf(_SC_KERNEL_BITS); 32.8926 +- #endif 32.8927 ++ #endif 32.8928 + long cpu = sysconf (_SC_CPU_VERSION); 32.8929 +- 32.8930 +- switch (cpu) 32.8931 ++ 32.8932 ++ switch (cpu) 32.8933 + { 32.8934 + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 32.8935 + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 32.8936 +- case CPU_PA_RISC2_0: 32.8937 ++ case CPU_PA_RISC2_0: 32.8938 + #if defined(_SC_KERNEL_BITS) 32.8939 +- switch (bits) 32.8940 ++ switch (bits) 32.8941 + { 32.8942 + case 64: puts ("hppa2.0w"); break; 32.8943 + case 32: puts ("hppa2.0n"); break; 32.8944 +@@ -394,20 +616,46 @@ EOF 32.8945 + } break; 32.8946 + #else /* !defined(_SC_KERNEL_BITS) */ 32.8947 + puts ("hppa2.0"); break; 32.8948 +- #endif 32.8949 ++ #endif 32.8950 + default: puts ("hppa1.0"); break; 32.8951 + } 32.8952 + exit (0); 32.8953 + } 32.8954 + EOF 32.8955 +- (${CC-cc} dummy.c -o dummy 2>/dev/null ) && HP_ARCH=`./dummy` 32.8956 +- rm -f dummy.c dummy 32.8957 ++ (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` 32.8958 ++ test -z "$HP_ARCH" && HP_ARCH=hppa 32.8959 ++ fi ;; 32.8960 + esac 32.8961 +- HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` 32.8962 ++ if [ ${HP_ARCH} = "hppa2.0w" ] 32.8963 ++ then 32.8964 ++ eval $set_cc_for_build 32.8965 ++ 32.8966 ++ # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating 32.8967 ++ # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler 32.8968 ++ # generating 64-bit code. GNU and HP use different nomenclature: 32.8969 ++ # 32.8970 ++ # $ CC_FOR_BUILD=cc ./config.guess 32.8971 ++ # => hppa2.0w-hp-hpux11.23 32.8972 ++ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess 32.8973 ++ # => hppa64-hp-hpux11.23 32.8974 ++ 32.8975 ++ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | 32.8976 ++ grep __LP64__ >/dev/null 32.8977 ++ then 32.8978 ++ HP_ARCH="hppa2.0w" 32.8979 ++ else 32.8980 ++ HP_ARCH="hppa64" 32.8981 ++ fi 32.8982 ++ fi 32.8983 + echo ${HP_ARCH}-hp-hpux${HPUX_REV} 32.8984 +- exit 0 ;; 32.8985 ++ exit ;; 32.8986 ++ ia64:HP-UX:*:*) 32.8987 ++ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` 32.8988 ++ echo ia64-hp-hpux${HPUX_REV} 32.8989 ++ exit ;; 32.8990 + 3050*:HI-UX:*:*) 32.8991 +- sed 's/^ //' << EOF >dummy.c 32.8992 ++ eval $set_cc_for_build 32.8993 ++ sed 's/^ //' << EOF >$dummy.c 32.8994 + #include <unistd.h> 32.8995 + int 32.8996 + main () 32.8997 +@@ -432,341 +680,481 @@ EOF 32.8998 + exit (0); 32.8999 + } 32.9000 + EOF 32.9001 +- ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0 32.9002 +- rm -f dummy.c dummy 32.9003 ++ $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 32.9004 ++ { echo "$SYSTEM_NAME"; exit; } 32.9005 + echo unknown-hitachi-hiuxwe2 32.9006 +- exit 0 ;; 32.9007 ++ exit ;; 32.9008 + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) 32.9009 + echo hppa1.1-hp-bsd 32.9010 +- exit 0 ;; 32.9011 ++ exit ;; 32.9012 + 9000/8??:4.3bsd:*:*) 32.9013 + echo hppa1.0-hp-bsd 32.9014 +- exit 0 ;; 32.9015 ++ exit ;; 32.9016 ++ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) 32.9017 ++ echo hppa1.0-hp-mpeix 32.9018 ++ exit ;; 32.9019 + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) 32.9020 + echo hppa1.1-hp-osf 32.9021 +- exit 0 ;; 32.9022 ++ exit ;; 32.9023 + hp8??:OSF1:*:*) 32.9024 + echo hppa1.0-hp-osf 32.9025 +- exit 0 ;; 32.9026 +- i?86:OSF1:*:*) 32.9027 ++ exit ;; 32.9028 ++ i*86:OSF1:*:*) 32.9029 + if [ -x /usr/sbin/sysversion ] ; then 32.9030 + echo ${UNAME_MACHINE}-unknown-osf1mk 32.9031 + else 32.9032 + echo ${UNAME_MACHINE}-unknown-osf1 32.9033 + fi 32.9034 +- exit 0 ;; 32.9035 ++ exit ;; 32.9036 + parisc*:Lites*:*:*) 32.9037 + echo hppa1.1-hp-lites 32.9038 +- exit 0 ;; 32.9039 ++ exit ;; 32.9040 + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) 32.9041 + echo c1-convex-bsd 32.9042 +- exit 0 ;; 32.9043 ++ exit ;; 32.9044 + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) 32.9045 + if getsysinfo -f scalar_acc 32.9046 + then echo c32-convex-bsd 32.9047 + else echo c2-convex-bsd 32.9048 + fi 32.9049 +- exit 0 ;; 32.9050 ++ exit ;; 32.9051 + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) 32.9052 + echo c34-convex-bsd 32.9053 +- exit 0 ;; 32.9054 ++ exit ;; 32.9055 + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) 32.9056 + echo c38-convex-bsd 32.9057 +- exit 0 ;; 32.9058 ++ exit ;; 32.9059 + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) 32.9060 + echo c4-convex-bsd 32.9061 +- exit 0 ;; 32.9062 +- CRAY*X-MP:*:*:*) 32.9063 +- echo xmp-cray-unicos 32.9064 +- exit 0 ;; 32.9065 ++ exit ;; 32.9066 + CRAY*Y-MP:*:*:*) 32.9067 +- echo ymp-cray-unicos${UNAME_RELEASE} 32.9068 +- exit 0 ;; 32.9069 ++ echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 32.9070 ++ exit ;; 32.9071 + CRAY*[A-Z]90:*:*:*) 32.9072 + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ 32.9073 + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ 32.9074 +- -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ 32.9075 +- exit 0 ;; 32.9076 ++ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ 32.9077 ++ -e 's/\.[^.]*$/.X/' 32.9078 ++ exit ;; 32.9079 + CRAY*TS:*:*:*) 32.9080 +- echo t90-cray-unicos${UNAME_RELEASE} 32.9081 +- exit 0 ;; 32.9082 +- CRAY-2:*:*:*) 32.9083 +- echo cray2-cray-unicos 32.9084 +- exit 0 ;; 32.9085 +- F300:UNIX_System_V:*:*) 32.9086 +- FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's/\///'` 32.9087 ++ echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 32.9088 ++ exit ;; 32.9089 ++ CRAY*T3E:*:*:*) 32.9090 ++ echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 32.9091 ++ exit ;; 32.9092 ++ CRAY*SV1:*:*:*) 32.9093 ++ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 32.9094 ++ exit ;; 32.9095 ++ *:UNICOS/mp:*:*) 32.9096 ++ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 32.9097 ++ exit ;; 32.9098 ++ F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) 32.9099 ++ FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` 32.9100 ++ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` 32.9101 + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` 32.9102 +- echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" 32.9103 +- exit 0 ;; 32.9104 +- F301:UNIX_System_V:*:*) 32.9105 +- echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'` 32.9106 +- exit 0 ;; 32.9107 +- hp3[0-9][05]:NetBSD:*:*) 32.9108 +- echo m68k-hp-netbsd${UNAME_RELEASE} 32.9109 +- exit 0 ;; 32.9110 +- hp300:OpenBSD:*:*) 32.9111 +- echo m68k-unknown-openbsd${UNAME_RELEASE} 32.9112 +- exit 0 ;; 32.9113 ++ echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" 32.9114 ++ exit ;; 32.9115 ++ 5000:UNIX_System_V:4.*:*) 32.9116 ++ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` 32.9117 ++ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` 32.9118 ++ echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" 32.9119 ++ exit ;; 32.9120 ++ i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) 32.9121 ++ echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} 32.9122 ++ exit ;; 32.9123 + sparc*:BSD/OS:*:*) 32.9124 + echo sparc-unknown-bsdi${UNAME_RELEASE} 32.9125 +- exit 0 ;; 32.9126 +- i?86:BSD/386:*:* | *:BSD/OS:*:*) 32.9127 +- echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} 32.9128 +- exit 0 ;; 32.9129 ++ exit ;; 32.9130 ++ *:BSD/OS:*:*) 32.9131 ++ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} 32.9132 ++ exit ;; 32.9133 + *:FreeBSD:*:*) 32.9134 +- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` 32.9135 +- exit 0 ;; 32.9136 +- *:NetBSD:*:*) 32.9137 +- echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 32.9138 +- exit 0 ;; 32.9139 +- *:OpenBSD:*:*) 32.9140 +- echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 32.9141 +- exit 0 ;; 32.9142 ++ case ${UNAME_MACHINE} in 32.9143 ++ pc98) 32.9144 ++ echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 32.9145 ++ amd64) 32.9146 ++ echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 32.9147 ++ *) 32.9148 ++ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 32.9149 ++ esac 32.9150 ++ exit ;; 32.9151 + i*:CYGWIN*:*) 32.9152 +- echo ${UNAME_MACHINE}-pc-cygwin32 32.9153 +- exit 0 ;; 32.9154 +- i*:MINGW*:*) 32.9155 ++ echo ${UNAME_MACHINE}-pc-cygwin 32.9156 ++ exit ;; 32.9157 ++ *:MINGW*:*) 32.9158 + echo ${UNAME_MACHINE}-pc-mingw32 32.9159 +- exit 0 ;; 32.9160 ++ exit ;; 32.9161 ++ i*:windows32*:*) 32.9162 ++ # uname -m includes "-pc" on this system. 32.9163 ++ echo ${UNAME_MACHINE}-mingw32 32.9164 ++ exit ;; 32.9165 ++ i*:PW*:*) 32.9166 ++ echo ${UNAME_MACHINE}-pc-pw32 32.9167 ++ exit ;; 32.9168 ++ *:Interix*:[3456]*) 32.9169 ++ case ${UNAME_MACHINE} in 32.9170 ++ x86) 32.9171 ++ echo i586-pc-interix${UNAME_RELEASE} 32.9172 ++ exit ;; 32.9173 ++ EM64T | authenticamd) 32.9174 ++ echo x86_64-unknown-interix${UNAME_RELEASE} 32.9175 ++ exit ;; 32.9176 ++ esac ;; 32.9177 ++ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 32.9178 ++ echo i${UNAME_MACHINE}-pc-mks 32.9179 ++ exit ;; 32.9180 ++ i*:Windows_NT*:* | Pentium*:Windows_NT*:*) 32.9181 ++ # How do we know it's Interix rather than the generic POSIX subsystem? 32.9182 ++ # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we 32.9183 ++ # UNAME_MACHINE based on the output of uname instead of i386? 32.9184 ++ echo i586-pc-interix 32.9185 ++ exit ;; 32.9186 ++ i*:UWIN*:*) 32.9187 ++ echo ${UNAME_MACHINE}-pc-uwin 32.9188 ++ exit ;; 32.9189 ++ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) 32.9190 ++ echo x86_64-unknown-cygwin 32.9191 ++ exit ;; 32.9192 + p*:CYGWIN*:*) 32.9193 +- echo powerpcle-unknown-cygwin32 32.9194 +- exit 0 ;; 32.9195 ++ echo powerpcle-unknown-cygwin 32.9196 ++ exit ;; 32.9197 + prep*:SunOS:5.*:*) 32.9198 + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 32.9199 +- exit 0 ;; 32.9200 ++ exit ;; 32.9201 + *:GNU:*:*) 32.9202 ++ # the GNU system 32.9203 + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 32.9204 +- exit 0 ;; 32.9205 +- *:Linux:*:*) 32.9206 +- # uname on the ARM produces all sorts of strangeness, and we need to 32.9207 +- # filter it out. 32.9208 +- case "$UNAME_MACHINE" in 32.9209 +- arm* | sa110*) UNAME_MACHINE="arm" ;; 32.9210 ++ exit ;; 32.9211 ++ *:GNU/*:*:*) 32.9212 ++ # other systems with GNU libc and userland 32.9213 ++ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu 32.9214 ++ exit ;; 32.9215 ++ i*86:Minix:*:*) 32.9216 ++ echo ${UNAME_MACHINE}-pc-minix 32.9217 ++ exit ;; 32.9218 ++ arm*:Linux:*:*) 32.9219 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9220 ++ exit ;; 32.9221 ++ avr32*:Linux:*:*) 32.9222 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9223 ++ exit ;; 32.9224 ++ cris:Linux:*:*) 32.9225 ++ echo cris-axis-linux-gnu 32.9226 ++ exit ;; 32.9227 ++ crisv32:Linux:*:*) 32.9228 ++ echo crisv32-axis-linux-gnu 32.9229 ++ exit ;; 32.9230 ++ frv:Linux:*:*) 32.9231 ++ echo frv-unknown-linux-gnu 32.9232 ++ exit ;; 32.9233 ++ ia64:Linux:*:*) 32.9234 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9235 ++ exit ;; 32.9236 ++ m32r*:Linux:*:*) 32.9237 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9238 ++ exit ;; 32.9239 ++ m68*:Linux:*:*) 32.9240 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9241 ++ exit ;; 32.9242 ++ mips:Linux:*:*) 32.9243 ++ eval $set_cc_for_build 32.9244 ++ sed 's/^ //' << EOF >$dummy.c 32.9245 ++ #undef CPU 32.9246 ++ #undef mips 32.9247 ++ #undef mipsel 32.9248 ++ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) 32.9249 ++ CPU=mipsel 32.9250 ++ #else 32.9251 ++ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) 32.9252 ++ CPU=mips 32.9253 ++ #else 32.9254 ++ CPU= 32.9255 ++ #endif 32.9256 ++ #endif 32.9257 ++EOF 32.9258 ++ eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 32.9259 ++ /^CPU/{ 32.9260 ++ s: ::g 32.9261 ++ p 32.9262 ++ }'`" 32.9263 ++ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 32.9264 ++ ;; 32.9265 ++ mips64:Linux:*:*) 32.9266 ++ eval $set_cc_for_build 32.9267 ++ sed 's/^ //' << EOF >$dummy.c 32.9268 ++ #undef CPU 32.9269 ++ #undef mips64 32.9270 ++ #undef mips64el 32.9271 ++ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) 32.9272 ++ CPU=mips64el 32.9273 ++ #else 32.9274 ++ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) 32.9275 ++ CPU=mips64 32.9276 ++ #else 32.9277 ++ CPU= 32.9278 ++ #endif 32.9279 ++ #endif 32.9280 ++EOF 32.9281 ++ eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 32.9282 ++ /^CPU/{ 32.9283 ++ s: ::g 32.9284 ++ p 32.9285 ++ }'`" 32.9286 ++ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 32.9287 ++ ;; 32.9288 ++ or32:Linux:*:*) 32.9289 ++ echo or32-unknown-linux-gnu 32.9290 ++ exit ;; 32.9291 ++ ppc:Linux:*:*) 32.9292 ++ echo powerpc-unknown-linux-gnu 32.9293 ++ exit ;; 32.9294 ++ ppc64:Linux:*:*) 32.9295 ++ echo powerpc64-unknown-linux-gnu 32.9296 ++ exit ;; 32.9297 ++ alpha:Linux:*:*) 32.9298 ++ case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in 32.9299 ++ EV5) UNAME_MACHINE=alphaev5 ;; 32.9300 ++ EV56) UNAME_MACHINE=alphaev56 ;; 32.9301 ++ PCA56) UNAME_MACHINE=alphapca56 ;; 32.9302 ++ PCA57) UNAME_MACHINE=alphapca56 ;; 32.9303 ++ EV6) UNAME_MACHINE=alphaev6 ;; 32.9304 ++ EV67) UNAME_MACHINE=alphaev67 ;; 32.9305 ++ EV68*) UNAME_MACHINE=alphaev68 ;; 32.9306 ++ esac 32.9307 ++ objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null 32.9308 ++ if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi 32.9309 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} 32.9310 ++ exit ;; 32.9311 ++ parisc:Linux:*:* | hppa:Linux:*:*) 32.9312 ++ # Look for CPU level 32.9313 ++ case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in 32.9314 ++ PA7*) echo hppa1.1-unknown-linux-gnu ;; 32.9315 ++ PA8*) echo hppa2.0-unknown-linux-gnu ;; 32.9316 ++ *) echo hppa-unknown-linux-gnu ;; 32.9317 + esac 32.9318 +- 32.9319 ++ exit ;; 32.9320 ++ parisc64:Linux:*:* | hppa64:Linux:*:*) 32.9321 ++ echo hppa64-unknown-linux-gnu 32.9322 ++ exit ;; 32.9323 ++ s390:Linux:*:* | s390x:Linux:*:*) 32.9324 ++ echo ${UNAME_MACHINE}-ibm-linux 32.9325 ++ exit ;; 32.9326 ++ sh64*:Linux:*:*) 32.9327 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9328 ++ exit ;; 32.9329 ++ sh*:Linux:*:*) 32.9330 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9331 ++ exit ;; 32.9332 ++ sparc:Linux:*:* | sparc64:Linux:*:*) 32.9333 ++ echo ${UNAME_MACHINE}-unknown-linux-gnu 32.9334 ++ exit ;; 32.9335 ++ vax:Linux:*:*) 32.9336 ++ echo ${UNAME_MACHINE}-dec-linux-gnu 32.9337 ++ exit ;; 32.9338 ++ x86_64:Linux:*:*) 32.9339 ++ echo x86_64-unknown-linux-gnu 32.9340 ++ exit ;; 32.9341 ++ xtensa:Linux:*:*) 32.9342 ++ echo xtensa-unknown-linux-gnu 32.9343 ++ exit ;; 32.9344 ++ i*86:Linux:*:*) 32.9345 + # The BFD linker knows what the default object file format is, so 32.9346 +- # first see if it will tell us. 32.9347 +- ld_help_string=`ld --help 2>&1` 32.9348 +- ld_supported_emulations=`echo $ld_help_string \ 32.9349 +- | sed -ne '/supported emulations:/!d 32.9350 ++ # first see if it will tell us. cd to the root directory to prevent 32.9351 ++ # problems with other programs or directories called `ld' in the path. 32.9352 ++ # Set LC_ALL=C to ensure ld outputs messages in English. 32.9353 ++ ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ 32.9354 ++ | sed -ne '/supported targets:/!d 32.9355 + s/[ ][ ]*/ /g 32.9356 +- s/.*supported emulations: *// 32.9357 ++ s/.*supported targets: *// 32.9358 + s/ .*// 32.9359 + p'` 32.9360 +- case "$ld_supported_emulations" in 32.9361 +- i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;; 32.9362 +- i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;; 32.9363 +- sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; 32.9364 +- armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; 32.9365 +- m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; 32.9366 +- elf32ppc) echo "powerpc-unknown-linux-gnu" ; exit 0 ;; 32.9367 +- esac 32.9368 +- 32.9369 +- if test "${UNAME_MACHINE}" = "alpha" ; then 32.9370 +- sed 's/^ //' <<EOF >dummy.s 32.9371 +- .globl main 32.9372 +- .ent main 32.9373 +- main: 32.9374 +- .frame \$30,0,\$26,0 32.9375 +- .prologue 0 32.9376 +- .long 0x47e03d80 # implver $0 32.9377 +- lda \$2,259 32.9378 +- .long 0x47e20c21 # amask $2,$1 32.9379 +- srl \$1,8,\$2 32.9380 +- sll \$2,2,\$2 32.9381 +- sll \$0,3,\$0 32.9382 +- addl \$1,\$0,\$0 32.9383 +- addl \$2,\$0,\$0 32.9384 +- ret \$31,(\$26),1 32.9385 +- .end main 32.9386 +-EOF 32.9387 +- LIBC="" 32.9388 +- ${CC-cc} dummy.s -o dummy 2>/dev/null 32.9389 +- if test "$?" = 0 ; then 32.9390 +- ./dummy 32.9391 +- case "$?" in 32.9392 +- 7) 32.9393 +- UNAME_MACHINE="alpha" 32.9394 +- ;; 32.9395 +- 15) 32.9396 +- UNAME_MACHINE="alphaev5" 32.9397 +- ;; 32.9398 +- 14) 32.9399 +- UNAME_MACHINE="alphaev56" 32.9400 +- ;; 32.9401 +- 10) 32.9402 +- UNAME_MACHINE="alphapca56" 32.9403 +- ;; 32.9404 +- 16) 32.9405 +- UNAME_MACHINE="alphaev6" 32.9406 +- ;; 32.9407 +- esac 32.9408 +- 32.9409 +- objdump --private-headers dummy | \ 32.9410 +- grep ld.so.1 > /dev/null 32.9411 +- if test "$?" = 0 ; then 32.9412 +- LIBC="libc1" 32.9413 +- fi 32.9414 +- fi 32.9415 +- rm -f dummy.s dummy 32.9416 +- echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ; exit 0 32.9417 +- elif test "${UNAME_MACHINE}" = "mips" ; then 32.9418 +- cat >dummy.c <<EOF 32.9419 +-main(argc, argv) 32.9420 +- int argc; 32.9421 +- char *argv[]; 32.9422 +-{ 32.9423 +-#ifdef __MIPSEB__ 32.9424 +- printf ("%s-unknown-linux-gnu\n", argv[1]); 32.9425 +-#endif 32.9426 +-#ifdef __MIPSEL__ 32.9427 +- printf ("%sel-unknown-linux-gnu\n", argv[1]); 32.9428 +-#endif 32.9429 +- return 0; 32.9430 +-} 32.9431 +-EOF 32.9432 +- ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 32.9433 +- rm -f dummy.c dummy 32.9434 +- else 32.9435 +- # Either a pre-BFD a.out linker (linux-gnuoldld) 32.9436 +- # or one that does not give us useful --help. 32.9437 +- # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. 32.9438 +- # If ld does not provide *any* "supported emulations:" 32.9439 +- # that means it is gnuoldld. 32.9440 +- echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:" 32.9441 +- test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 32.9442 +- 32.9443 +- case "${UNAME_MACHINE}" in 32.9444 +- i?86) 32.9445 +- VENDOR=pc; 32.9446 +- ;; 32.9447 +- *) 32.9448 +- VENDOR=unknown; 32.9449 +- ;; 32.9450 +- esac 32.9451 +- # Determine whether the default compiler is a.out or elf 32.9452 +- cat >dummy.c <<EOF 32.9453 +-#include <features.h> 32.9454 +-main(argc, argv) 32.9455 +- int argc; 32.9456 +- char *argv[]; 32.9457 +-{ 32.9458 +-#ifdef __ELF__ 32.9459 +-# ifdef __GLIBC__ 32.9460 +-# if __GLIBC__ >= 2 32.9461 +- printf ("%s-${VENDOR}-linux-gnu\n", argv[1]); 32.9462 +-# else 32.9463 +- printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); 32.9464 +-# endif 32.9465 +-# else 32.9466 +- printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); 32.9467 +-# endif 32.9468 +-#else 32.9469 +- printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]); 32.9470 +-#endif 32.9471 +- return 0; 32.9472 +-} 32.9473 ++ case "$ld_supported_targets" in 32.9474 ++ elf32-i386) 32.9475 ++ TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" 32.9476 ++ ;; 32.9477 ++ a.out-i386-linux) 32.9478 ++ echo "${UNAME_MACHINE}-pc-linux-gnuaout" 32.9479 ++ exit ;; 32.9480 ++ coff-i386) 32.9481 ++ echo "${UNAME_MACHINE}-pc-linux-gnucoff" 32.9482 ++ exit ;; 32.9483 ++ "") 32.9484 ++ # Either a pre-BFD a.out linker (linux-gnuoldld) or 32.9485 ++ # one that does not give us useful --help. 32.9486 ++ echo "${UNAME_MACHINE}-pc-linux-gnuoldld" 32.9487 ++ exit ;; 32.9488 ++ esac 32.9489 ++ # Determine whether the default compiler is a.out or elf 32.9490 ++ eval $set_cc_for_build 32.9491 ++ sed 's/^ //' << EOF >$dummy.c 32.9492 ++ #include <features.h> 32.9493 ++ #ifdef __ELF__ 32.9494 ++ # ifdef __GLIBC__ 32.9495 ++ # if __GLIBC__ >= 2 32.9496 ++ LIBC=gnu 32.9497 ++ # else 32.9498 ++ LIBC=gnulibc1 32.9499 ++ # endif 32.9500 ++ # else 32.9501 ++ LIBC=gnulibc1 32.9502 ++ # endif 32.9503 ++ #else 32.9504 ++ #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) 32.9505 ++ LIBC=gnu 32.9506 ++ #else 32.9507 ++ LIBC=gnuaout 32.9508 ++ #endif 32.9509 ++ #endif 32.9510 ++ #ifdef __dietlibc__ 32.9511 ++ LIBC=dietlibc 32.9512 ++ #endif 32.9513 + EOF 32.9514 +- ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 32.9515 +- rm -f dummy.c dummy 32.9516 +- fi ;; 32.9517 +-# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions 32.9518 +-# are messed up and put the nodename in both sysname and nodename. 32.9519 +- i?86:DYNIX/ptx:4*:*) 32.9520 ++ eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 32.9521 ++ /^LIBC/{ 32.9522 ++ s: ::g 32.9523 ++ p 32.9524 ++ }'`" 32.9525 ++ test x"${LIBC}" != x && { 32.9526 ++ echo "${UNAME_MACHINE}-pc-linux-${LIBC}" 32.9527 ++ exit 32.9528 ++ } 32.9529 ++ test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } 32.9530 ++ ;; 32.9531 ++ i*86:DYNIX/ptx:4*:*) 32.9532 ++ # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. 32.9533 ++ # earlier versions are messed up and put the nodename in both 32.9534 ++ # sysname and nodename. 32.9535 + echo i386-sequent-sysv4 32.9536 +- exit 0 ;; 32.9537 +- i?86:UNIX_SV:4.2MP:2.*) 32.9538 ++ exit ;; 32.9539 ++ i*86:UNIX_SV:4.2MP:2.*) 32.9540 + # Unixware is an offshoot of SVR4, but it has its own version 32.9541 + # number series starting with 2... 32.9542 + # I am not positive that other SVR4 systems won't match this, 32.9543 + # I just have to hope. -- rms. 32.9544 + # Use sysv4.2uw... so that sysv4* matches it. 32.9545 + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} 32.9546 +- exit 0 ;; 32.9547 +- i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) 32.9548 ++ exit ;; 32.9549 ++ i*86:OS/2:*:*) 32.9550 ++ # If we were able to find `uname', then EMX Unix compatibility 32.9551 ++ # is probably installed. 32.9552 ++ echo ${UNAME_MACHINE}-pc-os2-emx 32.9553 ++ exit ;; 32.9554 ++ i*86:XTS-300:*:STOP) 32.9555 ++ echo ${UNAME_MACHINE}-unknown-stop 32.9556 ++ exit ;; 32.9557 ++ i*86:atheos:*:*) 32.9558 ++ echo ${UNAME_MACHINE}-unknown-atheos 32.9559 ++ exit ;; 32.9560 ++ i*86:syllable:*:*) 32.9561 ++ echo ${UNAME_MACHINE}-pc-syllable 32.9562 ++ exit ;; 32.9563 ++ i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) 32.9564 ++ echo i386-unknown-lynxos${UNAME_RELEASE} 32.9565 ++ exit ;; 32.9566 ++ i*86:*DOS:*:*) 32.9567 ++ echo ${UNAME_MACHINE}-pc-msdosdjgpp 32.9568 ++ exit ;; 32.9569 ++ i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) 32.9570 ++ UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` 32.9571 + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then 32.9572 +- echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} 32.9573 ++ echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} 32.9574 + else 32.9575 +- echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE} 32.9576 ++ echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} 32.9577 + fi 32.9578 +- exit 0 ;; 32.9579 +- i?86:*:3.2:*) 32.9580 ++ exit ;; 32.9581 ++ i*86:*:5:[678]*) 32.9582 ++ # UnixWare 7.x, OpenUNIX and OpenServer 6. 32.9583 ++ case `/bin/uname -X | grep "^Machine"` in 32.9584 ++ *486*) UNAME_MACHINE=i486 ;; 32.9585 ++ *Pentium) UNAME_MACHINE=i586 ;; 32.9586 ++ *Pent*|*Celeron) UNAME_MACHINE=i686 ;; 32.9587 ++ esac 32.9588 ++ echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} 32.9589 ++ exit ;; 32.9590 ++ i*86:*:3.2:*) 32.9591 + if test -f /usr/options/cb.name; then 32.9592 + UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` 32.9593 + echo ${UNAME_MACHINE}-pc-isc$UNAME_REL 32.9594 + elif /bin/uname -X 2>/dev/null >/dev/null ; then 32.9595 +- UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` 32.9596 +- (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 32.9597 +- (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ 32.9598 ++ UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` 32.9599 ++ (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 32.9600 ++ (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ 32.9601 + && UNAME_MACHINE=i586 32.9602 ++ (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ 32.9603 ++ && UNAME_MACHINE=i686 32.9604 ++ (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ 32.9605 ++ && UNAME_MACHINE=i686 32.9606 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL 32.9607 + else 32.9608 + echo ${UNAME_MACHINE}-pc-sysv32 32.9609 + fi 32.9610 +- exit 0 ;; 32.9611 +- i?86:UnixWare:*:*) 32.9612 +- if /bin/uname -X 2>/dev/null >/dev/null ; then 32.9613 +- (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ 32.9614 +- && UNAME_MACHINE=i586 32.9615 +- fi 32.9616 +- echo ${UNAME_MACHINE}-unixware-${UNAME_RELEASE}-${UNAME_VERSION} 32.9617 +- exit 0 ;; 32.9618 ++ exit ;; 32.9619 + pc:*:*:*) 32.9620 ++ # Left here for compatibility: 32.9621 + # uname -m prints for DJGPP always 'pc', but it prints nothing about 32.9622 + # the processor, so we play safe by assuming i386. 32.9623 + echo i386-pc-msdosdjgpp 32.9624 +- exit 0 ;; 32.9625 ++ exit ;; 32.9626 + Intel:Mach:3*:*) 32.9627 + echo i386-pc-mach3 32.9628 +- exit 0 ;; 32.9629 ++ exit ;; 32.9630 + paragon:*:*:*) 32.9631 + echo i860-intel-osf1 32.9632 +- exit 0 ;; 32.9633 ++ exit ;; 32.9634 + i860:*:4.*:*) # i860-SVR4 32.9635 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then 32.9636 + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 32.9637 + else # Add other i860-SVR4 vendors below as they are discovered. 32.9638 + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 32.9639 + fi 32.9640 +- exit 0 ;; 32.9641 ++ exit ;; 32.9642 + mini*:CTIX:SYS*5:*) 32.9643 + # "miniframe" 32.9644 + echo m68010-convergent-sysv 32.9645 +- exit 0 ;; 32.9646 +- M68*:*:R3V[567]*:*) 32.9647 +- test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 32.9648 +- 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0) 32.9649 ++ exit ;; 32.9650 ++ mc68k:UNIX:SYSTEM5:3.51m) 32.9651 ++ echo m68k-convergent-sysv 32.9652 ++ exit ;; 32.9653 ++ M680?0:D-NIX:5.3:*) 32.9654 ++ echo m68k-diab-dnix 32.9655 ++ exit ;; 32.9656 ++ M68*:*:R3V[5678]*:*) 32.9657 ++ test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 32.9658 ++ 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) 32.9659 + OS_REL='' 32.9660 + test -r /etc/.relid \ 32.9661 + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` 32.9662 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 32.9663 +- && echo i486-ncr-sysv4.3${OS_REL} && exit 0 32.9664 ++ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } 32.9665 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 32.9666 +- && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; 32.9667 ++ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 32.9668 + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) 32.9669 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 32.9670 +- && echo i486-ncr-sysv4 && exit 0 ;; 32.9671 +- m68*:LynxOS:2.*:*) 32.9672 ++ && { echo i486-ncr-sysv4; exit; } ;; 32.9673 ++ m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) 32.9674 + echo m68k-unknown-lynxos${UNAME_RELEASE} 32.9675 +- exit 0 ;; 32.9676 ++ exit ;; 32.9677 + mc68030:UNIX_System_V:4.*:*) 32.9678 + echo m68k-atari-sysv4 32.9679 +- exit 0 ;; 32.9680 +- i?86:LynxOS:2.*:*) 32.9681 +- echo i386-unknown-lynxos${UNAME_RELEASE} 32.9682 +- exit 0 ;; 32.9683 ++ exit ;; 32.9684 + TSUNAMI:LynxOS:2.*:*) 32.9685 + echo sparc-unknown-lynxos${UNAME_RELEASE} 32.9686 +- exit 0 ;; 32.9687 +- rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*) 32.9688 ++ exit ;; 32.9689 ++ rs6000:LynxOS:2.*:*) 32.9690 + echo rs6000-unknown-lynxos${UNAME_RELEASE} 32.9691 +- exit 0 ;; 32.9692 ++ exit ;; 32.9693 ++ PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) 32.9694 ++ echo powerpc-unknown-lynxos${UNAME_RELEASE} 32.9695 ++ exit ;; 32.9696 + SM[BE]S:UNIX_SV:*:*) 32.9697 + echo mips-dde-sysv${UNAME_RELEASE} 32.9698 +- exit 0 ;; 32.9699 ++ exit ;; 32.9700 ++ RM*:ReliantUNIX-*:*:*) 32.9701 ++ echo mips-sni-sysv4 32.9702 ++ exit ;; 32.9703 + RM*:SINIX-*:*:*) 32.9704 + echo mips-sni-sysv4 32.9705 +- exit 0 ;; 32.9706 ++ exit ;; 32.9707 + *:SINIX-*:*:*) 32.9708 + if uname -p 2>/dev/null >/dev/null ; then 32.9709 + UNAME_MACHINE=`(uname -p) 2>/dev/null` 32.9710 +@@ -774,48 +1162,165 @@ EOF 32.9711 + else 32.9712 + echo ns32k-sni-sysv 32.9713 + fi 32.9714 +- exit 0 ;; 32.9715 +- PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort 32.9716 +- # says <Richard.M.Bartel@ccMail.Census.GOV> 32.9717 ++ exit ;; 32.9718 ++ PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort 32.9719 ++ # says <Richard.M.Bartel@ccMail.Census.GOV> 32.9720 + echo i586-unisys-sysv4 32.9721 +- exit 0 ;; 32.9722 ++ exit ;; 32.9723 + *:UNIX_System_V:4*:FTX*) 32.9724 + # From Gerald Hewes <hewes@openmarket.com>. 32.9725 + # How about differentiating between stratus architectures? -djm 32.9726 + echo hppa1.1-stratus-sysv4 32.9727 +- exit 0 ;; 32.9728 ++ exit ;; 32.9729 + *:*:*:FTX*) 32.9730 + # From seanf@swdc.stratus.com. 32.9731 + echo i860-stratus-sysv4 32.9732 +- exit 0 ;; 32.9733 ++ exit ;; 32.9734 ++ i*86:VOS:*:*) 32.9735 ++ # From Paul.Green@stratus.com. 32.9736 ++ echo ${UNAME_MACHINE}-stratus-vos 32.9737 ++ exit ;; 32.9738 ++ *:VOS:*:*) 32.9739 ++ # From Paul.Green@stratus.com. 32.9740 ++ echo hppa1.1-stratus-vos 32.9741 ++ exit ;; 32.9742 + mc68*:A/UX:*:*) 32.9743 + echo m68k-apple-aux${UNAME_RELEASE} 32.9744 +- exit 0 ;; 32.9745 +- news*:NEWS-OS:*:6*) 32.9746 ++ exit ;; 32.9747 ++ news*:NEWS-OS:6*:*) 32.9748 + echo mips-sony-newsos6 32.9749 +- exit 0 ;; 32.9750 +- R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*) 32.9751 ++ exit ;; 32.9752 ++ R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) 32.9753 + if [ -d /usr/nec ]; then 32.9754 + echo mips-nec-sysv${UNAME_RELEASE} 32.9755 + else 32.9756 + echo mips-unknown-sysv${UNAME_RELEASE} 32.9757 + fi 32.9758 +- exit 0 ;; 32.9759 ++ exit ;; 32.9760 + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. 32.9761 + echo powerpc-be-beos 32.9762 +- exit 0 ;; 32.9763 ++ exit ;; 32.9764 + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. 32.9765 + echo powerpc-apple-beos 32.9766 +- exit 0 ;; 32.9767 ++ exit ;; 32.9768 + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. 32.9769 + echo i586-pc-beos 32.9770 +- exit 0 ;; 32.9771 ++ exit ;; 32.9772 ++ SX-4:SUPER-UX:*:*) 32.9773 ++ echo sx4-nec-superux${UNAME_RELEASE} 32.9774 ++ exit ;; 32.9775 ++ SX-5:SUPER-UX:*:*) 32.9776 ++ echo sx5-nec-superux${UNAME_RELEASE} 32.9777 ++ exit ;; 32.9778 ++ SX-6:SUPER-UX:*:*) 32.9779 ++ echo sx6-nec-superux${UNAME_RELEASE} 32.9780 ++ exit ;; 32.9781 ++ SX-7:SUPER-UX:*:*) 32.9782 ++ echo sx7-nec-superux${UNAME_RELEASE} 32.9783 ++ exit ;; 32.9784 ++ SX-8:SUPER-UX:*:*) 32.9785 ++ echo sx8-nec-superux${UNAME_RELEASE} 32.9786 ++ exit ;; 32.9787 ++ SX-8R:SUPER-UX:*:*) 32.9788 ++ echo sx8r-nec-superux${UNAME_RELEASE} 32.9789 ++ exit ;; 32.9790 ++ Power*:Rhapsody:*:*) 32.9791 ++ echo powerpc-apple-rhapsody${UNAME_RELEASE} 32.9792 ++ exit ;; 32.9793 ++ *:Rhapsody:*:*) 32.9794 ++ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} 32.9795 ++ exit ;; 32.9796 ++ *:Darwin:*:*) 32.9797 ++ UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown 32.9798 ++ case $UNAME_PROCESSOR in 32.9799 ++ unknown) UNAME_PROCESSOR=powerpc ;; 32.9800 ++ esac 32.9801 ++ echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} 32.9802 ++ exit ;; 32.9803 ++ *:procnto*:*:* | *:QNX:[0123456789]*:*) 32.9804 ++ UNAME_PROCESSOR=`uname -p` 32.9805 ++ if test "$UNAME_PROCESSOR" = "x86"; then 32.9806 ++ UNAME_PROCESSOR=i386 32.9807 ++ UNAME_MACHINE=pc 32.9808 ++ fi 32.9809 ++ echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} 32.9810 ++ exit ;; 32.9811 ++ *:QNX:*:4*) 32.9812 ++ echo i386-pc-qnx 32.9813 ++ exit ;; 32.9814 ++ NSE-?:NONSTOP_KERNEL:*:*) 32.9815 ++ echo nse-tandem-nsk${UNAME_RELEASE} 32.9816 ++ exit ;; 32.9817 ++ NSR-?:NONSTOP_KERNEL:*:*) 32.9818 ++ echo nsr-tandem-nsk${UNAME_RELEASE} 32.9819 ++ exit ;; 32.9820 ++ *:NonStop-UX:*:*) 32.9821 ++ echo mips-compaq-nonstopux 32.9822 ++ exit ;; 32.9823 ++ BS2000:POSIX*:*:*) 32.9824 ++ echo bs2000-siemens-sysv 32.9825 ++ exit ;; 32.9826 ++ DS/*:UNIX_System_V:*:*) 32.9827 ++ echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} 32.9828 ++ exit ;; 32.9829 ++ *:Plan9:*:*) 32.9830 ++ # "uname -m" is not consistent, so use $cputype instead. 386 32.9831 ++ # is converted to i386 for consistency with other x86 32.9832 ++ # operating systems. 32.9833 ++ if test "$cputype" = "386"; then 32.9834 ++ UNAME_MACHINE=i386 32.9835 ++ else 32.9836 ++ UNAME_MACHINE="$cputype" 32.9837 ++ fi 32.9838 ++ echo ${UNAME_MACHINE}-unknown-plan9 32.9839 ++ exit ;; 32.9840 ++ *:TOPS-10:*:*) 32.9841 ++ echo pdp10-unknown-tops10 32.9842 ++ exit ;; 32.9843 ++ *:TENEX:*:*) 32.9844 ++ echo pdp10-unknown-tenex 32.9845 ++ exit ;; 32.9846 ++ KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) 32.9847 ++ echo pdp10-dec-tops20 32.9848 ++ exit ;; 32.9849 ++ XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) 32.9850 ++ echo pdp10-xkl-tops20 32.9851 ++ exit ;; 32.9852 ++ *:TOPS-20:*:*) 32.9853 ++ echo pdp10-unknown-tops20 32.9854 ++ exit ;; 32.9855 ++ *:ITS:*:*) 32.9856 ++ echo pdp10-unknown-its 32.9857 ++ exit ;; 32.9858 ++ SEI:*:*:SEIUX) 32.9859 ++ echo mips-sei-seiux${UNAME_RELEASE} 32.9860 ++ exit ;; 32.9861 ++ *:DragonFly:*:*) 32.9862 ++ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` 32.9863 ++ exit ;; 32.9864 ++ *:*VMS:*:*) 32.9865 ++ UNAME_MACHINE=`(uname -p) 2>/dev/null` 32.9866 ++ case "${UNAME_MACHINE}" in 32.9867 ++ A*) echo alpha-dec-vms ; exit ;; 32.9868 ++ I*) echo ia64-dec-vms ; exit ;; 32.9869 ++ V*) echo vax-dec-vms ; exit ;; 32.9870 ++ esac ;; 32.9871 ++ *:XENIX:*:SysV) 32.9872 ++ echo i386-pc-xenix 32.9873 ++ exit ;; 32.9874 ++ i*86:skyos:*:*) 32.9875 ++ echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' 32.9876 ++ exit ;; 32.9877 ++ i*86:rdos:*:*) 32.9878 ++ echo ${UNAME_MACHINE}-pc-rdos 32.9879 ++ exit ;; 32.9880 + esac 32.9881 + 32.9882 + #echo '(No uname command or uname output not recognized.)' 1>&2 32.9883 + #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 32.9884 + 32.9885 +-cat >dummy.c <<EOF 32.9886 ++eval $set_cc_for_build 32.9887 ++cat >$dummy.c <<EOF 32.9888 + #ifdef _SEQUENT_ 32.9889 + # include <sys/types.h> 32.9890 + # include <sys/utsname.h> 32.9891 +@@ -840,7 +1345,7 @@ main () 32.9892 + #endif 32.9893 + 32.9894 + #if defined (__arm) && defined (__acorn) && defined (__unix) 32.9895 +- printf ("arm-acorn-riscix"); exit (0); 32.9896 ++ printf ("arm-acorn-riscix\n"); exit (0); 32.9897 + #endif 32.9898 + 32.9899 + #if defined (hp300) && !defined (hpux) 32.9900 +@@ -853,7 +1358,10 @@ main () 32.9901 + #endif 32.9902 + int version; 32.9903 + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; 32.9904 +- printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); 32.9905 ++ if (version < 4) 32.9906 ++ printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); 32.9907 ++ else 32.9908 ++ printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); 32.9909 + exit (0); 32.9910 + #endif 32.9911 + 32.9912 +@@ -898,11 +1406,24 @@ main () 32.9913 + #endif 32.9914 + 32.9915 + #if defined (vax) 32.9916 +-#if !defined (ultrix) 32.9917 +- printf ("vax-dec-bsd\n"); exit (0); 32.9918 +-#else 32.9919 +- printf ("vax-dec-ultrix\n"); exit (0); 32.9920 +-#endif 32.9921 ++# if !defined (ultrix) 32.9922 ++# include <sys/param.h> 32.9923 ++# if defined (BSD) 32.9924 ++# if BSD == 43 32.9925 ++ printf ("vax-dec-bsd4.3\n"); exit (0); 32.9926 ++# else 32.9927 ++# if BSD == 199006 32.9928 ++ printf ("vax-dec-bsd4.3reno\n"); exit (0); 32.9929 ++# else 32.9930 ++ printf ("vax-dec-bsd\n"); exit (0); 32.9931 ++# endif 32.9932 ++# endif 32.9933 ++# else 32.9934 ++ printf ("vax-dec-bsd\n"); exit (0); 32.9935 ++# endif 32.9936 ++# else 32.9937 ++ printf ("vax-dec-ultrix\n"); exit (0); 32.9938 ++# endif 32.9939 + #endif 32.9940 + 32.9941 + #if defined (alliant) && defined (i860) 32.9942 +@@ -913,12 +1434,12 @@ main () 32.9943 + } 32.9944 + EOF 32.9945 + 32.9946 +-${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0 32.9947 +-rm -f dummy.c dummy 32.9948 ++$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && 32.9949 ++ { echo "$SYSTEM_NAME"; exit; } 32.9950 + 32.9951 + # Apollos put the system type in the environment. 32.9952 + 32.9953 +-test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } 32.9954 ++test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } 32.9955 + 32.9956 + # Convex versions that predate uname can use getsysinfo(1) 32.9957 + 32.9958 +@@ -927,25 +1448,69 @@ then 32.9959 + case `getsysinfo -f cpu_type` in 32.9960 + c1*) 32.9961 + echo c1-convex-bsd 32.9962 +- exit 0 ;; 32.9963 ++ exit ;; 32.9964 + c2*) 32.9965 + if getsysinfo -f scalar_acc 32.9966 + then echo c32-convex-bsd 32.9967 + else echo c2-convex-bsd 32.9968 + fi 32.9969 +- exit 0 ;; 32.9970 ++ exit ;; 32.9971 + c34*) 32.9972 + echo c34-convex-bsd 32.9973 +- exit 0 ;; 32.9974 ++ exit ;; 32.9975 + c38*) 32.9976 + echo c38-convex-bsd 32.9977 +- exit 0 ;; 32.9978 ++ exit ;; 32.9979 + c4*) 32.9980 + echo c4-convex-bsd 32.9981 +- exit 0 ;; 32.9982 ++ exit ;; 32.9983 + esac 32.9984 + fi 32.9985 + 32.9986 +-#echo '(Unable to guess system type)' 1>&2 32.9987 ++cat >&2 <<EOF 32.9988 ++$0: unable to guess system type 32.9989 ++ 32.9990 ++This script, last modified $timestamp, has failed to recognize 32.9991 ++the operating system you are using. It is advised that you 32.9992 ++download the most up to date version of the config scripts from 32.9993 ++ 32.9994 ++ http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess 32.9995 ++and 32.9996 ++ http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub 32.9997 ++ 32.9998 ++If the version you run ($0) is already up to date, please 32.9999 ++send the following data and any information you think might be 32.10000 ++pertinent to <config-patches@gnu.org> in order to provide the needed 32.10001 ++information to handle your system. 32.10002 ++ 32.10003 ++config.guess timestamp = $timestamp 32.10004 ++ 32.10005 ++uname -m = `(uname -m) 2>/dev/null || echo unknown` 32.10006 ++uname -r = `(uname -r) 2>/dev/null || echo unknown` 32.10007 ++uname -s = `(uname -s) 2>/dev/null || echo unknown` 32.10008 ++uname -v = `(uname -v) 2>/dev/null || echo unknown` 32.10009 ++ 32.10010 ++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` 32.10011 ++/bin/uname -X = `(/bin/uname -X) 2>/dev/null` 32.10012 ++ 32.10013 ++hostinfo = `(hostinfo) 2>/dev/null` 32.10014 ++/bin/universe = `(/bin/universe) 2>/dev/null` 32.10015 ++/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` 32.10016 ++/bin/arch = `(/bin/arch) 2>/dev/null` 32.10017 ++/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` 32.10018 ++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` 32.10019 ++ 32.10020 ++UNAME_MACHINE = ${UNAME_MACHINE} 32.10021 ++UNAME_RELEASE = ${UNAME_RELEASE} 32.10022 ++UNAME_SYSTEM = ${UNAME_SYSTEM} 32.10023 ++UNAME_VERSION = ${UNAME_VERSION} 32.10024 ++EOF 32.10025 + 32.10026 + exit 1 32.10027 ++ 32.10028 ++# Local variables: 32.10029 ++# eval: (add-hook 'write-file-hooks 'time-stamp) 32.10030 ++# time-stamp-start: "timestamp='" 32.10031 ++# time-stamp-format: "%:y-%02m-%02d" 32.10032 ++# time-stamp-end: "'" 32.10033 ++# End: 32.10034 +--- libstroke-0.5.1.orig/config.h.in 32.10035 ++++ libstroke-0.5.1/config.h.in 32.10036 +@@ -1,23 +1,63 @@ 32.10037 +-/* config.h.in. Generated automatically from configure.in by autoheader. */ 32.10038 ++/* config.h.in. Generated from configure.in by autoheader. */ 32.10039 ++/* Define if you want to use mouse footprints in X11. */ 32.10040 ++#undef STROKE_MOUSE_FOOTPRINTS 32.10041 + 32.10042 +-/* Define to empty if the keyword does not work. */ 32.10043 +-#undef const 32.10044 ++/* Define to 1 if you have the <dlfcn.h> header file. */ 32.10045 ++#undef HAVE_DLFCN_H 32.10046 + 32.10047 +-/* Define if you have the ANSI C header files. */ 32.10048 +-#undef STDC_HEADERS 32.10049 ++/* Define to 1 if you have the <inttypes.h> header file. */ 32.10050 ++#undef HAVE_INTTYPES_H 32.10051 + 32.10052 +-/* Define if the X Window System is missing or not being used. */ 32.10053 +-#undef X_DISPLAY_MISSING 32.10054 ++/* Define if libgtk is available */ 32.10055 ++#undef HAVE_LIBGTK 32.10056 + 32.10057 +-/* Define if you want to use mouse footprints in X11. */ 32.10058 +-#undef STROKE_MOUSE_FOOTPRINTS 32.10059 ++/* Define to 1 if you have the `m' library (-lm). */ 32.10060 ++#undef HAVE_LIBM 32.10061 ++ 32.10062 ++/* Define to 1 if you have the <memory.h> header file. */ 32.10063 ++#undef HAVE_MEMORY_H 32.10064 ++ 32.10065 ++/* Define to 1 if you have the <stdint.h> header file. */ 32.10066 ++#undef HAVE_STDINT_H 32.10067 ++ 32.10068 ++/* Define to 1 if you have the <stdlib.h> header file. */ 32.10069 ++#undef HAVE_STDLIB_H 32.10070 ++ 32.10071 ++/* Define to 1 if you have the <strings.h> header file. */ 32.10072 ++#undef HAVE_STRINGS_H 32.10073 + 32.10074 +-/* Define if you have the <unistd.h> header file. */ 32.10075 ++/* Define to 1 if you have the <string.h> header file. */ 32.10076 ++#undef HAVE_STRING_H 32.10077 ++ 32.10078 ++/* Define to 1 if you have the <sys/stat.h> header file. */ 32.10079 ++#undef HAVE_SYS_STAT_H 32.10080 ++ 32.10081 ++/* Define to 1 if you have the <sys/types.h> header file. */ 32.10082 ++#undef HAVE_SYS_TYPES_H 32.10083 ++ 32.10084 ++/* Define to 1 if you have the <unistd.h> header file. */ 32.10085 + #undef HAVE_UNISTD_H 32.10086 + 32.10087 +-/* Define if you have the m library (-lm). */ 32.10088 +-#undef HAVE_LIBM 32.10089 ++/* Define to the address where bug reports for this package should be sent. */ 32.10090 ++#undef PACKAGE_BUGREPORT 32.10091 + 32.10092 +-/* Define if libgtk is available */ 32.10093 +-#undef HAVE_LIBGTK 32.10094 ++/* Define to the full name of this package. */ 32.10095 ++#undef PACKAGE_NAME 32.10096 ++ 32.10097 ++/* Define to the full name and version of this package. */ 32.10098 ++#undef PACKAGE_STRING 32.10099 + 32.10100 ++/* Define to the one symbol short name of this package. */ 32.10101 ++#undef PACKAGE_TARNAME 32.10102 ++ 32.10103 ++/* Define to the version of this package. */ 32.10104 ++#undef PACKAGE_VERSION 32.10105 ++ 32.10106 ++/* Define to 1 if you have the ANSI C header files. */ 32.10107 ++#undef STDC_HEADERS 32.10108 ++ 32.10109 ++/* Define to 1 if the X Window System is missing or not being used. */ 32.10110 ++#undef X_DISPLAY_MISSING 32.10111 ++ 32.10112 ++/* Define to empty if `const' does not conform to ANSI C. */ 32.10113 ++#undef const 32.10114 +--- libstroke-0.5.1.orig/config.sub 32.10115 ++++ libstroke-0.5.1/config.sub 32.10116 +@@ -1,6 +1,11 @@ 32.10117 + #! /bin/sh 32.10118 +-# Configuration validation subroutine script, version 1.1. 32.10119 +-# Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc. 32.10120 ++# Configuration validation subroutine script. 32.10121 ++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 32.10122 ++# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 32.10123 ++# Inc. 32.10124 ++ 32.10125 ++timestamp='2007-06-28' 32.10126 ++ 32.10127 + # This file is (in principle) common to ALL GNU software. 32.10128 + # The presence of a machine in this file suggests that SOME GNU software 32.10129 + # can handle that machine. It does not imply ALL GNU software can. 32.10130 +@@ -17,14 +22,18 @@ 32.10131 + # 32.10132 + # You should have received a copy of the GNU General Public License 32.10133 + # along with this program; if not, write to the Free Software 32.10134 +-# Foundation, Inc., 59 Temple Place - Suite 330, 32.10135 +-# Boston, MA 02111-1307, USA. 32.10136 +- 32.10137 ++# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 32.10138 ++# 02110-1301, USA. 32.10139 ++# 32.10140 + # As a special exception to the GNU General Public License, if you 32.10141 + # distribute this file as part of a program that contains a 32.10142 + # configuration script generated by Autoconf, you may include it under 32.10143 + # the same distribution terms that you use for the rest of that program. 32.10144 + 32.10145 ++ 32.10146 ++# Please send patches to <config-patches@gnu.org>. Submit a context 32.10147 ++# diff and a properly formatted ChangeLog entry. 32.10148 ++# 32.10149 + # Configuration subroutine to validate and canonicalize a configuration type. 32.10150 + # Supply the specified configuration type as an argument. 32.10151 + # If it is invalid, we print an error message on stderr and exit with code 1. 32.10152 +@@ -45,30 +54,75 @@ 32.10153 + # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 32.10154 + # It is wrong to echo any other type of specification. 32.10155 + 32.10156 +-if [ x$1 = x ] 32.10157 +-then 32.10158 +- echo Configuration name missing. 1>&2 32.10159 +- echo "Usage: $0 CPU-MFR-OPSYS" 1>&2 32.10160 +- echo "or $0 ALIAS" 1>&2 32.10161 +- echo where ALIAS is a recognized configuration type. 1>&2 32.10162 +- exit 1 32.10163 +-fi 32.10164 ++me=`echo "$0" | sed -e 's,.*/,,'` 32.10165 + 32.10166 +-# First pass through any local machine types. 32.10167 +-case $1 in 32.10168 +- *local*) 32.10169 +- echo $1 32.10170 +- exit 0 32.10171 +- ;; 32.10172 +- *) 32.10173 +- ;; 32.10174 ++usage="\ 32.10175 ++Usage: $0 [OPTION] CPU-MFR-OPSYS 32.10176 ++ $0 [OPTION] ALIAS 32.10177 ++ 32.10178 ++Canonicalize a configuration name. 32.10179 ++ 32.10180 ++Operation modes: 32.10181 ++ -h, --help print this help, then exit 32.10182 ++ -t, --time-stamp print date of last modification, then exit 32.10183 ++ -v, --version print version number, then exit 32.10184 ++ 32.10185 ++Report bugs and patches to <config-patches@gnu.org>." 32.10186 ++ 32.10187 ++version="\ 32.10188 ++GNU config.sub ($timestamp) 32.10189 ++ 32.10190 ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 32.10191 ++Free Software Foundation, Inc. 32.10192 ++ 32.10193 ++This is free software; see the source for copying conditions. There is NO 32.10194 ++warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 32.10195 ++ 32.10196 ++help=" 32.10197 ++Try \`$me --help' for more information." 32.10198 ++ 32.10199 ++# Parse command line 32.10200 ++while test $# -gt 0 ; do 32.10201 ++ case $1 in 32.10202 ++ --time-stamp | --time* | -t ) 32.10203 ++ echo "$timestamp" ; exit ;; 32.10204 ++ --version | -v ) 32.10205 ++ echo "$version" ; exit ;; 32.10206 ++ --help | --h* | -h ) 32.10207 ++ echo "$usage"; exit ;; 32.10208 ++ -- ) # Stop option processing 32.10209 ++ shift; break ;; 32.10210 ++ - ) # Use stdin as input. 32.10211 ++ break ;; 32.10212 ++ -* ) 32.10213 ++ echo "$me: invalid option $1$help" 32.10214 ++ exit 1 ;; 32.10215 ++ 32.10216 ++ *local*) 32.10217 ++ # First pass through any local machine types. 32.10218 ++ echo $1 32.10219 ++ exit ;; 32.10220 ++ 32.10221 ++ * ) 32.10222 ++ break ;; 32.10223 ++ esac 32.10224 ++done 32.10225 ++ 32.10226 ++case $# in 32.10227 ++ 0) echo "$me: missing argument$help" >&2 32.10228 ++ exit 1;; 32.10229 ++ 1) ;; 32.10230 ++ *) echo "$me: too many arguments$help" >&2 32.10231 ++ exit 1;; 32.10232 + esac 32.10233 + 32.10234 + # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 32.10235 + # Here we must recognize all the valid KERNEL-OS combinations. 32.10236 + maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 32.10237 + case $maybe_os in 32.10238 +- linux-gnu*) 32.10239 ++ nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ 32.10240 ++ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ 32.10241 ++ storm-chaos* | os2-emx* | rtmk-nova*) 32.10242 + os=-$maybe_os 32.10243 + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 32.10244 + ;; 32.10245 +@@ -94,15 +148,37 @@ case $os in 32.10246 + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ 32.10247 + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 32.10248 + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ 32.10249 +- -apple) 32.10250 ++ -apple | -axis | -knuth | -cray) 32.10251 ++ os= 32.10252 ++ basic_machine=$1 32.10253 ++ ;; 32.10254 ++ -sim | -cisco | -oki | -wec | -winbond) 32.10255 + os= 32.10256 + basic_machine=$1 32.10257 + ;; 32.10258 ++ -scout) 32.10259 ++ ;; 32.10260 ++ -wrs) 32.10261 ++ os=-vxworks 32.10262 ++ basic_machine=$1 32.10263 ++ ;; 32.10264 ++ -chorusos*) 32.10265 ++ os=-chorusos 32.10266 ++ basic_machine=$1 32.10267 ++ ;; 32.10268 ++ -chorusrdb) 32.10269 ++ os=-chorusrdb 32.10270 ++ basic_machine=$1 32.10271 ++ ;; 32.10272 + -hiux*) 32.10273 + os=-hiuxwe2 32.10274 + ;; 32.10275 ++ -sco6) 32.10276 ++ os=-sco5v6 32.10277 ++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 32.10278 ++ ;; 32.10279 + -sco5) 32.10280 +- os=sco3.2v5 32.10281 ++ os=-sco3.2v5 32.10282 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 32.10283 + ;; 32.10284 + -sco4) 32.10285 +@@ -117,10 +193,17 @@ case $os in 32.10286 + # Don't forget version if it is 3.2v4 or newer. 32.10287 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 32.10288 + ;; 32.10289 ++ -sco5v6*) 32.10290 ++ # Don't forget version if it is 3.2v4 or newer. 32.10291 ++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 32.10292 ++ ;; 32.10293 + -sco*) 32.10294 + os=-sco3.2v2 32.10295 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 32.10296 + ;; 32.10297 ++ -udk*) 32.10298 ++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 32.10299 ++ ;; 32.10300 + -isc) 32.10301 + os=-isc2.2 32.10302 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 32.10303 +@@ -143,27 +226,84 @@ case $os in 32.10304 + -psos*) 32.10305 + os=-psos 32.10306 + ;; 32.10307 ++ -mint | -mint[0-9]*) 32.10308 ++ basic_machine=m68k-atari 32.10309 ++ os=-mint 32.10310 ++ ;; 32.10311 + esac 32.10312 + 32.10313 + # Decode aliases for certain CPU-COMPANY combinations. 32.10314 + case $basic_machine in 32.10315 + # Recognize the basic CPU types without company name. 32.10316 + # Some are omitted here because they have special meanings below. 32.10317 +- tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ 32.10318 +- | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \ 32.10319 +- | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \ 32.10320 +- | hppa2.0w \ 32.10321 +- | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ 32.10322 +- | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ 32.10323 +- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ 32.10324 +- | mipstx39 | mipstx39el \ 32.10325 +- | sparc | sparclet | sparclite | sparc64 | v850) 32.10326 ++ 1750a | 580 \ 32.10327 ++ | a29k \ 32.10328 ++ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ 32.10329 ++ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 32.10330 ++ | am33_2.0 \ 32.10331 ++ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 32.10332 ++ | bfin \ 32.10333 ++ | c4x | clipper \ 32.10334 ++ | d10v | d30v | dlx | dsp16xx \ 32.10335 ++ | fido | fr30 | frv \ 32.10336 ++ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 32.10337 ++ | i370 | i860 | i960 | ia64 \ 32.10338 ++ | ip2k | iq2000 \ 32.10339 ++ | m32c | m32r | m32rle | m68000 | m68k | m88k \ 32.10340 ++ | maxq | mb | microblaze | mcore | mep \ 32.10341 ++ | mips | mipsbe | mipseb | mipsel | mipsle \ 32.10342 ++ | mips16 \ 32.10343 ++ | mips64 | mips64el \ 32.10344 ++ | mips64vr | mips64vrel \ 32.10345 ++ | mips64orion | mips64orionel \ 32.10346 ++ | mips64vr4100 | mips64vr4100el \ 32.10347 ++ | mips64vr4300 | mips64vr4300el \ 32.10348 ++ | mips64vr5000 | mips64vr5000el \ 32.10349 ++ | mips64vr5900 | mips64vr5900el \ 32.10350 ++ | mipsisa32 | mipsisa32el \ 32.10351 ++ | mipsisa32r2 | mipsisa32r2el \ 32.10352 ++ | mipsisa64 | mipsisa64el \ 32.10353 ++ | mipsisa64r2 | mipsisa64r2el \ 32.10354 ++ | mipsisa64sb1 | mipsisa64sb1el \ 32.10355 ++ | mipsisa64sr71k | mipsisa64sr71kel \ 32.10356 ++ | mipstx39 | mipstx39el \ 32.10357 ++ | mn10200 | mn10300 \ 32.10358 ++ | mt \ 32.10359 ++ | msp430 \ 32.10360 ++ | nios | nios2 \ 32.10361 ++ | ns16k | ns32k \ 32.10362 ++ | or32 \ 32.10363 ++ | pdp10 | pdp11 | pj | pjl \ 32.10364 ++ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 32.10365 ++ | pyramid \ 32.10366 ++ | score \ 32.10367 ++ | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 32.10368 ++ | sh64 | sh64le \ 32.10369 ++ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 32.10370 ++ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 32.10371 ++ | spu | strongarm \ 32.10372 ++ | tahoe | thumb | tic4x | tic80 | tron \ 32.10373 ++ | v850 | v850e \ 32.10374 ++ | we32k \ 32.10375 ++ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ 32.10376 ++ | z8k) 32.10377 + basic_machine=$basic_machine-unknown 32.10378 + ;; 32.10379 ++ m6811 | m68hc11 | m6812 | m68hc12) 32.10380 ++ # Motorola 68HC11/12. 32.10381 ++ basic_machine=$basic_machine-unknown 32.10382 ++ os=-none 32.10383 ++ ;; 32.10384 ++ m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 32.10385 ++ ;; 32.10386 ++ ms1) 32.10387 ++ basic_machine=mt-unknown 32.10388 ++ ;; 32.10389 ++ 32.10390 + # We use `pc' rather than `unknown' 32.10391 + # because (1) that's what they normally are, and 32.10392 + # (2) the word "unknown" tends to confuse beginning users. 32.10393 +- i[34567]86) 32.10394 ++ i*86 | x86_64) 32.10395 + basic_machine=$basic_machine-pc 32.10396 + ;; 32.10397 + # Object if more than one company name word. 32.10398 +@@ -172,28 +312,90 @@ case $basic_machine in 32.10399 + exit 1 32.10400 + ;; 32.10401 + # Recognize the basic CPU types with company name. 32.10402 +- vax-* | tahoe-* | i[34567]86-* | i860-* | m32r-* | m68k-* | m68000-* \ 32.10403 +- | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ 32.10404 +- | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ 32.10405 +- | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ 32.10406 +- | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \ 32.10407 +- | hppa2.0w-* \ 32.10408 +- | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ 32.10409 +- | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ 32.10410 +- | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ 32.10411 +- | sparc64-* | mips64-* | mipsel-* \ 32.10412 +- | mips64el-* | mips64orion-* | mips64orionel-* \ 32.10413 +- | mipstx39-* | mipstx39el-* \ 32.10414 +- | f301-*) 32.10415 ++ 580-* \ 32.10416 ++ | a29k-* \ 32.10417 ++ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ 32.10418 ++ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ 32.10419 ++ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ 32.10420 ++ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 32.10421 ++ | avr-* | avr32-* \ 32.10422 ++ | bfin-* | bs2000-* \ 32.10423 ++ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ 32.10424 ++ | clipper-* | craynv-* | cydra-* \ 32.10425 ++ | d10v-* | d30v-* | dlx-* \ 32.10426 ++ | elxsi-* \ 32.10427 ++ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ 32.10428 ++ | h8300-* | h8500-* \ 32.10429 ++ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 32.10430 ++ | i*86-* | i860-* | i960-* | ia64-* \ 32.10431 ++ | ip2k-* | iq2000-* \ 32.10432 ++ | m32c-* | m32r-* | m32rle-* \ 32.10433 ++ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 32.10434 ++ | m88110-* | m88k-* | maxq-* | mcore-* \ 32.10435 ++ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 32.10436 ++ | mips16-* \ 32.10437 ++ | mips64-* | mips64el-* \ 32.10438 ++ | mips64vr-* | mips64vrel-* \ 32.10439 ++ | mips64orion-* | mips64orionel-* \ 32.10440 ++ | mips64vr4100-* | mips64vr4100el-* \ 32.10441 ++ | mips64vr4300-* | mips64vr4300el-* \ 32.10442 ++ | mips64vr5000-* | mips64vr5000el-* \ 32.10443 ++ | mips64vr5900-* | mips64vr5900el-* \ 32.10444 ++ | mipsisa32-* | mipsisa32el-* \ 32.10445 ++ | mipsisa32r2-* | mipsisa32r2el-* \ 32.10446 ++ | mipsisa64-* | mipsisa64el-* \ 32.10447 ++ | mipsisa64r2-* | mipsisa64r2el-* \ 32.10448 ++ | mipsisa64sb1-* | mipsisa64sb1el-* \ 32.10449 ++ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ 32.10450 ++ | mipstx39-* | mipstx39el-* \ 32.10451 ++ | mmix-* \ 32.10452 ++ | mt-* \ 32.10453 ++ | msp430-* \ 32.10454 ++ | nios-* | nios2-* \ 32.10455 ++ | none-* | np1-* | ns16k-* | ns32k-* \ 32.10456 ++ | orion-* \ 32.10457 ++ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 32.10458 ++ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ 32.10459 ++ | pyramid-* \ 32.10460 ++ | romp-* | rs6000-* \ 32.10461 ++ | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 32.10462 ++ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 32.10463 ++ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ 32.10464 ++ | sparclite-* \ 32.10465 ++ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ 32.10466 ++ | tahoe-* | thumb-* \ 32.10467 ++ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 32.10468 ++ | tron-* \ 32.10469 ++ | v850-* | v850e-* | vax-* \ 32.10470 ++ | we32k-* \ 32.10471 ++ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 32.10472 ++ | xstormy16-* | xtensa-* \ 32.10473 ++ | ymp-* \ 32.10474 ++ | z8k-*) 32.10475 + ;; 32.10476 + # Recognize the various machine names and aliases which stand 32.10477 + # for a CPU type and a company and sometimes even an OS. 32.10478 ++ 386bsd) 32.10479 ++ basic_machine=i386-unknown 32.10480 ++ os=-bsd 32.10481 ++ ;; 32.10482 + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 32.10483 + basic_machine=m68000-att 32.10484 + ;; 32.10485 + 3b*) 32.10486 + basic_machine=we32k-att 32.10487 + ;; 32.10488 ++ a29khif) 32.10489 ++ basic_machine=a29k-amd 32.10490 ++ os=-udi 32.10491 ++ ;; 32.10492 ++ abacus) 32.10493 ++ basic_machine=abacus-unknown 32.10494 ++ ;; 32.10495 ++ adobe68k) 32.10496 ++ basic_machine=m68010-adobe 32.10497 ++ os=-scout 32.10498 ++ ;; 32.10499 + alliant | fx80) 32.10500 + basic_machine=fx80-alliant 32.10501 + ;; 32.10502 +@@ -204,25 +406,35 @@ case $basic_machine in 32.10503 + basic_machine=a29k-none 32.10504 + os=-bsd 32.10505 + ;; 32.10506 ++ amd64) 32.10507 ++ basic_machine=x86_64-pc 32.10508 ++ ;; 32.10509 ++ amd64-*) 32.10510 ++ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10511 ++ ;; 32.10512 + amdahl) 32.10513 + basic_machine=580-amdahl 32.10514 + os=-sysv 32.10515 + ;; 32.10516 + amiga | amiga-*) 32.10517 +- basic_machine=m68k-cbm 32.10518 ++ basic_machine=m68k-unknown 32.10519 + ;; 32.10520 + amigaos | amigados) 32.10521 +- basic_machine=m68k-cbm 32.10522 ++ basic_machine=m68k-unknown 32.10523 + os=-amigaos 32.10524 + ;; 32.10525 + amigaunix | amix) 32.10526 +- basic_machine=m68k-cbm 32.10527 ++ basic_machine=m68k-unknown 32.10528 + os=-sysv4 32.10529 + ;; 32.10530 + apollo68) 32.10531 + basic_machine=m68k-apollo 32.10532 + os=-sysv 32.10533 + ;; 32.10534 ++ apollo68bsd) 32.10535 ++ basic_machine=m68k-apollo 32.10536 ++ os=-bsd 32.10537 ++ ;; 32.10538 + aux) 32.10539 + basic_machine=m68k-apple 32.10540 + os=-aux 32.10541 +@@ -231,6 +443,10 @@ case $basic_machine in 32.10542 + basic_machine=ns32k-sequent 32.10543 + os=-dynix 32.10544 + ;; 32.10545 ++ c90) 32.10546 ++ basic_machine=c90-cray 32.10547 ++ os=-unicos 32.10548 ++ ;; 32.10549 + convex-c1) 32.10550 + basic_machine=c1-convex 32.10551 + os=-bsd 32.10552 +@@ -251,27 +467,45 @@ case $basic_machine in 32.10553 + basic_machine=c38-convex 32.10554 + os=-bsd 32.10555 + ;; 32.10556 +- cray | ymp) 32.10557 +- basic_machine=ymp-cray 32.10558 +- os=-unicos 32.10559 +- ;; 32.10560 +- cray2) 32.10561 +- basic_machine=cray2-cray 32.10562 ++ cray | j90) 32.10563 ++ basic_machine=j90-cray 32.10564 + os=-unicos 32.10565 + ;; 32.10566 +- [ctj]90-cray) 32.10567 +- basic_machine=c90-cray 32.10568 +- os=-unicos 32.10569 ++ craynv) 32.10570 ++ basic_machine=craynv-cray 32.10571 ++ os=-unicosmp 32.10572 ++ ;; 32.10573 ++ cr16) 32.10574 ++ basic_machine=cr16-unknown 32.10575 ++ os=-elf 32.10576 + ;; 32.10577 + crds | unos) 32.10578 + basic_machine=m68k-crds 32.10579 + ;; 32.10580 ++ crisv32 | crisv32-* | etraxfs*) 32.10581 ++ basic_machine=crisv32-axis 32.10582 ++ ;; 32.10583 ++ cris | cris-* | etrax*) 32.10584 ++ basic_machine=cris-axis 32.10585 ++ ;; 32.10586 ++ crx) 32.10587 ++ basic_machine=crx-unknown 32.10588 ++ os=-elf 32.10589 ++ ;; 32.10590 + da30 | da30-*) 32.10591 + basic_machine=m68k-da30 32.10592 + ;; 32.10593 + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) 32.10594 + basic_machine=mips-dec 32.10595 + ;; 32.10596 ++ decsystem10* | dec10*) 32.10597 ++ basic_machine=pdp10-dec 32.10598 ++ os=-tops10 32.10599 ++ ;; 32.10600 ++ decsystem20* | dec20*) 32.10601 ++ basic_machine=pdp10-dec 32.10602 ++ os=-tops20 32.10603 ++ ;; 32.10604 + delta | 3300 | motorola-3300 | motorola-delta \ 32.10605 + | 3300-motorola | delta-motorola) 32.10606 + basic_machine=m68k-motorola 32.10607 +@@ -280,6 +514,10 @@ case $basic_machine in 32.10608 + basic_machine=m88k-motorola 32.10609 + os=-sysv3 32.10610 + ;; 32.10611 ++ djgpp) 32.10612 ++ basic_machine=i586-pc 32.10613 ++ os=-msdosdjgpp 32.10614 ++ ;; 32.10615 + dpx20 | dpx20-*) 32.10616 + basic_machine=rs6000-bull 32.10617 + os=-bosx 32.10618 +@@ -299,6 +537,10 @@ case $basic_machine in 32.10619 + encore | umax | mmax) 32.10620 + basic_machine=ns32k-encore 32.10621 + ;; 32.10622 ++ es1800 | OSE68k | ose68k | ose | OSE) 32.10623 ++ basic_machine=m68k-ericsson 32.10624 ++ os=-ose 32.10625 ++ ;; 32.10626 + fx2800) 32.10627 + basic_machine=i860-alliant 32.10628 + ;; 32.10629 +@@ -309,6 +551,10 @@ case $basic_machine in 32.10630 + basic_machine=tron-gmicro 32.10631 + os=-sysv 32.10632 + ;; 32.10633 ++ go32) 32.10634 ++ basic_machine=i386-pc 32.10635 ++ os=-go32 32.10636 ++ ;; 32.10637 + h3050r* | hiux*) 32.10638 + basic_machine=hppa1.1-hitachi 32.10639 + os=-hiuxwe2 32.10640 +@@ -317,6 +563,14 @@ case $basic_machine in 32.10641 + basic_machine=h8300-hitachi 32.10642 + os=-hms 32.10643 + ;; 32.10644 ++ h8300xray) 32.10645 ++ basic_machine=h8300-hitachi 32.10646 ++ os=-xray 32.10647 ++ ;; 32.10648 ++ h8500hms) 32.10649 ++ basic_machine=h8500-hitachi 32.10650 ++ os=-hms 32.10651 ++ ;; 32.10652 + harris) 32.10653 + basic_machine=m88k-harris 32.10654 + os=-sysv3 32.10655 +@@ -332,13 +586,30 @@ case $basic_machine in 32.10656 + basic_machine=m68k-hp 32.10657 + os=-hpux 32.10658 + ;; 32.10659 ++ hp3k9[0-9][0-9] | hp9[0-9][0-9]) 32.10660 ++ basic_machine=hppa1.0-hp 32.10661 ++ ;; 32.10662 + hp9k2[0-9][0-9] | hp9k31[0-9]) 32.10663 + basic_machine=m68000-hp 32.10664 + ;; 32.10665 + hp9k3[2-9][0-9]) 32.10666 + basic_machine=m68k-hp 32.10667 + ;; 32.10668 +- hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7) 32.10669 ++ hp9k6[0-9][0-9] | hp6[0-9][0-9]) 32.10670 ++ basic_machine=hppa1.0-hp 32.10671 ++ ;; 32.10672 ++ hp9k7[0-79][0-9] | hp7[0-79][0-9]) 32.10673 ++ basic_machine=hppa1.1-hp 32.10674 ++ ;; 32.10675 ++ hp9k78[0-9] | hp78[0-9]) 32.10676 ++ # FIXME: really hppa2.0-hp 32.10677 ++ basic_machine=hppa1.1-hp 32.10678 ++ ;; 32.10679 ++ hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) 32.10680 ++ # FIXME: really hppa2.0-hp 32.10681 ++ basic_machine=hppa1.1-hp 32.10682 ++ ;; 32.10683 ++ hp9k8[0-9][13679] | hp8[0-9][13679]) 32.10684 + basic_machine=hppa1.1-hp 32.10685 + ;; 32.10686 + hp9k8[0-9][0-9] | hp8[0-9][0-9]) 32.10687 +@@ -347,27 +618,42 @@ case $basic_machine in 32.10688 + hppa-next) 32.10689 + os=-nextstep3 32.10690 + ;; 32.10691 ++ hppaosf) 32.10692 ++ basic_machine=hppa1.1-hp 32.10693 ++ os=-osf 32.10694 ++ ;; 32.10695 ++ hppro) 32.10696 ++ basic_machine=hppa1.1-hp 32.10697 ++ os=-proelf 32.10698 ++ ;; 32.10699 + i370-ibm* | ibm*) 32.10700 + basic_machine=i370-ibm 32.10701 +- os=-mvs 32.10702 + ;; 32.10703 + # I'm not sure what "Sysv32" means. Should this be sysv3.2? 32.10704 +- i[34567]86v32) 32.10705 ++ i*86v32) 32.10706 + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 32.10707 + os=-sysv32 32.10708 + ;; 32.10709 +- i[34567]86v4*) 32.10710 ++ i*86v4*) 32.10711 + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 32.10712 + os=-sysv4 32.10713 + ;; 32.10714 +- i[34567]86v) 32.10715 ++ i*86v) 32.10716 + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 32.10717 + os=-sysv 32.10718 + ;; 32.10719 +- i[34567]86sol2) 32.10720 ++ i*86sol2) 32.10721 + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 32.10722 + os=-solaris2 32.10723 + ;; 32.10724 ++ i386mach) 32.10725 ++ basic_machine=i386-mach 32.10726 ++ os=-mach 32.10727 ++ ;; 32.10728 ++ i386-vsta | vsta) 32.10729 ++ basic_machine=i386-unknown 32.10730 ++ os=-vsta 32.10731 ++ ;; 32.10732 + iris | iris4d) 32.10733 + basic_machine=mips-sgi 32.10734 + case $os in 32.10735 +@@ -393,16 +679,20 @@ case $basic_machine in 32.10736 + basic_machine=ns32k-utek 32.10737 + os=-sysv 32.10738 + ;; 32.10739 ++ mingw32) 32.10740 ++ basic_machine=i386-pc 32.10741 ++ os=-mingw32 32.10742 ++ ;; 32.10743 ++ mingw32ce) 32.10744 ++ basic_machine=arm-unknown 32.10745 ++ os=-mingw32ce 32.10746 ++ ;; 32.10747 + miniframe) 32.10748 + basic_machine=m68000-convergent 32.10749 + ;; 32.10750 +- mipsel*-linux*) 32.10751 +- basic_machine=mipsel-unknown 32.10752 +- os=-linux-gnu 32.10753 +- ;; 32.10754 +- mips*-linux*) 32.10755 +- basic_machine=mips-unknown 32.10756 +- os=-linux-gnu 32.10757 ++ *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) 32.10758 ++ basic_machine=m68k-atari 32.10759 ++ os=-mint 32.10760 + ;; 32.10761 + mips3*-*) 32.10762 + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` 32.10763 +@@ -410,10 +700,37 @@ case $basic_machine in 32.10764 + mips3*) 32.10765 + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown 32.10766 + ;; 32.10767 ++ monitor) 32.10768 ++ basic_machine=m68k-rom68k 32.10769 ++ os=-coff 32.10770 ++ ;; 32.10771 ++ morphos) 32.10772 ++ basic_machine=powerpc-unknown 32.10773 ++ os=-morphos 32.10774 ++ ;; 32.10775 ++ msdos) 32.10776 ++ basic_machine=i386-pc 32.10777 ++ os=-msdos 32.10778 ++ ;; 32.10779 ++ ms1-*) 32.10780 ++ basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 32.10781 ++ ;; 32.10782 ++ mvs) 32.10783 ++ basic_machine=i370-ibm 32.10784 ++ os=-mvs 32.10785 ++ ;; 32.10786 + ncr3000) 32.10787 + basic_machine=i486-ncr 32.10788 + os=-sysv4 32.10789 + ;; 32.10790 ++ netbsd386) 32.10791 ++ basic_machine=i386-unknown 32.10792 ++ os=-netbsd 32.10793 ++ ;; 32.10794 ++ netwinder) 32.10795 ++ basic_machine=armv4l-rebel 32.10796 ++ os=-linux 32.10797 ++ ;; 32.10798 + news | news700 | news800 | news900) 32.10799 + basic_machine=m68k-sony 32.10800 + os=-newsos 32.10801 +@@ -426,6 +743,10 @@ case $basic_machine in 32.10802 + basic_machine=mips-sony 32.10803 + os=-newsos 32.10804 + ;; 32.10805 ++ necv70) 32.10806 ++ basic_machine=v70-nec 32.10807 ++ os=-sysv 32.10808 ++ ;; 32.10809 + next | m*-next ) 32.10810 + basic_machine=m68k-next 32.10811 + case $os in 32.10812 +@@ -451,9 +772,39 @@ case $basic_machine in 32.10813 + basic_machine=i960-intel 32.10814 + os=-nindy 32.10815 + ;; 32.10816 ++ mon960) 32.10817 ++ basic_machine=i960-intel 32.10818 ++ os=-mon960 32.10819 ++ ;; 32.10820 ++ nonstopux) 32.10821 ++ basic_machine=mips-compaq 32.10822 ++ os=-nonstopux 32.10823 ++ ;; 32.10824 + np1) 32.10825 + basic_machine=np1-gould 32.10826 + ;; 32.10827 ++ nsr-tandem) 32.10828 ++ basic_machine=nsr-tandem 32.10829 ++ ;; 32.10830 ++ op50n-* | op60c-*) 32.10831 ++ basic_machine=hppa1.1-oki 32.10832 ++ os=-proelf 32.10833 ++ ;; 32.10834 ++ openrisc | openrisc-*) 32.10835 ++ basic_machine=or32-unknown 32.10836 ++ ;; 32.10837 ++ os400) 32.10838 ++ basic_machine=powerpc-ibm 32.10839 ++ os=-os400 32.10840 ++ ;; 32.10841 ++ OSE68000 | ose68000) 32.10842 ++ basic_machine=m68000-ericsson 32.10843 ++ os=-ose 32.10844 ++ ;; 32.10845 ++ os68k) 32.10846 ++ basic_machine=m68k-none 32.10847 ++ os=-os68k 32.10848 ++ ;; 32.10849 + pa-hitachi) 32.10850 + basic_machine=hppa1.1-hitachi 32.10851 + os=-hiuxwe2 32.10852 +@@ -468,51 +819,109 @@ case $basic_machine in 32.10853 + pbb) 32.10854 + basic_machine=m68k-tti 32.10855 + ;; 32.10856 +- pc532 | pc532-*) 32.10857 ++ pc532 | pc532-*) 32.10858 + basic_machine=ns32k-pc532 32.10859 + ;; 32.10860 +- pentium | p5 | k5 | nexen) 32.10861 ++ pc98) 32.10862 ++ basic_machine=i386-pc 32.10863 ++ ;; 32.10864 ++ pc98-*) 32.10865 ++ basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10866 ++ ;; 32.10867 ++ pentium | p5 | k5 | k6 | nexgen | viac3) 32.10868 + basic_machine=i586-pc 32.10869 + ;; 32.10870 +- pentiumpro | p6 | k6 | 6x86) 32.10871 ++ pentiumpro | p6 | 6x86 | athlon | athlon_*) 32.10872 + basic_machine=i686-pc 32.10873 + ;; 32.10874 +- pentiumii | pentium2) 32.10875 ++ pentiumii | pentium2 | pentiumiii | pentium3) 32.10876 ++ basic_machine=i686-pc 32.10877 ++ ;; 32.10878 ++ pentium4) 32.10879 + basic_machine=i786-pc 32.10880 + ;; 32.10881 +- pentium-* | p5-* | k5-* | nexen-*) 32.10882 ++ pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) 32.10883 + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10884 + ;; 32.10885 +- pentiumpro-* | p6-* | k6-* | 6x86-*) 32.10886 ++ pentiumpro-* | p6-* | 6x86-* | athlon-*) 32.10887 ++ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10888 ++ ;; 32.10889 ++ pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) 32.10890 + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10891 + ;; 32.10892 +- pentiumii-* | pentium2-*) 32.10893 ++ pentium4-*) 32.10894 + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10895 + ;; 32.10896 + pn) 32.10897 + basic_machine=pn-gould 32.10898 + ;; 32.10899 +- power) basic_machine=rs6000-ibm 32.10900 ++ power) basic_machine=power-ibm 32.10901 + ;; 32.10902 + ppc) basic_machine=powerpc-unknown 32.10903 +- ;; 32.10904 ++ ;; 32.10905 + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10906 + ;; 32.10907 + ppcle | powerpclittle | ppc-le | powerpc-little) 32.10908 + basic_machine=powerpcle-unknown 32.10909 +- ;; 32.10910 ++ ;; 32.10911 + ppcle-* | powerpclittle-*) 32.10912 + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10913 + ;; 32.10914 ++ ppc64) basic_machine=powerpc64-unknown 32.10915 ++ ;; 32.10916 ++ ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10917 ++ ;; 32.10918 ++ ppc64le | powerpc64little | ppc64-le | powerpc64-little) 32.10919 ++ basic_machine=powerpc64le-unknown 32.10920 ++ ;; 32.10921 ++ ppc64le-* | powerpc64little-*) 32.10922 ++ basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` 32.10923 ++ ;; 32.10924 + ps2) 32.10925 + basic_machine=i386-ibm 32.10926 + ;; 32.10927 ++ pw32) 32.10928 ++ basic_machine=i586-unknown 32.10929 ++ os=-pw32 32.10930 ++ ;; 32.10931 ++ rdos) 32.10932 ++ basic_machine=i386-pc 32.10933 ++ os=-rdos 32.10934 ++ ;; 32.10935 ++ rom68k) 32.10936 ++ basic_machine=m68k-rom68k 32.10937 ++ os=-coff 32.10938 ++ ;; 32.10939 + rm[46]00) 32.10940 + basic_machine=mips-siemens 32.10941 + ;; 32.10942 + rtpc | rtpc-*) 32.10943 + basic_machine=romp-ibm 32.10944 + ;; 32.10945 ++ s390 | s390-*) 32.10946 ++ basic_machine=s390-ibm 32.10947 ++ ;; 32.10948 ++ s390x | s390x-*) 32.10949 ++ basic_machine=s390x-ibm 32.10950 ++ ;; 32.10951 ++ sa29200) 32.10952 ++ basic_machine=a29k-amd 32.10953 ++ os=-udi 32.10954 ++ ;; 32.10955 ++ sb1) 32.10956 ++ basic_machine=mipsisa64sb1-unknown 32.10957 ++ ;; 32.10958 ++ sb1el) 32.10959 ++ basic_machine=mipsisa64sb1el-unknown 32.10960 ++ ;; 32.10961 ++ sde) 32.10962 ++ basic_machine=mipsisa32-sde 32.10963 ++ os=-elf 32.10964 ++ ;; 32.10965 ++ sei) 32.10966 ++ basic_machine=mips-sei 32.10967 ++ os=-seiux 32.10968 ++ ;; 32.10969 + sequent) 32.10970 + basic_machine=i386-sequent 32.10971 + ;; 32.10972 +@@ -520,6 +929,16 @@ case $basic_machine in 32.10973 + basic_machine=sh-hitachi 32.10974 + os=-hms 32.10975 + ;; 32.10976 ++ sh5el) 32.10977 ++ basic_machine=sh5le-unknown 32.10978 ++ ;; 32.10979 ++ sh64) 32.10980 ++ basic_machine=sh64-unknown 32.10981 ++ ;; 32.10982 ++ sparclite-wrs | simso-wrs) 32.10983 ++ basic_machine=sparclite-wrs 32.10984 ++ os=-vxworks 32.10985 ++ ;; 32.10986 + sps7) 32.10987 + basic_machine=m68k-bull 32.10988 + os=-sysv2 32.10989 +@@ -527,6 +946,13 @@ case $basic_machine in 32.10990 + spur) 32.10991 + basic_machine=spur-unknown 32.10992 + ;; 32.10993 ++ st2000) 32.10994 ++ basic_machine=m68k-tandem 32.10995 ++ ;; 32.10996 ++ stratus) 32.10997 ++ basic_machine=i860-stratus 32.10998 ++ os=-sysv4 32.10999 ++ ;; 32.11000 + sun2) 32.11001 + basic_machine=m68000-sun 32.11002 + ;; 32.11003 +@@ -567,19 +993,51 @@ case $basic_machine in 32.11004 + sun386 | sun386i | roadrunner) 32.11005 + basic_machine=i386-sun 32.11006 + ;; 32.11007 ++ sv1) 32.11008 ++ basic_machine=sv1-cray 32.11009 ++ os=-unicos 32.11010 ++ ;; 32.11011 + symmetry) 32.11012 + basic_machine=i386-sequent 32.11013 + os=-dynix 32.11014 + ;; 32.11015 ++ t3e) 32.11016 ++ basic_machine=alphaev5-cray 32.11017 ++ os=-unicos 32.11018 ++ ;; 32.11019 ++ t90) 32.11020 ++ basic_machine=t90-cray 32.11021 ++ os=-unicos 32.11022 ++ ;; 32.11023 ++ tic54x | c54x*) 32.11024 ++ basic_machine=tic54x-unknown 32.11025 ++ os=-coff 32.11026 ++ ;; 32.11027 ++ tic55x | c55x*) 32.11028 ++ basic_machine=tic55x-unknown 32.11029 ++ os=-coff 32.11030 ++ ;; 32.11031 ++ tic6x | c6x*) 32.11032 ++ basic_machine=tic6x-unknown 32.11033 ++ os=-coff 32.11034 ++ ;; 32.11035 + tx39) 32.11036 + basic_machine=mipstx39-unknown 32.11037 + ;; 32.11038 + tx39el) 32.11039 + basic_machine=mipstx39el-unknown 32.11040 + ;; 32.11041 ++ toad1) 32.11042 ++ basic_machine=pdp10-xkl 32.11043 ++ os=-tops20 32.11044 ++ ;; 32.11045 + tower | tower-32) 32.11046 + basic_machine=m68k-ncr 32.11047 + ;; 32.11048 ++ tpf) 32.11049 ++ basic_machine=s390x-ibm 32.11050 ++ os=-tpf 32.11051 ++ ;; 32.11052 + udi29k) 32.11053 + basic_machine=a29k-amd 32.11054 + os=-udi 32.11055 +@@ -588,6 +1046,10 @@ case $basic_machine in 32.11056 + basic_machine=a29k-nyu 32.11057 + os=-sym1 32.11058 + ;; 32.11059 ++ v810 | necv810) 32.11060 ++ basic_machine=v810-nec 32.11061 ++ os=-none 32.11062 ++ ;; 32.11063 + vaxv) 32.11064 + basic_machine=vax-dec 32.11065 + os=-sysv 32.11066 +@@ -597,8 +1059,8 @@ case $basic_machine in 32.11067 + os=-vms 32.11068 + ;; 32.11069 + vpp*|vx|vx-*) 32.11070 +- basic_machine=f301-fujitsu 32.11071 +- ;; 32.11072 ++ basic_machine=f301-fujitsu 32.11073 ++ ;; 32.11074 + vxworks960) 32.11075 + basic_machine=i960-wrs 32.11076 + os=-vxworks 32.11077 +@@ -611,13 +1073,29 @@ case $basic_machine in 32.11078 + basic_machine=a29k-wrs 32.11079 + os=-vxworks 32.11080 + ;; 32.11081 +- xmp) 32.11082 +- basic_machine=xmp-cray 32.11083 +- os=-unicos 32.11084 ++ w65*) 32.11085 ++ basic_machine=w65-wdc 32.11086 ++ os=-none 32.11087 + ;; 32.11088 +- xps | xps100) 32.11089 ++ w89k-*) 32.11090 ++ basic_machine=hppa1.1-winbond 32.11091 ++ os=-proelf 32.11092 ++ ;; 32.11093 ++ xbox) 32.11094 ++ basic_machine=i686-pc 32.11095 ++ os=-mingw32 32.11096 ++ ;; 32.11097 ++ xps | xps100) 32.11098 + basic_machine=xps100-honeywell 32.11099 + ;; 32.11100 ++ ymp) 32.11101 ++ basic_machine=ymp-cray 32.11102 ++ os=-unicos 32.11103 ++ ;; 32.11104 ++ z8k-*-coff) 32.11105 ++ basic_machine=z8k-unknown 32.11106 ++ os=-sim 32.11107 ++ ;; 32.11108 + none) 32.11109 + basic_machine=none-none 32.11110 + os=-none 32.11111 +@@ -625,32 +1103,44 @@ case $basic_machine in 32.11112 + 32.11113 + # Here we handle the default manufacturer of certain CPU types. It is in 32.11114 + # some cases the only manufacturer, in others, it is the most popular. 32.11115 +- mips) 32.11116 +- if [ x$os = x-linux-gnu ]; then 32.11117 +- basic_machine=mips-unknown 32.11118 +- else 32.11119 +- basic_machine=mips-mips 32.11120 +- fi 32.11121 ++ w89k) 32.11122 ++ basic_machine=hppa1.1-winbond 32.11123 ++ ;; 32.11124 ++ op50n) 32.11125 ++ basic_machine=hppa1.1-oki 32.11126 ++ ;; 32.11127 ++ op60c) 32.11128 ++ basic_machine=hppa1.1-oki 32.11129 + ;; 32.11130 + romp) 32.11131 + basic_machine=romp-ibm 32.11132 + ;; 32.11133 ++ mmix) 32.11134 ++ basic_machine=mmix-knuth 32.11135 ++ ;; 32.11136 + rs6000) 32.11137 + basic_machine=rs6000-ibm 32.11138 + ;; 32.11139 + vax) 32.11140 + basic_machine=vax-dec 32.11141 + ;; 32.11142 ++ pdp10) 32.11143 ++ # there are many clones, so DEC is not a safe bet 32.11144 ++ basic_machine=pdp10-unknown 32.11145 ++ ;; 32.11146 + pdp11) 32.11147 + basic_machine=pdp11-dec 32.11148 + ;; 32.11149 + we32k) 32.11150 + basic_machine=we32k-att 32.11151 + ;; 32.11152 +- sparc) 32.11153 ++ sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) 32.11154 ++ basic_machine=sh-unknown 32.11155 ++ ;; 32.11156 ++ sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) 32.11157 + basic_machine=sparc-sun 32.11158 + ;; 32.11159 +- cydra) 32.11160 ++ cydra) 32.11161 + basic_machine=cydra-cydrome 32.11162 + ;; 32.11163 + orion) 32.11164 +@@ -659,6 +1149,15 @@ case $basic_machine in 32.11165 + orion105) 32.11166 + basic_machine=clipper-highlevel 32.11167 + ;; 32.11168 ++ mac | mpw | mac-mpw) 32.11169 ++ basic_machine=m68k-apple 32.11170 ++ ;; 32.11171 ++ pmac | pmac-mpw) 32.11172 ++ basic_machine=powerpc-apple 32.11173 ++ ;; 32.11174 ++ *-unknown) 32.11175 ++ # Make sure to match an already-canonicalized machine name. 32.11176 ++ ;; 32.11177 + *) 32.11178 + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 32.11179 + exit 1 32.11180 +@@ -711,15 +1210,49 @@ case $os in 32.11181 + | -aos* \ 32.11182 + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 32.11183 + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 32.11184 +- | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ 32.11185 +- | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ 32.11186 ++ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ 32.11187 ++ | -openbsd* | -solidbsd* \ 32.11188 ++ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 32.11189 ++ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 32.11190 + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 32.11191 + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 32.11192 ++ | -chorusos* | -chorusrdb* \ 32.11193 + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 32.11194 +- | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \ 32.11195 +- | -openstep*) 32.11196 ++ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ 32.11197 ++ | -uxpv* | -beos* | -mpeix* | -udk* \ 32.11198 ++ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 32.11199 ++ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ 32.11200 ++ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ 32.11201 ++ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 32.11202 ++ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 32.11203 ++ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 32.11204 ++ | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) 32.11205 + # Remember, each alternative MUST END IN *, to match a version number. 32.11206 + ;; 32.11207 ++ -qnx*) 32.11208 ++ case $basic_machine in 32.11209 ++ x86-* | i*86-*) 32.11210 ++ ;; 32.11211 ++ *) 32.11212 ++ os=-nto$os 32.11213 ++ ;; 32.11214 ++ esac 32.11215 ++ ;; 32.11216 ++ -nto-qnx*) 32.11217 ++ ;; 32.11218 ++ -nto*) 32.11219 ++ os=`echo $os | sed -e 's|nto|nto-qnx|'` 32.11220 ++ ;; 32.11221 ++ -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ 32.11222 ++ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ 32.11223 ++ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) 32.11224 ++ ;; 32.11225 ++ -mac*) 32.11226 ++ os=`echo $os | sed -e 's|mac|macos|'` 32.11227 ++ ;; 32.11228 ++ -linux-dietlibc) 32.11229 ++ os=-linux-dietlibc 32.11230 ++ ;; 32.11231 + -linux*) 32.11232 + os=`echo $os | sed -e 's|linux|linux-gnu|'` 32.11233 + ;; 32.11234 +@@ -729,6 +1262,15 @@ case $os in 32.11235 + -sunos6*) 32.11236 + os=`echo $os | sed -e 's|sunos6|solaris3|'` 32.11237 + ;; 32.11238 ++ -opened*) 32.11239 ++ os=-openedition 32.11240 ++ ;; 32.11241 ++ -os400*) 32.11242 ++ os=-os400 32.11243 ++ ;; 32.11244 ++ -wince*) 32.11245 ++ os=-wince 32.11246 ++ ;; 32.11247 + -osfrose*) 32.11248 + os=-osfrose 32.11249 + ;; 32.11250 +@@ -744,11 +1286,26 @@ case $os in 32.11251 + -acis*) 32.11252 + os=-aos 32.11253 + ;; 32.11254 ++ -atheos*) 32.11255 ++ os=-atheos 32.11256 ++ ;; 32.11257 ++ -syllable*) 32.11258 ++ os=-syllable 32.11259 ++ ;; 32.11260 ++ -386bsd) 32.11261 ++ os=-bsd 32.11262 ++ ;; 32.11263 + -ctix* | -uts*) 32.11264 + os=-sysv 32.11265 + ;; 32.11266 ++ -nova*) 32.11267 ++ os=-rtmk-nova 32.11268 ++ ;; 32.11269 + -ns2 ) 32.11270 +- os=-nextstep2 32.11271 ++ os=-nextstep2 32.11272 ++ ;; 32.11273 ++ -nsk*) 32.11274 ++ os=-nsk 32.11275 + ;; 32.11276 + # Preserve the version number of sinix5. 32.11277 + -sinix5.*) 32.11278 +@@ -757,6 +1314,9 @@ case $os in 32.11279 + -sinix*) 32.11280 + os=-sysv4 32.11281 + ;; 32.11282 ++ -tpf*) 32.11283 ++ os=-tpf 32.11284 ++ ;; 32.11285 + -triton*) 32.11286 + os=-sysv3 32.11287 + ;; 32.11288 +@@ -775,9 +1335,27 @@ case $os in 32.11289 + # This must come after -sysvr4. 32.11290 + -sysv*) 32.11291 + ;; 32.11292 ++ -ose*) 32.11293 ++ os=-ose 32.11294 ++ ;; 32.11295 ++ -es1800*) 32.11296 ++ os=-ose 32.11297 ++ ;; 32.11298 + -xenix) 32.11299 + os=-xenix 32.11300 + ;; 32.11301 ++ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) 32.11302 ++ os=-mint 32.11303 ++ ;; 32.11304 ++ -aros*) 32.11305 ++ os=-aros 32.11306 ++ ;; 32.11307 ++ -kaos*) 32.11308 ++ os=-kaos 32.11309 ++ ;; 32.11310 ++ -zvmoe) 32.11311 ++ os=-zvmoe 32.11312 ++ ;; 32.11313 + -none) 32.11314 + ;; 32.11315 + *) 32.11316 +@@ -800,13 +1378,29 @@ else 32.11317 + # system, and we'll never get to this point. 32.11318 + 32.11319 + case $basic_machine in 32.11320 ++ score-*) 32.11321 ++ os=-elf 32.11322 ++ ;; 32.11323 ++ spu-*) 32.11324 ++ os=-elf 32.11325 ++ ;; 32.11326 + *-acorn) 32.11327 + os=-riscix1.2 32.11328 + ;; 32.11329 ++ arm*-rebel) 32.11330 ++ os=-linux 32.11331 ++ ;; 32.11332 + arm*-semi) 32.11333 + os=-aout 32.11334 + ;; 32.11335 +- pdp11-*) 32.11336 ++ c4x-* | tic4x-*) 32.11337 ++ os=-coff 32.11338 ++ ;; 32.11339 ++ # This must come before the *-dec entry. 32.11340 ++ pdp10-*) 32.11341 ++ os=-tops20 32.11342 ++ ;; 32.11343 ++ pdp11-*) 32.11344 + os=-none 32.11345 + ;; 32.11346 + *-dec | vax-*) 32.11347 +@@ -824,6 +1418,21 @@ case $basic_machine in 32.11348 + # default. 32.11349 + # os=-sunos4 32.11350 + ;; 32.11351 ++ m68*-cisco) 32.11352 ++ os=-aout 32.11353 ++ ;; 32.11354 ++ mep-*) 32.11355 ++ os=-elf 32.11356 ++ ;; 32.11357 ++ mips*-cisco) 32.11358 ++ os=-elf 32.11359 ++ ;; 32.11360 ++ mips*-*) 32.11361 ++ os=-elf 32.11362 ++ ;; 32.11363 ++ or32-*) 32.11364 ++ os=-coff 32.11365 ++ ;; 32.11366 + *-tti) # must be before sparc entry or we get the wrong os. 32.11367 + os=-sysv3 32.11368 + ;; 32.11369 +@@ -833,9 +1442,24 @@ case $basic_machine in 32.11370 + *-be) 32.11371 + os=-beos 32.11372 + ;; 32.11373 ++ *-haiku) 32.11374 ++ os=-haiku 32.11375 ++ ;; 32.11376 + *-ibm) 32.11377 + os=-aix 32.11378 + ;; 32.11379 ++ *-knuth) 32.11380 ++ os=-mmixware 32.11381 ++ ;; 32.11382 ++ *-wec) 32.11383 ++ os=-proelf 32.11384 ++ ;; 32.11385 ++ *-winbond) 32.11386 ++ os=-proelf 32.11387 ++ ;; 32.11388 ++ *-oki) 32.11389 ++ os=-proelf 32.11390 ++ ;; 32.11391 + *-hp) 32.11392 + os=-hpux 32.11393 + ;; 32.11394 +@@ -878,27 +1502,39 @@ case $basic_machine in 32.11395 + *-next) 32.11396 + os=-nextstep3 32.11397 + ;; 32.11398 +- *-gould) 32.11399 ++ *-gould) 32.11400 + os=-sysv 32.11401 + ;; 32.11402 +- *-highlevel) 32.11403 ++ *-highlevel) 32.11404 + os=-bsd 32.11405 + ;; 32.11406 + *-encore) 32.11407 + os=-bsd 32.11408 + ;; 32.11409 +- *-sgi) 32.11410 ++ *-sgi) 32.11411 + os=-irix 32.11412 + ;; 32.11413 +- *-siemens) 32.11414 ++ *-siemens) 32.11415 + os=-sysv4 32.11416 + ;; 32.11417 + *-masscomp) 32.11418 + os=-rtu 32.11419 + ;; 32.11420 +- f301-fujitsu) 32.11421 ++ f30[01]-fujitsu | f700-fujitsu) 32.11422 + os=-uxpv 32.11423 + ;; 32.11424 ++ *-rom68k) 32.11425 ++ os=-coff 32.11426 ++ ;; 32.11427 ++ *-*bug) 32.11428 ++ os=-coff 32.11429 ++ ;; 32.11430 ++ *-apple) 32.11431 ++ os=-macos 32.11432 ++ ;; 32.11433 ++ *-atari*) 32.11434 ++ os=-mint 32.11435 ++ ;; 32.11436 + *) 32.11437 + os=-none 32.11438 + ;; 32.11439 +@@ -920,9 +1556,15 @@ case $basic_machine in 32.11440 + -aix*) 32.11441 + vendor=ibm 32.11442 + ;; 32.11443 ++ -beos*) 32.11444 ++ vendor=be 32.11445 ++ ;; 32.11446 + -hpux*) 32.11447 + vendor=hp 32.11448 + ;; 32.11449 ++ -mpeix*) 32.11450 ++ vendor=hp 32.11451 ++ ;; 32.11452 + -hiux*) 32.11453 + vendor=hitachi 32.11454 + ;; 32.11455 +@@ -938,21 +1580,47 @@ case $basic_machine in 32.11456 + -genix*) 32.11457 + vendor=ns 32.11458 + ;; 32.11459 +- -mvs*) 32.11460 ++ -mvs* | -opened*) 32.11461 ++ vendor=ibm 32.11462 ++ ;; 32.11463 ++ -os400*) 32.11464 + vendor=ibm 32.11465 + ;; 32.11466 + -ptx*) 32.11467 + vendor=sequent 32.11468 + ;; 32.11469 +- -vxsim* | -vxworks*) 32.11470 ++ -tpf*) 32.11471 ++ vendor=ibm 32.11472 ++ ;; 32.11473 ++ -vxsim* | -vxworks* | -windiss*) 32.11474 + vendor=wrs 32.11475 + ;; 32.11476 + -aux*) 32.11477 + vendor=apple 32.11478 + ;; 32.11479 ++ -hms*) 32.11480 ++ vendor=hitachi 32.11481 ++ ;; 32.11482 ++ -mpw* | -macos*) 32.11483 ++ vendor=apple 32.11484 ++ ;; 32.11485 ++ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) 32.11486 ++ vendor=atari 32.11487 ++ ;; 32.11488 ++ -vos*) 32.11489 ++ vendor=stratus 32.11490 ++ ;; 32.11491 + esac 32.11492 + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` 32.11493 + ;; 32.11494 + esac 32.11495 + 32.11496 + echo $basic_machine$os 32.11497 ++exit 32.11498 ++ 32.11499 ++# Local variables: 32.11500 ++# eval: (add-hook 'write-file-hooks 'time-stamp) 32.11501 ++# time-stamp-start: "timestamp='" 32.11502 ++# time-stamp-format: "%:y-%02m-%02d" 32.11503 ++# time-stamp-end: "'" 32.11504 ++# End: 32.11505 +--- libstroke-0.5.1.orig/configure 32.11506 ++++ libstroke-0.5.1/configure 32.11507 +@@ -1,49 +1,479 @@ 32.11508 + #! /bin/sh 32.11509 +- 32.11510 + # Guess values for system-dependent variables and create Makefiles. 32.11511 +-# Generated automatically using autoconf version 2.13 32.11512 +-# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 32.11513 ++# Generated by GNU Autoconf 2.58. 32.11514 + # 32.11515 ++# Copyright (C) 2003 Free Software Foundation, Inc. 32.11516 + # This configure script is free software; the Free Software Foundation 32.11517 + # gives unlimited permission to copy, distribute and modify it. 32.11518 ++## --------------------- ## 32.11519 ++## M4sh Initialization. ## 32.11520 ++## --------------------- ## 32.11521 ++ 32.11522 ++# Be Bourne compatible 32.11523 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 32.11524 ++ emulate sh 32.11525 ++ NULLCMD=: 32.11526 ++ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 32.11527 ++ # is contrary to our usage. Disable this feature. 32.11528 ++ alias -g '${1+"$@"}'='"$@"' 32.11529 ++elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 32.11530 ++ set -o posix 32.11531 ++fi 32.11532 ++DUALCASE=1; export DUALCASE # for MKS sh 32.11533 ++ 32.11534 ++# Support unset when possible. 32.11535 ++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 32.11536 ++ as_unset=unset 32.11537 ++else 32.11538 ++ as_unset=false 32.11539 ++fi 32.11540 ++ 32.11541 ++ 32.11542 ++# Work around bugs in pre-3.0 UWIN ksh. 32.11543 ++$as_unset ENV MAIL MAILPATH 32.11544 ++PS1='$ ' 32.11545 ++PS2='> ' 32.11546 ++PS4='+ ' 32.11547 ++ 32.11548 ++# NLS nuisances. 32.11549 ++for as_var in \ 32.11550 ++ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 32.11551 ++ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 32.11552 ++ LC_TELEPHONE LC_TIME 32.11553 ++do 32.11554 ++ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 32.11555 ++ eval $as_var=C; export $as_var 32.11556 ++ else 32.11557 ++ $as_unset $as_var 32.11558 ++ fi 32.11559 ++done 32.11560 ++ 32.11561 ++# Required to use basename. 32.11562 ++if expr a : '\(a\)' >/dev/null 2>&1; then 32.11563 ++ as_expr=expr 32.11564 ++else 32.11565 ++ as_expr=false 32.11566 ++fi 32.11567 ++ 32.11568 ++if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 32.11569 ++ as_basename=basename 32.11570 ++else 32.11571 ++ as_basename=false 32.11572 ++fi 32.11573 ++ 32.11574 ++ 32.11575 ++# Name of the executable. 32.11576 ++as_me=`$as_basename "$0" || 32.11577 ++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 32.11578 ++ X"$0" : 'X\(//\)$' \| \ 32.11579 ++ X"$0" : 'X\(/\)$' \| \ 32.11580 ++ . : '\(.\)' 2>/dev/null || 32.11581 ++echo X/"$0" | 32.11582 ++ sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 32.11583 ++ /^X\/\(\/\/\)$/{ s//\1/; q; } 32.11584 ++ /^X\/\(\/\).*/{ s//\1/; q; } 32.11585 ++ s/.*/./; q'` 32.11586 ++ 32.11587 ++ 32.11588 ++# PATH needs CR, and LINENO needs CR and PATH. 32.11589 ++# Avoid depending upon Character Ranges. 32.11590 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz' 32.11591 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 32.11592 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS 32.11593 ++as_cr_digits='0123456789' 32.11594 ++as_cr_alnum=$as_cr_Letters$as_cr_digits 32.11595 ++ 32.11596 ++# The user is always right. 32.11597 ++if test "${PATH_SEPARATOR+set}" != set; then 32.11598 ++ echo "#! /bin/sh" >conf$$.sh 32.11599 ++ echo "exit 0" >>conf$$.sh 32.11600 ++ chmod +x conf$$.sh 32.11601 ++ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 32.11602 ++ PATH_SEPARATOR=';' 32.11603 ++ else 32.11604 ++ PATH_SEPARATOR=: 32.11605 ++ fi 32.11606 ++ rm -f conf$$.sh 32.11607 ++fi 32.11608 ++ 32.11609 ++ 32.11610 ++ as_lineno_1=$LINENO 32.11611 ++ as_lineno_2=$LINENO 32.11612 ++ as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 32.11613 ++ test "x$as_lineno_1" != "x$as_lineno_2" && 32.11614 ++ test "x$as_lineno_3" = "x$as_lineno_2" || { 32.11615 ++ # Find who we are. Look in the path if we contain no path at all 32.11616 ++ # relative or not. 32.11617 ++ case $0 in 32.11618 ++ *[\\/]* ) as_myself=$0 ;; 32.11619 ++ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.11620 ++for as_dir in $PATH 32.11621 ++do 32.11622 ++ IFS=$as_save_IFS 32.11623 ++ test -z "$as_dir" && as_dir=. 32.11624 ++ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 32.11625 ++done 32.11626 ++ 32.11627 ++ ;; 32.11628 ++ esac 32.11629 ++ # We did not find ourselves, most probably we were run as `sh COMMAND' 32.11630 ++ # in which case we are not to be found in the path. 32.11631 ++ if test "x$as_myself" = x; then 32.11632 ++ as_myself=$0 32.11633 ++ fi 32.11634 ++ if test ! -f "$as_myself"; then 32.11635 ++ { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 32.11636 ++ { (exit 1); exit 1; }; } 32.11637 ++ fi 32.11638 ++ case $CONFIG_SHELL in 32.11639 ++ '') 32.11640 ++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.11641 ++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 32.11642 ++do 32.11643 ++ IFS=$as_save_IFS 32.11644 ++ test -z "$as_dir" && as_dir=. 32.11645 ++ for as_base in sh bash ksh sh5; do 32.11646 ++ case $as_dir in 32.11647 ++ /*) 32.11648 ++ if ("$as_dir/$as_base" -c ' 32.11649 ++ as_lineno_1=$LINENO 32.11650 ++ as_lineno_2=$LINENO 32.11651 ++ as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 32.11652 ++ test "x$as_lineno_1" != "x$as_lineno_2" && 32.11653 ++ test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 32.11654 ++ $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 32.11655 ++ $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 32.11656 ++ CONFIG_SHELL=$as_dir/$as_base 32.11657 ++ export CONFIG_SHELL 32.11658 ++ exec "$CONFIG_SHELL" "$0" ${1+"$@"} 32.11659 ++ fi;; 32.11660 ++ esac 32.11661 ++ done 32.11662 ++done 32.11663 ++;; 32.11664 ++ esac 32.11665 ++ 32.11666 ++ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 32.11667 ++ # uniformly replaced by the line number. The first 'sed' inserts a 32.11668 ++ # line-number line before each line; the second 'sed' does the real 32.11669 ++ # work. The second script uses 'N' to pair each line-number line 32.11670 ++ # with the numbered line, and appends trailing '-' during 32.11671 ++ # substitution so that $LINENO is not a special case at line end. 32.11672 ++ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 32.11673 ++ # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 32.11674 ++ sed '=' <$as_myself | 32.11675 ++ sed ' 32.11676 ++ N 32.11677 ++ s,$,-, 32.11678 ++ : loop 32.11679 ++ s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 32.11680 ++ t loop 32.11681 ++ s,-$,, 32.11682 ++ s,^['$as_cr_digits']*\n,, 32.11683 ++ ' >$as_me.lineno && 32.11684 ++ chmod +x $as_me.lineno || 32.11685 ++ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 32.11686 ++ { (exit 1); exit 1; }; } 32.11687 ++ 32.11688 ++ # Don't try to exec as it changes $[0], causing all sort of problems 32.11689 ++ # (the dirname of $[0] is not the place where we might find the 32.11690 ++ # original and so on. Autoconf is especially sensible to this). 32.11691 ++ . ./$as_me.lineno 32.11692 ++ # Exit status is that of the last command. 32.11693 ++ exit 32.11694 ++} 32.11695 ++ 32.11696 ++ 32.11697 ++case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 32.11698 ++ *c*,-n*) ECHO_N= ECHO_C=' 32.11699 ++' ECHO_T=' ' ;; 32.11700 ++ *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 32.11701 ++ *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 32.11702 ++esac 32.11703 ++ 32.11704 ++if expr a : '\(a\)' >/dev/null 2>&1; then 32.11705 ++ as_expr=expr 32.11706 ++else 32.11707 ++ as_expr=false 32.11708 ++fi 32.11709 ++ 32.11710 ++rm -f conf$$ conf$$.exe conf$$.file 32.11711 ++echo >conf$$.file 32.11712 ++if ln -s conf$$.file conf$$ 2>/dev/null; then 32.11713 ++ # We could just check for DJGPP; but this test a) works b) is more generic 32.11714 ++ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 32.11715 ++ if test -f conf$$.exe; then 32.11716 ++ # Don't use ln at all; we don't have any links 32.11717 ++ as_ln_s='cp -p' 32.11718 ++ else 32.11719 ++ as_ln_s='ln -s' 32.11720 ++ fi 32.11721 ++elif ln conf$$.file conf$$ 2>/dev/null; then 32.11722 ++ as_ln_s=ln 32.11723 ++else 32.11724 ++ as_ln_s='cp -p' 32.11725 ++fi 32.11726 ++rm -f conf$$ conf$$.exe conf$$.file 32.11727 ++ 32.11728 ++if mkdir -p . 2>/dev/null; then 32.11729 ++ as_mkdir_p=: 32.11730 ++else 32.11731 ++ test -d ./-p && rmdir ./-p 32.11732 ++ as_mkdir_p=false 32.11733 ++fi 32.11734 ++ 32.11735 ++as_executable_p="test -f" 32.11736 ++ 32.11737 ++# Sed expression to map a string onto a valid CPP name. 32.11738 ++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 32.11739 ++ 32.11740 ++# Sed expression to map a string onto a valid variable name. 32.11741 ++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 32.11742 ++ 32.11743 ++ 32.11744 ++# IFS 32.11745 ++# We need space, tab and new line, in precisely that order. 32.11746 ++as_nl=' 32.11747 ++' 32.11748 ++IFS=" $as_nl" 32.11749 ++ 32.11750 ++# CDPATH. 32.11751 ++$as_unset CDPATH 32.11752 ++ 32.11753 ++ 32.11754 ++ 32.11755 ++# Check that we are running under the correct shell. 32.11756 ++SHELL=${CONFIG_SHELL-/bin/sh} 32.11757 ++ 32.11758 ++case X$ECHO in 32.11759 ++X*--fallback-echo) 32.11760 ++ # Remove one level of quotation (which was required for Make). 32.11761 ++ ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` 32.11762 ++ ;; 32.11763 ++esac 32.11764 ++ 32.11765 ++echo=${ECHO-echo} 32.11766 ++if test "X$1" = X--no-reexec; then 32.11767 ++ # Discard the --no-reexec flag, and continue. 32.11768 ++ shift 32.11769 ++elif test "X$1" = X--fallback-echo; then 32.11770 ++ # Avoid inline document here, it may be left over 32.11771 ++ : 32.11772 ++elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then 32.11773 ++ # Yippee, $echo works! 32.11774 ++ : 32.11775 ++else 32.11776 ++ # Restart under the correct shell. 32.11777 ++ exec $SHELL "$0" --no-reexec ${1+"$@"} 32.11778 ++fi 32.11779 ++ 32.11780 ++if test "X$1" = X--fallback-echo; then 32.11781 ++ # used as fallback echo 32.11782 ++ shift 32.11783 ++ cat <<EOF 32.11784 ++$* 32.11785 ++EOF 32.11786 ++ exit 0 32.11787 ++fi 32.11788 ++ 32.11789 ++# The HP-UX ksh and POSIX shell print the target directory to stdout 32.11790 ++# if CDPATH is set. 32.11791 ++if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi 32.11792 ++ 32.11793 ++if test -z "$ECHO"; then 32.11794 ++if test "X${echo_test_string+set}" != Xset; then 32.11795 ++# find a string as large as possible, as long as the shell can cope with it 32.11796 ++ for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do 32.11797 ++ # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... 32.11798 ++ if (echo_test_string="`eval $cmd`") 2>/dev/null && 32.11799 ++ echo_test_string="`eval $cmd`" && 32.11800 ++ (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null 32.11801 ++ then 32.11802 ++ break 32.11803 ++ fi 32.11804 ++ done 32.11805 ++fi 32.11806 ++ 32.11807 ++if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 32.11808 ++ echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 32.11809 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.11810 ++ : 32.11811 ++else 32.11812 ++ # The Solaris, AIX, and Digital Unix default echo programs unquote 32.11813 ++ # backslashes. This makes it impossible to quote backslashes using 32.11814 ++ # echo "$something" | sed 's/\\/\\\\/g' 32.11815 ++ # 32.11816 ++ # So, first we look for a working echo in the user's PATH. 32.11817 ++ 32.11818 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.11819 ++ for dir in $PATH /usr/ucb; do 32.11820 ++ IFS="$lt_save_ifs" 32.11821 ++ if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && 32.11822 ++ test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && 32.11823 ++ echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && 32.11824 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.11825 ++ echo="$dir/echo" 32.11826 ++ break 32.11827 ++ fi 32.11828 ++ done 32.11829 ++ IFS="$lt_save_ifs" 32.11830 ++ 32.11831 ++ if test "X$echo" = Xecho; then 32.11832 ++ # We didn't find a better echo, so look for alternatives. 32.11833 ++ if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && 32.11834 ++ echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && 32.11835 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.11836 ++ # This shell has a builtin print -r that does the trick. 32.11837 ++ echo='print -r' 32.11838 ++ elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && 32.11839 ++ test "X$CONFIG_SHELL" != X/bin/ksh; then 32.11840 ++ # If we have ksh, try running configure again with it. 32.11841 ++ ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 32.11842 ++ export ORIGINAL_CONFIG_SHELL 32.11843 ++ CONFIG_SHELL=/bin/ksh 32.11844 ++ export CONFIG_SHELL 32.11845 ++ exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} 32.11846 ++ else 32.11847 ++ # Try using printf. 32.11848 ++ echo='printf %s\n' 32.11849 ++ if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 32.11850 ++ echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 32.11851 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.11852 ++ # Cool, printf works 32.11853 ++ : 32.11854 ++ elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && 32.11855 ++ test "X$echo_testing_string" = 'X\t' && 32.11856 ++ echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && 32.11857 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.11858 ++ CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL 32.11859 ++ export CONFIG_SHELL 32.11860 ++ SHELL="$CONFIG_SHELL" 32.11861 ++ export SHELL 32.11862 ++ echo="$CONFIG_SHELL $0 --fallback-echo" 32.11863 ++ elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && 32.11864 ++ test "X$echo_testing_string" = 'X\t' && 32.11865 ++ echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && 32.11866 ++ test "X$echo_testing_string" = "X$echo_test_string"; then 32.11867 ++ echo="$CONFIG_SHELL $0 --fallback-echo" 32.11868 ++ else 32.11869 ++ # maybe with a smaller string... 32.11870 ++ prev=: 32.11871 ++ 32.11872 ++ for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do 32.11873 ++ if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null 32.11874 ++ then 32.11875 ++ break 32.11876 ++ fi 32.11877 ++ prev="$cmd" 32.11878 ++ done 32.11879 ++ 32.11880 ++ if test "$prev" != 'sed 50q "$0"'; then 32.11881 ++ echo_test_string=`eval $prev` 32.11882 ++ export echo_test_string 32.11883 ++ exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} 32.11884 ++ else 32.11885 ++ # Oops. We lost completely, so just stick with echo. 32.11886 ++ echo=echo 32.11887 ++ fi 32.11888 ++ fi 32.11889 ++ fi 32.11890 ++ fi 32.11891 ++fi 32.11892 ++fi 32.11893 ++ 32.11894 ++# Copy echo and quote the copy suitably for passing to libtool from 32.11895 ++# the Makefile, instead of quoting the original, which is used later. 32.11896 ++ECHO=$echo 32.11897 ++if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 32.11898 ++ ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 32.11899 ++fi 32.11900 ++ 32.11901 ++ 32.11902 ++ 32.11903 + 32.11904 +-# Defaults: 32.11905 +-ac_help= 32.11906 ++tagnames=${tagnames+${tagnames},}CXX 32.11907 ++ 32.11908 ++tagnames=${tagnames+${tagnames},}F77 32.11909 ++ 32.11910 ++# Name of the host. 32.11911 ++# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 32.11912 ++# so uname gets run too. 32.11913 ++ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 32.11914 ++ 32.11915 ++exec 6>&1 32.11916 ++ 32.11917 ++# 32.11918 ++# Initializations. 32.11919 ++# 32.11920 + ac_default_prefix=/usr/local 32.11921 +-# Any additions from configure.in: 32.11922 +-ac_help="$ac_help 32.11923 +- --enable-shared[=PKGS] build shared libraries [default=yes]" 32.11924 +-ac_help="$ac_help 32.11925 +- --enable-static[=PKGS] build static libraries [default=yes]" 32.11926 +-ac_help="$ac_help 32.11927 +- --with-gnu-ld assume the C compiler uses GNU ld [default=no]" 32.11928 +-ac_help="$ac_help 32.11929 +- --disable-libtool-lock force libtool not to do file locking" 32.11930 +-ac_help="$ac_help 32.11931 +- --enable-maintainer-mode enable make rules and dependencies not useful 32.11932 +- (and sometimes confusing) to the casual installer" 32.11933 +-ac_help="$ac_help 32.11934 +- --with-x use the X Window System" 32.11935 +-ac_help="$ac_help 32.11936 +- --enable-tcl Compile the tcl bindings" 32.11937 +-ac_help="$ac_help 32.11938 +- --with-mouse-footprints Draw mouse footprints in X" 32.11939 +-ac_help="$ac_help 32.11940 +- --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" 32.11941 +-ac_help="$ac_help 32.11942 +- --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" 32.11943 +-ac_help="$ac_help 32.11944 +- --disable-gtktest Do not try to compile and run a test GTK program" 32.11945 ++ac_config_libobj_dir=. 32.11946 ++cross_compiling=no 32.11947 ++subdirs= 32.11948 ++MFLAGS= 32.11949 ++MAKEFLAGS= 32.11950 ++SHELL=${CONFIG_SHELL-/bin/sh} 32.11951 ++ 32.11952 ++# Maximum number of lines to put in a shell here document. 32.11953 ++# This variable seems obsolete. It should probably be removed, and 32.11954 ++# only ac_max_sed_lines should be used. 32.11955 ++: ${ac_max_here_lines=38} 32.11956 ++ 32.11957 ++# Identity of this package. 32.11958 ++PACKAGE_NAME= 32.11959 ++PACKAGE_TARNAME= 32.11960 ++PACKAGE_VERSION= 32.11961 ++PACKAGE_STRING= 32.11962 ++PACKAGE_BUGREPORT= 32.11963 ++ 32.11964 ++ac_unique_file="libstroke/stroke.c" 32.11965 ++# Factoring default headers for most tests. 32.11966 ++ac_includes_default="\ 32.11967 ++#include <stdio.h> 32.11968 ++#if HAVE_SYS_TYPES_H 32.11969 ++# include <sys/types.h> 32.11970 ++#endif 32.11971 ++#if HAVE_SYS_STAT_H 32.11972 ++# include <sys/stat.h> 32.11973 ++#endif 32.11974 ++#if STDC_HEADERS 32.11975 ++# include <stdlib.h> 32.11976 ++# include <stddef.h> 32.11977 ++#else 32.11978 ++# if HAVE_STDLIB_H 32.11979 ++# include <stdlib.h> 32.11980 ++# endif 32.11981 ++#endif 32.11982 ++#if HAVE_STRING_H 32.11983 ++# if !STDC_HEADERS && HAVE_MEMORY_H 32.11984 ++# include <memory.h> 32.11985 ++# endif 32.11986 ++# include <string.h> 32.11987 ++#endif 32.11988 ++#if HAVE_STRINGS_H 32.11989 ++# include <strings.h> 32.11990 ++#endif 32.11991 ++#if HAVE_INTTYPES_H 32.11992 ++# include <inttypes.h> 32.11993 ++#else 32.11994 ++# if HAVE_STDINT_H 32.11995 ++# include <stdint.h> 32.11996 ++# endif 32.11997 ++#endif 32.11998 ++#if HAVE_UNISTD_H 32.11999 ++# include <unistd.h> 32.12000 ++#endif" 32.12001 ++ 32.12002 ++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 datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot build build_cpu build_vendor build_os host host_cpu host_vendor host_os 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 EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS ENABLE_TCL_TRUE ENABLE_TCL_FALSE GTK_CONFIG GTK_CFLAGS GTK_LIBS HAVE_LIBGTK_TRUE HAVE_LIBGTK_FALSE X_LDFLAGS LIBOBJS LTLIBOBJS' 32.12003 ++ac_subst_files='' 32.12004 + 32.12005 + # Initialize some variables set by options. 32.12006 ++ac_init_help= 32.12007 ++ac_init_version=false 32.12008 + # The variables have the same names as the options, with 32.12009 + # dashes changed to underlines. 32.12010 +-build=NONE 32.12011 +-cache_file=./config.cache 32.12012 ++cache_file=/dev/null 32.12013 + exec_prefix=NONE 32.12014 +-host=NONE 32.12015 + no_create= 32.12016 +-nonopt=NONE 32.12017 + no_recursion= 32.12018 + prefix=NONE 32.12019 + program_prefix=NONE 32.12020 +@@ -52,10 +482,15 @@ program_transform_name=s,x,x, 32.12021 + silent= 32.12022 + site= 32.12023 + srcdir= 32.12024 +-target=NONE 32.12025 + verbose= 32.12026 + x_includes=NONE 32.12027 + x_libraries=NONE 32.12028 ++ 32.12029 ++# Installation directory options. 32.12030 ++# These are left unexpanded so users can "make install exec_prefix=/foo" 32.12031 ++# and all the variables that are supposed to be based on exec_prefix 32.12032 ++# by default will actually change. 32.12033 ++# Use braces instead of parens because sh, perl, etc. also accept them. 32.12034 + bindir='${exec_prefix}/bin' 32.12035 + sbindir='${exec_prefix}/sbin' 32.12036 + libexecdir='${exec_prefix}/libexec' 32.12037 +@@ -69,17 +504,9 @@ oldincludedir='/usr/include' 32.12038 + infodir='${prefix}/info' 32.12039 + mandir='${prefix}/man' 32.12040 + 32.12041 +-# Initialize some other variables. 32.12042 +-subdirs= 32.12043 +-MFLAGS= MAKEFLAGS= 32.12044 +-SHELL=${CONFIG_SHELL-/bin/sh} 32.12045 +-# Maximum number of lines to put in a shell here document. 32.12046 +-ac_max_here_lines=12 32.12047 +- 32.12048 + ac_prev= 32.12049 + for ac_option 32.12050 + do 32.12051 +- 32.12052 + # If the previous option needs an argument, assign it. 32.12053 + if test -n "$ac_prev"; then 32.12054 + eval "$ac_prev=\$ac_option" 32.12055 +@@ -87,59 +514,59 @@ do 32.12056 + continue 32.12057 + fi 32.12058 + 32.12059 +- case "$ac_option" in 32.12060 +- -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 32.12061 +- *) ac_optarg= ;; 32.12062 +- esac 32.12063 ++ ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 32.12064 + 32.12065 + # Accept the important Cygnus configure options, so we can diagnose typos. 32.12066 + 32.12067 +- case "$ac_option" in 32.12068 ++ case $ac_option in 32.12069 + 32.12070 + -bindir | --bindir | --bindi | --bind | --bin | --bi) 32.12071 + ac_prev=bindir ;; 32.12072 + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 32.12073 +- bindir="$ac_optarg" ;; 32.12074 ++ bindir=$ac_optarg ;; 32.12075 + 32.12076 + -build | --build | --buil | --bui | --bu) 32.12077 +- ac_prev=build ;; 32.12078 ++ ac_prev=build_alias ;; 32.12079 + -build=* | --build=* | --buil=* | --bui=* | --bu=*) 32.12080 +- build="$ac_optarg" ;; 32.12081 ++ build_alias=$ac_optarg ;; 32.12082 + 32.12083 + -cache-file | --cache-file | --cache-fil | --cache-fi \ 32.12084 + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 32.12085 + ac_prev=cache_file ;; 32.12086 + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 32.12087 + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 32.12088 +- cache_file="$ac_optarg" ;; 32.12089 ++ cache_file=$ac_optarg ;; 32.12090 ++ 32.12091 ++ --config-cache | -C) 32.12092 ++ cache_file=config.cache ;; 32.12093 + 32.12094 + -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 32.12095 + ac_prev=datadir ;; 32.12096 + -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 32.12097 + | --da=*) 32.12098 +- datadir="$ac_optarg" ;; 32.12099 ++ datadir=$ac_optarg ;; 32.12100 + 32.12101 + -disable-* | --disable-*) 32.12102 +- ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` 32.12103 ++ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 32.12104 + # Reject names that are not valid shell variable names. 32.12105 +- if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 32.12106 +- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 32.12107 +- fi 32.12108 +- ac_feature=`echo $ac_feature| sed 's/-/_/g'` 32.12109 +- eval "enable_${ac_feature}=no" ;; 32.12110 ++ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 32.12111 ++ { echo "$as_me: error: invalid feature name: $ac_feature" >&2 32.12112 ++ { (exit 1); exit 1; }; } 32.12113 ++ ac_feature=`echo $ac_feature | sed 's/-/_/g'` 32.12114 ++ eval "enable_$ac_feature=no" ;; 32.12115 + 32.12116 + -enable-* | --enable-*) 32.12117 +- ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 32.12118 ++ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 32.12119 + # Reject names that are not valid shell variable names. 32.12120 +- if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 32.12121 +- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 32.12122 +- fi 32.12123 +- ac_feature=`echo $ac_feature| sed 's/-/_/g'` 32.12124 +- case "$ac_option" in 32.12125 +- *=*) ;; 32.12126 ++ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 32.12127 ++ { echo "$as_me: error: invalid feature name: $ac_feature" >&2 32.12128 ++ { (exit 1); exit 1; }; } 32.12129 ++ ac_feature=`echo $ac_feature | sed 's/-/_/g'` 32.12130 ++ case $ac_option in 32.12131 ++ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 32.12132 + *) ac_optarg=yes ;; 32.12133 + esac 32.12134 +- eval "enable_${ac_feature}='$ac_optarg'" ;; 32.12135 ++ eval "enable_$ac_feature='$ac_optarg'" ;; 32.12136 + 32.12137 + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 32.12138 + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 32.12139 +@@ -148,95 +575,47 @@ do 32.12140 + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 32.12141 + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 32.12142 + | --exec=* | --exe=* | --ex=*) 32.12143 +- exec_prefix="$ac_optarg" ;; 32.12144 ++ exec_prefix=$ac_optarg ;; 32.12145 + 32.12146 + -gas | --gas | --ga | --g) 32.12147 + # Obsolete; use --with-gas. 32.12148 + with_gas=yes ;; 32.12149 + 32.12150 +- -help | --help | --hel | --he) 32.12151 +- # Omit some internal or obsolete options to make the list less imposing. 32.12152 +- # This message is too long to be a string in the A/UX 3.1 sh. 32.12153 +- cat << EOF 32.12154 +-Usage: configure [options] [host] 32.12155 +-Options: [defaults in brackets after descriptions] 32.12156 +-Configuration: 32.12157 +- --cache-file=FILE cache test results in FILE 32.12158 +- --help print this message 32.12159 +- --no-create do not create output files 32.12160 +- --quiet, --silent do not print \`checking...' messages 32.12161 +- --version print the version of autoconf that created configure 32.12162 +-Directory and file names: 32.12163 +- --prefix=PREFIX install architecture-independent files in PREFIX 32.12164 +- [$ac_default_prefix] 32.12165 +- --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 32.12166 +- [same as prefix] 32.12167 +- --bindir=DIR user executables in DIR [EPREFIX/bin] 32.12168 +- --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] 32.12169 +- --libexecdir=DIR program executables in DIR [EPREFIX/libexec] 32.12170 +- --datadir=DIR read-only architecture-independent data in DIR 32.12171 +- [PREFIX/share] 32.12172 +- --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] 32.12173 +- --sharedstatedir=DIR modifiable architecture-independent data in DIR 32.12174 +- [PREFIX/com] 32.12175 +- --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] 32.12176 +- --libdir=DIR object code libraries in DIR [EPREFIX/lib] 32.12177 +- --includedir=DIR C header files in DIR [PREFIX/include] 32.12178 +- --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] 32.12179 +- --infodir=DIR info documentation in DIR [PREFIX/info] 32.12180 +- --mandir=DIR man documentation in DIR [PREFIX/man] 32.12181 +- --srcdir=DIR find the sources in DIR [configure dir or ..] 32.12182 +- --program-prefix=PREFIX prepend PREFIX to installed program names 32.12183 +- --program-suffix=SUFFIX append SUFFIX to installed program names 32.12184 +- --program-transform-name=PROGRAM 32.12185 +- run sed PROGRAM on installed program names 32.12186 +-EOF 32.12187 +- cat << EOF 32.12188 +-Host type: 32.12189 +- --build=BUILD configure for building on BUILD [BUILD=HOST] 32.12190 +- --host=HOST configure for HOST [guessed] 32.12191 +- --target=TARGET configure for TARGET [TARGET=HOST] 32.12192 +-Features and packages: 32.12193 +- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 32.12194 +- --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 32.12195 +- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 32.12196 +- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 32.12197 +- --x-includes=DIR X include files are in DIR 32.12198 +- --x-libraries=DIR X library files are in DIR 32.12199 +-EOF 32.12200 +- if test -n "$ac_help"; then 32.12201 +- echo "--enable and --with options recognized:$ac_help" 32.12202 +- fi 32.12203 +- exit 0 ;; 32.12204 ++ -help | --help | --hel | --he | -h) 32.12205 ++ ac_init_help=long ;; 32.12206 ++ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 32.12207 ++ ac_init_help=recursive ;; 32.12208 ++ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 32.12209 ++ ac_init_help=short ;; 32.12210 + 32.12211 + -host | --host | --hos | --ho) 32.12212 +- ac_prev=host ;; 32.12213 ++ ac_prev=host_alias ;; 32.12214 + -host=* | --host=* | --hos=* | --ho=*) 32.12215 +- host="$ac_optarg" ;; 32.12216 ++ host_alias=$ac_optarg ;; 32.12217 + 32.12218 + -includedir | --includedir | --includedi | --included | --include \ 32.12219 + | --includ | --inclu | --incl | --inc) 32.12220 + ac_prev=includedir ;; 32.12221 + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 32.12222 + | --includ=* | --inclu=* | --incl=* | --inc=*) 32.12223 +- includedir="$ac_optarg" ;; 32.12224 ++ includedir=$ac_optarg ;; 32.12225 + 32.12226 + -infodir | --infodir | --infodi | --infod | --info | --inf) 32.12227 + ac_prev=infodir ;; 32.12228 + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 32.12229 +- infodir="$ac_optarg" ;; 32.12230 ++ infodir=$ac_optarg ;; 32.12231 + 32.12232 + -libdir | --libdir | --libdi | --libd) 32.12233 + ac_prev=libdir ;; 32.12234 + -libdir=* | --libdir=* | --libdi=* | --libd=*) 32.12235 +- libdir="$ac_optarg" ;; 32.12236 ++ libdir=$ac_optarg ;; 32.12237 + 32.12238 + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 32.12239 + | --libexe | --libex | --libe) 32.12240 + ac_prev=libexecdir ;; 32.12241 + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 32.12242 + | --libexe=* | --libex=* | --libe=*) 32.12243 +- libexecdir="$ac_optarg" ;; 32.12244 ++ libexecdir=$ac_optarg ;; 32.12245 + 32.12246 + -localstatedir | --localstatedir | --localstatedi | --localstated \ 32.12247 + | --localstate | --localstat | --localsta | --localst \ 32.12248 +@@ -245,19 +624,19 @@ EOF 32.12249 + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 32.12250 + | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 32.12251 + | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 32.12252 +- localstatedir="$ac_optarg" ;; 32.12253 ++ localstatedir=$ac_optarg ;; 32.12254 + 32.12255 + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 32.12256 + ac_prev=mandir ;; 32.12257 + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 32.12258 +- mandir="$ac_optarg" ;; 32.12259 ++ mandir=$ac_optarg ;; 32.12260 + 32.12261 + -nfp | --nfp | --nf) 32.12262 + # Obsolete; use --without-fp. 32.12263 + with_fp=no ;; 32.12264 + 32.12265 + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 32.12266 +- | --no-cr | --no-c) 32.12267 ++ | --no-cr | --no-c | -n) 32.12268 + no_create=yes ;; 32.12269 + 32.12270 + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 32.12271 +@@ -271,26 +650,26 @@ EOF 32.12272 + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 32.12273 + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 32.12274 + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 32.12275 +- oldincludedir="$ac_optarg" ;; 32.12276 ++ oldincludedir=$ac_optarg ;; 32.12277 + 32.12278 + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 32.12279 + ac_prev=prefix ;; 32.12280 + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 32.12281 +- prefix="$ac_optarg" ;; 32.12282 ++ prefix=$ac_optarg ;; 32.12283 + 32.12284 + -program-prefix | --program-prefix | --program-prefi | --program-pref \ 32.12285 + | --program-pre | --program-pr | --program-p) 32.12286 + ac_prev=program_prefix ;; 32.12287 + -program-prefix=* | --program-prefix=* | --program-prefi=* \ 32.12288 + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 32.12289 +- program_prefix="$ac_optarg" ;; 32.12290 ++ program_prefix=$ac_optarg ;; 32.12291 + 32.12292 + -program-suffix | --program-suffix | --program-suffi | --program-suff \ 32.12293 + | --program-suf | --program-su | --program-s) 32.12294 + ac_prev=program_suffix ;; 32.12295 + -program-suffix=* | --program-suffix=* | --program-suffi=* \ 32.12296 + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 32.12297 +- program_suffix="$ac_optarg" ;; 32.12298 ++ program_suffix=$ac_optarg ;; 32.12299 + 32.12300 + -program-transform-name | --program-transform-name \ 32.12301 + | --program-transform-nam | --program-transform-na \ 32.12302 +@@ -307,7 +686,7 @@ EOF 32.12303 + | --program-transfo=* | --program-transf=* \ 32.12304 + | --program-trans=* | --program-tran=* \ 32.12305 + | --progr-tra=* | --program-tr=* | --program-t=*) 32.12306 +- program_transform_name="$ac_optarg" ;; 32.12307 ++ program_transform_name=$ac_optarg ;; 32.12308 + 32.12309 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 32.12310 + | -silent | --silent | --silen | --sile | --sil) 32.12311 +@@ -317,7 +696,7 @@ EOF 32.12312 + ac_prev=sbindir ;; 32.12313 + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 32.12314 + | --sbi=* | --sb=*) 32.12315 +- sbindir="$ac_optarg" ;; 32.12316 ++ sbindir=$ac_optarg ;; 32.12317 + 32.12318 + -sharedstatedir | --sharedstatedir | --sharedstatedi \ 32.12319 + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 32.12320 +@@ -328,58 +707,57 @@ EOF 32.12321 + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 32.12322 + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 32.12323 + | --sha=* | --sh=*) 32.12324 +- sharedstatedir="$ac_optarg" ;; 32.12325 ++ sharedstatedir=$ac_optarg ;; 32.12326 + 32.12327 + -site | --site | --sit) 32.12328 + ac_prev=site ;; 32.12329 + -site=* | --site=* | --sit=*) 32.12330 +- site="$ac_optarg" ;; 32.12331 ++ site=$ac_optarg ;; 32.12332 + 32.12333 + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 32.12334 + ac_prev=srcdir ;; 32.12335 + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 32.12336 +- srcdir="$ac_optarg" ;; 32.12337 ++ srcdir=$ac_optarg ;; 32.12338 + 32.12339 + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 32.12340 + | --syscon | --sysco | --sysc | --sys | --sy) 32.12341 + ac_prev=sysconfdir ;; 32.12342 + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 32.12343 + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 32.12344 +- sysconfdir="$ac_optarg" ;; 32.12345 ++ sysconfdir=$ac_optarg ;; 32.12346 + 32.12347 + -target | --target | --targe | --targ | --tar | --ta | --t) 32.12348 +- ac_prev=target ;; 32.12349 ++ ac_prev=target_alias ;; 32.12350 + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 32.12351 +- target="$ac_optarg" ;; 32.12352 ++ target_alias=$ac_optarg ;; 32.12353 + 32.12354 + -v | -verbose | --verbose | --verbos | --verbo | --verb) 32.12355 + verbose=yes ;; 32.12356 + 32.12357 +- -version | --version | --versio | --versi | --vers) 32.12358 +- echo "configure generated by autoconf version 2.13" 32.12359 +- exit 0 ;; 32.12360 ++ -version | --version | --versio | --versi | --vers | -V) 32.12361 ++ ac_init_version=: ;; 32.12362 + 32.12363 + -with-* | --with-*) 32.12364 +- ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 32.12365 ++ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 32.12366 + # Reject names that are not valid shell variable names. 32.12367 +- if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then 32.12368 +- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 32.12369 +- fi 32.12370 ++ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 32.12371 ++ { echo "$as_me: error: invalid package name: $ac_package" >&2 32.12372 ++ { (exit 1); exit 1; }; } 32.12373 + ac_package=`echo $ac_package| sed 's/-/_/g'` 32.12374 +- case "$ac_option" in 32.12375 +- *=*) ;; 32.12376 ++ case $ac_option in 32.12377 ++ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 32.12378 + *) ac_optarg=yes ;; 32.12379 + esac 32.12380 +- eval "with_${ac_package}='$ac_optarg'" ;; 32.12381 ++ eval "with_$ac_package='$ac_optarg'" ;; 32.12382 + 32.12383 + -without-* | --without-*) 32.12384 +- ac_package=`echo $ac_option|sed -e 's/-*without-//'` 32.12385 ++ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 32.12386 + # Reject names that are not valid shell variable names. 32.12387 +- if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then 32.12388 +- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 32.12389 +- fi 32.12390 +- ac_package=`echo $ac_package| sed 's/-/_/g'` 32.12391 +- eval "with_${ac_package}=no" ;; 32.12392 ++ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 32.12393 ++ { echo "$as_me: error: invalid package name: $ac_package" >&2 32.12394 ++ { (exit 1); exit 1; }; } 32.12395 ++ ac_package=`echo $ac_package | sed 's/-/_/g'` 32.12396 ++ eval "with_$ac_package=no" ;; 32.12397 + 32.12398 + --x) 32.12399 + # Obsolete; use --with-x. 32.12400 +@@ -390,99 +768,110 @@ EOF 32.12401 + ac_prev=x_includes ;; 32.12402 + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 32.12403 + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 32.12404 +- x_includes="$ac_optarg" ;; 32.12405 ++ x_includes=$ac_optarg ;; 32.12406 + 32.12407 + -x-libraries | --x-libraries | --x-librarie | --x-librari \ 32.12408 + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 32.12409 + ac_prev=x_libraries ;; 32.12410 + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 32.12411 + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 32.12412 +- x_libraries="$ac_optarg" ;; 32.12413 ++ x_libraries=$ac_optarg ;; 32.12414 + 32.12415 +- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } 32.12416 ++ -*) { echo "$as_me: error: unrecognized option: $ac_option 32.12417 ++Try \`$0 --help' for more information." >&2 32.12418 ++ { (exit 1); exit 1; }; } 32.12419 + ;; 32.12420 + 32.12421 ++ *=*) 32.12422 ++ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 32.12423 ++ # Reject names that are not valid shell variable names. 32.12424 ++ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 32.12425 ++ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 32.12426 ++ { (exit 1); exit 1; }; } 32.12427 ++ ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 32.12428 ++ eval "$ac_envvar='$ac_optarg'" 32.12429 ++ export $ac_envvar ;; 32.12430 ++ 32.12431 + *) 32.12432 +- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then 32.12433 +- echo "configure: warning: $ac_option: invalid host type" 1>&2 32.12434 +- fi 32.12435 +- if test "x$nonopt" != xNONE; then 32.12436 +- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } 32.12437 +- fi 32.12438 +- nonopt="$ac_option" 32.12439 ++ # FIXME: should be removed in autoconf 3.0. 32.12440 ++ echo "$as_me: WARNING: you should use --build, --host, --target" >&2 32.12441 ++ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 32.12442 ++ echo "$as_me: WARNING: invalid host type: $ac_option" >&2 32.12443 ++ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 32.12444 + ;; 32.12445 + 32.12446 + esac 32.12447 + done 32.12448 + 32.12449 + if test -n "$ac_prev"; then 32.12450 +- { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } 32.12451 +-fi 32.12452 +- 32.12453 +-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 32.12454 +- 32.12455 +-# File descriptor usage: 32.12456 +-# 0 standard input 32.12457 +-# 1 file creation 32.12458 +-# 2 errors and warnings 32.12459 +-# 3 some systems may open it to /dev/tty 32.12460 +-# 4 used on the Kubota Titan 32.12461 +-# 6 checking for... messages and results 32.12462 +-# 5 compiler messages saved in config.log 32.12463 +-if test "$silent" = yes; then 32.12464 +- exec 6>/dev/null 32.12465 +-else 32.12466 +- exec 6>&1 32.12467 ++ ac_option=--`echo $ac_prev | sed 's/_/-/g'` 32.12468 ++ { echo "$as_me: error: missing argument to $ac_option" >&2 32.12469 ++ { (exit 1); exit 1; }; } 32.12470 + fi 32.12471 +-exec 5>./config.log 32.12472 + 32.12473 +-echo "\ 32.12474 +-This file contains any messages produced by compilers while 32.12475 +-running configure, to aid debugging if configure makes a mistake. 32.12476 +-" 1>&5 32.12477 ++# Be sure to have absolute paths. 32.12478 ++for ac_var in exec_prefix prefix 32.12479 ++do 32.12480 ++ eval ac_val=$`echo $ac_var` 32.12481 ++ case $ac_val in 32.12482 ++ [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 32.12483 ++ *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 32.12484 ++ { (exit 1); exit 1; }; };; 32.12485 ++ esac 32.12486 ++done 32.12487 + 32.12488 +-# Strip out --no-create and --no-recursion so they do not pile up. 32.12489 +-# Also quote any args containing shell metacharacters. 32.12490 +-ac_configure_args= 32.12491 +-for ac_arg 32.12492 ++# Be sure to have absolute paths. 32.12493 ++for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 32.12494 ++ localstatedir libdir includedir oldincludedir infodir mandir 32.12495 + do 32.12496 +- case "$ac_arg" in 32.12497 +- -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 32.12498 +- | --no-cr | --no-c) ;; 32.12499 +- -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 32.12500 +- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; 32.12501 +- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) 32.12502 +- ac_configure_args="$ac_configure_args '$ac_arg'" ;; 32.12503 +- *) ac_configure_args="$ac_configure_args $ac_arg" ;; 32.12504 ++ eval ac_val=$`echo $ac_var` 32.12505 ++ case $ac_val in 32.12506 ++ [\\/$]* | ?:[\\/]* ) ;; 32.12507 ++ *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 32.12508 ++ { (exit 1); exit 1; }; };; 32.12509 + esac 32.12510 + done 32.12511 + 32.12512 +-# NLS nuisances. 32.12513 +-# Only set these to C if already set. These must not be set unconditionally 32.12514 +-# because not all systems understand e.g. LANG=C (notably SCO). 32.12515 +-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 32.12516 +-# Non-C LC_CTYPE values break the ctype check. 32.12517 +-if test "${LANG+set}" = set; then LANG=C; export LANG; fi 32.12518 +-if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi 32.12519 +-if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi 32.12520 +-if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi 32.12521 ++# There might be people who depend on the old broken behavior: `$host' 32.12522 ++# used to hold the argument of --host etc. 32.12523 ++# FIXME: To remove some day. 32.12524 ++build=$build_alias 32.12525 ++host=$host_alias 32.12526 ++target=$target_alias 32.12527 ++ 32.12528 ++# FIXME: To remove some day. 32.12529 ++if test "x$host_alias" != x; then 32.12530 ++ if test "x$build_alias" = x; then 32.12531 ++ cross_compiling=maybe 32.12532 ++ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 32.12533 ++ If a cross compiler is detected then cross compile mode will be used." >&2 32.12534 ++ elif test "x$build_alias" != "x$host_alias"; then 32.12535 ++ cross_compiling=yes 32.12536 ++ fi 32.12537 ++fi 32.12538 + 32.12539 +-# confdefs.h avoids OS command line length limits that DEFS can exceed. 32.12540 +-rm -rf conftest* confdefs.h 32.12541 +-# AIX cpp loses on an empty file, so make sure it contains at least a newline. 32.12542 +-echo > confdefs.h 32.12543 ++ac_tool_prefix= 32.12544 ++test -n "$host_alias" && ac_tool_prefix=$host_alias- 32.12545 ++ 32.12546 ++test "$silent" = yes && exec 6>/dev/null 32.12547 + 32.12548 +-# A filename unique to this package, relative to the directory that 32.12549 +-# configure is in, which we can look for to find out if srcdir is correct. 32.12550 +-ac_unique_file=libstroke/stroke.c 32.12551 + 32.12552 + # Find the source files, if location was not specified. 32.12553 + if test -z "$srcdir"; then 32.12554 + ac_srcdir_defaulted=yes 32.12555 + # Try the directory containing this script, then its parent. 32.12556 +- ac_prog=$0 32.12557 +- ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` 32.12558 +- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 32.12559 ++ ac_confdir=`(dirname "$0") 2>/dev/null || 32.12560 ++$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.12561 ++ X"$0" : 'X\(//\)[^/]' \| \ 32.12562 ++ X"$0" : 'X\(//\)$' \| \ 32.12563 ++ X"$0" : 'X\(/\)' \| \ 32.12564 ++ . : '\(.\)' 2>/dev/null || 32.12565 ++echo X"$0" | 32.12566 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.12567 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.12568 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.12569 ++ /^X\(\/\).*/{ s//\1/; q; } 32.12570 ++ s/.*/./; q'` 32.12571 + srcdir=$ac_confdir 32.12572 + if test ! -r $srcdir/$ac_unique_file; then 32.12573 + srcdir=.. 32.12574 +@@ -492,681 +881,1919 @@ else 32.12575 + fi 32.12576 + if test ! -r $srcdir/$ac_unique_file; then 32.12577 + if test "$ac_srcdir_defaulted" = yes; then 32.12578 +- { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } 32.12579 +- else 32.12580 +- { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } 32.12581 +- fi 32.12582 +-fi 32.12583 +-srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` 32.12584 +- 32.12585 +-# Prefer explicitly selected file to automatically selected ones. 32.12586 +-if test -z "$CONFIG_SITE"; then 32.12587 +- if test "x$prefix" != xNONE; then 32.12588 +- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 32.12589 ++ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 32.12590 ++ { (exit 1); exit 1; }; } 32.12591 + else 32.12592 +- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 32.12593 +- fi 32.12594 +-fi 32.12595 +-for ac_site_file in $CONFIG_SITE; do 32.12596 +- if test -r "$ac_site_file"; then 32.12597 +- echo "loading site script $ac_site_file" 32.12598 +- . "$ac_site_file" 32.12599 ++ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 32.12600 ++ { (exit 1); exit 1; }; } 32.12601 + fi 32.12602 +-done 32.12603 +- 32.12604 +-if test -r "$cache_file"; then 32.12605 +- echo "loading cache $cache_file" 32.12606 +- . $cache_file 32.12607 +-else 32.12608 +- echo "creating cache $cache_file" 32.12609 +- > $cache_file 32.12610 + fi 32.12611 ++(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 32.12612 ++ { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 32.12613 ++ { (exit 1); exit 1; }; } 32.12614 ++srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 32.12615 ++ac_env_build_alias_set=${build_alias+set} 32.12616 ++ac_env_build_alias_value=$build_alias 32.12617 ++ac_cv_env_build_alias_set=${build_alias+set} 32.12618 ++ac_cv_env_build_alias_value=$build_alias 32.12619 ++ac_env_host_alias_set=${host_alias+set} 32.12620 ++ac_env_host_alias_value=$host_alias 32.12621 ++ac_cv_env_host_alias_set=${host_alias+set} 32.12622 ++ac_cv_env_host_alias_value=$host_alias 32.12623 ++ac_env_target_alias_set=${target_alias+set} 32.12624 ++ac_env_target_alias_value=$target_alias 32.12625 ++ac_cv_env_target_alias_set=${target_alias+set} 32.12626 ++ac_cv_env_target_alias_value=$target_alias 32.12627 ++ac_env_CC_set=${CC+set} 32.12628 ++ac_env_CC_value=$CC 32.12629 ++ac_cv_env_CC_set=${CC+set} 32.12630 ++ac_cv_env_CC_value=$CC 32.12631 ++ac_env_CFLAGS_set=${CFLAGS+set} 32.12632 ++ac_env_CFLAGS_value=$CFLAGS 32.12633 ++ac_cv_env_CFLAGS_set=${CFLAGS+set} 32.12634 ++ac_cv_env_CFLAGS_value=$CFLAGS 32.12635 ++ac_env_LDFLAGS_set=${LDFLAGS+set} 32.12636 ++ac_env_LDFLAGS_value=$LDFLAGS 32.12637 ++ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 32.12638 ++ac_cv_env_LDFLAGS_value=$LDFLAGS 32.12639 ++ac_env_CPPFLAGS_set=${CPPFLAGS+set} 32.12640 ++ac_env_CPPFLAGS_value=$CPPFLAGS 32.12641 ++ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 32.12642 ++ac_cv_env_CPPFLAGS_value=$CPPFLAGS 32.12643 ++ac_env_CPP_set=${CPP+set} 32.12644 ++ac_env_CPP_value=$CPP 32.12645 ++ac_cv_env_CPP_set=${CPP+set} 32.12646 ++ac_cv_env_CPP_value=$CPP 32.12647 ++ac_env_CXX_set=${CXX+set} 32.12648 ++ac_env_CXX_value=$CXX 32.12649 ++ac_cv_env_CXX_set=${CXX+set} 32.12650 ++ac_cv_env_CXX_value=$CXX 32.12651 ++ac_env_CXXFLAGS_set=${CXXFLAGS+set} 32.12652 ++ac_env_CXXFLAGS_value=$CXXFLAGS 32.12653 ++ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 32.12654 ++ac_cv_env_CXXFLAGS_value=$CXXFLAGS 32.12655 ++ac_env_CXXCPP_set=${CXXCPP+set} 32.12656 ++ac_env_CXXCPP_value=$CXXCPP 32.12657 ++ac_cv_env_CXXCPP_set=${CXXCPP+set} 32.12658 ++ac_cv_env_CXXCPP_value=$CXXCPP 32.12659 ++ac_env_F77_set=${F77+set} 32.12660 ++ac_env_F77_value=$F77 32.12661 ++ac_cv_env_F77_set=${F77+set} 32.12662 ++ac_cv_env_F77_value=$F77 32.12663 ++ac_env_FFLAGS_set=${FFLAGS+set} 32.12664 ++ac_env_FFLAGS_value=$FFLAGS 32.12665 ++ac_cv_env_FFLAGS_set=${FFLAGS+set} 32.12666 ++ac_cv_env_FFLAGS_value=$FFLAGS 32.12667 + 32.12668 +-ac_ext=c 32.12669 +-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 32.12670 +-ac_cpp='$CPP $CPPFLAGS' 32.12671 +-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 32.12672 +-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 32.12673 +-cross_compiling=$ac_cv_prog_cc_cross 32.12674 +- 32.12675 +-ac_exeext= 32.12676 +-ac_objext=o 32.12677 +-if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 32.12678 +- # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 32.12679 +- if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 32.12680 +- ac_n= ac_c=' 32.12681 +-' ac_t=' ' 32.12682 +- else 32.12683 +- ac_n=-n ac_c= ac_t= 32.12684 +- fi 32.12685 +-else 32.12686 +- ac_n= ac_c='\c' ac_t= 32.12687 +-fi 32.12688 ++# 32.12689 ++# Report the --help message. 32.12690 ++# 32.12691 ++if test "$ac_init_help" = "long"; then 32.12692 ++ # Omit some internal or obsolete options to make the list less imposing. 32.12693 ++ # This message is too long to be a string in the A/UX 3.1 sh. 32.12694 ++ cat <<_ACEOF 32.12695 ++\`configure' configures this package to adapt to many kinds of systems. 32.12696 + 32.12697 ++Usage: $0 [OPTION]... [VAR=VALUE]... 32.12698 + 32.12699 ++To assign environment variables (e.g., CC, CFLAGS...), specify them as 32.12700 ++VAR=VALUE. See below for descriptions of some of the useful variables. 32.12701 + 32.12702 +-PACKAGE=libstroke 32.12703 ++Defaults for the options are specified in brackets. 32.12704 + 32.12705 +-LIBSTROKE_VERSION=0.5 32.12706 ++Configuration: 32.12707 ++ -h, --help display this help and exit 32.12708 ++ --help=short display options specific to this package 32.12709 ++ --help=recursive display the short help of all the included packages 32.12710 ++ -V, --version display version information and exit 32.12711 ++ -q, --quiet, --silent do not print \`checking...' messages 32.12712 ++ --cache-file=FILE cache test results in FILE [disabled] 32.12713 ++ -C, --config-cache alias for \`--cache-file=config.cache' 32.12714 ++ -n, --no-create do not create output files 32.12715 ++ --srcdir=DIR find the sources in DIR [configure dir or \`..'] 32.12716 + 32.12717 +-ac_aux_dir= 32.12718 +-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 32.12719 +- if test -f $ac_dir/install-sh; then 32.12720 +- ac_aux_dir=$ac_dir 32.12721 +- ac_install_sh="$ac_aux_dir/install-sh -c" 32.12722 +- break 32.12723 +- elif test -f $ac_dir/install.sh; then 32.12724 +- ac_aux_dir=$ac_dir 32.12725 +- ac_install_sh="$ac_aux_dir/install.sh -c" 32.12726 +- break 32.12727 +- fi 32.12728 +-done 32.12729 +-if test -z "$ac_aux_dir"; then 32.12730 +- { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } 32.12731 +-fi 32.12732 +-ac_config_guess=$ac_aux_dir/config.guess 32.12733 +-ac_config_sub=$ac_aux_dir/config.sub 32.12734 +-ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 32.12735 ++_ACEOF 32.12736 + 32.12737 +-# Find a good install program. We prefer a C program (faster), 32.12738 +-# so one script is as good as another. But avoid the broken or 32.12739 +-# incompatible versions: 32.12740 +-# SysV /etc/install, /usr/sbin/install 32.12741 +-# SunOS /usr/etc/install 32.12742 +-# IRIX /sbin/install 32.12743 +-# AIX /bin/install 32.12744 +-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 32.12745 +-# AFS /usr/afsws/bin/install, which mishandles nonexistent args 32.12746 +-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 32.12747 +-# ./install, which can be erroneously created by make from ./install.sh. 32.12748 +-echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 32.12749 +-echo "configure:584: checking for a BSD compatible install" >&5 32.12750 +-if test -z "$INSTALL"; then 32.12751 +-if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 32.12752 +- echo $ac_n "(cached) $ac_c" 1>&6 32.12753 +-else 32.12754 +- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 32.12755 +- for ac_dir in $PATH; do 32.12756 +- # Account for people who put trailing slashes in PATH elements. 32.12757 +- case "$ac_dir/" in 32.12758 +- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 32.12759 +- *) 32.12760 +- # OSF1 and SCO ODT 3.0 have their own names for install. 32.12761 +- # Don't use installbsd from OSF since it installs stuff as root 32.12762 +- # by default. 32.12763 +- for ac_prog in ginstall scoinst install; do 32.12764 +- if test -f $ac_dir/$ac_prog; then 32.12765 +- if test $ac_prog = install && 32.12766 +- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 32.12767 +- # AIX install. It has an incompatible calling convention. 32.12768 +- : 32.12769 +- else 32.12770 +- ac_cv_path_install="$ac_dir/$ac_prog -c" 32.12771 +- break 2 32.12772 +- fi 32.12773 +- fi 32.12774 +- done 32.12775 +- ;; 32.12776 +- esac 32.12777 +- done 32.12778 +- IFS="$ac_save_IFS" 32.12779 ++ cat <<_ACEOF 32.12780 ++Installation directories: 32.12781 ++ --prefix=PREFIX install architecture-independent files in PREFIX 32.12782 ++ [$ac_default_prefix] 32.12783 ++ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 32.12784 ++ [PREFIX] 32.12785 + 32.12786 ++By default, \`make install' will install all the files in 32.12787 ++\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 32.12788 ++an installation prefix other than \`$ac_default_prefix' using \`--prefix', 32.12789 ++for instance \`--prefix=\$HOME'. 32.12790 ++ 32.12791 ++For better control, use the options below. 32.12792 ++ 32.12793 ++Fine tuning of the installation directories: 32.12794 ++ --bindir=DIR user executables [EPREFIX/bin] 32.12795 ++ --sbindir=DIR system admin executables [EPREFIX/sbin] 32.12796 ++ --libexecdir=DIR program executables [EPREFIX/libexec] 32.12797 ++ --datadir=DIR read-only architecture-independent data [PREFIX/share] 32.12798 ++ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 32.12799 ++ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 32.12800 ++ --localstatedir=DIR modifiable single-machine data [PREFIX/var] 32.12801 ++ --libdir=DIR object code libraries [EPREFIX/lib] 32.12802 ++ --includedir=DIR C header files [PREFIX/include] 32.12803 ++ --oldincludedir=DIR C header files for non-gcc [/usr/include] 32.12804 ++ --infodir=DIR info documentation [PREFIX/info] 32.12805 ++ --mandir=DIR man documentation [PREFIX/man] 32.12806 ++_ACEOF 32.12807 ++ 32.12808 ++ cat <<\_ACEOF 32.12809 ++ 32.12810 ++Program names: 32.12811 ++ --program-prefix=PREFIX prepend PREFIX to installed program names 32.12812 ++ --program-suffix=SUFFIX append SUFFIX to installed program names 32.12813 ++ --program-transform-name=PROGRAM run sed PROGRAM on installed program names 32.12814 ++ 32.12815 ++X features: 32.12816 ++ --x-includes=DIR X include files are in DIR 32.12817 ++ --x-libraries=DIR X library files are in DIR 32.12818 ++ 32.12819 ++System types: 32.12820 ++ --build=BUILD configure for building on BUILD [guessed] 32.12821 ++ --host=HOST cross-compile to build programs to run on HOST [BUILD] 32.12822 ++_ACEOF 32.12823 + fi 32.12824 +- if test "${ac_cv_path_install+set}" = set; then 32.12825 +- INSTALL="$ac_cv_path_install" 32.12826 +- else 32.12827 +- # As a last resort, use the slow shell script. We don't cache a 32.12828 +- # path for INSTALL within a source directory, because that will 32.12829 +- # break other packages using the cache if that directory is 32.12830 +- # removed, or if the path is relative. 32.12831 +- INSTALL="$ac_install_sh" 32.12832 +- fi 32.12833 +-fi 32.12834 +-echo "$ac_t""$INSTALL" 1>&6 32.12835 + 32.12836 +-# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 32.12837 +-# It thinks the first close brace ends the variable substitution. 32.12838 +-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 32.12839 ++if test -n "$ac_init_help"; then 32.12840 + 32.12841 +-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 32.12842 ++ cat <<\_ACEOF 32.12843 + 32.12844 +-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 32.12845 ++Optional Features: 32.12846 ++ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 32.12847 ++ --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 32.12848 ++ --enable-shared[=PKGS] 32.12849 ++ build shared libraries [default=yes] 32.12850 ++ --enable-static[=PKGS] 32.12851 ++ build static libraries [default=yes] 32.12852 ++ --enable-fast-install[=PKGS] 32.12853 ++ optimize for fast installation [default=yes] 32.12854 ++ --disable-dependency-tracking Speeds up one-time builds 32.12855 ++ --enable-dependency-tracking Do not reject slow dependency extractors 32.12856 ++ --disable-libtool-lock avoid locking (might break parallel builds) 32.12857 ++ --enable-maintainer-mode enable make rules and dependencies not useful 32.12858 ++ (and sometimes confusing) to the casual installer 32.12859 ++ --enable-tcl Compile the tcl bindings 32.12860 ++ --disable-gtktest Do not try to compile and run a test GTK program 32.12861 + 32.12862 +-echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 32.12863 +-echo "configure:637: checking whether build environment is sane" >&5 32.12864 +-# Just in case 32.12865 +-sleep 1 32.12866 +-echo timestamp > conftestfile 32.12867 +-# Do `set' in a subshell so we don't clobber the current shell's 32.12868 +-# arguments. Must try -L first in case configure is actually a 32.12869 +-# symlink; some systems play weird games with the mod time of symlinks 32.12870 +-# (eg FreeBSD returns the mod time of the symlink's containing 32.12871 +-# directory). 32.12872 +-if ( 32.12873 +- set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 32.12874 ++Optional Packages: 32.12875 ++ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 32.12876 ++ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 32.12877 ++ --with-gnu-ld assume the C compiler uses GNU ld [default=no] 32.12878 ++ --with-pic try to use only PIC/non-PIC objects [default=use 32.12879 ++ both] 32.12880 ++ --with-tags[=TAGS] 32.12881 ++ include additional configurations [automatic] 32.12882 ++ --with-x use the X Window System 32.12883 ++ --with-mouse-footprints Draw mouse footprints in X 32.12884 ++ --with-gtk-prefix=PFX Prefix where GTK is installed (optional) 32.12885 ++ --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional) 32.12886 ++ 32.12887 ++Some influential environment variables: 32.12888 ++ CC C compiler command 32.12889 ++ CFLAGS C compiler flags 32.12890 ++ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 32.12891 ++ nonstandard directory <lib dir> 32.12892 ++ CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 32.12893 ++ headers in a nonstandard directory <include dir> 32.12894 ++ CPP C preprocessor 32.12895 ++ CXX C++ compiler command 32.12896 ++ CXXFLAGS C++ compiler flags 32.12897 ++ CXXCPP C++ preprocessor 32.12898 ++ F77 Fortran 77 compiler command 32.12899 ++ FFLAGS Fortran 77 compiler flags 32.12900 ++ 32.12901 ++Use these variables to override the choices made by `configure' or to help 32.12902 ++it to find libraries and programs with nonstandard names/locations. 32.12903 ++ 32.12904 ++_ACEOF 32.12905 ++fi 32.12906 ++ 32.12907 ++if test "$ac_init_help" = "recursive"; then 32.12908 ++ # If there are subdirs, report their specific --help. 32.12909 ++ ac_popdir=`pwd` 32.12910 ++ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 32.12911 ++ test -d $ac_dir || continue 32.12912 ++ ac_builddir=. 32.12913 ++ 32.12914 ++if test "$ac_dir" != .; then 32.12915 ++ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 32.12916 ++ # A "../" for each directory in $ac_dir_suffix. 32.12917 ++ ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 32.12918 ++else 32.12919 ++ ac_dir_suffix= ac_top_builddir= 32.12920 ++fi 32.12921 ++ 32.12922 ++case $srcdir in 32.12923 ++ .) # No --srcdir option. We are building in place. 32.12924 ++ ac_srcdir=. 32.12925 ++ if test -z "$ac_top_builddir"; then 32.12926 ++ ac_top_srcdir=. 32.12927 ++ else 32.12928 ++ ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 32.12929 ++ fi ;; 32.12930 ++ [\\/]* | ?:[\\/]* ) # Absolute path. 32.12931 ++ ac_srcdir=$srcdir$ac_dir_suffix; 32.12932 ++ ac_top_srcdir=$srcdir ;; 32.12933 ++ *) # Relative path. 32.12934 ++ ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 32.12935 ++ ac_top_srcdir=$ac_top_builddir$srcdir ;; 32.12936 ++esac 32.12937 ++case "$ac_dir" in 32.12938 ++.) ac_abs_builddir=$ac_builddir;; 32.12939 ++*) 32.12940 ++ case $ac_builddir in 32.12941 ++ .) ac_abs_builddir="$ac_dir";; 32.12942 ++ [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;; 32.12943 ++ *) ac_abs_builddir="$ac_dir"/$ac_builddir;; 32.12944 ++ esac;; 32.12945 ++esac 32.12946 ++case "$ac_dir" in 32.12947 ++.) ac_abs_top_builddir=${ac_top_builddir}.;; 32.12948 ++*) 32.12949 ++ case ${ac_top_builddir}. in 32.12950 ++ .) ac_abs_top_builddir="$ac_dir";; 32.12951 ++ [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 32.12952 ++ *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;; 32.12953 ++ esac;; 32.12954 ++esac 32.12955 ++case "$ac_dir" in 32.12956 ++.) ac_abs_srcdir=$ac_srcdir;; 32.12957 ++*) 32.12958 ++ case $ac_srcdir in 32.12959 ++ .) ac_abs_srcdir="$ac_dir";; 32.12960 ++ [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 32.12961 ++ *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;; 32.12962 ++ esac;; 32.12963 ++esac 32.12964 ++case "$ac_dir" in 32.12965 ++.) ac_abs_top_srcdir=$ac_top_srcdir;; 32.12966 ++*) 32.12967 ++ case $ac_top_srcdir in 32.12968 ++ .) ac_abs_top_srcdir="$ac_dir";; 32.12969 ++ [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 32.12970 ++ *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;; 32.12971 ++ esac;; 32.12972 ++esac 32.12973 ++ 32.12974 ++ cd $ac_dir 32.12975 ++ # Check for guested configure; otherwise get Cygnus style configure. 32.12976 ++ if test -f $ac_srcdir/configure.gnu; then 32.12977 ++ echo 32.12978 ++ $SHELL $ac_srcdir/configure.gnu --help=recursive 32.12979 ++ elif test -f $ac_srcdir/configure; then 32.12980 ++ echo 32.12981 ++ $SHELL $ac_srcdir/configure --help=recursive 32.12982 ++ elif test -f $ac_srcdir/configure.ac || 32.12983 ++ test -f $ac_srcdir/configure.in; then 32.12984 ++ echo 32.12985 ++ $ac_configure --help 32.12986 ++ else 32.12987 ++ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 32.12988 ++ fi 32.12989 ++ cd "$ac_popdir" 32.12990 ++ done 32.12991 ++fi 32.12992 ++ 32.12993 ++test -n "$ac_init_help" && exit 0 32.12994 ++if $ac_init_version; then 32.12995 ++ cat <<\_ACEOF 32.12996 ++ 32.12997 ++Copyright (C) 2003 Free Software Foundation, Inc. 32.12998 ++This configure script is free software; the Free Software Foundation 32.12999 ++gives unlimited permission to copy, distribute and modify it. 32.13000 ++_ACEOF 32.13001 ++ exit 0 32.13002 ++fi 32.13003 ++exec 5>config.log 32.13004 ++cat >&5 <<_ACEOF 32.13005 ++This file contains any messages produced by compilers while 32.13006 ++running configure, to aid debugging if configure makes a mistake. 32.13007 ++ 32.13008 ++It was created by $as_me, which was 32.13009 ++generated by GNU Autoconf 2.58. Invocation command line was 32.13010 ++ 32.13011 ++ $ $0 $@ 32.13012 ++ 32.13013 ++_ACEOF 32.13014 ++{ 32.13015 ++cat <<_ASUNAME 32.13016 ++## --------- ## 32.13017 ++## Platform. ## 32.13018 ++## --------- ## 32.13019 ++ 32.13020 ++hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 32.13021 ++uname -m = `(uname -m) 2>/dev/null || echo unknown` 32.13022 ++uname -r = `(uname -r) 2>/dev/null || echo unknown` 32.13023 ++uname -s = `(uname -s) 2>/dev/null || echo unknown` 32.13024 ++uname -v = `(uname -v) 2>/dev/null || echo unknown` 32.13025 ++ 32.13026 ++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 32.13027 ++/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 32.13028 ++ 32.13029 ++/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 32.13030 ++/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 32.13031 ++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 32.13032 ++hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 32.13033 ++/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 32.13034 ++/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 32.13035 ++/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 32.13036 ++ 32.13037 ++_ASUNAME 32.13038 ++ 32.13039 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.13040 ++for as_dir in $PATH 32.13041 ++do 32.13042 ++ IFS=$as_save_IFS 32.13043 ++ test -z "$as_dir" && as_dir=. 32.13044 ++ echo "PATH: $as_dir" 32.13045 ++done 32.13046 ++ 32.13047 ++} >&5 32.13048 ++ 32.13049 ++cat >&5 <<_ACEOF 32.13050 ++ 32.13051 ++ 32.13052 ++## ----------- ## 32.13053 ++## Core tests. ## 32.13054 ++## ----------- ## 32.13055 ++ 32.13056 ++_ACEOF 32.13057 ++ 32.13058 ++ 32.13059 ++# Keep a trace of the command line. 32.13060 ++# Strip out --no-create and --no-recursion so they do not pile up. 32.13061 ++# Strip out --silent because we don't want to record it for future runs. 32.13062 ++# Also quote any args containing shell meta-characters. 32.13063 ++# Make two passes to allow for proper duplicate-argument suppression. 32.13064 ++ac_configure_args= 32.13065 ++ac_configure_args0= 32.13066 ++ac_configure_args1= 32.13067 ++ac_sep= 32.13068 ++ac_must_keep_next=false 32.13069 ++for ac_pass in 1 2 32.13070 ++do 32.13071 ++ for ac_arg 32.13072 ++ do 32.13073 ++ case $ac_arg in 32.13074 ++ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 32.13075 ++ -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 32.13076 ++ | -silent | --silent | --silen | --sile | --sil) 32.13077 ++ continue ;; 32.13078 ++ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 32.13079 ++ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 32.13080 ++ esac 32.13081 ++ case $ac_pass in 32.13082 ++ 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 32.13083 ++ 2) 32.13084 ++ ac_configure_args1="$ac_configure_args1 '$ac_arg'" 32.13085 ++ if test $ac_must_keep_next = true; then 32.13086 ++ ac_must_keep_next=false # Got value, back to normal. 32.13087 ++ else 32.13088 ++ case $ac_arg in 32.13089 ++ *=* | --config-cache | -C | -disable-* | --disable-* \ 32.13090 ++ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 32.13091 ++ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 32.13092 ++ | -with-* | --with-* | -without-* | --without-* | --x) 32.13093 ++ case "$ac_configure_args0 " in 32.13094 ++ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 32.13095 ++ esac 32.13096 ++ ;; 32.13097 ++ -* ) ac_must_keep_next=true ;; 32.13098 ++ esac 32.13099 ++ fi 32.13100 ++ ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 32.13101 ++ # Get rid of the leading space. 32.13102 ++ ac_sep=" " 32.13103 ++ ;; 32.13104 ++ esac 32.13105 ++ done 32.13106 ++done 32.13107 ++$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 32.13108 ++$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 32.13109 ++ 32.13110 ++# When interrupted or exit'd, cleanup temporary files, and complete 32.13111 ++# config.log. We remove comments because anyway the quotes in there 32.13112 ++# would cause problems or look ugly. 32.13113 ++# WARNING: Be sure not to use single quotes in there, as some shells, 32.13114 ++# such as our DU 5.0 friend, will then `close' the trap. 32.13115 ++trap 'exit_status=$? 32.13116 ++ # Save into config.log some information that might help in debugging. 32.13117 ++ { 32.13118 ++ echo 32.13119 ++ 32.13120 ++ cat <<\_ASBOX 32.13121 ++## ---------------- ## 32.13122 ++## Cache variables. ## 32.13123 ++## ---------------- ## 32.13124 ++_ASBOX 32.13125 ++ echo 32.13126 ++ # The following way of writing the cache mishandles newlines in values, 32.13127 ++{ 32.13128 ++ (set) 2>&1 | 32.13129 ++ case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 32.13130 ++ *ac_space=\ *) 32.13131 ++ sed -n \ 32.13132 ++ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 32.13133 ++ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 32.13134 ++ ;; 32.13135 ++ *) 32.13136 ++ sed -n \ 32.13137 ++ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 32.13138 ++ ;; 32.13139 ++ esac; 32.13140 ++} 32.13141 ++ echo 32.13142 ++ 32.13143 ++ cat <<\_ASBOX 32.13144 ++## ----------------- ## 32.13145 ++## Output variables. ## 32.13146 ++## ----------------- ## 32.13147 ++_ASBOX 32.13148 ++ echo 32.13149 ++ for ac_var in $ac_subst_vars 32.13150 ++ do 32.13151 ++ eval ac_val=$`echo $ac_var` 32.13152 ++ echo "$ac_var='"'"'$ac_val'"'"'" 32.13153 ++ done | sort 32.13154 ++ echo 32.13155 ++ 32.13156 ++ if test -n "$ac_subst_files"; then 32.13157 ++ cat <<\_ASBOX 32.13158 ++## ------------- ## 32.13159 ++## Output files. ## 32.13160 ++## ------------- ## 32.13161 ++_ASBOX 32.13162 ++ echo 32.13163 ++ for ac_var in $ac_subst_files 32.13164 ++ do 32.13165 ++ eval ac_val=$`echo $ac_var` 32.13166 ++ echo "$ac_var='"'"'$ac_val'"'"'" 32.13167 ++ done | sort 32.13168 ++ echo 32.13169 ++ fi 32.13170 ++ 32.13171 ++ if test -s confdefs.h; then 32.13172 ++ cat <<\_ASBOX 32.13173 ++## ----------- ## 32.13174 ++## confdefs.h. ## 32.13175 ++## ----------- ## 32.13176 ++_ASBOX 32.13177 ++ echo 32.13178 ++ sed "/^$/d" confdefs.h | sort 32.13179 ++ echo 32.13180 ++ fi 32.13181 ++ test "$ac_signal" != 0 && 32.13182 ++ echo "$as_me: caught signal $ac_signal" 32.13183 ++ echo "$as_me: exit $exit_status" 32.13184 ++ } >&5 32.13185 ++ rm -f core *.core && 32.13186 ++ rm -rf conftest* confdefs* conf$$* $ac_clean_files && 32.13187 ++ exit $exit_status 32.13188 ++ ' 0 32.13189 ++for ac_signal in 1 2 13 15; do 32.13190 ++ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 32.13191 ++done 32.13192 ++ac_signal=0 32.13193 ++ 32.13194 ++# confdefs.h avoids OS command line length limits that DEFS can exceed. 32.13195 ++rm -rf conftest* confdefs.h 32.13196 ++# AIX cpp loses on an empty file, so make sure it contains at least a newline. 32.13197 ++echo >confdefs.h 32.13198 ++ 32.13199 ++# Predefined preprocessor variables. 32.13200 ++ 32.13201 ++cat >>confdefs.h <<_ACEOF 32.13202 ++#define PACKAGE_NAME "$PACKAGE_NAME" 32.13203 ++_ACEOF 32.13204 ++ 32.13205 ++ 32.13206 ++cat >>confdefs.h <<_ACEOF 32.13207 ++#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 32.13208 ++_ACEOF 32.13209 ++ 32.13210 ++ 32.13211 ++cat >>confdefs.h <<_ACEOF 32.13212 ++#define PACKAGE_VERSION "$PACKAGE_VERSION" 32.13213 ++_ACEOF 32.13214 ++ 32.13215 ++ 32.13216 ++cat >>confdefs.h <<_ACEOF 32.13217 ++#define PACKAGE_STRING "$PACKAGE_STRING" 32.13218 ++_ACEOF 32.13219 ++ 32.13220 ++ 32.13221 ++cat >>confdefs.h <<_ACEOF 32.13222 ++#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 32.13223 ++_ACEOF 32.13224 ++ 32.13225 ++ 32.13226 ++# Let the site file select an alternate cache file if it wants to. 32.13227 ++# Prefer explicitly selected file to automatically selected ones. 32.13228 ++if test -z "$CONFIG_SITE"; then 32.13229 ++ if test "x$prefix" != xNONE; then 32.13230 ++ CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 32.13231 ++ else 32.13232 ++ CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 32.13233 ++ fi 32.13234 ++fi 32.13235 ++for ac_site_file in $CONFIG_SITE; do 32.13236 ++ if test -r "$ac_site_file"; then 32.13237 ++ { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 32.13238 ++echo "$as_me: loading site script $ac_site_file" >&6;} 32.13239 ++ sed 's/^/| /' "$ac_site_file" >&5 32.13240 ++ . "$ac_site_file" 32.13241 ++ fi 32.13242 ++done 32.13243 ++ 32.13244 ++if test -r "$cache_file"; then 32.13245 ++ # Some versions of bash will fail to source /dev/null (special 32.13246 ++ # files actually), so we avoid doing that. 32.13247 ++ if test -f "$cache_file"; then 32.13248 ++ { echo "$as_me:$LINENO: loading cache $cache_file" >&5 32.13249 ++echo "$as_me: loading cache $cache_file" >&6;} 32.13250 ++ case $cache_file in 32.13251 ++ [\\/]* | ?:[\\/]* ) . $cache_file;; 32.13252 ++ *) . ./$cache_file;; 32.13253 ++ esac 32.13254 ++ fi 32.13255 ++else 32.13256 ++ { echo "$as_me:$LINENO: creating cache $cache_file" >&5 32.13257 ++echo "$as_me: creating cache $cache_file" >&6;} 32.13258 ++ >$cache_file 32.13259 ++fi 32.13260 ++ 32.13261 ++# Check that the precious variables saved in the cache have kept the same 32.13262 ++# value. 32.13263 ++ac_cache_corrupted=false 32.13264 ++for ac_var in `(set) 2>&1 | 32.13265 ++ sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 32.13266 ++ eval ac_old_set=\$ac_cv_env_${ac_var}_set 32.13267 ++ eval ac_new_set=\$ac_env_${ac_var}_set 32.13268 ++ eval ac_old_val="\$ac_cv_env_${ac_var}_value" 32.13269 ++ eval ac_new_val="\$ac_env_${ac_var}_value" 32.13270 ++ case $ac_old_set,$ac_new_set in 32.13271 ++ set,) 32.13272 ++ { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 32.13273 ++echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 32.13274 ++ ac_cache_corrupted=: ;; 32.13275 ++ ,set) 32.13276 ++ { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 32.13277 ++echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 32.13278 ++ ac_cache_corrupted=: ;; 32.13279 ++ ,);; 32.13280 ++ *) 32.13281 ++ if test "x$ac_old_val" != "x$ac_new_val"; then 32.13282 ++ { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 32.13283 ++echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 32.13284 ++ { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 32.13285 ++echo "$as_me: former value: $ac_old_val" >&2;} 32.13286 ++ { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 32.13287 ++echo "$as_me: current value: $ac_new_val" >&2;} 32.13288 ++ ac_cache_corrupted=: 32.13289 ++ fi;; 32.13290 ++ esac 32.13291 ++ # Pass precious variables to config.status. 32.13292 ++ if test "$ac_new_set" = set; then 32.13293 ++ case $ac_new_val in 32.13294 ++ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 32.13295 ++ ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 32.13296 ++ *) ac_arg=$ac_var=$ac_new_val ;; 32.13297 ++ esac 32.13298 ++ case " $ac_configure_args " in 32.13299 ++ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 32.13300 ++ *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 32.13301 ++ esac 32.13302 ++ fi 32.13303 ++done 32.13304 ++if $ac_cache_corrupted; then 32.13305 ++ { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 32.13306 ++echo "$as_me: error: changes in the environment can compromise the build" >&2;} 32.13307 ++ { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 32.13308 ++echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 32.13309 ++ { (exit 1); exit 1; }; } 32.13310 ++fi 32.13311 ++ 32.13312 ++ac_ext=c 32.13313 ++ac_cpp='$CPP $CPPFLAGS' 32.13314 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.13315 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.13316 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.13317 ++ 32.13318 ++ 32.13319 ++ 32.13320 ++ 32.13321 ++ 32.13322 ++ 32.13323 ++ 32.13324 ++ 32.13325 ++ 32.13326 ++ 32.13327 ++ 32.13328 ++ 32.13329 ++ 32.13330 ++ 32.13331 ++ 32.13332 ++ 32.13333 ++ 32.13334 ++ 32.13335 ++ 32.13336 ++ 32.13337 ++PACKAGE=libstroke 32.13338 ++ 32.13339 ++LIBSTROKE_VERSION=0.5 32.13340 ++ 32.13341 ++am__api_version="1.7" 32.13342 ++ac_aux_dir= 32.13343 ++for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 32.13344 ++ if test -f $ac_dir/install-sh; then 32.13345 ++ ac_aux_dir=$ac_dir 32.13346 ++ ac_install_sh="$ac_aux_dir/install-sh -c" 32.13347 ++ break 32.13348 ++ elif test -f $ac_dir/install.sh; then 32.13349 ++ ac_aux_dir=$ac_dir 32.13350 ++ ac_install_sh="$ac_aux_dir/install.sh -c" 32.13351 ++ break 32.13352 ++ elif test -f $ac_dir/shtool; then 32.13353 ++ ac_aux_dir=$ac_dir 32.13354 ++ ac_install_sh="$ac_aux_dir/shtool install -c" 32.13355 ++ break 32.13356 ++ fi 32.13357 ++done 32.13358 ++if test -z "$ac_aux_dir"; then 32.13359 ++ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 32.13360 ++echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 32.13361 ++ { (exit 1); exit 1; }; } 32.13362 ++fi 32.13363 ++ac_config_guess="$SHELL $ac_aux_dir/config.guess" 32.13364 ++ac_config_sub="$SHELL $ac_aux_dir/config.sub" 32.13365 ++ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 32.13366 ++ 32.13367 ++# Find a good install program. We prefer a C program (faster), 32.13368 ++# so one script is as good as another. But avoid the broken or 32.13369 ++# incompatible versions: 32.13370 ++# SysV /etc/install, /usr/sbin/install 32.13371 ++# SunOS /usr/etc/install 32.13372 ++# IRIX /sbin/install 32.13373 ++# AIX /bin/install 32.13374 ++# AmigaOS /C/install, which installs bootblocks on floppy discs 32.13375 ++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 32.13376 ++# AFS /usr/afsws/bin/install, which mishandles nonexistent args 32.13377 ++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 32.13378 ++# OS/2's system install, which has a completely different semantic 32.13379 ++# ./install, which can be erroneously created by make from ./install.sh. 32.13380 ++echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 32.13381 ++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 32.13382 ++if test -z "$INSTALL"; then 32.13383 ++if test "${ac_cv_path_install+set}" = set; then 32.13384 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.13385 ++else 32.13386 ++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.13387 ++for as_dir in $PATH 32.13388 ++do 32.13389 ++ IFS=$as_save_IFS 32.13390 ++ test -z "$as_dir" && as_dir=. 32.13391 ++ # Account for people who put trailing slashes in PATH elements. 32.13392 ++case $as_dir/ in 32.13393 ++ ./ | .// | /cC/* | \ 32.13394 ++ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 32.13395 ++ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 32.13396 ++ /usr/ucb/* ) ;; 32.13397 ++ *) 32.13398 ++ # OSF1 and SCO ODT 3.0 have their own names for install. 32.13399 ++ # Don't use installbsd from OSF since it installs stuff as root 32.13400 ++ # by default. 32.13401 ++ for ac_prog in ginstall scoinst install; do 32.13402 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.13403 ++ if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 32.13404 ++ if test $ac_prog = install && 32.13405 ++ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 32.13406 ++ # AIX install. It has an incompatible calling convention. 32.13407 ++ : 32.13408 ++ elif test $ac_prog = install && 32.13409 ++ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 32.13410 ++ # program-specific install script used by HP pwplus--don't use. 32.13411 ++ : 32.13412 ++ else 32.13413 ++ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 32.13414 ++ break 3 32.13415 ++ fi 32.13416 ++ fi 32.13417 ++ done 32.13418 ++ done 32.13419 ++ ;; 32.13420 ++esac 32.13421 ++done 32.13422 ++ 32.13423 ++ 32.13424 ++fi 32.13425 ++ if test "${ac_cv_path_install+set}" = set; then 32.13426 ++ INSTALL=$ac_cv_path_install 32.13427 ++ else 32.13428 ++ # As a last resort, use the slow shell script. We don't cache a 32.13429 ++ # path for INSTALL within a source directory, because that will 32.13430 ++ # break other packages using the cache if that directory is 32.13431 ++ # removed, or if the path is relative. 32.13432 ++ INSTALL=$ac_install_sh 32.13433 ++ fi 32.13434 ++fi 32.13435 ++echo "$as_me:$LINENO: result: $INSTALL" >&5 32.13436 ++echo "${ECHO_T}$INSTALL" >&6 32.13437 ++ 32.13438 ++# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 32.13439 ++# It thinks the first close brace ends the variable substitution. 32.13440 ++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 32.13441 ++ 32.13442 ++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 32.13443 ++ 32.13444 ++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 32.13445 ++ 32.13446 ++echo "$as_me:$LINENO: checking whether build environment is sane" >&5 32.13447 ++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 32.13448 ++# Just in case 32.13449 ++sleep 1 32.13450 ++echo timestamp > conftest.file 32.13451 ++# Do `set' in a subshell so we don't clobber the current shell's 32.13452 ++# arguments. Must try -L first in case configure is actually a 32.13453 ++# symlink; some systems play weird games with the mod time of symlinks 32.13454 ++# (eg FreeBSD returns the mod time of the symlink's containing 32.13455 ++# directory). 32.13456 ++if ( 32.13457 ++ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 32.13458 + if test "$*" = "X"; then 32.13459 + # -L didn't work. 32.13460 +- set X `ls -t $srcdir/configure conftestfile` 32.13461 ++ set X `ls -t $srcdir/configure conftest.file` 32.13462 + fi 32.13463 +- if test "$*" != "X $srcdir/configure conftestfile" \ 32.13464 +- && test "$*" != "X conftestfile $srcdir/configure"; then 32.13465 ++ rm -f conftest.file 32.13466 ++ if test "$*" != "X $srcdir/configure conftest.file" \ 32.13467 ++ && test "$*" != "X conftest.file $srcdir/configure"; then 32.13468 + 32.13469 + # If neither matched, then we have a broken ls. This can happen 32.13470 + # if, for instance, CONFIG_SHELL is bash and it inherits a 32.13471 + # broken ls alias from the environment. This has actually 32.13472 + # happened. Such a system could not be considered "sane". 32.13473 +- { echo "configure: error: ls -t appears to fail. Make sure there is not a broken 32.13474 +-alias in your environment" 1>&2; exit 1; } 32.13475 ++ { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 32.13476 ++alias in your environment" >&5 32.13477 ++echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 32.13478 ++alias in your environment" >&2;} 32.13479 ++ { (exit 1); exit 1; }; } 32.13480 + fi 32.13481 + 32.13482 +- test "$2" = conftestfile 32.13483 ++ test "$2" = conftest.file 32.13484 + ) 32.13485 + then 32.13486 + # Ok. 32.13487 + : 32.13488 + else 32.13489 +- { echo "configure: error: newly created file is older than distributed files! 32.13490 +-Check your system clock" 1>&2; exit 1; } 32.13491 +-fi 32.13492 +-rm -f conftest* 32.13493 +-echo "$ac_t""yes" 1>&6 32.13494 +-if test "$program_transform_name" = s,x,x,; then 32.13495 +- program_transform_name= 32.13496 +-else 32.13497 +- # Double any \ or $. echo might interpret backslashes. 32.13498 +- cat <<\EOF_SED > conftestsed 32.13499 +-s,\\,\\\\,g; s,\$,$$,g 32.13500 +-EOF_SED 32.13501 +- program_transform_name="`echo $program_transform_name|sed -f conftestsed`" 32.13502 +- rm -f conftestsed 32.13503 ++ { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 32.13504 ++Check your system clock" >&5 32.13505 ++echo "$as_me: error: newly created file is older than distributed files! 32.13506 ++Check your system clock" >&2;} 32.13507 ++ { (exit 1); exit 1; }; } 32.13508 + fi 32.13509 ++echo "$as_me:$LINENO: result: yes" >&5 32.13510 ++echo "${ECHO_T}yes" >&6 32.13511 + test "$program_prefix" != NONE && 32.13512 +- program_transform_name="s,^,${program_prefix},; $program_transform_name" 32.13513 ++ program_transform_name="s,^,$program_prefix,;$program_transform_name" 32.13514 + # Use a double $ so make ignores it. 32.13515 + test "$program_suffix" != NONE && 32.13516 +- program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 32.13517 ++ program_transform_name="s,\$,$program_suffix,;$program_transform_name" 32.13518 ++# Double any \ or $. echo might interpret backslashes. 32.13519 ++# By default was `s,x,x', remove it if useless. 32.13520 ++cat <<\_ACEOF >conftest.sed 32.13521 ++s/[\\$]/&&/g;s/;s,x,x,$// 32.13522 ++_ACEOF 32.13523 ++program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 32.13524 ++rm conftest.sed 32.13525 ++ 32.13526 ++ 32.13527 ++# expand $ac_aux_dir to an absolute path 32.13528 ++am_aux_dir=`cd $ac_aux_dir && pwd` 32.13529 ++ 32.13530 ++test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 32.13531 ++# Use eval to expand $SHELL 32.13532 ++if eval "$MISSING --run true"; then 32.13533 ++ am_missing_run="$MISSING --run " 32.13534 ++else 32.13535 ++ am_missing_run= 32.13536 ++ { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 32.13537 ++echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 32.13538 ++fi 32.13539 ++ 32.13540 ++for ac_prog in gawk mawk nawk awk 32.13541 ++do 32.13542 ++ # Extract the first word of "$ac_prog", so it can be a program name with args. 32.13543 ++set dummy $ac_prog; ac_word=$2 32.13544 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.13545 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.13546 ++if test "${ac_cv_prog_AWK+set}" = set; then 32.13547 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.13548 ++else 32.13549 ++ if test -n "$AWK"; then 32.13550 ++ ac_cv_prog_AWK="$AWK" # Let the user override the test. 32.13551 ++else 32.13552 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.13553 ++for as_dir in $PATH 32.13554 ++do 32.13555 ++ IFS=$as_save_IFS 32.13556 ++ test -z "$as_dir" && as_dir=. 32.13557 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.13558 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.13559 ++ ac_cv_prog_AWK="$ac_prog" 32.13560 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.13561 ++ break 2 32.13562 ++ fi 32.13563 ++done 32.13564 ++done 32.13565 ++ 32.13566 ++fi 32.13567 ++fi 32.13568 ++AWK=$ac_cv_prog_AWK 32.13569 ++if test -n "$AWK"; then 32.13570 ++ echo "$as_me:$LINENO: result: $AWK" >&5 32.13571 ++echo "${ECHO_T}$AWK" >&6 32.13572 ++else 32.13573 ++ echo "$as_me:$LINENO: result: no" >&5 32.13574 ++echo "${ECHO_T}no" >&6 32.13575 ++fi 32.13576 + 32.13577 +-# sed with no file args requires a program. 32.13578 +-test "$program_transform_name" = "" && program_transform_name="s,x,x," 32.13579 ++ test -n "$AWK" && break 32.13580 ++done 32.13581 + 32.13582 +-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 32.13583 +-echo "configure:694: checking whether ${MAKE-make} sets \${MAKE}" >&5 32.13584 +-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 32.13585 +-if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 32.13586 +- echo $ac_n "(cached) $ac_c" 1>&6 32.13587 ++echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 32.13588 ++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 32.13589 ++set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 32.13590 ++if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 32.13591 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.13592 + else 32.13593 +- cat > conftestmake <<\EOF 32.13594 ++ cat >conftest.make <<\_ACEOF 32.13595 + all: 32.13596 +- @echo 'ac_maketemp="${MAKE}"' 32.13597 +-EOF 32.13598 ++ @echo 'ac_maketemp="$(MAKE)"' 32.13599 ++_ACEOF 32.13600 + # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 32.13601 +-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 32.13602 ++eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 32.13603 + if test -n "$ac_maketemp"; then 32.13604 + eval ac_cv_prog_make_${ac_make}_set=yes 32.13605 + else 32.13606 + eval ac_cv_prog_make_${ac_make}_set=no 32.13607 + fi 32.13608 +-rm -f conftestmake 32.13609 ++rm -f conftest.make 32.13610 + fi 32.13611 + if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 32.13612 +- echo "$ac_t""yes" 1>&6 32.13613 ++ echo "$as_me:$LINENO: result: yes" >&5 32.13614 ++echo "${ECHO_T}yes" >&6 32.13615 + SET_MAKE= 32.13616 + else 32.13617 +- echo "$ac_t""no" 1>&6 32.13618 ++ echo "$as_me:$LINENO: result: no" >&5 32.13619 ++echo "${ECHO_T}no" >&6 32.13620 + SET_MAKE="MAKE=${MAKE-make}" 32.13621 + fi 32.13622 + 32.13623 ++rm -rf .tst 2>/dev/null 32.13624 ++mkdir .tst 2>/dev/null 32.13625 ++if test -d .tst; then 32.13626 ++ am__leading_dot=. 32.13627 ++else 32.13628 ++ am__leading_dot=_ 32.13629 ++fi 32.13630 ++rmdir .tst 2>/dev/null 32.13631 ++ 32.13632 ++ # test to see if srcdir already configured 32.13633 ++if test "`cd $srcdir && pwd`" != "`pwd`" && 32.13634 ++ test -f $srcdir/config.status; then 32.13635 ++ { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 32.13636 ++echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 32.13637 ++ { (exit 1); exit 1; }; } 32.13638 ++fi 32.13639 ++ 32.13640 ++# test whether we have cygpath 32.13641 ++if test -z "$CYGPATH_W"; then 32.13642 ++ if (cygpath --version) >/dev/null 2>/dev/null; then 32.13643 ++ CYGPATH_W='cygpath -w' 32.13644 ++ else 32.13645 ++ CYGPATH_W=echo 32.13646 ++ fi 32.13647 ++fi 32.13648 + 32.13649 +-PACKAGE=$PACKAGE 32.13650 + 32.13651 +-VERSION=$LIBSTROKE_VERSION 32.13652 ++# Define the identity of the package. 32.13653 ++ PACKAGE=$PACKAGE 32.13654 ++ VERSION=$LIBSTROKE_VERSION 32.13655 + 32.13656 +-if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 32.13657 +- { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 32.13658 +-fi 32.13659 ++ 32.13660 ++# Some tools Automake needs. 32.13661 ++ 32.13662 ++ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 32.13663 ++ 32.13664 ++ 32.13665 ++AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 32.13666 + 32.13667 + 32.13668 ++AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 32.13669 + 32.13670 +-missing_dir=`cd $ac_aux_dir && pwd` 32.13671 +-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 32.13672 +-echo "configure:733: checking for working aclocal" >&5 32.13673 +-# Run test in a subshell; some versions of sh will print an error if 32.13674 +-# an executable is not found, even if stderr is redirected. 32.13675 +-# Redirect stdin to placate older versions of autoconf. Sigh. 32.13676 +-if (aclocal --version) < /dev/null > /dev/null 2>&1; then 32.13677 +- ACLOCAL=aclocal 32.13678 +- echo "$ac_t""found" 1>&6 32.13679 ++ 32.13680 ++AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 32.13681 ++ 32.13682 ++ 32.13683 ++MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 32.13684 ++ 32.13685 ++ 32.13686 ++AMTAR=${AMTAR-"${am_missing_run}tar"} 32.13687 ++ 32.13688 ++install_sh=${install_sh-"$am_aux_dir/install-sh"} 32.13689 ++ 32.13690 ++# Installed binaries are usually stripped using `strip' when the user 32.13691 ++# run `make install-strip'. However `strip' might not be the right 32.13692 ++# tool to use in cross-compilation environments, therefore Automake 32.13693 ++# will honor the `STRIP' environment variable to overrule this program. 32.13694 ++if test "$cross_compiling" != no; then 32.13695 ++ if test -n "$ac_tool_prefix"; then 32.13696 ++ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 32.13697 ++set dummy ${ac_tool_prefix}strip; ac_word=$2 32.13698 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.13699 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.13700 ++if test "${ac_cv_prog_STRIP+set}" = set; then 32.13701 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.13702 ++else 32.13703 ++ if test -n "$STRIP"; then 32.13704 ++ ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 32.13705 + else 32.13706 +- ACLOCAL="$missing_dir/missing aclocal" 32.13707 +- echo "$ac_t""missing" 1>&6 32.13708 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.13709 ++for as_dir in $PATH 32.13710 ++do 32.13711 ++ IFS=$as_save_IFS 32.13712 ++ test -z "$as_dir" && as_dir=. 32.13713 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.13714 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.13715 ++ ac_cv_prog_STRIP="${ac_tool_prefix}strip" 32.13716 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.13717 ++ break 2 32.13718 ++ fi 32.13719 ++done 32.13720 ++done 32.13721 ++ 32.13722 ++fi 32.13723 ++fi 32.13724 ++STRIP=$ac_cv_prog_STRIP 32.13725 ++if test -n "$STRIP"; then 32.13726 ++ echo "$as_me:$LINENO: result: $STRIP" >&5 32.13727 ++echo "${ECHO_T}$STRIP" >&6 32.13728 ++else 32.13729 ++ echo "$as_me:$LINENO: result: no" >&5 32.13730 ++echo "${ECHO_T}no" >&6 32.13731 + fi 32.13732 + 32.13733 +-echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 32.13734 +-echo "configure:746: checking for working autoconf" >&5 32.13735 +-# Run test in a subshell; some versions of sh will print an error if 32.13736 +-# an executable is not found, even if stderr is redirected. 32.13737 +-# Redirect stdin to placate older versions of autoconf. Sigh. 32.13738 +-if (autoconf --version) < /dev/null > /dev/null 2>&1; then 32.13739 +- AUTOCONF=autoconf 32.13740 +- echo "$ac_t""found" 1>&6 32.13741 +-else 32.13742 +- AUTOCONF="$missing_dir/missing autoconf" 32.13743 +- echo "$ac_t""missing" 1>&6 32.13744 + fi 32.13745 ++if test -z "$ac_cv_prog_STRIP"; then 32.13746 ++ ac_ct_STRIP=$STRIP 32.13747 ++ # Extract the first word of "strip", so it can be a program name with args. 32.13748 ++set dummy strip; ac_word=$2 32.13749 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.13750 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.13751 ++if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 32.13752 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.13753 ++else 32.13754 ++ if test -n "$ac_ct_STRIP"; then 32.13755 ++ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 32.13756 ++else 32.13757 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.13758 ++for as_dir in $PATH 32.13759 ++do 32.13760 ++ IFS=$as_save_IFS 32.13761 ++ test -z "$as_dir" && as_dir=. 32.13762 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.13763 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.13764 ++ ac_cv_prog_ac_ct_STRIP="strip" 32.13765 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.13766 ++ break 2 32.13767 ++ fi 32.13768 ++done 32.13769 ++done 32.13770 + 32.13771 +-echo $ac_n "checking for working automake""... $ac_c" 1>&6 32.13772 +-echo "configure:759: checking for working automake" >&5 32.13773 +-# Run test in a subshell; some versions of sh will print an error if 32.13774 +-# an executable is not found, even if stderr is redirected. 32.13775 +-# Redirect stdin to placate older versions of autoconf. Sigh. 32.13776 +-if (automake --version) < /dev/null > /dev/null 2>&1; then 32.13777 +- AUTOMAKE=automake 32.13778 +- echo "$ac_t""found" 1>&6 32.13779 ++ test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 32.13780 ++fi 32.13781 ++fi 32.13782 ++ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 32.13783 ++if test -n "$ac_ct_STRIP"; then 32.13784 ++ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 32.13785 ++echo "${ECHO_T}$ac_ct_STRIP" >&6 32.13786 + else 32.13787 +- AUTOMAKE="$missing_dir/missing automake" 32.13788 +- echo "$ac_t""missing" 1>&6 32.13789 ++ echo "$as_me:$LINENO: result: no" >&5 32.13790 ++echo "${ECHO_T}no" >&6 32.13791 + fi 32.13792 + 32.13793 +-echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 32.13794 +-echo "configure:772: checking for working autoheader" >&5 32.13795 +-# Run test in a subshell; some versions of sh will print an error if 32.13796 +-# an executable is not found, even if stderr is redirected. 32.13797 +-# Redirect stdin to placate older versions of autoconf. Sigh. 32.13798 +-if (autoheader --version) < /dev/null > /dev/null 2>&1; then 32.13799 +- AUTOHEADER=autoheader 32.13800 +- echo "$ac_t""found" 1>&6 32.13801 ++ STRIP=$ac_ct_STRIP 32.13802 + else 32.13803 +- AUTOHEADER="$missing_dir/missing autoheader" 32.13804 +- echo "$ac_t""missing" 1>&6 32.13805 ++ STRIP="$ac_cv_prog_STRIP" 32.13806 + fi 32.13807 + 32.13808 +-echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 32.13809 +-echo "configure:785: checking for working makeinfo" >&5 32.13810 +-# Run test in a subshell; some versions of sh will print an error if 32.13811 +-# an executable is not found, even if stderr is redirected. 32.13812 +-# Redirect stdin to placate older versions of autoconf. Sigh. 32.13813 +-if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 32.13814 +- MAKEINFO=makeinfo 32.13815 +- echo "$ac_t""found" 1>&6 32.13816 +-else 32.13817 +- MAKEINFO="$missing_dir/missing makeinfo" 32.13818 +- echo "$ac_t""missing" 1>&6 32.13819 + fi 32.13820 ++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 32.13821 + 32.13822 ++# We need awk for the "check" target. The system "awk" is bad on 32.13823 ++# some platforms. 32.13824 + 32.13825 + 32.13826 + 32.13827 + 32.13828 ++ ac_config_headers="$ac_config_headers config.h" 32.13829 + 32.13830 + 32.13831 +-echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 32.13832 +-echo "configure:804: checking whether build environment is sane" >&5 32.13833 ++echo "$as_me:$LINENO: checking whether build environment is sane" >&5 32.13834 ++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 32.13835 + # Just in case 32.13836 + sleep 1 32.13837 +-echo timestamp > conftestfile 32.13838 ++echo timestamp > conftest.file 32.13839 + # Do `set' in a subshell so we don't clobber the current shell's 32.13840 + # arguments. Must try -L first in case configure is actually a 32.13841 + # symlink; some systems play weird games with the mod time of symlinks 32.13842 + # (eg FreeBSD returns the mod time of the symlink's containing 32.13843 + # directory). 32.13844 + if ( 32.13845 +- set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 32.13846 ++ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 32.13847 + if test "$*" = "X"; then 32.13848 + # -L didn't work. 32.13849 +- set X `ls -t $srcdir/configure conftestfile` 32.13850 ++ set X `ls -t $srcdir/configure conftest.file` 32.13851 + fi 32.13852 +- if test "$*" != "X $srcdir/configure conftestfile" \ 32.13853 +- && test "$*" != "X conftestfile $srcdir/configure"; then 32.13854 ++ rm -f conftest.file 32.13855 ++ if test "$*" != "X $srcdir/configure conftest.file" \ 32.13856 ++ && test "$*" != "X conftest.file $srcdir/configure"; then 32.13857 + 32.13858 + # If neither matched, then we have a broken ls. This can happen 32.13859 + # if, for instance, CONFIG_SHELL is bash and it inherits a 32.13860 + # broken ls alias from the environment. This has actually 32.13861 + # happened. Such a system could not be considered "sane". 32.13862 +- { echo "configure: error: ls -t appears to fail. Make sure there is not a broken 32.13863 +-alias in your environment" 1>&2; exit 1; } 32.13864 ++ { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 32.13865 ++alias in your environment" >&5 32.13866 ++echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 32.13867 ++alias in your environment" >&2;} 32.13868 ++ { (exit 1); exit 1; }; } 32.13869 + fi 32.13870 + 32.13871 +- test "$2" = conftestfile 32.13872 ++ test "$2" = conftest.file 32.13873 + ) 32.13874 + then 32.13875 + # Ok. 32.13876 + : 32.13877 + else 32.13878 +- { echo "configure: error: newly created file is older than distributed files! 32.13879 +-Check your system clock" 1>&2; exit 1; } 32.13880 ++ { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 32.13881 ++Check your system clock" >&5 32.13882 ++echo "$as_me: error: newly created file is older than distributed files! 32.13883 ++Check your system clock" >&2;} 32.13884 ++ { (exit 1); exit 1; }; } 32.13885 + fi 32.13886 +-rm -f conftest* 32.13887 +-echo "$ac_t""yes" 1>&6 32.13888 ++echo "$as_me:$LINENO: result: yes" >&5 32.13889 ++echo "${ECHO_T}yes" >&6 32.13890 + 32.13891 + # Check whether --enable-shared or --disable-shared was given. 32.13892 + if test "${enable_shared+set}" = set; then 32.13893 + enableval="$enable_shared" 32.13894 + p=${PACKAGE-default} 32.13895 +-case "$enableval" in 32.13896 +-yes) enable_shared=yes ;; 32.13897 +-no) enable_shared=no ;; 32.13898 +-*) 32.13899 +- enable_shared=no 32.13900 +- # Look at the argument we got. We use all the common list separators. 32.13901 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 32.13902 +- for pkg in $enableval; do 32.13903 +- if test "X$pkg" = "X$p"; then 32.13904 +- enable_shared=yes 32.13905 +- fi 32.13906 +- done 32.13907 +- IFS="$ac_save_ifs" 32.13908 +- ;; 32.13909 +-esac 32.13910 +-else 32.13911 ++ case $enableval in 32.13912 ++ yes) enable_shared=yes ;; 32.13913 ++ no) enable_shared=no ;; 32.13914 ++ *) 32.13915 ++ enable_shared=no 32.13916 ++ # Look at the argument we got. We use all the common list separators. 32.13917 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.13918 ++ for pkg in $enableval; do 32.13919 ++ IFS="$lt_save_ifs" 32.13920 ++ if test "X$pkg" = "X$p"; then 32.13921 ++ enable_shared=yes 32.13922 ++ fi 32.13923 ++ done 32.13924 ++ IFS="$lt_save_ifs" 32.13925 ++ ;; 32.13926 ++ esac 32.13927 ++else 32.13928 + enable_shared=yes 32.13929 +-fi 32.13930 ++fi; 32.13931 + 32.13932 + # Check whether --enable-static or --disable-static was given. 32.13933 + if test "${enable_static+set}" = set; then 32.13934 + enableval="$enable_static" 32.13935 + p=${PACKAGE-default} 32.13936 +-case "$enableval" in 32.13937 +-yes) enable_static=yes ;; 32.13938 +-no) enable_static=no ;; 32.13939 +-*) 32.13940 +- enable_static=no 32.13941 +- # Look at the argument we got. We use all the common list separators. 32.13942 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 32.13943 +- for pkg in $enableval; do 32.13944 +- if test "X$pkg" = "X$p"; then 32.13945 +- enable_static=yes 32.13946 +- fi 32.13947 +- done 32.13948 +- IFS="$ac_save_ifs" 32.13949 +- ;; 32.13950 +-esac 32.13951 ++ case $enableval in 32.13952 ++ yes) enable_static=yes ;; 32.13953 ++ no) enable_static=no ;; 32.13954 ++ *) 32.13955 ++ enable_static=no 32.13956 ++ # Look at the argument we got. We use all the common list separators. 32.13957 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.13958 ++ for pkg in $enableval; do 32.13959 ++ IFS="$lt_save_ifs" 32.13960 ++ if test "X$pkg" = "X$p"; then 32.13961 ++ enable_static=yes 32.13962 ++ fi 32.13963 ++ done 32.13964 ++ IFS="$lt_save_ifs" 32.13965 ++ ;; 32.13966 ++ esac 32.13967 + else 32.13968 + enable_static=yes 32.13969 +-fi 32.13970 ++fi; 32.13971 + 32.13972 ++# Check whether --enable-fast-install or --disable-fast-install was given. 32.13973 ++if test "${enable_fast_install+set}" = set; then 32.13974 ++ enableval="$enable_fast_install" 32.13975 ++ p=${PACKAGE-default} 32.13976 ++ case $enableval in 32.13977 ++ yes) enable_fast_install=yes ;; 32.13978 ++ no) enable_fast_install=no ;; 32.13979 ++ *) 32.13980 ++ enable_fast_install=no 32.13981 ++ # Look at the argument we got. We use all the common list separators. 32.13982 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.13983 ++ for pkg in $enableval; do 32.13984 ++ IFS="$lt_save_ifs" 32.13985 ++ if test "X$pkg" = "X$p"; then 32.13986 ++ enable_fast_install=yes 32.13987 ++ fi 32.13988 ++ done 32.13989 ++ IFS="$lt_save_ifs" 32.13990 ++ ;; 32.13991 ++ esac 32.13992 ++else 32.13993 ++ enable_fast_install=yes 32.13994 ++fi; 32.13995 + 32.13996 + # Make sure we can run config.sub. 32.13997 +-if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 32.13998 +-else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 32.13999 ++$ac_config_sub sun4 >/dev/null 2>&1 || 32.14000 ++ { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 32.14001 ++echo "$as_me: error: cannot run $ac_config_sub" >&2;} 32.14002 ++ { (exit 1); exit 1; }; } 32.14003 ++ 32.14004 ++echo "$as_me:$LINENO: checking build system type" >&5 32.14005 ++echo $ECHO_N "checking build system type... $ECHO_C" >&6 32.14006 ++if test "${ac_cv_build+set}" = set; then 32.14007 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14008 ++else 32.14009 ++ ac_cv_build_alias=$build_alias 32.14010 ++test -z "$ac_cv_build_alias" && 32.14011 ++ ac_cv_build_alias=`$ac_config_guess` 32.14012 ++test -z "$ac_cv_build_alias" && 32.14013 ++ { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 32.14014 ++echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 32.14015 ++ { (exit 1); exit 1; }; } 32.14016 ++ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 32.14017 ++ { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 32.14018 ++echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 32.14019 ++ { (exit 1); exit 1; }; } 32.14020 ++ 32.14021 ++fi 32.14022 ++echo "$as_me:$LINENO: result: $ac_cv_build" >&5 32.14023 ++echo "${ECHO_T}$ac_cv_build" >&6 32.14024 ++build=$ac_cv_build 32.14025 ++build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 32.14026 ++build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 32.14027 ++build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 32.14028 ++ 32.14029 ++ 32.14030 ++echo "$as_me:$LINENO: checking host system type" >&5 32.14031 ++echo $ECHO_N "checking host system type... $ECHO_C" >&6 32.14032 ++if test "${ac_cv_host+set}" = set; then 32.14033 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14034 ++else 32.14035 ++ ac_cv_host_alias=$host_alias 32.14036 ++test -z "$ac_cv_host_alias" && 32.14037 ++ ac_cv_host_alias=$ac_cv_build_alias 32.14038 ++ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 32.14039 ++ { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 32.14040 ++echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 32.14041 ++ { (exit 1); exit 1; }; } 32.14042 ++ 32.14043 ++fi 32.14044 ++echo "$as_me:$LINENO: result: $ac_cv_host" >&5 32.14045 ++echo "${ECHO_T}$ac_cv_host" >&6 32.14046 ++host=$ac_cv_host 32.14047 ++host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 32.14048 ++host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 32.14049 ++host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 32.14050 ++ 32.14051 ++ 32.14052 ++DEPDIR="${am__leading_dot}deps" 32.14053 ++ 32.14054 ++ ac_config_commands="$ac_config_commands depfiles" 32.14055 ++ 32.14056 ++ 32.14057 ++am_make=${MAKE-make} 32.14058 ++cat > confinc << 'END' 32.14059 ++am__doit: 32.14060 ++ @echo done 32.14061 ++.PHONY: am__doit 32.14062 ++END 32.14063 ++# If we don't find an include directive, just comment out the code. 32.14064 ++echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 32.14065 ++echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 32.14066 ++am__include="#" 32.14067 ++am__quote= 32.14068 ++_am_result=none 32.14069 ++# First try GNU make style include. 32.14070 ++echo "include confinc" > confmf 32.14071 ++# We grep out `Entering directory' and `Leaving directory' 32.14072 ++# messages which can occur if `w' ends up in MAKEFLAGS. 32.14073 ++# In particular we don't look at `^make:' because GNU make might 32.14074 ++# be invoked under some other name (usually "gmake"), in which 32.14075 ++# case it prints its new name instead of `make'. 32.14076 ++if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 32.14077 ++ am__include=include 32.14078 ++ am__quote= 32.14079 ++ _am_result=GNU 32.14080 ++fi 32.14081 ++# Now try BSD make style include. 32.14082 ++if test "$am__include" = "#"; then 32.14083 ++ echo '.include "confinc"' > confmf 32.14084 ++ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 32.14085 ++ am__include=.include 32.14086 ++ am__quote="\"" 32.14087 ++ _am_result=BSD 32.14088 ++ fi 32.14089 + fi 32.14090 + 32.14091 +-echo $ac_n "checking host system type""... $ac_c" 1>&6 32.14092 +-echo "configure:895: checking host system type" >&5 32.14093 + 32.14094 +-host_alias=$host 32.14095 +-case "$host_alias" in 32.14096 +-NONE) 32.14097 +- case $nonopt in 32.14098 +- NONE) 32.14099 +- if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 32.14100 +- else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 32.14101 +- fi ;; 32.14102 +- *) host_alias=$nonopt ;; 32.14103 +- esac ;; 32.14104 +-esac 32.14105 ++echo "$as_me:$LINENO: result: $_am_result" >&5 32.14106 ++echo "${ECHO_T}$_am_result" >&6 32.14107 ++rm -f confinc confmf 32.14108 + 32.14109 +-host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 32.14110 +-host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 32.14111 +-host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 32.14112 +-host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 32.14113 +-echo "$ac_t""$host" 1>&6 32.14114 +- 32.14115 +-echo $ac_n "checking build system type""... $ac_c" 1>&6 32.14116 +-echo "configure:916: checking build system type" >&5 32.14117 +- 32.14118 +-build_alias=$build 32.14119 +-case "$build_alias" in 32.14120 +-NONE) 32.14121 +- case $nonopt in 32.14122 +- NONE) build_alias=$host_alias ;; 32.14123 +- *) build_alias=$nonopt ;; 32.14124 +- esac ;; 32.14125 +-esac 32.14126 +- 32.14127 +-build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 32.14128 +-build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 32.14129 +-build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 32.14130 +-build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 32.14131 +-echo "$ac_t""$build" 1>&6 32.14132 ++# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. 32.14133 ++if test "${enable_dependency_tracking+set}" = set; then 32.14134 ++ enableval="$enable_dependency_tracking" 32.14135 + 32.14136 +-# Extract the first word of "ranlib", so it can be a program name with args. 32.14137 +-set dummy ranlib; ac_word=$2 32.14138 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.14139 +-echo "configure:936: checking for $ac_word" >&5 32.14140 +-if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 32.14141 +- echo $ac_n "(cached) $ac_c" 1>&6 32.14142 ++fi; 32.14143 ++if test "x$enable_dependency_tracking" != xno; then 32.14144 ++ am_depcomp="$ac_aux_dir/depcomp" 32.14145 ++ AMDEPBACKSLASH='\' 32.14146 ++fi 32.14147 ++ 32.14148 ++ 32.14149 ++if test "x$enable_dependency_tracking" != xno; then 32.14150 ++ AMDEP_TRUE= 32.14151 ++ AMDEP_FALSE='#' 32.14152 + else 32.14153 +- if test -n "$RANLIB"; then 32.14154 +- ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 32.14155 ++ AMDEP_TRUE='#' 32.14156 ++ AMDEP_FALSE= 32.14157 ++fi 32.14158 ++ 32.14159 ++ 32.14160 ++ 32.14161 ++ac_ext=c 32.14162 ++ac_cpp='$CPP $CPPFLAGS' 32.14163 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.14164 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.14165 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.14166 ++if test -n "$ac_tool_prefix"; then 32.14167 ++ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 32.14168 ++set dummy ${ac_tool_prefix}gcc; ac_word=$2 32.14169 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.14170 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.14171 ++if test "${ac_cv_prog_CC+set}" = set; then 32.14172 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14173 + else 32.14174 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.14175 +- ac_dummy="$PATH" 32.14176 +- for ac_dir in $ac_dummy; do 32.14177 +- test -z "$ac_dir" && ac_dir=. 32.14178 +- if test -f $ac_dir/$ac_word; then 32.14179 +- ac_cv_prog_RANLIB="ranlib" 32.14180 +- break 32.14181 +- fi 32.14182 +- done 32.14183 +- IFS="$ac_save_ifs" 32.14184 +- test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 32.14185 ++ if test -n "$CC"; then 32.14186 ++ ac_cv_prog_CC="$CC" # Let the user override the test. 32.14187 ++else 32.14188 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.14189 ++for as_dir in $PATH 32.14190 ++do 32.14191 ++ IFS=$as_save_IFS 32.14192 ++ test -z "$as_dir" && as_dir=. 32.14193 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.14194 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.14195 ++ ac_cv_prog_CC="${ac_tool_prefix}gcc" 32.14196 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.14197 ++ break 2 32.14198 ++ fi 32.14199 ++done 32.14200 ++done 32.14201 ++ 32.14202 + fi 32.14203 + fi 32.14204 +-RANLIB="$ac_cv_prog_RANLIB" 32.14205 +-if test -n "$RANLIB"; then 32.14206 +- echo "$ac_t""$RANLIB" 1>&6 32.14207 ++CC=$ac_cv_prog_CC 32.14208 ++if test -n "$CC"; then 32.14209 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.14210 ++echo "${ECHO_T}$CC" >&6 32.14211 + else 32.14212 +- echo "$ac_t""no" 1>&6 32.14213 ++ echo "$as_me:$LINENO: result: no" >&5 32.14214 ++echo "${ECHO_T}no" >&6 32.14215 + fi 32.14216 + 32.14217 +-# Extract the first word of "gcc", so it can be a program name with args. 32.14218 ++fi 32.14219 ++if test -z "$ac_cv_prog_CC"; then 32.14220 ++ ac_ct_CC=$CC 32.14221 ++ # Extract the first word of "gcc", so it can be a program name with args. 32.14222 + set dummy gcc; ac_word=$2 32.14223 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.14224 +-echo "configure:966: checking for $ac_word" >&5 32.14225 +-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 32.14226 +- echo $ac_n "(cached) $ac_c" 1>&6 32.14227 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.14228 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.14229 ++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 32.14230 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14231 ++else 32.14232 ++ if test -n "$ac_ct_CC"; then 32.14233 ++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 32.14234 ++else 32.14235 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.14236 ++for as_dir in $PATH 32.14237 ++do 32.14238 ++ IFS=$as_save_IFS 32.14239 ++ test -z "$as_dir" && as_dir=. 32.14240 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.14241 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.14242 ++ ac_cv_prog_ac_ct_CC="gcc" 32.14243 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.14244 ++ break 2 32.14245 ++ fi 32.14246 ++done 32.14247 ++done 32.14248 ++ 32.14249 ++fi 32.14250 ++fi 32.14251 ++ac_ct_CC=$ac_cv_prog_ac_ct_CC 32.14252 ++if test -n "$ac_ct_CC"; then 32.14253 ++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 32.14254 ++echo "${ECHO_T}$ac_ct_CC" >&6 32.14255 ++else 32.14256 ++ echo "$as_me:$LINENO: result: no" >&5 32.14257 ++echo "${ECHO_T}no" >&6 32.14258 ++fi 32.14259 ++ 32.14260 ++ CC=$ac_ct_CC 32.14261 ++else 32.14262 ++ CC="$ac_cv_prog_CC" 32.14263 ++fi 32.14264 ++ 32.14265 ++if test -z "$CC"; then 32.14266 ++ if test -n "$ac_tool_prefix"; then 32.14267 ++ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 32.14268 ++set dummy ${ac_tool_prefix}cc; ac_word=$2 32.14269 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.14270 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.14271 ++if test "${ac_cv_prog_CC+set}" = set; then 32.14272 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14273 + else 32.14274 + if test -n "$CC"; then 32.14275 + ac_cv_prog_CC="$CC" # Let the user override the test. 32.14276 + else 32.14277 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.14278 +- ac_dummy="$PATH" 32.14279 +- for ac_dir in $ac_dummy; do 32.14280 +- test -z "$ac_dir" && ac_dir=. 32.14281 +- if test -f $ac_dir/$ac_word; then 32.14282 +- ac_cv_prog_CC="gcc" 32.14283 +- break 32.14284 +- fi 32.14285 +- done 32.14286 +- IFS="$ac_save_ifs" 32.14287 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.14288 ++for as_dir in $PATH 32.14289 ++do 32.14290 ++ IFS=$as_save_IFS 32.14291 ++ test -z "$as_dir" && as_dir=. 32.14292 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.14293 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.14294 ++ ac_cv_prog_CC="${ac_tool_prefix}cc" 32.14295 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.14296 ++ break 2 32.14297 ++ fi 32.14298 ++done 32.14299 ++done 32.14300 ++ 32.14301 + fi 32.14302 + fi 32.14303 +-CC="$ac_cv_prog_CC" 32.14304 ++CC=$ac_cv_prog_CC 32.14305 + if test -n "$CC"; then 32.14306 +- echo "$ac_t""$CC" 1>&6 32.14307 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.14308 ++echo "${ECHO_T}$CC" >&6 32.14309 ++else 32.14310 ++ echo "$as_me:$LINENO: result: no" >&5 32.14311 ++echo "${ECHO_T}no" >&6 32.14312 ++fi 32.14313 ++ 32.14314 ++fi 32.14315 ++if test -z "$ac_cv_prog_CC"; then 32.14316 ++ ac_ct_CC=$CC 32.14317 ++ # Extract the first word of "cc", so it can be a program name with args. 32.14318 ++set dummy cc; ac_word=$2 32.14319 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.14320 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.14321 ++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 32.14322 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14323 ++else 32.14324 ++ if test -n "$ac_ct_CC"; then 32.14325 ++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 32.14326 ++else 32.14327 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.14328 ++for as_dir in $PATH 32.14329 ++do 32.14330 ++ IFS=$as_save_IFS 32.14331 ++ test -z "$as_dir" && as_dir=. 32.14332 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.14333 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.14334 ++ ac_cv_prog_ac_ct_CC="cc" 32.14335 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.14336 ++ break 2 32.14337 ++ fi 32.14338 ++done 32.14339 ++done 32.14340 ++ 32.14341 ++fi 32.14342 ++fi 32.14343 ++ac_ct_CC=$ac_cv_prog_ac_ct_CC 32.14344 ++if test -n "$ac_ct_CC"; then 32.14345 ++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 32.14346 ++echo "${ECHO_T}$ac_ct_CC" >&6 32.14347 ++else 32.14348 ++ echo "$as_me:$LINENO: result: no" >&5 32.14349 ++echo "${ECHO_T}no" >&6 32.14350 ++fi 32.14351 ++ 32.14352 ++ CC=$ac_ct_CC 32.14353 + else 32.14354 +- echo "$ac_t""no" 1>&6 32.14355 ++ CC="$ac_cv_prog_CC" 32.14356 + fi 32.14357 + 32.14358 ++fi 32.14359 + if test -z "$CC"; then 32.14360 + # Extract the first word of "cc", so it can be a program name with args. 32.14361 + set dummy cc; ac_word=$2 32.14362 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.14363 +-echo "configure:996: checking for $ac_word" >&5 32.14364 +-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 32.14365 +- echo $ac_n "(cached) $ac_c" 1>&6 32.14366 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.14367 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.14368 ++if test "${ac_cv_prog_CC+set}" = set; then 32.14369 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14370 + else 32.14371 + if test -n "$CC"; then 32.14372 + ac_cv_prog_CC="$CC" # Let the user override the test. 32.14373 + else 32.14374 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.14375 + ac_prog_rejected=no 32.14376 +- ac_dummy="$PATH" 32.14377 +- for ac_dir in $ac_dummy; do 32.14378 +- test -z "$ac_dir" && ac_dir=. 32.14379 +- if test -f $ac_dir/$ac_word; then 32.14380 +- if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 32.14381 +- ac_prog_rejected=yes 32.14382 +- continue 32.14383 +- fi 32.14384 +- ac_cv_prog_CC="cc" 32.14385 +- break 32.14386 +- fi 32.14387 +- done 32.14388 +- IFS="$ac_save_ifs" 32.14389 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.14390 ++for as_dir in $PATH 32.14391 ++do 32.14392 ++ IFS=$as_save_IFS 32.14393 ++ test -z "$as_dir" && as_dir=. 32.14394 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.14395 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.14396 ++ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 32.14397 ++ ac_prog_rejected=yes 32.14398 ++ continue 32.14399 ++ fi 32.14400 ++ ac_cv_prog_CC="cc" 32.14401 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.14402 ++ break 2 32.14403 ++ fi 32.14404 ++done 32.14405 ++done 32.14406 ++ 32.14407 + if test $ac_prog_rejected = yes; then 32.14408 + # We found a bogon in the path, so make sure we never use it. 32.14409 + set dummy $ac_cv_prog_CC 32.14410 + shift 32.14411 +- if test $# -gt 0; then 32.14412 ++ if test $# != 0; then 32.14413 + # We chose a different compiler from the bogus one. 32.14414 + # However, it has the same basename, so the bogon will be chosen 32.14415 + # first if we set CC to just the basename; use the full file name. 32.14416 + shift 32.14417 +- set dummy "$ac_dir/$ac_word" "$@" 32.14418 +- shift 32.14419 +- ac_cv_prog_CC="$@" 32.14420 ++ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 32.14421 + fi 32.14422 + fi 32.14423 + fi 32.14424 + fi 32.14425 +-CC="$ac_cv_prog_CC" 32.14426 ++CC=$ac_cv_prog_CC 32.14427 + if test -n "$CC"; then 32.14428 +- echo "$ac_t""$CC" 1>&6 32.14429 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.14430 ++echo "${ECHO_T}$CC" >&6 32.14431 + else 32.14432 +- echo "$ac_t""no" 1>&6 32.14433 ++ echo "$as_me:$LINENO: result: no" >&5 32.14434 ++echo "${ECHO_T}no" >&6 32.14435 + fi 32.14436 + 32.14437 +- if test -z "$CC"; then 32.14438 +- case "`uname -s`" in 32.14439 +- *win32* | *WIN32*) 32.14440 +- # Extract the first word of "cl", so it can be a program name with args. 32.14441 +-set dummy cl; ac_word=$2 32.14442 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.14443 +-echo "configure:1047: checking for $ac_word" >&5 32.14444 +-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 32.14445 +- echo $ac_n "(cached) $ac_c" 1>&6 32.14446 ++fi 32.14447 ++if test -z "$CC"; then 32.14448 ++ if test -n "$ac_tool_prefix"; then 32.14449 ++ for ac_prog in cl 32.14450 ++ do 32.14451 ++ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 32.14452 ++set dummy $ac_tool_prefix$ac_prog; ac_word=$2 32.14453 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.14454 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.14455 ++if test "${ac_cv_prog_CC+set}" = set; then 32.14456 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14457 + else 32.14458 + if test -n "$CC"; then 32.14459 + ac_cv_prog_CC="$CC" # Let the user override the test. 32.14460 + else 32.14461 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.14462 +- ac_dummy="$PATH" 32.14463 +- for ac_dir in $ac_dummy; do 32.14464 +- test -z "$ac_dir" && ac_dir=. 32.14465 +- if test -f $ac_dir/$ac_word; then 32.14466 +- ac_cv_prog_CC="cl" 32.14467 +- break 32.14468 +- fi 32.14469 +- done 32.14470 +- IFS="$ac_save_ifs" 32.14471 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.14472 ++for as_dir in $PATH 32.14473 ++do 32.14474 ++ IFS=$as_save_IFS 32.14475 ++ test -z "$as_dir" && as_dir=. 32.14476 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.14477 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.14478 ++ ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 32.14479 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.14480 ++ break 2 32.14481 ++ fi 32.14482 ++done 32.14483 ++done 32.14484 ++ 32.14485 + fi 32.14486 + fi 32.14487 +-CC="$ac_cv_prog_CC" 32.14488 ++CC=$ac_cv_prog_CC 32.14489 + if test -n "$CC"; then 32.14490 +- echo "$ac_t""$CC" 1>&6 32.14491 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.14492 ++echo "${ECHO_T}$CC" >&6 32.14493 + else 32.14494 +- echo "$ac_t""no" 1>&6 32.14495 ++ echo "$as_me:$LINENO: result: no" >&5 32.14496 ++echo "${ECHO_T}no" >&6 32.14497 + fi 32.14498 +- ;; 32.14499 +- esac 32.14500 ++ 32.14501 ++ test -n "$CC" && break 32.14502 ++ done 32.14503 ++fi 32.14504 ++if test -z "$CC"; then 32.14505 ++ ac_ct_CC=$CC 32.14506 ++ for ac_prog in cl 32.14507 ++do 32.14508 ++ # Extract the first word of "$ac_prog", so it can be a program name with args. 32.14509 ++set dummy $ac_prog; ac_word=$2 32.14510 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.14511 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.14512 ++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 32.14513 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14514 ++else 32.14515 ++ if test -n "$ac_ct_CC"; then 32.14516 ++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 32.14517 ++else 32.14518 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.14519 ++for as_dir in $PATH 32.14520 ++do 32.14521 ++ IFS=$as_save_IFS 32.14522 ++ test -z "$as_dir" && as_dir=. 32.14523 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.14524 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.14525 ++ ac_cv_prog_ac_ct_CC="$ac_prog" 32.14526 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.14527 ++ break 2 32.14528 + fi 32.14529 +- test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 32.14530 ++done 32.14531 ++done 32.14532 ++ 32.14533 ++fi 32.14534 ++fi 32.14535 ++ac_ct_CC=$ac_cv_prog_ac_ct_CC 32.14536 ++if test -n "$ac_ct_CC"; then 32.14537 ++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 32.14538 ++echo "${ECHO_T}$ac_ct_CC" >&6 32.14539 ++else 32.14540 ++ echo "$as_me:$LINENO: result: no" >&5 32.14541 ++echo "${ECHO_T}no" >&6 32.14542 + fi 32.14543 + 32.14544 +-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 32.14545 +-echo "configure:1079: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 32.14546 ++ test -n "$ac_ct_CC" && break 32.14547 ++done 32.14548 + 32.14549 +-ac_ext=c 32.14550 +-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 32.14551 +-ac_cpp='$CPP $CPPFLAGS' 32.14552 +-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 32.14553 +-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 32.14554 +-cross_compiling=$ac_cv_prog_cc_cross 32.14555 ++ CC=$ac_ct_CC 32.14556 ++fi 32.14557 + 32.14558 +-cat > conftest.$ac_ext << EOF 32.14559 ++fi 32.14560 + 32.14561 +-#line 1090 "configure" 32.14562 +-#include "confdefs.h" 32.14563 + 32.14564 +-main(){return(0);} 32.14565 +-EOF 32.14566 +-if { (eval echo configure:1095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.14567 +- ac_cv_prog_cc_works=yes 32.14568 +- # If we can't run a trivial program, we are probably using a cross compiler. 32.14569 +- if (./conftest; exit) 2>/dev/null; then 32.14570 +- ac_cv_prog_cc_cross=no 32.14571 ++test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 32.14572 ++See \`config.log' for more details." >&5 32.14573 ++echo "$as_me: error: no acceptable C compiler found in \$PATH 32.14574 ++See \`config.log' for more details." >&2;} 32.14575 ++ { (exit 1); exit 1; }; } 32.14576 ++ 32.14577 ++# Provide some information about the compiler. 32.14578 ++echo "$as_me:$LINENO:" \ 32.14579 ++ "checking for C compiler version" >&5 32.14580 ++ac_compiler=`set X $ac_compile; echo $2` 32.14581 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 32.14582 ++ (eval $ac_compiler --version </dev/null >&5) 2>&5 32.14583 ++ ac_status=$? 32.14584 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14585 ++ (exit $ac_status); } 32.14586 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 32.14587 ++ (eval $ac_compiler -v </dev/null >&5) 2>&5 32.14588 ++ ac_status=$? 32.14589 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14590 ++ (exit $ac_status); } 32.14591 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 32.14592 ++ (eval $ac_compiler -V </dev/null >&5) 2>&5 32.14593 ++ ac_status=$? 32.14594 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14595 ++ (exit $ac_status); } 32.14596 ++ 32.14597 ++cat >conftest.$ac_ext <<_ACEOF 32.14598 ++/* confdefs.h. */ 32.14599 ++_ACEOF 32.14600 ++cat confdefs.h >>conftest.$ac_ext 32.14601 ++cat >>conftest.$ac_ext <<_ACEOF 32.14602 ++/* end confdefs.h. */ 32.14603 ++ 32.14604 ++int 32.14605 ++main () 32.14606 ++{ 32.14607 ++ 32.14608 ++ ; 32.14609 ++ return 0; 32.14610 ++} 32.14611 ++_ACEOF 32.14612 ++ac_clean_files_save=$ac_clean_files 32.14613 ++ac_clean_files="$ac_clean_files a.out a.exe b.out" 32.14614 ++# Try to create an executable without -o first, disregard a.out. 32.14615 ++# It will help us diagnose broken compilers, and finding out an intuition 32.14616 ++# of exeext. 32.14617 ++echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 32.14618 ++echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 32.14619 ++ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 32.14620 ++if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 32.14621 ++ (eval $ac_link_default) 2>&5 32.14622 ++ ac_status=$? 32.14623 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14624 ++ (exit $ac_status); }; then 32.14625 ++ # Find the output, starting from the most likely. This scheme is 32.14626 ++# not robust to junk in `.', hence go to wildcards (a.*) only as a last 32.14627 ++# resort. 32.14628 ++ 32.14629 ++# Be careful to initialize this variable, since it used to be cached. 32.14630 ++# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 32.14631 ++ac_cv_exeext= 32.14632 ++# b.out is created by i960 compilers. 32.14633 ++for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 32.14634 ++do 32.14635 ++ test -f "$ac_file" || continue 32.14636 ++ case $ac_file in 32.14637 ++ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 32.14638 ++ ;; 32.14639 ++ conftest.$ac_ext ) 32.14640 ++ # This is the source file. 32.14641 ++ ;; 32.14642 ++ [ab].out ) 32.14643 ++ # We found the default executable, but exeext='' is most 32.14644 ++ # certainly right. 32.14645 ++ break;; 32.14646 ++ *.* ) 32.14647 ++ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 32.14648 ++ # FIXME: I believe we export ac_cv_exeext for Libtool, 32.14649 ++ # but it would be cool to find out if it's true. Does anybody 32.14650 ++ # maintain Libtool? --akim. 32.14651 ++ export ac_cv_exeext 32.14652 ++ break;; 32.14653 ++ * ) 32.14654 ++ break;; 32.14655 ++ esac 32.14656 ++done 32.14657 ++else 32.14658 ++ echo "$as_me: failed program was:" >&5 32.14659 ++sed 's/^/| /' conftest.$ac_ext >&5 32.14660 ++ 32.14661 ++{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 32.14662 ++See \`config.log' for more details." >&5 32.14663 ++echo "$as_me: error: C compiler cannot create executables 32.14664 ++See \`config.log' for more details." >&2;} 32.14665 ++ { (exit 77); exit 77; }; } 32.14666 ++fi 32.14667 ++ 32.14668 ++ac_exeext=$ac_cv_exeext 32.14669 ++echo "$as_me:$LINENO: result: $ac_file" >&5 32.14670 ++echo "${ECHO_T}$ac_file" >&6 32.14671 ++ 32.14672 ++# Check the compiler produces executables we can run. If not, either 32.14673 ++# the compiler is broken, or we cross compile. 32.14674 ++echo "$as_me:$LINENO: checking whether the C compiler works" >&5 32.14675 ++echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 32.14676 ++# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 32.14677 ++# If not cross compiling, check that we can run a simple program. 32.14678 ++if test "$cross_compiling" != yes; then 32.14679 ++ if { ac_try='./$ac_file' 32.14680 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.14681 ++ (eval $ac_try) 2>&5 32.14682 ++ ac_status=$? 32.14683 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14684 ++ (exit $ac_status); }; }; then 32.14685 ++ cross_compiling=no 32.14686 + else 32.14687 +- ac_cv_prog_cc_cross=yes 32.14688 ++ if test "$cross_compiling" = maybe; then 32.14689 ++ cross_compiling=yes 32.14690 ++ else 32.14691 ++ { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 32.14692 ++If you meant to cross compile, use \`--host'. 32.14693 ++See \`config.log' for more details." >&5 32.14694 ++echo "$as_me: error: cannot run C compiled programs. 32.14695 ++If you meant to cross compile, use \`--host'. 32.14696 ++See \`config.log' for more details." >&2;} 32.14697 ++ { (exit 1); exit 1; }; } 32.14698 ++ fi 32.14699 + fi 32.14700 +-else 32.14701 +- echo "configure: failed program was:" >&5 32.14702 +- cat conftest.$ac_ext >&5 32.14703 +- ac_cv_prog_cc_works=no 32.14704 + fi 32.14705 +-rm -fr conftest* 32.14706 +-ac_ext=c 32.14707 +-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 32.14708 +-ac_cpp='$CPP $CPPFLAGS' 32.14709 +-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 32.14710 +-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 32.14711 +-cross_compiling=$ac_cv_prog_cc_cross 32.14712 ++echo "$as_me:$LINENO: result: yes" >&5 32.14713 ++echo "${ECHO_T}yes" >&6 32.14714 + 32.14715 +-echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 32.14716 +-if test $ac_cv_prog_cc_works = no; then 32.14717 +- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 32.14718 +-fi 32.14719 +-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 32.14720 +-echo "configure:1121: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 32.14721 +-echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 32.14722 +-cross_compiling=$ac_cv_prog_cc_cross 32.14723 ++rm -f a.out a.exe conftest$ac_cv_exeext b.out 32.14724 ++ac_clean_files=$ac_clean_files_save 32.14725 ++# Check the compiler produces executables we can run. If not, either 32.14726 ++# the compiler is broken, or we cross compile. 32.14727 ++echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 32.14728 ++echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 32.14729 ++echo "$as_me:$LINENO: result: $cross_compiling" >&5 32.14730 ++echo "${ECHO_T}$cross_compiling" >&6 32.14731 ++ 32.14732 ++echo "$as_me:$LINENO: checking for suffix of executables" >&5 32.14733 ++echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 32.14734 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.14735 ++ (eval $ac_link) 2>&5 32.14736 ++ ac_status=$? 32.14737 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14738 ++ (exit $ac_status); }; then 32.14739 ++ # If both `conftest.exe' and `conftest' are `present' (well, observable) 32.14740 ++# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 32.14741 ++# work properly (i.e., refer to `conftest.exe'), while it won't with 32.14742 ++# `rm'. 32.14743 ++for ac_file in conftest.exe conftest conftest.*; do 32.14744 ++ test -f "$ac_file" || continue 32.14745 ++ case $ac_file in 32.14746 ++ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 32.14747 ++ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 32.14748 ++ export ac_cv_exeext 32.14749 ++ break;; 32.14750 ++ * ) break;; 32.14751 ++ esac 32.14752 ++done 32.14753 ++else 32.14754 ++ { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 32.14755 ++See \`config.log' for more details." >&5 32.14756 ++echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 32.14757 ++See \`config.log' for more details." >&2;} 32.14758 ++ { (exit 1); exit 1; }; } 32.14759 ++fi 32.14760 ++ 32.14761 ++rm -f conftest$ac_cv_exeext 32.14762 ++echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 32.14763 ++echo "${ECHO_T}$ac_cv_exeext" >&6 32.14764 ++ 32.14765 ++rm -f conftest.$ac_ext 32.14766 ++EXEEXT=$ac_cv_exeext 32.14767 ++ac_exeext=$EXEEXT 32.14768 ++echo "$as_me:$LINENO: checking for suffix of object files" >&5 32.14769 ++echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 32.14770 ++if test "${ac_cv_objext+set}" = set; then 32.14771 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14772 ++else 32.14773 ++ cat >conftest.$ac_ext <<_ACEOF 32.14774 ++/* confdefs.h. */ 32.14775 ++_ACEOF 32.14776 ++cat confdefs.h >>conftest.$ac_ext 32.14777 ++cat >>conftest.$ac_ext <<_ACEOF 32.14778 ++/* end confdefs.h. */ 32.14779 ++ 32.14780 ++int 32.14781 ++main () 32.14782 ++{ 32.14783 + 32.14784 +-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 32.14785 +-echo "configure:1126: checking whether we are using GNU C" >&5 32.14786 +-if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 32.14787 +- echo $ac_n "(cached) $ac_c" 1>&6 32.14788 ++ ; 32.14789 ++ return 0; 32.14790 ++} 32.14791 ++_ACEOF 32.14792 ++rm -f conftest.o conftest.obj 32.14793 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.14794 ++ (eval $ac_compile) 2>&5 32.14795 ++ ac_status=$? 32.14796 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14797 ++ (exit $ac_status); }; then 32.14798 ++ for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 32.14799 ++ case $ac_file in 32.14800 ++ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 32.14801 ++ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 32.14802 ++ break;; 32.14803 ++ esac 32.14804 ++done 32.14805 + else 32.14806 +- cat > conftest.c <<EOF 32.14807 +-#ifdef __GNUC__ 32.14808 +- yes; 32.14809 ++ echo "$as_me: failed program was:" >&5 32.14810 ++sed 's/^/| /' conftest.$ac_ext >&5 32.14811 ++ 32.14812 ++{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 32.14813 ++See \`config.log' for more details." >&5 32.14814 ++echo "$as_me: error: cannot compute suffix of object files: cannot compile 32.14815 ++See \`config.log' for more details." >&2;} 32.14816 ++ { (exit 1); exit 1; }; } 32.14817 ++fi 32.14818 ++ 32.14819 ++rm -f conftest.$ac_cv_objext conftest.$ac_ext 32.14820 ++fi 32.14821 ++echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 32.14822 ++echo "${ECHO_T}$ac_cv_objext" >&6 32.14823 ++OBJEXT=$ac_cv_objext 32.14824 ++ac_objext=$OBJEXT 32.14825 ++echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 32.14826 ++echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 32.14827 ++if test "${ac_cv_c_compiler_gnu+set}" = set; then 32.14828 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14829 ++else 32.14830 ++ cat >conftest.$ac_ext <<_ACEOF 32.14831 ++/* confdefs.h. */ 32.14832 ++_ACEOF 32.14833 ++cat confdefs.h >>conftest.$ac_ext 32.14834 ++cat >>conftest.$ac_ext <<_ACEOF 32.14835 ++/* end confdefs.h. */ 32.14836 ++ 32.14837 ++int 32.14838 ++main () 32.14839 ++{ 32.14840 ++#ifndef __GNUC__ 32.14841 ++ choke me 32.14842 + #endif 32.14843 +-EOF 32.14844 +-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1135: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 32.14845 +- ac_cv_prog_gcc=yes 32.14846 +-else 32.14847 +- ac_cv_prog_gcc=no 32.14848 +-fi 32.14849 +-fi 32.14850 + 32.14851 +-echo "$ac_t""$ac_cv_prog_gcc" 1>&6 32.14852 ++ ; 32.14853 ++ return 0; 32.14854 ++} 32.14855 ++_ACEOF 32.14856 ++rm -f conftest.$ac_objext 32.14857 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.14858 ++ (eval $ac_compile) 2>conftest.er1 32.14859 ++ ac_status=$? 32.14860 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.14861 ++ rm -f conftest.er1 32.14862 ++ cat conftest.err >&5 32.14863 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14864 ++ (exit $ac_status); } && 32.14865 ++ { ac_try='test -z "$ac_c_werror_flag" 32.14866 ++ || test ! -s conftest.err' 32.14867 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.14868 ++ (eval $ac_try) 2>&5 32.14869 ++ ac_status=$? 32.14870 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14871 ++ (exit $ac_status); }; } && 32.14872 ++ { ac_try='test -s conftest.$ac_objext' 32.14873 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.14874 ++ (eval $ac_try) 2>&5 32.14875 ++ ac_status=$? 32.14876 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14877 ++ (exit $ac_status); }; }; then 32.14878 ++ ac_compiler_gnu=yes 32.14879 ++else 32.14880 ++ echo "$as_me: failed program was:" >&5 32.14881 ++sed 's/^/| /' conftest.$ac_ext >&5 32.14882 ++ 32.14883 ++ac_compiler_gnu=no 32.14884 ++fi 32.14885 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.14886 ++ac_cv_c_compiler_gnu=$ac_compiler_gnu 32.14887 ++ 32.14888 ++fi 32.14889 ++echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 32.14890 ++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 32.14891 ++GCC=`test $ac_compiler_gnu = yes && echo yes` 32.14892 ++ac_test_CFLAGS=${CFLAGS+set} 32.14893 ++ac_save_CFLAGS=$CFLAGS 32.14894 ++CFLAGS="-g" 32.14895 ++echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 32.14896 ++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 32.14897 ++if test "${ac_cv_prog_cc_g+set}" = set; then 32.14898 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14899 ++else 32.14900 ++ cat >conftest.$ac_ext <<_ACEOF 32.14901 ++/* confdefs.h. */ 32.14902 ++_ACEOF 32.14903 ++cat confdefs.h >>conftest.$ac_ext 32.14904 ++cat >>conftest.$ac_ext <<_ACEOF 32.14905 ++/* end confdefs.h. */ 32.14906 + 32.14907 +-if test $ac_cv_prog_gcc = yes; then 32.14908 +- GCC=yes 32.14909 +-else 32.14910 +- GCC= 32.14911 +-fi 32.14912 ++int 32.14913 ++main () 32.14914 ++{ 32.14915 + 32.14916 +-ac_test_CFLAGS="${CFLAGS+set}" 32.14917 +-ac_save_CFLAGS="$CFLAGS" 32.14918 +-CFLAGS= 32.14919 +-echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 32.14920 +-echo "configure:1154: checking whether ${CC-cc} accepts -g" >&5 32.14921 +-if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 32.14922 +- echo $ac_n "(cached) $ac_c" 1>&6 32.14923 +-else 32.14924 +- echo 'void f(){}' > conftest.c 32.14925 +-if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 32.14926 ++ ; 32.14927 ++ return 0; 32.14928 ++} 32.14929 ++_ACEOF 32.14930 ++rm -f conftest.$ac_objext 32.14931 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.14932 ++ (eval $ac_compile) 2>conftest.er1 32.14933 ++ ac_status=$? 32.14934 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.14935 ++ rm -f conftest.er1 32.14936 ++ cat conftest.err >&5 32.14937 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14938 ++ (exit $ac_status); } && 32.14939 ++ { ac_try='test -z "$ac_c_werror_flag" 32.14940 ++ || test ! -s conftest.err' 32.14941 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.14942 ++ (eval $ac_try) 2>&5 32.14943 ++ ac_status=$? 32.14944 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14945 ++ (exit $ac_status); }; } && 32.14946 ++ { ac_try='test -s conftest.$ac_objext' 32.14947 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.14948 ++ (eval $ac_try) 2>&5 32.14949 ++ ac_status=$? 32.14950 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.14951 ++ (exit $ac_status); }; }; then 32.14952 + ac_cv_prog_cc_g=yes 32.14953 + else 32.14954 +- ac_cv_prog_cc_g=no 32.14955 +-fi 32.14956 +-rm -f conftest* 32.14957 ++ echo "$as_me: failed program was:" >&5 32.14958 ++sed 's/^/| /' conftest.$ac_ext >&5 32.14959 + 32.14960 ++ac_cv_prog_cc_g=no 32.14961 + fi 32.14962 +- 32.14963 +-echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 32.14964 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.14965 ++fi 32.14966 ++echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 32.14967 ++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 32.14968 + if test "$ac_test_CFLAGS" = set; then 32.14969 +- CFLAGS="$ac_save_CFLAGS" 32.14970 ++ CFLAGS=$ac_save_CFLAGS 32.14971 + elif test $ac_cv_prog_cc_g = yes; then 32.14972 + if test "$GCC" = yes; then 32.14973 + CFLAGS="-g -O2" 32.14974 +@@ -1180,421 +2807,858 @@ else 32.14975 + CFLAGS= 32.14976 + fi 32.14977 + fi 32.14978 ++echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 32.14979 ++echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 32.14980 ++if test "${ac_cv_prog_cc_stdc+set}" = set; then 32.14981 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.14982 ++else 32.14983 ++ ac_cv_prog_cc_stdc=no 32.14984 ++ac_save_CC=$CC 32.14985 ++cat >conftest.$ac_ext <<_ACEOF 32.14986 ++/* confdefs.h. */ 32.14987 ++_ACEOF 32.14988 ++cat confdefs.h >>conftest.$ac_ext 32.14989 ++cat >>conftest.$ac_ext <<_ACEOF 32.14990 ++/* end confdefs.h. */ 32.14991 ++#include <stdarg.h> 32.14992 ++#include <stdio.h> 32.14993 ++#include <sys/types.h> 32.14994 ++#include <sys/stat.h> 32.14995 ++/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 32.14996 ++struct buf { int x; }; 32.14997 ++FILE * (*rcsopen) (struct buf *, struct stat *, int); 32.14998 ++static char *e (p, i) 32.14999 ++ char **p; 32.15000 ++ int i; 32.15001 ++{ 32.15002 ++ return p[i]; 32.15003 ++} 32.15004 ++static char *f (char * (*g) (char **, int), char **p, ...) 32.15005 ++{ 32.15006 ++ char *s; 32.15007 ++ va_list v; 32.15008 ++ va_start (v,p); 32.15009 ++ s = g (p, va_arg (v,int)); 32.15010 ++ va_end (v); 32.15011 ++ return s; 32.15012 ++} 32.15013 + 32.15014 +-# Check whether --with-gnu-ld or --without-gnu-ld was given. 32.15015 +-if test "${with_gnu_ld+set}" = set; then 32.15016 +- withval="$with_gnu_ld" 32.15017 +- test "$withval" = no || with_gnu_ld=yes 32.15018 ++/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 32.15019 ++ function prototypes and stuff, but not '\xHH' hex character constants. 32.15020 ++ These don't provoke an error unfortunately, instead are silently treated 32.15021 ++ as 'x'. The following induces an error, until -std1 is added to get 32.15022 ++ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 32.15023 ++ array size at least. It's necessary to write '\x00'==0 to get something 32.15024 ++ that's true only with -std1. */ 32.15025 ++int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 32.15026 ++ 32.15027 ++int test (int i, double x); 32.15028 ++struct s1 {int (*f) (int a);}; 32.15029 ++struct s2 {int (*f) (double a);}; 32.15030 ++int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 32.15031 ++int argc; 32.15032 ++char **argv; 32.15033 ++int 32.15034 ++main () 32.15035 ++{ 32.15036 ++return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 32.15037 ++ ; 32.15038 ++ return 0; 32.15039 ++} 32.15040 ++_ACEOF 32.15041 ++# Don't try gcc -ansi; that turns off useful extensions and 32.15042 ++# breaks some systems' header files. 32.15043 ++# AIX -qlanglvl=ansi 32.15044 ++# Ultrix and OSF/1 -std1 32.15045 ++# HP-UX 10.20 and later -Ae 32.15046 ++# HP-UX older versions -Aa -D_HPUX_SOURCE 32.15047 ++# SVR4 -Xc -D__EXTENSIONS__ 32.15048 ++for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 32.15049 ++do 32.15050 ++ CC="$ac_save_CC $ac_arg" 32.15051 ++ rm -f conftest.$ac_objext 32.15052 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.15053 ++ (eval $ac_compile) 2>conftest.er1 32.15054 ++ ac_status=$? 32.15055 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.15056 ++ rm -f conftest.er1 32.15057 ++ cat conftest.err >&5 32.15058 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15059 ++ (exit $ac_status); } && 32.15060 ++ { ac_try='test -z "$ac_c_werror_flag" 32.15061 ++ || test ! -s conftest.err' 32.15062 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15063 ++ (eval $ac_try) 2>&5 32.15064 ++ ac_status=$? 32.15065 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15066 ++ (exit $ac_status); }; } && 32.15067 ++ { ac_try='test -s conftest.$ac_objext' 32.15068 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15069 ++ (eval $ac_try) 2>&5 32.15070 ++ ac_status=$? 32.15071 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15072 ++ (exit $ac_status); }; }; then 32.15073 ++ ac_cv_prog_cc_stdc=$ac_arg 32.15074 ++break 32.15075 + else 32.15076 +- with_gnu_ld=no 32.15077 ++ echo "$as_me: failed program was:" >&5 32.15078 ++sed 's/^/| /' conftest.$ac_ext >&5 32.15079 ++ 32.15080 + fi 32.15081 ++rm -f conftest.err conftest.$ac_objext 32.15082 ++done 32.15083 ++rm -f conftest.$ac_ext conftest.$ac_objext 32.15084 ++CC=$ac_save_CC 32.15085 + 32.15086 +-ac_prog=ld 32.15087 +-if test "$ac_cv_prog_gcc" = yes; then 32.15088 +- # Check if gcc -print-prog-name=ld gives a path. 32.15089 +- echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 32.15090 +-echo "configure:1197: checking for ld used by GCC" >&5 32.15091 +- ac_prog=`($CC -print-prog-name=ld) 2>&5` 32.15092 +- case "$ac_prog" in 32.15093 +- # Accept absolute paths. 32.15094 +- /* | [A-Za-z]:/*) 32.15095 +- # Canonicalize the path of ld 32.15096 +- re_direlt='/[^/][^/]*/\.\./' 32.15097 +- sub_uncdrive='s%^\([A-Za-z]\):/%//\1/%' 32.15098 +- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 32.15099 +- ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` 32.15100 +- done 32.15101 +- case "$host_os" in 32.15102 +- cygwin*) 32.15103 +- # Convert to a UNC path for cygwin 32.15104 +- test -z "$LD" && LD=`echo X$ac_prog | $Xsed -e "$sub_uncdrive"` 32.15105 +- ;; 32.15106 +- *) 32.15107 +- test -z "$LD" && LD="$ac_prog" 32.15108 +- ;; 32.15109 +- esac 32.15110 +- ;; 32.15111 +- ## 32.15112 +- ## FIXME: The code fails later on if we try to use an $LD with 32.15113 +- ## '\\' path separators. 32.15114 +- ## 32.15115 +- [A-Za-z]:[\\]*) 32.15116 +- # Canonicalize the path of ld 32.15117 +- re_direlt='\\[^\\][^\\]*\\\.\.\(\\\)' 32.15118 +- sub_uncdrive='s%^\([A-Za-z]\):\\%//\1/%' 32.15119 +- sub_uncdir='s%\\%/%g' 32.15120 +- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 32.15121 +- ac_prog=`echo $ac_prog| sed "s%$re_direlt%\1%"` 32.15122 +- done 32.15123 +- case "$host_os" in 32.15124 +- cygwin*) 32.15125 +- # Convert to a UNC path for cygwin 32.15126 +- test -z "$LD" && LD=`echo X$ac_prog | sed -e 's%^X%%' -e "$sub_uncdrive" -e "$sub_uncdir"` 32.15127 +- ;; 32.15128 +- *) 32.15129 +- test -z "$LD" && LD="$ac_prog" 32.15130 +- ;; 32.15131 +- esac 32.15132 +- ;; 32.15133 +- "") 32.15134 +- # If it fails, then pretend we aren't using GCC. 32.15135 +- ac_prog=ld 32.15136 +- ;; 32.15137 ++fi 32.15138 ++ 32.15139 ++case "x$ac_cv_prog_cc_stdc" in 32.15140 ++ x|xno) 32.15141 ++ echo "$as_me:$LINENO: result: none needed" >&5 32.15142 ++echo "${ECHO_T}none needed" >&6 ;; 32.15143 + *) 32.15144 +- # If it is relative, then search for the first ld in PATH. 32.15145 +- with_gnu_ld=unknown 32.15146 +- ;; 32.15147 +- esac 32.15148 +-elif test "$with_gnu_ld" = yes; then 32.15149 +- echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 32.15150 +-echo "configure:1251: checking for GNU ld" >&5 32.15151 ++ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 32.15152 ++echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 32.15153 ++ CC="$CC $ac_cv_prog_cc_stdc" ;; 32.15154 ++esac 32.15155 ++ 32.15156 ++# Some people use a C++ compiler to compile C. Since we use `exit', 32.15157 ++# in C++ we need to declare it. In case someone uses the same compiler 32.15158 ++# for both compiling C and C++ we need to have the C++ compiler decide 32.15159 ++# the declaration of exit, since it's the most demanding environment. 32.15160 ++cat >conftest.$ac_ext <<_ACEOF 32.15161 ++#ifndef __cplusplus 32.15162 ++ choke me 32.15163 ++#endif 32.15164 ++_ACEOF 32.15165 ++rm -f conftest.$ac_objext 32.15166 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.15167 ++ (eval $ac_compile) 2>conftest.er1 32.15168 ++ ac_status=$? 32.15169 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.15170 ++ rm -f conftest.er1 32.15171 ++ cat conftest.err >&5 32.15172 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15173 ++ (exit $ac_status); } && 32.15174 ++ { ac_try='test -z "$ac_c_werror_flag" 32.15175 ++ || test ! -s conftest.err' 32.15176 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15177 ++ (eval $ac_try) 2>&5 32.15178 ++ ac_status=$? 32.15179 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15180 ++ (exit $ac_status); }; } && 32.15181 ++ { ac_try='test -s conftest.$ac_objext' 32.15182 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15183 ++ (eval $ac_try) 2>&5 32.15184 ++ ac_status=$? 32.15185 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15186 ++ (exit $ac_status); }; }; then 32.15187 ++ for ac_declaration in \ 32.15188 ++ '' \ 32.15189 ++ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 32.15190 ++ 'extern "C" void std::exit (int); using std::exit;' \ 32.15191 ++ 'extern "C" void exit (int) throw ();' \ 32.15192 ++ 'extern "C" void exit (int);' \ 32.15193 ++ 'void exit (int);' 32.15194 ++do 32.15195 ++ cat >conftest.$ac_ext <<_ACEOF 32.15196 ++/* confdefs.h. */ 32.15197 ++_ACEOF 32.15198 ++cat confdefs.h >>conftest.$ac_ext 32.15199 ++cat >>conftest.$ac_ext <<_ACEOF 32.15200 ++/* end confdefs.h. */ 32.15201 ++$ac_declaration 32.15202 ++#include <stdlib.h> 32.15203 ++int 32.15204 ++main () 32.15205 ++{ 32.15206 ++exit (42); 32.15207 ++ ; 32.15208 ++ return 0; 32.15209 ++} 32.15210 ++_ACEOF 32.15211 ++rm -f conftest.$ac_objext 32.15212 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.15213 ++ (eval $ac_compile) 2>conftest.er1 32.15214 ++ ac_status=$? 32.15215 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.15216 ++ rm -f conftest.er1 32.15217 ++ cat conftest.err >&5 32.15218 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15219 ++ (exit $ac_status); } && 32.15220 ++ { ac_try='test -z "$ac_c_werror_flag" 32.15221 ++ || test ! -s conftest.err' 32.15222 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15223 ++ (eval $ac_try) 2>&5 32.15224 ++ ac_status=$? 32.15225 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15226 ++ (exit $ac_status); }; } && 32.15227 ++ { ac_try='test -s conftest.$ac_objext' 32.15228 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15229 ++ (eval $ac_try) 2>&5 32.15230 ++ ac_status=$? 32.15231 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15232 ++ (exit $ac_status); }; }; then 32.15233 ++ : 32.15234 + else 32.15235 +- echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 32.15236 +-echo "configure:1254: checking for non-GNU ld" >&5 32.15237 ++ echo "$as_me: failed program was:" >&5 32.15238 ++sed 's/^/| /' conftest.$ac_ext >&5 32.15239 ++ 32.15240 ++continue 32.15241 ++fi 32.15242 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.15243 ++ cat >conftest.$ac_ext <<_ACEOF 32.15244 ++/* confdefs.h. */ 32.15245 ++_ACEOF 32.15246 ++cat confdefs.h >>conftest.$ac_ext 32.15247 ++cat >>conftest.$ac_ext <<_ACEOF 32.15248 ++/* end confdefs.h. */ 32.15249 ++$ac_declaration 32.15250 ++int 32.15251 ++main () 32.15252 ++{ 32.15253 ++exit (42); 32.15254 ++ ; 32.15255 ++ return 0; 32.15256 ++} 32.15257 ++_ACEOF 32.15258 ++rm -f conftest.$ac_objext 32.15259 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.15260 ++ (eval $ac_compile) 2>conftest.er1 32.15261 ++ ac_status=$? 32.15262 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.15263 ++ rm -f conftest.er1 32.15264 ++ cat conftest.err >&5 32.15265 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15266 ++ (exit $ac_status); } && 32.15267 ++ { ac_try='test -z "$ac_c_werror_flag" 32.15268 ++ || test ! -s conftest.err' 32.15269 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15270 ++ (eval $ac_try) 2>&5 32.15271 ++ ac_status=$? 32.15272 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15273 ++ (exit $ac_status); }; } && 32.15274 ++ { ac_try='test -s conftest.$ac_objext' 32.15275 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.15276 ++ (eval $ac_try) 2>&5 32.15277 ++ ac_status=$? 32.15278 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.15279 ++ (exit $ac_status); }; }; then 32.15280 ++ break 32.15281 ++else 32.15282 ++ echo "$as_me: failed program was:" >&5 32.15283 ++sed 's/^/| /' conftest.$ac_ext >&5 32.15284 ++ 32.15285 ++fi 32.15286 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.15287 ++done 32.15288 ++rm -f conftest* 32.15289 ++if test -n "$ac_declaration"; then 32.15290 ++ echo '#ifdef __cplusplus' >>confdefs.h 32.15291 ++ echo $ac_declaration >>confdefs.h 32.15292 ++ echo '#endif' >>confdefs.h 32.15293 ++fi 32.15294 ++ 32.15295 ++else 32.15296 ++ echo "$as_me: failed program was:" >&5 32.15297 ++sed 's/^/| /' conftest.$ac_ext >&5 32.15298 ++ 32.15299 ++fi 32.15300 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.15301 ++ac_ext=c 32.15302 ++ac_cpp='$CPP $CPPFLAGS' 32.15303 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.15304 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.15305 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.15306 ++ 32.15307 ++depcc="$CC" am_compiler_list= 32.15308 ++ 32.15309 ++echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 32.15310 ++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 32.15311 ++if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 32.15312 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15313 ++else 32.15314 ++ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 32.15315 ++ # We make a subdir and do the tests there. Otherwise we can end up 32.15316 ++ # making bogus files that we don't know about and never remove. For 32.15317 ++ # instance it was reported that on HP-UX the gcc test will end up 32.15318 ++ # making a dummy file named `D' -- because `-MD' means `put the output 32.15319 ++ # in D'. 32.15320 ++ mkdir conftest.dir 32.15321 ++ # Copy depcomp to subdir because otherwise we won't find it if we're 32.15322 ++ # using a relative directory. 32.15323 ++ cp "$am_depcomp" conftest.dir 32.15324 ++ cd conftest.dir 32.15325 ++ # We will build objects and dependencies in a subdirectory because 32.15326 ++ # it helps to detect inapplicable dependency modes. For instance 32.15327 ++ # both Tru64's cc and ICC support -MD to output dependencies as a 32.15328 ++ # side effect of compilation, but ICC will put the dependencies in 32.15329 ++ # the current directory while Tru64 will put them in the object 32.15330 ++ # directory. 32.15331 ++ mkdir sub 32.15332 ++ 32.15333 ++ am_cv_CC_dependencies_compiler_type=none 32.15334 ++ if test "$am_compiler_list" = ""; then 32.15335 ++ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 32.15336 ++ fi 32.15337 ++ for depmode in $am_compiler_list; do 32.15338 ++ # Setup a source with many dependencies, because some compilers 32.15339 ++ # like to wrap large dependency lists on column 80 (with \), and 32.15340 ++ # we should not choose a depcomp mode which is confused by this. 32.15341 ++ # 32.15342 ++ # We need to recreate these files for each test, as the compiler may 32.15343 ++ # overwrite some of them when testing with obscure command lines. 32.15344 ++ # This happens at least with the AIX C compiler. 32.15345 ++ : > sub/conftest.c 32.15346 ++ for i in 1 2 3 4 5 6; do 32.15347 ++ echo '#include "conftst'$i'.h"' >> sub/conftest.c 32.15348 ++ : > sub/conftst$i.h 32.15349 ++ done 32.15350 ++ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 32.15351 ++ 32.15352 ++ case $depmode in 32.15353 ++ nosideeffect) 32.15354 ++ # after this tag, mechanisms are not by side-effect, so they'll 32.15355 ++ # only be used when explicitly requested 32.15356 ++ if test "x$enable_dependency_tracking" = xyes; then 32.15357 ++ continue 32.15358 ++ else 32.15359 ++ break 32.15360 ++ fi 32.15361 ++ ;; 32.15362 ++ none) break ;; 32.15363 ++ esac 32.15364 ++ # We check with `-c' and `-o' for the sake of the "dashmstdout" 32.15365 ++ # mode. It turns out that the SunPro C++ compiler does not properly 32.15366 ++ # handle `-M -o', and we need to detect this. 32.15367 ++ if depmode=$depmode \ 32.15368 ++ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 32.15369 ++ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 32.15370 ++ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 32.15371 ++ >/dev/null 2>conftest.err && 32.15372 ++ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 32.15373 ++ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 32.15374 ++ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 32.15375 ++ # icc doesn't choke on unknown options, it will just issue warnings 32.15376 ++ # (even with -Werror). So we grep stderr for any message 32.15377 ++ # that says an option was ignored. 32.15378 ++ if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 32.15379 ++ am_cv_CC_dependencies_compiler_type=$depmode 32.15380 ++ break 32.15381 ++ fi 32.15382 ++ fi 32.15383 ++ done 32.15384 ++ 32.15385 ++ cd .. 32.15386 ++ rm -rf conftest.dir 32.15387 ++else 32.15388 ++ am_cv_CC_dependencies_compiler_type=none 32.15389 ++fi 32.15390 ++ 32.15391 ++fi 32.15392 ++echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 32.15393 ++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 32.15394 ++CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 32.15395 ++ 32.15396 ++ 32.15397 ++ 32.15398 ++if 32.15399 ++ test "x$enable_dependency_tracking" != xno \ 32.15400 ++ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 32.15401 ++ am__fastdepCC_TRUE= 32.15402 ++ am__fastdepCC_FALSE='#' 32.15403 ++else 32.15404 ++ am__fastdepCC_TRUE='#' 32.15405 ++ am__fastdepCC_FALSE= 32.15406 ++fi 32.15407 ++ 32.15408 ++ 32.15409 ++echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 32.15410 ++echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 32.15411 ++if test "${lt_cv_path_SED+set}" = set; then 32.15412 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15413 ++else 32.15414 ++ # Loop through the user's path and test for sed and gsed. 32.15415 ++# Then use that list of sed's as ones to test for truncation. 32.15416 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.15417 ++for as_dir in $PATH 32.15418 ++do 32.15419 ++ IFS=$as_save_IFS 32.15420 ++ test -z "$as_dir" && as_dir=. 32.15421 ++ for lt_ac_prog in sed gsed; do 32.15422 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.15423 ++ if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then 32.15424 ++ lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" 32.15425 ++ fi 32.15426 ++ done 32.15427 ++ done 32.15428 ++done 32.15429 ++lt_ac_max=0 32.15430 ++lt_ac_count=0 32.15431 ++# Add /usr/xpg4/bin/sed as it is typically found on Solaris 32.15432 ++# along with /bin/sed that truncates output. 32.15433 ++for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do 32.15434 ++ test ! -f $lt_ac_sed && break 32.15435 ++ cat /dev/null > conftest.in 32.15436 ++ lt_ac_count=0 32.15437 ++ echo $ECHO_N "0123456789$ECHO_C" >conftest.in 32.15438 ++ # Check for GNU sed and select it if it is found. 32.15439 ++ if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then 32.15440 ++ lt_cv_path_SED=$lt_ac_sed 32.15441 ++ break 32.15442 ++ fi 32.15443 ++ while true; do 32.15444 ++ cat conftest.in conftest.in >conftest.tmp 32.15445 ++ mv conftest.tmp conftest.in 32.15446 ++ cp conftest.in conftest.nl 32.15447 ++ echo >>conftest.nl 32.15448 ++ $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break 32.15449 ++ cmp -s conftest.out conftest.nl || break 32.15450 ++ # 10000 chars as input seems more than enough 32.15451 ++ test $lt_ac_count -gt 10 && break 32.15452 ++ lt_ac_count=`expr $lt_ac_count + 1` 32.15453 ++ if test $lt_ac_count -gt $lt_ac_max; then 32.15454 ++ lt_ac_max=$lt_ac_count 32.15455 ++ lt_cv_path_SED=$lt_ac_sed 32.15456 ++ fi 32.15457 ++ done 32.15458 ++done 32.15459 ++SED=$lt_cv_path_SED 32.15460 ++ 32.15461 ++fi 32.15462 ++ 32.15463 ++echo "$as_me:$LINENO: result: $SED" >&5 32.15464 ++echo "${ECHO_T}$SED" >&6 32.15465 ++ 32.15466 ++echo "$as_me:$LINENO: checking for egrep" >&5 32.15467 ++echo $ECHO_N "checking for egrep... $ECHO_C" >&6 32.15468 ++if test "${ac_cv_prog_egrep+set}" = set; then 32.15469 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15470 ++else 32.15471 ++ if echo a | (grep -E '(a|b)') >/dev/null 2>&1 32.15472 ++ then ac_cv_prog_egrep='grep -E' 32.15473 ++ else ac_cv_prog_egrep='egrep' 32.15474 ++ fi 32.15475 ++fi 32.15476 ++echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 32.15477 ++echo "${ECHO_T}$ac_cv_prog_egrep" >&6 32.15478 ++ EGREP=$ac_cv_prog_egrep 32.15479 ++ 32.15480 ++ 32.15481 ++ 32.15482 ++# Check whether --with-gnu-ld or --without-gnu-ld was given. 32.15483 ++if test "${with_gnu_ld+set}" = set; then 32.15484 ++ withval="$with_gnu_ld" 32.15485 ++ test "$withval" = no || with_gnu_ld=yes 32.15486 ++else 32.15487 ++ with_gnu_ld=no 32.15488 ++fi; 32.15489 ++ac_prog=ld 32.15490 ++if test "$GCC" = yes; then 32.15491 ++ # Check if gcc -print-prog-name=ld gives a path. 32.15492 ++ echo "$as_me:$LINENO: checking for ld used by $CC" >&5 32.15493 ++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 32.15494 ++ case $host in 32.15495 ++ *-*-mingw*) 32.15496 ++ # gcc leaves a trailing carriage return which upsets mingw 32.15497 ++ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 32.15498 ++ *) 32.15499 ++ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 32.15500 ++ esac 32.15501 ++ case $ac_prog in 32.15502 ++ # Accept absolute paths. 32.15503 ++ [\\/]* | ?:[\\/]*) 32.15504 ++ re_direlt='/[^/][^/]*/\.\./' 32.15505 ++ # Canonicalize the pathname of ld 32.15506 ++ ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 32.15507 ++ while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 32.15508 ++ ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` 32.15509 ++ done 32.15510 ++ test -z "$LD" && LD="$ac_prog" 32.15511 ++ ;; 32.15512 ++ "") 32.15513 ++ # If it fails, then pretend we aren't using GCC. 32.15514 ++ ac_prog=ld 32.15515 ++ ;; 32.15516 ++ *) 32.15517 ++ # If it is relative, then search for the first ld in PATH. 32.15518 ++ with_gnu_ld=unknown 32.15519 ++ ;; 32.15520 ++ esac 32.15521 ++elif test "$with_gnu_ld" = yes; then 32.15522 ++ echo "$as_me:$LINENO: checking for GNU ld" >&5 32.15523 ++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 32.15524 ++else 32.15525 ++ echo "$as_me:$LINENO: checking for non-GNU ld" >&5 32.15526 ++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 32.15527 + fi 32.15528 +-if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then 32.15529 +- echo $ac_n "(cached) $ac_c" 1>&6 32.15530 ++if test "${lt_cv_path_LD+set}" = set; then 32.15531 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15532 + else 32.15533 + if test -z "$LD"; then 32.15534 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 32.15535 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.15536 + for ac_dir in $PATH; do 32.15537 ++ IFS="$lt_save_ifs" 32.15538 + test -z "$ac_dir" && ac_dir=. 32.15539 +- if test -f "$ac_dir/$ac_prog"; then 32.15540 +- ac_cv_path_LD="$ac_dir/$ac_prog" 32.15541 ++ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 32.15542 ++ lt_cv_path_LD="$ac_dir/$ac_prog" 32.15543 + # Check to see if the program is GNU ld. I'd rather use --version, 32.15544 + # but apparently some GNU ld's only accept -v. 32.15545 + # Break only if it was the GNU/non-GNU ld that we prefer. 32.15546 +- if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 32.15547 ++ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 32.15548 ++ *GNU* | *'with BFD'*) 32.15549 + test "$with_gnu_ld" != no && break 32.15550 +- else 32.15551 +- test "$with_gnu_ld" != yes && break 32.15552 +- fi 32.15553 ++ ;; 32.15554 ++ *) 32.15555 ++ test "$with_gnu_ld" != yes && break 32.15556 ++ ;; 32.15557 ++ esac 32.15558 + fi 32.15559 + done 32.15560 +- IFS="$ac_save_ifs" 32.15561 ++ IFS="$lt_save_ifs" 32.15562 + else 32.15563 +- ac_cv_path_LD="$LD" # Let the user override the test with a path. 32.15564 ++ lt_cv_path_LD="$LD" # Let the user override the test with a path. 32.15565 + fi 32.15566 + fi 32.15567 + 32.15568 +-LD="$ac_cv_path_LD" 32.15569 ++LD="$lt_cv_path_LD" 32.15570 + if test -n "$LD"; then 32.15571 +- echo "$ac_t""$LD" 1>&6 32.15572 ++ echo "$as_me:$LINENO: result: $LD" >&5 32.15573 ++echo "${ECHO_T}$LD" >&6 32.15574 + else 32.15575 +- echo "$ac_t""no" 1>&6 32.15576 ++ echo "$as_me:$LINENO: result: no" >&5 32.15577 ++echo "${ECHO_T}no" >&6 32.15578 + fi 32.15579 +-test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 32.15580 +- 32.15581 +-echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 32.15582 +-echo "configure:1290: checking if the linker ($LD) is GNU ld" >&5 32.15583 +-if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 32.15584 +- echo $ac_n "(cached) $ac_c" 1>&6 32.15585 ++test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 32.15586 ++echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 32.15587 ++ { (exit 1); exit 1; }; } 32.15588 ++echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 32.15589 ++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 32.15590 ++if test "${lt_cv_prog_gnu_ld+set}" = set; then 32.15591 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15592 + else 32.15593 + # I'd rather use --version here, but apparently some GNU ld's only accept -v. 32.15594 +-if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 32.15595 +- ac_cv_prog_gnu_ld=yes 32.15596 +-else 32.15597 +- ac_cv_prog_gnu_ld=no 32.15598 +-fi 32.15599 ++case `$LD -v 2>&1 </dev/null` in 32.15600 ++*GNU* | *'with BFD'*) 32.15601 ++ lt_cv_prog_gnu_ld=yes 32.15602 ++ ;; 32.15603 ++*) 32.15604 ++ lt_cv_prog_gnu_ld=no 32.15605 ++ ;; 32.15606 ++esac 32.15607 + fi 32.15608 ++echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 32.15609 ++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 32.15610 ++with_gnu_ld=$lt_cv_prog_gnu_ld 32.15611 ++ 32.15612 ++ 32.15613 ++echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 32.15614 ++echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 32.15615 ++if test "${lt_cv_ld_reload_flag+set}" = set; then 32.15616 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15617 ++else 32.15618 ++ lt_cv_ld_reload_flag='-r' 32.15619 ++fi 32.15620 ++echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 32.15621 ++echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 32.15622 ++reload_flag=$lt_cv_ld_reload_flag 32.15623 ++case $reload_flag in 32.15624 ++"" | " "*) ;; 32.15625 ++*) reload_flag=" $reload_flag" ;; 32.15626 ++esac 32.15627 ++reload_cmds='$LD$reload_flag -o $output$reload_objs' 32.15628 + 32.15629 +-echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6 32.15630 +- 32.15631 +- 32.15632 +-echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 32.15633 +-echo "configure:1306: checking for BSD-compatible nm" >&5 32.15634 +-if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 32.15635 +- echo $ac_n "(cached) $ac_c" 1>&6 32.15636 ++echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 32.15637 ++echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 32.15638 ++if test "${lt_cv_path_NM+set}" = set; then 32.15639 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15640 + else 32.15641 + if test -n "$NM"; then 32.15642 + # Let the user override the test. 32.15643 +- ac_cv_path_NM="$NM" 32.15644 ++ lt_cv_path_NM="$NM" 32.15645 + else 32.15646 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 32.15647 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.15648 + for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do 32.15649 ++ IFS="$lt_save_ifs" 32.15650 + test -z "$ac_dir" && ac_dir=. 32.15651 +- if test -f $ac_dir/nm; then 32.15652 ++ tmp_nm="$ac_dir/${ac_tool_prefix}nm" 32.15653 ++ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then 32.15654 + # Check to see if the nm accepts a BSD-compat flag. 32.15655 + # Adding the `sed 1q' prevents false positives on HP-UX, which says: 32.15656 + # nm: unknown option "B" ignored 32.15657 +- if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 32.15658 +- ac_cv_path_NM="$ac_dir/nm -B" 32.15659 +- break 32.15660 +- elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 32.15661 +- ac_cv_path_NM="$ac_dir/nm -p" 32.15662 ++ # Tru64's nm complains that /dev/null is an invalid object file 32.15663 ++ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in 32.15664 ++ */dev/null* | *'Invalid file or object type'*) 32.15665 ++ lt_cv_path_NM="$tmp_nm -B" 32.15666 + break 32.15667 +- else 32.15668 +- ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but 32.15669 +- continue # so that we can try to find one that supports BSD flags 32.15670 +- fi 32.15671 ++ ;; 32.15672 ++ *) 32.15673 ++ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in 32.15674 ++ */dev/null*) 32.15675 ++ lt_cv_path_NM="$tmp_nm -p" 32.15676 ++ break 32.15677 ++ ;; 32.15678 ++ *) 32.15679 ++ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 32.15680 ++ continue # so that we can try to find one that supports BSD flags 32.15681 ++ ;; 32.15682 ++ esac 32.15683 ++ esac 32.15684 + fi 32.15685 + done 32.15686 +- IFS="$ac_save_ifs" 32.15687 +- test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm 32.15688 ++ IFS="$lt_save_ifs" 32.15689 ++ test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 32.15690 + fi 32.15691 + fi 32.15692 ++echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 32.15693 ++echo "${ECHO_T}$lt_cv_path_NM" >&6 32.15694 ++NM="$lt_cv_path_NM" 32.15695 ++ 32.15696 ++echo "$as_me:$LINENO: checking whether ln -s works" >&5 32.15697 ++echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 32.15698 ++LN_S=$as_ln_s 32.15699 ++if test "$LN_S" = "ln -s"; then 32.15700 ++ echo "$as_me:$LINENO: result: yes" >&5 32.15701 ++echo "${ECHO_T}yes" >&6 32.15702 ++else 32.15703 ++ echo "$as_me:$LINENO: result: no, using $LN_S" >&5 32.15704 ++echo "${ECHO_T}no, using $LN_S" >&6 32.15705 ++fi 32.15706 ++ 32.15707 ++echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 32.15708 ++echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 32.15709 ++if test "${lt_cv_deplibs_check_method+set}" = set; then 32.15710 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.15711 ++else 32.15712 ++ lt_cv_file_magic_cmd='$MAGIC_CMD' 32.15713 ++lt_cv_file_magic_test_file= 32.15714 ++lt_cv_deplibs_check_method='unknown' 32.15715 ++# Need to set the preceding variable on all platforms that support 32.15716 ++# interlibrary dependencies. 32.15717 ++# 'none' -- dependencies not supported. 32.15718 ++# `unknown' -- same as none, but documents that we really don't know. 32.15719 ++# 'pass_all' -- all dependencies passed with no checks. 32.15720 ++# 'test_compile' -- check by making test program. 32.15721 ++# 'file_magic [[regex]]' -- check by looking for files in library path 32.15722 ++# which responds to the $file_magic_cmd with a given extended regex. 32.15723 ++# If you have `file' or equivalent on your system and you're not sure 32.15724 ++# whether `pass_all' will *always* work, you probably want this one. 32.15725 ++ 32.15726 ++case $host_os in 32.15727 ++aix4* | aix5*) 32.15728 ++ lt_cv_deplibs_check_method=pass_all 32.15729 ++ ;; 32.15730 + 32.15731 +-NM="$ac_cv_path_NM" 32.15732 +-echo "$ac_t""$NM" 1>&6 32.15733 +- 32.15734 +- 32.15735 +-# Check for command to grab the raw symbol name followed by C symbol from nm. 32.15736 +-echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 32.15737 +-echo "configure:1344: checking command to parse $NM output" >&5 32.15738 +-if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then 32.15739 +- echo $ac_n "(cached) $ac_c" 1>&6 32.15740 +-else 32.15741 +- # These are sane defaults that work on at least a few old systems. 32.15742 +-# {They come from Ultrix. What could be older than Ultrix?!! ;)} 32.15743 +- 32.15744 +-# Character class describing NM global symbol codes. 32.15745 +-ac_symcode='[BCDEGRSTU]' 32.15746 +- 32.15747 +-# Regexp to match symbols that can be accessed directly from C. 32.15748 +-ac_sympat='\([_A-Za-z][_A-Za-z0-9]*\)' 32.15749 ++beos*) 32.15750 ++ lt_cv_deplibs_check_method=pass_all 32.15751 ++ ;; 32.15752 + 32.15753 +-# Transform the above into a raw symbol and a C symbol. 32.15754 +-ac_symxfrm='\1 \1' 32.15755 ++bsdi4*) 32.15756 ++ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 32.15757 ++ lt_cv_file_magic_cmd='/usr/bin/file -L' 32.15758 ++ lt_cv_file_magic_test_file=/shlib/libc.so 32.15759 ++ ;; 32.15760 + 32.15761 +-# Define system-specific variables. 32.15762 +-case "$host_os" in 32.15763 +-aix*) 32.15764 +- ac_symcode='[BCDTU]' 32.15765 ++cygwin* | mingw* | pw32*) 32.15766 ++ # win32_libid is a shell function defined in ltmain.sh 32.15767 ++ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 32.15768 ++ lt_cv_file_magic_cmd='win32_libid' 32.15769 + ;; 32.15770 +-irix*) 32.15771 +- # Cannot use undefined symbols on IRIX because inlined functions mess us up. 32.15772 +- ac_symcode='[BCDEGRST]' 32.15773 ++ 32.15774 ++darwin* | rhapsody*) 32.15775 ++ lt_cv_deplibs_check_method=pass_all 32.15776 + ;; 32.15777 +-solaris*) 32.15778 +- ac_symcode='[BDTU]' 32.15779 ++ 32.15780 ++freebsd* | kfreebsd*-gnu) 32.15781 ++ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 32.15782 ++ case $host_cpu in 32.15783 ++ i*86 ) 32.15784 ++ # Not sure whether the presence of OpenBSD here was a mistake. 32.15785 ++ # Let's accept both of them until this is cleared up. 32.15786 ++ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' 32.15787 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.15788 ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 32.15789 ++ ;; 32.15790 ++ esac 32.15791 ++ else 32.15792 ++ lt_cv_deplibs_check_method=pass_all 32.15793 ++ fi 32.15794 + ;; 32.15795 +-esac 32.15796 + 32.15797 +-# If we're using GNU nm, then use its standard symbol codes. 32.15798 +-if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then 32.15799 +- ac_symcode='[ABCDGISTUW]' 32.15800 +-fi 32.15801 ++gnu*) 32.15802 ++ lt_cv_deplibs_check_method=pass_all 32.15803 ++ ;; 32.15804 + 32.15805 +-case "$host_os" in 32.15806 +-cygwin32* | mingw32*) 32.15807 +- # We do not want undefined symbols on cygwin32. The user must 32.15808 +- # arrange to define them via -l arguments. 32.15809 +- ac_symcode='[ABCDGISTW]' 32.15810 ++hpux10.20* | hpux11*) 32.15811 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.15812 ++ case "$host_cpu" in 32.15813 ++ ia64*) 32.15814 ++ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 32.15815 ++ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 32.15816 ++ ;; 32.15817 ++ hppa*64*) 32.15818 ++ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' 32.15819 ++ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 32.15820 ++ ;; 32.15821 ++ *) 32.15822 ++ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 32.15823 ++ lt_cv_file_magic_test_file=/usr/lib/libc.sl 32.15824 ++ ;; 32.15825 ++ esac 32.15826 + ;; 32.15827 +-esac 32.15828 + 32.15829 +-# Try without a prefix undercore, then with it. 32.15830 +-for ac_symprfx in "" "_"; do 32.15831 ++irix5* | irix6* | nonstopux*) 32.15832 ++ case $LD in 32.15833 ++ *-32|*"-32 ") libmagic=32-bit;; 32.15834 ++ *-n32|*"-n32 ") libmagic=N32;; 32.15835 ++ *-64|*"-64 ") libmagic=64-bit;; 32.15836 ++ *) libmagic=never-match;; 32.15837 ++ esac 32.15838 ++ lt_cv_deplibs_check_method=pass_all 32.15839 ++ ;; 32.15840 + 32.15841 +- # Write the raw and C identifiers. 32.15842 +- # Unlike in ltconfig.in, we need $ac_symprfx before $ac_symxfrm here, 32.15843 +- # otherwise AM_SYS_SYMBOL_UNDERSCORE will always be false 32.15844 +- ac_cv_sys_global_symbol_pipe="sed -n -e 's/^.* $ac_symcode $ac_symprfx$ac_sympat$/$ac_symprfx$ac_symxfrm/p'" 32.15845 ++# This must be Linux ELF. 32.15846 ++linux*) 32.15847 ++ lt_cv_deplibs_check_method=pass_all 32.15848 ++ ;; 32.15849 + 32.15850 +- # Check to see that the pipe works correctly. 32.15851 +- ac_pipe_works=no 32.15852 +- cat > conftest.$ac_ext <<EOF 32.15853 +-#ifdef __cplusplus 32.15854 +-extern "C" { 32.15855 +-#endif 32.15856 +-char nm_test_var; 32.15857 +-void nm_test_func(){} 32.15858 +-#ifdef __cplusplus 32.15859 +-} 32.15860 +-#endif 32.15861 +-int main(){nm_test_var='a';nm_test_func;return 0;} 32.15862 +-EOF 32.15863 +- if { (eval echo configure:1408: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 32.15864 +- # Now try to grab the symbols. 32.15865 +- ac_nlist=conftest.nm 32.15866 +- 32.15867 +- if { (eval echo configure:1412: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then 32.15868 ++netbsd*) 32.15869 ++ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 32.15870 ++ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 32.15871 ++ else 32.15872 ++ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' 32.15873 ++ fi 32.15874 ++ ;; 32.15875 + 32.15876 +- # Try sorting and uniquifying the output. 32.15877 +- if sort "$ac_nlist" | uniq > "$ac_nlist"T; then 32.15878 +- mv -f "$ac_nlist"T "$ac_nlist" 32.15879 +- ac_wcout=`wc "$ac_nlist" 2>/dev/null` 32.15880 +- ac_count=`echo "X$ac_wcout" | sed -e 's,^X,,' -e 's/^[ ]*\([0-9][0-9]*\).*$/\1/'` 32.15881 +- (test "$ac_count" -ge 0) 2>/dev/null || ac_count=-1 32.15882 +- else 32.15883 +- rm -f "$ac_nlist"T 32.15884 +- ac_count=-1 32.15885 +- fi 32.15886 ++newos6*) 32.15887 ++ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 32.15888 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.15889 ++ lt_cv_file_magic_test_file=/usr/lib/libnls.so 32.15890 ++ ;; 32.15891 + 32.15892 +- # Make sure that we snagged all the symbols we need. 32.15893 +- if egrep ' nm_test_var$' "$ac_nlist" >/dev/null; then 32.15894 +- if egrep ' nm_test_func$' "$ac_nlist" >/dev/null; then 32.15895 +- cat <<EOF > conftest.c 32.15896 +-#ifdef __cplusplus 32.15897 +-extern "C" { 32.15898 +-#endif 32.15899 ++nto-qnx*) 32.15900 ++ lt_cv_deplibs_check_method=unknown 32.15901 ++ ;; 32.15902 + 32.15903 +-EOF 32.15904 +- # Now generate the symbol file. 32.15905 +- sed 's/^.* \(.*\)$/extern char \1;/' < "$ac_nlist" >> conftest.c 32.15906 ++openbsd*) 32.15907 ++ lt_cv_file_magic_cmd=/usr/bin/file 32.15908 ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 32.15909 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.15910 ++ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' 32.15911 ++ else 32.15912 ++ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' 32.15913 ++ fi 32.15914 ++ ;; 32.15915 + 32.15916 +- cat <<EOF >> conftest.c 32.15917 +-#if defined (__STDC__) && __STDC__ 32.15918 +-# define lt_ptr_t void * 32.15919 +-#else 32.15920 +-# define lt_ptr_t char * 32.15921 +-#endif 32.15922 ++osf3* | osf4* | osf5*) 32.15923 ++ lt_cv_deplibs_check_method=pass_all 32.15924 ++ ;; 32.15925 + 32.15926 +-/* The number of symbols in dld_preloaded_symbols, -1 if unsorted. */ 32.15927 +-int dld_preloaded_symbol_count = $ac_count; 32.15928 ++sco3.2v5*) 32.15929 ++ lt_cv_deplibs_check_method=pass_all 32.15930 ++ ;; 32.15931 + 32.15932 +-/* The mapping between symbol names and symbols. */ 32.15933 +-struct { 32.15934 +- char *name; 32.15935 +- lt_ptr_t address; 32.15936 +-} 32.15937 +-dld_preloaded_symbols[] = 32.15938 +-{ 32.15939 +-EOF 32.15940 +- sed 's/^\(.*\) \(.*\)$/ {"\1", (lt_ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c 32.15941 +- cat <<\EOF >> conftest.c 32.15942 +- {0, (lt_ptr_t) 0} 32.15943 +-}; 32.15944 ++solaris*) 32.15945 ++ lt_cv_deplibs_check_method=pass_all 32.15946 ++ ;; 32.15947 + 32.15948 +-#ifdef __cplusplus 32.15949 +-} 32.15950 +-#endif 32.15951 +-EOF 32.15952 +- # Now try linking the two files. 32.15953 +- mv conftest.$ac_objext conftestm.$ac_objext 32.15954 +- ac_save_LIBS="$LIBS" 32.15955 +- ac_save_CFLAGS="$CFLAGS" 32.15956 +- LIBS="conftestm.$ac_objext" 32.15957 +- CFLAGS="$CFLAGS$no_builtin_flag" 32.15958 +- if { (eval echo configure:1470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 32.15959 +- ac_pipe_works=yes 32.15960 +- else 32.15961 +- echo "configure: failed program was:" >&5 32.15962 +- cat conftest.c >&5 32.15963 +- fi 32.15964 +- LIBS="$ac_save_LIBS" 32.15965 +- CFLAGS="$ac_save_CFLAGS" 32.15966 +- else 32.15967 +- echo "cannot find nm_test_func in $ac_nlist" >&5 32.15968 +- fi 32.15969 +- else 32.15970 +- echo "cannot find nm_test_var in $ac_nlist" >&5 32.15971 +- fi 32.15972 +- else 32.15973 +- echo "cannot run $ac_cv_sys_global_symbol_pipe" >&5 32.15974 +- fi 32.15975 +- else 32.15976 +- echo "$progname: failed program was:" >&5 32.15977 +- cat conftest.c >&5 32.15978 +- fi 32.15979 +- rm -rf conftest* 32.15980 ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.15981 ++ case $host_vendor in 32.15982 ++ motorola) 32.15983 ++ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' 32.15984 ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 32.15985 ++ ;; 32.15986 ++ ncr) 32.15987 ++ lt_cv_deplibs_check_method=pass_all 32.15988 ++ ;; 32.15989 ++ sequent) 32.15990 ++ lt_cv_file_magic_cmd='/bin/file' 32.15991 ++ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' 32.15992 ++ ;; 32.15993 ++ sni) 32.15994 ++ lt_cv_file_magic_cmd='/bin/file' 32.15995 ++ lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" 32.15996 ++ lt_cv_file_magic_test_file=/lib/libc.so 32.15997 ++ ;; 32.15998 ++ siemens) 32.15999 ++ lt_cv_deplibs_check_method=pass_all 32.16000 ++ ;; 32.16001 ++ esac 32.16002 ++ ;; 32.16003 + 32.16004 +- # Do not use the global_symbol_pipe unless it works. 32.16005 +- if test "$ac_pipe_works" = yes; then 32.16006 +- if test x"$ac_symprfx" = x"_"; then 32.16007 +- ac_cv_sys_symbol_underscore=yes 32.16008 +- else 32.16009 +- ac_cv_sys_symbol_underscore=no 32.16010 +- fi 32.16011 +- break 32.16012 +- else 32.16013 +- ac_cv_sys_global_symbol_pipe= 32.16014 +- fi 32.16015 +-done 32.16016 ++sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*) 32.16017 ++ lt_cv_deplibs_check_method=pass_all 32.16018 ++ ;; 32.16019 ++esac 32.16020 + 32.16021 + fi 32.16022 ++echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 32.16023 ++echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 32.16024 ++file_magic_cmd=$lt_cv_file_magic_cmd 32.16025 ++deplibs_check_method=$lt_cv_deplibs_check_method 32.16026 ++test -z "$deplibs_check_method" && deplibs_check_method=unknown 32.16027 + 32.16028 + 32.16029 +-ac_result=yes 32.16030 +-if test -z "$ac_cv_sys_global_symbol_pipe"; then 32.16031 +- ac_result=no 32.16032 +-fi 32.16033 +-echo "$ac_t""$ac_result" 1>&6 32.16034 +- 32.16035 +-echo $ac_n "checking for _ prefix in compiled symbols""... $ac_c" 1>&6 32.16036 +-echo "configure:1516: checking for _ prefix in compiled symbols" >&5 32.16037 +-if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then 32.16038 +- echo $ac_n "(cached) $ac_c" 1>&6 32.16039 +-else 32.16040 +- ac_cv_sys_symbol_underscore=no 32.16041 +-cat > conftest.$ac_ext <<EOF 32.16042 +-void nm_test_func(){} 32.16043 +-int main(){nm_test_func;return 0;} 32.16044 +-EOF 32.16045 +-if { (eval echo configure:1525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 32.16046 +- # Now try to grab the symbols. 32.16047 +- ac_nlist=conftest.nm 32.16048 +- if { (eval echo configure:1528: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then 32.16049 +- # See whether the symbols have a leading underscore. 32.16050 +- if egrep '^_nm_test_func' "$ac_nlist" >/dev/null; then 32.16051 +- ac_cv_sys_symbol_underscore=yes 32.16052 +- else 32.16053 +- if egrep '^nm_test_func ' "$ac_nlist" >/dev/null; then 32.16054 +- : 32.16055 +- else 32.16056 +- echo "configure: cannot find nm_test_func in $ac_nlist" >&5 32.16057 +- fi 32.16058 +- fi 32.16059 +- else 32.16060 +- echo "configure: cannot run $ac_cv_sys_global_symbol_pipe" >&5 32.16061 +- fi 32.16062 +-else 32.16063 +- echo "configure: failed program was:" >&5 32.16064 +- cat conftest.c >&5 32.16065 +-fi 32.16066 +-rm -rf conftest* 32.16067 + 32.16068 +-fi 32.16069 + 32.16070 +-echo "$ac_t""$ac_cv_sys_symbol_underscore" 1>&6 32.16071 +-USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no} 32.16072 ++# If no C compiler was specified, use CC. 32.16073 ++LTCC=${LTCC-"$CC"} 32.16074 + 32.16075 +-echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 32.16076 +-echo "configure:1554: checking whether ln -s works" >&5 32.16077 +-if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 32.16078 +- echo $ac_n "(cached) $ac_c" 1>&6 32.16079 +-else 32.16080 +- rm -f conftestdata 32.16081 +-if ln -s X conftestdata 2>/dev/null 32.16082 +-then 32.16083 +- rm -f conftestdata 32.16084 +- ac_cv_prog_LN_S="ln -s" 32.16085 +-else 32.16086 +- ac_cv_prog_LN_S=ln 32.16087 +-fi 32.16088 +-fi 32.16089 +-LN_S="$ac_cv_prog_LN_S" 32.16090 +-if test "$ac_cv_prog_LN_S" = "ln -s"; then 32.16091 +- echo "$ac_t""yes" 1>&6 32.16092 +-else 32.16093 +- echo "$ac_t""no" 1>&6 32.16094 +-fi 32.16095 ++# Allow CC to be a program name with arguments. 32.16096 ++compiler=$CC 32.16097 + 32.16098 +-if test $host != $build; then 32.16099 +- ac_tool_prefix=${host_alias}- 32.16100 +-else 32.16101 +- ac_tool_prefix= 32.16102 +-fi 32.16103 + 32.16104 +-# Always use our own libtool. 32.16105 +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' 32.16106 ++# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 32.16107 ++if test "${enable_libtool_lock+set}" = set; then 32.16108 ++ enableval="$enable_libtool_lock" 32.16109 + 32.16110 +-# Check for any special flags to pass to ltconfig. 32.16111 +-libtool_flags= 32.16112 +-test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" 32.16113 +-test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" 32.16114 +-test "$silent" = yes && libtool_flags="$libtool_flags --silent" 32.16115 +-test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc" 32.16116 +-test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" 32.16117 ++fi; 32.16118 ++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 32.16119 + 32.16120 + # Some flags need to be propagated to the compiler or linker for good 32.16121 + # libtool support. 32.16122 +-case "$host" in 32.16123 +-*-*-irix6*) 32.16124 ++case $host in 32.16125 ++ia64-*-hpux*) 32.16126 + # Find out which ABI we are using. 32.16127 +- echo '#line 1596 "configure"' > conftest.$ac_ext 32.16128 +- if { (eval echo configure:1597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 32.16129 +- case "`/usr/bin/file conftest.o`" in 32.16130 ++ echo 'int i;' > conftest.$ac_ext 32.16131 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.16132 ++ (eval $ac_compile) 2>&5 32.16133 ++ ac_status=$? 32.16134 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16135 ++ (exit $ac_status); }; then 32.16136 ++ case `/usr/bin/file conftest.$ac_objext` in 32.16137 ++ *ELF-32*) 32.16138 ++ HPUX_IA64_MODE="32" 32.16139 ++ ;; 32.16140 ++ *ELF-64*) 32.16141 ++ HPUX_IA64_MODE="64" 32.16142 ++ ;; 32.16143 ++ esac 32.16144 ++ fi 32.16145 ++ rm -rf conftest* 32.16146 ++ ;; 32.16147 ++*-*-irix6*) 32.16148 ++ # Find out which ABI we are using. 32.16149 ++ echo '#line 3642 "configure"' > conftest.$ac_ext 32.16150 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.16151 ++ (eval $ac_compile) 2>&5 32.16152 ++ ac_status=$? 32.16153 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16154 ++ (exit $ac_status); }; then 32.16155 ++ if test "$lt_cv_prog_gnu_ld" = yes; then 32.16156 ++ case `/usr/bin/file conftest.$ac_objext` in 32.16157 ++ *32-bit*) 32.16158 ++ LD="${LD-ld} -melf32bsmip" 32.16159 ++ ;; 32.16160 ++ *N32*) 32.16161 ++ LD="${LD-ld} -melf32bmipn32" 32.16162 ++ ;; 32.16163 ++ *64-bit*) 32.16164 ++ LD="${LD-ld} -melf64bmip" 32.16165 ++ ;; 32.16166 ++ esac 32.16167 ++ else 32.16168 ++ case `/usr/bin/file conftest.$ac_objext` in 32.16169 + *32-bit*) 32.16170 + LD="${LD-ld} -32" 32.16171 + ;; 32.16172 +@@ -1605,6 +3669,59 @@ case "$host" in 32.16173 + LD="${LD-ld} -64" 32.16174 + ;; 32.16175 + esac 32.16176 ++ fi 32.16177 ++ fi 32.16178 ++ rm -rf conftest* 32.16179 ++ ;; 32.16180 ++ 32.16181 ++x86_64-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 32.16182 ++ # Find out which ABI we are using. 32.16183 ++ echo 'int i;' > conftest.$ac_ext 32.16184 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.16185 ++ (eval $ac_compile) 2>&5 32.16186 ++ ac_status=$? 32.16187 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16188 ++ (exit $ac_status); }; then 32.16189 ++ case "`/usr/bin/file conftest.o`" in 32.16190 ++ *32-bit*) 32.16191 ++ case $host in 32.16192 ++ x86_64-*linux*) 32.16193 ++ LD="${LD-ld} -m elf_i386" 32.16194 ++ ;; 32.16195 ++ powerpc64le-*) 32.16196 ++ LD="${LD-ld} -m elf32lppclinux" 32.16197 ++ ;; 32.16198 ++ powerpc64-*) 32.16199 ++ LD="${LD-ld} -m elf32ppclinux" 32.16200 ++ ;; 32.16201 ++ s390x-*linux*) 32.16202 ++ LD="${LD-ld} -m elf_s390" 32.16203 ++ ;; 32.16204 ++ sparc64-*linux*) 32.16205 ++ LD="${LD-ld} -m elf32_sparc" 32.16206 ++ ;; 32.16207 ++ esac 32.16208 ++ ;; 32.16209 ++ *64-bit*) 32.16210 ++ case $host in 32.16211 ++ x86_64-*linux*) 32.16212 ++ LD="${LD-ld} -m elf_x86_64" 32.16213 ++ ;; 32.16214 ++ powerpcle-*) 32.16215 ++ LD="${LD-ld} -m elf64lppc" 32.16216 ++ ;; 32.16217 ++ powerpc-*) 32.16218 ++ LD="${LD-ld} -m elf64ppc" 32.16219 ++ ;; 32.16220 ++ s390*-*linux*) 32.16221 ++ LD="${LD-ld} -m elf64_s390" 32.16222 ++ ;; 32.16223 ++ sparc*-*linux*) 32.16224 ++ LD="${LD-ld} -m elf64_sparc" 32.16225 ++ ;; 32.16226 ++ esac 32.16227 ++ ;; 32.16228 ++ esac 32.16229 + fi 32.16230 + rm -rf conftest* 32.16231 + ;; 32.16232 +@@ -1613,219 +3730,15332 @@ case "$host" in 32.16233 + # On SCO OpenServer 5, we need -belf to get full-featured binaries. 32.16234 + SAVE_CFLAGS="$CFLAGS" 32.16235 + CFLAGS="$CFLAGS -belf" 32.16236 +- echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 32.16237 +-echo "configure:1618: checking whether the C compiler needs -belf" >&5 32.16238 +-if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 32.16239 +- echo $ac_n "(cached) $ac_c" 1>&6 32.16240 ++ echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 32.16241 ++echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 32.16242 ++if test "${lt_cv_cc_needs_belf+set}" = set; then 32.16243 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.16244 + else 32.16245 +- cat > conftest.$ac_ext <<EOF 32.16246 +-#line 1623 "configure" 32.16247 +-#include "confdefs.h" 32.16248 ++ ac_ext=c 32.16249 ++ac_cpp='$CPP $CPPFLAGS' 32.16250 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.16251 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.16252 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.16253 ++ 32.16254 ++ cat >conftest.$ac_ext <<_ACEOF 32.16255 ++/* confdefs.h. */ 32.16256 ++_ACEOF 32.16257 ++cat confdefs.h >>conftest.$ac_ext 32.16258 ++cat >>conftest.$ac_ext <<_ACEOF 32.16259 ++/* end confdefs.h. */ 32.16260 + 32.16261 +-int main() { 32.16262 ++int 32.16263 ++main () 32.16264 ++{ 32.16265 + 32.16266 +-; return 0; } 32.16267 +-EOF 32.16268 +-if { (eval echo configure:1630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.16269 +- rm -rf conftest* 32.16270 ++ ; 32.16271 ++ return 0; 32.16272 ++} 32.16273 ++_ACEOF 32.16274 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.16275 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.16276 ++ (eval $ac_link) 2>conftest.er1 32.16277 ++ ac_status=$? 32.16278 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16279 ++ rm -f conftest.er1 32.16280 ++ cat conftest.err >&5 32.16281 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16282 ++ (exit $ac_status); } && 32.16283 ++ { ac_try='test -z "$ac_c_werror_flag" 32.16284 ++ || test ! -s conftest.err' 32.16285 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16286 ++ (eval $ac_try) 2>&5 32.16287 ++ ac_status=$? 32.16288 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16289 ++ (exit $ac_status); }; } && 32.16290 ++ { ac_try='test -s conftest$ac_exeext' 32.16291 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16292 ++ (eval $ac_try) 2>&5 32.16293 ++ ac_status=$? 32.16294 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16295 ++ (exit $ac_status); }; }; then 32.16296 + lt_cv_cc_needs_belf=yes 32.16297 + else 32.16298 +- echo "configure: failed program was:" >&5 32.16299 +- cat conftest.$ac_ext >&5 32.16300 +- rm -rf conftest* 32.16301 +- lt_cv_cc_needs_belf=no 32.16302 +-fi 32.16303 +-rm -f conftest* 32.16304 ++ echo "$as_me: failed program was:" >&5 32.16305 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16306 ++ 32.16307 ++lt_cv_cc_needs_belf=no 32.16308 + fi 32.16309 ++rm -f conftest.err conftest.$ac_objext \ 32.16310 ++ conftest$ac_exeext conftest.$ac_ext 32.16311 ++ ac_ext=c 32.16312 ++ac_cpp='$CPP $CPPFLAGS' 32.16313 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.16314 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.16315 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.16316 + 32.16317 +-echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 32.16318 ++fi 32.16319 ++echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 32.16320 ++echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 32.16321 + if test x"$lt_cv_cc_needs_belf" != x"yes"; then 32.16322 + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 32.16323 + CFLAGS="$SAVE_CFLAGS" 32.16324 + fi 32.16325 + ;; 32.16326 + 32.16327 +-*-*-cygwin32*) 32.16328 +- # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. 32.16329 +-set dummy ${ac_tool_prefix}dlltool; ac_word=$2 32.16330 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.16331 +-echo "configure:1653: checking for $ac_word" >&5 32.16332 +-if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then 32.16333 +- echo $ac_n "(cached) $ac_c" 1>&6 32.16334 ++esac 32.16335 ++ 32.16336 ++need_locks="$enable_libtool_lock" 32.16337 ++ 32.16338 ++ 32.16339 ++ac_ext=c 32.16340 ++ac_cpp='$CPP $CPPFLAGS' 32.16341 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.16342 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.16343 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.16344 ++echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 32.16345 ++echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 32.16346 ++# On Suns, sometimes $CPP names a directory. 32.16347 ++if test -n "$CPP" && test -d "$CPP"; then 32.16348 ++ CPP= 32.16349 ++fi 32.16350 ++if test -z "$CPP"; then 32.16351 ++ if test "${ac_cv_prog_CPP+set}" = set; then 32.16352 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.16353 + else 32.16354 +- if test -n "$DLLTOOL"; then 32.16355 +- ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 32.16356 ++ # Double quotes because CPP needs to be expanded 32.16357 ++ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 32.16358 ++ do 32.16359 ++ ac_preproc_ok=false 32.16360 ++for ac_c_preproc_warn_flag in '' yes 32.16361 ++do 32.16362 ++ # Use a header file that comes with gcc, so configuring glibc 32.16363 ++ # with a fresh cross-compiler works. 32.16364 ++ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.16365 ++ # <limits.h> exists even on freestanding compilers. 32.16366 ++ # On the NeXT, cc -E runs the code through the compiler's parser, 32.16367 ++ # not just through cpp. "Syntax error" is here to catch this case. 32.16368 ++ cat >conftest.$ac_ext <<_ACEOF 32.16369 ++/* confdefs.h. */ 32.16370 ++_ACEOF 32.16371 ++cat confdefs.h >>conftest.$ac_ext 32.16372 ++cat >>conftest.$ac_ext <<_ACEOF 32.16373 ++/* end confdefs.h. */ 32.16374 ++#ifdef __STDC__ 32.16375 ++# include <limits.h> 32.16376 ++#else 32.16377 ++# include <assert.h> 32.16378 ++#endif 32.16379 ++ Syntax error 32.16380 ++_ACEOF 32.16381 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.16382 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.16383 ++ ac_status=$? 32.16384 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16385 ++ rm -f conftest.er1 32.16386 ++ cat conftest.err >&5 32.16387 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16388 ++ (exit $ac_status); } >/dev/null; then 32.16389 ++ if test -s conftest.err; then 32.16390 ++ ac_cpp_err=$ac_c_preproc_warn_flag 32.16391 ++ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 32.16392 ++ else 32.16393 ++ ac_cpp_err= 32.16394 ++ fi 32.16395 + else 32.16396 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.16397 +- ac_dummy="$PATH" 32.16398 +- for ac_dir in $ac_dummy; do 32.16399 +- test -z "$ac_dir" && ac_dir=. 32.16400 +- if test -f $ac_dir/$ac_word; then 32.16401 +- ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 32.16402 +- break 32.16403 +- fi 32.16404 +- done 32.16405 +- IFS="$ac_save_ifs" 32.16406 ++ ac_cpp_err=yes 32.16407 ++fi 32.16408 ++if test -z "$ac_cpp_err"; then 32.16409 ++ : 32.16410 ++else 32.16411 ++ echo "$as_me: failed program was:" >&5 32.16412 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16413 ++ 32.16414 ++ # Broken: fails on valid input. 32.16415 ++continue 32.16416 + fi 32.16417 ++rm -f conftest.err conftest.$ac_ext 32.16418 ++ 32.16419 ++ # OK, works on sane cases. Now check whether non-existent headers 32.16420 ++ # can be detected and how. 32.16421 ++ cat >conftest.$ac_ext <<_ACEOF 32.16422 ++/* confdefs.h. */ 32.16423 ++_ACEOF 32.16424 ++cat confdefs.h >>conftest.$ac_ext 32.16425 ++cat >>conftest.$ac_ext <<_ACEOF 32.16426 ++/* end confdefs.h. */ 32.16427 ++#include <ac_nonexistent.h> 32.16428 ++_ACEOF 32.16429 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.16430 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.16431 ++ ac_status=$? 32.16432 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16433 ++ rm -f conftest.er1 32.16434 ++ cat conftest.err >&5 32.16435 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16436 ++ (exit $ac_status); } >/dev/null; then 32.16437 ++ if test -s conftest.err; then 32.16438 ++ ac_cpp_err=$ac_c_preproc_warn_flag 32.16439 ++ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 32.16440 ++ else 32.16441 ++ ac_cpp_err= 32.16442 ++ fi 32.16443 ++else 32.16444 ++ ac_cpp_err=yes 32.16445 + fi 32.16446 +-DLLTOOL="$ac_cv_prog_DLLTOOL" 32.16447 +-if test -n "$DLLTOOL"; then 32.16448 +- echo "$ac_t""$DLLTOOL" 1>&6 32.16449 ++if test -z "$ac_cpp_err"; then 32.16450 ++ # Broken: success on invalid input. 32.16451 ++continue 32.16452 + else 32.16453 +- echo "$ac_t""no" 1>&6 32.16454 ++ echo "$as_me: failed program was:" >&5 32.16455 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16456 ++ 32.16457 ++ # Passes both tests. 32.16458 ++ac_preproc_ok=: 32.16459 ++break 32.16460 ++fi 32.16461 ++rm -f conftest.err conftest.$ac_ext 32.16462 ++ 32.16463 ++done 32.16464 ++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 32.16465 ++rm -f conftest.err conftest.$ac_ext 32.16466 ++if $ac_preproc_ok; then 32.16467 ++ break 32.16468 + fi 32.16469 + 32.16470 ++ done 32.16471 ++ ac_cv_prog_CPP=$CPP 32.16472 + 32.16473 +-if test -z "$ac_cv_prog_DLLTOOL"; then 32.16474 +-if test -n "$ac_tool_prefix"; then 32.16475 +- # Extract the first word of "dlltool", so it can be a program name with args. 32.16476 +-set dummy dlltool; ac_word=$2 32.16477 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.16478 +-echo "configure:1685: checking for $ac_word" >&5 32.16479 +-if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then 32.16480 +- echo $ac_n "(cached) $ac_c" 1>&6 32.16481 ++fi 32.16482 ++ CPP=$ac_cv_prog_CPP 32.16483 + else 32.16484 +- if test -n "$DLLTOOL"; then 32.16485 +- ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 32.16486 ++ ac_cv_prog_CPP=$CPP 32.16487 ++fi 32.16488 ++echo "$as_me:$LINENO: result: $CPP" >&5 32.16489 ++echo "${ECHO_T}$CPP" >&6 32.16490 ++ac_preproc_ok=false 32.16491 ++for ac_c_preproc_warn_flag in '' yes 32.16492 ++do 32.16493 ++ # Use a header file that comes with gcc, so configuring glibc 32.16494 ++ # with a fresh cross-compiler works. 32.16495 ++ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.16496 ++ # <limits.h> exists even on freestanding compilers. 32.16497 ++ # On the NeXT, cc -E runs the code through the compiler's parser, 32.16498 ++ # not just through cpp. "Syntax error" is here to catch this case. 32.16499 ++ cat >conftest.$ac_ext <<_ACEOF 32.16500 ++/* confdefs.h. */ 32.16501 ++_ACEOF 32.16502 ++cat confdefs.h >>conftest.$ac_ext 32.16503 ++cat >>conftest.$ac_ext <<_ACEOF 32.16504 ++/* end confdefs.h. */ 32.16505 ++#ifdef __STDC__ 32.16506 ++# include <limits.h> 32.16507 ++#else 32.16508 ++# include <assert.h> 32.16509 ++#endif 32.16510 ++ Syntax error 32.16511 ++_ACEOF 32.16512 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.16513 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.16514 ++ ac_status=$? 32.16515 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16516 ++ rm -f conftest.er1 32.16517 ++ cat conftest.err >&5 32.16518 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16519 ++ (exit $ac_status); } >/dev/null; then 32.16520 ++ if test -s conftest.err; then 32.16521 ++ ac_cpp_err=$ac_c_preproc_warn_flag 32.16522 ++ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 32.16523 ++ else 32.16524 ++ ac_cpp_err= 32.16525 ++ fi 32.16526 + else 32.16527 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.16528 +- ac_dummy="$PATH" 32.16529 +- for ac_dir in $ac_dummy; do 32.16530 +- test -z "$ac_dir" && ac_dir=. 32.16531 +- if test -f $ac_dir/$ac_word; then 32.16532 +- ac_cv_prog_DLLTOOL="dlltool" 32.16533 +- break 32.16534 +- fi 32.16535 +- done 32.16536 +- IFS="$ac_save_ifs" 32.16537 +- test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="false" 32.16538 ++ ac_cpp_err=yes 32.16539 ++fi 32.16540 ++if test -z "$ac_cpp_err"; then 32.16541 ++ : 32.16542 ++else 32.16543 ++ echo "$as_me: failed program was:" >&5 32.16544 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16545 ++ 32.16546 ++ # Broken: fails on valid input. 32.16547 ++continue 32.16548 ++fi 32.16549 ++rm -f conftest.err conftest.$ac_ext 32.16550 ++ 32.16551 ++ # OK, works on sane cases. Now check whether non-existent headers 32.16552 ++ # can be detected and how. 32.16553 ++ cat >conftest.$ac_ext <<_ACEOF 32.16554 ++/* confdefs.h. */ 32.16555 ++_ACEOF 32.16556 ++cat confdefs.h >>conftest.$ac_ext 32.16557 ++cat >>conftest.$ac_ext <<_ACEOF 32.16558 ++/* end confdefs.h. */ 32.16559 ++#include <ac_nonexistent.h> 32.16560 ++_ACEOF 32.16561 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.16562 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.16563 ++ ac_status=$? 32.16564 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16565 ++ rm -f conftest.er1 32.16566 ++ cat conftest.err >&5 32.16567 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16568 ++ (exit $ac_status); } >/dev/null; then 32.16569 ++ if test -s conftest.err; then 32.16570 ++ ac_cpp_err=$ac_c_preproc_warn_flag 32.16571 ++ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 32.16572 ++ else 32.16573 ++ ac_cpp_err= 32.16574 ++ fi 32.16575 ++else 32.16576 ++ ac_cpp_err=yes 32.16577 ++fi 32.16578 ++if test -z "$ac_cpp_err"; then 32.16579 ++ # Broken: success on invalid input. 32.16580 ++continue 32.16581 ++else 32.16582 ++ echo "$as_me: failed program was:" >&5 32.16583 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16584 ++ 32.16585 ++ # Passes both tests. 32.16586 ++ac_preproc_ok=: 32.16587 ++break 32.16588 ++fi 32.16589 ++rm -f conftest.err conftest.$ac_ext 32.16590 ++ 32.16591 ++done 32.16592 ++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 32.16593 ++rm -f conftest.err conftest.$ac_ext 32.16594 ++if $ac_preproc_ok; then 32.16595 ++ : 32.16596 ++else 32.16597 ++ { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 32.16598 ++See \`config.log' for more details." >&5 32.16599 ++echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 32.16600 ++See \`config.log' for more details." >&2;} 32.16601 ++ { (exit 1); exit 1; }; } 32.16602 ++fi 32.16603 ++ 32.16604 ++ac_ext=c 32.16605 ++ac_cpp='$CPP $CPPFLAGS' 32.16606 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.16607 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.16608 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.16609 ++ 32.16610 ++ 32.16611 ++echo "$as_me:$LINENO: checking for ANSI C header files" >&5 32.16612 ++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 32.16613 ++if test "${ac_cv_header_stdc+set}" = set; then 32.16614 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.16615 ++else 32.16616 ++ cat >conftest.$ac_ext <<_ACEOF 32.16617 ++/* confdefs.h. */ 32.16618 ++_ACEOF 32.16619 ++cat confdefs.h >>conftest.$ac_ext 32.16620 ++cat >>conftest.$ac_ext <<_ACEOF 32.16621 ++/* end confdefs.h. */ 32.16622 ++#include <stdlib.h> 32.16623 ++#include <stdarg.h> 32.16624 ++#include <string.h> 32.16625 ++#include <float.h> 32.16626 ++ 32.16627 ++int 32.16628 ++main () 32.16629 ++{ 32.16630 ++ 32.16631 ++ ; 32.16632 ++ return 0; 32.16633 ++} 32.16634 ++_ACEOF 32.16635 ++rm -f conftest.$ac_objext 32.16636 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.16637 ++ (eval $ac_compile) 2>conftest.er1 32.16638 ++ ac_status=$? 32.16639 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16640 ++ rm -f conftest.er1 32.16641 ++ cat conftest.err >&5 32.16642 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16643 ++ (exit $ac_status); } && 32.16644 ++ { ac_try='test -z "$ac_c_werror_flag" 32.16645 ++ || test ! -s conftest.err' 32.16646 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16647 ++ (eval $ac_try) 2>&5 32.16648 ++ ac_status=$? 32.16649 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16650 ++ (exit $ac_status); }; } && 32.16651 ++ { ac_try='test -s conftest.$ac_objext' 32.16652 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16653 ++ (eval $ac_try) 2>&5 32.16654 ++ ac_status=$? 32.16655 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16656 ++ (exit $ac_status); }; }; then 32.16657 ++ ac_cv_header_stdc=yes 32.16658 ++else 32.16659 ++ echo "$as_me: failed program was:" >&5 32.16660 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16661 ++ 32.16662 ++ac_cv_header_stdc=no 32.16663 ++fi 32.16664 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.16665 ++ 32.16666 ++if test $ac_cv_header_stdc = yes; then 32.16667 ++ # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 32.16668 ++ cat >conftest.$ac_ext <<_ACEOF 32.16669 ++/* confdefs.h. */ 32.16670 ++_ACEOF 32.16671 ++cat confdefs.h >>conftest.$ac_ext 32.16672 ++cat >>conftest.$ac_ext <<_ACEOF 32.16673 ++/* end confdefs.h. */ 32.16674 ++#include <string.h> 32.16675 ++ 32.16676 ++_ACEOF 32.16677 ++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 32.16678 ++ $EGREP "memchr" >/dev/null 2>&1; then 32.16679 ++ : 32.16680 ++else 32.16681 ++ ac_cv_header_stdc=no 32.16682 + fi 32.16683 ++rm -f conftest* 32.16684 ++ 32.16685 + fi 32.16686 +-DLLTOOL="$ac_cv_prog_DLLTOOL" 32.16687 +-if test -n "$DLLTOOL"; then 32.16688 +- echo "$ac_t""$DLLTOOL" 1>&6 32.16689 ++ 32.16690 ++if test $ac_cv_header_stdc = yes; then 32.16691 ++ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 32.16692 ++ cat >conftest.$ac_ext <<_ACEOF 32.16693 ++/* confdefs.h. */ 32.16694 ++_ACEOF 32.16695 ++cat confdefs.h >>conftest.$ac_ext 32.16696 ++cat >>conftest.$ac_ext <<_ACEOF 32.16697 ++/* end confdefs.h. */ 32.16698 ++#include <stdlib.h> 32.16699 ++ 32.16700 ++_ACEOF 32.16701 ++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 32.16702 ++ $EGREP "free" >/dev/null 2>&1; then 32.16703 ++ : 32.16704 + else 32.16705 +- echo "$ac_t""no" 1>&6 32.16706 ++ ac_cv_header_stdc=no 32.16707 ++fi 32.16708 ++rm -f conftest* 32.16709 ++ 32.16710 + fi 32.16711 + 32.16712 ++if test $ac_cv_header_stdc = yes; then 32.16713 ++ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 32.16714 ++ if test "$cross_compiling" = yes; then 32.16715 ++ : 32.16716 ++else 32.16717 ++ cat >conftest.$ac_ext <<_ACEOF 32.16718 ++/* confdefs.h. */ 32.16719 ++_ACEOF 32.16720 ++cat confdefs.h >>conftest.$ac_ext 32.16721 ++cat >>conftest.$ac_ext <<_ACEOF 32.16722 ++/* end confdefs.h. */ 32.16723 ++#include <ctype.h> 32.16724 ++#if ((' ' & 0x0FF) == 0x020) 32.16725 ++# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 32.16726 ++# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 32.16727 ++#else 32.16728 ++# define ISLOWER(c) \ 32.16729 ++ (('a' <= (c) && (c) <= 'i') \ 32.16730 ++ || ('j' <= (c) && (c) <= 'r') \ 32.16731 ++ || ('s' <= (c) && (c) <= 'z')) 32.16732 ++# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 32.16733 ++#endif 32.16734 ++ 32.16735 ++#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 32.16736 ++int 32.16737 ++main () 32.16738 ++{ 32.16739 ++ int i; 32.16740 ++ for (i = 0; i < 256; i++) 32.16741 ++ if (XOR (islower (i), ISLOWER (i)) 32.16742 ++ || toupper (i) != TOUPPER (i)) 32.16743 ++ exit(2); 32.16744 ++ exit (0); 32.16745 ++} 32.16746 ++_ACEOF 32.16747 ++rm -f conftest$ac_exeext 32.16748 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.16749 ++ (eval $ac_link) 2>&5 32.16750 ++ ac_status=$? 32.16751 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16752 ++ (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 32.16753 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16754 ++ (eval $ac_try) 2>&5 32.16755 ++ ac_status=$? 32.16756 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16757 ++ (exit $ac_status); }; }; then 32.16758 ++ : 32.16759 + else 32.16760 +- DLLTOOL="false" 32.16761 ++ echo "$as_me: program exited with status $ac_status" >&5 32.16762 ++echo "$as_me: failed program was:" >&5 32.16763 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16764 ++ 32.16765 ++( exit $ac_status ) 32.16766 ++ac_cv_header_stdc=no 32.16767 ++fi 32.16768 ++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 32.16769 ++fi 32.16770 ++fi 32.16771 ++fi 32.16772 ++echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 32.16773 ++echo "${ECHO_T}$ac_cv_header_stdc" >&6 32.16774 ++if test $ac_cv_header_stdc = yes; then 32.16775 ++ 32.16776 ++cat >>confdefs.h <<\_ACEOF 32.16777 ++#define STDC_HEADERS 1 32.16778 ++_ACEOF 32.16779 ++ 32.16780 + fi 32.16781 ++ 32.16782 ++# On IRIX 5.3, sys/types and inttypes.h are conflicting. 32.16783 ++ 32.16784 ++ 32.16785 ++ 32.16786 ++ 32.16787 ++ 32.16788 ++ 32.16789 ++ 32.16790 ++ 32.16791 ++ 32.16792 ++for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 32.16793 ++ inttypes.h stdint.h unistd.h 32.16794 ++do 32.16795 ++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32.16796 ++echo "$as_me:$LINENO: checking for $ac_header" >&5 32.16797 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 32.16798 ++if eval "test \"\${$as_ac_Header+set}\" = set"; then 32.16799 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.16800 ++else 32.16801 ++ cat >conftest.$ac_ext <<_ACEOF 32.16802 ++/* confdefs.h. */ 32.16803 ++_ACEOF 32.16804 ++cat confdefs.h >>conftest.$ac_ext 32.16805 ++cat >>conftest.$ac_ext <<_ACEOF 32.16806 ++/* end confdefs.h. */ 32.16807 ++$ac_includes_default 32.16808 ++ 32.16809 ++#include <$ac_header> 32.16810 ++_ACEOF 32.16811 ++rm -f conftest.$ac_objext 32.16812 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.16813 ++ (eval $ac_compile) 2>conftest.er1 32.16814 ++ ac_status=$? 32.16815 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16816 ++ rm -f conftest.er1 32.16817 ++ cat conftest.err >&5 32.16818 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16819 ++ (exit $ac_status); } && 32.16820 ++ { ac_try='test -z "$ac_c_werror_flag" 32.16821 ++ || test ! -s conftest.err' 32.16822 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16823 ++ (eval $ac_try) 2>&5 32.16824 ++ ac_status=$? 32.16825 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16826 ++ (exit $ac_status); }; } && 32.16827 ++ { ac_try='test -s conftest.$ac_objext' 32.16828 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16829 ++ (eval $ac_try) 2>&5 32.16830 ++ ac_status=$? 32.16831 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16832 ++ (exit $ac_status); }; }; then 32.16833 ++ eval "$as_ac_Header=yes" 32.16834 ++else 32.16835 ++ echo "$as_me: failed program was:" >&5 32.16836 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16837 ++ 32.16838 ++eval "$as_ac_Header=no" 32.16839 ++fi 32.16840 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.16841 ++fi 32.16842 ++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 32.16843 ++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 32.16844 ++if test `eval echo '${'$as_ac_Header'}'` = yes; then 32.16845 ++ cat >>confdefs.h <<_ACEOF 32.16846 ++#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32.16847 ++_ACEOF 32.16848 ++ 32.16849 + fi 32.16850 + 32.16851 +-# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. 32.16852 +-set dummy ${ac_tool_prefix}as; ac_word=$2 32.16853 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.16854 +-echo "configure:1720: checking for $ac_word" >&5 32.16855 +-if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then 32.16856 +- echo $ac_n "(cached) $ac_c" 1>&6 32.16857 ++done 32.16858 ++ 32.16859 ++ 32.16860 ++ 32.16861 ++for ac_header in dlfcn.h 32.16862 ++do 32.16863 ++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32.16864 ++if eval "test \"\${$as_ac_Header+set}\" = set"; then 32.16865 ++ echo "$as_me:$LINENO: checking for $ac_header" >&5 32.16866 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 32.16867 ++if eval "test \"\${$as_ac_Header+set}\" = set"; then 32.16868 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.16869 ++fi 32.16870 ++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 32.16871 ++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 32.16872 ++else 32.16873 ++ # Is the header compilable? 32.16874 ++echo "$as_me:$LINENO: checking $ac_header usability" >&5 32.16875 ++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 32.16876 ++cat >conftest.$ac_ext <<_ACEOF 32.16877 ++/* confdefs.h. */ 32.16878 ++_ACEOF 32.16879 ++cat confdefs.h >>conftest.$ac_ext 32.16880 ++cat >>conftest.$ac_ext <<_ACEOF 32.16881 ++/* end confdefs.h. */ 32.16882 ++$ac_includes_default 32.16883 ++#include <$ac_header> 32.16884 ++_ACEOF 32.16885 ++rm -f conftest.$ac_objext 32.16886 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.16887 ++ (eval $ac_compile) 2>conftest.er1 32.16888 ++ ac_status=$? 32.16889 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16890 ++ rm -f conftest.er1 32.16891 ++ cat conftest.err >&5 32.16892 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16893 ++ (exit $ac_status); } && 32.16894 ++ { ac_try='test -z "$ac_c_werror_flag" 32.16895 ++ || test ! -s conftest.err' 32.16896 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16897 ++ (eval $ac_try) 2>&5 32.16898 ++ ac_status=$? 32.16899 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16900 ++ (exit $ac_status); }; } && 32.16901 ++ { ac_try='test -s conftest.$ac_objext' 32.16902 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.16903 ++ (eval $ac_try) 2>&5 32.16904 ++ ac_status=$? 32.16905 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16906 ++ (exit $ac_status); }; }; then 32.16907 ++ ac_header_compiler=yes 32.16908 ++else 32.16909 ++ echo "$as_me: failed program was:" >&5 32.16910 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16911 ++ 32.16912 ++ac_header_compiler=no 32.16913 ++fi 32.16914 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.16915 ++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 32.16916 ++echo "${ECHO_T}$ac_header_compiler" >&6 32.16917 ++ 32.16918 ++# Is the header present? 32.16919 ++echo "$as_me:$LINENO: checking $ac_header presence" >&5 32.16920 ++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 32.16921 ++cat >conftest.$ac_ext <<_ACEOF 32.16922 ++/* confdefs.h. */ 32.16923 ++_ACEOF 32.16924 ++cat confdefs.h >>conftest.$ac_ext 32.16925 ++cat >>conftest.$ac_ext <<_ACEOF 32.16926 ++/* end confdefs.h. */ 32.16927 ++#include <$ac_header> 32.16928 ++_ACEOF 32.16929 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.16930 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.16931 ++ ac_status=$? 32.16932 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.16933 ++ rm -f conftest.er1 32.16934 ++ cat conftest.err >&5 32.16935 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.16936 ++ (exit $ac_status); } >/dev/null; then 32.16937 ++ if test -s conftest.err; then 32.16938 ++ ac_cpp_err=$ac_c_preproc_warn_flag 32.16939 ++ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 32.16940 ++ else 32.16941 ++ ac_cpp_err= 32.16942 ++ fi 32.16943 + else 32.16944 +- if test -n "$AS"; then 32.16945 +- ac_cv_prog_AS="$AS" # Let the user override the test. 32.16946 ++ ac_cpp_err=yes 32.16947 ++fi 32.16948 ++if test -z "$ac_cpp_err"; then 32.16949 ++ ac_header_preproc=yes 32.16950 + else 32.16951 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.16952 +- ac_dummy="$PATH" 32.16953 +- for ac_dir in $ac_dummy; do 32.16954 +- test -z "$ac_dir" && ac_dir=. 32.16955 +- if test -f $ac_dir/$ac_word; then 32.16956 +- ac_cv_prog_AS="${ac_tool_prefix}as" 32.16957 +- break 32.16958 +- fi 32.16959 ++ echo "$as_me: failed program was:" >&5 32.16960 ++sed 's/^/| /' conftest.$ac_ext >&5 32.16961 ++ 32.16962 ++ ac_header_preproc=no 32.16963 ++fi 32.16964 ++rm -f conftest.err conftest.$ac_ext 32.16965 ++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 32.16966 ++echo "${ECHO_T}$ac_header_preproc" >&6 32.16967 ++ 32.16968 ++# So? What about this header? 32.16969 ++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 32.16970 ++ yes:no: ) 32.16971 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 32.16972 ++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 32.16973 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 32.16974 ++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 32.16975 ++ ac_header_preproc=yes 32.16976 ++ ;; 32.16977 ++ no:yes:* ) 32.16978 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 32.16979 ++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 32.16980 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 32.16981 ++echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 32.16982 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 32.16983 ++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 32.16984 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 32.16985 ++echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 32.16986 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 32.16987 ++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 32.16988 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 32.16989 ++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 32.16990 ++ ( 32.16991 ++ cat <<\_ASBOX 32.16992 ++## ------------------------------------------ ## 32.16993 ++## Report this to the AC_PACKAGE_NAME lists. ## 32.16994 ++## ------------------------------------------ ## 32.16995 ++_ASBOX 32.16996 ++ ) | 32.16997 ++ sed "s/^/$as_me: WARNING: /" >&2 32.16998 ++ ;; 32.16999 ++esac 32.17000 ++echo "$as_me:$LINENO: checking for $ac_header" >&5 32.17001 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 32.17002 ++if eval "test \"\${$as_ac_Header+set}\" = set"; then 32.17003 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17004 ++else 32.17005 ++ eval "$as_ac_Header=\$ac_header_preproc" 32.17006 ++fi 32.17007 ++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 32.17008 ++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 32.17009 ++ 32.17010 ++fi 32.17011 ++if test `eval echo '${'$as_ac_Header'}'` = yes; then 32.17012 ++ cat >>confdefs.h <<_ACEOF 32.17013 ++#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32.17014 ++_ACEOF 32.17015 ++ 32.17016 ++fi 32.17017 ++ 32.17018 ++done 32.17019 ++ 32.17020 ++ac_ext=cc 32.17021 ++ac_cpp='$CXXCPP $CPPFLAGS' 32.17022 ++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.17023 ++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.17024 ++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 32.17025 ++if test -n "$ac_tool_prefix"; then 32.17026 ++ for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 32.17027 ++ do 32.17028 ++ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 32.17029 ++set dummy $ac_tool_prefix$ac_prog; ac_word=$2 32.17030 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.17031 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.17032 ++if test "${ac_cv_prog_CXX+set}" = set; then 32.17033 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17034 ++else 32.17035 ++ if test -n "$CXX"; then 32.17036 ++ ac_cv_prog_CXX="$CXX" # Let the user override the test. 32.17037 ++else 32.17038 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.17039 ++for as_dir in $PATH 32.17040 ++do 32.17041 ++ IFS=$as_save_IFS 32.17042 ++ test -z "$as_dir" && as_dir=. 32.17043 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.17044 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.17045 ++ ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 32.17046 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.17047 ++ break 2 32.17048 ++ fi 32.17049 ++done 32.17050 ++done 32.17051 ++ 32.17052 ++fi 32.17053 ++fi 32.17054 ++CXX=$ac_cv_prog_CXX 32.17055 ++if test -n "$CXX"; then 32.17056 ++ echo "$as_me:$LINENO: result: $CXX" >&5 32.17057 ++echo "${ECHO_T}$CXX" >&6 32.17058 ++else 32.17059 ++ echo "$as_me:$LINENO: result: no" >&5 32.17060 ++echo "${ECHO_T}no" >&6 32.17061 ++fi 32.17062 ++ 32.17063 ++ test -n "$CXX" && break 32.17064 + done 32.17065 +- IFS="$ac_save_ifs" 32.17066 + fi 32.17067 ++if test -z "$CXX"; then 32.17068 ++ ac_ct_CXX=$CXX 32.17069 ++ for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 32.17070 ++do 32.17071 ++ # Extract the first word of "$ac_prog", so it can be a program name with args. 32.17072 ++set dummy $ac_prog; ac_word=$2 32.17073 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.17074 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.17075 ++if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 32.17076 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17077 ++else 32.17078 ++ if test -n "$ac_ct_CXX"; then 32.17079 ++ ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 32.17080 ++else 32.17081 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.17082 ++for as_dir in $PATH 32.17083 ++do 32.17084 ++ IFS=$as_save_IFS 32.17085 ++ test -z "$as_dir" && as_dir=. 32.17086 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.17087 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.17088 ++ ac_cv_prog_ac_ct_CXX="$ac_prog" 32.17089 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.17090 ++ break 2 32.17091 ++ fi 32.17092 ++done 32.17093 ++done 32.17094 ++ 32.17095 ++fi 32.17096 ++fi 32.17097 ++ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 32.17098 ++if test -n "$ac_ct_CXX"; then 32.17099 ++ echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 32.17100 ++echo "${ECHO_T}$ac_ct_CXX" >&6 32.17101 ++else 32.17102 ++ echo "$as_me:$LINENO: result: no" >&5 32.17103 ++echo "${ECHO_T}no" >&6 32.17104 ++fi 32.17105 ++ 32.17106 ++ test -n "$ac_ct_CXX" && break 32.17107 ++done 32.17108 ++test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 32.17109 ++ 32.17110 ++ CXX=$ac_ct_CXX 32.17111 + fi 32.17112 +-AS="$ac_cv_prog_AS" 32.17113 +-if test -n "$AS"; then 32.17114 +- echo "$ac_t""$AS" 1>&6 32.17115 ++ 32.17116 ++ 32.17117 ++# Provide some information about the compiler. 32.17118 ++echo "$as_me:$LINENO:" \ 32.17119 ++ "checking for C++ compiler version" >&5 32.17120 ++ac_compiler=`set X $ac_compile; echo $2` 32.17121 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 32.17122 ++ (eval $ac_compiler --version </dev/null >&5) 2>&5 32.17123 ++ ac_status=$? 32.17124 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17125 ++ (exit $ac_status); } 32.17126 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 32.17127 ++ (eval $ac_compiler -v </dev/null >&5) 2>&5 32.17128 ++ ac_status=$? 32.17129 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17130 ++ (exit $ac_status); } 32.17131 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 32.17132 ++ (eval $ac_compiler -V </dev/null >&5) 2>&5 32.17133 ++ ac_status=$? 32.17134 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17135 ++ (exit $ac_status); } 32.17136 ++ 32.17137 ++echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 32.17138 ++echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 32.17139 ++if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 32.17140 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17141 ++else 32.17142 ++ cat >conftest.$ac_ext <<_ACEOF 32.17143 ++/* confdefs.h. */ 32.17144 ++_ACEOF 32.17145 ++cat confdefs.h >>conftest.$ac_ext 32.17146 ++cat >>conftest.$ac_ext <<_ACEOF 32.17147 ++/* end confdefs.h. */ 32.17148 ++ 32.17149 ++int 32.17150 ++main () 32.17151 ++{ 32.17152 ++#ifndef __GNUC__ 32.17153 ++ choke me 32.17154 ++#endif 32.17155 ++ 32.17156 ++ ; 32.17157 ++ return 0; 32.17158 ++} 32.17159 ++_ACEOF 32.17160 ++rm -f conftest.$ac_objext 32.17161 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.17162 ++ (eval $ac_compile) 2>conftest.er1 32.17163 ++ ac_status=$? 32.17164 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17165 ++ rm -f conftest.er1 32.17166 ++ cat conftest.err >&5 32.17167 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17168 ++ (exit $ac_status); } && 32.17169 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.17170 ++ || test ! -s conftest.err' 32.17171 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17172 ++ (eval $ac_try) 2>&5 32.17173 ++ ac_status=$? 32.17174 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17175 ++ (exit $ac_status); }; } && 32.17176 ++ { ac_try='test -s conftest.$ac_objext' 32.17177 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17178 ++ (eval $ac_try) 2>&5 32.17179 ++ ac_status=$? 32.17180 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17181 ++ (exit $ac_status); }; }; then 32.17182 ++ ac_compiler_gnu=yes 32.17183 ++else 32.17184 ++ echo "$as_me: failed program was:" >&5 32.17185 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17186 ++ 32.17187 ++ac_compiler_gnu=no 32.17188 ++fi 32.17189 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.17190 ++ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 32.17191 ++ 32.17192 ++fi 32.17193 ++echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 32.17194 ++echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 32.17195 ++GXX=`test $ac_compiler_gnu = yes && echo yes` 32.17196 ++ac_test_CXXFLAGS=${CXXFLAGS+set} 32.17197 ++ac_save_CXXFLAGS=$CXXFLAGS 32.17198 ++CXXFLAGS="-g" 32.17199 ++echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 32.17200 ++echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 32.17201 ++if test "${ac_cv_prog_cxx_g+set}" = set; then 32.17202 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17203 ++else 32.17204 ++ cat >conftest.$ac_ext <<_ACEOF 32.17205 ++/* confdefs.h. */ 32.17206 ++_ACEOF 32.17207 ++cat confdefs.h >>conftest.$ac_ext 32.17208 ++cat >>conftest.$ac_ext <<_ACEOF 32.17209 ++/* end confdefs.h. */ 32.17210 ++ 32.17211 ++int 32.17212 ++main () 32.17213 ++{ 32.17214 ++ 32.17215 ++ ; 32.17216 ++ return 0; 32.17217 ++} 32.17218 ++_ACEOF 32.17219 ++rm -f conftest.$ac_objext 32.17220 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.17221 ++ (eval $ac_compile) 2>conftest.er1 32.17222 ++ ac_status=$? 32.17223 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17224 ++ rm -f conftest.er1 32.17225 ++ cat conftest.err >&5 32.17226 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17227 ++ (exit $ac_status); } && 32.17228 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.17229 ++ || test ! -s conftest.err' 32.17230 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17231 ++ (eval $ac_try) 2>&5 32.17232 ++ ac_status=$? 32.17233 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17234 ++ (exit $ac_status); }; } && 32.17235 ++ { ac_try='test -s conftest.$ac_objext' 32.17236 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17237 ++ (eval $ac_try) 2>&5 32.17238 ++ ac_status=$? 32.17239 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17240 ++ (exit $ac_status); }; }; then 32.17241 ++ ac_cv_prog_cxx_g=yes 32.17242 ++else 32.17243 ++ echo "$as_me: failed program was:" >&5 32.17244 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17245 ++ 32.17246 ++ac_cv_prog_cxx_g=no 32.17247 ++fi 32.17248 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.17249 ++fi 32.17250 ++echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 32.17251 ++echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 32.17252 ++if test "$ac_test_CXXFLAGS" = set; then 32.17253 ++ CXXFLAGS=$ac_save_CXXFLAGS 32.17254 ++elif test $ac_cv_prog_cxx_g = yes; then 32.17255 ++ if test "$GXX" = yes; then 32.17256 ++ CXXFLAGS="-g -O2" 32.17257 ++ else 32.17258 ++ CXXFLAGS="-g" 32.17259 ++ fi 32.17260 + else 32.17261 +- echo "$ac_t""no" 1>&6 32.17262 ++ if test "$GXX" = yes; then 32.17263 ++ CXXFLAGS="-O2" 32.17264 ++ else 32.17265 ++ CXXFLAGS= 32.17266 ++ fi 32.17267 + fi 32.17268 ++for ac_declaration in \ 32.17269 ++ '' \ 32.17270 ++ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 32.17271 ++ 'extern "C" void std::exit (int); using std::exit;' \ 32.17272 ++ 'extern "C" void exit (int) throw ();' \ 32.17273 ++ 'extern "C" void exit (int);' \ 32.17274 ++ 'void exit (int);' 32.17275 ++do 32.17276 ++ cat >conftest.$ac_ext <<_ACEOF 32.17277 ++/* confdefs.h. */ 32.17278 ++_ACEOF 32.17279 ++cat confdefs.h >>conftest.$ac_ext 32.17280 ++cat >>conftest.$ac_ext <<_ACEOF 32.17281 ++/* end confdefs.h. */ 32.17282 ++$ac_declaration 32.17283 ++#include <stdlib.h> 32.17284 ++int 32.17285 ++main () 32.17286 ++{ 32.17287 ++exit (42); 32.17288 ++ ; 32.17289 ++ return 0; 32.17290 ++} 32.17291 ++_ACEOF 32.17292 ++rm -f conftest.$ac_objext 32.17293 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.17294 ++ (eval $ac_compile) 2>conftest.er1 32.17295 ++ ac_status=$? 32.17296 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17297 ++ rm -f conftest.er1 32.17298 ++ cat conftest.err >&5 32.17299 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17300 ++ (exit $ac_status); } && 32.17301 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.17302 ++ || test ! -s conftest.err' 32.17303 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17304 ++ (eval $ac_try) 2>&5 32.17305 ++ ac_status=$? 32.17306 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17307 ++ (exit $ac_status); }; } && 32.17308 ++ { ac_try='test -s conftest.$ac_objext' 32.17309 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17310 ++ (eval $ac_try) 2>&5 32.17311 ++ ac_status=$? 32.17312 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17313 ++ (exit $ac_status); }; }; then 32.17314 ++ : 32.17315 ++else 32.17316 ++ echo "$as_me: failed program was:" >&5 32.17317 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17318 ++ 32.17319 ++continue 32.17320 ++fi 32.17321 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.17322 ++ cat >conftest.$ac_ext <<_ACEOF 32.17323 ++/* confdefs.h. */ 32.17324 ++_ACEOF 32.17325 ++cat confdefs.h >>conftest.$ac_ext 32.17326 ++cat >>conftest.$ac_ext <<_ACEOF 32.17327 ++/* end confdefs.h. */ 32.17328 ++$ac_declaration 32.17329 ++int 32.17330 ++main () 32.17331 ++{ 32.17332 ++exit (42); 32.17333 ++ ; 32.17334 ++ return 0; 32.17335 ++} 32.17336 ++_ACEOF 32.17337 ++rm -f conftest.$ac_objext 32.17338 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.17339 ++ (eval $ac_compile) 2>conftest.er1 32.17340 ++ ac_status=$? 32.17341 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17342 ++ rm -f conftest.er1 32.17343 ++ cat conftest.err >&5 32.17344 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17345 ++ (exit $ac_status); } && 32.17346 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.17347 ++ || test ! -s conftest.err' 32.17348 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17349 ++ (eval $ac_try) 2>&5 32.17350 ++ ac_status=$? 32.17351 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17352 ++ (exit $ac_status); }; } && 32.17353 ++ { ac_try='test -s conftest.$ac_objext' 32.17354 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17355 ++ (eval $ac_try) 2>&5 32.17356 ++ ac_status=$? 32.17357 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17358 ++ (exit $ac_status); }; }; then 32.17359 ++ break 32.17360 ++else 32.17361 ++ echo "$as_me: failed program was:" >&5 32.17362 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17363 ++ 32.17364 ++fi 32.17365 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.17366 ++done 32.17367 ++rm -f conftest* 32.17368 ++if test -n "$ac_declaration"; then 32.17369 ++ echo '#ifdef __cplusplus' >>confdefs.h 32.17370 ++ echo $ac_declaration >>confdefs.h 32.17371 ++ echo '#endif' >>confdefs.h 32.17372 ++fi 32.17373 ++ 32.17374 ++ac_ext=cc 32.17375 ++ac_cpp='$CXXCPP $CPPFLAGS' 32.17376 ++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.17377 ++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.17378 ++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 32.17379 ++ 32.17380 ++depcc="$CXX" am_compiler_list= 32.17381 ++ 32.17382 ++echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 32.17383 ++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 32.17384 ++if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 32.17385 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17386 ++else 32.17387 ++ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 32.17388 ++ # We make a subdir and do the tests there. Otherwise we can end up 32.17389 ++ # making bogus files that we don't know about and never remove. For 32.17390 ++ # instance it was reported that on HP-UX the gcc test will end up 32.17391 ++ # making a dummy file named `D' -- because `-MD' means `put the output 32.17392 ++ # in D'. 32.17393 ++ mkdir conftest.dir 32.17394 ++ # Copy depcomp to subdir because otherwise we won't find it if we're 32.17395 ++ # using a relative directory. 32.17396 ++ cp "$am_depcomp" conftest.dir 32.17397 ++ cd conftest.dir 32.17398 ++ # We will build objects and dependencies in a subdirectory because 32.17399 ++ # it helps to detect inapplicable dependency modes. For instance 32.17400 ++ # both Tru64's cc and ICC support -MD to output dependencies as a 32.17401 ++ # side effect of compilation, but ICC will put the dependencies in 32.17402 ++ # the current directory while Tru64 will put them in the object 32.17403 ++ # directory. 32.17404 ++ mkdir sub 32.17405 ++ 32.17406 ++ am_cv_CXX_dependencies_compiler_type=none 32.17407 ++ if test "$am_compiler_list" = ""; then 32.17408 ++ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 32.17409 ++ fi 32.17410 ++ for depmode in $am_compiler_list; do 32.17411 ++ # Setup a source with many dependencies, because some compilers 32.17412 ++ # like to wrap large dependency lists on column 80 (with \), and 32.17413 ++ # we should not choose a depcomp mode which is confused by this. 32.17414 ++ # 32.17415 ++ # We need to recreate these files for each test, as the compiler may 32.17416 ++ # overwrite some of them when testing with obscure command lines. 32.17417 ++ # This happens at least with the AIX C compiler. 32.17418 ++ : > sub/conftest.c 32.17419 ++ for i in 1 2 3 4 5 6; do 32.17420 ++ echo '#include "conftst'$i'.h"' >> sub/conftest.c 32.17421 ++ : > sub/conftst$i.h 32.17422 ++ done 32.17423 ++ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 32.17424 ++ 32.17425 ++ case $depmode in 32.17426 ++ nosideeffect) 32.17427 ++ # after this tag, mechanisms are not by side-effect, so they'll 32.17428 ++ # only be used when explicitly requested 32.17429 ++ if test "x$enable_dependency_tracking" = xyes; then 32.17430 ++ continue 32.17431 ++ else 32.17432 ++ break 32.17433 ++ fi 32.17434 ++ ;; 32.17435 ++ none) break ;; 32.17436 ++ esac 32.17437 ++ # We check with `-c' and `-o' for the sake of the "dashmstdout" 32.17438 ++ # mode. It turns out that the SunPro C++ compiler does not properly 32.17439 ++ # handle `-M -o', and we need to detect this. 32.17440 ++ if depmode=$depmode \ 32.17441 ++ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 32.17442 ++ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 32.17443 ++ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 32.17444 ++ >/dev/null 2>conftest.err && 32.17445 ++ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 32.17446 ++ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 32.17447 ++ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 32.17448 ++ # icc doesn't choke on unknown options, it will just issue warnings 32.17449 ++ # (even with -Werror). So we grep stderr for any message 32.17450 ++ # that says an option was ignored. 32.17451 ++ if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 32.17452 ++ am_cv_CXX_dependencies_compiler_type=$depmode 32.17453 ++ break 32.17454 ++ fi 32.17455 ++ fi 32.17456 ++ done 32.17457 ++ 32.17458 ++ cd .. 32.17459 ++ rm -rf conftest.dir 32.17460 ++else 32.17461 ++ am_cv_CXX_dependencies_compiler_type=none 32.17462 ++fi 32.17463 ++ 32.17464 ++fi 32.17465 ++echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 32.17466 ++echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 32.17467 ++CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 32.17468 ++ 32.17469 ++ 32.17470 ++ 32.17471 ++if 32.17472 ++ test "x$enable_dependency_tracking" != xno \ 32.17473 ++ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 32.17474 ++ am__fastdepCXX_TRUE= 32.17475 ++ am__fastdepCXX_FALSE='#' 32.17476 ++else 32.17477 ++ am__fastdepCXX_TRUE='#' 32.17478 ++ am__fastdepCXX_FALSE= 32.17479 ++fi 32.17480 ++ 32.17481 ++ 32.17482 ++ac_ext=cc 32.17483 ++ac_cpp='$CXXCPP $CPPFLAGS' 32.17484 ++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.17485 ++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.17486 ++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 32.17487 ++echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 32.17488 ++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 32.17489 ++if test -z "$CXXCPP"; then 32.17490 ++ if test "${ac_cv_prog_CXXCPP+set}" = set; then 32.17491 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17492 ++else 32.17493 ++ # Double quotes because CXXCPP needs to be expanded 32.17494 ++ for CXXCPP in "$CXX -E" "/lib/cpp" 32.17495 ++ do 32.17496 ++ ac_preproc_ok=false 32.17497 ++for ac_cxx_preproc_warn_flag in '' yes 32.17498 ++do 32.17499 ++ # Use a header file that comes with gcc, so configuring glibc 32.17500 ++ # with a fresh cross-compiler works. 32.17501 ++ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.17502 ++ # <limits.h> exists even on freestanding compilers. 32.17503 ++ # On the NeXT, cc -E runs the code through the compiler's parser, 32.17504 ++ # not just through cpp. "Syntax error" is here to catch this case. 32.17505 ++ cat >conftest.$ac_ext <<_ACEOF 32.17506 ++/* confdefs.h. */ 32.17507 ++_ACEOF 32.17508 ++cat confdefs.h >>conftest.$ac_ext 32.17509 ++cat >>conftest.$ac_ext <<_ACEOF 32.17510 ++/* end confdefs.h. */ 32.17511 ++#ifdef __STDC__ 32.17512 ++# include <limits.h> 32.17513 ++#else 32.17514 ++# include <assert.h> 32.17515 ++#endif 32.17516 ++ Syntax error 32.17517 ++_ACEOF 32.17518 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.17519 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.17520 ++ ac_status=$? 32.17521 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17522 ++ rm -f conftest.er1 32.17523 ++ cat conftest.err >&5 32.17524 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17525 ++ (exit $ac_status); } >/dev/null; then 32.17526 ++ if test -s conftest.err; then 32.17527 ++ ac_cpp_err=$ac_cxx_preproc_warn_flag 32.17528 ++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 32.17529 ++ else 32.17530 ++ ac_cpp_err= 32.17531 ++ fi 32.17532 ++else 32.17533 ++ ac_cpp_err=yes 32.17534 ++fi 32.17535 ++if test -z "$ac_cpp_err"; then 32.17536 ++ : 32.17537 ++else 32.17538 ++ echo "$as_me: failed program was:" >&5 32.17539 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17540 ++ 32.17541 ++ # Broken: fails on valid input. 32.17542 ++continue 32.17543 ++fi 32.17544 ++rm -f conftest.err conftest.$ac_ext 32.17545 ++ 32.17546 ++ # OK, works on sane cases. Now check whether non-existent headers 32.17547 ++ # can be detected and how. 32.17548 ++ cat >conftest.$ac_ext <<_ACEOF 32.17549 ++/* confdefs.h. */ 32.17550 ++_ACEOF 32.17551 ++cat confdefs.h >>conftest.$ac_ext 32.17552 ++cat >>conftest.$ac_ext <<_ACEOF 32.17553 ++/* end confdefs.h. */ 32.17554 ++#include <ac_nonexistent.h> 32.17555 ++_ACEOF 32.17556 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.17557 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.17558 ++ ac_status=$? 32.17559 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17560 ++ rm -f conftest.er1 32.17561 ++ cat conftest.err >&5 32.17562 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17563 ++ (exit $ac_status); } >/dev/null; then 32.17564 ++ if test -s conftest.err; then 32.17565 ++ ac_cpp_err=$ac_cxx_preproc_warn_flag 32.17566 ++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 32.17567 ++ else 32.17568 ++ ac_cpp_err= 32.17569 ++ fi 32.17570 ++else 32.17571 ++ ac_cpp_err=yes 32.17572 ++fi 32.17573 ++if test -z "$ac_cpp_err"; then 32.17574 ++ # Broken: success on invalid input. 32.17575 ++continue 32.17576 ++else 32.17577 ++ echo "$as_me: failed program was:" >&5 32.17578 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17579 ++ 32.17580 ++ # Passes both tests. 32.17581 ++ac_preproc_ok=: 32.17582 ++break 32.17583 ++fi 32.17584 ++rm -f conftest.err conftest.$ac_ext 32.17585 ++ 32.17586 ++done 32.17587 ++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 32.17588 ++rm -f conftest.err conftest.$ac_ext 32.17589 ++if $ac_preproc_ok; then 32.17590 ++ break 32.17591 ++fi 32.17592 ++ 32.17593 ++ done 32.17594 ++ ac_cv_prog_CXXCPP=$CXXCPP 32.17595 ++ 32.17596 ++fi 32.17597 ++ CXXCPP=$ac_cv_prog_CXXCPP 32.17598 ++else 32.17599 ++ ac_cv_prog_CXXCPP=$CXXCPP 32.17600 ++fi 32.17601 ++echo "$as_me:$LINENO: result: $CXXCPP" >&5 32.17602 ++echo "${ECHO_T}$CXXCPP" >&6 32.17603 ++ac_preproc_ok=false 32.17604 ++for ac_cxx_preproc_warn_flag in '' yes 32.17605 ++do 32.17606 ++ # Use a header file that comes with gcc, so configuring glibc 32.17607 ++ # with a fresh cross-compiler works. 32.17608 ++ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.17609 ++ # <limits.h> exists even on freestanding compilers. 32.17610 ++ # On the NeXT, cc -E runs the code through the compiler's parser, 32.17611 ++ # not just through cpp. "Syntax error" is here to catch this case. 32.17612 ++ cat >conftest.$ac_ext <<_ACEOF 32.17613 ++/* confdefs.h. */ 32.17614 ++_ACEOF 32.17615 ++cat confdefs.h >>conftest.$ac_ext 32.17616 ++cat >>conftest.$ac_ext <<_ACEOF 32.17617 ++/* end confdefs.h. */ 32.17618 ++#ifdef __STDC__ 32.17619 ++# include <limits.h> 32.17620 ++#else 32.17621 ++# include <assert.h> 32.17622 ++#endif 32.17623 ++ Syntax error 32.17624 ++_ACEOF 32.17625 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.17626 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.17627 ++ ac_status=$? 32.17628 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17629 ++ rm -f conftest.er1 32.17630 ++ cat conftest.err >&5 32.17631 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17632 ++ (exit $ac_status); } >/dev/null; then 32.17633 ++ if test -s conftest.err; then 32.17634 ++ ac_cpp_err=$ac_cxx_preproc_warn_flag 32.17635 ++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 32.17636 ++ else 32.17637 ++ ac_cpp_err= 32.17638 ++ fi 32.17639 ++else 32.17640 ++ ac_cpp_err=yes 32.17641 ++fi 32.17642 ++if test -z "$ac_cpp_err"; then 32.17643 ++ : 32.17644 ++else 32.17645 ++ echo "$as_me: failed program was:" >&5 32.17646 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17647 ++ 32.17648 ++ # Broken: fails on valid input. 32.17649 ++continue 32.17650 ++fi 32.17651 ++rm -f conftest.err conftest.$ac_ext 32.17652 ++ 32.17653 ++ # OK, works on sane cases. Now check whether non-existent headers 32.17654 ++ # can be detected and how. 32.17655 ++ cat >conftest.$ac_ext <<_ACEOF 32.17656 ++/* confdefs.h. */ 32.17657 ++_ACEOF 32.17658 ++cat confdefs.h >>conftest.$ac_ext 32.17659 ++cat >>conftest.$ac_ext <<_ACEOF 32.17660 ++/* end confdefs.h. */ 32.17661 ++#include <ac_nonexistent.h> 32.17662 ++_ACEOF 32.17663 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.17664 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.17665 ++ ac_status=$? 32.17666 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17667 ++ rm -f conftest.er1 32.17668 ++ cat conftest.err >&5 32.17669 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17670 ++ (exit $ac_status); } >/dev/null; then 32.17671 ++ if test -s conftest.err; then 32.17672 ++ ac_cpp_err=$ac_cxx_preproc_warn_flag 32.17673 ++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 32.17674 ++ else 32.17675 ++ ac_cpp_err= 32.17676 ++ fi 32.17677 ++else 32.17678 ++ ac_cpp_err=yes 32.17679 ++fi 32.17680 ++if test -z "$ac_cpp_err"; then 32.17681 ++ # Broken: success on invalid input. 32.17682 ++continue 32.17683 ++else 32.17684 ++ echo "$as_me: failed program was:" >&5 32.17685 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17686 ++ 32.17687 ++ # Passes both tests. 32.17688 ++ac_preproc_ok=: 32.17689 ++break 32.17690 ++fi 32.17691 ++rm -f conftest.err conftest.$ac_ext 32.17692 ++ 32.17693 ++done 32.17694 ++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 32.17695 ++rm -f conftest.err conftest.$ac_ext 32.17696 ++if $ac_preproc_ok; then 32.17697 ++ : 32.17698 ++else 32.17699 ++ { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 32.17700 ++See \`config.log' for more details." >&5 32.17701 ++echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 32.17702 ++See \`config.log' for more details." >&2;} 32.17703 ++ { (exit 1); exit 1; }; } 32.17704 ++fi 32.17705 ++ 32.17706 ++ac_ext=cc 32.17707 ++ac_cpp='$CXXCPP $CPPFLAGS' 32.17708 ++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.17709 ++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.17710 ++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 32.17711 ++ 32.17712 ++ 32.17713 ++ac_ext=f 32.17714 ++ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 32.17715 ++ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.17716 ++ac_compiler_gnu=$ac_cv_f77_compiler_gnu 32.17717 ++if test -n "$ac_tool_prefix"; then 32.17718 ++ for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 32.17719 ++ do 32.17720 ++ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 32.17721 ++set dummy $ac_tool_prefix$ac_prog; ac_word=$2 32.17722 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.17723 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.17724 ++if test "${ac_cv_prog_F77+set}" = set; then 32.17725 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17726 ++else 32.17727 ++ if test -n "$F77"; then 32.17728 ++ ac_cv_prog_F77="$F77" # Let the user override the test. 32.17729 ++else 32.17730 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.17731 ++for as_dir in $PATH 32.17732 ++do 32.17733 ++ IFS=$as_save_IFS 32.17734 ++ test -z "$as_dir" && as_dir=. 32.17735 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.17736 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.17737 ++ ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 32.17738 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.17739 ++ break 2 32.17740 ++ fi 32.17741 ++done 32.17742 ++done 32.17743 ++ 32.17744 ++fi 32.17745 ++fi 32.17746 ++F77=$ac_cv_prog_F77 32.17747 ++if test -n "$F77"; then 32.17748 ++ echo "$as_me:$LINENO: result: $F77" >&5 32.17749 ++echo "${ECHO_T}$F77" >&6 32.17750 ++else 32.17751 ++ echo "$as_me:$LINENO: result: no" >&5 32.17752 ++echo "${ECHO_T}no" >&6 32.17753 ++fi 32.17754 ++ 32.17755 ++ test -n "$F77" && break 32.17756 ++ done 32.17757 ++fi 32.17758 ++if test -z "$F77"; then 32.17759 ++ ac_ct_F77=$F77 32.17760 ++ for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 32.17761 ++do 32.17762 ++ # Extract the first word of "$ac_prog", so it can be a program name with args. 32.17763 ++set dummy $ac_prog; ac_word=$2 32.17764 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.17765 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.17766 ++if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 32.17767 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17768 ++else 32.17769 ++ if test -n "$ac_ct_F77"; then 32.17770 ++ ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. 32.17771 ++else 32.17772 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.17773 ++for as_dir in $PATH 32.17774 ++do 32.17775 ++ IFS=$as_save_IFS 32.17776 ++ test -z "$as_dir" && as_dir=. 32.17777 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.17778 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.17779 ++ ac_cv_prog_ac_ct_F77="$ac_prog" 32.17780 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.17781 ++ break 2 32.17782 ++ fi 32.17783 ++done 32.17784 ++done 32.17785 ++ 32.17786 ++fi 32.17787 ++fi 32.17788 ++ac_ct_F77=$ac_cv_prog_ac_ct_F77 32.17789 ++if test -n "$ac_ct_F77"; then 32.17790 ++ echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 32.17791 ++echo "${ECHO_T}$ac_ct_F77" >&6 32.17792 ++else 32.17793 ++ echo "$as_me:$LINENO: result: no" >&5 32.17794 ++echo "${ECHO_T}no" >&6 32.17795 ++fi 32.17796 ++ 32.17797 ++ test -n "$ac_ct_F77" && break 32.17798 ++done 32.17799 ++ 32.17800 ++ F77=$ac_ct_F77 32.17801 ++fi 32.17802 ++ 32.17803 ++ 32.17804 ++# Provide some information about the compiler. 32.17805 ++echo "$as_me:5207:" \ 32.17806 ++ "checking for Fortran 77 compiler version" >&5 32.17807 ++ac_compiler=`set X $ac_compile; echo $2` 32.17808 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 32.17809 ++ (eval $ac_compiler --version </dev/null >&5) 2>&5 32.17810 ++ ac_status=$? 32.17811 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17812 ++ (exit $ac_status); } 32.17813 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 32.17814 ++ (eval $ac_compiler -v </dev/null >&5) 2>&5 32.17815 ++ ac_status=$? 32.17816 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17817 ++ (exit $ac_status); } 32.17818 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 32.17819 ++ (eval $ac_compiler -V </dev/null >&5) 2>&5 32.17820 ++ ac_status=$? 32.17821 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17822 ++ (exit $ac_status); } 32.17823 ++rm -f a.out 32.17824 ++ 32.17825 ++# If we don't use `.F' as extension, the preprocessor is not run on the 32.17826 ++# input file. (Note that this only needs to work for GNU compilers.) 32.17827 ++ac_save_ext=$ac_ext 32.17828 ++ac_ext=F 32.17829 ++echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 32.17830 ++echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 32.17831 ++if test "${ac_cv_f77_compiler_gnu+set}" = set; then 32.17832 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17833 ++else 32.17834 ++ cat >conftest.$ac_ext <<_ACEOF 32.17835 ++ program main 32.17836 ++#ifndef __GNUC__ 32.17837 ++ choke me 32.17838 ++#endif 32.17839 ++ 32.17840 ++ end 32.17841 ++_ACEOF 32.17842 ++rm -f conftest.$ac_objext 32.17843 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.17844 ++ (eval $ac_compile) 2>conftest.er1 32.17845 ++ ac_status=$? 32.17846 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17847 ++ rm -f conftest.er1 32.17848 ++ cat conftest.err >&5 32.17849 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17850 ++ (exit $ac_status); } && 32.17851 ++ { ac_try='test -z "$ac_f77_werror_flag" 32.17852 ++ || test ! -s conftest.err' 32.17853 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17854 ++ (eval $ac_try) 2>&5 32.17855 ++ ac_status=$? 32.17856 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17857 ++ (exit $ac_status); }; } && 32.17858 ++ { ac_try='test -s conftest.$ac_objext' 32.17859 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17860 ++ (eval $ac_try) 2>&5 32.17861 ++ ac_status=$? 32.17862 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17863 ++ (exit $ac_status); }; }; then 32.17864 ++ ac_compiler_gnu=yes 32.17865 ++else 32.17866 ++ echo "$as_me: failed program was:" >&5 32.17867 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17868 ++ 32.17869 ++ac_compiler_gnu=no 32.17870 ++fi 32.17871 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.17872 ++ac_cv_f77_compiler_gnu=$ac_compiler_gnu 32.17873 ++ 32.17874 ++fi 32.17875 ++echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 32.17876 ++echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 32.17877 ++ac_ext=$ac_save_ext 32.17878 ++ac_test_FFLAGS=${FFLAGS+set} 32.17879 ++ac_save_FFLAGS=$FFLAGS 32.17880 ++FFLAGS= 32.17881 ++echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 32.17882 ++echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 32.17883 ++if test "${ac_cv_prog_f77_g+set}" = set; then 32.17884 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17885 ++else 32.17886 ++ FFLAGS=-g 32.17887 ++cat >conftest.$ac_ext <<_ACEOF 32.17888 ++ program main 32.17889 ++ 32.17890 ++ end 32.17891 ++_ACEOF 32.17892 ++rm -f conftest.$ac_objext 32.17893 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.17894 ++ (eval $ac_compile) 2>conftest.er1 32.17895 ++ ac_status=$? 32.17896 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.17897 ++ rm -f conftest.er1 32.17898 ++ cat conftest.err >&5 32.17899 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17900 ++ (exit $ac_status); } && 32.17901 ++ { ac_try='test -z "$ac_f77_werror_flag" 32.17902 ++ || test ! -s conftest.err' 32.17903 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17904 ++ (eval $ac_try) 2>&5 32.17905 ++ ac_status=$? 32.17906 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17907 ++ (exit $ac_status); }; } && 32.17908 ++ { ac_try='test -s conftest.$ac_objext' 32.17909 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.17910 ++ (eval $ac_try) 2>&5 32.17911 ++ ac_status=$? 32.17912 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.17913 ++ (exit $ac_status); }; }; then 32.17914 ++ ac_cv_prog_f77_g=yes 32.17915 ++else 32.17916 ++ echo "$as_me: failed program was:" >&5 32.17917 ++sed 's/^/| /' conftest.$ac_ext >&5 32.17918 ++ 32.17919 ++ac_cv_prog_f77_g=no 32.17920 ++fi 32.17921 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.17922 ++ 32.17923 ++fi 32.17924 ++echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 32.17925 ++echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 32.17926 ++if test "$ac_test_FFLAGS" = set; then 32.17927 ++ FFLAGS=$ac_save_FFLAGS 32.17928 ++elif test $ac_cv_prog_f77_g = yes; then 32.17929 ++ if test "x$ac_cv_f77_compiler_gnu" = xyes; then 32.17930 ++ FFLAGS="-g -O2" 32.17931 ++ else 32.17932 ++ FFLAGS="-g" 32.17933 ++ fi 32.17934 ++else 32.17935 ++ if test "x$ac_cv_f77_compiler_gnu" = xyes; then 32.17936 ++ FFLAGS="-O2" 32.17937 ++ else 32.17938 ++ FFLAGS= 32.17939 ++ fi 32.17940 ++fi 32.17941 ++ 32.17942 ++G77=`test $ac_compiler_gnu = yes && echo yes` 32.17943 ++ac_ext=c 32.17944 ++ac_cpp='$CPP $CPPFLAGS' 32.17945 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.17946 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.17947 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.17948 ++ 32.17949 ++ 32.17950 ++ 32.17951 ++# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 32.17952 ++ 32.17953 ++# find the maximum length of command line arguments 32.17954 ++echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 32.17955 ++echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 32.17956 ++if test "${lt_cv_sys_max_cmd_len+set}" = set; then 32.17957 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.17958 ++else 32.17959 ++ i=0 32.17960 ++ testring="ABCD" 32.17961 ++ 32.17962 ++ case $build_os in 32.17963 ++ msdosdjgpp*) 32.17964 ++ # On DJGPP, this test can blow up pretty badly due to problems in libc 32.17965 ++ # (any single argument exceeding 2000 bytes causes a buffer overrun 32.17966 ++ # during glob expansion). Even if it were fixed, the result of this 32.17967 ++ # check would be larger than it should be. 32.17968 ++ lt_cv_sys_max_cmd_len=12288; # 12K is about right 32.17969 ++ ;; 32.17970 ++ 32.17971 ++ gnu*) 32.17972 ++ # Under GNU Hurd, this test is not required because there is 32.17973 ++ # no limit to the length of command line arguments. 32.17974 ++ # Libtool will interpret -1 as no limit whatsoever 32.17975 ++ lt_cv_sys_max_cmd_len=-1; 32.17976 ++ ;; 32.17977 ++ 32.17978 ++ cygwin* | mingw*) 32.17979 ++ # On Win9x/ME, this test blows up -- it succeeds, but takes 32.17980 ++ # about 5 minutes as the teststring grows exponentially. 32.17981 ++ # Worse, since 9x/ME are not pre-emptively multitasking, 32.17982 ++ # you end up with a "frozen" computer, even though with patience 32.17983 ++ # the test eventually succeeds (with a max line length of 256k). 32.17984 ++ # Instead, let's just punt: use the minimum linelength reported by 32.17985 ++ # all of the supported platforms: 8192 (on NT/2K/XP). 32.17986 ++ lt_cv_sys_max_cmd_len=8192; 32.17987 ++ ;; 32.17988 ++ 32.17989 ++ amigaos*) 32.17990 ++ # On AmigaOS with pdksh, this test takes hours, literally. 32.17991 ++ # So we just punt and use a minimum line length of 8192. 32.17992 ++ lt_cv_sys_max_cmd_len=8192; 32.17993 ++ ;; 32.17994 ++ 32.17995 ++ *) 32.17996 ++ # If test is not a shell built-in, we'll probably end up computing a 32.17997 ++ # maximum length that is only half of the actual maximum length, but 32.17998 ++ # we can't tell. 32.17999 ++ while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \ 32.18000 ++ = "XX$testring") >/dev/null 2>&1 && 32.18001 ++ new_result=`expr "X$testring" : ".*" 2>&1` && 32.18002 ++ lt_cv_sys_max_cmd_len=$new_result && 32.18003 ++ test $i != 17 # 1/2 MB should be enough 32.18004 ++ do 32.18005 ++ i=`expr $i + 1` 32.18006 ++ testring=$testring$testring 32.18007 ++ done 32.18008 ++ testring= 32.18009 ++ # Add a significant safety factor because C++ compilers can tack on massive 32.18010 ++ # amounts of additional arguments before passing them to the linker. 32.18011 ++ # It appears as though 1/2 is a usable value. 32.18012 ++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` 32.18013 ++ ;; 32.18014 ++ esac 32.18015 ++ 32.18016 ++fi 32.18017 ++ 32.18018 ++if test -n $lt_cv_sys_max_cmd_len ; then 32.18019 ++ echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 32.18020 ++echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 32.18021 ++else 32.18022 ++ echo "$as_me:$LINENO: result: none" >&5 32.18023 ++echo "${ECHO_T}none" >&6 32.18024 ++fi 32.18025 ++ 32.18026 ++ 32.18027 ++ 32.18028 ++ 32.18029 ++# Check for command to grab the raw symbol name followed by C symbol from nm. 32.18030 ++echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 32.18031 ++echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 32.18032 ++if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 32.18033 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18034 ++else 32.18035 ++ 32.18036 ++# These are sane defaults that work on at least a few old systems. 32.18037 ++# [They come from Ultrix. What could be older than Ultrix?!! ;)] 32.18038 ++ 32.18039 ++# Character class describing NM global symbol codes. 32.18040 ++symcode='[BCDEGRST]' 32.18041 ++ 32.18042 ++# Regexp to match symbols that can be accessed directly from C. 32.18043 ++sympat='\([_A-Za-z][_A-Za-z0-9]*\)' 32.18044 ++ 32.18045 ++# Transform the above into a raw symbol and a C symbol. 32.18046 ++symxfrm='\1 \2\3 \3' 32.18047 ++ 32.18048 ++# Transform an extracted symbol line into a proper C declaration 32.18049 ++lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" 32.18050 ++ 32.18051 ++# Transform an extracted symbol line into symbol name and symbol address 32.18052 ++lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" 32.18053 ++ 32.18054 ++# Define system-specific variables. 32.18055 ++case $host_os in 32.18056 ++aix*) 32.18057 ++ symcode='[BCDT]' 32.18058 ++ ;; 32.18059 ++cygwin* | mingw* | pw32*) 32.18060 ++ symcode='[ABCDGISTW]' 32.18061 ++ ;; 32.18062 ++hpux*) # Its linker distinguishes data from code symbols 32.18063 ++ if test "$host_cpu" = ia64; then 32.18064 ++ symcode='[ABCDEGRST]' 32.18065 ++ fi 32.18066 ++ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 32.18067 ++ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" 32.18068 ++ ;; 32.18069 ++irix* | nonstopux*) 32.18070 ++ symcode='[BCDEGRST]' 32.18071 ++ ;; 32.18072 ++osf*) 32.18073 ++ symcode='[BCDEGQRST]' 32.18074 ++ ;; 32.18075 ++solaris* | sysv5*) 32.18076 ++ symcode='[BDRT]' 32.18077 ++ ;; 32.18078 ++sysv4) 32.18079 ++ symcode='[DFNSTU]' 32.18080 ++ ;; 32.18081 ++esac 32.18082 ++ 32.18083 ++# Handle CRLF in mingw tool chain 32.18084 ++opt_cr= 32.18085 ++case $build_os in 32.18086 ++mingw*) 32.18087 ++ opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp 32.18088 ++ ;; 32.18089 ++esac 32.18090 ++ 32.18091 ++# If we're using GNU nm, then use its standard symbol codes. 32.18092 ++case `$NM -V 2>&1` in 32.18093 ++*GNU* | *'with BFD'*) 32.18094 ++ symcode='[ABCDGIRSTW]' ;; 32.18095 ++esac 32.18096 ++ 32.18097 ++# Try without a prefix undercore, then with it. 32.18098 ++for ac_symprfx in "" "_"; do 32.18099 ++ 32.18100 ++ # Write the raw and C identifiers. 32.18101 ++ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" 32.18102 ++ 32.18103 ++ # Check to see that the pipe works correctly. 32.18104 ++ pipe_works=no 32.18105 ++ 32.18106 ++ rm -f conftest* 32.18107 ++ cat > conftest.$ac_ext <<EOF 32.18108 ++#ifdef __cplusplus 32.18109 ++extern "C" { 32.18110 ++#endif 32.18111 ++char nm_test_var; 32.18112 ++void nm_test_func(){} 32.18113 ++#ifdef __cplusplus 32.18114 ++} 32.18115 ++#endif 32.18116 ++int main(){nm_test_var='a';nm_test_func();return(0);} 32.18117 ++EOF 32.18118 ++ 32.18119 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.18120 ++ (eval $ac_compile) 2>&5 32.18121 ++ ac_status=$? 32.18122 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.18123 ++ (exit $ac_status); }; then 32.18124 ++ # Now try to grab the symbols. 32.18125 ++ nlist=conftest.nm 32.18126 ++ if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 32.18127 ++ (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 32.18128 ++ ac_status=$? 32.18129 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.18130 ++ (exit $ac_status); } && test -s "$nlist"; then 32.18131 ++ # Try sorting and uniquifying the output. 32.18132 ++ if sort "$nlist" | uniq > "$nlist"T; then 32.18133 ++ mv -f "$nlist"T "$nlist" 32.18134 ++ else 32.18135 ++ rm -f "$nlist"T 32.18136 ++ fi 32.18137 ++ 32.18138 ++ # Make sure that we snagged all the symbols we need. 32.18139 ++ if grep ' nm_test_var$' "$nlist" >/dev/null; then 32.18140 ++ if grep ' nm_test_func$' "$nlist" >/dev/null; then 32.18141 ++ cat <<EOF > conftest.$ac_ext 32.18142 ++#ifdef __cplusplus 32.18143 ++extern "C" { 32.18144 ++#endif 32.18145 ++ 32.18146 ++EOF 32.18147 ++ # Now generate the symbol file. 32.18148 ++ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' 32.18149 ++ 32.18150 ++ cat <<EOF >> conftest.$ac_ext 32.18151 ++#if defined (__STDC__) && __STDC__ 32.18152 ++# define lt_ptr_t void * 32.18153 ++#else 32.18154 ++# define lt_ptr_t char * 32.18155 ++# define const 32.18156 ++#endif 32.18157 ++ 32.18158 ++/* The mapping between symbol names and symbols. */ 32.18159 ++const struct { 32.18160 ++ const char *name; 32.18161 ++ lt_ptr_t address; 32.18162 ++} 32.18163 ++lt_preloaded_symbols[] = 32.18164 ++{ 32.18165 ++EOF 32.18166 ++ $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext 32.18167 ++ cat <<\EOF >> conftest.$ac_ext 32.18168 ++ {0, (lt_ptr_t) 0} 32.18169 ++}; 32.18170 ++ 32.18171 ++#ifdef __cplusplus 32.18172 ++} 32.18173 ++#endif 32.18174 ++EOF 32.18175 ++ # Now try linking the two files. 32.18176 ++ mv conftest.$ac_objext conftstm.$ac_objext 32.18177 ++ lt_save_LIBS="$LIBS" 32.18178 ++ lt_save_CFLAGS="$CFLAGS" 32.18179 ++ LIBS="conftstm.$ac_objext" 32.18180 ++ CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" 32.18181 ++ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.18182 ++ (eval $ac_link) 2>&5 32.18183 ++ ac_status=$? 32.18184 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.18185 ++ (exit $ac_status); } && test -s conftest${ac_exeext}; then 32.18186 ++ pipe_works=yes 32.18187 ++ fi 32.18188 ++ LIBS="$lt_save_LIBS" 32.18189 ++ CFLAGS="$lt_save_CFLAGS" 32.18190 ++ else 32.18191 ++ echo "cannot find nm_test_func in $nlist" >&5 32.18192 ++ fi 32.18193 ++ else 32.18194 ++ echo "cannot find nm_test_var in $nlist" >&5 32.18195 ++ fi 32.18196 ++ else 32.18197 ++ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 32.18198 ++ fi 32.18199 ++ else 32.18200 ++ echo "$progname: failed program was:" >&5 32.18201 ++ cat conftest.$ac_ext >&5 32.18202 ++ fi 32.18203 ++ rm -f conftest* conftst* 32.18204 ++ 32.18205 ++ # Do not use the global_symbol_pipe unless it works. 32.18206 ++ if test "$pipe_works" = yes; then 32.18207 ++ break 32.18208 ++ else 32.18209 ++ lt_cv_sys_global_symbol_pipe= 32.18210 ++ fi 32.18211 ++done 32.18212 ++ 32.18213 ++fi 32.18214 ++ 32.18215 ++if test -z "$lt_cv_sys_global_symbol_pipe"; then 32.18216 ++ lt_cv_sys_global_symbol_to_cdecl= 32.18217 ++fi 32.18218 ++if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 32.18219 ++ echo "$as_me:$LINENO: result: failed" >&5 32.18220 ++echo "${ECHO_T}failed" >&6 32.18221 ++else 32.18222 ++ echo "$as_me:$LINENO: result: ok" >&5 32.18223 ++echo "${ECHO_T}ok" >&6 32.18224 ++fi 32.18225 ++ 32.18226 ++echo "$as_me:$LINENO: checking for objdir" >&5 32.18227 ++echo $ECHO_N "checking for objdir... $ECHO_C" >&6 32.18228 ++if test "${lt_cv_objdir+set}" = set; then 32.18229 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18230 ++else 32.18231 ++ rm -f .libs 2>/dev/null 32.18232 ++mkdir .libs 2>/dev/null 32.18233 ++if test -d .libs; then 32.18234 ++ lt_cv_objdir=.libs 32.18235 ++else 32.18236 ++ # MS-DOS does not allow filenames that begin with a dot. 32.18237 ++ lt_cv_objdir=_libs 32.18238 ++fi 32.18239 ++rmdir .libs 2>/dev/null 32.18240 ++fi 32.18241 ++echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 32.18242 ++echo "${ECHO_T}$lt_cv_objdir" >&6 32.18243 ++objdir=$lt_cv_objdir 32.18244 ++ 32.18245 ++ 32.18246 ++ 32.18247 ++ 32.18248 ++ 32.18249 ++case $host_os in 32.18250 ++aix3*) 32.18251 ++ # AIX sometimes has problems with the GCC collect2 program. For some 32.18252 ++ # reason, if we set the COLLECT_NAMES environment variable, the problems 32.18253 ++ # vanish in a puff of smoke. 32.18254 ++ if test "X${COLLECT_NAMES+set}" != Xset; then 32.18255 ++ COLLECT_NAMES= 32.18256 ++ export COLLECT_NAMES 32.18257 ++ fi 32.18258 ++ ;; 32.18259 ++esac 32.18260 ++ 32.18261 ++# Sed substitution that helps us do robust quoting. It backslashifies 32.18262 ++# metacharacters that are still active within double-quoted strings. 32.18263 ++Xsed='sed -e s/^X//' 32.18264 ++sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' 32.18265 ++ 32.18266 ++# Same as above, but do not quote variable references. 32.18267 ++double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g' 32.18268 ++ 32.18269 ++# Sed substitution to delay expansion of an escaped shell variable in a 32.18270 ++# double_quote_subst'ed string. 32.18271 ++delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 32.18272 ++ 32.18273 ++# Sed substitution to avoid accidental globbing in evaled expressions 32.18274 ++no_glob_subst='s/\*/\\\*/g' 32.18275 ++ 32.18276 ++# Constants: 32.18277 ++rm="rm -f" 32.18278 ++ 32.18279 ++# Global variables: 32.18280 ++default_ofile=libtool 32.18281 ++can_build_shared=yes 32.18282 ++ 32.18283 ++# All known linkers require a `.a' archive for static linking (except M$VC, 32.18284 ++# which needs '.lib'). 32.18285 ++libext=a 32.18286 ++ltmain="$ac_aux_dir/ltmain.sh" 32.18287 ++ofile="$default_ofile" 32.18288 ++with_gnu_ld="$lt_cv_prog_gnu_ld" 32.18289 ++ 32.18290 ++if test -n "$ac_tool_prefix"; then 32.18291 ++ # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 32.18292 ++set dummy ${ac_tool_prefix}ar; ac_word=$2 32.18293 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.18294 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.18295 ++if test "${ac_cv_prog_AR+set}" = set; then 32.18296 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18297 ++else 32.18298 ++ if test -n "$AR"; then 32.18299 ++ ac_cv_prog_AR="$AR" # Let the user override the test. 32.18300 ++else 32.18301 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.18302 ++for as_dir in $PATH 32.18303 ++do 32.18304 ++ IFS=$as_save_IFS 32.18305 ++ test -z "$as_dir" && as_dir=. 32.18306 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.18307 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.18308 ++ ac_cv_prog_AR="${ac_tool_prefix}ar" 32.18309 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.18310 ++ break 2 32.18311 ++ fi 32.18312 ++done 32.18313 ++done 32.18314 ++ 32.18315 ++fi 32.18316 ++fi 32.18317 ++AR=$ac_cv_prog_AR 32.18318 ++if test -n "$AR"; then 32.18319 ++ echo "$as_me:$LINENO: result: $AR" >&5 32.18320 ++echo "${ECHO_T}$AR" >&6 32.18321 ++else 32.18322 ++ echo "$as_me:$LINENO: result: no" >&5 32.18323 ++echo "${ECHO_T}no" >&6 32.18324 ++fi 32.18325 ++ 32.18326 ++fi 32.18327 ++if test -z "$ac_cv_prog_AR"; then 32.18328 ++ ac_ct_AR=$AR 32.18329 ++ # Extract the first word of "ar", so it can be a program name with args. 32.18330 ++set dummy ar; ac_word=$2 32.18331 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.18332 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.18333 ++if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 32.18334 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18335 ++else 32.18336 ++ if test -n "$ac_ct_AR"; then 32.18337 ++ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 32.18338 ++else 32.18339 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.18340 ++for as_dir in $PATH 32.18341 ++do 32.18342 ++ IFS=$as_save_IFS 32.18343 ++ test -z "$as_dir" && as_dir=. 32.18344 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.18345 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.18346 ++ ac_cv_prog_ac_ct_AR="ar" 32.18347 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.18348 ++ break 2 32.18349 ++ fi 32.18350 ++done 32.18351 ++done 32.18352 ++ 32.18353 ++ test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false" 32.18354 ++fi 32.18355 ++fi 32.18356 ++ac_ct_AR=$ac_cv_prog_ac_ct_AR 32.18357 ++if test -n "$ac_ct_AR"; then 32.18358 ++ echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 32.18359 ++echo "${ECHO_T}$ac_ct_AR" >&6 32.18360 ++else 32.18361 ++ echo "$as_me:$LINENO: result: no" >&5 32.18362 ++echo "${ECHO_T}no" >&6 32.18363 ++fi 32.18364 ++ 32.18365 ++ AR=$ac_ct_AR 32.18366 ++else 32.18367 ++ AR="$ac_cv_prog_AR" 32.18368 ++fi 32.18369 ++ 32.18370 ++if test -n "$ac_tool_prefix"; then 32.18371 ++ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 32.18372 ++set dummy ${ac_tool_prefix}ranlib; ac_word=$2 32.18373 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.18374 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.18375 ++if test "${ac_cv_prog_RANLIB+set}" = set; then 32.18376 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18377 ++else 32.18378 ++ if test -n "$RANLIB"; then 32.18379 ++ ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 32.18380 ++else 32.18381 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.18382 ++for as_dir in $PATH 32.18383 ++do 32.18384 ++ IFS=$as_save_IFS 32.18385 ++ test -z "$as_dir" && as_dir=. 32.18386 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.18387 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.18388 ++ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 32.18389 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.18390 ++ break 2 32.18391 ++ fi 32.18392 ++done 32.18393 ++done 32.18394 ++ 32.18395 ++fi 32.18396 ++fi 32.18397 ++RANLIB=$ac_cv_prog_RANLIB 32.18398 ++if test -n "$RANLIB"; then 32.18399 ++ echo "$as_me:$LINENO: result: $RANLIB" >&5 32.18400 ++echo "${ECHO_T}$RANLIB" >&6 32.18401 ++else 32.18402 ++ echo "$as_me:$LINENO: result: no" >&5 32.18403 ++echo "${ECHO_T}no" >&6 32.18404 ++fi 32.18405 ++ 32.18406 ++fi 32.18407 ++if test -z "$ac_cv_prog_RANLIB"; then 32.18408 ++ ac_ct_RANLIB=$RANLIB 32.18409 ++ # Extract the first word of "ranlib", so it can be a program name with args. 32.18410 ++set dummy ranlib; ac_word=$2 32.18411 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.18412 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.18413 ++if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 32.18414 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18415 ++else 32.18416 ++ if test -n "$ac_ct_RANLIB"; then 32.18417 ++ ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 32.18418 ++else 32.18419 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.18420 ++for as_dir in $PATH 32.18421 ++do 32.18422 ++ IFS=$as_save_IFS 32.18423 ++ test -z "$as_dir" && as_dir=. 32.18424 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.18425 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.18426 ++ ac_cv_prog_ac_ct_RANLIB="ranlib" 32.18427 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.18428 ++ break 2 32.18429 ++ fi 32.18430 ++done 32.18431 ++done 32.18432 ++ 32.18433 ++ test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 32.18434 ++fi 32.18435 ++fi 32.18436 ++ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 32.18437 ++if test -n "$ac_ct_RANLIB"; then 32.18438 ++ echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 32.18439 ++echo "${ECHO_T}$ac_ct_RANLIB" >&6 32.18440 ++else 32.18441 ++ echo "$as_me:$LINENO: result: no" >&5 32.18442 ++echo "${ECHO_T}no" >&6 32.18443 ++fi 32.18444 ++ 32.18445 ++ RANLIB=$ac_ct_RANLIB 32.18446 ++else 32.18447 ++ RANLIB="$ac_cv_prog_RANLIB" 32.18448 ++fi 32.18449 ++ 32.18450 ++if test -n "$ac_tool_prefix"; then 32.18451 ++ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 32.18452 ++set dummy ${ac_tool_prefix}strip; ac_word=$2 32.18453 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.18454 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.18455 ++if test "${ac_cv_prog_STRIP+set}" = set; then 32.18456 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18457 ++else 32.18458 ++ if test -n "$STRIP"; then 32.18459 ++ ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 32.18460 ++else 32.18461 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.18462 ++for as_dir in $PATH 32.18463 ++do 32.18464 ++ IFS=$as_save_IFS 32.18465 ++ test -z "$as_dir" && as_dir=. 32.18466 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.18467 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.18468 ++ ac_cv_prog_STRIP="${ac_tool_prefix}strip" 32.18469 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.18470 ++ break 2 32.18471 ++ fi 32.18472 ++done 32.18473 ++done 32.18474 ++ 32.18475 ++fi 32.18476 ++fi 32.18477 ++STRIP=$ac_cv_prog_STRIP 32.18478 ++if test -n "$STRIP"; then 32.18479 ++ echo "$as_me:$LINENO: result: $STRIP" >&5 32.18480 ++echo "${ECHO_T}$STRIP" >&6 32.18481 ++else 32.18482 ++ echo "$as_me:$LINENO: result: no" >&5 32.18483 ++echo "${ECHO_T}no" >&6 32.18484 ++fi 32.18485 ++ 32.18486 ++fi 32.18487 ++if test -z "$ac_cv_prog_STRIP"; then 32.18488 ++ ac_ct_STRIP=$STRIP 32.18489 ++ # Extract the first word of "strip", so it can be a program name with args. 32.18490 ++set dummy strip; ac_word=$2 32.18491 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.18492 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.18493 ++if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 32.18494 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18495 ++else 32.18496 ++ if test -n "$ac_ct_STRIP"; then 32.18497 ++ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 32.18498 ++else 32.18499 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.18500 ++for as_dir in $PATH 32.18501 ++do 32.18502 ++ IFS=$as_save_IFS 32.18503 ++ test -z "$as_dir" && as_dir=. 32.18504 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.18505 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.18506 ++ ac_cv_prog_ac_ct_STRIP="strip" 32.18507 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.18508 ++ break 2 32.18509 ++ fi 32.18510 ++done 32.18511 ++done 32.18512 ++ 32.18513 ++ test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 32.18514 ++fi 32.18515 ++fi 32.18516 ++ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 32.18517 ++if test -n "$ac_ct_STRIP"; then 32.18518 ++ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 32.18519 ++echo "${ECHO_T}$ac_ct_STRIP" >&6 32.18520 ++else 32.18521 ++ echo "$as_me:$LINENO: result: no" >&5 32.18522 ++echo "${ECHO_T}no" >&6 32.18523 ++fi 32.18524 ++ 32.18525 ++ STRIP=$ac_ct_STRIP 32.18526 ++else 32.18527 ++ STRIP="$ac_cv_prog_STRIP" 32.18528 ++fi 32.18529 ++ 32.18530 ++ 32.18531 ++old_CC="$CC" 32.18532 ++old_CFLAGS="$CFLAGS" 32.18533 ++ 32.18534 ++# Set sane defaults for various variables 32.18535 ++test -z "$AR" && AR=ar 32.18536 ++test -z "$AR_FLAGS" && AR_FLAGS=cru 32.18537 ++test -z "$AS" && AS=as 32.18538 ++test -z "$CC" && CC=cc 32.18539 ++test -z "$LTCC" && LTCC=$CC 32.18540 ++test -z "$DLLTOOL" && DLLTOOL=dlltool 32.18541 ++test -z "$LD" && LD=ld 32.18542 ++test -z "$LN_S" && LN_S="ln -s" 32.18543 ++test -z "$MAGIC_CMD" && MAGIC_CMD=file 32.18544 ++test -z "$NM" && NM=nm 32.18545 ++test -z "$SED" && SED=sed 32.18546 ++test -z "$OBJDUMP" && OBJDUMP=objdump 32.18547 ++test -z "$RANLIB" && RANLIB=: 32.18548 ++test -z "$STRIP" && STRIP=: 32.18549 ++test -z "$ac_objext" && ac_objext=o 32.18550 ++ 32.18551 ++# Determine commands to create old-style static archives. 32.18552 ++old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' 32.18553 ++old_postinstall_cmds='chmod 644 $oldlib' 32.18554 ++old_postuninstall_cmds= 32.18555 ++ 32.18556 ++if test -n "$RANLIB"; then 32.18557 ++ case $host_os in 32.18558 ++ openbsd*) 32.18559 ++ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" 32.18560 ++ ;; 32.18561 ++ *) 32.18562 ++ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" 32.18563 ++ ;; 32.18564 ++ esac 32.18565 ++ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" 32.18566 ++fi 32.18567 ++ 32.18568 ++# Only perform the check for file, if the check method requires it 32.18569 ++case $deplibs_check_method in 32.18570 ++file_magic*) 32.18571 ++ if test "$file_magic_cmd" = '$MAGIC_CMD'; then 32.18572 ++ echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 32.18573 ++echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 32.18574 ++if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 32.18575 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18576 ++else 32.18577 ++ case $MAGIC_CMD in 32.18578 ++[\\/*] | ?:[\\/]*) 32.18579 ++ lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 32.18580 ++ ;; 32.18581 ++*) 32.18582 ++ lt_save_MAGIC_CMD="$MAGIC_CMD" 32.18583 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.18584 ++ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" 32.18585 ++ for ac_dir in $ac_dummy; do 32.18586 ++ IFS="$lt_save_ifs" 32.18587 ++ test -z "$ac_dir" && ac_dir=. 32.18588 ++ if test -f $ac_dir/${ac_tool_prefix}file; then 32.18589 ++ lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" 32.18590 ++ if test -n "$file_magic_test_file"; then 32.18591 ++ case $deplibs_check_method in 32.18592 ++ "file_magic "*) 32.18593 ++ file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" 32.18594 ++ MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 32.18595 ++ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 32.18596 ++ $EGREP "$file_magic_regex" > /dev/null; then 32.18597 ++ : 32.18598 ++ else 32.18599 ++ cat <<EOF 1>&2 32.18600 ++ 32.18601 ++*** Warning: the command libtool uses to detect shared libraries, 32.18602 ++*** $file_magic_cmd, produces output that libtool cannot recognize. 32.18603 ++*** The result is that libtool may fail to recognize shared libraries 32.18604 ++*** as such. This will affect the creation of libtool libraries that 32.18605 ++*** depend on shared libraries, but programs linked with such libtool 32.18606 ++*** libraries will work regardless of this problem. Nevertheless, you 32.18607 ++*** may want to report the problem to your system manager and/or to 32.18608 ++*** bug-libtool@gnu.org 32.18609 ++ 32.18610 ++EOF 32.18611 ++ fi ;; 32.18612 ++ esac 32.18613 ++ fi 32.18614 ++ break 32.18615 ++ fi 32.18616 ++ done 32.18617 ++ IFS="$lt_save_ifs" 32.18618 ++ MAGIC_CMD="$lt_save_MAGIC_CMD" 32.18619 ++ ;; 32.18620 ++esac 32.18621 ++fi 32.18622 ++ 32.18623 ++MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 32.18624 ++if test -n "$MAGIC_CMD"; then 32.18625 ++ echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 32.18626 ++echo "${ECHO_T}$MAGIC_CMD" >&6 32.18627 ++else 32.18628 ++ echo "$as_me:$LINENO: result: no" >&5 32.18629 ++echo "${ECHO_T}no" >&6 32.18630 ++fi 32.18631 ++ 32.18632 ++if test -z "$lt_cv_path_MAGIC_CMD"; then 32.18633 ++ if test -n "$ac_tool_prefix"; then 32.18634 ++ echo "$as_me:$LINENO: checking for file" >&5 32.18635 ++echo $ECHO_N "checking for file... $ECHO_C" >&6 32.18636 ++if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 32.18637 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18638 ++else 32.18639 ++ case $MAGIC_CMD in 32.18640 ++[\\/*] | ?:[\\/]*) 32.18641 ++ lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 32.18642 ++ ;; 32.18643 ++*) 32.18644 ++ lt_save_MAGIC_CMD="$MAGIC_CMD" 32.18645 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.18646 ++ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" 32.18647 ++ for ac_dir in $ac_dummy; do 32.18648 ++ IFS="$lt_save_ifs" 32.18649 ++ test -z "$ac_dir" && ac_dir=. 32.18650 ++ if test -f $ac_dir/file; then 32.18651 ++ lt_cv_path_MAGIC_CMD="$ac_dir/file" 32.18652 ++ if test -n "$file_magic_test_file"; then 32.18653 ++ case $deplibs_check_method in 32.18654 ++ "file_magic "*) 32.18655 ++ file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" 32.18656 ++ MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 32.18657 ++ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 32.18658 ++ $EGREP "$file_magic_regex" > /dev/null; then 32.18659 ++ : 32.18660 ++ else 32.18661 ++ cat <<EOF 1>&2 32.18662 ++ 32.18663 ++*** Warning: the command libtool uses to detect shared libraries, 32.18664 ++*** $file_magic_cmd, produces output that libtool cannot recognize. 32.18665 ++*** The result is that libtool may fail to recognize shared libraries 32.18666 ++*** as such. This will affect the creation of libtool libraries that 32.18667 ++*** depend on shared libraries, but programs linked with such libtool 32.18668 ++*** libraries will work regardless of this problem. Nevertheless, you 32.18669 ++*** may want to report the problem to your system manager and/or to 32.18670 ++*** bug-libtool@gnu.org 32.18671 ++ 32.18672 ++EOF 32.18673 ++ fi ;; 32.18674 ++ esac 32.18675 ++ fi 32.18676 ++ break 32.18677 ++ fi 32.18678 ++ done 32.18679 ++ IFS="$lt_save_ifs" 32.18680 ++ MAGIC_CMD="$lt_save_MAGIC_CMD" 32.18681 ++ ;; 32.18682 ++esac 32.18683 ++fi 32.18684 ++ 32.18685 ++MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 32.18686 ++if test -n "$MAGIC_CMD"; then 32.18687 ++ echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 32.18688 ++echo "${ECHO_T}$MAGIC_CMD" >&6 32.18689 ++else 32.18690 ++ echo "$as_me:$LINENO: result: no" >&5 32.18691 ++echo "${ECHO_T}no" >&6 32.18692 ++fi 32.18693 ++ 32.18694 ++ else 32.18695 ++ MAGIC_CMD=: 32.18696 ++ fi 32.18697 ++fi 32.18698 ++ 32.18699 ++ fi 32.18700 ++ ;; 32.18701 ++esac 32.18702 ++ 32.18703 ++enable_dlopen=no 32.18704 ++enable_win32_dll=no 32.18705 ++ 32.18706 ++# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 32.18707 ++if test "${enable_libtool_lock+set}" = set; then 32.18708 ++ enableval="$enable_libtool_lock" 32.18709 ++ 32.18710 ++fi; 32.18711 ++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 32.18712 ++ 32.18713 ++ 32.18714 ++# Check whether --with-pic or --without-pic was given. 32.18715 ++if test "${with_pic+set}" = set; then 32.18716 ++ withval="$with_pic" 32.18717 ++ pic_mode="$withval" 32.18718 ++else 32.18719 ++ pic_mode=default 32.18720 ++fi; 32.18721 ++test -z "$pic_mode" && pic_mode=default 32.18722 ++ 32.18723 ++# Use C for the default configuration in the libtool script 32.18724 ++tagname= 32.18725 ++lt_save_CC="$CC" 32.18726 ++ac_ext=c 32.18727 ++ac_cpp='$CPP $CPPFLAGS' 32.18728 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.18729 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.18730 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.18731 ++ 32.18732 ++ 32.18733 ++# Source file extension for C test sources. 32.18734 ++ac_ext=c 32.18735 ++ 32.18736 ++# Object file extension for compiled C test sources. 32.18737 ++objext=o 32.18738 ++objext=$objext 32.18739 ++ 32.18740 ++# Code to be used in simple compile tests 32.18741 ++lt_simple_compile_test_code="int some_variable = 0;\n" 32.18742 ++ 32.18743 ++# Code to be used in simple link tests 32.18744 ++lt_simple_link_test_code='int main(){return(0);}\n' 32.18745 ++ 32.18746 ++ 32.18747 ++# If no C compiler was specified, use CC. 32.18748 ++LTCC=${LTCC-"$CC"} 32.18749 ++ 32.18750 ++# Allow CC to be a program name with arguments. 32.18751 ++compiler=$CC 32.18752 ++ 32.18753 ++ 32.18754 ++# 32.18755 ++# Check for any special shared library compilation flags. 32.18756 ++# 32.18757 ++lt_prog_cc_shlib= 32.18758 ++if test "$GCC" = no; then 32.18759 ++ case $host_os in 32.18760 ++ sco3.2v5*) 32.18761 ++ lt_prog_cc_shlib='-belf' 32.18762 ++ ;; 32.18763 ++ esac 32.18764 ++fi 32.18765 ++if test -n "$lt_prog_cc_shlib"; then 32.18766 ++ { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5 32.18767 ++echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;} 32.18768 ++ if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then : 32.18769 ++ else 32.18770 ++ { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5 32.18771 ++echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;} 32.18772 ++ lt_cv_prog_cc_can_build_shared=no 32.18773 ++ fi 32.18774 ++fi 32.18775 ++ 32.18776 ++ 32.18777 ++# 32.18778 ++# Check to make sure the static flag actually works. 32.18779 ++# 32.18780 ++echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5 32.18781 ++echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6 32.18782 ++if test "${lt_prog_compiler_static_works+set}" = set; then 32.18783 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18784 ++else 32.18785 ++ lt_prog_compiler_static_works=no 32.18786 ++ save_LDFLAGS="$LDFLAGS" 32.18787 ++ LDFLAGS="$LDFLAGS $lt_prog_compiler_static" 32.18788 ++ printf "$lt_simple_link_test_code" > conftest.$ac_ext 32.18789 ++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 32.18790 ++ # The compiler can only warn and ignore the option if not recognized 32.18791 ++ # So say no if there are warnings 32.18792 ++ if test -s conftest.err; then 32.18793 ++ # Append any errors to the config.log. 32.18794 ++ cat conftest.err 1>&5 32.18795 ++ else 32.18796 ++ lt_prog_compiler_static_works=yes 32.18797 ++ fi 32.18798 ++ fi 32.18799 ++ $rm conftest* 32.18800 ++ LDFLAGS="$save_LDFLAGS" 32.18801 ++ 32.18802 ++fi 32.18803 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 32.18804 ++echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 32.18805 ++ 32.18806 ++if test x"$lt_prog_compiler_static_works" = xyes; then 32.18807 ++ : 32.18808 ++else 32.18809 ++ lt_prog_compiler_static= 32.18810 ++fi 32.18811 ++ 32.18812 ++ 32.18813 ++ 32.18814 ++ 32.18815 ++lt_prog_compiler_no_builtin_flag= 32.18816 ++ 32.18817 ++if test "$GCC" = yes; then 32.18818 ++ lt_prog_compiler_no_builtin_flag=' -fno-builtin' 32.18819 ++ 32.18820 ++ 32.18821 ++echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 32.18822 ++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 32.18823 ++if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 32.18824 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.18825 ++else 32.18826 ++ lt_cv_prog_compiler_rtti_exceptions=no 32.18827 ++ ac_outfile=conftest.$ac_objext 32.18828 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.18829 ++ lt_compiler_flag="-fno-rtti -fno-exceptions" 32.18830 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.18831 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.18832 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.18833 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.18834 ++ # The option is referenced via a variable to avoid confusing sed. 32.18835 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.18836 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.18837 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.18838 ++ -e 's:$: $lt_compiler_flag:'` 32.18839 ++ (eval echo "\"\$as_me:6241: $lt_compile\"" >&5) 32.18840 ++ (eval "$lt_compile" 2>conftest.err) 32.18841 ++ ac_status=$? 32.18842 ++ cat conftest.err >&5 32.18843 ++ echo "$as_me:6245: \$? = $ac_status" >&5 32.18844 ++ if (exit $ac_status) && test -s "$ac_outfile"; then 32.18845 ++ # The compiler can only warn and ignore the option if not recognized 32.18846 ++ # So say no if there are warnings 32.18847 ++ if test ! -s conftest.err; then 32.18848 ++ lt_cv_prog_compiler_rtti_exceptions=yes 32.18849 ++ fi 32.18850 ++ fi 32.18851 ++ $rm conftest* 32.18852 ++ 32.18853 ++fi 32.18854 ++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 32.18855 ++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 32.18856 ++ 32.18857 ++if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 32.18858 ++ lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" 32.18859 ++else 32.18860 ++ : 32.18861 ++fi 32.18862 ++ 32.18863 ++fi 32.18864 ++ 32.18865 ++lt_prog_compiler_wl= 32.18866 ++lt_prog_compiler_pic= 32.18867 ++lt_prog_compiler_static= 32.18868 ++ 32.18869 ++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 32.18870 ++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 32.18871 ++ 32.18872 ++ if test "$GCC" = yes; then 32.18873 ++ lt_prog_compiler_wl='-Wl,' 32.18874 ++ lt_prog_compiler_static='-static' 32.18875 ++ 32.18876 ++ case $host_os in 32.18877 ++ aix*) 32.18878 ++ # All AIX code is PIC. 32.18879 ++ if test "$host_cpu" = ia64; then 32.18880 ++ # AIX 5 now supports IA64 processor 32.18881 ++ lt_prog_compiler_static='-Bstatic' 32.18882 ++ fi 32.18883 ++ ;; 32.18884 ++ 32.18885 ++ amigaos*) 32.18886 ++ # FIXME: we need at least 68020 code to build shared libraries, but 32.18887 ++ # adding the `-m68020' flag to GCC prevents building anything better, 32.18888 ++ # like `-m68040'. 32.18889 ++ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' 32.18890 ++ ;; 32.18891 ++ 32.18892 ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 32.18893 ++ # PIC is the default for these OSes. 32.18894 ++ ;; 32.18895 ++ 32.18896 ++ mingw* | pw32* | os2*) 32.18897 ++ # This hack is so that the source file can tell whether it is being 32.18898 ++ # built for inclusion in a dll (and should export symbols for example). 32.18899 ++ lt_prog_compiler_pic='-DDLL_EXPORT' 32.18900 ++ ;; 32.18901 ++ 32.18902 ++ darwin* | rhapsody*) 32.18903 ++ # PIC is the default on this platform 32.18904 ++ # Common symbols not allowed in MH_DYLIB files 32.18905 ++ lt_prog_compiler_pic='-fno-common' 32.18906 ++ ;; 32.18907 ++ 32.18908 ++ msdosdjgpp*) 32.18909 ++ # Just because we use GCC doesn't mean we suddenly get shared libraries 32.18910 ++ # on systems that don't support them. 32.18911 ++ lt_prog_compiler_can_build_shared=no 32.18912 ++ enable_shared=no 32.18913 ++ ;; 32.18914 ++ 32.18915 ++ sysv4*MP*) 32.18916 ++ if test -d /usr/nec; then 32.18917 ++ lt_prog_compiler_pic=-Kconform_pic 32.18918 ++ fi 32.18919 ++ ;; 32.18920 ++ 32.18921 ++ hpux*) 32.18922 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.18923 ++ # not for PA HP-UX. 32.18924 ++ case "$host_cpu" in 32.18925 ++ hppa*64*|ia64*) 32.18926 ++ # +Z the default 32.18927 ++ ;; 32.18928 ++ *) 32.18929 ++ lt_prog_compiler_pic='-fPIC' 32.18930 ++ ;; 32.18931 ++ esac 32.18932 ++ ;; 32.18933 ++ 32.18934 ++ *) 32.18935 ++ lt_prog_compiler_pic='-fPIC' 32.18936 ++ ;; 32.18937 ++ esac 32.18938 ++ else 32.18939 ++ # PORTME Check for flag to pass linker flags through the system compiler. 32.18940 ++ case $host_os in 32.18941 ++ aix*) 32.18942 ++ lt_prog_compiler_wl='-Wl,' 32.18943 ++ if test "$host_cpu" = ia64; then 32.18944 ++ # AIX 5 now supports IA64 processor 32.18945 ++ lt_prog_compiler_static='-Bstatic' 32.18946 ++ else 32.18947 ++ lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' 32.18948 ++ fi 32.18949 ++ ;; 32.18950 ++ 32.18951 ++ mingw* | pw32* | os2*) 32.18952 ++ # This hack is so that the source file can tell whether it is being 32.18953 ++ # built for inclusion in a dll (and should export symbols for example). 32.18954 ++ lt_prog_compiler_pic='-DDLL_EXPORT' 32.18955 ++ ;; 32.18956 ++ 32.18957 ++ hpux9* | hpux10* | hpux11*) 32.18958 ++ lt_prog_compiler_wl='-Wl,' 32.18959 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.18960 ++ # not for PA HP-UX. 32.18961 ++ case "$host_cpu" in 32.18962 ++ hppa*64*|ia64*) 32.18963 ++ # +Z the default 32.18964 ++ ;; 32.18965 ++ *) 32.18966 ++ lt_prog_compiler_pic='+Z' 32.18967 ++ ;; 32.18968 ++ esac 32.18969 ++ # Is there a better lt_prog_compiler_static that works with the bundled CC? 32.18970 ++ lt_prog_compiler_static='${wl}-a ${wl}archive' 32.18971 ++ ;; 32.18972 ++ 32.18973 ++ irix5* | irix6* | nonstopux*) 32.18974 ++ lt_prog_compiler_wl='-Wl,' 32.18975 ++ # PIC (with -KPIC) is the default. 32.18976 ++ lt_prog_compiler_static='-non_shared' 32.18977 ++ ;; 32.18978 ++ 32.18979 ++ newsos6) 32.18980 ++ lt_prog_compiler_pic='-KPIC' 32.18981 ++ lt_prog_compiler_static='-Bstatic' 32.18982 ++ ;; 32.18983 ++ 32.18984 ++ linux*) 32.18985 ++ case $CC in 32.18986 ++ icc* | ecc*) 32.18987 ++ lt_prog_compiler_wl='-Wl,' 32.18988 ++ lt_prog_compiler_pic='-KPIC' 32.18989 ++ lt_prog_compiler_static='-static' 32.18990 ++ ;; 32.18991 ++ ccc*) 32.18992 ++ lt_prog_compiler_wl='-Wl,' 32.18993 ++ # All Alpha code is PIC. 32.18994 ++ lt_prog_compiler_static='-non_shared' 32.18995 ++ ;; 32.18996 ++ esac 32.18997 ++ ;; 32.18998 ++ 32.18999 ++ osf3* | osf4* | osf5*) 32.19000 ++ lt_prog_compiler_wl='-Wl,' 32.19001 ++ # All OSF/1 code is PIC. 32.19002 ++ lt_prog_compiler_static='-non_shared' 32.19003 ++ ;; 32.19004 ++ 32.19005 ++ sco3.2v5*) 32.19006 ++ lt_prog_compiler_pic='-Kpic' 32.19007 ++ lt_prog_compiler_static='-dn' 32.19008 ++ ;; 32.19009 ++ 32.19010 ++ solaris*) 32.19011 ++ lt_prog_compiler_wl='-Wl,' 32.19012 ++ lt_prog_compiler_pic='-KPIC' 32.19013 ++ lt_prog_compiler_static='-Bstatic' 32.19014 ++ ;; 32.19015 ++ 32.19016 ++ sunos4*) 32.19017 ++ lt_prog_compiler_wl='-Qoption ld ' 32.19018 ++ lt_prog_compiler_pic='-PIC' 32.19019 ++ lt_prog_compiler_static='-Bstatic' 32.19020 ++ ;; 32.19021 ++ 32.19022 ++ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.19023 ++ lt_prog_compiler_wl='-Wl,' 32.19024 ++ lt_prog_compiler_pic='-KPIC' 32.19025 ++ lt_prog_compiler_static='-Bstatic' 32.19026 ++ ;; 32.19027 ++ 32.19028 ++ sysv4*MP*) 32.19029 ++ if test -d /usr/nec ;then 32.19030 ++ lt_prog_compiler_pic='-Kconform_pic' 32.19031 ++ lt_prog_compiler_static='-Bstatic' 32.19032 ++ fi 32.19033 ++ ;; 32.19034 ++ 32.19035 ++ uts4*) 32.19036 ++ lt_prog_compiler_pic='-pic' 32.19037 ++ lt_prog_compiler_static='-Bstatic' 32.19038 ++ ;; 32.19039 ++ 32.19040 ++ *) 32.19041 ++ lt_prog_compiler_can_build_shared=no 32.19042 ++ ;; 32.19043 ++ esac 32.19044 ++ fi 32.19045 ++ 32.19046 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 32.19047 ++echo "${ECHO_T}$lt_prog_compiler_pic" >&6 32.19048 ++ 32.19049 ++# 32.19050 ++# Check to make sure the PIC flag actually works. 32.19051 ++# 32.19052 ++if test -n "$lt_prog_compiler_pic"; then 32.19053 ++ 32.19054 ++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 32.19055 ++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 32.19056 ++if test "${lt_prog_compiler_pic_works+set}" = set; then 32.19057 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.19058 ++else 32.19059 ++ lt_prog_compiler_pic_works=no 32.19060 ++ ac_outfile=conftest.$ac_objext 32.19061 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.19062 ++ lt_compiler_flag="$lt_prog_compiler_pic -DPIC" 32.19063 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.19064 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.19065 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.19066 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.19067 ++ # The option is referenced via a variable to avoid confusing sed. 32.19068 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.19069 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.19070 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.19071 ++ -e 's:$: $lt_compiler_flag:'` 32.19072 ++ (eval echo "\"\$as_me:6474: $lt_compile\"" >&5) 32.19073 ++ (eval "$lt_compile" 2>conftest.err) 32.19074 ++ ac_status=$? 32.19075 ++ cat conftest.err >&5 32.19076 ++ echo "$as_me:6478: \$? = $ac_status" >&5 32.19077 ++ if (exit $ac_status) && test -s "$ac_outfile"; then 32.19078 ++ # The compiler can only warn and ignore the option if not recognized 32.19079 ++ # So say no if there are warnings 32.19080 ++ if test ! -s conftest.err; then 32.19081 ++ lt_prog_compiler_pic_works=yes 32.19082 ++ fi 32.19083 ++ fi 32.19084 ++ $rm conftest* 32.19085 ++ 32.19086 ++fi 32.19087 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 32.19088 ++echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 32.19089 ++ 32.19090 ++if test x"$lt_prog_compiler_pic_works" = xyes; then 32.19091 ++ case $lt_prog_compiler_pic in 32.19092 ++ "" | " "*) ;; 32.19093 ++ *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; 32.19094 ++ esac 32.19095 ++else 32.19096 ++ lt_prog_compiler_pic= 32.19097 ++ lt_prog_compiler_can_build_shared=no 32.19098 ++fi 32.19099 ++ 32.19100 ++fi 32.19101 ++case "$host_os" in 32.19102 ++ # For platforms which do not support PIC, -DPIC is meaningless: 32.19103 ++ *djgpp*) 32.19104 ++ lt_prog_compiler_pic= 32.19105 ++ ;; 32.19106 ++ *) 32.19107 ++ lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" 32.19108 ++ ;; 32.19109 ++esac 32.19110 ++ 32.19111 ++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 32.19112 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 32.19113 ++if test "${lt_cv_prog_compiler_c_o+set}" = set; then 32.19114 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.19115 ++else 32.19116 ++ lt_cv_prog_compiler_c_o=no 32.19117 ++ $rm -r conftest 2>/dev/null 32.19118 ++ mkdir conftest 32.19119 ++ cd conftest 32.19120 ++ mkdir out 32.19121 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.19122 ++ 32.19123 ++ # According to Tom Tromey, Ian Lance Taylor reported there are C compilers 32.19124 ++ # that will create temporary files in the current directory regardless of 32.19125 ++ # the output directory. Thus, making CWD read-only will cause this test 32.19126 ++ # to fail, enabling locking or at least warning the user not to do parallel 32.19127 ++ # builds. 32.19128 ++ chmod -w . 32.19129 ++ 32.19130 ++ lt_compiler_flag="-o out/conftest2.$ac_objext" 32.19131 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.19132 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.19133 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.19134 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.19135 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.19136 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.19137 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.19138 ++ -e 's:$: $lt_compiler_flag:'` 32.19139 ++ (eval echo "\"\$as_me:6541: $lt_compile\"" >&5) 32.19140 ++ (eval "$lt_compile" 2>out/conftest.err) 32.19141 ++ ac_status=$? 32.19142 ++ cat out/conftest.err >&5 32.19143 ++ echo "$as_me:6545: \$? = $ac_status" >&5 32.19144 ++ if (exit $ac_status) && test -s out/conftest2.$ac_objext 32.19145 ++ then 32.19146 ++ # The compiler can only warn and ignore the option if not recognized 32.19147 ++ # So say no if there are warnings 32.19148 ++ if test ! -s out/conftest.err; then 32.19149 ++ lt_cv_prog_compiler_c_o=yes 32.19150 ++ fi 32.19151 ++ fi 32.19152 ++ chmod u+w . 32.19153 ++ $rm conftest* 32.19154 ++ # SGI C++ compiler will create directory out/ii_files/ for 32.19155 ++ # template instantiation 32.19156 ++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 32.19157 ++ $rm out/* && rmdir out 32.19158 ++ cd .. 32.19159 ++ rmdir conftest 32.19160 ++ $rm conftest* 32.19161 ++ 32.19162 ++fi 32.19163 ++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 32.19164 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6 32.19165 ++ 32.19166 ++ 32.19167 ++hard_links="nottested" 32.19168 ++if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 32.19169 ++ # do not overwrite the value of need_locks provided by the user 32.19170 ++ echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 32.19171 ++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 32.19172 ++ hard_links=yes 32.19173 ++ $rm conftest* 32.19174 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.19175 ++ touch conftest.a 32.19176 ++ ln conftest.a conftest.b 2>&5 || hard_links=no 32.19177 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.19178 ++ echo "$as_me:$LINENO: result: $hard_links" >&5 32.19179 ++echo "${ECHO_T}$hard_links" >&6 32.19180 ++ if test "$hard_links" = no; then 32.19181 ++ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 32.19182 ++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 32.19183 ++ need_locks=warn 32.19184 ++ fi 32.19185 ++else 32.19186 ++ need_locks=no 32.19187 ++fi 32.19188 ++ 32.19189 ++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 32.19190 ++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 32.19191 ++ 32.19192 ++ runpath_var= 32.19193 ++ allow_undefined_flag= 32.19194 ++ enable_shared_with_static_runtimes=no 32.19195 ++ archive_cmds= 32.19196 ++ archive_expsym_cmds= 32.19197 ++ old_archive_From_new_cmds= 32.19198 ++ old_archive_from_expsyms_cmds= 32.19199 ++ export_dynamic_flag_spec= 32.19200 ++ whole_archive_flag_spec= 32.19201 ++ thread_safe_flag_spec= 32.19202 ++ hardcode_libdir_flag_spec= 32.19203 ++ hardcode_libdir_flag_spec_ld= 32.19204 ++ hardcode_libdir_separator= 32.19205 ++ hardcode_direct=no 32.19206 ++ hardcode_minus_L=no 32.19207 ++ hardcode_shlibpath_var=unsupported 32.19208 ++ link_all_deplibs=unknown 32.19209 ++ hardcode_automatic=no 32.19210 ++ module_cmds= 32.19211 ++ module_expsym_cmds= 32.19212 ++ always_export_symbols=no 32.19213 ++ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.19214 ++ # include_expsyms should be a list of space-separated symbols to be *always* 32.19215 ++ # included in the symbol list 32.19216 ++ include_expsyms= 32.19217 ++ # exclude_expsyms can be an extended regexp of symbols to exclude 32.19218 ++ # it will be wrapped by ` (' and `)$', so one must not match beginning or 32.19219 ++ # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 32.19220 ++ # as well as any symbol that contains `d'. 32.19221 ++ exclude_expsyms="_GLOBAL_OFFSET_TABLE_" 32.19222 ++ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 32.19223 ++ # platforms (ab)use it in PIC code, but their linkers get confused if 32.19224 ++ # the symbol is explicitly referenced. Since portable code cannot 32.19225 ++ # rely on this symbol name, it's probably fine to never include it in 32.19226 ++ # preloaded symbol tables. 32.19227 ++ extract_expsyms_cmds= 32.19228 ++ 32.19229 ++ case $host_os in 32.19230 ++ cygwin* | mingw* | pw32*) 32.19231 ++ # FIXME: the MSVC++ port hasn't been tested in a loooong time 32.19232 ++ # When not using gcc, we currently assume that we are using 32.19233 ++ # Microsoft Visual C++. 32.19234 ++ if test "$GCC" != yes; then 32.19235 ++ with_gnu_ld=no 32.19236 ++ fi 32.19237 ++ ;; 32.19238 ++ openbsd*) 32.19239 ++ with_gnu_ld=no 32.19240 ++ ;; 32.19241 ++ esac 32.19242 ++ 32.19243 ++ ld_shlibs=yes 32.19244 ++ if test "$with_gnu_ld" = yes; then 32.19245 ++ # If archive_cmds runs LD, not CC, wlarc should be empty 32.19246 ++ wlarc='${wl}' 32.19247 ++ 32.19248 ++ # See if GNU ld supports shared libraries. 32.19249 ++ case $host_os in 32.19250 ++ aix3* | aix4* | aix5*) 32.19251 ++ # On AIX/PPC, the GNU linker is very broken 32.19252 ++ if test "$host_cpu" != ia64; then 32.19253 ++ ld_shlibs=no 32.19254 ++ cat <<EOF 1>&2 32.19255 ++ 32.19256 ++*** Warning: the GNU linker, at least up to release 2.9.1, is reported 32.19257 ++*** to be unable to reliably create shared libraries on AIX. 32.19258 ++*** Therefore, libtool is disabling shared libraries support. If you 32.19259 ++*** really care for shared libraries, you may want to modify your PATH 32.19260 ++*** so that a non-GNU linker is found, and then restart. 32.19261 ++ 32.19262 ++EOF 32.19263 ++ fi 32.19264 ++ ;; 32.19265 ++ 32.19266 ++ amigaos*) 32.19267 ++ archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.19268 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19269 ++ hardcode_minus_L=yes 32.19270 ++ 32.19271 ++ # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports 32.19272 ++ # that the semantics of dynamic libraries on AmigaOS, at least up 32.19273 ++ # to version 4, is to share data among multiple programs linked 32.19274 ++ # with the same dynamic library. Since this doesn't match the 32.19275 ++ # behavior of shared libraries on other platforms, we can't use 32.19276 ++ # them. 32.19277 ++ ld_shlibs=no 32.19278 ++ ;; 32.19279 ++ 32.19280 ++ beos*) 32.19281 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.19282 ++ allow_undefined_flag=unsupported 32.19283 ++ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 32.19284 ++ # support --undefined. This deserves some investigation. FIXME 32.19285 ++ archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.19286 ++ else 32.19287 ++ ld_shlibs=no 32.19288 ++ fi 32.19289 ++ ;; 32.19290 ++ 32.19291 ++ cygwin* | mingw* | pw32*) 32.19292 ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, 32.19293 ++ # as there is no search path for DLLs. 32.19294 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19295 ++ allow_undefined_flag=unsupported 32.19296 ++ always_export_symbols=no 32.19297 ++ enable_shared_with_static_runtimes=yes 32.19298 ++ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 32.19299 ++ 32.19300 ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 32.19301 ++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.19302 ++ # If the export-symbols file already is a .def file (1st line 32.19303 ++ # is EXPORTS), use it as is; otherwise, prepend... 32.19304 ++ archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 32.19305 ++ cp $export_symbols $output_objdir/$soname.def; 32.19306 ++ else 32.19307 ++ echo EXPORTS > $output_objdir/$soname.def; 32.19308 ++ cat $export_symbols >> $output_objdir/$soname.def; 32.19309 ++ fi~ 32.19310 ++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.19311 ++ else 32.19312 ++ ld_shlibs=no 32.19313 ++ fi 32.19314 ++ ;; 32.19315 ++ 32.19316 ++ netbsd*) 32.19317 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.19318 ++ archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 32.19319 ++ wlarc= 32.19320 ++ else 32.19321 ++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.19322 ++ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.19323 ++ fi 32.19324 ++ ;; 32.19325 ++ 32.19326 ++ solaris* | sysv5*) 32.19327 ++ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 32.19328 ++ ld_shlibs=no 32.19329 ++ cat <<EOF 1>&2 32.19330 ++ 32.19331 ++*** Warning: The releases 2.8.* of the GNU linker cannot reliably 32.19332 ++*** create shared libraries on Solaris systems. Therefore, libtool 32.19333 ++*** is disabling shared libraries support. We urge you to upgrade GNU 32.19334 ++*** binutils to release 2.9.1 or newer. Another option is to modify 32.19335 ++*** your PATH or compiler configuration so that the native linker is 32.19336 ++*** used, and then restart. 32.19337 ++ 32.19338 ++EOF 32.19339 ++ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.19340 ++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.19341 ++ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.19342 ++ else 32.19343 ++ ld_shlibs=no 32.19344 ++ fi 32.19345 ++ ;; 32.19346 ++ 32.19347 ++ sunos4*) 32.19348 ++ archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.19349 ++ wlarc= 32.19350 ++ hardcode_direct=yes 32.19351 ++ hardcode_shlibpath_var=no 32.19352 ++ ;; 32.19353 ++ 32.19354 ++ linux*) 32.19355 ++ if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 32.19356 ++ tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.19357 ++ archive_cmds="$tmp_archive_cmds" 32.19358 ++ supports_anon_versioning=no 32.19359 ++ case `$LD -v 2>/dev/null` in 32.19360 ++ *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 32.19361 ++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 32.19362 ++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 32.19363 ++ *\ 2.11.*) ;; # other 2.11 versions 32.19364 ++ *) supports_anon_versioning=yes ;; 32.19365 ++ esac 32.19366 ++ if test $supports_anon_versioning = yes; then 32.19367 ++ archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ 32.19368 ++cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 32.19369 ++$echo "local: *; };" >> $output_objdir/$libname.ver~ 32.19370 ++ $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 32.19371 ++ else 32.19372 ++ archive_expsym_cmds="$tmp_archive_cmds" 32.19373 ++ fi 32.19374 ++ else 32.19375 ++ ld_shlibs=no 32.19376 ++ fi 32.19377 ++ ;; 32.19378 ++ 32.19379 ++ *) 32.19380 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.19381 ++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.19382 ++ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.19383 ++ else 32.19384 ++ ld_shlibs=no 32.19385 ++ fi 32.19386 ++ ;; 32.19387 ++ esac 32.19388 ++ 32.19389 ++ if test "$ld_shlibs" = yes; then 32.19390 ++ runpath_var=LD_RUN_PATH 32.19391 ++ hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' 32.19392 ++ export_dynamic_flag_spec='${wl}--export-dynamic' 32.19393 ++ # ancient GNU ld didn't support --whole-archive et. al. 32.19394 ++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 32.19395 ++ whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 32.19396 ++ else 32.19397 ++ whole_archive_flag_spec= 32.19398 ++ fi 32.19399 ++ fi 32.19400 ++ else 32.19401 ++ # PORTME fill in a description of your system's linker (not GNU ld) 32.19402 ++ case $host_os in 32.19403 ++ aix3*) 32.19404 ++ allow_undefined_flag=unsupported 32.19405 ++ always_export_symbols=yes 32.19406 ++ archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' 32.19407 ++ # Note: this linker hardcodes the directories in LIBPATH if there 32.19408 ++ # are no directories specified by -L. 32.19409 ++ hardcode_minus_L=yes 32.19410 ++ if test "$GCC" = yes && test -z "$link_static_flag"; then 32.19411 ++ # Neither direct hardcoding nor static linking is supported with a 32.19412 ++ # broken collect2. 32.19413 ++ hardcode_direct=unsupported 32.19414 ++ fi 32.19415 ++ ;; 32.19416 ++ 32.19417 ++ aix4* | aix5*) 32.19418 ++ if test "$host_cpu" = ia64; then 32.19419 ++ # On IA64, the linker does run time linking by default, so we don't 32.19420 ++ # have to do anything special. 32.19421 ++ aix_use_runtimelinking=no 32.19422 ++ exp_sym_flag='-Bexport' 32.19423 ++ no_entry_flag="" 32.19424 ++ else 32.19425 ++ # If we're using GNU nm, then we don't want the "-C" option. 32.19426 ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm 32.19427 ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 32.19428 ++ export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.19429 ++ else 32.19430 ++ export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.19431 ++ fi 32.19432 ++ aix_use_runtimelinking=no 32.19433 ++ 32.19434 ++ # Test if we are trying to use run time linking or normal 32.19435 ++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we 32.19436 ++ # need to do runtime linking. 32.19437 ++ case $host_os in aix4.[23]|aix4.[23].*|aix5*) 32.19438 ++ for ld_flag in $LDFLAGS; do 32.19439 ++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 32.19440 ++ aix_use_runtimelinking=yes 32.19441 ++ break 32.19442 ++ fi 32.19443 ++ done 32.19444 ++ esac 32.19445 ++ 32.19446 ++ exp_sym_flag='-bexport' 32.19447 ++ no_entry_flag='-bnoentry' 32.19448 ++ fi 32.19449 ++ 32.19450 ++ # When large executables or shared objects are built, AIX ld can 32.19451 ++ # have problems creating the table of contents. If linking a library 32.19452 ++ # or program results in "error TOC overflow" add -mminimal-toc to 32.19453 ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 32.19454 ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 32.19455 ++ 32.19456 ++ archive_cmds='' 32.19457 ++ hardcode_direct=yes 32.19458 ++ hardcode_libdir_separator=':' 32.19459 ++ link_all_deplibs=yes 32.19460 ++ 32.19461 ++ if test "$GCC" = yes; then 32.19462 ++ case $host_os in aix4.012|aix4.012.*) 32.19463 ++ # We only want to do this on AIX 4.2 and lower, the check 32.19464 ++ # below for broken collect2 doesn't work under 4.3+ 32.19465 ++ collect2name=`${CC} -print-prog-name=collect2` 32.19466 ++ if test -f "$collect2name" && \ 32.19467 ++ strings "$collect2name" | grep resolve_lib_name >/dev/null 32.19468 ++ then 32.19469 ++ # We have reworked collect2 32.19470 ++ hardcode_direct=yes 32.19471 ++ else 32.19472 ++ # We have old collect2 32.19473 ++ hardcode_direct=unsupported 32.19474 ++ # It fails to find uninstalled libraries when the uninstalled 32.19475 ++ # path is not listed in the libpath. Setting hardcode_minus_L 32.19476 ++ # to unsupported forces relinking 32.19477 ++ hardcode_minus_L=yes 32.19478 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19479 ++ hardcode_libdir_separator= 32.19480 ++ fi 32.19481 ++ esac 32.19482 ++ shared_flag='-shared' 32.19483 ++ else 32.19484 ++ # not using gcc 32.19485 ++ if test "$host_cpu" = ia64; then 32.19486 ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 32.19487 ++ # chokes on -Wl,-G. The following line is correct: 32.19488 ++ shared_flag='-G' 32.19489 ++ else 32.19490 ++ if test "$aix_use_runtimelinking" = yes; then 32.19491 ++ shared_flag='${wl}-G' 32.19492 ++ else 32.19493 ++ shared_flag='${wl}-bM:SRE' 32.19494 ++ fi 32.19495 ++ fi 32.19496 ++ fi 32.19497 ++ 32.19498 ++ # It seems that -bexpall does not export symbols beginning with 32.19499 ++ # underscore (_), so it is better to generate a list of symbols to export. 32.19500 ++ always_export_symbols=yes 32.19501 ++ if test "$aix_use_runtimelinking" = yes; then 32.19502 ++ # Warning - without using the other runtime loading flags (-brtl), 32.19503 ++ # -berok will link without error, but may produce a broken library. 32.19504 ++ allow_undefined_flag='-berok' 32.19505 ++ # Determine the default libpath from the value encoded in an empty executable. 32.19506 ++ cat >conftest.$ac_ext <<_ACEOF 32.19507 ++/* confdefs.h. */ 32.19508 ++_ACEOF 32.19509 ++cat confdefs.h >>conftest.$ac_ext 32.19510 ++cat >>conftest.$ac_ext <<_ACEOF 32.19511 ++/* end confdefs.h. */ 32.19512 ++ 32.19513 ++int 32.19514 ++main () 32.19515 ++{ 32.19516 ++ 32.19517 ++ ; 32.19518 ++ return 0; 32.19519 ++} 32.19520 ++_ACEOF 32.19521 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.19522 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.19523 ++ (eval $ac_link) 2>conftest.er1 32.19524 ++ ac_status=$? 32.19525 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.19526 ++ rm -f conftest.er1 32.19527 ++ cat conftest.err >&5 32.19528 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.19529 ++ (exit $ac_status); } && 32.19530 ++ { ac_try='test -z "$ac_c_werror_flag" 32.19531 ++ || test ! -s conftest.err' 32.19532 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.19533 ++ (eval $ac_try) 2>&5 32.19534 ++ ac_status=$? 32.19535 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.19536 ++ (exit $ac_status); }; } && 32.19537 ++ { ac_try='test -s conftest$ac_exeext' 32.19538 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.19539 ++ (eval $ac_try) 2>&5 32.19540 ++ ac_status=$? 32.19541 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.19542 ++ (exit $ac_status); }; }; then 32.19543 ++ 32.19544 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.19545 ++}'` 32.19546 ++# Check for a 64-bit object if we didn't find anything. 32.19547 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.19548 ++}'`; fi 32.19549 ++else 32.19550 ++ echo "$as_me: failed program was:" >&5 32.19551 ++sed 's/^/| /' conftest.$ac_ext >&5 32.19552 ++ 32.19553 ++fi 32.19554 ++rm -f conftest.err conftest.$ac_objext \ 32.19555 ++ conftest$ac_exeext conftest.$ac_ext 32.19556 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.19557 ++ 32.19558 ++ hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 32.19559 ++ archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" 32.19560 ++ else 32.19561 ++ if test "$host_cpu" = ia64; then 32.19562 ++ hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' 32.19563 ++ allow_undefined_flag="-z nodefs" 32.19564 ++ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" 32.19565 ++ else 32.19566 ++ # Determine the default libpath from the value encoded in an empty executable. 32.19567 ++ cat >conftest.$ac_ext <<_ACEOF 32.19568 ++/* confdefs.h. */ 32.19569 ++_ACEOF 32.19570 ++cat confdefs.h >>conftest.$ac_ext 32.19571 ++cat >>conftest.$ac_ext <<_ACEOF 32.19572 ++/* end confdefs.h. */ 32.19573 ++ 32.19574 ++int 32.19575 ++main () 32.19576 ++{ 32.19577 ++ 32.19578 ++ ; 32.19579 ++ return 0; 32.19580 ++} 32.19581 ++_ACEOF 32.19582 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.19583 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.19584 ++ (eval $ac_link) 2>conftest.er1 32.19585 ++ ac_status=$? 32.19586 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.19587 ++ rm -f conftest.er1 32.19588 ++ cat conftest.err >&5 32.19589 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.19590 ++ (exit $ac_status); } && 32.19591 ++ { ac_try='test -z "$ac_c_werror_flag" 32.19592 ++ || test ! -s conftest.err' 32.19593 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.19594 ++ (eval $ac_try) 2>&5 32.19595 ++ ac_status=$? 32.19596 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.19597 ++ (exit $ac_status); }; } && 32.19598 ++ { ac_try='test -s conftest$ac_exeext' 32.19599 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.19600 ++ (eval $ac_try) 2>&5 32.19601 ++ ac_status=$? 32.19602 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.19603 ++ (exit $ac_status); }; }; then 32.19604 ++ 32.19605 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.19606 ++}'` 32.19607 ++# Check for a 64-bit object if we didn't find anything. 32.19608 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.19609 ++}'`; fi 32.19610 ++else 32.19611 ++ echo "$as_me: failed program was:" >&5 32.19612 ++sed 's/^/| /' conftest.$ac_ext >&5 32.19613 ++ 32.19614 ++fi 32.19615 ++rm -f conftest.err conftest.$ac_objext \ 32.19616 ++ conftest$ac_exeext conftest.$ac_ext 32.19617 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.19618 ++ 32.19619 ++ hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 32.19620 ++ # Warning - without using the other run time loading flags, 32.19621 ++ # -berok will link without error, but may produce a broken library. 32.19622 ++ no_undefined_flag=' ${wl}-bernotok' 32.19623 ++ allow_undefined_flag=' ${wl}-berok' 32.19624 ++ # -bexpall does not export symbols beginning with underscore (_) 32.19625 ++ always_export_symbols=yes 32.19626 ++ # Exported symbols can be pulled into shared objects from archives 32.19627 ++ whole_archive_flag_spec=' ' 32.19628 ++ archive_cmds_need_lc=yes 32.19629 ++ # This is similar to how AIX traditionally builds it's shared libraries. 32.19630 ++ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' 32.19631 ++ fi 32.19632 ++ fi 32.19633 ++ ;; 32.19634 ++ 32.19635 ++ amigaos*) 32.19636 ++ archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.19637 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19638 ++ hardcode_minus_L=yes 32.19639 ++ # see comment about different semantics on the GNU ld section 32.19640 ++ ld_shlibs=no 32.19641 ++ ;; 32.19642 ++ 32.19643 ++ bsdi4*) 32.19644 ++ export_dynamic_flag_spec=-rdynamic 32.19645 ++ ;; 32.19646 ++ 32.19647 ++ cygwin* | mingw* | pw32*) 32.19648 ++ # When not using gcc, we currently assume that we are using 32.19649 ++ # Microsoft Visual C++. 32.19650 ++ # hardcode_libdir_flag_spec is actually meaningless, as there is 32.19651 ++ # no search path for DLLs. 32.19652 ++ hardcode_libdir_flag_spec=' ' 32.19653 ++ allow_undefined_flag=unsupported 32.19654 ++ # Tell ltmain to make .lib files, not .a files. 32.19655 ++ libext=lib 32.19656 ++ # Tell ltmain to make .dll files, not .so files. 32.19657 ++ shrext=".dll" 32.19658 ++ # FIXME: Setting linknames here is a bad hack. 32.19659 ++ archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 32.19660 ++ # The linker will automatically build a .lib file if we build a DLL. 32.19661 ++ old_archive_From_new_cmds='true' 32.19662 ++ # FIXME: Should let the user specify the lib program. 32.19663 ++ old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' 32.19664 ++ fix_srcfile_path='`cygpath -w "$srcfile"`' 32.19665 ++ enable_shared_with_static_runtimes=yes 32.19666 ++ ;; 32.19667 ++ 32.19668 ++ darwin* | rhapsody*) 32.19669 ++ if test "$GXX" = yes ; then 32.19670 ++ archive_cmds_need_lc=no 32.19671 ++ case "$host_os" in 32.19672 ++ rhapsody* | darwin1.[012]) 32.19673 ++ allow_undefined_flag='-undefined suppress' 32.19674 ++ ;; 32.19675 ++ *) # Darwin 1.3 on 32.19676 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.19677 ++ allow_undefined_flag='-flat_namespace -undefined suppress' 32.19678 ++ else 32.19679 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.19680 ++ 10.[012]) 32.19681 ++ allow_undefined_flag='-flat_namespace -undefined suppress' 32.19682 ++ ;; 32.19683 ++ 10.*) 32.19684 ++ allow_undefined_flag='-undefined dynamic_lookup' 32.19685 ++ ;; 32.19686 ++ esac 32.19687 ++ fi 32.19688 ++ ;; 32.19689 ++ esac 32.19690 ++ lt_int_apple_cc_single_mod=no 32.19691 ++ output_verbose_link_cmd='echo' 32.19692 ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 32.19693 ++ lt_int_apple_cc_single_mod=yes 32.19694 ++ fi 32.19695 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.19696 ++ archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.19697 ++ else 32.19698 ++ archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.19699 ++ fi 32.19700 ++ module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.19701 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.19702 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.19703 ++ archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.19704 ++ else 32.19705 ++ archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.19706 ++ fi 32.19707 ++ module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.19708 ++ hardcode_direct=no 32.19709 ++ hardcode_automatic=yes 32.19710 ++ hardcode_shlibpath_var=unsupported 32.19711 ++ whole_archive_flag_spec='-all_load $convenience' 32.19712 ++ link_all_deplibs=yes 32.19713 ++ else 32.19714 ++ ld_shlibs=no 32.19715 ++ fi 32.19716 ++ ;; 32.19717 ++ 32.19718 ++ dgux*) 32.19719 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19720 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19721 ++ hardcode_shlibpath_var=no 32.19722 ++ ;; 32.19723 ++ 32.19724 ++ freebsd1*) 32.19725 ++ ld_shlibs=no 32.19726 ++ ;; 32.19727 ++ 32.19728 ++ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 32.19729 ++ # support. Future versions do this automatically, but an explicit c++rt0.o 32.19730 ++ # does not break anything, and helps significantly (at the cost of a little 32.19731 ++ # extra space). 32.19732 ++ freebsd2.2*) 32.19733 ++ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 32.19734 ++ hardcode_libdir_flag_spec='-R$libdir' 32.19735 ++ hardcode_direct=yes 32.19736 ++ hardcode_shlibpath_var=no 32.19737 ++ ;; 32.19738 ++ 32.19739 ++ # Unfortunately, older versions of FreeBSD 2 do not have this feature. 32.19740 ++ freebsd2*) 32.19741 ++ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.19742 ++ hardcode_direct=yes 32.19743 ++ hardcode_minus_L=yes 32.19744 ++ hardcode_shlibpath_var=no 32.19745 ++ ;; 32.19746 ++ 32.19747 ++ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 32.19748 ++ freebsd* | kfreebsd*-gnu) 32.19749 ++ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 32.19750 ++ hardcode_libdir_flag_spec='-R$libdir' 32.19751 ++ hardcode_direct=yes 32.19752 ++ hardcode_shlibpath_var=no 32.19753 ++ ;; 32.19754 ++ 32.19755 ++ hpux9*) 32.19756 ++ if test "$GCC" = yes; then 32.19757 ++ archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.19758 ++ else 32.19759 ++ archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.19760 ++ fi 32.19761 ++ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 32.19762 ++ hardcode_libdir_separator=: 32.19763 ++ hardcode_direct=yes 32.19764 ++ 32.19765 ++ # hardcode_minus_L: Not really in the search PATH, 32.19766 ++ # but as the default location of the library. 32.19767 ++ hardcode_minus_L=yes 32.19768 ++ export_dynamic_flag_spec='${wl}-E' 32.19769 ++ ;; 32.19770 ++ 32.19771 ++ hpux10* | hpux11*) 32.19772 ++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then 32.19773 ++ case "$host_cpu" in 32.19774 ++ hppa*64*|ia64*) 32.19775 ++ archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.19776 ++ ;; 32.19777 ++ *) 32.19778 ++ archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 32.19779 ++ ;; 32.19780 ++ esac 32.19781 ++ else 32.19782 ++ case "$host_cpu" in 32.19783 ++ hppa*64*|ia64*) 32.19784 ++ archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19785 ++ ;; 32.19786 ++ *) 32.19787 ++ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 32.19788 ++ ;; 32.19789 ++ esac 32.19790 ++ fi 32.19791 ++ if test "$with_gnu_ld" = no; then 32.19792 ++ case "$host_cpu" in 32.19793 ++ hppa*64*) 32.19794 ++ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 32.19795 ++ hardcode_libdir_flag_spec_ld='+b $libdir' 32.19796 ++ hardcode_libdir_separator=: 32.19797 ++ hardcode_direct=no 32.19798 ++ hardcode_shlibpath_var=no 32.19799 ++ ;; 32.19800 ++ ia64*) 32.19801 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19802 ++ hardcode_direct=no 32.19803 ++ hardcode_shlibpath_var=no 32.19804 ++ 32.19805 ++ # hardcode_minus_L: Not really in the search PATH, 32.19806 ++ # but as the default location of the library. 32.19807 ++ hardcode_minus_L=yes 32.19808 ++ ;; 32.19809 ++ *) 32.19810 ++ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 32.19811 ++ hardcode_libdir_separator=: 32.19812 ++ hardcode_direct=yes 32.19813 ++ export_dynamic_flag_spec='${wl}-E' 32.19814 ++ 32.19815 ++ # hardcode_minus_L: Not really in the search PATH, 32.19816 ++ # but as the default location of the library. 32.19817 ++ hardcode_minus_L=yes 32.19818 ++ ;; 32.19819 ++ esac 32.19820 ++ fi 32.19821 ++ ;; 32.19822 ++ 32.19823 ++ irix5* | irix6* | nonstopux*) 32.19824 ++ if test "$GCC" = yes; then 32.19825 ++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.19826 ++ else 32.19827 ++ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.19828 ++ hardcode_libdir_flag_spec_ld='-rpath $libdir' 32.19829 ++ fi 32.19830 ++ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 32.19831 ++ hardcode_libdir_separator=: 32.19832 ++ link_all_deplibs=yes 32.19833 ++ ;; 32.19834 ++ 32.19835 ++ netbsd*) 32.19836 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.19837 ++ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 32.19838 ++ else 32.19839 ++ archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 32.19840 ++ fi 32.19841 ++ hardcode_libdir_flag_spec='-R$libdir' 32.19842 ++ hardcode_direct=yes 32.19843 ++ hardcode_shlibpath_var=no 32.19844 ++ ;; 32.19845 ++ 32.19846 ++ newsos6) 32.19847 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19848 ++ hardcode_direct=yes 32.19849 ++ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 32.19850 ++ hardcode_libdir_separator=: 32.19851 ++ hardcode_shlibpath_var=no 32.19852 ++ ;; 32.19853 ++ 32.19854 ++ openbsd*) 32.19855 ++ hardcode_direct=yes 32.19856 ++ hardcode_shlibpath_var=no 32.19857 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.19858 ++ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.19859 ++ hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 32.19860 ++ export_dynamic_flag_spec='${wl}-E' 32.19861 ++ else 32.19862 ++ case $host_os in 32.19863 ++ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) 32.19864 ++ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.19865 ++ hardcode_libdir_flag_spec='-R$libdir' 32.19866 ++ ;; 32.19867 ++ *) 32.19868 ++ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.19869 ++ hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 32.19870 ++ ;; 32.19871 ++ esac 32.19872 ++ fi 32.19873 ++ ;; 32.19874 ++ 32.19875 ++ os2*) 32.19876 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19877 ++ hardcode_minus_L=yes 32.19878 ++ allow_undefined_flag=unsupported 32.19879 ++ archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 32.19880 ++ old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 32.19881 ++ ;; 32.19882 ++ 32.19883 ++ osf3*) 32.19884 ++ if test "$GCC" = yes; then 32.19885 ++ allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 32.19886 ++ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.19887 ++ else 32.19888 ++ allow_undefined_flag=' -expect_unresolved \*' 32.19889 ++ archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.19890 ++ fi 32.19891 ++ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 32.19892 ++ hardcode_libdir_separator=: 32.19893 ++ ;; 32.19894 ++ 32.19895 ++ osf4* | osf5*) # as osf3* with the addition of -msym flag 32.19896 ++ if test "$GCC" = yes; then 32.19897 ++ allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 32.19898 ++ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.19899 ++ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 32.19900 ++ else 32.19901 ++ allow_undefined_flag=' -expect_unresolved \*' 32.19902 ++ archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.19903 ++ archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ 32.19904 ++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' 32.19905 ++ 32.19906 ++ # Both c and cxx compiler support -rpath directly 32.19907 ++ hardcode_libdir_flag_spec='-rpath $libdir' 32.19908 ++ fi 32.19909 ++ hardcode_libdir_separator=: 32.19910 ++ ;; 32.19911 ++ 32.19912 ++ sco3.2v5*) 32.19913 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19914 ++ hardcode_shlibpath_var=no 32.19915 ++ export_dynamic_flag_spec='${wl}-Bexport' 32.19916 ++ runpath_var=LD_RUN_PATH 32.19917 ++ hardcode_runpath_var=yes 32.19918 ++ ;; 32.19919 ++ 32.19920 ++ solaris*) 32.19921 ++ no_undefined_flag=' -z text' 32.19922 ++ if test "$GCC" = yes; then 32.19923 ++ archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.19924 ++ archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.19925 ++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 32.19926 ++ else 32.19927 ++ archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19928 ++ archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.19929 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.19930 ++ fi 32.19931 ++ hardcode_libdir_flag_spec='-R$libdir' 32.19932 ++ hardcode_shlibpath_var=no 32.19933 ++ case $host_os in 32.19934 ++ solaris2.[0-5] | solaris2.[0-5].*) ;; 32.19935 ++ *) # Supported since Solaris 2.6 (maybe 2.5.1?) 32.19936 ++ whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; 32.19937 ++ esac 32.19938 ++ link_all_deplibs=yes 32.19939 ++ ;; 32.19940 ++ 32.19941 ++ sunos4*) 32.19942 ++ if test "x$host_vendor" = xsequent; then 32.19943 ++ # Use $CC to link under sequent, because it throws in some extra .o 32.19944 ++ # files that make .init and .fini sections work. 32.19945 ++ archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 32.19946 ++ else 32.19947 ++ archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 32.19948 ++ fi 32.19949 ++ hardcode_libdir_flag_spec='-L$libdir' 32.19950 ++ hardcode_direct=yes 32.19951 ++ hardcode_minus_L=yes 32.19952 ++ hardcode_shlibpath_var=no 32.19953 ++ ;; 32.19954 ++ 32.19955 ++ sysv4) 32.19956 ++ case $host_vendor in 32.19957 ++ sni) 32.19958 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19959 ++ hardcode_direct=yes # is this really true??? 32.19960 ++ ;; 32.19961 ++ siemens) 32.19962 ++ ## LD is ld it makes a PLAMLIB 32.19963 ++ ## CC just makes a GrossModule. 32.19964 ++ archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.19965 ++ reload_cmds='$CC -r -o $output$reload_objs' 32.19966 ++ hardcode_direct=no 32.19967 ++ ;; 32.19968 ++ motorola) 32.19969 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19970 ++ hardcode_direct=no #Motorola manual says yes, but my tests say they lie 32.19971 ++ ;; 32.19972 ++ esac 32.19973 ++ runpath_var='LD_RUN_PATH' 32.19974 ++ hardcode_shlibpath_var=no 32.19975 ++ ;; 32.19976 ++ 32.19977 ++ sysv4.3*) 32.19978 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19979 ++ hardcode_shlibpath_var=no 32.19980 ++ export_dynamic_flag_spec='-Bexport' 32.19981 ++ ;; 32.19982 ++ 32.19983 ++ sysv4*MP*) 32.19984 ++ if test -d /usr/nec; then 32.19985 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.19986 ++ hardcode_shlibpath_var=no 32.19987 ++ runpath_var=LD_RUN_PATH 32.19988 ++ hardcode_runpath_var=yes 32.19989 ++ ld_shlibs=yes 32.19990 ++ fi 32.19991 ++ ;; 32.19992 ++ 32.19993 ++ sysv4.2uw2*) 32.19994 ++ archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.19995 ++ hardcode_direct=yes 32.19996 ++ hardcode_minus_L=no 32.19997 ++ hardcode_shlibpath_var=no 32.19998 ++ hardcode_runpath_var=yes 32.19999 ++ runpath_var=LD_RUN_PATH 32.20000 ++ ;; 32.20001 ++ 32.20002 ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) 32.20003 ++ no_undefined_flag='${wl}-z ${wl}text' 32.20004 ++ if test "$GCC" = yes; then 32.20005 ++ archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.20006 ++ else 32.20007 ++ archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.20008 ++ fi 32.20009 ++ runpath_var='LD_RUN_PATH' 32.20010 ++ hardcode_shlibpath_var=no 32.20011 ++ ;; 32.20012 ++ 32.20013 ++ sysv5*) 32.20014 ++ no_undefined_flag=' -z text' 32.20015 ++ # $CC -shared without GNU ld will not create a library from C++ 32.20016 ++ # object files and a static libstdc++, better avoid it by now 32.20017 ++ archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.20018 ++ archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.20019 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.20020 ++ hardcode_libdir_flag_spec= 32.20021 ++ hardcode_shlibpath_var=no 32.20022 ++ runpath_var='LD_RUN_PATH' 32.20023 ++ ;; 32.20024 ++ 32.20025 ++ uts4*) 32.20026 ++ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.20027 ++ hardcode_libdir_flag_spec='-L$libdir' 32.20028 ++ hardcode_shlibpath_var=no 32.20029 ++ ;; 32.20030 ++ 32.20031 ++ *) 32.20032 ++ ld_shlibs=no 32.20033 ++ ;; 32.20034 ++ esac 32.20035 ++ fi 32.20036 ++ 32.20037 ++echo "$as_me:$LINENO: result: $ld_shlibs" >&5 32.20038 ++echo "${ECHO_T}$ld_shlibs" >&6 32.20039 ++test "$ld_shlibs" = no && can_build_shared=no 32.20040 ++ 32.20041 ++variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 32.20042 ++if test "$GCC" = yes; then 32.20043 ++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 32.20044 ++fi 32.20045 ++ 32.20046 ++# 32.20047 ++# Do we need to explicitly link libc? 32.20048 ++# 32.20049 ++case "x$archive_cmds_need_lc" in 32.20050 ++x|xyes) 32.20051 ++ # Assume -lc should be added 32.20052 ++ archive_cmds_need_lc=yes 32.20053 ++ 32.20054 ++ if test "$enable_shared" = yes && test "$GCC" = yes; then 32.20055 ++ case $archive_cmds in 32.20056 ++ *'~'*) 32.20057 ++ # FIXME: we may have to deal with multi-command sequences. 32.20058 ++ ;; 32.20059 ++ '$CC '*) 32.20060 ++ # Test whether the compiler implicitly links with -lc since on some 32.20061 ++ # systems, -lgcc has to come before -lc. If gcc already passes -lc 32.20062 ++ # to ld, don't add -lc before -lgcc. 32.20063 ++ echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 32.20064 ++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 32.20065 ++ $rm conftest* 32.20066 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.20067 ++ 32.20068 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.20069 ++ (eval $ac_compile) 2>&5 32.20070 ++ ac_status=$? 32.20071 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20072 ++ (exit $ac_status); } 2>conftest.err; then 32.20073 ++ soname=conftest 32.20074 ++ lib=conftest 32.20075 ++ libobjs=conftest.$ac_objext 32.20076 ++ deplibs= 32.20077 ++ wl=$lt_prog_compiler_wl 32.20078 ++ compiler_flags=-v 32.20079 ++ linker_flags=-v 32.20080 ++ verstring= 32.20081 ++ output_objdir=. 32.20082 ++ libname=conftest 32.20083 ++ lt_save_allow_undefined_flag=$allow_undefined_flag 32.20084 ++ allow_undefined_flag= 32.20085 ++ if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 32.20086 ++ (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 32.20087 ++ ac_status=$? 32.20088 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20089 ++ (exit $ac_status); } 32.20090 ++ then 32.20091 ++ archive_cmds_need_lc=no 32.20092 ++ else 32.20093 ++ archive_cmds_need_lc=yes 32.20094 ++ fi 32.20095 ++ allow_undefined_flag=$lt_save_allow_undefined_flag 32.20096 ++ else 32.20097 ++ cat conftest.err 1>&5 32.20098 ++ fi 32.20099 ++ $rm conftest* 32.20100 ++ echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 32.20101 ++echo "${ECHO_T}$archive_cmds_need_lc" >&6 32.20102 ++ ;; 32.20103 ++ esac 32.20104 ++ fi 32.20105 ++ ;; 32.20106 ++esac 32.20107 ++ 32.20108 ++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 32.20109 ++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 32.20110 ++library_names_spec= 32.20111 ++libname_spec='lib$name' 32.20112 ++soname_spec= 32.20113 ++shrext=".so" 32.20114 ++postinstall_cmds= 32.20115 ++postuninstall_cmds= 32.20116 ++finish_cmds= 32.20117 ++finish_eval= 32.20118 ++shlibpath_var= 32.20119 ++shlibpath_overrides_runpath=unknown 32.20120 ++version_type=none 32.20121 ++dynamic_linker="$host_os ld.so" 32.20122 ++sys_lib_dlsearch_path_spec="/lib /usr/lib" 32.20123 ++if test "$GCC" = yes; then 32.20124 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.20125 ++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 32.20126 ++ # if the path contains ";" then we assume it to be the separator 32.20127 ++ # otherwise default to the standard path separator (i.e. ":") - it is 32.20128 ++ # assumed that no part of a normal pathname contains ";" but that should 32.20129 ++ # okay in the real world where ";" in dirpaths is itself problematic. 32.20130 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.20131 ++ else 32.20132 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.20133 ++ fi 32.20134 ++else 32.20135 ++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 32.20136 ++fi 32.20137 ++need_lib_prefix=unknown 32.20138 ++hardcode_into_libs=no 32.20139 ++ 32.20140 ++# when you set need_version to no, make sure it does not cause -set_version 32.20141 ++# flags to be left without arguments 32.20142 ++need_version=unknown 32.20143 ++ 32.20144 ++case $host_os in 32.20145 ++aix3*) 32.20146 ++ version_type=linux 32.20147 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 32.20148 ++ shlibpath_var=LIBPATH 32.20149 ++ 32.20150 ++ # AIX 3 has no versioning support, so we append a major version to the name. 32.20151 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20152 ++ ;; 32.20153 ++ 32.20154 ++aix4* | aix5*) 32.20155 ++ version_type=linux 32.20156 ++ need_lib_prefix=no 32.20157 ++ need_version=no 32.20158 ++ hardcode_into_libs=yes 32.20159 ++ if test "$host_cpu" = ia64; then 32.20160 ++ # AIX 5 supports IA64 32.20161 ++ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 32.20162 ++ shlibpath_var=LD_LIBRARY_PATH 32.20163 ++ else 32.20164 ++ # With GCC up to 2.95.x, collect2 would create an import file 32.20165 ++ # for dependence libraries. The import file would start with 32.20166 ++ # the line `#! .'. This would cause the generated library to 32.20167 ++ # depend on `.', always an invalid library. This was fixed in 32.20168 ++ # development snapshots of GCC prior to 3.0. 32.20169 ++ case $host_os in 32.20170 ++ aix4 | aix4.[01] | aix4.[01].*) 32.20171 ++ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 32.20172 ++ echo ' yes ' 32.20173 ++ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 32.20174 ++ : 32.20175 ++ else 32.20176 ++ can_build_shared=no 32.20177 ++ fi 32.20178 ++ ;; 32.20179 ++ esac 32.20180 ++ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 32.20181 ++ # soname into executable. Probably we can add versioning support to 32.20182 ++ # collect2, so additional links can be useful in future. 32.20183 ++ if test "$aix_use_runtimelinking" = yes; then 32.20184 ++ # If using run time linking (on AIX 4.2 or later) use lib<name>.so 32.20185 ++ # instead of lib<name>.a to let people know that these are not 32.20186 ++ # typical AIX shared libraries. 32.20187 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20188 ++ else 32.20189 ++ # We preserve .a as extension for shared libraries through AIX4.2 32.20190 ++ # and later when we are not doing run time linking. 32.20191 ++ library_names_spec='${libname}${release}.a $libname.a' 32.20192 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20193 ++ fi 32.20194 ++ shlibpath_var=LIBPATH 32.20195 ++ fi 32.20196 ++ ;; 32.20197 ++ 32.20198 ++amigaos*) 32.20199 ++ library_names_spec='$libname.ixlibrary $libname.a' 32.20200 ++ # Create ${libname}_ixlibrary.a entries in /sys/libs. 32.20201 ++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 32.20202 ++ ;; 32.20203 ++ 32.20204 ++beos*) 32.20205 ++ library_names_spec='${libname}${shared_ext}' 32.20206 ++ dynamic_linker="$host_os ld.so" 32.20207 ++ shlibpath_var=LIBRARY_PATH 32.20208 ++ ;; 32.20209 ++ 32.20210 ++bsdi4*) 32.20211 ++ version_type=linux 32.20212 ++ need_version=no 32.20213 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20214 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20215 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 32.20216 ++ shlibpath_var=LD_LIBRARY_PATH 32.20217 ++ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 32.20218 ++ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 32.20219 ++ # the default ld.so.conf also contains /usr/contrib/lib and 32.20220 ++ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 32.20221 ++ # libtool to hard-code these into programs 32.20222 ++ ;; 32.20223 ++ 32.20224 ++cygwin* | mingw* | pw32*) 32.20225 ++ version_type=windows 32.20226 ++ shrext=".dll" 32.20227 ++ need_version=no 32.20228 ++ need_lib_prefix=no 32.20229 ++ 32.20230 ++ case $GCC,$host_os in 32.20231 ++ yes,cygwin* | yes,mingw* | yes,pw32*) 32.20232 ++ library_names_spec='$libname.dll.a' 32.20233 ++ # DLL is installed to $(libdir)/../bin by postinstall_cmds 32.20234 ++ postinstall_cmds='base_file=`basename \${file}`~ 32.20235 ++ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 32.20236 ++ dldir=$destdir/`dirname \$dlpath`~ 32.20237 ++ test -d \$dldir || mkdir -p \$dldir~ 32.20238 ++ $install_prog $dir/$dlname \$dldir/$dlname' 32.20239 ++ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 32.20240 ++ dlpath=$dir/\$dldll~ 32.20241 ++ $rm \$dlpath' 32.20242 ++ shlibpath_overrides_runpath=yes 32.20243 ++ 32.20244 ++ case $host_os in 32.20245 ++ cygwin*) 32.20246 ++ # Cygwin DLLs use 'cyg' prefix rather than 'lib' 32.20247 ++ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.20248 ++ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 32.20249 ++ ;; 32.20250 ++ mingw*) 32.20251 ++ # MinGW DLLs use traditional 'lib' prefix 32.20252 ++ soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.20253 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.20254 ++ if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 32.20255 ++ # It is most probably a Windows format PATH printed by 32.20256 ++ # mingw gcc, but we are running on Cygwin. Gcc prints its search 32.20257 ++ # path with ; separators, and with drive letters. We can handle the 32.20258 ++ # drive letters (cygwin fileutils understands them), so leave them, 32.20259 ++ # especially as we might pass files found there to a mingw objdump, 32.20260 ++ # which wouldn't understand a cygwinified path. Ahh. 32.20261 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.20262 ++ else 32.20263 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.20264 ++ fi 32.20265 ++ ;; 32.20266 ++ pw32*) 32.20267 ++ # pw32 DLLs use 'pw' prefix rather than 'lib' 32.20268 ++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' 32.20269 ++ ;; 32.20270 ++ esac 32.20271 ++ ;; 32.20272 ++ 32.20273 ++ *) 32.20274 ++ library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 32.20275 ++ ;; 32.20276 ++ esac 32.20277 ++ dynamic_linker='Win32 ld.exe' 32.20278 ++ # FIXME: first we should search . and the directory the executable is in 32.20279 ++ shlibpath_var=PATH 32.20280 ++ ;; 32.20281 ++ 32.20282 ++darwin* | rhapsody*) 32.20283 ++ dynamic_linker="$host_os dyld" 32.20284 ++ version_type=darwin 32.20285 ++ need_lib_prefix=no 32.20286 ++ need_version=no 32.20287 ++ library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 32.20288 ++ soname_spec='${libname}${release}${major}$shared_ext' 32.20289 ++ shlibpath_overrides_runpath=yes 32.20290 ++ shlibpath_var=DYLD_LIBRARY_PATH 32.20291 ++ shrext='$(test .$module = .yes && echo .so || echo .dylib)' 32.20292 ++ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 32.20293 ++ if test "$GCC" = yes; then 32.20294 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 32.20295 ++ else 32.20296 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 32.20297 ++ fi 32.20298 ++ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 32.20299 ++ ;; 32.20300 ++ 32.20301 ++dgux*) 32.20302 ++ version_type=linux 32.20303 ++ need_lib_prefix=no 32.20304 ++ need_version=no 32.20305 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 32.20306 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20307 ++ shlibpath_var=LD_LIBRARY_PATH 32.20308 ++ ;; 32.20309 ++ 32.20310 ++freebsd1*) 32.20311 ++ dynamic_linker=no 32.20312 ++ ;; 32.20313 ++ 32.20314 ++kfreebsd*-gnu) 32.20315 ++ version_type=linux 32.20316 ++ need_lib_prefix=no 32.20317 ++ need_version=no 32.20318 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.20319 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20320 ++ shlibpath_var=LD_LIBRARY_PATH 32.20321 ++ shlibpath_overrides_runpath=no 32.20322 ++ hardcode_into_libs=yes 32.20323 ++ dynamic_linker='GNU ld.so' 32.20324 ++ ;; 32.20325 ++ 32.20326 ++freebsd*) 32.20327 ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 32.20328 ++ version_type=freebsd-$objformat 32.20329 ++ case $version_type in 32.20330 ++ freebsd-elf*) 32.20331 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 32.20332 ++ need_version=no 32.20333 ++ need_lib_prefix=no 32.20334 ++ ;; 32.20335 ++ freebsd-*) 32.20336 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 32.20337 ++ need_version=yes 32.20338 ++ ;; 32.20339 ++ esac 32.20340 ++ shlibpath_var=LD_LIBRARY_PATH 32.20341 ++ case $host_os in 32.20342 ++ freebsd2*) 32.20343 ++ shlibpath_overrides_runpath=yes 32.20344 ++ ;; 32.20345 ++ freebsd3.01* | freebsdelf3.01*) 32.20346 ++ shlibpath_overrides_runpath=yes 32.20347 ++ hardcode_into_libs=yes 32.20348 ++ ;; 32.20349 ++ *) # from 3.2 on 32.20350 ++ shlibpath_overrides_runpath=no 32.20351 ++ hardcode_into_libs=yes 32.20352 ++ ;; 32.20353 ++ esac 32.20354 ++ ;; 32.20355 ++ 32.20356 ++gnu*) 32.20357 ++ version_type=linux 32.20358 ++ need_lib_prefix=no 32.20359 ++ need_version=no 32.20360 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 32.20361 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20362 ++ shlibpath_var=LD_LIBRARY_PATH 32.20363 ++ hardcode_into_libs=yes 32.20364 ++ ;; 32.20365 ++ 32.20366 ++hpux9* | hpux10* | hpux11*) 32.20367 ++ # Give a soname corresponding to the major version so that dld.sl refuses to 32.20368 ++ # link against other versions. 32.20369 ++ version_type=sunos 32.20370 ++ need_lib_prefix=no 32.20371 ++ need_version=no 32.20372 ++ case "$host_cpu" in 32.20373 ++ ia64*) 32.20374 ++ shrext='.so' 32.20375 ++ hardcode_into_libs=yes 32.20376 ++ dynamic_linker="$host_os dld.so" 32.20377 ++ shlibpath_var=LD_LIBRARY_PATH 32.20378 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.20379 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20380 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20381 ++ if test "X$HPUX_IA64_MODE" = X32; then 32.20382 ++ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 32.20383 ++ else 32.20384 ++ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 32.20385 ++ fi 32.20386 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.20387 ++ ;; 32.20388 ++ hppa*64*) 32.20389 ++ shrext='.sl' 32.20390 ++ hardcode_into_libs=yes 32.20391 ++ dynamic_linker="$host_os dld.sl" 32.20392 ++ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 32.20393 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.20394 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20395 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20396 ++ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 32.20397 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.20398 ++ ;; 32.20399 ++ *) 32.20400 ++ shrext='.sl' 32.20401 ++ dynamic_linker="$host_os dld.sl" 32.20402 ++ shlibpath_var=SHLIB_PATH 32.20403 ++ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 32.20404 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20405 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20406 ++ ;; 32.20407 ++ esac 32.20408 ++ # HP-UX runs *really* slowly unless shared libraries are mode 555. 32.20409 ++ postinstall_cmds='chmod 555 $lib' 32.20410 ++ ;; 32.20411 ++ 32.20412 ++irix5* | irix6* | nonstopux*) 32.20413 ++ case $host_os in 32.20414 ++ nonstopux*) version_type=nonstopux ;; 32.20415 ++ *) 32.20416 ++ if test "$lt_cv_prog_gnu_ld" = yes; then 32.20417 ++ version_type=linux 32.20418 ++ else 32.20419 ++ version_type=irix 32.20420 ++ fi ;; 32.20421 ++ esac 32.20422 ++ need_lib_prefix=no 32.20423 ++ need_version=no 32.20424 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20425 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 32.20426 ++ case $host_os in 32.20427 ++ irix5* | nonstopux*) 32.20428 ++ libsuff= shlibsuff= 32.20429 ++ ;; 32.20430 ++ *) 32.20431 ++ case $LD in # libtool.m4 will add one of these switches to LD 32.20432 ++ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 32.20433 ++ libsuff= shlibsuff= libmagic=32-bit;; 32.20434 ++ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 32.20435 ++ libsuff=32 shlibsuff=N32 libmagic=N32;; 32.20436 ++ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 32.20437 ++ libsuff=64 shlibsuff=64 libmagic=64-bit;; 32.20438 ++ *) libsuff= shlibsuff= libmagic=never-match;; 32.20439 ++ esac 32.20440 ++ ;; 32.20441 ++ esac 32.20442 ++ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 32.20443 ++ shlibpath_overrides_runpath=no 32.20444 ++ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 32.20445 ++ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 32.20446 ++ hardcode_into_libs=yes 32.20447 ++ ;; 32.20448 ++ 32.20449 ++# No shared lib support for Linux oldld, aout, or coff. 32.20450 ++linux*oldld* | linux*aout* | linux*coff*) 32.20451 ++ dynamic_linker=no 32.20452 ++ ;; 32.20453 ++ 32.20454 ++# This must be Linux ELF. 32.20455 ++linux*) 32.20456 ++ version_type=linux 32.20457 ++ need_lib_prefix=no 32.20458 ++ need_version=no 32.20459 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20460 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20461 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 32.20462 ++ shlibpath_var=LD_LIBRARY_PATH 32.20463 ++ shlibpath_overrides_runpath=no 32.20464 ++ # This implies no fast_install, which is unacceptable. 32.20465 ++ # Some rework will be needed to allow for fast_install 32.20466 ++ # before this can be enabled. 32.20467 ++ hardcode_into_libs=yes 32.20468 ++ 32.20469 ++ # /usr/X11R6/lib and /usr/local/lib are common enough... 32.20470 ++ sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib" 32.20471 ++ 32.20472 ++ # We used to test for /lib/ld.so.1 and disable shared libraries on 32.20473 ++ # powerpc, because MkLinux only supported shared libraries with the 32.20474 ++ # GNU dynamic linker. Since this was broken with cross compilers, 32.20475 ++ # most powerpc-linux boxes support dynamic linking these days and 32.20476 ++ # people can always --disable-shared, the test was removed, and we 32.20477 ++ # assume the GNU/Linux dynamic linker is in use. 32.20478 ++ dynamic_linker='GNU/Linux ld.so' 32.20479 ++ ;; 32.20480 ++ 32.20481 ++knetbsd*-gnu) 32.20482 ++ version_type=linux 32.20483 ++ need_lib_prefix=no 32.20484 ++ need_version=no 32.20485 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.20486 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20487 ++ shlibpath_var=LD_LIBRARY_PATH 32.20488 ++ shlibpath_overrides_runpath=no 32.20489 ++ hardcode_into_libs=yes 32.20490 ++ dynamic_linker='GNU ld.so' 32.20491 ++ ;; 32.20492 ++ 32.20493 ++netbsd*) 32.20494 ++ version_type=sunos 32.20495 ++ need_lib_prefix=no 32.20496 ++ need_version=no 32.20497 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.20498 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.20499 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.20500 ++ dynamic_linker='NetBSD (a.out) ld.so' 32.20501 ++ else 32.20502 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' 32.20503 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20504 ++ dynamic_linker='NetBSD ld.elf_so' 32.20505 ++ fi 32.20506 ++ shlibpath_var=LD_LIBRARY_PATH 32.20507 ++ shlibpath_overrides_runpath=yes 32.20508 ++ hardcode_into_libs=yes 32.20509 ++ ;; 32.20510 ++ 32.20511 ++newsos6) 32.20512 ++ version_type=linux 32.20513 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20514 ++ shlibpath_var=LD_LIBRARY_PATH 32.20515 ++ shlibpath_overrides_runpath=yes 32.20516 ++ ;; 32.20517 ++ 32.20518 ++nto-qnx*) 32.20519 ++ version_type=linux 32.20520 ++ need_lib_prefix=no 32.20521 ++ need_version=no 32.20522 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20523 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20524 ++ shlibpath_var=LD_LIBRARY_PATH 32.20525 ++ shlibpath_overrides_runpath=yes 32.20526 ++ ;; 32.20527 ++ 32.20528 ++openbsd*) 32.20529 ++ version_type=sunos 32.20530 ++ need_lib_prefix=no 32.20531 ++ need_version=yes 32.20532 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.20533 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.20534 ++ shlibpath_var=LD_LIBRARY_PATH 32.20535 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.20536 ++ case $host_os in 32.20537 ++ openbsd2.[89] | openbsd2.[89].*) 32.20538 ++ shlibpath_overrides_runpath=no 32.20539 ++ ;; 32.20540 ++ *) 32.20541 ++ shlibpath_overrides_runpath=yes 32.20542 ++ ;; 32.20543 ++ esac 32.20544 ++ else 32.20545 ++ shlibpath_overrides_runpath=yes 32.20546 ++ fi 32.20547 ++ ;; 32.20548 ++ 32.20549 ++os2*) 32.20550 ++ libname_spec='$name' 32.20551 ++ shrext=".dll" 32.20552 ++ need_lib_prefix=no 32.20553 ++ library_names_spec='$libname${shared_ext} $libname.a' 32.20554 ++ dynamic_linker='OS/2 ld.exe' 32.20555 ++ shlibpath_var=LIBPATH 32.20556 ++ ;; 32.20557 ++ 32.20558 ++osf3* | osf4* | osf5*) 32.20559 ++ version_type=osf 32.20560 ++ need_lib_prefix=no 32.20561 ++ need_version=no 32.20562 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20563 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20564 ++ shlibpath_var=LD_LIBRARY_PATH 32.20565 ++ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 32.20566 ++ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 32.20567 ++ ;; 32.20568 ++ 32.20569 ++sco3.2v5*) 32.20570 ++ version_type=osf 32.20571 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20572 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20573 ++ shlibpath_var=LD_LIBRARY_PATH 32.20574 ++ ;; 32.20575 ++ 32.20576 ++solaris*) 32.20577 ++ version_type=linux 32.20578 ++ need_lib_prefix=no 32.20579 ++ need_version=no 32.20580 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20581 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20582 ++ shlibpath_var=LD_LIBRARY_PATH 32.20583 ++ shlibpath_overrides_runpath=yes 32.20584 ++ hardcode_into_libs=yes 32.20585 ++ # ldd complains unless libraries are executable 32.20586 ++ postinstall_cmds='chmod +x $lib' 32.20587 ++ ;; 32.20588 ++ 32.20589 ++sunos4*) 32.20590 ++ version_type=sunos 32.20591 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.20592 ++ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 32.20593 ++ shlibpath_var=LD_LIBRARY_PATH 32.20594 ++ shlibpath_overrides_runpath=yes 32.20595 ++ if test "$with_gnu_ld" = yes; then 32.20596 ++ need_lib_prefix=no 32.20597 ++ fi 32.20598 ++ need_version=yes 32.20599 ++ ;; 32.20600 ++ 32.20601 ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.20602 ++ version_type=linux 32.20603 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20604 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20605 ++ shlibpath_var=LD_LIBRARY_PATH 32.20606 ++ case $host_vendor in 32.20607 ++ sni) 32.20608 ++ shlibpath_overrides_runpath=no 32.20609 ++ need_lib_prefix=no 32.20610 ++ export_dynamic_flag_spec='${wl}-Blargedynsym' 32.20611 ++ runpath_var=LD_RUN_PATH 32.20612 ++ ;; 32.20613 ++ siemens) 32.20614 ++ need_lib_prefix=no 32.20615 ++ ;; 32.20616 ++ motorola) 32.20617 ++ need_lib_prefix=no 32.20618 ++ need_version=no 32.20619 ++ shlibpath_overrides_runpath=no 32.20620 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 32.20621 ++ ;; 32.20622 ++ esac 32.20623 ++ ;; 32.20624 ++ 32.20625 ++sysv4*MP*) 32.20626 ++ if test -d /usr/nec ;then 32.20627 ++ version_type=linux 32.20628 ++ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 32.20629 ++ soname_spec='$libname${shared_ext}.$major' 32.20630 ++ shlibpath_var=LD_LIBRARY_PATH 32.20631 ++ fi 32.20632 ++ ;; 32.20633 ++ 32.20634 ++uts4*) 32.20635 ++ version_type=linux 32.20636 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.20637 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.20638 ++ shlibpath_var=LD_LIBRARY_PATH 32.20639 ++ ;; 32.20640 ++ 32.20641 ++*) 32.20642 ++ dynamic_linker=no 32.20643 ++ ;; 32.20644 ++esac 32.20645 ++echo "$as_me:$LINENO: result: $dynamic_linker" >&5 32.20646 ++echo "${ECHO_T}$dynamic_linker" >&6 32.20647 ++test "$dynamic_linker" = no && can_build_shared=no 32.20648 ++ 32.20649 ++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 32.20650 ++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 32.20651 ++hardcode_action= 32.20652 ++if test -n "$hardcode_libdir_flag_spec" || \ 32.20653 ++ test -n "$runpath_var " || \ 32.20654 ++ test "X$hardcode_automatic"="Xyes" ; then 32.20655 ++ 32.20656 ++ # We can hardcode non-existant directories. 32.20657 ++ if test "$hardcode_direct" != no && 32.20658 ++ # If the only mechanism to avoid hardcoding is shlibpath_var, we 32.20659 ++ # have to relink, otherwise we might link with an installed library 32.20660 ++ # when we should be linking with a yet-to-be-installed one 32.20661 ++ ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && 32.20662 ++ test "$hardcode_minus_L" != no; then 32.20663 ++ # Linking always hardcodes the temporary library directory. 32.20664 ++ hardcode_action=relink 32.20665 ++ else 32.20666 ++ # We can link without hardcoding, and we can hardcode nonexisting dirs. 32.20667 ++ hardcode_action=immediate 32.20668 ++ fi 32.20669 ++else 32.20670 ++ # We cannot hardcode anything, or else we can only hardcode existing 32.20671 ++ # directories. 32.20672 ++ hardcode_action=unsupported 32.20673 ++fi 32.20674 ++echo "$as_me:$LINENO: result: $hardcode_action" >&5 32.20675 ++echo "${ECHO_T}$hardcode_action" >&6 32.20676 ++ 32.20677 ++if test "$hardcode_action" = relink; then 32.20678 ++ # Fast installation is not supported 32.20679 ++ enable_fast_install=no 32.20680 ++elif test "$shlibpath_overrides_runpath" = yes || 32.20681 ++ test "$enable_shared" = no; then 32.20682 ++ # Fast installation is not necessary 32.20683 ++ enable_fast_install=needless 32.20684 ++fi 32.20685 ++ 32.20686 ++striplib= 32.20687 ++old_striplib= 32.20688 ++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 32.20689 ++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 32.20690 ++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 32.20691 ++ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 32.20692 ++ test -z "$striplib" && striplib="$STRIP --strip-unneeded" 32.20693 ++ echo "$as_me:$LINENO: result: yes" >&5 32.20694 ++echo "${ECHO_T}yes" >&6 32.20695 ++else 32.20696 ++# FIXME - insert some real tests, host_os isn't really good enough 32.20697 ++ case $host_os in 32.20698 ++ darwin*) 32.20699 ++ if test -n "$STRIP" ; then 32.20700 ++ striplib="$STRIP -x" 32.20701 ++ echo "$as_me:$LINENO: result: yes" >&5 32.20702 ++echo "${ECHO_T}yes" >&6 32.20703 ++ else 32.20704 ++ echo "$as_me:$LINENO: result: no" >&5 32.20705 ++echo "${ECHO_T}no" >&6 32.20706 ++fi 32.20707 ++ ;; 32.20708 ++ *) 32.20709 ++ echo "$as_me:$LINENO: result: no" >&5 32.20710 ++echo "${ECHO_T}no" >&6 32.20711 ++ ;; 32.20712 ++ esac 32.20713 ++fi 32.20714 ++ 32.20715 ++if test "x$enable_dlopen" != xyes; then 32.20716 ++ enable_dlopen=unknown 32.20717 ++ enable_dlopen_self=unknown 32.20718 ++ enable_dlopen_self_static=unknown 32.20719 ++else 32.20720 ++ lt_cv_dlopen=no 32.20721 ++ lt_cv_dlopen_libs= 32.20722 ++ 32.20723 ++ case $host_os in 32.20724 ++ beos*) 32.20725 ++ lt_cv_dlopen="load_add_on" 32.20726 ++ lt_cv_dlopen_libs= 32.20727 ++ lt_cv_dlopen_self=yes 32.20728 ++ ;; 32.20729 ++ 32.20730 ++ mingw* | pw32*) 32.20731 ++ lt_cv_dlopen="LoadLibrary" 32.20732 ++ lt_cv_dlopen_libs= 32.20733 ++ ;; 32.20734 ++ 32.20735 ++ cygwin*) 32.20736 ++ lt_cv_dlopen="dlopen" 32.20737 ++ lt_cv_dlopen_libs= 32.20738 ++ ;; 32.20739 ++ 32.20740 ++ darwin*) 32.20741 ++ # if libdl is installed we need to link against it 32.20742 ++ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 32.20743 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 32.20744 ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then 32.20745 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.20746 ++else 32.20747 ++ ac_check_lib_save_LIBS=$LIBS 32.20748 ++LIBS="-ldl $LIBS" 32.20749 ++cat >conftest.$ac_ext <<_ACEOF 32.20750 ++/* confdefs.h. */ 32.20751 ++_ACEOF 32.20752 ++cat confdefs.h >>conftest.$ac_ext 32.20753 ++cat >>conftest.$ac_ext <<_ACEOF 32.20754 ++/* end confdefs.h. */ 32.20755 ++ 32.20756 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.20757 ++#ifdef __cplusplus 32.20758 ++extern "C" 32.20759 ++#endif 32.20760 ++/* We use char because int might match the return type of a gcc2 32.20761 ++ builtin and then its argument prototype would still apply. */ 32.20762 ++char dlopen (); 32.20763 ++int 32.20764 ++main () 32.20765 ++{ 32.20766 ++dlopen (); 32.20767 ++ ; 32.20768 ++ return 0; 32.20769 ++} 32.20770 ++_ACEOF 32.20771 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.20772 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.20773 ++ (eval $ac_link) 2>conftest.er1 32.20774 ++ ac_status=$? 32.20775 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.20776 ++ rm -f conftest.er1 32.20777 ++ cat conftest.err >&5 32.20778 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20779 ++ (exit $ac_status); } && 32.20780 ++ { ac_try='test -z "$ac_c_werror_flag" 32.20781 ++ || test ! -s conftest.err' 32.20782 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.20783 ++ (eval $ac_try) 2>&5 32.20784 ++ ac_status=$? 32.20785 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20786 ++ (exit $ac_status); }; } && 32.20787 ++ { ac_try='test -s conftest$ac_exeext' 32.20788 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.20789 ++ (eval $ac_try) 2>&5 32.20790 ++ ac_status=$? 32.20791 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20792 ++ (exit $ac_status); }; }; then 32.20793 ++ ac_cv_lib_dl_dlopen=yes 32.20794 ++else 32.20795 ++ echo "$as_me: failed program was:" >&5 32.20796 ++sed 's/^/| /' conftest.$ac_ext >&5 32.20797 ++ 32.20798 ++ac_cv_lib_dl_dlopen=no 32.20799 ++fi 32.20800 ++rm -f conftest.err conftest.$ac_objext \ 32.20801 ++ conftest$ac_exeext conftest.$ac_ext 32.20802 ++LIBS=$ac_check_lib_save_LIBS 32.20803 ++fi 32.20804 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 32.20805 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 32.20806 ++if test $ac_cv_lib_dl_dlopen = yes; then 32.20807 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 32.20808 ++else 32.20809 ++ 32.20810 ++ lt_cv_dlopen="dyld" 32.20811 ++ lt_cv_dlopen_libs= 32.20812 ++ lt_cv_dlopen_self=yes 32.20813 ++ 32.20814 ++fi 32.20815 ++ 32.20816 ++ ;; 32.20817 ++ 32.20818 ++ *) 32.20819 ++ echo "$as_me:$LINENO: checking for shl_load" >&5 32.20820 ++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 32.20821 ++if test "${ac_cv_func_shl_load+set}" = set; then 32.20822 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.20823 ++else 32.20824 ++ cat >conftest.$ac_ext <<_ACEOF 32.20825 ++/* confdefs.h. */ 32.20826 ++_ACEOF 32.20827 ++cat confdefs.h >>conftest.$ac_ext 32.20828 ++cat >>conftest.$ac_ext <<_ACEOF 32.20829 ++/* end confdefs.h. */ 32.20830 ++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 32.20831 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.20832 ++#define shl_load innocuous_shl_load 32.20833 ++ 32.20834 ++/* System header to define __stub macros and hopefully few prototypes, 32.20835 ++ which can conflict with char shl_load (); below. 32.20836 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.20837 ++ <limits.h> exists even on freestanding compilers. */ 32.20838 ++ 32.20839 ++#ifdef __STDC__ 32.20840 ++# include <limits.h> 32.20841 ++#else 32.20842 ++# include <assert.h> 32.20843 ++#endif 32.20844 ++ 32.20845 ++#undef shl_load 32.20846 ++ 32.20847 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.20848 ++#ifdef __cplusplus 32.20849 ++extern "C" 32.20850 ++{ 32.20851 ++#endif 32.20852 ++/* We use char because int might match the return type of a gcc2 32.20853 ++ builtin and then its argument prototype would still apply. */ 32.20854 ++char shl_load (); 32.20855 ++/* The GNU C library defines this for functions which it implements 32.20856 ++ to always fail with ENOSYS. Some functions are actually named 32.20857 ++ something starting with __ and the normal name is an alias. */ 32.20858 ++#if defined (__stub_shl_load) || defined (__stub___shl_load) 32.20859 ++choke me 32.20860 ++#else 32.20861 ++char (*f) () = shl_load; 32.20862 ++#endif 32.20863 ++#ifdef __cplusplus 32.20864 ++} 32.20865 ++#endif 32.20866 ++ 32.20867 ++int 32.20868 ++main () 32.20869 ++{ 32.20870 ++return f != shl_load; 32.20871 ++ ; 32.20872 ++ return 0; 32.20873 ++} 32.20874 ++_ACEOF 32.20875 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.20876 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.20877 ++ (eval $ac_link) 2>conftest.er1 32.20878 ++ ac_status=$? 32.20879 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.20880 ++ rm -f conftest.er1 32.20881 ++ cat conftest.err >&5 32.20882 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20883 ++ (exit $ac_status); } && 32.20884 ++ { ac_try='test -z "$ac_c_werror_flag" 32.20885 ++ || test ! -s conftest.err' 32.20886 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.20887 ++ (eval $ac_try) 2>&5 32.20888 ++ ac_status=$? 32.20889 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20890 ++ (exit $ac_status); }; } && 32.20891 ++ { ac_try='test -s conftest$ac_exeext' 32.20892 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.20893 ++ (eval $ac_try) 2>&5 32.20894 ++ ac_status=$? 32.20895 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20896 ++ (exit $ac_status); }; }; then 32.20897 ++ ac_cv_func_shl_load=yes 32.20898 ++else 32.20899 ++ echo "$as_me: failed program was:" >&5 32.20900 ++sed 's/^/| /' conftest.$ac_ext >&5 32.20901 ++ 32.20902 ++ac_cv_func_shl_load=no 32.20903 ++fi 32.20904 ++rm -f conftest.err conftest.$ac_objext \ 32.20905 ++ conftest$ac_exeext conftest.$ac_ext 32.20906 ++fi 32.20907 ++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 32.20908 ++echo "${ECHO_T}$ac_cv_func_shl_load" >&6 32.20909 ++if test $ac_cv_func_shl_load = yes; then 32.20910 ++ lt_cv_dlopen="shl_load" 32.20911 ++else 32.20912 ++ echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 32.20913 ++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 32.20914 ++if test "${ac_cv_lib_dld_shl_load+set}" = set; then 32.20915 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.20916 ++else 32.20917 ++ ac_check_lib_save_LIBS=$LIBS 32.20918 ++LIBS="-ldld $LIBS" 32.20919 ++cat >conftest.$ac_ext <<_ACEOF 32.20920 ++/* confdefs.h. */ 32.20921 ++_ACEOF 32.20922 ++cat confdefs.h >>conftest.$ac_ext 32.20923 ++cat >>conftest.$ac_ext <<_ACEOF 32.20924 ++/* end confdefs.h. */ 32.20925 ++ 32.20926 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.20927 ++#ifdef __cplusplus 32.20928 ++extern "C" 32.20929 ++#endif 32.20930 ++/* We use char because int might match the return type of a gcc2 32.20931 ++ builtin and then its argument prototype would still apply. */ 32.20932 ++char shl_load (); 32.20933 ++int 32.20934 ++main () 32.20935 ++{ 32.20936 ++shl_load (); 32.20937 ++ ; 32.20938 ++ return 0; 32.20939 ++} 32.20940 ++_ACEOF 32.20941 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.20942 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.20943 ++ (eval $ac_link) 2>conftest.er1 32.20944 ++ ac_status=$? 32.20945 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.20946 ++ rm -f conftest.er1 32.20947 ++ cat conftest.err >&5 32.20948 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20949 ++ (exit $ac_status); } && 32.20950 ++ { ac_try='test -z "$ac_c_werror_flag" 32.20951 ++ || test ! -s conftest.err' 32.20952 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.20953 ++ (eval $ac_try) 2>&5 32.20954 ++ ac_status=$? 32.20955 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20956 ++ (exit $ac_status); }; } && 32.20957 ++ { ac_try='test -s conftest$ac_exeext' 32.20958 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.20959 ++ (eval $ac_try) 2>&5 32.20960 ++ ac_status=$? 32.20961 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.20962 ++ (exit $ac_status); }; }; then 32.20963 ++ ac_cv_lib_dld_shl_load=yes 32.20964 ++else 32.20965 ++ echo "$as_me: failed program was:" >&5 32.20966 ++sed 's/^/| /' conftest.$ac_ext >&5 32.20967 ++ 32.20968 ++ac_cv_lib_dld_shl_load=no 32.20969 ++fi 32.20970 ++rm -f conftest.err conftest.$ac_objext \ 32.20971 ++ conftest$ac_exeext conftest.$ac_ext 32.20972 ++LIBS=$ac_check_lib_save_LIBS 32.20973 ++fi 32.20974 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 32.20975 ++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 32.20976 ++if test $ac_cv_lib_dld_shl_load = yes; then 32.20977 ++ lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" 32.20978 ++else 32.20979 ++ echo "$as_me:$LINENO: checking for dlopen" >&5 32.20980 ++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 32.20981 ++if test "${ac_cv_func_dlopen+set}" = set; then 32.20982 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.20983 ++else 32.20984 ++ cat >conftest.$ac_ext <<_ACEOF 32.20985 ++/* confdefs.h. */ 32.20986 ++_ACEOF 32.20987 ++cat confdefs.h >>conftest.$ac_ext 32.20988 ++cat >>conftest.$ac_ext <<_ACEOF 32.20989 ++/* end confdefs.h. */ 32.20990 ++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 32.20991 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.20992 ++#define dlopen innocuous_dlopen 32.20993 ++ 32.20994 ++/* System header to define __stub macros and hopefully few prototypes, 32.20995 ++ which can conflict with char dlopen (); below. 32.20996 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.20997 ++ <limits.h> exists even on freestanding compilers. */ 32.20998 ++ 32.20999 ++#ifdef __STDC__ 32.21000 ++# include <limits.h> 32.21001 ++#else 32.21002 ++# include <assert.h> 32.21003 ++#endif 32.21004 ++ 32.21005 ++#undef dlopen 32.21006 ++ 32.21007 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.21008 ++#ifdef __cplusplus 32.21009 ++extern "C" 32.21010 ++{ 32.21011 ++#endif 32.21012 ++/* We use char because int might match the return type of a gcc2 32.21013 ++ builtin and then its argument prototype would still apply. */ 32.21014 ++char dlopen (); 32.21015 ++/* The GNU C library defines this for functions which it implements 32.21016 ++ to always fail with ENOSYS. Some functions are actually named 32.21017 ++ something starting with __ and the normal name is an alias. */ 32.21018 ++#if defined (__stub_dlopen) || defined (__stub___dlopen) 32.21019 ++choke me 32.21020 ++#else 32.21021 ++char (*f) () = dlopen; 32.21022 ++#endif 32.21023 ++#ifdef __cplusplus 32.21024 ++} 32.21025 ++#endif 32.21026 ++ 32.21027 ++int 32.21028 ++main () 32.21029 ++{ 32.21030 ++return f != dlopen; 32.21031 ++ ; 32.21032 ++ return 0; 32.21033 ++} 32.21034 ++_ACEOF 32.21035 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.21036 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.21037 ++ (eval $ac_link) 2>conftest.er1 32.21038 ++ ac_status=$? 32.21039 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.21040 ++ rm -f conftest.er1 32.21041 ++ cat conftest.err >&5 32.21042 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21043 ++ (exit $ac_status); } && 32.21044 ++ { ac_try='test -z "$ac_c_werror_flag" 32.21045 ++ || test ! -s conftest.err' 32.21046 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21047 ++ (eval $ac_try) 2>&5 32.21048 ++ ac_status=$? 32.21049 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21050 ++ (exit $ac_status); }; } && 32.21051 ++ { ac_try='test -s conftest$ac_exeext' 32.21052 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21053 ++ (eval $ac_try) 2>&5 32.21054 ++ ac_status=$? 32.21055 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21056 ++ (exit $ac_status); }; }; then 32.21057 ++ ac_cv_func_dlopen=yes 32.21058 ++else 32.21059 ++ echo "$as_me: failed program was:" >&5 32.21060 ++sed 's/^/| /' conftest.$ac_ext >&5 32.21061 ++ 32.21062 ++ac_cv_func_dlopen=no 32.21063 ++fi 32.21064 ++rm -f conftest.err conftest.$ac_objext \ 32.21065 ++ conftest$ac_exeext conftest.$ac_ext 32.21066 ++fi 32.21067 ++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 32.21068 ++echo "${ECHO_T}$ac_cv_func_dlopen" >&6 32.21069 ++if test $ac_cv_func_dlopen = yes; then 32.21070 ++ lt_cv_dlopen="dlopen" 32.21071 ++else 32.21072 ++ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 32.21073 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 32.21074 ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then 32.21075 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.21076 ++else 32.21077 ++ ac_check_lib_save_LIBS=$LIBS 32.21078 ++LIBS="-ldl $LIBS" 32.21079 ++cat >conftest.$ac_ext <<_ACEOF 32.21080 ++/* confdefs.h. */ 32.21081 ++_ACEOF 32.21082 ++cat confdefs.h >>conftest.$ac_ext 32.21083 ++cat >>conftest.$ac_ext <<_ACEOF 32.21084 ++/* end confdefs.h. */ 32.21085 ++ 32.21086 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.21087 ++#ifdef __cplusplus 32.21088 ++extern "C" 32.21089 ++#endif 32.21090 ++/* We use char because int might match the return type of a gcc2 32.21091 ++ builtin and then its argument prototype would still apply. */ 32.21092 ++char dlopen (); 32.21093 ++int 32.21094 ++main () 32.21095 ++{ 32.21096 ++dlopen (); 32.21097 ++ ; 32.21098 ++ return 0; 32.21099 ++} 32.21100 ++_ACEOF 32.21101 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.21102 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.21103 ++ (eval $ac_link) 2>conftest.er1 32.21104 ++ ac_status=$? 32.21105 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.21106 ++ rm -f conftest.er1 32.21107 ++ cat conftest.err >&5 32.21108 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21109 ++ (exit $ac_status); } && 32.21110 ++ { ac_try='test -z "$ac_c_werror_flag" 32.21111 ++ || test ! -s conftest.err' 32.21112 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21113 ++ (eval $ac_try) 2>&5 32.21114 ++ ac_status=$? 32.21115 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21116 ++ (exit $ac_status); }; } && 32.21117 ++ { ac_try='test -s conftest$ac_exeext' 32.21118 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21119 ++ (eval $ac_try) 2>&5 32.21120 ++ ac_status=$? 32.21121 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21122 ++ (exit $ac_status); }; }; then 32.21123 ++ ac_cv_lib_dl_dlopen=yes 32.21124 ++else 32.21125 ++ echo "$as_me: failed program was:" >&5 32.21126 ++sed 's/^/| /' conftest.$ac_ext >&5 32.21127 ++ 32.21128 ++ac_cv_lib_dl_dlopen=no 32.21129 ++fi 32.21130 ++rm -f conftest.err conftest.$ac_objext \ 32.21131 ++ conftest$ac_exeext conftest.$ac_ext 32.21132 ++LIBS=$ac_check_lib_save_LIBS 32.21133 ++fi 32.21134 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 32.21135 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 32.21136 ++if test $ac_cv_lib_dl_dlopen = yes; then 32.21137 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 32.21138 ++else 32.21139 ++ echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 32.21140 ++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 32.21141 ++if test "${ac_cv_lib_svld_dlopen+set}" = set; then 32.21142 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.21143 ++else 32.21144 ++ ac_check_lib_save_LIBS=$LIBS 32.21145 ++LIBS="-lsvld $LIBS" 32.21146 ++cat >conftest.$ac_ext <<_ACEOF 32.21147 ++/* confdefs.h. */ 32.21148 ++_ACEOF 32.21149 ++cat confdefs.h >>conftest.$ac_ext 32.21150 ++cat >>conftest.$ac_ext <<_ACEOF 32.21151 ++/* end confdefs.h. */ 32.21152 ++ 32.21153 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.21154 ++#ifdef __cplusplus 32.21155 ++extern "C" 32.21156 ++#endif 32.21157 ++/* We use char because int might match the return type of a gcc2 32.21158 ++ builtin and then its argument prototype would still apply. */ 32.21159 ++char dlopen (); 32.21160 ++int 32.21161 ++main () 32.21162 ++{ 32.21163 ++dlopen (); 32.21164 ++ ; 32.21165 ++ return 0; 32.21166 ++} 32.21167 ++_ACEOF 32.21168 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.21169 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.21170 ++ (eval $ac_link) 2>conftest.er1 32.21171 ++ ac_status=$? 32.21172 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.21173 ++ rm -f conftest.er1 32.21174 ++ cat conftest.err >&5 32.21175 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21176 ++ (exit $ac_status); } && 32.21177 ++ { ac_try='test -z "$ac_c_werror_flag" 32.21178 ++ || test ! -s conftest.err' 32.21179 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21180 ++ (eval $ac_try) 2>&5 32.21181 ++ ac_status=$? 32.21182 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21183 ++ (exit $ac_status); }; } && 32.21184 ++ { ac_try='test -s conftest$ac_exeext' 32.21185 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21186 ++ (eval $ac_try) 2>&5 32.21187 ++ ac_status=$? 32.21188 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21189 ++ (exit $ac_status); }; }; then 32.21190 ++ ac_cv_lib_svld_dlopen=yes 32.21191 ++else 32.21192 ++ echo "$as_me: failed program was:" >&5 32.21193 ++sed 's/^/| /' conftest.$ac_ext >&5 32.21194 ++ 32.21195 ++ac_cv_lib_svld_dlopen=no 32.21196 ++fi 32.21197 ++rm -f conftest.err conftest.$ac_objext \ 32.21198 ++ conftest$ac_exeext conftest.$ac_ext 32.21199 ++LIBS=$ac_check_lib_save_LIBS 32.21200 ++fi 32.21201 ++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 32.21202 ++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 32.21203 ++if test $ac_cv_lib_svld_dlopen = yes; then 32.21204 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 32.21205 ++else 32.21206 ++ echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 32.21207 ++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 32.21208 ++if test "${ac_cv_lib_dld_dld_link+set}" = set; then 32.21209 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.21210 ++else 32.21211 ++ ac_check_lib_save_LIBS=$LIBS 32.21212 ++LIBS="-ldld $LIBS" 32.21213 ++cat >conftest.$ac_ext <<_ACEOF 32.21214 ++/* confdefs.h. */ 32.21215 ++_ACEOF 32.21216 ++cat confdefs.h >>conftest.$ac_ext 32.21217 ++cat >>conftest.$ac_ext <<_ACEOF 32.21218 ++/* end confdefs.h. */ 32.21219 ++ 32.21220 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.21221 ++#ifdef __cplusplus 32.21222 ++extern "C" 32.21223 ++#endif 32.21224 ++/* We use char because int might match the return type of a gcc2 32.21225 ++ builtin and then its argument prototype would still apply. */ 32.21226 ++char dld_link (); 32.21227 ++int 32.21228 ++main () 32.21229 ++{ 32.21230 ++dld_link (); 32.21231 ++ ; 32.21232 ++ return 0; 32.21233 ++} 32.21234 ++_ACEOF 32.21235 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.21236 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.21237 ++ (eval $ac_link) 2>conftest.er1 32.21238 ++ ac_status=$? 32.21239 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.21240 ++ rm -f conftest.er1 32.21241 ++ cat conftest.err >&5 32.21242 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21243 ++ (exit $ac_status); } && 32.21244 ++ { ac_try='test -z "$ac_c_werror_flag" 32.21245 ++ || test ! -s conftest.err' 32.21246 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21247 ++ (eval $ac_try) 2>&5 32.21248 ++ ac_status=$? 32.21249 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21250 ++ (exit $ac_status); }; } && 32.21251 ++ { ac_try='test -s conftest$ac_exeext' 32.21252 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.21253 ++ (eval $ac_try) 2>&5 32.21254 ++ ac_status=$? 32.21255 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21256 ++ (exit $ac_status); }; }; then 32.21257 ++ ac_cv_lib_dld_dld_link=yes 32.21258 ++else 32.21259 ++ echo "$as_me: failed program was:" >&5 32.21260 ++sed 's/^/| /' conftest.$ac_ext >&5 32.21261 ++ 32.21262 ++ac_cv_lib_dld_dld_link=no 32.21263 ++fi 32.21264 ++rm -f conftest.err conftest.$ac_objext \ 32.21265 ++ conftest$ac_exeext conftest.$ac_ext 32.21266 ++LIBS=$ac_check_lib_save_LIBS 32.21267 ++fi 32.21268 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 32.21269 ++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 32.21270 ++if test $ac_cv_lib_dld_dld_link = yes; then 32.21271 ++ lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 32.21272 ++fi 32.21273 ++ 32.21274 ++ 32.21275 ++fi 32.21276 ++ 32.21277 ++ 32.21278 ++fi 32.21279 ++ 32.21280 ++ 32.21281 ++fi 32.21282 ++ 32.21283 ++ 32.21284 ++fi 32.21285 ++ 32.21286 ++ 32.21287 ++fi 32.21288 ++ 32.21289 ++ ;; 32.21290 ++ esac 32.21291 ++ 32.21292 ++ if test "x$lt_cv_dlopen" != xno; then 32.21293 ++ enable_dlopen=yes 32.21294 ++ else 32.21295 ++ enable_dlopen=no 32.21296 ++ fi 32.21297 ++ 32.21298 ++ case $lt_cv_dlopen in 32.21299 ++ dlopen) 32.21300 ++ save_CPPFLAGS="$CPPFLAGS" 32.21301 ++ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" 32.21302 ++ 32.21303 ++ save_LDFLAGS="$LDFLAGS" 32.21304 ++ eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 32.21305 ++ 32.21306 ++ save_LIBS="$LIBS" 32.21307 ++ LIBS="$lt_cv_dlopen_libs $LIBS" 32.21308 ++ 32.21309 ++ echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 32.21310 ++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 32.21311 ++if test "${lt_cv_dlopen_self+set}" = set; then 32.21312 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.21313 ++else 32.21314 ++ if test "$cross_compiling" = yes; then : 32.21315 ++ lt_cv_dlopen_self=cross 32.21316 ++else 32.21317 ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 32.21318 ++ lt_status=$lt_dlunknown 32.21319 ++ cat > conftest.$ac_ext <<EOF 32.21320 ++#line 8722 "configure" 32.21321 ++#include "confdefs.h" 32.21322 ++ 32.21323 ++#if HAVE_DLFCN_H 32.21324 ++#include <dlfcn.h> 32.21325 ++#endif 32.21326 ++ 32.21327 ++#include <stdio.h> 32.21328 ++ 32.21329 ++#ifdef RTLD_GLOBAL 32.21330 ++# define LT_DLGLOBAL RTLD_GLOBAL 32.21331 ++#else 32.21332 ++# ifdef DL_GLOBAL 32.21333 ++# define LT_DLGLOBAL DL_GLOBAL 32.21334 ++# else 32.21335 ++# define LT_DLGLOBAL 0 32.21336 ++# endif 32.21337 ++#endif 32.21338 ++ 32.21339 ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 32.21340 ++ find out it does not work in some platform. */ 32.21341 ++#ifndef LT_DLLAZY_OR_NOW 32.21342 ++# ifdef RTLD_LAZY 32.21343 ++# define LT_DLLAZY_OR_NOW RTLD_LAZY 32.21344 ++# else 32.21345 ++# ifdef DL_LAZY 32.21346 ++# define LT_DLLAZY_OR_NOW DL_LAZY 32.21347 ++# else 32.21348 ++# ifdef RTLD_NOW 32.21349 ++# define LT_DLLAZY_OR_NOW RTLD_NOW 32.21350 ++# else 32.21351 ++# ifdef DL_NOW 32.21352 ++# define LT_DLLAZY_OR_NOW DL_NOW 32.21353 ++# else 32.21354 ++# define LT_DLLAZY_OR_NOW 0 32.21355 ++# endif 32.21356 ++# endif 32.21357 ++# endif 32.21358 ++# endif 32.21359 ++#endif 32.21360 ++ 32.21361 ++#ifdef __cplusplus 32.21362 ++extern "C" void exit (int); 32.21363 ++#endif 32.21364 ++ 32.21365 ++void fnord() { int i=42;} 32.21366 ++int main () 32.21367 ++{ 32.21368 ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 32.21369 ++ int status = $lt_dlunknown; 32.21370 ++ 32.21371 ++ if (self) 32.21372 ++ { 32.21373 ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 32.21374 ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 32.21375 ++ /* dlclose (self); */ 32.21376 ++ } 32.21377 ++ 32.21378 ++ exit (status); 32.21379 ++} 32.21380 ++EOF 32.21381 ++ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.21382 ++ (eval $ac_link) 2>&5 32.21383 ++ ac_status=$? 32.21384 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21385 ++ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 32.21386 ++ (./conftest; exit; ) 2>/dev/null 32.21387 ++ lt_status=$? 32.21388 ++ case x$lt_status in 32.21389 ++ x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 32.21390 ++ x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 32.21391 ++ x$lt_unknown|x*) lt_cv_dlopen_self=no ;; 32.21392 ++ esac 32.21393 ++ else : 32.21394 ++ # compilation failed 32.21395 ++ lt_cv_dlopen_self=no 32.21396 ++ fi 32.21397 ++fi 32.21398 ++rm -fr conftest* 32.21399 ++ 32.21400 ++ 32.21401 ++fi 32.21402 ++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 32.21403 ++echo "${ECHO_T}$lt_cv_dlopen_self" >&6 32.21404 ++ 32.21405 ++ if test "x$lt_cv_dlopen_self" = xyes; then 32.21406 ++ LDFLAGS="$LDFLAGS $link_static_flag" 32.21407 ++ echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 32.21408 ++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 32.21409 ++if test "${lt_cv_dlopen_self_static+set}" = set; then 32.21410 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.21411 ++else 32.21412 ++ if test "$cross_compiling" = yes; then : 32.21413 ++ lt_cv_dlopen_self_static=cross 32.21414 ++else 32.21415 ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 32.21416 ++ lt_status=$lt_dlunknown 32.21417 ++ cat > conftest.$ac_ext <<EOF 32.21418 ++#line 8820 "configure" 32.21419 ++#include "confdefs.h" 32.21420 ++ 32.21421 ++#if HAVE_DLFCN_H 32.21422 ++#include <dlfcn.h> 32.21423 ++#endif 32.21424 ++ 32.21425 ++#include <stdio.h> 32.21426 ++ 32.21427 ++#ifdef RTLD_GLOBAL 32.21428 ++# define LT_DLGLOBAL RTLD_GLOBAL 32.21429 ++#else 32.21430 ++# ifdef DL_GLOBAL 32.21431 ++# define LT_DLGLOBAL DL_GLOBAL 32.21432 ++# else 32.21433 ++# define LT_DLGLOBAL 0 32.21434 ++# endif 32.21435 ++#endif 32.21436 ++ 32.21437 ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 32.21438 ++ find out it does not work in some platform. */ 32.21439 ++#ifndef LT_DLLAZY_OR_NOW 32.21440 ++# ifdef RTLD_LAZY 32.21441 ++# define LT_DLLAZY_OR_NOW RTLD_LAZY 32.21442 ++# else 32.21443 ++# ifdef DL_LAZY 32.21444 ++# define LT_DLLAZY_OR_NOW DL_LAZY 32.21445 ++# else 32.21446 ++# ifdef RTLD_NOW 32.21447 ++# define LT_DLLAZY_OR_NOW RTLD_NOW 32.21448 ++# else 32.21449 ++# ifdef DL_NOW 32.21450 ++# define LT_DLLAZY_OR_NOW DL_NOW 32.21451 ++# else 32.21452 ++# define LT_DLLAZY_OR_NOW 0 32.21453 ++# endif 32.21454 ++# endif 32.21455 ++# endif 32.21456 ++# endif 32.21457 ++#endif 32.21458 ++ 32.21459 ++#ifdef __cplusplus 32.21460 ++extern "C" void exit (int); 32.21461 ++#endif 32.21462 ++ 32.21463 ++void fnord() { int i=42;} 32.21464 ++int main () 32.21465 ++{ 32.21466 ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 32.21467 ++ int status = $lt_dlunknown; 32.21468 ++ 32.21469 ++ if (self) 32.21470 ++ { 32.21471 ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 32.21472 ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 32.21473 ++ /* dlclose (self); */ 32.21474 ++ } 32.21475 ++ 32.21476 ++ exit (status); 32.21477 ++} 32.21478 ++EOF 32.21479 ++ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.21480 ++ (eval $ac_link) 2>&5 32.21481 ++ ac_status=$? 32.21482 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.21483 ++ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 32.21484 ++ (./conftest; exit; ) 2>/dev/null 32.21485 ++ lt_status=$? 32.21486 ++ case x$lt_status in 32.21487 ++ x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 32.21488 ++ x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 32.21489 ++ x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; 32.21490 ++ esac 32.21491 ++ else : 32.21492 ++ # compilation failed 32.21493 ++ lt_cv_dlopen_self_static=no 32.21494 ++ fi 32.21495 ++fi 32.21496 ++rm -fr conftest* 32.21497 ++ 32.21498 ++ 32.21499 ++fi 32.21500 ++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 32.21501 ++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 32.21502 ++ fi 32.21503 ++ 32.21504 ++ CPPFLAGS="$save_CPPFLAGS" 32.21505 ++ LDFLAGS="$save_LDFLAGS" 32.21506 ++ LIBS="$save_LIBS" 32.21507 ++ ;; 32.21508 ++ esac 32.21509 ++ 32.21510 ++ case $lt_cv_dlopen_self in 32.21511 ++ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; 32.21512 ++ *) enable_dlopen_self=unknown ;; 32.21513 ++ esac 32.21514 ++ 32.21515 ++ case $lt_cv_dlopen_self_static in 32.21516 ++ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; 32.21517 ++ *) enable_dlopen_self_static=unknown ;; 32.21518 ++ esac 32.21519 ++fi 32.21520 ++ 32.21521 ++ 32.21522 ++# Report which librarie types wil actually be built 32.21523 ++echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 32.21524 ++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 32.21525 ++echo "$as_me:$LINENO: result: $can_build_shared" >&5 32.21526 ++echo "${ECHO_T}$can_build_shared" >&6 32.21527 ++ 32.21528 ++echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 32.21529 ++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 32.21530 ++test "$can_build_shared" = "no" && enable_shared=no 32.21531 ++ 32.21532 ++# On AIX, shared libraries and static libraries use the same namespace, and 32.21533 ++# are all built from PIC. 32.21534 ++case "$host_os" in 32.21535 ++aix3*) 32.21536 ++ test "$enable_shared" = yes && enable_static=no 32.21537 ++ if test -n "$RANLIB"; then 32.21538 ++ archive_cmds="$archive_cmds~\$RANLIB \$lib" 32.21539 ++ postinstall_cmds='$RANLIB $lib' 32.21540 ++ fi 32.21541 ++ ;; 32.21542 ++ 32.21543 ++aix4*) 32.21544 ++ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 32.21545 ++ test "$enable_shared" = yes && enable_static=no 32.21546 ++ fi 32.21547 ++ ;; 32.21548 ++ darwin* | rhapsody*) 32.21549 ++ if test "$GCC" = yes; then 32.21550 ++ archive_cmds_need_lc=no 32.21551 ++ case "$host_os" in 32.21552 ++ rhapsody* | darwin1.[012]) 32.21553 ++ allow_undefined_flag='-undefined suppress' 32.21554 ++ ;; 32.21555 ++ *) # Darwin 1.3 on 32.21556 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.21557 ++ allow_undefined_flag='-flat_namespace -undefined suppress' 32.21558 ++ else 32.21559 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.21560 ++ 10.[012]) 32.21561 ++ allow_undefined_flag='-flat_namespace -undefined suppress' 32.21562 ++ ;; 32.21563 ++ 10.*) 32.21564 ++ allow_undefined_flag='-undefined dynamic_lookup' 32.21565 ++ ;; 32.21566 ++ esac 32.21567 ++ fi 32.21568 ++ ;; 32.21569 ++ esac 32.21570 ++ output_verbose_link_cmd='echo' 32.21571 ++ archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' 32.21572 ++ module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.21573 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.21574 ++ archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.21575 ++ module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.21576 ++ hardcode_direct=no 32.21577 ++ hardcode_automatic=yes 32.21578 ++ hardcode_shlibpath_var=unsupported 32.21579 ++ whole_archive_flag_spec='-all_load $convenience' 32.21580 ++ link_all_deplibs=yes 32.21581 ++ else 32.21582 ++ ld_shlibs=no 32.21583 ++ fi 32.21584 ++ ;; 32.21585 ++esac 32.21586 ++echo "$as_me:$LINENO: result: $enable_shared" >&5 32.21587 ++echo "${ECHO_T}$enable_shared" >&6 32.21588 ++ 32.21589 ++echo "$as_me:$LINENO: checking whether to build static libraries" >&5 32.21590 ++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 32.21591 ++# Make sure either enable_shared or enable_static is yes. 32.21592 ++test "$enable_shared" = yes || enable_static=yes 32.21593 ++echo "$as_me:$LINENO: result: $enable_static" >&5 32.21594 ++echo "${ECHO_T}$enable_static" >&6 32.21595 ++ 32.21596 ++# The else clause should only fire when bootstrapping the 32.21597 ++# libtool distribution, otherwise you forgot to ship ltmain.sh 32.21598 ++# with your package, and you will get complaints that there are 32.21599 ++# no rules to generate ltmain.sh. 32.21600 ++if test -f "$ltmain"; then 32.21601 ++ # See if we are running on zsh, and set the options which allow our commands through 32.21602 ++ # without removal of \ escapes. 32.21603 ++ if test -n "${ZSH_VERSION+set}" ; then 32.21604 ++ setopt NO_GLOB_SUBST 32.21605 ++ fi 32.21606 ++ # Now quote all the things that may contain metacharacters while being 32.21607 ++ # careful not to overquote the AC_SUBSTed values. We take copies of the 32.21608 ++ # variables and quote the copies for generation of the libtool script. 32.21609 ++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 32.21610 ++ SED SHELL STRIP \ 32.21611 ++ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 32.21612 ++ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 32.21613 ++ deplibs_check_method reload_flag reload_cmds need_locks \ 32.21614 ++ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 32.21615 ++ lt_cv_sys_global_symbol_to_c_name_address \ 32.21616 ++ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 32.21617 ++ old_postinstall_cmds old_postuninstall_cmds \ 32.21618 ++ compiler \ 32.21619 ++ CC \ 32.21620 ++ LD \ 32.21621 ++ lt_prog_compiler_wl \ 32.21622 ++ lt_prog_compiler_pic \ 32.21623 ++ lt_prog_compiler_static \ 32.21624 ++ lt_prog_compiler_no_builtin_flag \ 32.21625 ++ export_dynamic_flag_spec \ 32.21626 ++ thread_safe_flag_spec \ 32.21627 ++ whole_archive_flag_spec \ 32.21628 ++ enable_shared_with_static_runtimes \ 32.21629 ++ old_archive_cmds \ 32.21630 ++ old_archive_from_new_cmds \ 32.21631 ++ predep_objects \ 32.21632 ++ postdep_objects \ 32.21633 ++ predeps \ 32.21634 ++ postdeps \ 32.21635 ++ compiler_lib_search_path \ 32.21636 ++ archive_cmds \ 32.21637 ++ archive_expsym_cmds \ 32.21638 ++ postinstall_cmds \ 32.21639 ++ postuninstall_cmds \ 32.21640 ++ old_archive_from_expsyms_cmds \ 32.21641 ++ allow_undefined_flag \ 32.21642 ++ no_undefined_flag \ 32.21643 ++ export_symbols_cmds \ 32.21644 ++ hardcode_libdir_flag_spec \ 32.21645 ++ hardcode_libdir_flag_spec_ld \ 32.21646 ++ hardcode_libdir_separator \ 32.21647 ++ hardcode_automatic \ 32.21648 ++ module_cmds \ 32.21649 ++ module_expsym_cmds \ 32.21650 ++ lt_cv_prog_compiler_c_o \ 32.21651 ++ exclude_expsyms \ 32.21652 ++ include_expsyms; do 32.21653 ++ 32.21654 ++ case $var in 32.21655 ++ old_archive_cmds | \ 32.21656 ++ old_archive_from_new_cmds | \ 32.21657 ++ archive_cmds | \ 32.21658 ++ archive_expsym_cmds | \ 32.21659 ++ module_cmds | \ 32.21660 ++ module_expsym_cmds | \ 32.21661 ++ old_archive_from_expsyms_cmds | \ 32.21662 ++ export_symbols_cmds | \ 32.21663 ++ extract_expsyms_cmds | reload_cmds | finish_cmds | \ 32.21664 ++ postinstall_cmds | postuninstall_cmds | \ 32.21665 ++ old_postinstall_cmds | old_postuninstall_cmds | \ 32.21666 ++ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 32.21667 ++ # Double-quote double-evaled strings. 32.21668 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 32.21669 ++ ;; 32.21670 ++ *) 32.21671 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 32.21672 ++ ;; 32.21673 ++ esac 32.21674 ++ done 32.21675 ++ 32.21676 ++ case $lt_echo in 32.21677 ++ *'\$0 --fallback-echo"') 32.21678 ++ lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 32.21679 ++ ;; 32.21680 ++ esac 32.21681 ++ 32.21682 ++cfgfile="${ofile}T" 32.21683 ++ trap "$rm \"$cfgfile\"; exit 1" 1 2 15 32.21684 ++ $rm -f "$cfgfile" 32.21685 ++ { echo "$as_me:$LINENO: creating $ofile" >&5 32.21686 ++echo "$as_me: creating $ofile" >&6;} 32.21687 ++ 32.21688 ++ cat <<__EOF__ >> "$cfgfile" 32.21689 ++#! $SHELL 32.21690 ++ 32.21691 ++# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. 32.21692 ++# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) 32.21693 ++# NOTE: Changes made to this file will be lost: look at ltmain.sh. 32.21694 ++# 32.21695 ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 32.21696 ++# Free Software Foundation, Inc. 32.21697 ++# 32.21698 ++# This file is part of GNU Libtool: 32.21699 ++# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 32.21700 ++# 32.21701 ++# This program is free software; you can redistribute it and/or modify 32.21702 ++# it under the terms of the GNU General Public License as published by 32.21703 ++# the Free Software Foundation; either version 2 of the License, or 32.21704 ++# (at your option) any later version. 32.21705 ++# 32.21706 ++# This program is distributed in the hope that it will be useful, but 32.21707 ++# WITHOUT ANY WARRANTY; without even the implied warranty of 32.21708 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 32.21709 ++# General Public License for more details. 32.21710 ++# 32.21711 ++# You should have received a copy of the GNU General Public License 32.21712 ++# along with this program; if not, write to the Free Software 32.21713 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 32.21714 ++# 32.21715 ++# As a special exception to the GNU General Public License, if you 32.21716 ++# distribute this file as part of a program that contains a 32.21717 ++# configuration script generated by Autoconf, you may include it under 32.21718 ++# the same distribution terms that you use for the rest of that program. 32.21719 ++ 32.21720 ++# A sed program that does not truncate output. 32.21721 ++SED=$lt_SED 32.21722 ++ 32.21723 ++# Sed that helps us avoid accidentally triggering echo(1) options like -n. 32.21724 ++Xsed="$SED -e s/^X//" 32.21725 ++ 32.21726 ++# The HP-UX ksh and POSIX shell print the target directory to stdout 32.21727 ++# if CDPATH is set. 32.21728 ++if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi 32.21729 ++ 32.21730 ++# The names of the tagged configurations supported by this script. 32.21731 ++available_tags= 32.21732 ++ 32.21733 ++# ### BEGIN LIBTOOL CONFIG 32.21734 ++ 32.21735 ++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 32.21736 ++ 32.21737 ++# Shell to use when invoking shell scripts. 32.21738 ++SHELL=$lt_SHELL 32.21739 ++ 32.21740 ++# Whether or not to build shared libraries. 32.21741 ++build_libtool_libs=$enable_shared 32.21742 ++ 32.21743 ++# Whether or not to build static libraries. 32.21744 ++build_old_libs=$enable_static 32.21745 ++ 32.21746 ++# Whether or not to add -lc for building shared libraries. 32.21747 ++build_libtool_need_lc=$archive_cmds_need_lc 32.21748 ++ 32.21749 ++# Whether or not to disallow shared libs when runtime libs are static 32.21750 ++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes 32.21751 ++ 32.21752 ++# Whether or not to optimize for fast installation. 32.21753 ++fast_install=$enable_fast_install 32.21754 ++ 32.21755 ++# The host system. 32.21756 ++host_alias=$host_alias 32.21757 ++host=$host 32.21758 ++ 32.21759 ++# An echo program that does not interpret backslashes. 32.21760 ++echo=$lt_echo 32.21761 ++ 32.21762 ++# The archiver. 32.21763 ++AR=$lt_AR 32.21764 ++AR_FLAGS=$lt_AR_FLAGS 32.21765 ++ 32.21766 ++# A C compiler. 32.21767 ++LTCC=$lt_LTCC 32.21768 ++ 32.21769 ++# A language-specific compiler. 32.21770 ++CC=$lt_compiler 32.21771 ++ 32.21772 ++# Is the compiler the GNU C compiler? 32.21773 ++with_gcc=$GCC 32.21774 ++ 32.21775 ++# An ERE matcher. 32.21776 ++EGREP=$lt_EGREP 32.21777 ++ 32.21778 ++# The linker used to build libraries. 32.21779 ++LD=$lt_LD 32.21780 ++ 32.21781 ++# Whether we need hard or soft links. 32.21782 ++LN_S=$lt_LN_S 32.21783 ++ 32.21784 ++# A BSD-compatible nm program. 32.21785 ++NM=$lt_NM 32.21786 ++ 32.21787 ++# A symbol stripping program 32.21788 ++STRIP=$lt_STRIP 32.21789 ++ 32.21790 ++# Used to examine libraries when file_magic_cmd begins "file" 32.21791 ++MAGIC_CMD=$MAGIC_CMD 32.21792 ++ 32.21793 ++# Used on cygwin: DLL creation program. 32.21794 ++DLLTOOL="$DLLTOOL" 32.21795 ++ 32.21796 ++# Used on cygwin: object dumper. 32.21797 ++OBJDUMP="$OBJDUMP" 32.21798 ++ 32.21799 ++# Used on cygwin: assembler. 32.21800 ++AS="$AS" 32.21801 ++ 32.21802 ++# The name of the directory that contains temporary libtool files. 32.21803 ++objdir=$objdir 32.21804 ++ 32.21805 ++# How to create reloadable object files. 32.21806 ++reload_flag=$lt_reload_flag 32.21807 ++reload_cmds=$lt_reload_cmds 32.21808 ++ 32.21809 ++# How to pass a linker flag through the compiler. 32.21810 ++wl=$lt_lt_prog_compiler_wl 32.21811 ++ 32.21812 ++# Object file suffix (normally "o"). 32.21813 ++objext="$ac_objext" 32.21814 ++ 32.21815 ++# Old archive suffix (normally "a"). 32.21816 ++libext="$libext" 32.21817 ++ 32.21818 ++# Shared library suffix (normally ".so"). 32.21819 ++shrext='$shrext' 32.21820 ++ 32.21821 ++# Executable file suffix (normally ""). 32.21822 ++exeext="$exeext" 32.21823 ++ 32.21824 ++# Additional compiler flags for building library objects. 32.21825 ++pic_flag=$lt_lt_prog_compiler_pic 32.21826 ++pic_mode=$pic_mode 32.21827 ++ 32.21828 ++# What is the maximum length of a command? 32.21829 ++max_cmd_len=$lt_cv_sys_max_cmd_len 32.21830 ++ 32.21831 ++# Does compiler simultaneously support -c and -o options? 32.21832 ++compiler_c_o=$lt_lt_cv_prog_compiler_c_o 32.21833 ++ 32.21834 ++# Must we lock files when doing compilation ? 32.21835 ++need_locks=$lt_need_locks 32.21836 ++ 32.21837 ++# Do we need the lib prefix for modules? 32.21838 ++need_lib_prefix=$need_lib_prefix 32.21839 ++ 32.21840 ++# Do we need a version for libraries? 32.21841 ++need_version=$need_version 32.21842 ++ 32.21843 ++# Whether dlopen is supported. 32.21844 ++dlopen_support=$enable_dlopen 32.21845 ++ 32.21846 ++# Whether dlopen of programs is supported. 32.21847 ++dlopen_self=$enable_dlopen_self 32.21848 ++ 32.21849 ++# Whether dlopen of statically linked programs is supported. 32.21850 ++dlopen_self_static=$enable_dlopen_self_static 32.21851 ++ 32.21852 ++# Compiler flag to prevent dynamic linking. 32.21853 ++link_static_flag=$lt_lt_prog_compiler_static 32.21854 ++ 32.21855 ++# Compiler flag to turn off builtin functions. 32.21856 ++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag 32.21857 ++ 32.21858 ++# Compiler flag to allow reflexive dlopens. 32.21859 ++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec 32.21860 ++ 32.21861 ++# Compiler flag to generate shared objects directly from archives. 32.21862 ++whole_archive_flag_spec=$lt_whole_archive_flag_spec 32.21863 ++ 32.21864 ++# Compiler flag to generate thread-safe objects. 32.21865 ++thread_safe_flag_spec=$lt_thread_safe_flag_spec 32.21866 ++ 32.21867 ++# Library versioning type. 32.21868 ++version_type=$version_type 32.21869 ++ 32.21870 ++# Format of library name prefix. 32.21871 ++libname_spec=$lt_libname_spec 32.21872 ++ 32.21873 ++# List of archive names. First name is the real one, the rest are links. 32.21874 ++# The last name is the one that the linker finds with -lNAME. 32.21875 ++library_names_spec=$lt_library_names_spec 32.21876 ++ 32.21877 ++# The coded name of the library, if different from the real name. 32.21878 ++soname_spec=$lt_soname_spec 32.21879 ++ 32.21880 ++# Commands used to build and install an old-style archive. 32.21881 ++RANLIB=$lt_RANLIB 32.21882 ++old_archive_cmds=$lt_old_archive_cmds 32.21883 ++old_postinstall_cmds=$lt_old_postinstall_cmds 32.21884 ++old_postuninstall_cmds=$lt_old_postuninstall_cmds 32.21885 ++ 32.21886 ++# Create an old-style archive from a shared archive. 32.21887 ++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds 32.21888 ++ 32.21889 ++# Create a temporary old-style archive to link instead of a shared archive. 32.21890 ++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds 32.21891 ++ 32.21892 ++# Commands used to build and install a shared archive. 32.21893 ++archive_cmds=$lt_archive_cmds 32.21894 ++archive_expsym_cmds=$lt_archive_expsym_cmds 32.21895 ++postinstall_cmds=$lt_postinstall_cmds 32.21896 ++postuninstall_cmds=$lt_postuninstall_cmds 32.21897 ++ 32.21898 ++# Commands used to build a loadable module (assumed same as above if empty) 32.21899 ++module_cmds=$lt_module_cmds 32.21900 ++module_expsym_cmds=$lt_module_expsym_cmds 32.21901 ++ 32.21902 ++# Commands to strip libraries. 32.21903 ++old_striplib=$lt_old_striplib 32.21904 ++striplib=$lt_striplib 32.21905 ++ 32.21906 ++# Dependencies to place before the objects being linked to create a 32.21907 ++# shared library. 32.21908 ++predep_objects=$lt_predep_objects 32.21909 ++ 32.21910 ++# Dependencies to place after the objects being linked to create a 32.21911 ++# shared library. 32.21912 ++postdep_objects=$lt_postdep_objects 32.21913 ++ 32.21914 ++# Dependencies to place before the objects being linked to create a 32.21915 ++# shared library. 32.21916 ++predeps=$lt_predeps 32.21917 ++ 32.21918 ++# Dependencies to place after the objects being linked to create a 32.21919 ++# shared library. 32.21920 ++postdeps=$lt_postdeps 32.21921 ++ 32.21922 ++# The library search path used internally by the compiler when linking 32.21923 ++# a shared library. 32.21924 ++compiler_lib_search_path=$lt_compiler_lib_search_path 32.21925 ++ 32.21926 ++# Method to check whether dependent libraries are shared objects. 32.21927 ++deplibs_check_method=$lt_deplibs_check_method 32.21928 ++ 32.21929 ++# Command to use when deplibs_check_method == file_magic. 32.21930 ++file_magic_cmd=$lt_file_magic_cmd 32.21931 ++ 32.21932 ++# Flag that allows shared libraries with undefined symbols to be built. 32.21933 ++allow_undefined_flag=$lt_allow_undefined_flag 32.21934 ++ 32.21935 ++# Flag that forces no undefined symbols. 32.21936 ++no_undefined_flag=$lt_no_undefined_flag 32.21937 ++ 32.21938 ++# Commands used to finish a libtool library installation in a directory. 32.21939 ++finish_cmds=$lt_finish_cmds 32.21940 ++ 32.21941 ++# Same as above, but a single script fragment to be evaled but not shown. 32.21942 ++finish_eval=$lt_finish_eval 32.21943 ++ 32.21944 ++# Take the output of nm and produce a listing of raw symbols and C names. 32.21945 ++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 32.21946 ++ 32.21947 ++# Transform the output of nm in a proper C declaration 32.21948 ++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 32.21949 ++ 32.21950 ++# Transform the output of nm in a C name address pair 32.21951 ++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 32.21952 ++ 32.21953 ++# This is the shared library runtime path variable. 32.21954 ++runpath_var=$runpath_var 32.21955 ++ 32.21956 ++# This is the shared library path variable. 32.21957 ++shlibpath_var=$shlibpath_var 32.21958 ++ 32.21959 ++# Is shlibpath searched before the hard-coded library search path? 32.21960 ++shlibpath_overrides_runpath=$shlibpath_overrides_runpath 32.21961 ++ 32.21962 ++# How to hardcode a shared library path into an executable. 32.21963 ++hardcode_action=$hardcode_action 32.21964 ++ 32.21965 ++# Whether we should hardcode library paths into libraries. 32.21966 ++hardcode_into_libs=$hardcode_into_libs 32.21967 ++ 32.21968 ++# Flag to hardcode \$libdir into a binary during linking. 32.21969 ++# This must work even if \$libdir does not exist. 32.21970 ++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec 32.21971 ++ 32.21972 ++# If ld is used when linking, flag to hardcode \$libdir into 32.21973 ++# a binary during linking. This must work even if \$libdir does 32.21974 ++# not exist. 32.21975 ++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld 32.21976 ++ 32.21977 ++# Whether we need a single -rpath flag with a separated argument. 32.21978 ++hardcode_libdir_separator=$lt_hardcode_libdir_separator 32.21979 ++ 32.21980 ++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 32.21981 ++# resulting binary. 32.21982 ++hardcode_direct=$hardcode_direct 32.21983 ++ 32.21984 ++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 32.21985 ++# resulting binary. 32.21986 ++hardcode_minus_L=$hardcode_minus_L 32.21987 ++ 32.21988 ++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 32.21989 ++# the resulting binary. 32.21990 ++hardcode_shlibpath_var=$hardcode_shlibpath_var 32.21991 ++ 32.21992 ++# Set to yes if building a shared library automatically hardcodes DIR into the library 32.21993 ++# and all subsequent libraries and executables linked against it. 32.21994 ++hardcode_automatic=$hardcode_automatic 32.21995 ++ 32.21996 ++# Variables whose values should be saved in libtool wrapper scripts and 32.21997 ++# restored at relink time. 32.21998 ++variables_saved_for_relink="$variables_saved_for_relink" 32.21999 ++ 32.22000 ++# Whether libtool must link a program against all its dependency libraries. 32.22001 ++link_all_deplibs=$link_all_deplibs 32.22002 ++ 32.22003 ++# Compile-time system search path for libraries 32.22004 ++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 32.22005 ++ 32.22006 ++# Run-time system search path for libraries 32.22007 ++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 32.22008 ++ 32.22009 ++# Fix the shell variable \$srcfile for the compiler. 32.22010 ++fix_srcfile_path="$fix_srcfile_path" 32.22011 ++ 32.22012 ++# Set to yes if exported symbols are required. 32.22013 ++always_export_symbols=$always_export_symbols 32.22014 ++ 32.22015 ++# The commands to list exported symbols. 32.22016 ++export_symbols_cmds=$lt_export_symbols_cmds 32.22017 ++ 32.22018 ++# The commands to extract the exported symbol list from a shared archive. 32.22019 ++extract_expsyms_cmds=$lt_extract_expsyms_cmds 32.22020 ++ 32.22021 ++# Symbols that should not be listed in the preloaded symbols. 32.22022 ++exclude_expsyms=$lt_exclude_expsyms 32.22023 ++ 32.22024 ++# Symbols that must always be exported. 32.22025 ++include_expsyms=$lt_include_expsyms 32.22026 ++ 32.22027 ++# ### END LIBTOOL CONFIG 32.22028 ++ 32.22029 ++__EOF__ 32.22030 ++ 32.22031 ++ 32.22032 ++ case $host_os in 32.22033 ++ aix3*) 32.22034 ++ cat <<\EOF >> "$cfgfile" 32.22035 ++ 32.22036 ++# AIX sometimes has problems with the GCC collect2 program. For some 32.22037 ++# reason, if we set the COLLECT_NAMES environment variable, the problems 32.22038 ++# vanish in a puff of smoke. 32.22039 ++if test "X${COLLECT_NAMES+set}" != Xset; then 32.22040 ++ COLLECT_NAMES= 32.22041 ++ export COLLECT_NAMES 32.22042 ++fi 32.22043 ++EOF 32.22044 ++ ;; 32.22045 ++ esac 32.22046 ++ 32.22047 ++ # We use sed instead of cat because bash on DJGPP gets confused if 32.22048 ++ # if finds mixed CR/LF and LF-only lines. Since sed operates in 32.22049 ++ # text mode, it properly converts lines to CR/LF. This bash problem 32.22050 ++ # is reportedly fixed, but why not run on old versions too? 32.22051 ++ sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) 32.22052 ++ 32.22053 ++ mv -f "$cfgfile" "$ofile" || \ 32.22054 ++ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 32.22055 ++ chmod +x "$ofile" 32.22056 ++ 32.22057 ++else 32.22058 ++ # If there is no Makefile yet, we rely on a make rule to execute 32.22059 ++ # `config.status --recheck' to rerun these tests and create the 32.22060 ++ # libtool script then. 32.22061 ++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 32.22062 ++ if test -f "$ltmain_in"; then 32.22063 ++ test -f Makefile && make "$ltmain" 32.22064 ++ fi 32.22065 ++fi 32.22066 ++ 32.22067 ++ 32.22068 ++ac_ext=c 32.22069 ++ac_cpp='$CPP $CPPFLAGS' 32.22070 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.22071 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.22072 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.22073 ++ 32.22074 ++CC="$lt_save_CC" 32.22075 ++ 32.22076 ++ 32.22077 ++# Check whether --with-tags or --without-tags was given. 32.22078 ++if test "${with_tags+set}" = set; then 32.22079 ++ withval="$with_tags" 32.22080 ++ tagnames="$withval" 32.22081 ++fi; 32.22082 ++ 32.22083 ++if test -f "$ltmain" && test -n "$tagnames"; then 32.22084 ++ if test ! -f "${ofile}"; then 32.22085 ++ { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 32.22086 ++echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} 32.22087 ++ fi 32.22088 ++ 32.22089 ++ if test -z "$LTCC"; then 32.22090 ++ eval "`$SHELL ${ofile} --config | grep '^LTCC='`" 32.22091 ++ if test -z "$LTCC"; then 32.22092 ++ { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 32.22093 ++echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} 32.22094 ++ else 32.22095 ++ { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 32.22096 ++echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} 32.22097 ++ fi 32.22098 ++ fi 32.22099 ++ 32.22100 ++ # Extract list of available tagged configurations in $ofile. 32.22101 ++ # Note that this assumes the entire list is on one line. 32.22102 ++ available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` 32.22103 ++ 32.22104 ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 32.22105 ++ for tagname in $tagnames; do 32.22106 ++ IFS="$lt_save_ifs" 32.22107 ++ # Check whether tagname contains only valid characters 32.22108 ++ case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in 32.22109 ++ "") ;; 32.22110 ++ *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 32.22111 ++echo "$as_me: error: invalid tag name: $tagname" >&2;} 32.22112 ++ { (exit 1); exit 1; }; } 32.22113 ++ ;; 32.22114 ++ esac 32.22115 ++ 32.22116 ++ if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null 32.22117 ++ then 32.22118 ++ { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 32.22119 ++echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} 32.22120 ++ { (exit 1); exit 1; }; } 32.22121 ++ fi 32.22122 ++ 32.22123 ++ # Update the list of available tags. 32.22124 ++ if test -n "$tagname"; then 32.22125 ++ echo appending configuration tag \"$tagname\" to $ofile 32.22126 ++ 32.22127 ++ case $tagname in 32.22128 ++ CXX) 32.22129 ++ if test -n "$CXX" && test "X$CXX" != "Xno"; then 32.22130 ++ ac_ext=cc 32.22131 ++ac_cpp='$CXXCPP $CPPFLAGS' 32.22132 ++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.22133 ++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.22134 ++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 32.22135 ++ 32.22136 ++ 32.22137 ++ 32.22138 ++ 32.22139 ++archive_cmds_need_lc_CXX=no 32.22140 ++allow_undefined_flag_CXX= 32.22141 ++always_export_symbols_CXX=no 32.22142 ++archive_expsym_cmds_CXX= 32.22143 ++export_dynamic_flag_spec_CXX= 32.22144 ++hardcode_direct_CXX=no 32.22145 ++hardcode_libdir_flag_spec_CXX= 32.22146 ++hardcode_libdir_flag_spec_ld_CXX= 32.22147 ++hardcode_libdir_separator_CXX= 32.22148 ++hardcode_minus_L_CXX=no 32.22149 ++hardcode_automatic_CXX=no 32.22150 ++module_cmds_CXX= 32.22151 ++module_expsym_cmds_CXX= 32.22152 ++link_all_deplibs_CXX=unknown 32.22153 ++old_archive_cmds_CXX=$old_archive_cmds 32.22154 ++no_undefined_flag_CXX= 32.22155 ++whole_archive_flag_spec_CXX= 32.22156 ++enable_shared_with_static_runtimes_CXX=no 32.22157 ++ 32.22158 ++# Dependencies to place before and after the object being linked: 32.22159 ++predep_objects_CXX= 32.22160 ++postdep_objects_CXX= 32.22161 ++predeps_CXX= 32.22162 ++postdeps_CXX= 32.22163 ++compiler_lib_search_path_CXX= 32.22164 ++ 32.22165 ++# Source file extension for C++ test sources. 32.22166 ++ac_ext=cc 32.22167 ++ 32.22168 ++# Object file extension for compiled C++ test sources. 32.22169 ++objext=o 32.22170 ++objext_CXX=$objext 32.22171 ++ 32.22172 ++# Code to be used in simple compile tests 32.22173 ++lt_simple_compile_test_code="int some_variable = 0;\n" 32.22174 ++ 32.22175 ++# Code to be used in simple link tests 32.22176 ++lt_simple_link_test_code='int main(int, char *) { return(0); }\n' 32.22177 ++ 32.22178 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.22179 ++ 32.22180 ++# If no C compiler was specified, use CC. 32.22181 ++LTCC=${LTCC-"$CC"} 32.22182 ++ 32.22183 ++# Allow CC to be a program name with arguments. 32.22184 ++compiler=$CC 32.22185 ++ 32.22186 ++ 32.22187 ++# Allow CC to be a program name with arguments. 32.22188 ++lt_save_CC=$CC 32.22189 ++lt_save_LD=$LD 32.22190 ++lt_save_GCC=$GCC 32.22191 ++GCC=$GXX 32.22192 ++lt_save_with_gnu_ld=$with_gnu_ld 32.22193 ++lt_save_path_LD=$lt_cv_path_LD 32.22194 ++if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then 32.22195 ++ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx 32.22196 ++else 32.22197 ++ unset lt_cv_prog_gnu_ld 32.22198 ++fi 32.22199 ++if test -n "${lt_cv_path_LDCXX+set}"; then 32.22200 ++ lt_cv_path_LD=$lt_cv_path_LDCXX 32.22201 ++else 32.22202 ++ unset lt_cv_path_LD 32.22203 ++fi 32.22204 ++test -z "${LDCXX+set}" || LD=$LDCXX 32.22205 ++CC=${CXX-"c++"} 32.22206 ++compiler=$CC 32.22207 ++compiler_CXX=$CC 32.22208 ++cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` 32.22209 ++ 32.22210 ++# We don't want -fno-exception wen compiling C++ code, so set the 32.22211 ++# no_builtin_flag separately 32.22212 ++if test "$GXX" = yes; then 32.22213 ++ lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' 32.22214 ++else 32.22215 ++ lt_prog_compiler_no_builtin_flag_CXX= 32.22216 ++fi 32.22217 ++ 32.22218 ++if test "$GXX" = yes; then 32.22219 ++ # Set up default GNU C++ configuration 32.22220 ++ 32.22221 ++ 32.22222 ++# Check whether --with-gnu-ld or --without-gnu-ld was given. 32.22223 ++if test "${with_gnu_ld+set}" = set; then 32.22224 ++ withval="$with_gnu_ld" 32.22225 ++ test "$withval" = no || with_gnu_ld=yes 32.22226 ++else 32.22227 ++ with_gnu_ld=no 32.22228 ++fi; 32.22229 ++ac_prog=ld 32.22230 ++if test "$GCC" = yes; then 32.22231 ++ # Check if gcc -print-prog-name=ld gives a path. 32.22232 ++ echo "$as_me:$LINENO: checking for ld used by $CC" >&5 32.22233 ++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 32.22234 ++ case $host in 32.22235 ++ *-*-mingw*) 32.22236 ++ # gcc leaves a trailing carriage return which upsets mingw 32.22237 ++ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 32.22238 ++ *) 32.22239 ++ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 32.22240 ++ esac 32.22241 ++ case $ac_prog in 32.22242 ++ # Accept absolute paths. 32.22243 ++ [\\/]* | ?:[\\/]*) 32.22244 ++ re_direlt='/[^/][^/]*/\.\./' 32.22245 ++ # Canonicalize the pathname of ld 32.22246 ++ ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 32.22247 ++ while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 32.22248 ++ ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` 32.22249 ++ done 32.22250 ++ test -z "$LD" && LD="$ac_prog" 32.22251 ++ ;; 32.22252 ++ "") 32.22253 ++ # If it fails, then pretend we aren't using GCC. 32.22254 ++ ac_prog=ld 32.22255 ++ ;; 32.22256 ++ *) 32.22257 ++ # If it is relative, then search for the first ld in PATH. 32.22258 ++ with_gnu_ld=unknown 32.22259 ++ ;; 32.22260 ++ esac 32.22261 ++elif test "$with_gnu_ld" = yes; then 32.22262 ++ echo "$as_me:$LINENO: checking for GNU ld" >&5 32.22263 ++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 32.22264 ++else 32.22265 ++ echo "$as_me:$LINENO: checking for non-GNU ld" >&5 32.22266 ++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 32.22267 ++fi 32.22268 ++if test "${lt_cv_path_LD+set}" = set; then 32.22269 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.22270 ++else 32.22271 ++ if test -z "$LD"; then 32.22272 ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 32.22273 ++ for ac_dir in $PATH; do 32.22274 ++ IFS="$lt_save_ifs" 32.22275 ++ test -z "$ac_dir" && ac_dir=. 32.22276 ++ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 32.22277 ++ lt_cv_path_LD="$ac_dir/$ac_prog" 32.22278 ++ # Check to see if the program is GNU ld. I'd rather use --version, 32.22279 ++ # but apparently some GNU ld's only accept -v. 32.22280 ++ # Break only if it was the GNU/non-GNU ld that we prefer. 32.22281 ++ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 32.22282 ++ *GNU* | *'with BFD'*) 32.22283 ++ test "$with_gnu_ld" != no && break 32.22284 ++ ;; 32.22285 ++ *) 32.22286 ++ test "$with_gnu_ld" != yes && break 32.22287 ++ ;; 32.22288 ++ esac 32.22289 ++ fi 32.22290 ++ done 32.22291 ++ IFS="$lt_save_ifs" 32.22292 ++else 32.22293 ++ lt_cv_path_LD="$LD" # Let the user override the test with a path. 32.22294 ++fi 32.22295 ++fi 32.22296 ++ 32.22297 ++LD="$lt_cv_path_LD" 32.22298 ++if test -n "$LD"; then 32.22299 ++ echo "$as_me:$LINENO: result: $LD" >&5 32.22300 ++echo "${ECHO_T}$LD" >&6 32.22301 ++else 32.22302 ++ echo "$as_me:$LINENO: result: no" >&5 32.22303 ++echo "${ECHO_T}no" >&6 32.22304 ++fi 32.22305 ++test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 32.22306 ++echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 32.22307 ++ { (exit 1); exit 1; }; } 32.22308 ++echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 32.22309 ++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 32.22310 ++if test "${lt_cv_prog_gnu_ld+set}" = set; then 32.22311 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.22312 ++else 32.22313 ++ # I'd rather use --version here, but apparently some GNU ld's only accept -v. 32.22314 ++case `$LD -v 2>&1 </dev/null` in 32.22315 ++*GNU* | *'with BFD'*) 32.22316 ++ lt_cv_prog_gnu_ld=yes 32.22317 ++ ;; 32.22318 ++*) 32.22319 ++ lt_cv_prog_gnu_ld=no 32.22320 ++ ;; 32.22321 ++esac 32.22322 ++fi 32.22323 ++echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 32.22324 ++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 32.22325 ++with_gnu_ld=$lt_cv_prog_gnu_ld 32.22326 ++ 32.22327 ++ 32.22328 ++ 32.22329 ++ # Check if GNU C++ uses GNU ld as the underlying linker, since the 32.22330 ++ # archiving commands below assume that GNU ld is being used. 32.22331 ++ if test "$with_gnu_ld" = yes; then 32.22332 ++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.22333 ++ archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.22334 ++ 32.22335 ++ hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' 32.22336 ++ export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 32.22337 ++ 32.22338 ++ # If archive_cmds runs LD, not CC, wlarc should be empty 32.22339 ++ # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to 32.22340 ++ # investigate it a little bit more. (MM) 32.22341 ++ wlarc='${wl}' 32.22342 ++ 32.22343 ++ # ancient GNU ld didn't support --whole-archive et. al. 32.22344 ++ if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ 32.22345 ++ grep 'no-whole-archive' > /dev/null; then 32.22346 ++ whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 32.22347 ++ else 32.22348 ++ whole_archive_flag_spec_CXX= 32.22349 ++ fi 32.22350 ++ else 32.22351 ++ with_gnu_ld=no 32.22352 ++ wlarc= 32.22353 ++ 32.22354 ++ # A generic and very simple default shared library creation 32.22355 ++ # command for GNU C++ for the case where it uses the native 32.22356 ++ # linker, instead of GNU ld. If possible, this setting should 32.22357 ++ # overridden to take advantage of the native linker features on 32.22358 ++ # the platform it is being used on. 32.22359 ++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' 32.22360 ++ fi 32.22361 ++ 32.22362 ++ # Commands to make compiler produce verbose output that lists 32.22363 ++ # what "hidden" libraries, object files and flags are used when 32.22364 ++ # linking a shared library. 32.22365 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 32.22366 ++ 32.22367 ++else 32.22368 ++ GXX=no 32.22369 ++ with_gnu_ld=no 32.22370 ++ wlarc= 32.22371 ++fi 32.22372 ++ 32.22373 ++# PORTME: fill in a description of your system's C++ link characteristics 32.22374 ++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 32.22375 ++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 32.22376 ++ld_shlibs_CXX=yes 32.22377 ++case $host_os in 32.22378 ++ aix3*) 32.22379 ++ # FIXME: insert proper C++ library support 32.22380 ++ ld_shlibs_CXX=no 32.22381 ++ ;; 32.22382 ++ aix4* | aix5*) 32.22383 ++ if test "$host_cpu" = ia64; then 32.22384 ++ # On IA64, the linker does run time linking by default, so we don't 32.22385 ++ # have to do anything special. 32.22386 ++ aix_use_runtimelinking=no 32.22387 ++ exp_sym_flag='-Bexport' 32.22388 ++ no_entry_flag="" 32.22389 ++ else 32.22390 ++ aix_use_runtimelinking=no 32.22391 ++ 32.22392 ++ # Test if we are trying to use run time linking or normal 32.22393 ++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we 32.22394 ++ # need to do runtime linking. 32.22395 ++ case $host_os in aix4.[23]|aix4.[23].*|aix5*) 32.22396 ++ for ld_flag in $LDFLAGS; do 32.22397 ++ case $ld_flag in 32.22398 ++ *-brtl*) 32.22399 ++ aix_use_runtimelinking=yes 32.22400 ++ break 32.22401 ++ ;; 32.22402 ++ esac 32.22403 ++ done 32.22404 ++ esac 32.22405 ++ 32.22406 ++ exp_sym_flag='-bexport' 32.22407 ++ no_entry_flag='-bnoentry' 32.22408 ++ fi 32.22409 ++ 32.22410 ++ # When large executables or shared objects are built, AIX ld can 32.22411 ++ # have problems creating the table of contents. If linking a library 32.22412 ++ # or program results in "error TOC overflow" add -mminimal-toc to 32.22413 ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 32.22414 ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 32.22415 ++ 32.22416 ++ archive_cmds_CXX='' 32.22417 ++ hardcode_direct_CXX=yes 32.22418 ++ hardcode_libdir_separator_CXX=':' 32.22419 ++ link_all_deplibs_CXX=yes 32.22420 ++ 32.22421 ++ if test "$GXX" = yes; then 32.22422 ++ case $host_os in aix4.012|aix4.012.*) 32.22423 ++ # We only want to do this on AIX 4.2 and lower, the check 32.22424 ++ # below for broken collect2 doesn't work under 4.3+ 32.22425 ++ collect2name=`${CC} -print-prog-name=collect2` 32.22426 ++ if test -f "$collect2name" && \ 32.22427 ++ strings "$collect2name" | grep resolve_lib_name >/dev/null 32.22428 ++ then 32.22429 ++ # We have reworked collect2 32.22430 ++ hardcode_direct_CXX=yes 32.22431 ++ else 32.22432 ++ # We have old collect2 32.22433 ++ hardcode_direct_CXX=unsupported 32.22434 ++ # It fails to find uninstalled libraries when the uninstalled 32.22435 ++ # path is not listed in the libpath. Setting hardcode_minus_L 32.22436 ++ # to unsupported forces relinking 32.22437 ++ hardcode_minus_L_CXX=yes 32.22438 ++ hardcode_libdir_flag_spec_CXX='-L$libdir' 32.22439 ++ hardcode_libdir_separator_CXX= 32.22440 ++ fi 32.22441 ++ esac 32.22442 ++ shared_flag='-shared' 32.22443 ++ else 32.22444 ++ # not using gcc 32.22445 ++ if test "$host_cpu" = ia64; then 32.22446 ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 32.22447 ++ # chokes on -Wl,-G. The following line is correct: 32.22448 ++ shared_flag='-G' 32.22449 ++ else 32.22450 ++ if test "$aix_use_runtimelinking" = yes; then 32.22451 ++ shared_flag='${wl}-G' 32.22452 ++ else 32.22453 ++ shared_flag='${wl}-bM:SRE' 32.22454 ++ fi 32.22455 ++ fi 32.22456 ++ fi 32.22457 ++ 32.22458 ++ # It seems that -bexpall does not export symbols beginning with 32.22459 ++ # underscore (_), so it is better to generate a list of symbols to export. 32.22460 ++ always_export_symbols_CXX=yes 32.22461 ++ if test "$aix_use_runtimelinking" = yes; then 32.22462 ++ # Warning - without using the other runtime loading flags (-brtl), 32.22463 ++ # -berok will link without error, but may produce a broken library. 32.22464 ++ allow_undefined_flag_CXX='-berok' 32.22465 ++ # Determine the default libpath from the value encoded in an empty executable. 32.22466 ++ cat >conftest.$ac_ext <<_ACEOF 32.22467 ++/* confdefs.h. */ 32.22468 ++_ACEOF 32.22469 ++cat confdefs.h >>conftest.$ac_ext 32.22470 ++cat >>conftest.$ac_ext <<_ACEOF 32.22471 ++/* end confdefs.h. */ 32.22472 ++ 32.22473 ++int 32.22474 ++main () 32.22475 ++{ 32.22476 ++ 32.22477 ++ ; 32.22478 ++ return 0; 32.22479 ++} 32.22480 ++_ACEOF 32.22481 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.22482 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.22483 ++ (eval $ac_link) 2>conftest.er1 32.22484 ++ ac_status=$? 32.22485 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.22486 ++ rm -f conftest.er1 32.22487 ++ cat conftest.err >&5 32.22488 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.22489 ++ (exit $ac_status); } && 32.22490 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.22491 ++ || test ! -s conftest.err' 32.22492 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.22493 ++ (eval $ac_try) 2>&5 32.22494 ++ ac_status=$? 32.22495 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.22496 ++ (exit $ac_status); }; } && 32.22497 ++ { ac_try='test -s conftest$ac_exeext' 32.22498 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.22499 ++ (eval $ac_try) 2>&5 32.22500 ++ ac_status=$? 32.22501 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.22502 ++ (exit $ac_status); }; }; then 32.22503 ++ 32.22504 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.22505 ++}'` 32.22506 ++# Check for a 64-bit object if we didn't find anything. 32.22507 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.22508 ++}'`; fi 32.22509 ++else 32.22510 ++ echo "$as_me: failed program was:" >&5 32.22511 ++sed 's/^/| /' conftest.$ac_ext >&5 32.22512 ++ 32.22513 ++fi 32.22514 ++rm -f conftest.err conftest.$ac_objext \ 32.22515 ++ conftest$ac_exeext conftest.$ac_ext 32.22516 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.22517 ++ 32.22518 ++ hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" 32.22519 ++ 32.22520 ++ archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" 32.22521 ++ else 32.22522 ++ if test "$host_cpu" = ia64; then 32.22523 ++ hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' 32.22524 ++ allow_undefined_flag_CXX="-z nodefs" 32.22525 ++ archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" 32.22526 ++ else 32.22527 ++ # Determine the default libpath from the value encoded in an empty executable. 32.22528 ++ cat >conftest.$ac_ext <<_ACEOF 32.22529 ++/* confdefs.h. */ 32.22530 ++_ACEOF 32.22531 ++cat confdefs.h >>conftest.$ac_ext 32.22532 ++cat >>conftest.$ac_ext <<_ACEOF 32.22533 ++/* end confdefs.h. */ 32.22534 ++ 32.22535 ++int 32.22536 ++main () 32.22537 ++{ 32.22538 ++ 32.22539 ++ ; 32.22540 ++ return 0; 32.22541 ++} 32.22542 ++_ACEOF 32.22543 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.22544 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.22545 ++ (eval $ac_link) 2>conftest.er1 32.22546 ++ ac_status=$? 32.22547 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.22548 ++ rm -f conftest.er1 32.22549 ++ cat conftest.err >&5 32.22550 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.22551 ++ (exit $ac_status); } && 32.22552 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.22553 ++ || test ! -s conftest.err' 32.22554 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.22555 ++ (eval $ac_try) 2>&5 32.22556 ++ ac_status=$? 32.22557 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.22558 ++ (exit $ac_status); }; } && 32.22559 ++ { ac_try='test -s conftest$ac_exeext' 32.22560 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.22561 ++ (eval $ac_try) 2>&5 32.22562 ++ ac_status=$? 32.22563 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.22564 ++ (exit $ac_status); }; }; then 32.22565 ++ 32.22566 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.22567 ++}'` 32.22568 ++# Check for a 64-bit object if we didn't find anything. 32.22569 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.22570 ++}'`; fi 32.22571 ++else 32.22572 ++ echo "$as_me: failed program was:" >&5 32.22573 ++sed 's/^/| /' conftest.$ac_ext >&5 32.22574 ++ 32.22575 ++fi 32.22576 ++rm -f conftest.err conftest.$ac_objext \ 32.22577 ++ conftest$ac_exeext conftest.$ac_ext 32.22578 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.22579 ++ 32.22580 ++ hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" 32.22581 ++ # Warning - without using the other run time loading flags, 32.22582 ++ # -berok will link without error, but may produce a broken library. 32.22583 ++ no_undefined_flag_CXX=' ${wl}-bernotok' 32.22584 ++ allow_undefined_flag_CXX=' ${wl}-berok' 32.22585 ++ # -bexpall does not export symbols beginning with underscore (_) 32.22586 ++ always_export_symbols_CXX=yes 32.22587 ++ # Exported symbols can be pulled into shared objects from archives 32.22588 ++ whole_archive_flag_spec_CXX=' ' 32.22589 ++ archive_cmds_need_lc_CXX=yes 32.22590 ++ # This is similar to how AIX traditionally builds it's shared libraries. 32.22591 ++ archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' 32.22592 ++ fi 32.22593 ++ fi 32.22594 ++ ;; 32.22595 ++ chorus*) 32.22596 ++ case $cc_basename in 32.22597 ++ *) 32.22598 ++ # FIXME: insert proper C++ library support 32.22599 ++ ld_shlibs_CXX=no 32.22600 ++ ;; 32.22601 ++ esac 32.22602 ++ ;; 32.22603 ++ 32.22604 ++ cygwin* | mingw* | pw32*) 32.22605 ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, 32.22606 ++ # as there is no search path for DLLs. 32.22607 ++ hardcode_libdir_flag_spec_CXX='-L$libdir' 32.22608 ++ allow_undefined_flag_CXX=unsupported 32.22609 ++ always_export_symbols_CXX=no 32.22610 ++ enable_shared_with_static_runtimes_CXX=yes 32.22611 ++ 32.22612 ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 32.22613 ++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.22614 ++ # If the export-symbols file already is a .def file (1st line 32.22615 ++ # is EXPORTS), use it as is; otherwise, prepend... 32.22616 ++ archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 32.22617 ++ cp $export_symbols $output_objdir/$soname.def; 32.22618 ++ else 32.22619 ++ echo EXPORTS > $output_objdir/$soname.def; 32.22620 ++ cat $export_symbols >> $output_objdir/$soname.def; 32.22621 ++ fi~ 32.22622 ++ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.22623 ++ else 32.22624 ++ ld_shlibs_CXX=no 32.22625 ++ fi 32.22626 ++ ;; 32.22627 ++ 32.22628 ++ darwin* | rhapsody*) 32.22629 ++ if test "$GXX" = yes; then 32.22630 ++ archive_cmds_need_lc_CXX=no 32.22631 ++ case "$host_os" in 32.22632 ++ rhapsody* | darwin1.[012]) 32.22633 ++ allow_undefined_flag_CXX='-undefined suppress' 32.22634 ++ ;; 32.22635 ++ *) # Darwin 1.3 on 32.22636 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.22637 ++ allow_undefined_flag_CXX='-flat_namespace -undefined suppress' 32.22638 ++ else 32.22639 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.22640 ++ 10.[012]) 32.22641 ++ allow_undefined_flag_CXX='-flat_namespace -undefined suppress' 32.22642 ++ ;; 32.22643 ++ 10.*) 32.22644 ++ allow_undefined_flag_CXX='-undefined dynamic_lookup' 32.22645 ++ ;; 32.22646 ++ esac 32.22647 ++ fi 32.22648 ++ ;; 32.22649 ++ esac 32.22650 ++ lt_int_apple_cc_single_mod=no 32.22651 ++ output_verbose_link_cmd='echo' 32.22652 ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 32.22653 ++ lt_int_apple_cc_single_mod=yes 32.22654 ++ fi 32.22655 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.22656 ++ archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.22657 ++ else 32.22658 ++ archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.22659 ++ fi 32.22660 ++ module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.22661 ++ 32.22662 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.22663 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.22664 ++ archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.22665 ++ else 32.22666 ++ archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.22667 ++ fi 32.22668 ++ module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.22669 ++ hardcode_direct_CXX=no 32.22670 ++ hardcode_automatic_CXX=yes 32.22671 ++ hardcode_shlibpath_var_CXX=unsupported 32.22672 ++ whole_archive_flag_spec_CXX='-all_load $convenience' 32.22673 ++ link_all_deplibs_CXX=yes 32.22674 ++ else 32.22675 ++ ld_shlibs_CXX=no 32.22676 ++ fi 32.22677 ++ ;; 32.22678 ++ 32.22679 ++ dgux*) 32.22680 ++ case $cc_basename in 32.22681 ++ ec++) 32.22682 ++ # FIXME: insert proper C++ library support 32.22683 ++ ld_shlibs_CXX=no 32.22684 ++ ;; 32.22685 ++ ghcx) 32.22686 ++ # Green Hills C++ Compiler 32.22687 ++ # FIXME: insert proper C++ library support 32.22688 ++ ld_shlibs_CXX=no 32.22689 ++ ;; 32.22690 ++ *) 32.22691 ++ # FIXME: insert proper C++ library support 32.22692 ++ ld_shlibs_CXX=no 32.22693 ++ ;; 32.22694 ++ esac 32.22695 ++ ;; 32.22696 ++ freebsd12*) 32.22697 ++ # C++ shared libraries reported to be fairly broken before switch to ELF 32.22698 ++ ld_shlibs_CXX=no 32.22699 ++ ;; 32.22700 ++ freebsd-elf*) 32.22701 ++ archive_cmds_need_lc_CXX=no 32.22702 ++ ;; 32.22703 ++ freebsd* | kfreebsd*-gnu) 32.22704 ++ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 32.22705 ++ # conventions 32.22706 ++ ld_shlibs_CXX=yes 32.22707 ++ ;; 32.22708 ++ gnu*) 32.22709 ++ ;; 32.22710 ++ hpux9*) 32.22711 ++ hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' 32.22712 ++ hardcode_libdir_separator_CXX=: 32.22713 ++ export_dynamic_flag_spec_CXX='${wl}-E' 32.22714 ++ hardcode_direct_CXX=yes 32.22715 ++ hardcode_minus_L_CXX=yes # Not in the search PATH, 32.22716 ++ # but as the default 32.22717 ++ # location of the library. 32.22718 ++ 32.22719 ++ case $cc_basename in 32.22720 ++ CC) 32.22721 ++ # FIXME: insert proper C++ library support 32.22722 ++ ld_shlibs_CXX=no 32.22723 ++ ;; 32.22724 ++ aCC) 32.22725 ++ archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.22726 ++ # Commands to make compiler produce verbose output that lists 32.22727 ++ # what "hidden" libraries, object files and flags are used when 32.22728 ++ # linking a shared library. 32.22729 ++ # 32.22730 ++ # There doesn't appear to be a way to prevent this compiler from 32.22731 ++ # explicitly linking system object files so we need to strip them 32.22732 ++ # from the output so that they don't get included in the library 32.22733 ++ # dependencies. 32.22734 ++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.22735 ++ ;; 32.22736 ++ *) 32.22737 ++ if test "$GXX" = yes; then 32.22738 ++ archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.22739 ++ else 32.22740 ++ # FIXME: insert proper C++ library support 32.22741 ++ ld_shlibs_CXX=no 32.22742 ++ fi 32.22743 ++ ;; 32.22744 ++ esac 32.22745 ++ ;; 32.22746 ++ hpux10*|hpux11*) 32.22747 ++ if test $with_gnu_ld = no; then 32.22748 ++ case "$host_cpu" in 32.22749 ++ hppa*64*) 32.22750 ++ hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' 32.22751 ++ hardcode_libdir_flag_spec_ld_CXX='+b $libdir' 32.22752 ++ hardcode_libdir_separator_CXX=: 32.22753 ++ ;; 32.22754 ++ ia64*) 32.22755 ++ hardcode_libdir_flag_spec_CXX='-L$libdir' 32.22756 ++ ;; 32.22757 ++ *) 32.22758 ++ hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' 32.22759 ++ hardcode_libdir_separator_CXX=: 32.22760 ++ export_dynamic_flag_spec_CXX='${wl}-E' 32.22761 ++ ;; 32.22762 ++ esac 32.22763 ++ fi 32.22764 ++ case "$host_cpu" in 32.22765 ++ hppa*64*) 32.22766 ++ hardcode_direct_CXX=no 32.22767 ++ hardcode_shlibpath_var_CXX=no 32.22768 ++ ;; 32.22769 ++ ia64*) 32.22770 ++ hardcode_direct_CXX=no 32.22771 ++ hardcode_shlibpath_var_CXX=no 32.22772 ++ hardcode_minus_L_CXX=yes # Not in the search PATH, 32.22773 ++ # but as the default 32.22774 ++ # location of the library. 32.22775 ++ ;; 32.22776 ++ *) 32.22777 ++ hardcode_direct_CXX=yes 32.22778 ++ hardcode_minus_L_CXX=yes # Not in the search PATH, 32.22779 ++ # but as the default 32.22780 ++ # location of the library. 32.22781 ++ ;; 32.22782 ++ esac 32.22783 ++ 32.22784 ++ case $cc_basename in 32.22785 ++ CC) 32.22786 ++ # FIXME: insert proper C++ library support 32.22787 ++ ld_shlibs_CXX=no 32.22788 ++ ;; 32.22789 ++ aCC) 32.22790 ++ case "$host_cpu" in 32.22791 ++ hppa*64*|ia64*) 32.22792 ++ archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' 32.22793 ++ ;; 32.22794 ++ *) 32.22795 ++ archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 32.22796 ++ ;; 32.22797 ++ esac 32.22798 ++ # Commands to make compiler produce verbose output that lists 32.22799 ++ # what "hidden" libraries, object files and flags are used when 32.22800 ++ # linking a shared library. 32.22801 ++ # 32.22802 ++ # There doesn't appear to be a way to prevent this compiler from 32.22803 ++ # explicitly linking system object files so we need to strip them 32.22804 ++ # from the output so that they don't get included in the library 32.22805 ++ # dependencies. 32.22806 ++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.22807 ++ ;; 32.22808 ++ *) 32.22809 ++ if test "$GXX" = yes; then 32.22810 ++ if test $with_gnu_ld = no; then 32.22811 ++ case "$host_cpu" in 32.22812 ++ ia64*|hppa*64*) 32.22813 ++ archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' 32.22814 ++ ;; 32.22815 ++ *) 32.22816 ++ archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 32.22817 ++ ;; 32.22818 ++ esac 32.22819 ++ fi 32.22820 ++ else 32.22821 ++ # FIXME: insert proper C++ library support 32.22822 ++ ld_shlibs_CXX=no 32.22823 ++ fi 32.22824 ++ ;; 32.22825 ++ esac 32.22826 ++ ;; 32.22827 ++ irix5* | irix6*) 32.22828 ++ case $cc_basename in 32.22829 ++ CC) 32.22830 ++ # SGI C++ 32.22831 ++ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' 32.22832 ++ 32.22833 ++ # Archives containing C++ object files must be created using 32.22834 ++ # "CC -ar", where "CC" is the IRIX C++ compiler. This is 32.22835 ++ # necessary to make sure instantiated templates are included 32.22836 ++ # in the archive. 32.22837 ++ old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' 32.22838 ++ ;; 32.22839 ++ *) 32.22840 ++ if test "$GXX" = yes; then 32.22841 ++ if test "$with_gnu_ld" = no; then 32.22842 ++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' 32.22843 ++ else 32.22844 ++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' 32.22845 ++ fi 32.22846 ++ fi 32.22847 ++ link_all_deplibs_CXX=yes 32.22848 ++ ;; 32.22849 ++ esac 32.22850 ++ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 32.22851 ++ hardcode_libdir_separator_CXX=: 32.22852 ++ ;; 32.22853 ++ linux*) 32.22854 ++ case $cc_basename in 32.22855 ++ KCC) 32.22856 ++ # Kuck and Associates, Inc. (KAI) C++ Compiler 32.22857 ++ 32.22858 ++ # KCC will only create a shared library if the output file 32.22859 ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library 32.22860 ++ # to its proper name (with version) after linking. 32.22861 ++ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' 32.22862 ++ archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' 32.22863 ++ # Commands to make compiler produce verbose output that lists 32.22864 ++ # what "hidden" libraries, object files and flags are used when 32.22865 ++ # linking a shared library. 32.22866 ++ # 32.22867 ++ # There doesn't appear to be a way to prevent this compiler from 32.22868 ++ # explicitly linking system object files so we need to strip them 32.22869 ++ # from the output so that they don't get included in the library 32.22870 ++ # dependencies. 32.22871 ++ output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.22872 ++ 32.22873 ++ hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir' 32.22874 ++ export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 32.22875 ++ 32.22876 ++ # Archives containing C++ object files must be created using 32.22877 ++ # "CC -Bstatic", where "CC" is the KAI C++ compiler. 32.22878 ++ old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' 32.22879 ++ ;; 32.22880 ++ icpc) 32.22881 ++ # Intel C++ 32.22882 ++ with_gnu_ld=yes 32.22883 ++ archive_cmds_need_lc_CXX=no 32.22884 ++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.22885 ++ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.22886 ++ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 32.22887 ++ export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 32.22888 ++ whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' 32.22889 ++ ;; 32.22890 ++ cxx) 32.22891 ++ # Compaq C++ 32.22892 ++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.22893 ++ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' 32.22894 ++ 32.22895 ++ runpath_var=LD_RUN_PATH 32.22896 ++ hardcode_libdir_flag_spec_CXX='-rpath $libdir' 32.22897 ++ hardcode_libdir_separator_CXX=: 32.22898 ++ 32.22899 ++ # Commands to make compiler produce verbose output that lists 32.22900 ++ # what "hidden" libraries, object files and flags are used when 32.22901 ++ # linking a shared library. 32.22902 ++ # 32.22903 ++ # There doesn't appear to be a way to prevent this compiler from 32.22904 ++ # explicitly linking system object files so we need to strip them 32.22905 ++ # from the output so that they don't get included in the library 32.22906 ++ # dependencies. 32.22907 ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.22908 ++ ;; 32.22909 ++ esac 32.22910 ++ ;; 32.22911 ++ lynxos*) 32.22912 ++ # FIXME: insert proper C++ library support 32.22913 ++ ld_shlibs_CXX=no 32.22914 ++ ;; 32.22915 ++ m88k*) 32.22916 ++ # FIXME: insert proper C++ library support 32.22917 ++ ld_shlibs_CXX=no 32.22918 ++ ;; 32.22919 ++ mvs*) 32.22920 ++ case $cc_basename in 32.22921 ++ cxx) 32.22922 ++ # FIXME: insert proper C++ library support 32.22923 ++ ld_shlibs_CXX=no 32.22924 ++ ;; 32.22925 ++ *) 32.22926 ++ # FIXME: insert proper C++ library support 32.22927 ++ ld_shlibs_CXX=no 32.22928 ++ ;; 32.22929 ++ esac 32.22930 ++ ;; 32.22931 ++ netbsd*) 32.22932 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.22933 ++ archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 32.22934 ++ wlarc= 32.22935 ++ hardcode_libdir_flag_spec_CXX='-R$libdir' 32.22936 ++ hardcode_direct_CXX=yes 32.22937 ++ hardcode_shlibpath_var_CXX=no 32.22938 ++ fi 32.22939 ++ # Workaround some broken pre-1.5 toolchains 32.22940 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' 32.22941 ++ ;; 32.22942 ++ osf3*) 32.22943 ++ case $cc_basename in 32.22944 ++ KCC) 32.22945 ++ # Kuck and Associates, Inc. (KAI) C++ Compiler 32.22946 ++ 32.22947 ++ # KCC will only create a shared library if the output file 32.22948 ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library 32.22949 ++ # to its proper name (with version) after linking. 32.22950 ++ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' 32.22951 ++ 32.22952 ++ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 32.22953 ++ hardcode_libdir_separator_CXX=: 32.22954 ++ 32.22955 ++ # Archives containing C++ object files must be created using 32.22956 ++ # "CC -Bstatic", where "CC" is the KAI C++ compiler. 32.22957 ++ old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' 32.22958 ++ 32.22959 ++ ;; 32.22960 ++ RCC) 32.22961 ++ # Rational C++ 2.4.1 32.22962 ++ # FIXME: insert proper C++ library support 32.22963 ++ ld_shlibs_CXX=no 32.22964 ++ ;; 32.22965 ++ cxx) 32.22966 ++ allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' 32.22967 ++ archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' 32.22968 ++ 32.22969 ++ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 32.22970 ++ hardcode_libdir_separator_CXX=: 32.22971 ++ 32.22972 ++ # Commands to make compiler produce verbose output that lists 32.22973 ++ # what "hidden" libraries, object files and flags are used when 32.22974 ++ # linking a shared library. 32.22975 ++ # 32.22976 ++ # There doesn't appear to be a way to prevent this compiler from 32.22977 ++ # explicitly linking system object files so we need to strip them 32.22978 ++ # from the output so that they don't get included in the library 32.22979 ++ # dependencies. 32.22980 ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.22981 ++ ;; 32.22982 ++ *) 32.22983 ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then 32.22984 ++ allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' 32.22985 ++ archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' 32.22986 ++ 32.22987 ++ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 32.22988 ++ hardcode_libdir_separator_CXX=: 32.22989 ++ 32.22990 ++ # Commands to make compiler produce verbose output that lists 32.22991 ++ # what "hidden" libraries, object files and flags are used when 32.22992 ++ # linking a shared library. 32.22993 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 32.22994 ++ 32.22995 ++ else 32.22996 ++ # FIXME: insert proper C++ library support 32.22997 ++ ld_shlibs_CXX=no 32.22998 ++ fi 32.22999 ++ ;; 32.23000 ++ esac 32.23001 ++ ;; 32.23002 ++ osf4* | osf5*) 32.23003 ++ case $cc_basename in 32.23004 ++ KCC) 32.23005 ++ # Kuck and Associates, Inc. (KAI) C++ Compiler 32.23006 ++ 32.23007 ++ # KCC will only create a shared library if the output file 32.23008 ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library 32.23009 ++ # to its proper name (with version) after linking. 32.23010 ++ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' 32.23011 ++ 32.23012 ++ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 32.23013 ++ hardcode_libdir_separator_CXX=: 32.23014 ++ 32.23015 ++ # Archives containing C++ object files must be created using 32.23016 ++ # the KAI C++ compiler. 32.23017 ++ old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' 32.23018 ++ ;; 32.23019 ++ RCC) 32.23020 ++ # Rational C++ 2.4.1 32.23021 ++ # FIXME: insert proper C++ library support 32.23022 ++ ld_shlibs_CXX=no 32.23023 ++ ;; 32.23024 ++ cxx) 32.23025 ++ allow_undefined_flag_CXX=' -expect_unresolved \*' 32.23026 ++ archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' 32.23027 ++ archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ 32.23028 ++ echo "-hidden">> $lib.exp~ 32.23029 ++ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ 32.23030 ++ $rm $lib.exp' 32.23031 ++ 32.23032 ++ hardcode_libdir_flag_spec_CXX='-rpath $libdir' 32.23033 ++ hardcode_libdir_separator_CXX=: 32.23034 ++ 32.23035 ++ # Commands to make compiler produce verbose output that lists 32.23036 ++ # what "hidden" libraries, object files and flags are used when 32.23037 ++ # linking a shared library. 32.23038 ++ # 32.23039 ++ # There doesn't appear to be a way to prevent this compiler from 32.23040 ++ # explicitly linking system object files so we need to strip them 32.23041 ++ # from the output so that they don't get included in the library 32.23042 ++ # dependencies. 32.23043 ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.23044 ++ ;; 32.23045 ++ *) 32.23046 ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then 32.23047 ++ allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' 32.23048 ++ archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' 32.23049 ++ 32.23050 ++ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 32.23051 ++ hardcode_libdir_separator_CXX=: 32.23052 ++ 32.23053 ++ # Commands to make compiler produce verbose output that lists 32.23054 ++ # what "hidden" libraries, object files and flags are used when 32.23055 ++ # linking a shared library. 32.23056 ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 32.23057 ++ 32.23058 ++ else 32.23059 ++ # FIXME: insert proper C++ library support 32.23060 ++ ld_shlibs_CXX=no 32.23061 ++ fi 32.23062 ++ ;; 32.23063 ++ esac 32.23064 ++ ;; 32.23065 ++ psos*) 32.23066 ++ # FIXME: insert proper C++ library support 32.23067 ++ ld_shlibs_CXX=no 32.23068 ++ ;; 32.23069 ++ sco*) 32.23070 ++ archive_cmds_need_lc_CXX=no 32.23071 ++ case $cc_basename in 32.23072 ++ CC) 32.23073 ++ # FIXME: insert proper C++ library support 32.23074 ++ ld_shlibs_CXX=no 32.23075 ++ ;; 32.23076 ++ *) 32.23077 ++ # FIXME: insert proper C++ library support 32.23078 ++ ld_shlibs_CXX=no 32.23079 ++ ;; 32.23080 ++ esac 32.23081 ++ ;; 32.23082 ++ sunos4*) 32.23083 ++ case $cc_basename in 32.23084 ++ CC) 32.23085 ++ # Sun C++ 4.x 32.23086 ++ # FIXME: insert proper C++ library support 32.23087 ++ ld_shlibs_CXX=no 32.23088 ++ ;; 32.23089 ++ lcc) 32.23090 ++ # Lucid 32.23091 ++ # FIXME: insert proper C++ library support 32.23092 ++ ld_shlibs_CXX=no 32.23093 ++ ;; 32.23094 ++ *) 32.23095 ++ # FIXME: insert proper C++ library support 32.23096 ++ ld_shlibs_CXX=no 32.23097 ++ ;; 32.23098 ++ esac 32.23099 ++ ;; 32.23100 ++ solaris*) 32.23101 ++ case $cc_basename in 32.23102 ++ CC) 32.23103 ++ # Sun C++ 4.2, 5.x and Centerline C++ 32.23104 ++ no_undefined_flag_CXX=' -zdefs' 32.23105 ++ archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 32.23106 ++ archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.23107 ++ $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 32.23108 ++ 32.23109 ++ hardcode_libdir_flag_spec_CXX='-R$libdir' 32.23110 ++ hardcode_shlibpath_var_CXX=no 32.23111 ++ case $host_os in 32.23112 ++ solaris2.0-5 | solaris2.0-5.*) ;; 32.23113 ++ *) 32.23114 ++ # The C++ compiler is used as linker so we must use $wl 32.23115 ++ # flag to pass the commands to the underlying system 32.23116 ++ # linker. 32.23117 ++ # Supported since Solaris 2.6 (maybe 2.5.1?) 32.23118 ++ whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' 32.23119 ++ ;; 32.23120 ++ esac 32.23121 ++ link_all_deplibs_CXX=yes 32.23122 ++ 32.23123 ++ # Commands to make compiler produce verbose output that lists 32.23124 ++ # what "hidden" libraries, object files and flags are used when 32.23125 ++ # linking a shared library. 32.23126 ++ # 32.23127 ++ # There doesn't appear to be a way to prevent this compiler from 32.23128 ++ # explicitly linking system object files so we need to strip them 32.23129 ++ # from the output so that they don't get included in the library 32.23130 ++ # dependencies. 32.23131 ++ output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 32.23132 ++ 32.23133 ++ # Archives containing C++ object files must be created using 32.23134 ++ # "CC -xar", where "CC" is the Sun C++ compiler. This is 32.23135 ++ # necessary to make sure instantiated templates are included 32.23136 ++ # in the archive. 32.23137 ++ old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' 32.23138 ++ ;; 32.23139 ++ gcx) 32.23140 ++ # Green Hills C++ Compiler 32.23141 ++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 32.23142 ++ 32.23143 ++ # The C++ compiler must be used to create the archive. 32.23144 ++ old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' 32.23145 ++ ;; 32.23146 ++ *) 32.23147 ++ # GNU C++ compiler with Solaris linker 32.23148 ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then 32.23149 ++ no_undefined_flag_CXX=' ${wl}-z ${wl}defs' 32.23150 ++ if $CC --version | grep -v '^2\.7' > /dev/null; then 32.23151 ++ archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 32.23152 ++ archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.23153 ++ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 32.23154 ++ 32.23155 ++ # Commands to make compiler produce verbose output that lists 32.23156 ++ # what "hidden" libraries, object files and flags are used when 32.23157 ++ # linking a shared library. 32.23158 ++ output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" 32.23159 ++ else 32.23160 ++ # g++ 2.7 appears to require `-G' NOT `-shared' on this 32.23161 ++ # platform. 32.23162 ++ archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 32.23163 ++ archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.23164 ++ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 32.23165 ++ 32.23166 ++ # Commands to make compiler produce verbose output that lists 32.23167 ++ # what "hidden" libraries, object files and flags are used when 32.23168 ++ # linking a shared library. 32.23169 ++ output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" 32.23170 ++ fi 32.23171 ++ 32.23172 ++ hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' 32.23173 ++ fi 32.23174 ++ ;; 32.23175 ++ esac 32.23176 ++ ;; 32.23177 ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) 32.23178 ++ archive_cmds_need_lc_CXX=no 32.23179 ++ ;; 32.23180 ++ tandem*) 32.23181 ++ case $cc_basename in 32.23182 ++ NCC) 32.23183 ++ # NonStop-UX NCC 3.20 32.23184 ++ # FIXME: insert proper C++ library support 32.23185 ++ ld_shlibs_CXX=no 32.23186 ++ ;; 32.23187 ++ *) 32.23188 ++ # FIXME: insert proper C++ library support 32.23189 ++ ld_shlibs_CXX=no 32.23190 ++ ;; 32.23191 ++ esac 32.23192 ++ ;; 32.23193 ++ vxworks*) 32.23194 ++ # FIXME: insert proper C++ library support 32.23195 ++ ld_shlibs_CXX=no 32.23196 ++ ;; 32.23197 ++ *) 32.23198 ++ # FIXME: insert proper C++ library support 32.23199 ++ ld_shlibs_CXX=no 32.23200 ++ ;; 32.23201 ++esac 32.23202 ++echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 32.23203 ++echo "${ECHO_T}$ld_shlibs_CXX" >&6 32.23204 ++test "$ld_shlibs_CXX" = no && can_build_shared=no 32.23205 ++ 32.23206 ++GCC_CXX="$GXX" 32.23207 ++LD_CXX="$LD" 32.23208 ++ 32.23209 ++ 32.23210 ++cat > conftest.$ac_ext <<EOF 32.23211 ++class Foo 32.23212 ++{ 32.23213 ++public: 32.23214 ++ Foo (void) { a = 0; } 32.23215 ++private: 32.23216 ++ int a; 32.23217 ++}; 32.23218 ++EOF 32.23219 ++ 32.23220 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.23221 ++ (eval $ac_compile) 2>&5 32.23222 ++ ac_status=$? 32.23223 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.23224 ++ (exit $ac_status); }; then 32.23225 ++ # Parse the compiler output and extract the necessary 32.23226 ++ # objects, libraries and library flags. 32.23227 ++ 32.23228 ++ # Sentinel used to keep track of whether or not we are before 32.23229 ++ # the conftest object file. 32.23230 ++ pre_test_object_deps_done=no 32.23231 ++ 32.23232 ++ # The `*' in the case matches for architectures that use `case' in 32.23233 ++ # $output_verbose_cmd can trigger glob expansion during the loop 32.23234 ++ # eval without this substitution. 32.23235 ++ output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" 32.23236 ++ 32.23237 ++ for p in `eval $output_verbose_link_cmd`; do 32.23238 ++ case $p in 32.23239 ++ 32.23240 ++ -L* | -R* | -l*) 32.23241 ++ # Some compilers place space between "-{L,R}" and the path. 32.23242 ++ # Remove the space. 32.23243 ++ if test $p = "-L" \ 32.23244 ++ || test $p = "-R"; then 32.23245 ++ prev=$p 32.23246 ++ continue 32.23247 ++ else 32.23248 ++ prev= 32.23249 ++ fi 32.23250 ++ 32.23251 ++ if test "$pre_test_object_deps_done" = no; then 32.23252 ++ case $p in 32.23253 ++ -L* | -R*) 32.23254 ++ # Internal compiler library paths should come after those 32.23255 ++ # provided the user. The postdeps already come after the 32.23256 ++ # user supplied libs so there is no need to process them. 32.23257 ++ if test -z "$compiler_lib_search_path_CXX"; then 32.23258 ++ compiler_lib_search_path_CXX="${prev}${p}" 32.23259 ++ else 32.23260 ++ compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" 32.23261 ++ fi 32.23262 ++ ;; 32.23263 ++ # The "-l" case would never come before the object being 32.23264 ++ # linked, so don't bother handling this case. 32.23265 ++ esac 32.23266 ++ else 32.23267 ++ if test -z "$postdeps_CXX"; then 32.23268 ++ postdeps_CXX="${prev}${p}" 32.23269 ++ else 32.23270 ++ postdeps_CXX="${postdeps_CXX} ${prev}${p}" 32.23271 ++ fi 32.23272 ++ fi 32.23273 ++ ;; 32.23274 ++ 32.23275 ++ *.$objext) 32.23276 ++ # This assumes that the test object file only shows up 32.23277 ++ # once in the compiler output. 32.23278 ++ if test "$p" = "conftest.$objext"; then 32.23279 ++ pre_test_object_deps_done=yes 32.23280 ++ continue 32.23281 ++ fi 32.23282 ++ 32.23283 ++ if test "$pre_test_object_deps_done" = no; then 32.23284 ++ if test -z "$predep_objects_CXX"; then 32.23285 ++ predep_objects_CXX="$p" 32.23286 ++ else 32.23287 ++ predep_objects_CXX="$predep_objects_CXX $p" 32.23288 ++ fi 32.23289 ++ else 32.23290 ++ if test -z "$postdep_objects_CXX"; then 32.23291 ++ postdep_objects_CXX="$p" 32.23292 ++ else 32.23293 ++ postdep_objects_CXX="$postdep_objects_CXX $p" 32.23294 ++ fi 32.23295 ++ fi 32.23296 ++ ;; 32.23297 ++ 32.23298 ++ *) ;; # Ignore the rest. 32.23299 ++ 32.23300 ++ esac 32.23301 ++ done 32.23302 ++ 32.23303 ++ # Clean up. 32.23304 ++ rm -f a.out a.exe 32.23305 ++else 32.23306 ++ echo "libtool.m4: error: problem compiling CXX test program" 32.23307 ++fi 32.23308 ++ 32.23309 ++$rm -f confest.$objext 32.23310 ++ 32.23311 ++case " $postdeps_CXX " in 32.23312 ++*" -lc "*) archive_cmds_need_lc_CXX=no ;; 32.23313 ++esac 32.23314 ++ 32.23315 ++lt_prog_compiler_wl_CXX= 32.23316 ++lt_prog_compiler_pic_CXX= 32.23317 ++lt_prog_compiler_static_CXX= 32.23318 ++ 32.23319 ++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 32.23320 ++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 32.23321 ++ 32.23322 ++ # C++ specific cases for pic, static, wl, etc. 32.23323 ++ if test "$GXX" = yes; then 32.23324 ++ lt_prog_compiler_wl_CXX='-Wl,' 32.23325 ++ lt_prog_compiler_static_CXX='-static' 32.23326 ++ 32.23327 ++ case $host_os in 32.23328 ++ aix*) 32.23329 ++ # All AIX code is PIC. 32.23330 ++ if test "$host_cpu" = ia64; then 32.23331 ++ # AIX 5 now supports IA64 processor 32.23332 ++ lt_prog_compiler_static_CXX='-Bstatic' 32.23333 ++ fi 32.23334 ++ ;; 32.23335 ++ amigaos*) 32.23336 ++ # FIXME: we need at least 68020 code to build shared libraries, but 32.23337 ++ # adding the `-m68020' flag to GCC prevents building anything better, 32.23338 ++ # like `-m68040'. 32.23339 ++ lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' 32.23340 ++ ;; 32.23341 ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 32.23342 ++ # PIC is the default for these OSes. 32.23343 ++ ;; 32.23344 ++ mingw* | os2* | pw32*) 32.23345 ++ # This hack is so that the source file can tell whether it is being 32.23346 ++ # built for inclusion in a dll (and should export symbols for example). 32.23347 ++ lt_prog_compiler_pic_CXX='-DDLL_EXPORT' 32.23348 ++ ;; 32.23349 ++ darwin* | rhapsody*) 32.23350 ++ # PIC is the default on this platform 32.23351 ++ # Common symbols not allowed in MH_DYLIB files 32.23352 ++ lt_prog_compiler_pic_CXX='-fno-common' 32.23353 ++ ;; 32.23354 ++ *djgpp*) 32.23355 ++ # DJGPP does not support shared libraries at all 32.23356 ++ lt_prog_compiler_pic_CXX= 32.23357 ++ ;; 32.23358 ++ sysv4*MP*) 32.23359 ++ if test -d /usr/nec; then 32.23360 ++ lt_prog_compiler_pic_CXX=-Kconform_pic 32.23361 ++ fi 32.23362 ++ ;; 32.23363 ++ hpux*) 32.23364 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.23365 ++ # not for PA HP-UX. 32.23366 ++ case "$host_cpu" in 32.23367 ++ hppa*64*|ia64*) 32.23368 ++ ;; 32.23369 ++ *) 32.23370 ++ lt_prog_compiler_pic_CXX='-fPIC' 32.23371 ++ ;; 32.23372 ++ esac 32.23373 ++ ;; 32.23374 ++ *) 32.23375 ++ lt_prog_compiler_pic_CXX='-fPIC' 32.23376 ++ ;; 32.23377 ++ esac 32.23378 ++ else 32.23379 ++ case $host_os in 32.23380 ++ aix4* | aix5*) 32.23381 ++ # All AIX code is PIC. 32.23382 ++ if test "$host_cpu" = ia64; then 32.23383 ++ # AIX 5 now supports IA64 processor 32.23384 ++ lt_prog_compiler_static_CXX='-Bstatic' 32.23385 ++ else 32.23386 ++ lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' 32.23387 ++ fi 32.23388 ++ ;; 32.23389 ++ chorus*) 32.23390 ++ case $cc_basename in 32.23391 ++ cxch68) 32.23392 ++ # Green Hills C++ Compiler 32.23393 ++ # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" 32.23394 ++ ;; 32.23395 ++ esac 32.23396 ++ ;; 32.23397 ++ dgux*) 32.23398 ++ case $cc_basename in 32.23399 ++ ec++) 32.23400 ++ lt_prog_compiler_pic_CXX='-KPIC' 32.23401 ++ ;; 32.23402 ++ ghcx) 32.23403 ++ # Green Hills C++ Compiler 32.23404 ++ lt_prog_compiler_pic_CXX='-pic' 32.23405 ++ ;; 32.23406 ++ *) 32.23407 ++ ;; 32.23408 ++ esac 32.23409 ++ ;; 32.23410 ++ freebsd* | kfreebsd*-gnu) 32.23411 ++ # FreeBSD uses GNU C++ 32.23412 ++ ;; 32.23413 ++ hpux9* | hpux10* | hpux11*) 32.23414 ++ case $cc_basename in 32.23415 ++ CC) 32.23416 ++ lt_prog_compiler_wl_CXX='-Wl,' 32.23417 ++ lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" 32.23418 ++ if test "$host_cpu" != ia64; then 32.23419 ++ lt_prog_compiler_pic_CXX='+Z' 32.23420 ++ fi 32.23421 ++ ;; 32.23422 ++ aCC) 32.23423 ++ lt_prog_compiler_wl_CXX='-Wl,' 32.23424 ++ lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" 32.23425 ++ case "$host_cpu" in 32.23426 ++ hppa*64*|ia64*) 32.23427 ++ # +Z the default 32.23428 ++ ;; 32.23429 ++ *) 32.23430 ++ lt_prog_compiler_pic_CXX='+Z' 32.23431 ++ ;; 32.23432 ++ esac 32.23433 ++ ;; 32.23434 ++ *) 32.23435 ++ ;; 32.23436 ++ esac 32.23437 ++ ;; 32.23438 ++ irix5* | irix6* | nonstopux*) 32.23439 ++ case $cc_basename in 32.23440 ++ CC) 32.23441 ++ lt_prog_compiler_wl_CXX='-Wl,' 32.23442 ++ lt_prog_compiler_static_CXX='-non_shared' 32.23443 ++ # CC pic flag -KPIC is the default. 32.23444 ++ ;; 32.23445 ++ *) 32.23446 ++ ;; 32.23447 ++ esac 32.23448 ++ ;; 32.23449 ++ linux*) 32.23450 ++ case $cc_basename in 32.23451 ++ KCC) 32.23452 ++ # KAI C++ Compiler 32.23453 ++ lt_prog_compiler_wl_CXX='--backend -Wl,' 32.23454 ++ lt_prog_compiler_pic_CXX='-fPIC' 32.23455 ++ ;; 32.23456 ++ icpc) 32.23457 ++ # Intel C++ 32.23458 ++ lt_prog_compiler_wl_CXX='-Wl,' 32.23459 ++ lt_prog_compiler_pic_CXX='-KPIC' 32.23460 ++ lt_prog_compiler_static_CXX='-static' 32.23461 ++ ;; 32.23462 ++ cxx) 32.23463 ++ # Compaq C++ 32.23464 ++ # Make sure the PIC flag is empty. It appears that all Alpha 32.23465 ++ # Linux and Compaq Tru64 Unix objects are PIC. 32.23466 ++ lt_prog_compiler_pic_CXX= 32.23467 ++ lt_prog_compiler_static_CXX='-non_shared' 32.23468 ++ ;; 32.23469 ++ *) 32.23470 ++ ;; 32.23471 ++ esac 32.23472 ++ ;; 32.23473 ++ lynxos*) 32.23474 ++ ;; 32.23475 ++ m88k*) 32.23476 ++ ;; 32.23477 ++ mvs*) 32.23478 ++ case $cc_basename in 32.23479 ++ cxx) 32.23480 ++ lt_prog_compiler_pic_CXX='-W c,exportall' 32.23481 ++ ;; 32.23482 ++ *) 32.23483 ++ ;; 32.23484 ++ esac 32.23485 ++ ;; 32.23486 ++ netbsd*) 32.23487 ++ ;; 32.23488 ++ osf3* | osf4* | osf5*) 32.23489 ++ case $cc_basename in 32.23490 ++ KCC) 32.23491 ++ lt_prog_compiler_wl_CXX='--backend -Wl,' 32.23492 ++ ;; 32.23493 ++ RCC) 32.23494 ++ # Rational C++ 2.4.1 32.23495 ++ lt_prog_compiler_pic_CXX='-pic' 32.23496 ++ ;; 32.23497 ++ cxx) 32.23498 ++ # Digital/Compaq C++ 32.23499 ++ lt_prog_compiler_wl_CXX='-Wl,' 32.23500 ++ # Make sure the PIC flag is empty. It appears that all Alpha 32.23501 ++ # Linux and Compaq Tru64 Unix objects are PIC. 32.23502 ++ lt_prog_compiler_pic_CXX= 32.23503 ++ lt_prog_compiler_static_CXX='-non_shared' 32.23504 ++ ;; 32.23505 ++ *) 32.23506 ++ ;; 32.23507 ++ esac 32.23508 ++ ;; 32.23509 ++ psos*) 32.23510 ++ ;; 32.23511 ++ sco*) 32.23512 ++ case $cc_basename in 32.23513 ++ CC) 32.23514 ++ lt_prog_compiler_pic_CXX='-fPIC' 32.23515 ++ ;; 32.23516 ++ *) 32.23517 ++ ;; 32.23518 ++ esac 32.23519 ++ ;; 32.23520 ++ solaris*) 32.23521 ++ case $cc_basename in 32.23522 ++ CC) 32.23523 ++ # Sun C++ 4.2, 5.x and Centerline C++ 32.23524 ++ lt_prog_compiler_pic_CXX='-KPIC' 32.23525 ++ lt_prog_compiler_static_CXX='-Bstatic' 32.23526 ++ lt_prog_compiler_wl_CXX='-Qoption ld ' 32.23527 ++ ;; 32.23528 ++ gcx) 32.23529 ++ # Green Hills C++ Compiler 32.23530 ++ lt_prog_compiler_pic_CXX='-PIC' 32.23531 ++ ;; 32.23532 ++ *) 32.23533 ++ ;; 32.23534 ++ esac 32.23535 ++ ;; 32.23536 ++ sunos4*) 32.23537 ++ case $cc_basename in 32.23538 ++ CC) 32.23539 ++ # Sun C++ 4.x 32.23540 ++ lt_prog_compiler_pic_CXX='-pic' 32.23541 ++ lt_prog_compiler_static_CXX='-Bstatic' 32.23542 ++ ;; 32.23543 ++ lcc) 32.23544 ++ # Lucid 32.23545 ++ lt_prog_compiler_pic_CXX='-pic' 32.23546 ++ ;; 32.23547 ++ *) 32.23548 ++ ;; 32.23549 ++ esac 32.23550 ++ ;; 32.23551 ++ tandem*) 32.23552 ++ case $cc_basename in 32.23553 ++ NCC) 32.23554 ++ # NonStop-UX NCC 3.20 32.23555 ++ lt_prog_compiler_pic_CXX='-KPIC' 32.23556 ++ ;; 32.23557 ++ *) 32.23558 ++ ;; 32.23559 ++ esac 32.23560 ++ ;; 32.23561 ++ unixware*) 32.23562 ++ ;; 32.23563 ++ vxworks*) 32.23564 ++ ;; 32.23565 ++ *) 32.23566 ++ lt_prog_compiler_can_build_shared_CXX=no 32.23567 ++ ;; 32.23568 ++ esac 32.23569 ++ fi 32.23570 ++ 32.23571 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 32.23572 ++echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 32.23573 ++ 32.23574 ++# 32.23575 ++# Check to make sure the PIC flag actually works. 32.23576 ++# 32.23577 ++if test -n "$lt_prog_compiler_pic_CXX"; then 32.23578 ++ 32.23579 ++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 32.23580 ++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 32.23581 ++if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then 32.23582 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.23583 ++else 32.23584 ++ lt_prog_compiler_pic_works_CXX=no 32.23585 ++ ac_outfile=conftest.$ac_objext 32.23586 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.23587 ++ lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" 32.23588 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.23589 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.23590 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.23591 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.23592 ++ # The option is referenced via a variable to avoid confusing sed. 32.23593 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.23594 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.23595 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.23596 ++ -e 's:$: $lt_compiler_flag:'` 32.23597 ++ (eval echo "\"\$as_me:10999: $lt_compile\"" >&5) 32.23598 ++ (eval "$lt_compile" 2>conftest.err) 32.23599 ++ ac_status=$? 32.23600 ++ cat conftest.err >&5 32.23601 ++ echo "$as_me:11003: \$? = $ac_status" >&5 32.23602 ++ if (exit $ac_status) && test -s "$ac_outfile"; then 32.23603 ++ # The compiler can only warn and ignore the option if not recognized 32.23604 ++ # So say no if there are warnings 32.23605 ++ if test ! -s conftest.err; then 32.23606 ++ lt_prog_compiler_pic_works_CXX=yes 32.23607 ++ fi 32.23608 ++ fi 32.23609 ++ $rm conftest* 32.23610 ++ 32.23611 ++fi 32.23612 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 32.23613 ++echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 32.23614 ++ 32.23615 ++if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then 32.23616 ++ case $lt_prog_compiler_pic_CXX in 32.23617 ++ "" | " "*) ;; 32.23618 ++ *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; 32.23619 ++ esac 32.23620 ++else 32.23621 ++ lt_prog_compiler_pic_CXX= 32.23622 ++ lt_prog_compiler_can_build_shared_CXX=no 32.23623 ++fi 32.23624 ++ 32.23625 ++fi 32.23626 ++case "$host_os" in 32.23627 ++ # For platforms which do not support PIC, -DPIC is meaningless: 32.23628 ++ *djgpp*) 32.23629 ++ lt_prog_compiler_pic_CXX= 32.23630 ++ ;; 32.23631 ++ *) 32.23632 ++ lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" 32.23633 ++ ;; 32.23634 ++esac 32.23635 ++ 32.23636 ++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 32.23637 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 32.23638 ++if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then 32.23639 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.23640 ++else 32.23641 ++ lt_cv_prog_compiler_c_o_CXX=no 32.23642 ++ $rm -r conftest 2>/dev/null 32.23643 ++ mkdir conftest 32.23644 ++ cd conftest 32.23645 ++ mkdir out 32.23646 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.23647 ++ 32.23648 ++ # According to Tom Tromey, Ian Lance Taylor reported there are C compilers 32.23649 ++ # that will create temporary files in the current directory regardless of 32.23650 ++ # the output directory. Thus, making CWD read-only will cause this test 32.23651 ++ # to fail, enabling locking or at least warning the user not to do parallel 32.23652 ++ # builds. 32.23653 ++ chmod -w . 32.23654 ++ 32.23655 ++ lt_compiler_flag="-o out/conftest2.$ac_objext" 32.23656 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.23657 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.23658 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.23659 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.23660 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.23661 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.23662 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.23663 ++ -e 's:$: $lt_compiler_flag:'` 32.23664 ++ (eval echo "\"\$as_me:11066: $lt_compile\"" >&5) 32.23665 ++ (eval "$lt_compile" 2>out/conftest.err) 32.23666 ++ ac_status=$? 32.23667 ++ cat out/conftest.err >&5 32.23668 ++ echo "$as_me:11070: \$? = $ac_status" >&5 32.23669 ++ if (exit $ac_status) && test -s out/conftest2.$ac_objext 32.23670 ++ then 32.23671 ++ # The compiler can only warn and ignore the option if not recognized 32.23672 ++ # So say no if there are warnings 32.23673 ++ if test ! -s out/conftest.err; then 32.23674 ++ lt_cv_prog_compiler_c_o_CXX=yes 32.23675 ++ fi 32.23676 ++ fi 32.23677 ++ chmod u+w . 32.23678 ++ $rm conftest* 32.23679 ++ # SGI C++ compiler will create directory out/ii_files/ for 32.23680 ++ # template instantiation 32.23681 ++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 32.23682 ++ $rm out/* && rmdir out 32.23683 ++ cd .. 32.23684 ++ rmdir conftest 32.23685 ++ $rm conftest* 32.23686 ++ 32.23687 ++fi 32.23688 ++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 32.23689 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 32.23690 ++ 32.23691 ++ 32.23692 ++hard_links="nottested" 32.23693 ++if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then 32.23694 ++ # do not overwrite the value of need_locks provided by the user 32.23695 ++ echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 32.23696 ++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 32.23697 ++ hard_links=yes 32.23698 ++ $rm conftest* 32.23699 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.23700 ++ touch conftest.a 32.23701 ++ ln conftest.a conftest.b 2>&5 || hard_links=no 32.23702 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.23703 ++ echo "$as_me:$LINENO: result: $hard_links" >&5 32.23704 ++echo "${ECHO_T}$hard_links" >&6 32.23705 ++ if test "$hard_links" = no; then 32.23706 ++ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 32.23707 ++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 32.23708 ++ need_locks=warn 32.23709 ++ fi 32.23710 ++else 32.23711 ++ need_locks=no 32.23712 ++fi 32.23713 ++ 32.23714 ++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 32.23715 ++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 32.23716 ++ 32.23717 ++ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.23718 ++ case $host_os in 32.23719 ++ aix4* | aix5*) 32.23720 ++ # If we're using GNU nm, then we don't want the "-C" option. 32.23721 ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm 32.23722 ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 32.23723 ++ export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.23724 ++ else 32.23725 ++ export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.23726 ++ fi 32.23727 ++ ;; 32.23728 ++ pw32*) 32.23729 ++ export_symbols_cmds_CXX="$ltdll_cmds" 32.23730 ++ ;; 32.23731 ++ cygwin* | mingw*) 32.23732 ++ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 32.23733 ++ ;; 32.23734 ++ *) 32.23735 ++ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.23736 ++ ;; 32.23737 ++ esac 32.23738 ++ 32.23739 ++echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 32.23740 ++echo "${ECHO_T}$ld_shlibs_CXX" >&6 32.23741 ++test "$ld_shlibs_CXX" = no && can_build_shared=no 32.23742 ++ 32.23743 ++variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 32.23744 ++if test "$GCC" = yes; then 32.23745 ++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 32.23746 ++fi 32.23747 ++ 32.23748 ++# 32.23749 ++# Do we need to explicitly link libc? 32.23750 ++# 32.23751 ++case "x$archive_cmds_need_lc_CXX" in 32.23752 ++x|xyes) 32.23753 ++ # Assume -lc should be added 32.23754 ++ archive_cmds_need_lc_CXX=yes 32.23755 ++ 32.23756 ++ if test "$enable_shared" = yes && test "$GCC" = yes; then 32.23757 ++ case $archive_cmds_CXX in 32.23758 ++ *'~'*) 32.23759 ++ # FIXME: we may have to deal with multi-command sequences. 32.23760 ++ ;; 32.23761 ++ '$CC '*) 32.23762 ++ # Test whether the compiler implicitly links with -lc since on some 32.23763 ++ # systems, -lgcc has to come before -lc. If gcc already passes -lc 32.23764 ++ # to ld, don't add -lc before -lgcc. 32.23765 ++ echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 32.23766 ++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 32.23767 ++ $rm conftest* 32.23768 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.23769 ++ 32.23770 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.23771 ++ (eval $ac_compile) 2>&5 32.23772 ++ ac_status=$? 32.23773 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.23774 ++ (exit $ac_status); } 2>conftest.err; then 32.23775 ++ soname=conftest 32.23776 ++ lib=conftest 32.23777 ++ libobjs=conftest.$ac_objext 32.23778 ++ deplibs= 32.23779 ++ wl=$lt_prog_compiler_wl_CXX 32.23780 ++ compiler_flags=-v 32.23781 ++ linker_flags=-v 32.23782 ++ verstring= 32.23783 ++ output_objdir=. 32.23784 ++ libname=conftest 32.23785 ++ lt_save_allow_undefined_flag=$allow_undefined_flag_CXX 32.23786 ++ allow_undefined_flag_CXX= 32.23787 ++ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 32.23788 ++ (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 32.23789 ++ ac_status=$? 32.23790 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.23791 ++ (exit $ac_status); } 32.23792 ++ then 32.23793 ++ archive_cmds_need_lc_CXX=no 32.23794 ++ else 32.23795 ++ archive_cmds_need_lc_CXX=yes 32.23796 ++ fi 32.23797 ++ allow_undefined_flag_CXX=$lt_save_allow_undefined_flag 32.23798 ++ else 32.23799 ++ cat conftest.err 1>&5 32.23800 ++ fi 32.23801 ++ $rm conftest* 32.23802 ++ echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 32.23803 ++echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 32.23804 ++ ;; 32.23805 ++ esac 32.23806 ++ fi 32.23807 ++ ;; 32.23808 ++esac 32.23809 ++ 32.23810 ++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 32.23811 ++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 32.23812 ++library_names_spec= 32.23813 ++libname_spec='lib$name' 32.23814 ++soname_spec= 32.23815 ++shrext=".so" 32.23816 ++postinstall_cmds= 32.23817 ++postuninstall_cmds= 32.23818 ++finish_cmds= 32.23819 ++finish_eval= 32.23820 ++shlibpath_var= 32.23821 ++shlibpath_overrides_runpath=unknown 32.23822 ++version_type=none 32.23823 ++dynamic_linker="$host_os ld.so" 32.23824 ++sys_lib_dlsearch_path_spec="/lib /usr/lib" 32.23825 ++if test "$GCC" = yes; then 32.23826 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.23827 ++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 32.23828 ++ # if the path contains ";" then we assume it to be the separator 32.23829 ++ # otherwise default to the standard path separator (i.e. ":") - it is 32.23830 ++ # assumed that no part of a normal pathname contains ";" but that should 32.23831 ++ # okay in the real world where ";" in dirpaths is itself problematic. 32.23832 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.23833 ++ else 32.23834 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.23835 ++ fi 32.23836 ++else 32.23837 ++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 32.23838 ++fi 32.23839 ++need_lib_prefix=unknown 32.23840 ++hardcode_into_libs=no 32.23841 ++ 32.23842 ++# when you set need_version to no, make sure it does not cause -set_version 32.23843 ++# flags to be left without arguments 32.23844 ++need_version=unknown 32.23845 ++ 32.23846 ++case $host_os in 32.23847 ++aix3*) 32.23848 ++ version_type=linux 32.23849 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 32.23850 ++ shlibpath_var=LIBPATH 32.23851 ++ 32.23852 ++ # AIX 3 has no versioning support, so we append a major version to the name. 32.23853 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.23854 ++ ;; 32.23855 ++ 32.23856 ++aix4* | aix5*) 32.23857 ++ version_type=linux 32.23858 ++ need_lib_prefix=no 32.23859 ++ need_version=no 32.23860 ++ hardcode_into_libs=yes 32.23861 ++ if test "$host_cpu" = ia64; then 32.23862 ++ # AIX 5 supports IA64 32.23863 ++ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 32.23864 ++ shlibpath_var=LD_LIBRARY_PATH 32.23865 ++ else 32.23866 ++ # With GCC up to 2.95.x, collect2 would create an import file 32.23867 ++ # for dependence libraries. The import file would start with 32.23868 ++ # the line `#! .'. This would cause the generated library to 32.23869 ++ # depend on `.', always an invalid library. This was fixed in 32.23870 ++ # development snapshots of GCC prior to 3.0. 32.23871 ++ case $host_os in 32.23872 ++ aix4 | aix4.[01] | aix4.[01].*) 32.23873 ++ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 32.23874 ++ echo ' yes ' 32.23875 ++ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 32.23876 ++ : 32.23877 ++ else 32.23878 ++ can_build_shared=no 32.23879 ++ fi 32.23880 ++ ;; 32.23881 ++ esac 32.23882 ++ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 32.23883 ++ # soname into executable. Probably we can add versioning support to 32.23884 ++ # collect2, so additional links can be useful in future. 32.23885 ++ if test "$aix_use_runtimelinking" = yes; then 32.23886 ++ # If using run time linking (on AIX 4.2 or later) use lib<name>.so 32.23887 ++ # instead of lib<name>.a to let people know that these are not 32.23888 ++ # typical AIX shared libraries. 32.23889 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.23890 ++ else 32.23891 ++ # We preserve .a as extension for shared libraries through AIX4.2 32.23892 ++ # and later when we are not doing run time linking. 32.23893 ++ library_names_spec='${libname}${release}.a $libname.a' 32.23894 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.23895 ++ fi 32.23896 ++ shlibpath_var=LIBPATH 32.23897 ++ fi 32.23898 ++ ;; 32.23899 ++ 32.23900 ++amigaos*) 32.23901 ++ library_names_spec='$libname.ixlibrary $libname.a' 32.23902 ++ # Create ${libname}_ixlibrary.a entries in /sys/libs. 32.23903 ++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 32.23904 ++ ;; 32.23905 ++ 32.23906 ++beos*) 32.23907 ++ library_names_spec='${libname}${shared_ext}' 32.23908 ++ dynamic_linker="$host_os ld.so" 32.23909 ++ shlibpath_var=LIBRARY_PATH 32.23910 ++ ;; 32.23911 ++ 32.23912 ++bsdi4*) 32.23913 ++ version_type=linux 32.23914 ++ need_version=no 32.23915 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.23916 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.23917 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 32.23918 ++ shlibpath_var=LD_LIBRARY_PATH 32.23919 ++ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 32.23920 ++ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 32.23921 ++ # the default ld.so.conf also contains /usr/contrib/lib and 32.23922 ++ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 32.23923 ++ # libtool to hard-code these into programs 32.23924 ++ ;; 32.23925 ++ 32.23926 ++cygwin* | mingw* | pw32*) 32.23927 ++ version_type=windows 32.23928 ++ shrext=".dll" 32.23929 ++ need_version=no 32.23930 ++ need_lib_prefix=no 32.23931 ++ 32.23932 ++ case $GCC,$host_os in 32.23933 ++ yes,cygwin* | yes,mingw* | yes,pw32*) 32.23934 ++ library_names_spec='$libname.dll.a' 32.23935 ++ # DLL is installed to $(libdir)/../bin by postinstall_cmds 32.23936 ++ postinstall_cmds='base_file=`basename \${file}`~ 32.23937 ++ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 32.23938 ++ dldir=$destdir/`dirname \$dlpath`~ 32.23939 ++ test -d \$dldir || mkdir -p \$dldir~ 32.23940 ++ $install_prog $dir/$dlname \$dldir/$dlname' 32.23941 ++ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 32.23942 ++ dlpath=$dir/\$dldll~ 32.23943 ++ $rm \$dlpath' 32.23944 ++ shlibpath_overrides_runpath=yes 32.23945 ++ 32.23946 ++ case $host_os in 32.23947 ++ cygwin*) 32.23948 ++ # Cygwin DLLs use 'cyg' prefix rather than 'lib' 32.23949 ++ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.23950 ++ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 32.23951 ++ ;; 32.23952 ++ mingw*) 32.23953 ++ # MinGW DLLs use traditional 'lib' prefix 32.23954 ++ soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.23955 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.23956 ++ if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 32.23957 ++ # It is most probably a Windows format PATH printed by 32.23958 ++ # mingw gcc, but we are running on Cygwin. Gcc prints its search 32.23959 ++ # path with ; separators, and with drive letters. We can handle the 32.23960 ++ # drive letters (cygwin fileutils understands them), so leave them, 32.23961 ++ # especially as we might pass files found there to a mingw objdump, 32.23962 ++ # which wouldn't understand a cygwinified path. Ahh. 32.23963 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.23964 ++ else 32.23965 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.23966 ++ fi 32.23967 ++ ;; 32.23968 ++ pw32*) 32.23969 ++ # pw32 DLLs use 'pw' prefix rather than 'lib' 32.23970 ++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' 32.23971 ++ ;; 32.23972 ++ esac 32.23973 ++ ;; 32.23974 ++ 32.23975 ++ *) 32.23976 ++ library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 32.23977 ++ ;; 32.23978 ++ esac 32.23979 ++ dynamic_linker='Win32 ld.exe' 32.23980 ++ # FIXME: first we should search . and the directory the executable is in 32.23981 ++ shlibpath_var=PATH 32.23982 ++ ;; 32.23983 ++ 32.23984 ++darwin* | rhapsody*) 32.23985 ++ dynamic_linker="$host_os dyld" 32.23986 ++ version_type=darwin 32.23987 ++ need_lib_prefix=no 32.23988 ++ need_version=no 32.23989 ++ library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 32.23990 ++ soname_spec='${libname}${release}${major}$shared_ext' 32.23991 ++ shlibpath_overrides_runpath=yes 32.23992 ++ shlibpath_var=DYLD_LIBRARY_PATH 32.23993 ++ shrext='$(test .$module = .yes && echo .so || echo .dylib)' 32.23994 ++ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 32.23995 ++ if test "$GCC" = yes; then 32.23996 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 32.23997 ++ else 32.23998 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 32.23999 ++ fi 32.24000 ++ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 32.24001 ++ ;; 32.24002 ++ 32.24003 ++dgux*) 32.24004 ++ version_type=linux 32.24005 ++ need_lib_prefix=no 32.24006 ++ need_version=no 32.24007 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 32.24008 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24009 ++ shlibpath_var=LD_LIBRARY_PATH 32.24010 ++ ;; 32.24011 ++ 32.24012 ++freebsd1*) 32.24013 ++ dynamic_linker=no 32.24014 ++ ;; 32.24015 ++ 32.24016 ++kfreebsd*-gnu) 32.24017 ++ version_type=linux 32.24018 ++ need_lib_prefix=no 32.24019 ++ need_version=no 32.24020 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.24021 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24022 ++ shlibpath_var=LD_LIBRARY_PATH 32.24023 ++ shlibpath_overrides_runpath=no 32.24024 ++ hardcode_into_libs=yes 32.24025 ++ dynamic_linker='GNU ld.so' 32.24026 ++ ;; 32.24027 ++ 32.24028 ++freebsd*) 32.24029 ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 32.24030 ++ version_type=freebsd-$objformat 32.24031 ++ case $version_type in 32.24032 ++ freebsd-elf*) 32.24033 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 32.24034 ++ need_version=no 32.24035 ++ need_lib_prefix=no 32.24036 ++ ;; 32.24037 ++ freebsd-*) 32.24038 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 32.24039 ++ need_version=yes 32.24040 ++ ;; 32.24041 ++ esac 32.24042 ++ shlibpath_var=LD_LIBRARY_PATH 32.24043 ++ case $host_os in 32.24044 ++ freebsd2*) 32.24045 ++ shlibpath_overrides_runpath=yes 32.24046 ++ ;; 32.24047 ++ freebsd3.01* | freebsdelf3.01*) 32.24048 ++ shlibpath_overrides_runpath=yes 32.24049 ++ hardcode_into_libs=yes 32.24050 ++ ;; 32.24051 ++ *) # from 3.2 on 32.24052 ++ shlibpath_overrides_runpath=no 32.24053 ++ hardcode_into_libs=yes 32.24054 ++ ;; 32.24055 ++ esac 32.24056 ++ ;; 32.24057 ++ 32.24058 ++gnu*) 32.24059 ++ version_type=linux 32.24060 ++ need_lib_prefix=no 32.24061 ++ need_version=no 32.24062 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 32.24063 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24064 ++ shlibpath_var=LD_LIBRARY_PATH 32.24065 ++ hardcode_into_libs=yes 32.24066 ++ ;; 32.24067 ++ 32.24068 ++hpux9* | hpux10* | hpux11*) 32.24069 ++ # Give a soname corresponding to the major version so that dld.sl refuses to 32.24070 ++ # link against other versions. 32.24071 ++ version_type=sunos 32.24072 ++ need_lib_prefix=no 32.24073 ++ need_version=no 32.24074 ++ case "$host_cpu" in 32.24075 ++ ia64*) 32.24076 ++ shrext='.so' 32.24077 ++ hardcode_into_libs=yes 32.24078 ++ dynamic_linker="$host_os dld.so" 32.24079 ++ shlibpath_var=LD_LIBRARY_PATH 32.24080 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.24081 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24082 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24083 ++ if test "X$HPUX_IA64_MODE" = X32; then 32.24084 ++ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 32.24085 ++ else 32.24086 ++ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 32.24087 ++ fi 32.24088 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.24089 ++ ;; 32.24090 ++ hppa*64*) 32.24091 ++ shrext='.sl' 32.24092 ++ hardcode_into_libs=yes 32.24093 ++ dynamic_linker="$host_os dld.sl" 32.24094 ++ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 32.24095 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.24096 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24097 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24098 ++ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 32.24099 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.24100 ++ ;; 32.24101 ++ *) 32.24102 ++ shrext='.sl' 32.24103 ++ dynamic_linker="$host_os dld.sl" 32.24104 ++ shlibpath_var=SHLIB_PATH 32.24105 ++ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 32.24106 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24107 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24108 ++ ;; 32.24109 ++ esac 32.24110 ++ # HP-UX runs *really* slowly unless shared libraries are mode 555. 32.24111 ++ postinstall_cmds='chmod 555 $lib' 32.24112 ++ ;; 32.24113 ++ 32.24114 ++irix5* | irix6* | nonstopux*) 32.24115 ++ case $host_os in 32.24116 ++ nonstopux*) version_type=nonstopux ;; 32.24117 ++ *) 32.24118 ++ if test "$lt_cv_prog_gnu_ld" = yes; then 32.24119 ++ version_type=linux 32.24120 ++ else 32.24121 ++ version_type=irix 32.24122 ++ fi ;; 32.24123 ++ esac 32.24124 ++ need_lib_prefix=no 32.24125 ++ need_version=no 32.24126 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24127 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 32.24128 ++ case $host_os in 32.24129 ++ irix5* | nonstopux*) 32.24130 ++ libsuff= shlibsuff= 32.24131 ++ ;; 32.24132 ++ *) 32.24133 ++ case $LD in # libtool.m4 will add one of these switches to LD 32.24134 ++ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 32.24135 ++ libsuff= shlibsuff= libmagic=32-bit;; 32.24136 ++ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 32.24137 ++ libsuff=32 shlibsuff=N32 libmagic=N32;; 32.24138 ++ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 32.24139 ++ libsuff=64 shlibsuff=64 libmagic=64-bit;; 32.24140 ++ *) libsuff= shlibsuff= libmagic=never-match;; 32.24141 ++ esac 32.24142 ++ ;; 32.24143 ++ esac 32.24144 ++ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 32.24145 ++ shlibpath_overrides_runpath=no 32.24146 ++ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 32.24147 ++ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 32.24148 ++ hardcode_into_libs=yes 32.24149 ++ ;; 32.24150 ++ 32.24151 ++# No shared lib support for Linux oldld, aout, or coff. 32.24152 ++linux*oldld* | linux*aout* | linux*coff*) 32.24153 ++ dynamic_linker=no 32.24154 ++ ;; 32.24155 ++ 32.24156 ++# This must be Linux ELF. 32.24157 ++linux*) 32.24158 ++ version_type=linux 32.24159 ++ need_lib_prefix=no 32.24160 ++ need_version=no 32.24161 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24162 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24163 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 32.24164 ++ shlibpath_var=LD_LIBRARY_PATH 32.24165 ++ shlibpath_overrides_runpath=no 32.24166 ++ # This implies no fast_install, which is unacceptable. 32.24167 ++ # Some rework will be needed to allow for fast_install 32.24168 ++ # before this can be enabled. 32.24169 ++ hardcode_into_libs=yes 32.24170 ++ 32.24171 ++ # /usr/X11R6/lib and /usr/local/lib are common enough... 32.24172 ++ sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib" 32.24173 ++ 32.24174 ++ # We used to test for /lib/ld.so.1 and disable shared libraries on 32.24175 ++ # powerpc, because MkLinux only supported shared libraries with the 32.24176 ++ # GNU dynamic linker. Since this was broken with cross compilers, 32.24177 ++ # most powerpc-linux boxes support dynamic linking these days and 32.24178 ++ # people can always --disable-shared, the test was removed, and we 32.24179 ++ # assume the GNU/Linux dynamic linker is in use. 32.24180 ++ dynamic_linker='GNU/Linux ld.so' 32.24181 ++ ;; 32.24182 ++ 32.24183 ++knetbsd*-gnu) 32.24184 ++ version_type=linux 32.24185 ++ need_lib_prefix=no 32.24186 ++ need_version=no 32.24187 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.24188 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24189 ++ shlibpath_var=LD_LIBRARY_PATH 32.24190 ++ shlibpath_overrides_runpath=no 32.24191 ++ hardcode_into_libs=yes 32.24192 ++ dynamic_linker='GNU ld.so' 32.24193 ++ ;; 32.24194 ++ 32.24195 ++netbsd*) 32.24196 ++ version_type=sunos 32.24197 ++ need_lib_prefix=no 32.24198 ++ need_version=no 32.24199 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.24200 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.24201 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.24202 ++ dynamic_linker='NetBSD (a.out) ld.so' 32.24203 ++ else 32.24204 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' 32.24205 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24206 ++ dynamic_linker='NetBSD ld.elf_so' 32.24207 ++ fi 32.24208 ++ shlibpath_var=LD_LIBRARY_PATH 32.24209 ++ shlibpath_overrides_runpath=yes 32.24210 ++ hardcode_into_libs=yes 32.24211 ++ ;; 32.24212 ++ 32.24213 ++newsos6) 32.24214 ++ version_type=linux 32.24215 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24216 ++ shlibpath_var=LD_LIBRARY_PATH 32.24217 ++ shlibpath_overrides_runpath=yes 32.24218 ++ ;; 32.24219 ++ 32.24220 ++nto-qnx*) 32.24221 ++ version_type=linux 32.24222 ++ need_lib_prefix=no 32.24223 ++ need_version=no 32.24224 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24225 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24226 ++ shlibpath_var=LD_LIBRARY_PATH 32.24227 ++ shlibpath_overrides_runpath=yes 32.24228 ++ ;; 32.24229 ++ 32.24230 ++openbsd*) 32.24231 ++ version_type=sunos 32.24232 ++ need_lib_prefix=no 32.24233 ++ need_version=yes 32.24234 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.24235 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.24236 ++ shlibpath_var=LD_LIBRARY_PATH 32.24237 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.24238 ++ case $host_os in 32.24239 ++ openbsd2.[89] | openbsd2.[89].*) 32.24240 ++ shlibpath_overrides_runpath=no 32.24241 ++ ;; 32.24242 ++ *) 32.24243 ++ shlibpath_overrides_runpath=yes 32.24244 ++ ;; 32.24245 ++ esac 32.24246 ++ else 32.24247 ++ shlibpath_overrides_runpath=yes 32.24248 ++ fi 32.24249 ++ ;; 32.24250 ++ 32.24251 ++os2*) 32.24252 ++ libname_spec='$name' 32.24253 ++ shrext=".dll" 32.24254 ++ need_lib_prefix=no 32.24255 ++ library_names_spec='$libname${shared_ext} $libname.a' 32.24256 ++ dynamic_linker='OS/2 ld.exe' 32.24257 ++ shlibpath_var=LIBPATH 32.24258 ++ ;; 32.24259 ++ 32.24260 ++osf3* | osf4* | osf5*) 32.24261 ++ version_type=osf 32.24262 ++ need_lib_prefix=no 32.24263 ++ need_version=no 32.24264 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24265 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24266 ++ shlibpath_var=LD_LIBRARY_PATH 32.24267 ++ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 32.24268 ++ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 32.24269 ++ ;; 32.24270 ++ 32.24271 ++sco3.2v5*) 32.24272 ++ version_type=osf 32.24273 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24274 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24275 ++ shlibpath_var=LD_LIBRARY_PATH 32.24276 ++ ;; 32.24277 ++ 32.24278 ++solaris*) 32.24279 ++ version_type=linux 32.24280 ++ need_lib_prefix=no 32.24281 ++ need_version=no 32.24282 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24283 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24284 ++ shlibpath_var=LD_LIBRARY_PATH 32.24285 ++ shlibpath_overrides_runpath=yes 32.24286 ++ hardcode_into_libs=yes 32.24287 ++ # ldd complains unless libraries are executable 32.24288 ++ postinstall_cmds='chmod +x $lib' 32.24289 ++ ;; 32.24290 ++ 32.24291 ++sunos4*) 32.24292 ++ version_type=sunos 32.24293 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.24294 ++ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 32.24295 ++ shlibpath_var=LD_LIBRARY_PATH 32.24296 ++ shlibpath_overrides_runpath=yes 32.24297 ++ if test "$with_gnu_ld" = yes; then 32.24298 ++ need_lib_prefix=no 32.24299 ++ fi 32.24300 ++ need_version=yes 32.24301 ++ ;; 32.24302 ++ 32.24303 ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.24304 ++ version_type=linux 32.24305 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24306 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24307 ++ shlibpath_var=LD_LIBRARY_PATH 32.24308 ++ case $host_vendor in 32.24309 ++ sni) 32.24310 ++ shlibpath_overrides_runpath=no 32.24311 ++ need_lib_prefix=no 32.24312 ++ export_dynamic_flag_spec='${wl}-Blargedynsym' 32.24313 ++ runpath_var=LD_RUN_PATH 32.24314 ++ ;; 32.24315 ++ siemens) 32.24316 ++ need_lib_prefix=no 32.24317 ++ ;; 32.24318 ++ motorola) 32.24319 ++ need_lib_prefix=no 32.24320 ++ need_version=no 32.24321 ++ shlibpath_overrides_runpath=no 32.24322 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 32.24323 ++ ;; 32.24324 ++ esac 32.24325 ++ ;; 32.24326 ++ 32.24327 ++sysv4*MP*) 32.24328 ++ if test -d /usr/nec ;then 32.24329 ++ version_type=linux 32.24330 ++ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 32.24331 ++ soname_spec='$libname${shared_ext}.$major' 32.24332 ++ shlibpath_var=LD_LIBRARY_PATH 32.24333 ++ fi 32.24334 ++ ;; 32.24335 ++ 32.24336 ++uts4*) 32.24337 ++ version_type=linux 32.24338 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.24339 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.24340 ++ shlibpath_var=LD_LIBRARY_PATH 32.24341 ++ ;; 32.24342 ++ 32.24343 ++*) 32.24344 ++ dynamic_linker=no 32.24345 ++ ;; 32.24346 ++esac 32.24347 ++echo "$as_me:$LINENO: result: $dynamic_linker" >&5 32.24348 ++echo "${ECHO_T}$dynamic_linker" >&6 32.24349 ++test "$dynamic_linker" = no && can_build_shared=no 32.24350 ++ 32.24351 ++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 32.24352 ++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 32.24353 ++hardcode_action_CXX= 32.24354 ++if test -n "$hardcode_libdir_flag_spec_CXX" || \ 32.24355 ++ test -n "$runpath_var CXX" || \ 32.24356 ++ test "X$hardcode_automatic_CXX"="Xyes" ; then 32.24357 ++ 32.24358 ++ # We can hardcode non-existant directories. 32.24359 ++ if test "$hardcode_direct_CXX" != no && 32.24360 ++ # If the only mechanism to avoid hardcoding is shlibpath_var, we 32.24361 ++ # have to relink, otherwise we might link with an installed library 32.24362 ++ # when we should be linking with a yet-to-be-installed one 32.24363 ++ ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && 32.24364 ++ test "$hardcode_minus_L_CXX" != no; then 32.24365 ++ # Linking always hardcodes the temporary library directory. 32.24366 ++ hardcode_action_CXX=relink 32.24367 ++ else 32.24368 ++ # We can link without hardcoding, and we can hardcode nonexisting dirs. 32.24369 ++ hardcode_action_CXX=immediate 32.24370 ++ fi 32.24371 ++else 32.24372 ++ # We cannot hardcode anything, or else we can only hardcode existing 32.24373 ++ # directories. 32.24374 ++ hardcode_action_CXX=unsupported 32.24375 ++fi 32.24376 ++echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 32.24377 ++echo "${ECHO_T}$hardcode_action_CXX" >&6 32.24378 ++ 32.24379 ++if test "$hardcode_action_CXX" = relink; then 32.24380 ++ # Fast installation is not supported 32.24381 ++ enable_fast_install=no 32.24382 ++elif test "$shlibpath_overrides_runpath" = yes || 32.24383 ++ test "$enable_shared" = no; then 32.24384 ++ # Fast installation is not necessary 32.24385 ++ enable_fast_install=needless 32.24386 ++fi 32.24387 ++ 32.24388 ++striplib= 32.24389 ++old_striplib= 32.24390 ++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 32.24391 ++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 32.24392 ++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 32.24393 ++ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 32.24394 ++ test -z "$striplib" && striplib="$STRIP --strip-unneeded" 32.24395 ++ echo "$as_me:$LINENO: result: yes" >&5 32.24396 ++echo "${ECHO_T}yes" >&6 32.24397 ++else 32.24398 ++# FIXME - insert some real tests, host_os isn't really good enough 32.24399 ++ case $host_os in 32.24400 ++ darwin*) 32.24401 ++ if test -n "$STRIP" ; then 32.24402 ++ striplib="$STRIP -x" 32.24403 ++ echo "$as_me:$LINENO: result: yes" >&5 32.24404 ++echo "${ECHO_T}yes" >&6 32.24405 ++ else 32.24406 ++ echo "$as_me:$LINENO: result: no" >&5 32.24407 ++echo "${ECHO_T}no" >&6 32.24408 ++fi 32.24409 ++ ;; 32.24410 ++ *) 32.24411 ++ echo "$as_me:$LINENO: result: no" >&5 32.24412 ++echo "${ECHO_T}no" >&6 32.24413 ++ ;; 32.24414 ++ esac 32.24415 ++fi 32.24416 ++ 32.24417 ++if test "x$enable_dlopen" != xyes; then 32.24418 ++ enable_dlopen=unknown 32.24419 ++ enable_dlopen_self=unknown 32.24420 ++ enable_dlopen_self_static=unknown 32.24421 ++else 32.24422 ++ lt_cv_dlopen=no 32.24423 ++ lt_cv_dlopen_libs= 32.24424 ++ 32.24425 ++ case $host_os in 32.24426 ++ beos*) 32.24427 ++ lt_cv_dlopen="load_add_on" 32.24428 ++ lt_cv_dlopen_libs= 32.24429 ++ lt_cv_dlopen_self=yes 32.24430 ++ ;; 32.24431 ++ 32.24432 ++ mingw* | pw32*) 32.24433 ++ lt_cv_dlopen="LoadLibrary" 32.24434 ++ lt_cv_dlopen_libs= 32.24435 ++ ;; 32.24436 ++ 32.24437 ++ cygwin*) 32.24438 ++ lt_cv_dlopen="dlopen" 32.24439 ++ lt_cv_dlopen_libs= 32.24440 ++ ;; 32.24441 ++ 32.24442 ++ darwin*) 32.24443 ++ # if libdl is installed we need to link against it 32.24444 ++ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 32.24445 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 32.24446 ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then 32.24447 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.24448 ++else 32.24449 ++ ac_check_lib_save_LIBS=$LIBS 32.24450 ++LIBS="-ldl $LIBS" 32.24451 ++cat >conftest.$ac_ext <<_ACEOF 32.24452 ++/* confdefs.h. */ 32.24453 ++_ACEOF 32.24454 ++cat confdefs.h >>conftest.$ac_ext 32.24455 ++cat >>conftest.$ac_ext <<_ACEOF 32.24456 ++/* end confdefs.h. */ 32.24457 ++ 32.24458 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.24459 ++#ifdef __cplusplus 32.24460 ++extern "C" 32.24461 ++#endif 32.24462 ++/* We use char because int might match the return type of a gcc2 32.24463 ++ builtin and then its argument prototype would still apply. */ 32.24464 ++char dlopen (); 32.24465 ++int 32.24466 ++main () 32.24467 ++{ 32.24468 ++dlopen (); 32.24469 ++ ; 32.24470 ++ return 0; 32.24471 ++} 32.24472 ++_ACEOF 32.24473 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.24474 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.24475 ++ (eval $ac_link) 2>conftest.er1 32.24476 ++ ac_status=$? 32.24477 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.24478 ++ rm -f conftest.er1 32.24479 ++ cat conftest.err >&5 32.24480 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24481 ++ (exit $ac_status); } && 32.24482 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.24483 ++ || test ! -s conftest.err' 32.24484 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24485 ++ (eval $ac_try) 2>&5 32.24486 ++ ac_status=$? 32.24487 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24488 ++ (exit $ac_status); }; } && 32.24489 ++ { ac_try='test -s conftest$ac_exeext' 32.24490 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24491 ++ (eval $ac_try) 2>&5 32.24492 ++ ac_status=$? 32.24493 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24494 ++ (exit $ac_status); }; }; then 32.24495 ++ ac_cv_lib_dl_dlopen=yes 32.24496 ++else 32.24497 ++ echo "$as_me: failed program was:" >&5 32.24498 ++sed 's/^/| /' conftest.$ac_ext >&5 32.24499 ++ 32.24500 ++ac_cv_lib_dl_dlopen=no 32.24501 ++fi 32.24502 ++rm -f conftest.err conftest.$ac_objext \ 32.24503 ++ conftest$ac_exeext conftest.$ac_ext 32.24504 ++LIBS=$ac_check_lib_save_LIBS 32.24505 ++fi 32.24506 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 32.24507 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 32.24508 ++if test $ac_cv_lib_dl_dlopen = yes; then 32.24509 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 32.24510 ++else 32.24511 ++ 32.24512 ++ lt_cv_dlopen="dyld" 32.24513 ++ lt_cv_dlopen_libs= 32.24514 ++ lt_cv_dlopen_self=yes 32.24515 ++ 32.24516 ++fi 32.24517 ++ 32.24518 ++ ;; 32.24519 ++ 32.24520 ++ *) 32.24521 ++ echo "$as_me:$LINENO: checking for shl_load" >&5 32.24522 ++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 32.24523 ++if test "${ac_cv_func_shl_load+set}" = set; then 32.24524 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.24525 ++else 32.24526 ++ cat >conftest.$ac_ext <<_ACEOF 32.24527 ++/* confdefs.h. */ 32.24528 ++_ACEOF 32.24529 ++cat confdefs.h >>conftest.$ac_ext 32.24530 ++cat >>conftest.$ac_ext <<_ACEOF 32.24531 ++/* end confdefs.h. */ 32.24532 ++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 32.24533 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.24534 ++#define shl_load innocuous_shl_load 32.24535 ++ 32.24536 ++/* System header to define __stub macros and hopefully few prototypes, 32.24537 ++ which can conflict with char shl_load (); below. 32.24538 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.24539 ++ <limits.h> exists even on freestanding compilers. */ 32.24540 ++ 32.24541 ++#ifdef __STDC__ 32.24542 ++# include <limits.h> 32.24543 ++#else 32.24544 ++# include <assert.h> 32.24545 ++#endif 32.24546 ++ 32.24547 ++#undef shl_load 32.24548 ++ 32.24549 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.24550 ++#ifdef __cplusplus 32.24551 ++extern "C" 32.24552 ++{ 32.24553 ++#endif 32.24554 ++/* We use char because int might match the return type of a gcc2 32.24555 ++ builtin and then its argument prototype would still apply. */ 32.24556 ++char shl_load (); 32.24557 ++/* The GNU C library defines this for functions which it implements 32.24558 ++ to always fail with ENOSYS. Some functions are actually named 32.24559 ++ something starting with __ and the normal name is an alias. */ 32.24560 ++#if defined (__stub_shl_load) || defined (__stub___shl_load) 32.24561 ++choke me 32.24562 ++#else 32.24563 ++char (*f) () = shl_load; 32.24564 ++#endif 32.24565 ++#ifdef __cplusplus 32.24566 ++} 32.24567 ++#endif 32.24568 ++ 32.24569 ++int 32.24570 ++main () 32.24571 ++{ 32.24572 ++return f != shl_load; 32.24573 ++ ; 32.24574 ++ return 0; 32.24575 ++} 32.24576 ++_ACEOF 32.24577 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.24578 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.24579 ++ (eval $ac_link) 2>conftest.er1 32.24580 ++ ac_status=$? 32.24581 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.24582 ++ rm -f conftest.er1 32.24583 ++ cat conftest.err >&5 32.24584 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24585 ++ (exit $ac_status); } && 32.24586 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.24587 ++ || test ! -s conftest.err' 32.24588 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24589 ++ (eval $ac_try) 2>&5 32.24590 ++ ac_status=$? 32.24591 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24592 ++ (exit $ac_status); }; } && 32.24593 ++ { ac_try='test -s conftest$ac_exeext' 32.24594 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24595 ++ (eval $ac_try) 2>&5 32.24596 ++ ac_status=$? 32.24597 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24598 ++ (exit $ac_status); }; }; then 32.24599 ++ ac_cv_func_shl_load=yes 32.24600 ++else 32.24601 ++ echo "$as_me: failed program was:" >&5 32.24602 ++sed 's/^/| /' conftest.$ac_ext >&5 32.24603 ++ 32.24604 ++ac_cv_func_shl_load=no 32.24605 ++fi 32.24606 ++rm -f conftest.err conftest.$ac_objext \ 32.24607 ++ conftest$ac_exeext conftest.$ac_ext 32.24608 ++fi 32.24609 ++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 32.24610 ++echo "${ECHO_T}$ac_cv_func_shl_load" >&6 32.24611 ++if test $ac_cv_func_shl_load = yes; then 32.24612 ++ lt_cv_dlopen="shl_load" 32.24613 ++else 32.24614 ++ echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 32.24615 ++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 32.24616 ++if test "${ac_cv_lib_dld_shl_load+set}" = set; then 32.24617 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.24618 ++else 32.24619 ++ ac_check_lib_save_LIBS=$LIBS 32.24620 ++LIBS="-ldld $LIBS" 32.24621 ++cat >conftest.$ac_ext <<_ACEOF 32.24622 ++/* confdefs.h. */ 32.24623 ++_ACEOF 32.24624 ++cat confdefs.h >>conftest.$ac_ext 32.24625 ++cat >>conftest.$ac_ext <<_ACEOF 32.24626 ++/* end confdefs.h. */ 32.24627 ++ 32.24628 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.24629 ++#ifdef __cplusplus 32.24630 ++extern "C" 32.24631 ++#endif 32.24632 ++/* We use char because int might match the return type of a gcc2 32.24633 ++ builtin and then its argument prototype would still apply. */ 32.24634 ++char shl_load (); 32.24635 ++int 32.24636 ++main () 32.24637 ++{ 32.24638 ++shl_load (); 32.24639 ++ ; 32.24640 ++ return 0; 32.24641 ++} 32.24642 ++_ACEOF 32.24643 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.24644 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.24645 ++ (eval $ac_link) 2>conftest.er1 32.24646 ++ ac_status=$? 32.24647 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.24648 ++ rm -f conftest.er1 32.24649 ++ cat conftest.err >&5 32.24650 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24651 ++ (exit $ac_status); } && 32.24652 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.24653 ++ || test ! -s conftest.err' 32.24654 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24655 ++ (eval $ac_try) 2>&5 32.24656 ++ ac_status=$? 32.24657 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24658 ++ (exit $ac_status); }; } && 32.24659 ++ { ac_try='test -s conftest$ac_exeext' 32.24660 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24661 ++ (eval $ac_try) 2>&5 32.24662 ++ ac_status=$? 32.24663 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24664 ++ (exit $ac_status); }; }; then 32.24665 ++ ac_cv_lib_dld_shl_load=yes 32.24666 ++else 32.24667 ++ echo "$as_me: failed program was:" >&5 32.24668 ++sed 's/^/| /' conftest.$ac_ext >&5 32.24669 ++ 32.24670 ++ac_cv_lib_dld_shl_load=no 32.24671 ++fi 32.24672 ++rm -f conftest.err conftest.$ac_objext \ 32.24673 ++ conftest$ac_exeext conftest.$ac_ext 32.24674 ++LIBS=$ac_check_lib_save_LIBS 32.24675 ++fi 32.24676 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 32.24677 ++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 32.24678 ++if test $ac_cv_lib_dld_shl_load = yes; then 32.24679 ++ lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" 32.24680 ++else 32.24681 ++ echo "$as_me:$LINENO: checking for dlopen" >&5 32.24682 ++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 32.24683 ++if test "${ac_cv_func_dlopen+set}" = set; then 32.24684 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.24685 ++else 32.24686 ++ cat >conftest.$ac_ext <<_ACEOF 32.24687 ++/* confdefs.h. */ 32.24688 ++_ACEOF 32.24689 ++cat confdefs.h >>conftest.$ac_ext 32.24690 ++cat >>conftest.$ac_ext <<_ACEOF 32.24691 ++/* end confdefs.h. */ 32.24692 ++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 32.24693 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.24694 ++#define dlopen innocuous_dlopen 32.24695 ++ 32.24696 ++/* System header to define __stub macros and hopefully few prototypes, 32.24697 ++ which can conflict with char dlopen (); below. 32.24698 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.24699 ++ <limits.h> exists even on freestanding compilers. */ 32.24700 ++ 32.24701 ++#ifdef __STDC__ 32.24702 ++# include <limits.h> 32.24703 ++#else 32.24704 ++# include <assert.h> 32.24705 ++#endif 32.24706 ++ 32.24707 ++#undef dlopen 32.24708 ++ 32.24709 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.24710 ++#ifdef __cplusplus 32.24711 ++extern "C" 32.24712 ++{ 32.24713 ++#endif 32.24714 ++/* We use char because int might match the return type of a gcc2 32.24715 ++ builtin and then its argument prototype would still apply. */ 32.24716 ++char dlopen (); 32.24717 ++/* The GNU C library defines this for functions which it implements 32.24718 ++ to always fail with ENOSYS. Some functions are actually named 32.24719 ++ something starting with __ and the normal name is an alias. */ 32.24720 ++#if defined (__stub_dlopen) || defined (__stub___dlopen) 32.24721 ++choke me 32.24722 ++#else 32.24723 ++char (*f) () = dlopen; 32.24724 ++#endif 32.24725 ++#ifdef __cplusplus 32.24726 ++} 32.24727 ++#endif 32.24728 ++ 32.24729 ++int 32.24730 ++main () 32.24731 ++{ 32.24732 ++return f != dlopen; 32.24733 ++ ; 32.24734 ++ return 0; 32.24735 ++} 32.24736 ++_ACEOF 32.24737 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.24738 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.24739 ++ (eval $ac_link) 2>conftest.er1 32.24740 ++ ac_status=$? 32.24741 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.24742 ++ rm -f conftest.er1 32.24743 ++ cat conftest.err >&5 32.24744 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24745 ++ (exit $ac_status); } && 32.24746 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.24747 ++ || test ! -s conftest.err' 32.24748 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24749 ++ (eval $ac_try) 2>&5 32.24750 ++ ac_status=$? 32.24751 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24752 ++ (exit $ac_status); }; } && 32.24753 ++ { ac_try='test -s conftest$ac_exeext' 32.24754 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24755 ++ (eval $ac_try) 2>&5 32.24756 ++ ac_status=$? 32.24757 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24758 ++ (exit $ac_status); }; }; then 32.24759 ++ ac_cv_func_dlopen=yes 32.24760 ++else 32.24761 ++ echo "$as_me: failed program was:" >&5 32.24762 ++sed 's/^/| /' conftest.$ac_ext >&5 32.24763 ++ 32.24764 ++ac_cv_func_dlopen=no 32.24765 ++fi 32.24766 ++rm -f conftest.err conftest.$ac_objext \ 32.24767 ++ conftest$ac_exeext conftest.$ac_ext 32.24768 ++fi 32.24769 ++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 32.24770 ++echo "${ECHO_T}$ac_cv_func_dlopen" >&6 32.24771 ++if test $ac_cv_func_dlopen = yes; then 32.24772 ++ lt_cv_dlopen="dlopen" 32.24773 ++else 32.24774 ++ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 32.24775 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 32.24776 ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then 32.24777 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.24778 ++else 32.24779 ++ ac_check_lib_save_LIBS=$LIBS 32.24780 ++LIBS="-ldl $LIBS" 32.24781 ++cat >conftest.$ac_ext <<_ACEOF 32.24782 ++/* confdefs.h. */ 32.24783 ++_ACEOF 32.24784 ++cat confdefs.h >>conftest.$ac_ext 32.24785 ++cat >>conftest.$ac_ext <<_ACEOF 32.24786 ++/* end confdefs.h. */ 32.24787 ++ 32.24788 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.24789 ++#ifdef __cplusplus 32.24790 ++extern "C" 32.24791 ++#endif 32.24792 ++/* We use char because int might match the return type of a gcc2 32.24793 ++ builtin and then its argument prototype would still apply. */ 32.24794 ++char dlopen (); 32.24795 ++int 32.24796 ++main () 32.24797 ++{ 32.24798 ++dlopen (); 32.24799 ++ ; 32.24800 ++ return 0; 32.24801 ++} 32.24802 ++_ACEOF 32.24803 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.24804 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.24805 ++ (eval $ac_link) 2>conftest.er1 32.24806 ++ ac_status=$? 32.24807 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.24808 ++ rm -f conftest.er1 32.24809 ++ cat conftest.err >&5 32.24810 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24811 ++ (exit $ac_status); } && 32.24812 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.24813 ++ || test ! -s conftest.err' 32.24814 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24815 ++ (eval $ac_try) 2>&5 32.24816 ++ ac_status=$? 32.24817 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24818 ++ (exit $ac_status); }; } && 32.24819 ++ { ac_try='test -s conftest$ac_exeext' 32.24820 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24821 ++ (eval $ac_try) 2>&5 32.24822 ++ ac_status=$? 32.24823 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24824 ++ (exit $ac_status); }; }; then 32.24825 ++ ac_cv_lib_dl_dlopen=yes 32.24826 ++else 32.24827 ++ echo "$as_me: failed program was:" >&5 32.24828 ++sed 's/^/| /' conftest.$ac_ext >&5 32.24829 ++ 32.24830 ++ac_cv_lib_dl_dlopen=no 32.24831 ++fi 32.24832 ++rm -f conftest.err conftest.$ac_objext \ 32.24833 ++ conftest$ac_exeext conftest.$ac_ext 32.24834 ++LIBS=$ac_check_lib_save_LIBS 32.24835 ++fi 32.24836 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 32.24837 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 32.24838 ++if test $ac_cv_lib_dl_dlopen = yes; then 32.24839 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 32.24840 ++else 32.24841 ++ echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 32.24842 ++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 32.24843 ++if test "${ac_cv_lib_svld_dlopen+set}" = set; then 32.24844 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.24845 ++else 32.24846 ++ ac_check_lib_save_LIBS=$LIBS 32.24847 ++LIBS="-lsvld $LIBS" 32.24848 ++cat >conftest.$ac_ext <<_ACEOF 32.24849 ++/* confdefs.h. */ 32.24850 ++_ACEOF 32.24851 ++cat confdefs.h >>conftest.$ac_ext 32.24852 ++cat >>conftest.$ac_ext <<_ACEOF 32.24853 ++/* end confdefs.h. */ 32.24854 ++ 32.24855 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.24856 ++#ifdef __cplusplus 32.24857 ++extern "C" 32.24858 ++#endif 32.24859 ++/* We use char because int might match the return type of a gcc2 32.24860 ++ builtin and then its argument prototype would still apply. */ 32.24861 ++char dlopen (); 32.24862 ++int 32.24863 ++main () 32.24864 ++{ 32.24865 ++dlopen (); 32.24866 ++ ; 32.24867 ++ return 0; 32.24868 ++} 32.24869 ++_ACEOF 32.24870 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.24871 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.24872 ++ (eval $ac_link) 2>conftest.er1 32.24873 ++ ac_status=$? 32.24874 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.24875 ++ rm -f conftest.er1 32.24876 ++ cat conftest.err >&5 32.24877 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24878 ++ (exit $ac_status); } && 32.24879 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.24880 ++ || test ! -s conftest.err' 32.24881 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24882 ++ (eval $ac_try) 2>&5 32.24883 ++ ac_status=$? 32.24884 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24885 ++ (exit $ac_status); }; } && 32.24886 ++ { ac_try='test -s conftest$ac_exeext' 32.24887 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24888 ++ (eval $ac_try) 2>&5 32.24889 ++ ac_status=$? 32.24890 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24891 ++ (exit $ac_status); }; }; then 32.24892 ++ ac_cv_lib_svld_dlopen=yes 32.24893 ++else 32.24894 ++ echo "$as_me: failed program was:" >&5 32.24895 ++sed 's/^/| /' conftest.$ac_ext >&5 32.24896 ++ 32.24897 ++ac_cv_lib_svld_dlopen=no 32.24898 ++fi 32.24899 ++rm -f conftest.err conftest.$ac_objext \ 32.24900 ++ conftest$ac_exeext conftest.$ac_ext 32.24901 ++LIBS=$ac_check_lib_save_LIBS 32.24902 ++fi 32.24903 ++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 32.24904 ++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 32.24905 ++if test $ac_cv_lib_svld_dlopen = yes; then 32.24906 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 32.24907 ++else 32.24908 ++ echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 32.24909 ++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 32.24910 ++if test "${ac_cv_lib_dld_dld_link+set}" = set; then 32.24911 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.24912 ++else 32.24913 ++ ac_check_lib_save_LIBS=$LIBS 32.24914 ++LIBS="-ldld $LIBS" 32.24915 ++cat >conftest.$ac_ext <<_ACEOF 32.24916 ++/* confdefs.h. */ 32.24917 ++_ACEOF 32.24918 ++cat confdefs.h >>conftest.$ac_ext 32.24919 ++cat >>conftest.$ac_ext <<_ACEOF 32.24920 ++/* end confdefs.h. */ 32.24921 ++ 32.24922 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.24923 ++#ifdef __cplusplus 32.24924 ++extern "C" 32.24925 ++#endif 32.24926 ++/* We use char because int might match the return type of a gcc2 32.24927 ++ builtin and then its argument prototype would still apply. */ 32.24928 ++char dld_link (); 32.24929 ++int 32.24930 ++main () 32.24931 ++{ 32.24932 ++dld_link (); 32.24933 ++ ; 32.24934 ++ return 0; 32.24935 ++} 32.24936 ++_ACEOF 32.24937 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.24938 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.24939 ++ (eval $ac_link) 2>conftest.er1 32.24940 ++ ac_status=$? 32.24941 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.24942 ++ rm -f conftest.er1 32.24943 ++ cat conftest.err >&5 32.24944 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24945 ++ (exit $ac_status); } && 32.24946 ++ { ac_try='test -z "$ac_cxx_werror_flag" 32.24947 ++ || test ! -s conftest.err' 32.24948 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24949 ++ (eval $ac_try) 2>&5 32.24950 ++ ac_status=$? 32.24951 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24952 ++ (exit $ac_status); }; } && 32.24953 ++ { ac_try='test -s conftest$ac_exeext' 32.24954 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.24955 ++ (eval $ac_try) 2>&5 32.24956 ++ ac_status=$? 32.24957 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.24958 ++ (exit $ac_status); }; }; then 32.24959 ++ ac_cv_lib_dld_dld_link=yes 32.24960 ++else 32.24961 ++ echo "$as_me: failed program was:" >&5 32.24962 ++sed 's/^/| /' conftest.$ac_ext >&5 32.24963 ++ 32.24964 ++ac_cv_lib_dld_dld_link=no 32.24965 ++fi 32.24966 ++rm -f conftest.err conftest.$ac_objext \ 32.24967 ++ conftest$ac_exeext conftest.$ac_ext 32.24968 ++LIBS=$ac_check_lib_save_LIBS 32.24969 ++fi 32.24970 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 32.24971 ++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 32.24972 ++if test $ac_cv_lib_dld_dld_link = yes; then 32.24973 ++ lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 32.24974 ++fi 32.24975 ++ 32.24976 ++ 32.24977 ++fi 32.24978 ++ 32.24979 ++ 32.24980 ++fi 32.24981 ++ 32.24982 ++ 32.24983 ++fi 32.24984 ++ 32.24985 ++ 32.24986 ++fi 32.24987 ++ 32.24988 ++ 32.24989 ++fi 32.24990 ++ 32.24991 ++ ;; 32.24992 ++ esac 32.24993 ++ 32.24994 ++ if test "x$lt_cv_dlopen" != xno; then 32.24995 ++ enable_dlopen=yes 32.24996 ++ else 32.24997 ++ enable_dlopen=no 32.24998 ++ fi 32.24999 ++ 32.25000 ++ case $lt_cv_dlopen in 32.25001 ++ dlopen) 32.25002 ++ save_CPPFLAGS="$CPPFLAGS" 32.25003 ++ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" 32.25004 ++ 32.25005 ++ save_LDFLAGS="$LDFLAGS" 32.25006 ++ eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 32.25007 ++ 32.25008 ++ save_LIBS="$LIBS" 32.25009 ++ LIBS="$lt_cv_dlopen_libs $LIBS" 32.25010 ++ 32.25011 ++ echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 32.25012 ++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 32.25013 ++if test "${lt_cv_dlopen_self+set}" = set; then 32.25014 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.25015 ++else 32.25016 ++ if test "$cross_compiling" = yes; then : 32.25017 ++ lt_cv_dlopen_self=cross 32.25018 ++else 32.25019 ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 32.25020 ++ lt_status=$lt_dlunknown 32.25021 ++ cat > conftest.$ac_ext <<EOF 32.25022 ++#line 12424 "configure" 32.25023 ++#include "confdefs.h" 32.25024 ++ 32.25025 ++#if HAVE_DLFCN_H 32.25026 ++#include <dlfcn.h> 32.25027 ++#endif 32.25028 ++ 32.25029 ++#include <stdio.h> 32.25030 ++ 32.25031 ++#ifdef RTLD_GLOBAL 32.25032 ++# define LT_DLGLOBAL RTLD_GLOBAL 32.25033 ++#else 32.25034 ++# ifdef DL_GLOBAL 32.25035 ++# define LT_DLGLOBAL DL_GLOBAL 32.25036 ++# else 32.25037 ++# define LT_DLGLOBAL 0 32.25038 ++# endif 32.25039 ++#endif 32.25040 ++ 32.25041 ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 32.25042 ++ find out it does not work in some platform. */ 32.25043 ++#ifndef LT_DLLAZY_OR_NOW 32.25044 ++# ifdef RTLD_LAZY 32.25045 ++# define LT_DLLAZY_OR_NOW RTLD_LAZY 32.25046 ++# else 32.25047 ++# ifdef DL_LAZY 32.25048 ++# define LT_DLLAZY_OR_NOW DL_LAZY 32.25049 ++# else 32.25050 ++# ifdef RTLD_NOW 32.25051 ++# define LT_DLLAZY_OR_NOW RTLD_NOW 32.25052 ++# else 32.25053 ++# ifdef DL_NOW 32.25054 ++# define LT_DLLAZY_OR_NOW DL_NOW 32.25055 ++# else 32.25056 ++# define LT_DLLAZY_OR_NOW 0 32.25057 ++# endif 32.25058 ++# endif 32.25059 ++# endif 32.25060 ++# endif 32.25061 ++#endif 32.25062 ++ 32.25063 ++#ifdef __cplusplus 32.25064 ++extern "C" void exit (int); 32.25065 ++#endif 32.25066 ++ 32.25067 ++void fnord() { int i=42;} 32.25068 ++int main () 32.25069 ++{ 32.25070 ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 32.25071 ++ int status = $lt_dlunknown; 32.25072 ++ 32.25073 ++ if (self) 32.25074 ++ { 32.25075 ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 32.25076 ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 32.25077 ++ /* dlclose (self); */ 32.25078 ++ } 32.25079 ++ 32.25080 ++ exit (status); 32.25081 ++} 32.25082 ++EOF 32.25083 ++ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.25084 ++ (eval $ac_link) 2>&5 32.25085 ++ ac_status=$? 32.25086 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.25087 ++ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 32.25088 ++ (./conftest; exit; ) 2>/dev/null 32.25089 ++ lt_status=$? 32.25090 ++ case x$lt_status in 32.25091 ++ x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 32.25092 ++ x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 32.25093 ++ x$lt_unknown|x*) lt_cv_dlopen_self=no ;; 32.25094 ++ esac 32.25095 ++ else : 32.25096 ++ # compilation failed 32.25097 ++ lt_cv_dlopen_self=no 32.25098 ++ fi 32.25099 ++fi 32.25100 ++rm -fr conftest* 32.25101 ++ 32.25102 ++ 32.25103 ++fi 32.25104 ++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 32.25105 ++echo "${ECHO_T}$lt_cv_dlopen_self" >&6 32.25106 ++ 32.25107 ++ if test "x$lt_cv_dlopen_self" = xyes; then 32.25108 ++ LDFLAGS="$LDFLAGS $link_static_flag" 32.25109 ++ echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 32.25110 ++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 32.25111 ++if test "${lt_cv_dlopen_self_static+set}" = set; then 32.25112 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.25113 ++else 32.25114 ++ if test "$cross_compiling" = yes; then : 32.25115 ++ lt_cv_dlopen_self_static=cross 32.25116 ++else 32.25117 ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 32.25118 ++ lt_status=$lt_dlunknown 32.25119 ++ cat > conftest.$ac_ext <<EOF 32.25120 ++#line 12522 "configure" 32.25121 ++#include "confdefs.h" 32.25122 ++ 32.25123 ++#if HAVE_DLFCN_H 32.25124 ++#include <dlfcn.h> 32.25125 ++#endif 32.25126 ++ 32.25127 ++#include <stdio.h> 32.25128 ++ 32.25129 ++#ifdef RTLD_GLOBAL 32.25130 ++# define LT_DLGLOBAL RTLD_GLOBAL 32.25131 ++#else 32.25132 ++# ifdef DL_GLOBAL 32.25133 ++# define LT_DLGLOBAL DL_GLOBAL 32.25134 ++# else 32.25135 ++# define LT_DLGLOBAL 0 32.25136 ++# endif 32.25137 ++#endif 32.25138 ++ 32.25139 ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 32.25140 ++ find out it does not work in some platform. */ 32.25141 ++#ifndef LT_DLLAZY_OR_NOW 32.25142 ++# ifdef RTLD_LAZY 32.25143 ++# define LT_DLLAZY_OR_NOW RTLD_LAZY 32.25144 ++# else 32.25145 ++# ifdef DL_LAZY 32.25146 ++# define LT_DLLAZY_OR_NOW DL_LAZY 32.25147 ++# else 32.25148 ++# ifdef RTLD_NOW 32.25149 ++# define LT_DLLAZY_OR_NOW RTLD_NOW 32.25150 ++# else 32.25151 ++# ifdef DL_NOW 32.25152 ++# define LT_DLLAZY_OR_NOW DL_NOW 32.25153 ++# else 32.25154 ++# define LT_DLLAZY_OR_NOW 0 32.25155 ++# endif 32.25156 ++# endif 32.25157 ++# endif 32.25158 ++# endif 32.25159 ++#endif 32.25160 ++ 32.25161 ++#ifdef __cplusplus 32.25162 ++extern "C" void exit (int); 32.25163 ++#endif 32.25164 ++ 32.25165 ++void fnord() { int i=42;} 32.25166 ++int main () 32.25167 ++{ 32.25168 ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 32.25169 ++ int status = $lt_dlunknown; 32.25170 ++ 32.25171 ++ if (self) 32.25172 ++ { 32.25173 ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 32.25174 ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 32.25175 ++ /* dlclose (self); */ 32.25176 ++ } 32.25177 ++ 32.25178 ++ exit (status); 32.25179 ++} 32.25180 ++EOF 32.25181 ++ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.25182 ++ (eval $ac_link) 2>&5 32.25183 ++ ac_status=$? 32.25184 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.25185 ++ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 32.25186 ++ (./conftest; exit; ) 2>/dev/null 32.25187 ++ lt_status=$? 32.25188 ++ case x$lt_status in 32.25189 ++ x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 32.25190 ++ x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 32.25191 ++ x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; 32.25192 ++ esac 32.25193 ++ else : 32.25194 ++ # compilation failed 32.25195 ++ lt_cv_dlopen_self_static=no 32.25196 ++ fi 32.25197 ++fi 32.25198 ++rm -fr conftest* 32.25199 ++ 32.25200 ++ 32.25201 ++fi 32.25202 ++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 32.25203 ++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 32.25204 ++ fi 32.25205 ++ 32.25206 ++ CPPFLAGS="$save_CPPFLAGS" 32.25207 ++ LDFLAGS="$save_LDFLAGS" 32.25208 ++ LIBS="$save_LIBS" 32.25209 ++ ;; 32.25210 ++ esac 32.25211 ++ 32.25212 ++ case $lt_cv_dlopen_self in 32.25213 ++ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; 32.25214 ++ *) enable_dlopen_self=unknown ;; 32.25215 ++ esac 32.25216 ++ 32.25217 ++ case $lt_cv_dlopen_self_static in 32.25218 ++ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; 32.25219 ++ *) enable_dlopen_self_static=unknown ;; 32.25220 ++ esac 32.25221 ++fi 32.25222 ++ 32.25223 ++ 32.25224 ++# The else clause should only fire when bootstrapping the 32.25225 ++# libtool distribution, otherwise you forgot to ship ltmain.sh 32.25226 ++# with your package, and you will get complaints that there are 32.25227 ++# no rules to generate ltmain.sh. 32.25228 ++if test -f "$ltmain"; then 32.25229 ++ # See if we are running on zsh, and set the options which allow our commands through 32.25230 ++ # without removal of \ escapes. 32.25231 ++ if test -n "${ZSH_VERSION+set}" ; then 32.25232 ++ setopt NO_GLOB_SUBST 32.25233 ++ fi 32.25234 ++ # Now quote all the things that may contain metacharacters while being 32.25235 ++ # careful not to overquote the AC_SUBSTed values. We take copies of the 32.25236 ++ # variables and quote the copies for generation of the libtool script. 32.25237 ++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 32.25238 ++ SED SHELL STRIP \ 32.25239 ++ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 32.25240 ++ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 32.25241 ++ deplibs_check_method reload_flag reload_cmds need_locks \ 32.25242 ++ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 32.25243 ++ lt_cv_sys_global_symbol_to_c_name_address \ 32.25244 ++ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 32.25245 ++ old_postinstall_cmds old_postuninstall_cmds \ 32.25246 ++ compiler_CXX \ 32.25247 ++ CC_CXX \ 32.25248 ++ LD_CXX \ 32.25249 ++ lt_prog_compiler_wl_CXX \ 32.25250 ++ lt_prog_compiler_pic_CXX \ 32.25251 ++ lt_prog_compiler_static_CXX \ 32.25252 ++ lt_prog_compiler_no_builtin_flag_CXX \ 32.25253 ++ export_dynamic_flag_spec_CXX \ 32.25254 ++ thread_safe_flag_spec_CXX \ 32.25255 ++ whole_archive_flag_spec_CXX \ 32.25256 ++ enable_shared_with_static_runtimes_CXX \ 32.25257 ++ old_archive_cmds_CXX \ 32.25258 ++ old_archive_from_new_cmds_CXX \ 32.25259 ++ predep_objects_CXX \ 32.25260 ++ postdep_objects_CXX \ 32.25261 ++ predeps_CXX \ 32.25262 ++ postdeps_CXX \ 32.25263 ++ compiler_lib_search_path_CXX \ 32.25264 ++ archive_cmds_CXX \ 32.25265 ++ archive_expsym_cmds_CXX \ 32.25266 ++ postinstall_cmds_CXX \ 32.25267 ++ postuninstall_cmds_CXX \ 32.25268 ++ old_archive_from_expsyms_cmds_CXX \ 32.25269 ++ allow_undefined_flag_CXX \ 32.25270 ++ no_undefined_flag_CXX \ 32.25271 ++ export_symbols_cmds_CXX \ 32.25272 ++ hardcode_libdir_flag_spec_CXX \ 32.25273 ++ hardcode_libdir_flag_spec_ld_CXX \ 32.25274 ++ hardcode_libdir_separator_CXX \ 32.25275 ++ hardcode_automatic_CXX \ 32.25276 ++ module_cmds_CXX \ 32.25277 ++ module_expsym_cmds_CXX \ 32.25278 ++ lt_cv_prog_compiler_c_o_CXX \ 32.25279 ++ exclude_expsyms_CXX \ 32.25280 ++ include_expsyms_CXX; do 32.25281 ++ 32.25282 ++ case $var in 32.25283 ++ old_archive_cmds_CXX | \ 32.25284 ++ old_archive_from_new_cmds_CXX | \ 32.25285 ++ archive_cmds_CXX | \ 32.25286 ++ archive_expsym_cmds_CXX | \ 32.25287 ++ module_cmds_CXX | \ 32.25288 ++ module_expsym_cmds_CXX | \ 32.25289 ++ old_archive_from_expsyms_cmds_CXX | \ 32.25290 ++ export_symbols_cmds_CXX | \ 32.25291 ++ extract_expsyms_cmds | reload_cmds | finish_cmds | \ 32.25292 ++ postinstall_cmds | postuninstall_cmds | \ 32.25293 ++ old_postinstall_cmds | old_postuninstall_cmds | \ 32.25294 ++ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 32.25295 ++ # Double-quote double-evaled strings. 32.25296 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 32.25297 ++ ;; 32.25298 ++ *) 32.25299 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 32.25300 ++ ;; 32.25301 ++ esac 32.25302 ++ done 32.25303 ++ 32.25304 ++ case $lt_echo in 32.25305 ++ *'\$0 --fallback-echo"') 32.25306 ++ lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 32.25307 ++ ;; 32.25308 ++ esac 32.25309 ++ 32.25310 ++cfgfile="$ofile" 32.25311 ++ 32.25312 ++ cat <<__EOF__ >> "$cfgfile" 32.25313 ++# ### BEGIN LIBTOOL TAG CONFIG: $tagname 32.25314 ++ 32.25315 ++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 32.25316 ++ 32.25317 ++# Shell to use when invoking shell scripts. 32.25318 ++SHELL=$lt_SHELL 32.25319 ++ 32.25320 ++# Whether or not to build shared libraries. 32.25321 ++build_libtool_libs=$enable_shared 32.25322 ++ 32.25323 ++# Whether or not to build static libraries. 32.25324 ++build_old_libs=$enable_static 32.25325 ++ 32.25326 ++# Whether or not to add -lc for building shared libraries. 32.25327 ++build_libtool_need_lc=$archive_cmds_need_lc_CXX 32.25328 ++ 32.25329 ++# Whether or not to disallow shared libs when runtime libs are static 32.25330 ++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX 32.25331 ++ 32.25332 ++# Whether or not to optimize for fast installation. 32.25333 ++fast_install=$enable_fast_install 32.25334 ++ 32.25335 ++# The host system. 32.25336 ++host_alias=$host_alias 32.25337 ++host=$host 32.25338 ++ 32.25339 ++# An echo program that does not interpret backslashes. 32.25340 ++echo=$lt_echo 32.25341 ++ 32.25342 ++# The archiver. 32.25343 ++AR=$lt_AR 32.25344 ++AR_FLAGS=$lt_AR_FLAGS 32.25345 ++ 32.25346 ++# A C compiler. 32.25347 ++LTCC=$lt_LTCC 32.25348 ++ 32.25349 ++# A language-specific compiler. 32.25350 ++CC=$lt_compiler_CXX 32.25351 ++ 32.25352 ++# Is the compiler the GNU C compiler? 32.25353 ++with_gcc=$GCC_CXX 32.25354 ++ 32.25355 ++# An ERE matcher. 32.25356 ++EGREP=$lt_EGREP 32.25357 ++ 32.25358 ++# The linker used to build libraries. 32.25359 ++LD=$lt_LD_CXX 32.25360 ++ 32.25361 ++# Whether we need hard or soft links. 32.25362 ++LN_S=$lt_LN_S 32.25363 ++ 32.25364 ++# A BSD-compatible nm program. 32.25365 ++NM=$lt_NM 32.25366 ++ 32.25367 ++# A symbol stripping program 32.25368 ++STRIP=$lt_STRIP 32.25369 ++ 32.25370 ++# Used to examine libraries when file_magic_cmd begins "file" 32.25371 ++MAGIC_CMD=$MAGIC_CMD 32.25372 ++ 32.25373 ++# Used on cygwin: DLL creation program. 32.25374 ++DLLTOOL="$DLLTOOL" 32.25375 ++ 32.25376 ++# Used on cygwin: object dumper. 32.25377 ++OBJDUMP="$OBJDUMP" 32.25378 ++ 32.25379 ++# Used on cygwin: assembler. 32.25380 ++AS="$AS" 32.25381 ++ 32.25382 ++# The name of the directory that contains temporary libtool files. 32.25383 ++objdir=$objdir 32.25384 ++ 32.25385 ++# How to create reloadable object files. 32.25386 ++reload_flag=$lt_reload_flag 32.25387 ++reload_cmds=$lt_reload_cmds 32.25388 ++ 32.25389 ++# How to pass a linker flag through the compiler. 32.25390 ++wl=$lt_lt_prog_compiler_wl_CXX 32.25391 ++ 32.25392 ++# Object file suffix (normally "o"). 32.25393 ++objext="$ac_objext" 32.25394 ++ 32.25395 ++# Old archive suffix (normally "a"). 32.25396 ++libext="$libext" 32.25397 ++ 32.25398 ++# Shared library suffix (normally ".so"). 32.25399 ++shrext='$shrext' 32.25400 ++ 32.25401 ++# Executable file suffix (normally ""). 32.25402 ++exeext="$exeext" 32.25403 ++ 32.25404 ++# Additional compiler flags for building library objects. 32.25405 ++pic_flag=$lt_lt_prog_compiler_pic_CXX 32.25406 ++pic_mode=$pic_mode 32.25407 ++ 32.25408 ++# What is the maximum length of a command? 32.25409 ++max_cmd_len=$lt_cv_sys_max_cmd_len 32.25410 ++ 32.25411 ++# Does compiler simultaneously support -c and -o options? 32.25412 ++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX 32.25413 ++ 32.25414 ++# Must we lock files when doing compilation ? 32.25415 ++need_locks=$lt_need_locks 32.25416 ++ 32.25417 ++# Do we need the lib prefix for modules? 32.25418 ++need_lib_prefix=$need_lib_prefix 32.25419 ++ 32.25420 ++# Do we need a version for libraries? 32.25421 ++need_version=$need_version 32.25422 ++ 32.25423 ++# Whether dlopen is supported. 32.25424 ++dlopen_support=$enable_dlopen 32.25425 ++ 32.25426 ++# Whether dlopen of programs is supported. 32.25427 ++dlopen_self=$enable_dlopen_self 32.25428 ++ 32.25429 ++# Whether dlopen of statically linked programs is supported. 32.25430 ++dlopen_self_static=$enable_dlopen_self_static 32.25431 ++ 32.25432 ++# Compiler flag to prevent dynamic linking. 32.25433 ++link_static_flag=$lt_lt_prog_compiler_static_CXX 32.25434 ++ 32.25435 ++# Compiler flag to turn off builtin functions. 32.25436 ++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX 32.25437 ++ 32.25438 ++# Compiler flag to allow reflexive dlopens. 32.25439 ++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX 32.25440 ++ 32.25441 ++# Compiler flag to generate shared objects directly from archives. 32.25442 ++whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX 32.25443 ++ 32.25444 ++# Compiler flag to generate thread-safe objects. 32.25445 ++thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX 32.25446 ++ 32.25447 ++# Library versioning type. 32.25448 ++version_type=$version_type 32.25449 ++ 32.25450 ++# Format of library name prefix. 32.25451 ++libname_spec=$lt_libname_spec 32.25452 ++ 32.25453 ++# List of archive names. First name is the real one, the rest are links. 32.25454 ++# The last name is the one that the linker finds with -lNAME. 32.25455 ++library_names_spec=$lt_library_names_spec 32.25456 ++ 32.25457 ++# The coded name of the library, if different from the real name. 32.25458 ++soname_spec=$lt_soname_spec 32.25459 ++ 32.25460 ++# Commands used to build and install an old-style archive. 32.25461 ++RANLIB=$lt_RANLIB 32.25462 ++old_archive_cmds=$lt_old_archive_cmds_CXX 32.25463 ++old_postinstall_cmds=$lt_old_postinstall_cmds 32.25464 ++old_postuninstall_cmds=$lt_old_postuninstall_cmds 32.25465 ++ 32.25466 ++# Create an old-style archive from a shared archive. 32.25467 ++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX 32.25468 ++ 32.25469 ++# Create a temporary old-style archive to link instead of a shared archive. 32.25470 ++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX 32.25471 ++ 32.25472 ++# Commands used to build and install a shared archive. 32.25473 ++archive_cmds=$lt_archive_cmds_CXX 32.25474 ++archive_expsym_cmds=$lt_archive_expsym_cmds_CXX 32.25475 ++postinstall_cmds=$lt_postinstall_cmds 32.25476 ++postuninstall_cmds=$lt_postuninstall_cmds 32.25477 ++ 32.25478 ++# Commands used to build a loadable module (assumed same as above if empty) 32.25479 ++module_cmds=$lt_module_cmds_CXX 32.25480 ++module_expsym_cmds=$lt_module_expsym_cmds_CXX 32.25481 ++ 32.25482 ++# Commands to strip libraries. 32.25483 ++old_striplib=$lt_old_striplib 32.25484 ++striplib=$lt_striplib 32.25485 ++ 32.25486 ++# Dependencies to place before the objects being linked to create a 32.25487 ++# shared library. 32.25488 ++predep_objects=$lt_predep_objects_CXX 32.25489 ++ 32.25490 ++# Dependencies to place after the objects being linked to create a 32.25491 ++# shared library. 32.25492 ++postdep_objects=$lt_postdep_objects_CXX 32.25493 ++ 32.25494 ++# Dependencies to place before the objects being linked to create a 32.25495 ++# shared library. 32.25496 ++predeps=$lt_predeps_CXX 32.25497 ++ 32.25498 ++# Dependencies to place after the objects being linked to create a 32.25499 ++# shared library. 32.25500 ++postdeps=$lt_postdeps_CXX 32.25501 ++ 32.25502 ++# The library search path used internally by the compiler when linking 32.25503 ++# a shared library. 32.25504 ++compiler_lib_search_path=$lt_compiler_lib_search_path_CXX 32.25505 ++ 32.25506 ++# Method to check whether dependent libraries are shared objects. 32.25507 ++deplibs_check_method=$lt_deplibs_check_method 32.25508 ++ 32.25509 ++# Command to use when deplibs_check_method == file_magic. 32.25510 ++file_magic_cmd=$lt_file_magic_cmd 32.25511 ++ 32.25512 ++# Flag that allows shared libraries with undefined symbols to be built. 32.25513 ++allow_undefined_flag=$lt_allow_undefined_flag_CXX 32.25514 ++ 32.25515 ++# Flag that forces no undefined symbols. 32.25516 ++no_undefined_flag=$lt_no_undefined_flag_CXX 32.25517 ++ 32.25518 ++# Commands used to finish a libtool library installation in a directory. 32.25519 ++finish_cmds=$lt_finish_cmds 32.25520 ++ 32.25521 ++# Same as above, but a single script fragment to be evaled but not shown. 32.25522 ++finish_eval=$lt_finish_eval 32.25523 ++ 32.25524 ++# Take the output of nm and produce a listing of raw symbols and C names. 32.25525 ++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 32.25526 ++ 32.25527 ++# Transform the output of nm in a proper C declaration 32.25528 ++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 32.25529 ++ 32.25530 ++# Transform the output of nm in a C name address pair 32.25531 ++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 32.25532 ++ 32.25533 ++# This is the shared library runtime path variable. 32.25534 ++runpath_var=$runpath_var 32.25535 ++ 32.25536 ++# This is the shared library path variable. 32.25537 ++shlibpath_var=$shlibpath_var 32.25538 ++ 32.25539 ++# Is shlibpath searched before the hard-coded library search path? 32.25540 ++shlibpath_overrides_runpath=$shlibpath_overrides_runpath 32.25541 ++ 32.25542 ++# How to hardcode a shared library path into an executable. 32.25543 ++hardcode_action=$hardcode_action_CXX 32.25544 ++ 32.25545 ++# Whether we should hardcode library paths into libraries. 32.25546 ++hardcode_into_libs=$hardcode_into_libs 32.25547 ++ 32.25548 ++# Flag to hardcode \$libdir into a binary during linking. 32.25549 ++# This must work even if \$libdir does not exist. 32.25550 ++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX 32.25551 ++ 32.25552 ++# If ld is used when linking, flag to hardcode \$libdir into 32.25553 ++# a binary during linking. This must work even if \$libdir does 32.25554 ++# not exist. 32.25555 ++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX 32.25556 ++ 32.25557 ++# Whether we need a single -rpath flag with a separated argument. 32.25558 ++hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX 32.25559 ++ 32.25560 ++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 32.25561 ++# resulting binary. 32.25562 ++hardcode_direct=$hardcode_direct_CXX 32.25563 ++ 32.25564 ++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 32.25565 ++# resulting binary. 32.25566 ++hardcode_minus_L=$hardcode_minus_L_CXX 32.25567 ++ 32.25568 ++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 32.25569 ++# the resulting binary. 32.25570 ++hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX 32.25571 ++ 32.25572 ++# Set to yes if building a shared library automatically hardcodes DIR into the library 32.25573 ++# and all subsequent libraries and executables linked against it. 32.25574 ++hardcode_automatic=$hardcode_automatic_CXX 32.25575 ++ 32.25576 ++# Variables whose values should be saved in libtool wrapper scripts and 32.25577 ++# restored at relink time. 32.25578 ++variables_saved_for_relink="$variables_saved_for_relink" 32.25579 ++ 32.25580 ++# Whether libtool must link a program against all its dependency libraries. 32.25581 ++link_all_deplibs=$link_all_deplibs_CXX 32.25582 ++ 32.25583 ++# Compile-time system search path for libraries 32.25584 ++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 32.25585 ++ 32.25586 ++# Run-time system search path for libraries 32.25587 ++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 32.25588 ++ 32.25589 ++# Fix the shell variable \$srcfile for the compiler. 32.25590 ++fix_srcfile_path="$fix_srcfile_path_CXX" 32.25591 ++ 32.25592 ++# Set to yes if exported symbols are required. 32.25593 ++always_export_symbols=$always_export_symbols_CXX 32.25594 ++ 32.25595 ++# The commands to list exported symbols. 32.25596 ++export_symbols_cmds=$lt_export_symbols_cmds_CXX 32.25597 ++ 32.25598 ++# The commands to extract the exported symbol list from a shared archive. 32.25599 ++extract_expsyms_cmds=$lt_extract_expsyms_cmds 32.25600 ++ 32.25601 ++# Symbols that should not be listed in the preloaded symbols. 32.25602 ++exclude_expsyms=$lt_exclude_expsyms_CXX 32.25603 ++ 32.25604 ++# Symbols that must always be exported. 32.25605 ++include_expsyms=$lt_include_expsyms_CXX 32.25606 ++ 32.25607 ++# ### END LIBTOOL TAG CONFIG: $tagname 32.25608 ++ 32.25609 ++__EOF__ 32.25610 ++ 32.25611 ++ 32.25612 ++else 32.25613 ++ # If there is no Makefile yet, we rely on a make rule to execute 32.25614 ++ # `config.status --recheck' to rerun these tests and create the 32.25615 ++ # libtool script then. 32.25616 ++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 32.25617 ++ if test -f "$ltmain_in"; then 32.25618 ++ test -f Makefile && make "$ltmain" 32.25619 ++ fi 32.25620 ++fi 32.25621 ++ 32.25622 ++ 32.25623 ++ac_ext=c 32.25624 ++ac_cpp='$CPP $CPPFLAGS' 32.25625 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.25626 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.25627 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.25628 ++ 32.25629 ++CC=$lt_save_CC 32.25630 ++LDCXX=$LD 32.25631 ++LD=$lt_save_LD 32.25632 ++GCC=$lt_save_GCC 32.25633 ++with_gnu_ldcxx=$with_gnu_ld 32.25634 ++with_gnu_ld=$lt_save_with_gnu_ld 32.25635 ++lt_cv_path_LDCXX=$lt_cv_path_LD 32.25636 ++lt_cv_path_LD=$lt_save_path_LD 32.25637 ++lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld 32.25638 ++lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld 32.25639 ++ 32.25640 ++ else 32.25641 ++ tagname="" 32.25642 ++ fi 32.25643 ++ ;; 32.25644 ++ 32.25645 ++ F77) 32.25646 ++ if test -n "$F77" && test "X$F77" != "Xno"; then 32.25647 ++ 32.25648 ++ac_ext=f 32.25649 ++ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 32.25650 ++ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.25651 ++ac_compiler_gnu=$ac_cv_f77_compiler_gnu 32.25652 ++ 32.25653 ++ 32.25654 ++archive_cmds_need_lc_F77=no 32.25655 ++allow_undefined_flag_F77= 32.25656 ++always_export_symbols_F77=no 32.25657 ++archive_expsym_cmds_F77= 32.25658 ++export_dynamic_flag_spec_F77= 32.25659 ++hardcode_direct_F77=no 32.25660 ++hardcode_libdir_flag_spec_F77= 32.25661 ++hardcode_libdir_flag_spec_ld_F77= 32.25662 ++hardcode_libdir_separator_F77= 32.25663 ++hardcode_minus_L_F77=no 32.25664 ++hardcode_automatic_F77=no 32.25665 ++module_cmds_F77= 32.25666 ++module_expsym_cmds_F77= 32.25667 ++link_all_deplibs_F77=unknown 32.25668 ++old_archive_cmds_F77=$old_archive_cmds 32.25669 ++no_undefined_flag_F77= 32.25670 ++whole_archive_flag_spec_F77= 32.25671 ++enable_shared_with_static_runtimes_F77=no 32.25672 ++ 32.25673 ++# Source file extension for f77 test sources. 32.25674 ++ac_ext=f 32.25675 ++ 32.25676 ++# Object file extension for compiled f77 test sources. 32.25677 ++objext=o 32.25678 ++objext_F77=$objext 32.25679 ++ 32.25680 ++# Code to be used in simple compile tests 32.25681 ++lt_simple_compile_test_code=" subroutine t\n return\n end\n" 32.25682 ++ 32.25683 ++# Code to be used in simple link tests 32.25684 ++lt_simple_link_test_code=" program t\n end\n" 32.25685 ++ 32.25686 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.25687 ++ 32.25688 ++# If no C compiler was specified, use CC. 32.25689 ++LTCC=${LTCC-"$CC"} 32.25690 ++ 32.25691 ++# Allow CC to be a program name with arguments. 32.25692 ++compiler=$CC 32.25693 ++ 32.25694 ++ 32.25695 ++# Allow CC to be a program name with arguments. 32.25696 ++lt_save_CC="$CC" 32.25697 ++CC=${F77-"f77"} 32.25698 ++compiler=$CC 32.25699 ++compiler_F77=$CC 32.25700 ++cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` 32.25701 ++ 32.25702 ++echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 32.25703 ++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 32.25704 ++echo "$as_me:$LINENO: result: $can_build_shared" >&5 32.25705 ++echo "${ECHO_T}$can_build_shared" >&6 32.25706 ++ 32.25707 ++echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 32.25708 ++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 32.25709 ++test "$can_build_shared" = "no" && enable_shared=no 32.25710 ++ 32.25711 ++# On AIX, shared libraries and static libraries use the same namespace, and 32.25712 ++# are all built from PIC. 32.25713 ++case "$host_os" in 32.25714 ++aix3*) 32.25715 ++ test "$enable_shared" = yes && enable_static=no 32.25716 ++ if test -n "$RANLIB"; then 32.25717 ++ archive_cmds="$archive_cmds~\$RANLIB \$lib" 32.25718 ++ postinstall_cmds='$RANLIB $lib' 32.25719 ++ fi 32.25720 ++ ;; 32.25721 ++aix4*) 32.25722 ++ test "$enable_shared" = yes && enable_static=no 32.25723 ++ ;; 32.25724 ++esac 32.25725 ++echo "$as_me:$LINENO: result: $enable_shared" >&5 32.25726 ++echo "${ECHO_T}$enable_shared" >&6 32.25727 ++ 32.25728 ++echo "$as_me:$LINENO: checking whether to build static libraries" >&5 32.25729 ++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 32.25730 ++# Make sure either enable_shared or enable_static is yes. 32.25731 ++test "$enable_shared" = yes || enable_static=yes 32.25732 ++echo "$as_me:$LINENO: result: $enable_static" >&5 32.25733 ++echo "${ECHO_T}$enable_static" >&6 32.25734 ++ 32.25735 ++test "$ld_shlibs_F77" = no && can_build_shared=no 32.25736 ++ 32.25737 ++GCC_F77="$G77" 32.25738 ++LD_F77="$LD" 32.25739 ++ 32.25740 ++lt_prog_compiler_wl_F77= 32.25741 ++lt_prog_compiler_pic_F77= 32.25742 ++lt_prog_compiler_static_F77= 32.25743 ++ 32.25744 ++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 32.25745 ++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 32.25746 ++ 32.25747 ++ if test "$GCC" = yes; then 32.25748 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25749 ++ lt_prog_compiler_static_F77='-static' 32.25750 ++ 32.25751 ++ case $host_os in 32.25752 ++ aix*) 32.25753 ++ # All AIX code is PIC. 32.25754 ++ if test "$host_cpu" = ia64; then 32.25755 ++ # AIX 5 now supports IA64 processor 32.25756 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25757 ++ fi 32.25758 ++ ;; 32.25759 ++ 32.25760 ++ amigaos*) 32.25761 ++ # FIXME: we need at least 68020 code to build shared libraries, but 32.25762 ++ # adding the `-m68020' flag to GCC prevents building anything better, 32.25763 ++ # like `-m68040'. 32.25764 ++ lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' 32.25765 ++ ;; 32.25766 ++ 32.25767 ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 32.25768 ++ # PIC is the default for these OSes. 32.25769 ++ ;; 32.25770 ++ 32.25771 ++ mingw* | pw32* | os2*) 32.25772 ++ # This hack is so that the source file can tell whether it is being 32.25773 ++ # built for inclusion in a dll (and should export symbols for example). 32.25774 ++ lt_prog_compiler_pic_F77='-DDLL_EXPORT' 32.25775 ++ ;; 32.25776 ++ 32.25777 ++ darwin* | rhapsody*) 32.25778 ++ # PIC is the default on this platform 32.25779 ++ # Common symbols not allowed in MH_DYLIB files 32.25780 ++ lt_prog_compiler_pic_F77='-fno-common' 32.25781 ++ ;; 32.25782 ++ 32.25783 ++ msdosdjgpp*) 32.25784 ++ # Just because we use GCC doesn't mean we suddenly get shared libraries 32.25785 ++ # on systems that don't support them. 32.25786 ++ lt_prog_compiler_can_build_shared_F77=no 32.25787 ++ enable_shared=no 32.25788 ++ ;; 32.25789 ++ 32.25790 ++ sysv4*MP*) 32.25791 ++ if test -d /usr/nec; then 32.25792 ++ lt_prog_compiler_pic_F77=-Kconform_pic 32.25793 ++ fi 32.25794 ++ ;; 32.25795 ++ 32.25796 ++ hpux*) 32.25797 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.25798 ++ # not for PA HP-UX. 32.25799 ++ case "$host_cpu" in 32.25800 ++ hppa*64*|ia64*) 32.25801 ++ # +Z the default 32.25802 ++ ;; 32.25803 ++ *) 32.25804 ++ lt_prog_compiler_pic_F77='-fPIC' 32.25805 ++ ;; 32.25806 ++ esac 32.25807 ++ ;; 32.25808 ++ 32.25809 ++ *) 32.25810 ++ lt_prog_compiler_pic_F77='-fPIC' 32.25811 ++ ;; 32.25812 ++ esac 32.25813 ++ else 32.25814 ++ # PORTME Check for flag to pass linker flags through the system compiler. 32.25815 ++ case $host_os in 32.25816 ++ aix*) 32.25817 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25818 ++ if test "$host_cpu" = ia64; then 32.25819 ++ # AIX 5 now supports IA64 processor 32.25820 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25821 ++ else 32.25822 ++ lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' 32.25823 ++ fi 32.25824 ++ ;; 32.25825 ++ 32.25826 ++ mingw* | pw32* | os2*) 32.25827 ++ # This hack is so that the source file can tell whether it is being 32.25828 ++ # built for inclusion in a dll (and should export symbols for example). 32.25829 ++ lt_prog_compiler_pic_F77='-DDLL_EXPORT' 32.25830 ++ ;; 32.25831 ++ 32.25832 ++ hpux9* | hpux10* | hpux11*) 32.25833 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25834 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.25835 ++ # not for PA HP-UX. 32.25836 ++ case "$host_cpu" in 32.25837 ++ hppa*64*|ia64*) 32.25838 ++ # +Z the default 32.25839 ++ ;; 32.25840 ++ *) 32.25841 ++ lt_prog_compiler_pic_F77='+Z' 32.25842 ++ ;; 32.25843 ++ esac 32.25844 ++ # Is there a better lt_prog_compiler_static that works with the bundled CC? 32.25845 ++ lt_prog_compiler_static_F77='${wl}-a ${wl}archive' 32.25846 ++ ;; 32.25847 ++ 32.25848 ++ irix5* | irix6* | nonstopux*) 32.25849 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25850 ++ # PIC (with -KPIC) is the default. 32.25851 ++ lt_prog_compiler_static_F77='-non_shared' 32.25852 ++ ;; 32.25853 ++ 32.25854 ++ newsos6) 32.25855 ++ lt_prog_compiler_pic_F77='-KPIC' 32.25856 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25857 ++ ;; 32.25858 ++ 32.25859 ++ linux*) 32.25860 ++ case $CC in 32.25861 ++ icc* | ecc*) 32.25862 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25863 ++ lt_prog_compiler_pic_F77='-KPIC' 32.25864 ++ lt_prog_compiler_static_F77='-static' 32.25865 ++ ;; 32.25866 ++ ccc*) 32.25867 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25868 ++ # All Alpha code is PIC. 32.25869 ++ lt_prog_compiler_static_F77='-non_shared' 32.25870 ++ ;; 32.25871 ++ esac 32.25872 ++ ;; 32.25873 ++ 32.25874 ++ osf3* | osf4* | osf5*) 32.25875 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25876 ++ # All OSF/1 code is PIC. 32.25877 ++ lt_prog_compiler_static_F77='-non_shared' 32.25878 ++ ;; 32.25879 ++ 32.25880 ++ sco3.2v5*) 32.25881 ++ lt_prog_compiler_pic_F77='-Kpic' 32.25882 ++ lt_prog_compiler_static_F77='-dn' 32.25883 ++ ;; 32.25884 ++ 32.25885 ++ solaris*) 32.25886 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25887 ++ lt_prog_compiler_pic_F77='-KPIC' 32.25888 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25889 ++ ;; 32.25890 ++ 32.25891 ++ sunos4*) 32.25892 ++ lt_prog_compiler_wl_F77='-Qoption ld ' 32.25893 ++ lt_prog_compiler_pic_F77='-PIC' 32.25894 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25895 ++ ;; 32.25896 ++ 32.25897 ++ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.25898 ++ lt_prog_compiler_wl_F77='-Wl,' 32.25899 ++ lt_prog_compiler_pic_F77='-KPIC' 32.25900 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25901 ++ ;; 32.25902 ++ 32.25903 ++ sysv4*MP*) 32.25904 ++ if test -d /usr/nec ;then 32.25905 ++ lt_prog_compiler_pic_F77='-Kconform_pic' 32.25906 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25907 ++ fi 32.25908 ++ ;; 32.25909 ++ 32.25910 ++ uts4*) 32.25911 ++ lt_prog_compiler_pic_F77='-pic' 32.25912 ++ lt_prog_compiler_static_F77='-Bstatic' 32.25913 ++ ;; 32.25914 ++ 32.25915 ++ *) 32.25916 ++ lt_prog_compiler_can_build_shared_F77=no 32.25917 ++ ;; 32.25918 ++ esac 32.25919 ++ fi 32.25920 ++ 32.25921 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 32.25922 ++echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6 32.25923 ++ 32.25924 ++# 32.25925 ++# Check to make sure the PIC flag actually works. 32.25926 ++# 32.25927 ++if test -n "$lt_prog_compiler_pic_F77"; then 32.25928 ++ 32.25929 ++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 32.25930 ++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 32.25931 ++if test "${lt_prog_compiler_pic_works_F77+set}" = set; then 32.25932 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.25933 ++else 32.25934 ++ lt_prog_compiler_pic_works_F77=no 32.25935 ++ ac_outfile=conftest.$ac_objext 32.25936 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.25937 ++ lt_compiler_flag="$lt_prog_compiler_pic_F77" 32.25938 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.25939 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.25940 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.25941 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.25942 ++ # The option is referenced via a variable to avoid confusing sed. 32.25943 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.25944 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.25945 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.25946 ++ -e 's:$: $lt_compiler_flag:'` 32.25947 ++ (eval echo "\"\$as_me:13349: $lt_compile\"" >&5) 32.25948 ++ (eval "$lt_compile" 2>conftest.err) 32.25949 ++ ac_status=$? 32.25950 ++ cat conftest.err >&5 32.25951 ++ echo "$as_me:13353: \$? = $ac_status" >&5 32.25952 ++ if (exit $ac_status) && test -s "$ac_outfile"; then 32.25953 ++ # The compiler can only warn and ignore the option if not recognized 32.25954 ++ # So say no if there are warnings 32.25955 ++ if test ! -s conftest.err; then 32.25956 ++ lt_prog_compiler_pic_works_F77=yes 32.25957 ++ fi 32.25958 ++ fi 32.25959 ++ $rm conftest* 32.25960 ++ 32.25961 ++fi 32.25962 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 32.25963 ++echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6 32.25964 ++ 32.25965 ++if test x"$lt_prog_compiler_pic_works_F77" = xyes; then 32.25966 ++ case $lt_prog_compiler_pic_F77 in 32.25967 ++ "" | " "*) ;; 32.25968 ++ *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; 32.25969 ++ esac 32.25970 ++else 32.25971 ++ lt_prog_compiler_pic_F77= 32.25972 ++ lt_prog_compiler_can_build_shared_F77=no 32.25973 ++fi 32.25974 ++ 32.25975 ++fi 32.25976 ++case "$host_os" in 32.25977 ++ # For platforms which do not support PIC, -DPIC is meaningless: 32.25978 ++ *djgpp*) 32.25979 ++ lt_prog_compiler_pic_F77= 32.25980 ++ ;; 32.25981 ++ *) 32.25982 ++ lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" 32.25983 ++ ;; 32.25984 ++esac 32.25985 ++ 32.25986 ++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 32.25987 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 32.25988 ++if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then 32.25989 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.25990 ++else 32.25991 ++ lt_cv_prog_compiler_c_o_F77=no 32.25992 ++ $rm -r conftest 2>/dev/null 32.25993 ++ mkdir conftest 32.25994 ++ cd conftest 32.25995 ++ mkdir out 32.25996 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.25997 ++ 32.25998 ++ # According to Tom Tromey, Ian Lance Taylor reported there are C compilers 32.25999 ++ # that will create temporary files in the current directory regardless of 32.26000 ++ # the output directory. Thus, making CWD read-only will cause this test 32.26001 ++ # to fail, enabling locking or at least warning the user not to do parallel 32.26002 ++ # builds. 32.26003 ++ chmod -w . 32.26004 ++ 32.26005 ++ lt_compiler_flag="-o out/conftest2.$ac_objext" 32.26006 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.26007 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.26008 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.26009 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.26010 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.26011 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.26012 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.26013 ++ -e 's:$: $lt_compiler_flag:'` 32.26014 ++ (eval echo "\"\$as_me:13416: $lt_compile\"" >&5) 32.26015 ++ (eval "$lt_compile" 2>out/conftest.err) 32.26016 ++ ac_status=$? 32.26017 ++ cat out/conftest.err >&5 32.26018 ++ echo "$as_me:13420: \$? = $ac_status" >&5 32.26019 ++ if (exit $ac_status) && test -s out/conftest2.$ac_objext 32.26020 ++ then 32.26021 ++ # The compiler can only warn and ignore the option if not recognized 32.26022 ++ # So say no if there are warnings 32.26023 ++ if test ! -s out/conftest.err; then 32.26024 ++ lt_cv_prog_compiler_c_o_F77=yes 32.26025 ++ fi 32.26026 ++ fi 32.26027 ++ chmod u+w . 32.26028 ++ $rm conftest* 32.26029 ++ # SGI C++ compiler will create directory out/ii_files/ for 32.26030 ++ # template instantiation 32.26031 ++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 32.26032 ++ $rm out/* && rmdir out 32.26033 ++ cd .. 32.26034 ++ rmdir conftest 32.26035 ++ $rm conftest* 32.26036 ++ 32.26037 ++fi 32.26038 ++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 32.26039 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6 32.26040 ++ 32.26041 ++ 32.26042 ++hard_links="nottested" 32.26043 ++if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then 32.26044 ++ # do not overwrite the value of need_locks provided by the user 32.26045 ++ echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 32.26046 ++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 32.26047 ++ hard_links=yes 32.26048 ++ $rm conftest* 32.26049 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.26050 ++ touch conftest.a 32.26051 ++ ln conftest.a conftest.b 2>&5 || hard_links=no 32.26052 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.26053 ++ echo "$as_me:$LINENO: result: $hard_links" >&5 32.26054 ++echo "${ECHO_T}$hard_links" >&6 32.26055 ++ if test "$hard_links" = no; then 32.26056 ++ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 32.26057 ++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 32.26058 ++ need_locks=warn 32.26059 ++ fi 32.26060 ++else 32.26061 ++ need_locks=no 32.26062 ++fi 32.26063 ++ 32.26064 ++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 32.26065 ++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 32.26066 ++ 32.26067 ++ runpath_var= 32.26068 ++ allow_undefined_flag_F77= 32.26069 ++ enable_shared_with_static_runtimes_F77=no 32.26070 ++ archive_cmds_F77= 32.26071 ++ archive_expsym_cmds_F77= 32.26072 ++ old_archive_From_new_cmds_F77= 32.26073 ++ old_archive_from_expsyms_cmds_F77= 32.26074 ++ export_dynamic_flag_spec_F77= 32.26075 ++ whole_archive_flag_spec_F77= 32.26076 ++ thread_safe_flag_spec_F77= 32.26077 ++ hardcode_libdir_flag_spec_F77= 32.26078 ++ hardcode_libdir_flag_spec_ld_F77= 32.26079 ++ hardcode_libdir_separator_F77= 32.26080 ++ hardcode_direct_F77=no 32.26081 ++ hardcode_minus_L_F77=no 32.26082 ++ hardcode_shlibpath_var_F77=unsupported 32.26083 ++ link_all_deplibs_F77=unknown 32.26084 ++ hardcode_automatic_F77=no 32.26085 ++ module_cmds_F77= 32.26086 ++ module_expsym_cmds_F77= 32.26087 ++ always_export_symbols_F77=no 32.26088 ++ export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.26089 ++ # include_expsyms should be a list of space-separated symbols to be *always* 32.26090 ++ # included in the symbol list 32.26091 ++ include_expsyms_F77= 32.26092 ++ # exclude_expsyms can be an extended regexp of symbols to exclude 32.26093 ++ # it will be wrapped by ` (' and `)$', so one must not match beginning or 32.26094 ++ # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 32.26095 ++ # as well as any symbol that contains `d'. 32.26096 ++ exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" 32.26097 ++ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 32.26098 ++ # platforms (ab)use it in PIC code, but their linkers get confused if 32.26099 ++ # the symbol is explicitly referenced. Since portable code cannot 32.26100 ++ # rely on this symbol name, it's probably fine to never include it in 32.26101 ++ # preloaded symbol tables. 32.26102 ++ extract_expsyms_cmds= 32.26103 ++ 32.26104 ++ case $host_os in 32.26105 ++ cygwin* | mingw* | pw32*) 32.26106 ++ # FIXME: the MSVC++ port hasn't been tested in a loooong time 32.26107 ++ # When not using gcc, we currently assume that we are using 32.26108 ++ # Microsoft Visual C++. 32.26109 ++ if test "$GCC" != yes; then 32.26110 ++ with_gnu_ld=no 32.26111 ++ fi 32.26112 ++ ;; 32.26113 ++ openbsd*) 32.26114 ++ with_gnu_ld=no 32.26115 ++ ;; 32.26116 ++ esac 32.26117 ++ 32.26118 ++ ld_shlibs_F77=yes 32.26119 ++ if test "$with_gnu_ld" = yes; then 32.26120 ++ # If archive_cmds runs LD, not CC, wlarc should be empty 32.26121 ++ wlarc='${wl}' 32.26122 ++ 32.26123 ++ # See if GNU ld supports shared libraries. 32.26124 ++ case $host_os in 32.26125 ++ aix3* | aix4* | aix5*) 32.26126 ++ # On AIX/PPC, the GNU linker is very broken 32.26127 ++ if test "$host_cpu" != ia64; then 32.26128 ++ ld_shlibs_F77=no 32.26129 ++ cat <<EOF 1>&2 32.26130 ++ 32.26131 ++*** Warning: the GNU linker, at least up to release 2.9.1, is reported 32.26132 ++*** to be unable to reliably create shared libraries on AIX. 32.26133 ++*** Therefore, libtool is disabling shared libraries support. If you 32.26134 ++*** really care for shared libraries, you may want to modify your PATH 32.26135 ++*** so that a non-GNU linker is found, and then restart. 32.26136 ++ 32.26137 ++EOF 32.26138 ++ fi 32.26139 ++ ;; 32.26140 ++ 32.26141 ++ amigaos*) 32.26142 ++ archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.26143 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26144 ++ hardcode_minus_L_F77=yes 32.26145 ++ 32.26146 ++ # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports 32.26147 ++ # that the semantics of dynamic libraries on AmigaOS, at least up 32.26148 ++ # to version 4, is to share data among multiple programs linked 32.26149 ++ # with the same dynamic library. Since this doesn't match the 32.26150 ++ # behavior of shared libraries on other platforms, we can't use 32.26151 ++ # them. 32.26152 ++ ld_shlibs_F77=no 32.26153 ++ ;; 32.26154 ++ 32.26155 ++ beos*) 32.26156 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.26157 ++ allow_undefined_flag_F77=unsupported 32.26158 ++ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 32.26159 ++ # support --undefined. This deserves some investigation. FIXME 32.26160 ++ archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.26161 ++ else 32.26162 ++ ld_shlibs_F77=no 32.26163 ++ fi 32.26164 ++ ;; 32.26165 ++ 32.26166 ++ cygwin* | mingw* | pw32*) 32.26167 ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, 32.26168 ++ # as there is no search path for DLLs. 32.26169 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26170 ++ allow_undefined_flag_F77=unsupported 32.26171 ++ always_export_symbols_F77=no 32.26172 ++ enable_shared_with_static_runtimes_F77=yes 32.26173 ++ export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 32.26174 ++ 32.26175 ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 32.26176 ++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.26177 ++ # If the export-symbols file already is a .def file (1st line 32.26178 ++ # is EXPORTS), use it as is; otherwise, prepend... 32.26179 ++ archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 32.26180 ++ cp $export_symbols $output_objdir/$soname.def; 32.26181 ++ else 32.26182 ++ echo EXPORTS > $output_objdir/$soname.def; 32.26183 ++ cat $export_symbols >> $output_objdir/$soname.def; 32.26184 ++ fi~ 32.26185 ++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.26186 ++ else 32.26187 ++ ld_shlibs=no 32.26188 ++ fi 32.26189 ++ ;; 32.26190 ++ 32.26191 ++ netbsd*) 32.26192 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.26193 ++ archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 32.26194 ++ wlarc= 32.26195 ++ else 32.26196 ++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.26197 ++ archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.26198 ++ fi 32.26199 ++ ;; 32.26200 ++ 32.26201 ++ solaris* | sysv5*) 32.26202 ++ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 32.26203 ++ ld_shlibs_F77=no 32.26204 ++ cat <<EOF 1>&2 32.26205 ++ 32.26206 ++*** Warning: The releases 2.8.* of the GNU linker cannot reliably 32.26207 ++*** create shared libraries on Solaris systems. Therefore, libtool 32.26208 ++*** is disabling shared libraries support. We urge you to upgrade GNU 32.26209 ++*** binutils to release 2.9.1 or newer. Another option is to modify 32.26210 ++*** your PATH or compiler configuration so that the native linker is 32.26211 ++*** used, and then restart. 32.26212 ++ 32.26213 ++EOF 32.26214 ++ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.26215 ++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.26216 ++ archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.26217 ++ else 32.26218 ++ ld_shlibs_F77=no 32.26219 ++ fi 32.26220 ++ ;; 32.26221 ++ 32.26222 ++ sunos4*) 32.26223 ++ archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.26224 ++ wlarc= 32.26225 ++ hardcode_direct_F77=yes 32.26226 ++ hardcode_shlibpath_var_F77=no 32.26227 ++ ;; 32.26228 ++ 32.26229 ++ linux*) 32.26230 ++ if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 32.26231 ++ tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.26232 ++ archive_cmds_F77="$tmp_archive_cmds" 32.26233 ++ supports_anon_versioning=no 32.26234 ++ case `$LD -v 2>/dev/null` in 32.26235 ++ *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 32.26236 ++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 32.26237 ++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 32.26238 ++ *\ 2.11.*) ;; # other 2.11 versions 32.26239 ++ *) supports_anon_versioning=yes ;; 32.26240 ++ esac 32.26241 ++ if test $supports_anon_versioning = yes; then 32.26242 ++ archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ 32.26243 ++cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 32.26244 ++$echo "local: *; };" >> $output_objdir/$libname.ver~ 32.26245 ++ $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 32.26246 ++ else 32.26247 ++ archive_expsym_cmds_F77="$tmp_archive_cmds" 32.26248 ++ fi 32.26249 ++ else 32.26250 ++ ld_shlibs_F77=no 32.26251 ++ fi 32.26252 ++ ;; 32.26253 ++ 32.26254 ++ *) 32.26255 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.26256 ++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.26257 ++ archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.26258 ++ else 32.26259 ++ ld_shlibs_F77=no 32.26260 ++ fi 32.26261 ++ ;; 32.26262 ++ esac 32.26263 ++ 32.26264 ++ if test "$ld_shlibs_F77" = yes; then 32.26265 ++ runpath_var=LD_RUN_PATH 32.26266 ++ hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' 32.26267 ++ export_dynamic_flag_spec_F77='${wl}--export-dynamic' 32.26268 ++ # ancient GNU ld didn't support --whole-archive et. al. 32.26269 ++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 32.26270 ++ whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 32.26271 ++ else 32.26272 ++ whole_archive_flag_spec_F77= 32.26273 ++ fi 32.26274 ++ fi 32.26275 ++ else 32.26276 ++ # PORTME fill in a description of your system's linker (not GNU ld) 32.26277 ++ case $host_os in 32.26278 ++ aix3*) 32.26279 ++ allow_undefined_flag_F77=unsupported 32.26280 ++ always_export_symbols_F77=yes 32.26281 ++ archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' 32.26282 ++ # Note: this linker hardcodes the directories in LIBPATH if there 32.26283 ++ # are no directories specified by -L. 32.26284 ++ hardcode_minus_L_F77=yes 32.26285 ++ if test "$GCC" = yes && test -z "$link_static_flag"; then 32.26286 ++ # Neither direct hardcoding nor static linking is supported with a 32.26287 ++ # broken collect2. 32.26288 ++ hardcode_direct_F77=unsupported 32.26289 ++ fi 32.26290 ++ ;; 32.26291 ++ 32.26292 ++ aix4* | aix5*) 32.26293 ++ if test "$host_cpu" = ia64; then 32.26294 ++ # On IA64, the linker does run time linking by default, so we don't 32.26295 ++ # have to do anything special. 32.26296 ++ aix_use_runtimelinking=no 32.26297 ++ exp_sym_flag='-Bexport' 32.26298 ++ no_entry_flag="" 32.26299 ++ else 32.26300 ++ # If we're using GNU nm, then we don't want the "-C" option. 32.26301 ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm 32.26302 ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 32.26303 ++ export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.26304 ++ else 32.26305 ++ export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.26306 ++ fi 32.26307 ++ aix_use_runtimelinking=no 32.26308 ++ 32.26309 ++ # Test if we are trying to use run time linking or normal 32.26310 ++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we 32.26311 ++ # need to do runtime linking. 32.26312 ++ case $host_os in aix4.[23]|aix4.[23].*|aix5*) 32.26313 ++ for ld_flag in $LDFLAGS; do 32.26314 ++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 32.26315 ++ aix_use_runtimelinking=yes 32.26316 ++ break 32.26317 ++ fi 32.26318 ++ done 32.26319 ++ esac 32.26320 ++ 32.26321 ++ exp_sym_flag='-bexport' 32.26322 ++ no_entry_flag='-bnoentry' 32.26323 ++ fi 32.26324 ++ 32.26325 ++ # When large executables or shared objects are built, AIX ld can 32.26326 ++ # have problems creating the table of contents. If linking a library 32.26327 ++ # or program results in "error TOC overflow" add -mminimal-toc to 32.26328 ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 32.26329 ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 32.26330 ++ 32.26331 ++ archive_cmds_F77='' 32.26332 ++ hardcode_direct_F77=yes 32.26333 ++ hardcode_libdir_separator_F77=':' 32.26334 ++ link_all_deplibs_F77=yes 32.26335 ++ 32.26336 ++ if test "$GCC" = yes; then 32.26337 ++ case $host_os in aix4.012|aix4.012.*) 32.26338 ++ # We only want to do this on AIX 4.2 and lower, the check 32.26339 ++ # below for broken collect2 doesn't work under 4.3+ 32.26340 ++ collect2name=`${CC} -print-prog-name=collect2` 32.26341 ++ if test -f "$collect2name" && \ 32.26342 ++ strings "$collect2name" | grep resolve_lib_name >/dev/null 32.26343 ++ then 32.26344 ++ # We have reworked collect2 32.26345 ++ hardcode_direct_F77=yes 32.26346 ++ else 32.26347 ++ # We have old collect2 32.26348 ++ hardcode_direct_F77=unsupported 32.26349 ++ # It fails to find uninstalled libraries when the uninstalled 32.26350 ++ # path is not listed in the libpath. Setting hardcode_minus_L 32.26351 ++ # to unsupported forces relinking 32.26352 ++ hardcode_minus_L_F77=yes 32.26353 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26354 ++ hardcode_libdir_separator_F77= 32.26355 ++ fi 32.26356 ++ esac 32.26357 ++ shared_flag='-shared' 32.26358 ++ else 32.26359 ++ # not using gcc 32.26360 ++ if test "$host_cpu" = ia64; then 32.26361 ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 32.26362 ++ # chokes on -Wl,-G. The following line is correct: 32.26363 ++ shared_flag='-G' 32.26364 ++ else 32.26365 ++ if test "$aix_use_runtimelinking" = yes; then 32.26366 ++ shared_flag='${wl}-G' 32.26367 ++ else 32.26368 ++ shared_flag='${wl}-bM:SRE' 32.26369 ++ fi 32.26370 ++ fi 32.26371 ++ fi 32.26372 ++ 32.26373 ++ # It seems that -bexpall does not export symbols beginning with 32.26374 ++ # underscore (_), so it is better to generate a list of symbols to export. 32.26375 ++ always_export_symbols_F77=yes 32.26376 ++ if test "$aix_use_runtimelinking" = yes; then 32.26377 ++ # Warning - without using the other runtime loading flags (-brtl), 32.26378 ++ # -berok will link without error, but may produce a broken library. 32.26379 ++ allow_undefined_flag_F77='-berok' 32.26380 ++ # Determine the default libpath from the value encoded in an empty executable. 32.26381 ++ cat >conftest.$ac_ext <<_ACEOF 32.26382 ++ program main 32.26383 ++ 32.26384 ++ end 32.26385 ++_ACEOF 32.26386 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.26387 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.26388 ++ (eval $ac_link) 2>conftest.er1 32.26389 ++ ac_status=$? 32.26390 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.26391 ++ rm -f conftest.er1 32.26392 ++ cat conftest.err >&5 32.26393 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26394 ++ (exit $ac_status); } && 32.26395 ++ { ac_try='test -z "$ac_f77_werror_flag" 32.26396 ++ || test ! -s conftest.err' 32.26397 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.26398 ++ (eval $ac_try) 2>&5 32.26399 ++ ac_status=$? 32.26400 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26401 ++ (exit $ac_status); }; } && 32.26402 ++ { ac_try='test -s conftest$ac_exeext' 32.26403 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.26404 ++ (eval $ac_try) 2>&5 32.26405 ++ ac_status=$? 32.26406 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26407 ++ (exit $ac_status); }; }; then 32.26408 ++ 32.26409 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.26410 ++}'` 32.26411 ++# Check for a 64-bit object if we didn't find anything. 32.26412 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.26413 ++}'`; fi 32.26414 ++else 32.26415 ++ echo "$as_me: failed program was:" >&5 32.26416 ++sed 's/^/| /' conftest.$ac_ext >&5 32.26417 ++ 32.26418 ++fi 32.26419 ++rm -f conftest.err conftest.$ac_objext \ 32.26420 ++ conftest$ac_exeext conftest.$ac_ext 32.26421 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.26422 ++ 32.26423 ++ hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" 32.26424 ++ archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" 32.26425 ++ else 32.26426 ++ if test "$host_cpu" = ia64; then 32.26427 ++ hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' 32.26428 ++ allow_undefined_flag_F77="-z nodefs" 32.26429 ++ archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" 32.26430 ++ else 32.26431 ++ # Determine the default libpath from the value encoded in an empty executable. 32.26432 ++ cat >conftest.$ac_ext <<_ACEOF 32.26433 ++ program main 32.26434 ++ 32.26435 ++ end 32.26436 ++_ACEOF 32.26437 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.26438 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.26439 ++ (eval $ac_link) 2>conftest.er1 32.26440 ++ ac_status=$? 32.26441 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.26442 ++ rm -f conftest.er1 32.26443 ++ cat conftest.err >&5 32.26444 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26445 ++ (exit $ac_status); } && 32.26446 ++ { ac_try='test -z "$ac_f77_werror_flag" 32.26447 ++ || test ! -s conftest.err' 32.26448 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.26449 ++ (eval $ac_try) 2>&5 32.26450 ++ ac_status=$? 32.26451 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26452 ++ (exit $ac_status); }; } && 32.26453 ++ { ac_try='test -s conftest$ac_exeext' 32.26454 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.26455 ++ (eval $ac_try) 2>&5 32.26456 ++ ac_status=$? 32.26457 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26458 ++ (exit $ac_status); }; }; then 32.26459 ++ 32.26460 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.26461 ++}'` 32.26462 ++# Check for a 64-bit object if we didn't find anything. 32.26463 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.26464 ++}'`; fi 32.26465 ++else 32.26466 ++ echo "$as_me: failed program was:" >&5 32.26467 ++sed 's/^/| /' conftest.$ac_ext >&5 32.26468 ++ 32.26469 ++fi 32.26470 ++rm -f conftest.err conftest.$ac_objext \ 32.26471 ++ conftest$ac_exeext conftest.$ac_ext 32.26472 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.26473 ++ 32.26474 ++ hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" 32.26475 ++ # Warning - without using the other run time loading flags, 32.26476 ++ # -berok will link without error, but may produce a broken library. 32.26477 ++ no_undefined_flag_F77=' ${wl}-bernotok' 32.26478 ++ allow_undefined_flag_F77=' ${wl}-berok' 32.26479 ++ # -bexpall does not export symbols beginning with underscore (_) 32.26480 ++ always_export_symbols_F77=yes 32.26481 ++ # Exported symbols can be pulled into shared objects from archives 32.26482 ++ whole_archive_flag_spec_F77=' ' 32.26483 ++ archive_cmds_need_lc_F77=yes 32.26484 ++ # This is similar to how AIX traditionally builds it's shared libraries. 32.26485 ++ archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' 32.26486 ++ fi 32.26487 ++ fi 32.26488 ++ ;; 32.26489 ++ 32.26490 ++ amigaos*) 32.26491 ++ archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.26492 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26493 ++ hardcode_minus_L_F77=yes 32.26494 ++ # see comment about different semantics on the GNU ld section 32.26495 ++ ld_shlibs_F77=no 32.26496 ++ ;; 32.26497 ++ 32.26498 ++ bsdi4*) 32.26499 ++ export_dynamic_flag_spec_F77=-rdynamic 32.26500 ++ ;; 32.26501 ++ 32.26502 ++ cygwin* | mingw* | pw32*) 32.26503 ++ # When not using gcc, we currently assume that we are using 32.26504 ++ # Microsoft Visual C++. 32.26505 ++ # hardcode_libdir_flag_spec is actually meaningless, as there is 32.26506 ++ # no search path for DLLs. 32.26507 ++ hardcode_libdir_flag_spec_F77=' ' 32.26508 ++ allow_undefined_flag_F77=unsupported 32.26509 ++ # Tell ltmain to make .lib files, not .a files. 32.26510 ++ libext=lib 32.26511 ++ # Tell ltmain to make .dll files, not .so files. 32.26512 ++ shrext=".dll" 32.26513 ++ # FIXME: Setting linknames here is a bad hack. 32.26514 ++ archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 32.26515 ++ # The linker will automatically build a .lib file if we build a DLL. 32.26516 ++ old_archive_From_new_cmds_F77='true' 32.26517 ++ # FIXME: Should let the user specify the lib program. 32.26518 ++ old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' 32.26519 ++ fix_srcfile_path='`cygpath -w "$srcfile"`' 32.26520 ++ enable_shared_with_static_runtimes_F77=yes 32.26521 ++ ;; 32.26522 ++ 32.26523 ++ darwin* | rhapsody*) 32.26524 ++ if test "$GXX" = yes ; then 32.26525 ++ archive_cmds_need_lc_F77=no 32.26526 ++ case "$host_os" in 32.26527 ++ rhapsody* | darwin1.[012]) 32.26528 ++ allow_undefined_flag_F77='-undefined suppress' 32.26529 ++ ;; 32.26530 ++ *) # Darwin 1.3 on 32.26531 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.26532 ++ allow_undefined_flag_F77='-flat_namespace -undefined suppress' 32.26533 ++ else 32.26534 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.26535 ++ 10.[012]) 32.26536 ++ allow_undefined_flag_F77='-flat_namespace -undefined suppress' 32.26537 ++ ;; 32.26538 ++ 10.*) 32.26539 ++ allow_undefined_flag_F77='-undefined dynamic_lookup' 32.26540 ++ ;; 32.26541 ++ esac 32.26542 ++ fi 32.26543 ++ ;; 32.26544 ++ esac 32.26545 ++ lt_int_apple_cc_single_mod=no 32.26546 ++ output_verbose_link_cmd='echo' 32.26547 ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 32.26548 ++ lt_int_apple_cc_single_mod=yes 32.26549 ++ fi 32.26550 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.26551 ++ archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.26552 ++ else 32.26553 ++ archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.26554 ++ fi 32.26555 ++ module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.26556 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.26557 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.26558 ++ archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.26559 ++ else 32.26560 ++ archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.26561 ++ fi 32.26562 ++ module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.26563 ++ hardcode_direct_F77=no 32.26564 ++ hardcode_automatic_F77=yes 32.26565 ++ hardcode_shlibpath_var_F77=unsupported 32.26566 ++ whole_archive_flag_spec_F77='-all_load $convenience' 32.26567 ++ link_all_deplibs_F77=yes 32.26568 ++ else 32.26569 ++ ld_shlibs_F77=no 32.26570 ++ fi 32.26571 ++ ;; 32.26572 ++ 32.26573 ++ dgux*) 32.26574 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26575 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26576 ++ hardcode_shlibpath_var_F77=no 32.26577 ++ ;; 32.26578 ++ 32.26579 ++ freebsd1*) 32.26580 ++ ld_shlibs_F77=no 32.26581 ++ ;; 32.26582 ++ 32.26583 ++ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 32.26584 ++ # support. Future versions do this automatically, but an explicit c++rt0.o 32.26585 ++ # does not break anything, and helps significantly (at the cost of a little 32.26586 ++ # extra space). 32.26587 ++ freebsd2.2*) 32.26588 ++ archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 32.26589 ++ hardcode_libdir_flag_spec_F77='-R$libdir' 32.26590 ++ hardcode_direct_F77=yes 32.26591 ++ hardcode_shlibpath_var_F77=no 32.26592 ++ ;; 32.26593 ++ 32.26594 ++ # Unfortunately, older versions of FreeBSD 2 do not have this feature. 32.26595 ++ freebsd2*) 32.26596 ++ archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.26597 ++ hardcode_direct_F77=yes 32.26598 ++ hardcode_minus_L_F77=yes 32.26599 ++ hardcode_shlibpath_var_F77=no 32.26600 ++ ;; 32.26601 ++ 32.26602 ++ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 32.26603 ++ freebsd* | kfreebsd*-gnu) 32.26604 ++ archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 32.26605 ++ hardcode_libdir_flag_spec_F77='-R$libdir' 32.26606 ++ hardcode_direct_F77=yes 32.26607 ++ hardcode_shlibpath_var_F77=no 32.26608 ++ ;; 32.26609 ++ 32.26610 ++ hpux9*) 32.26611 ++ if test "$GCC" = yes; then 32.26612 ++ archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.26613 ++ else 32.26614 ++ archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.26615 ++ fi 32.26616 ++ hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' 32.26617 ++ hardcode_libdir_separator_F77=: 32.26618 ++ hardcode_direct_F77=yes 32.26619 ++ 32.26620 ++ # hardcode_minus_L: Not really in the search PATH, 32.26621 ++ # but as the default location of the library. 32.26622 ++ hardcode_minus_L_F77=yes 32.26623 ++ export_dynamic_flag_spec_F77='${wl}-E' 32.26624 ++ ;; 32.26625 ++ 32.26626 ++ hpux10* | hpux11*) 32.26627 ++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then 32.26628 ++ case "$host_cpu" in 32.26629 ++ hppa*64*|ia64*) 32.26630 ++ archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.26631 ++ ;; 32.26632 ++ *) 32.26633 ++ archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 32.26634 ++ ;; 32.26635 ++ esac 32.26636 ++ else 32.26637 ++ case "$host_cpu" in 32.26638 ++ hppa*64*|ia64*) 32.26639 ++ archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26640 ++ ;; 32.26641 ++ *) 32.26642 ++ archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 32.26643 ++ ;; 32.26644 ++ esac 32.26645 ++ fi 32.26646 ++ if test "$with_gnu_ld" = no; then 32.26647 ++ case "$host_cpu" in 32.26648 ++ hppa*64*) 32.26649 ++ hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' 32.26650 ++ hardcode_libdir_flag_spec_ld_F77='+b $libdir' 32.26651 ++ hardcode_libdir_separator_F77=: 32.26652 ++ hardcode_direct_F77=no 32.26653 ++ hardcode_shlibpath_var_F77=no 32.26654 ++ ;; 32.26655 ++ ia64*) 32.26656 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26657 ++ hardcode_direct_F77=no 32.26658 ++ hardcode_shlibpath_var_F77=no 32.26659 ++ 32.26660 ++ # hardcode_minus_L: Not really in the search PATH, 32.26661 ++ # but as the default location of the library. 32.26662 ++ hardcode_minus_L_F77=yes 32.26663 ++ ;; 32.26664 ++ *) 32.26665 ++ hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' 32.26666 ++ hardcode_libdir_separator_F77=: 32.26667 ++ hardcode_direct_F77=yes 32.26668 ++ export_dynamic_flag_spec_F77='${wl}-E' 32.26669 ++ 32.26670 ++ # hardcode_minus_L: Not really in the search PATH, 32.26671 ++ # but as the default location of the library. 32.26672 ++ hardcode_minus_L_F77=yes 32.26673 ++ ;; 32.26674 ++ esac 32.26675 ++ fi 32.26676 ++ ;; 32.26677 ++ 32.26678 ++ irix5* | irix6* | nonstopux*) 32.26679 ++ if test "$GCC" = yes; then 32.26680 ++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.26681 ++ else 32.26682 ++ archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.26683 ++ hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' 32.26684 ++ fi 32.26685 ++ hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 32.26686 ++ hardcode_libdir_separator_F77=: 32.26687 ++ link_all_deplibs_F77=yes 32.26688 ++ ;; 32.26689 ++ 32.26690 ++ netbsd*) 32.26691 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.26692 ++ archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 32.26693 ++ else 32.26694 ++ archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 32.26695 ++ fi 32.26696 ++ hardcode_libdir_flag_spec_F77='-R$libdir' 32.26697 ++ hardcode_direct_F77=yes 32.26698 ++ hardcode_shlibpath_var_F77=no 32.26699 ++ ;; 32.26700 ++ 32.26701 ++ newsos6) 32.26702 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26703 ++ hardcode_direct_F77=yes 32.26704 ++ hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 32.26705 ++ hardcode_libdir_separator_F77=: 32.26706 ++ hardcode_shlibpath_var_F77=no 32.26707 ++ ;; 32.26708 ++ 32.26709 ++ openbsd*) 32.26710 ++ hardcode_direct_F77=yes 32.26711 ++ hardcode_shlibpath_var_F77=no 32.26712 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.26713 ++ archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.26714 ++ hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' 32.26715 ++ export_dynamic_flag_spec_F77='${wl}-E' 32.26716 ++ else 32.26717 ++ case $host_os in 32.26718 ++ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) 32.26719 ++ archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.26720 ++ hardcode_libdir_flag_spec_F77='-R$libdir' 32.26721 ++ ;; 32.26722 ++ *) 32.26723 ++ archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.26724 ++ hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' 32.26725 ++ ;; 32.26726 ++ esac 32.26727 ++ fi 32.26728 ++ ;; 32.26729 ++ 32.26730 ++ os2*) 32.26731 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26732 ++ hardcode_minus_L_F77=yes 32.26733 ++ allow_undefined_flag_F77=unsupported 32.26734 ++ archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 32.26735 ++ old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 32.26736 ++ ;; 32.26737 ++ 32.26738 ++ osf3*) 32.26739 ++ if test "$GCC" = yes; then 32.26740 ++ allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' 32.26741 ++ archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.26742 ++ else 32.26743 ++ allow_undefined_flag_F77=' -expect_unresolved \*' 32.26744 ++ archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.26745 ++ fi 32.26746 ++ hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 32.26747 ++ hardcode_libdir_separator_F77=: 32.26748 ++ ;; 32.26749 ++ 32.26750 ++ osf4* | osf5*) # as osf3* with the addition of -msym flag 32.26751 ++ if test "$GCC" = yes; then 32.26752 ++ allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' 32.26753 ++ archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.26754 ++ hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 32.26755 ++ else 32.26756 ++ allow_undefined_flag_F77=' -expect_unresolved \*' 32.26757 ++ archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.26758 ++ archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ 32.26759 ++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' 32.26760 ++ 32.26761 ++ # Both c and cxx compiler support -rpath directly 32.26762 ++ hardcode_libdir_flag_spec_F77='-rpath $libdir' 32.26763 ++ fi 32.26764 ++ hardcode_libdir_separator_F77=: 32.26765 ++ ;; 32.26766 ++ 32.26767 ++ sco3.2v5*) 32.26768 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26769 ++ hardcode_shlibpath_var_F77=no 32.26770 ++ export_dynamic_flag_spec_F77='${wl}-Bexport' 32.26771 ++ runpath_var=LD_RUN_PATH 32.26772 ++ hardcode_runpath_var=yes 32.26773 ++ ;; 32.26774 ++ 32.26775 ++ solaris*) 32.26776 ++ no_undefined_flag_F77=' -z text' 32.26777 ++ if test "$GCC" = yes; then 32.26778 ++ archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.26779 ++ archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.26780 ++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 32.26781 ++ else 32.26782 ++ archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26783 ++ archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.26784 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.26785 ++ fi 32.26786 ++ hardcode_libdir_flag_spec_F77='-R$libdir' 32.26787 ++ hardcode_shlibpath_var_F77=no 32.26788 ++ case $host_os in 32.26789 ++ solaris2.[0-5] | solaris2.[0-5].*) ;; 32.26790 ++ *) # Supported since Solaris 2.6 (maybe 2.5.1?) 32.26791 ++ whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; 32.26792 ++ esac 32.26793 ++ link_all_deplibs_F77=yes 32.26794 ++ ;; 32.26795 ++ 32.26796 ++ sunos4*) 32.26797 ++ if test "x$host_vendor" = xsequent; then 32.26798 ++ # Use $CC to link under sequent, because it throws in some extra .o 32.26799 ++ # files that make .init and .fini sections work. 32.26800 ++ archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 32.26801 ++ else 32.26802 ++ archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 32.26803 ++ fi 32.26804 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26805 ++ hardcode_direct_F77=yes 32.26806 ++ hardcode_minus_L_F77=yes 32.26807 ++ hardcode_shlibpath_var_F77=no 32.26808 ++ ;; 32.26809 ++ 32.26810 ++ sysv4) 32.26811 ++ case $host_vendor in 32.26812 ++ sni) 32.26813 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26814 ++ hardcode_direct_F77=yes # is this really true??? 32.26815 ++ ;; 32.26816 ++ siemens) 32.26817 ++ ## LD is ld it makes a PLAMLIB 32.26818 ++ ## CC just makes a GrossModule. 32.26819 ++ archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.26820 ++ reload_cmds_F77='$CC -r -o $output$reload_objs' 32.26821 ++ hardcode_direct_F77=no 32.26822 ++ ;; 32.26823 ++ motorola) 32.26824 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26825 ++ hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie 32.26826 ++ ;; 32.26827 ++ esac 32.26828 ++ runpath_var='LD_RUN_PATH' 32.26829 ++ hardcode_shlibpath_var_F77=no 32.26830 ++ ;; 32.26831 ++ 32.26832 ++ sysv4.3*) 32.26833 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26834 ++ hardcode_shlibpath_var_F77=no 32.26835 ++ export_dynamic_flag_spec_F77='-Bexport' 32.26836 ++ ;; 32.26837 ++ 32.26838 ++ sysv4*MP*) 32.26839 ++ if test -d /usr/nec; then 32.26840 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26841 ++ hardcode_shlibpath_var_F77=no 32.26842 ++ runpath_var=LD_RUN_PATH 32.26843 ++ hardcode_runpath_var=yes 32.26844 ++ ld_shlibs_F77=yes 32.26845 ++ fi 32.26846 ++ ;; 32.26847 ++ 32.26848 ++ sysv4.2uw2*) 32.26849 ++ archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.26850 ++ hardcode_direct_F77=yes 32.26851 ++ hardcode_minus_L_F77=no 32.26852 ++ hardcode_shlibpath_var_F77=no 32.26853 ++ hardcode_runpath_var=yes 32.26854 ++ runpath_var=LD_RUN_PATH 32.26855 ++ ;; 32.26856 ++ 32.26857 ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) 32.26858 ++ no_undefined_flag_F77='${wl}-z ${wl}text' 32.26859 ++ if test "$GCC" = yes; then 32.26860 ++ archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.26861 ++ else 32.26862 ++ archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.26863 ++ fi 32.26864 ++ runpath_var='LD_RUN_PATH' 32.26865 ++ hardcode_shlibpath_var_F77=no 32.26866 ++ ;; 32.26867 ++ 32.26868 ++ sysv5*) 32.26869 ++ no_undefined_flag_F77=' -z text' 32.26870 ++ # $CC -shared without GNU ld will not create a library from C++ 32.26871 ++ # object files and a static libstdc++, better avoid it by now 32.26872 ++ archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26873 ++ archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.26874 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.26875 ++ hardcode_libdir_flag_spec_F77= 32.26876 ++ hardcode_shlibpath_var_F77=no 32.26877 ++ runpath_var='LD_RUN_PATH' 32.26878 ++ ;; 32.26879 ++ 32.26880 ++ uts4*) 32.26881 ++ archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.26882 ++ hardcode_libdir_flag_spec_F77='-L$libdir' 32.26883 ++ hardcode_shlibpath_var_F77=no 32.26884 ++ ;; 32.26885 ++ 32.26886 ++ *) 32.26887 ++ ld_shlibs_F77=no 32.26888 ++ ;; 32.26889 ++ esac 32.26890 ++ fi 32.26891 ++ 32.26892 ++echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 32.26893 ++echo "${ECHO_T}$ld_shlibs_F77" >&6 32.26894 ++test "$ld_shlibs_F77" = no && can_build_shared=no 32.26895 ++ 32.26896 ++variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 32.26897 ++if test "$GCC" = yes; then 32.26898 ++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 32.26899 ++fi 32.26900 ++ 32.26901 ++# 32.26902 ++# Do we need to explicitly link libc? 32.26903 ++# 32.26904 ++case "x$archive_cmds_need_lc_F77" in 32.26905 ++x|xyes) 32.26906 ++ # Assume -lc should be added 32.26907 ++ archive_cmds_need_lc_F77=yes 32.26908 ++ 32.26909 ++ if test "$enable_shared" = yes && test "$GCC" = yes; then 32.26910 ++ case $archive_cmds_F77 in 32.26911 ++ *'~'*) 32.26912 ++ # FIXME: we may have to deal with multi-command sequences. 32.26913 ++ ;; 32.26914 ++ '$CC '*) 32.26915 ++ # Test whether the compiler implicitly links with -lc since on some 32.26916 ++ # systems, -lgcc has to come before -lc. If gcc already passes -lc 32.26917 ++ # to ld, don't add -lc before -lgcc. 32.26918 ++ echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 32.26919 ++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 32.26920 ++ $rm conftest* 32.26921 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.26922 ++ 32.26923 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.26924 ++ (eval $ac_compile) 2>&5 32.26925 ++ ac_status=$? 32.26926 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26927 ++ (exit $ac_status); } 2>conftest.err; then 32.26928 ++ soname=conftest 32.26929 ++ lib=conftest 32.26930 ++ libobjs=conftest.$ac_objext 32.26931 ++ deplibs= 32.26932 ++ wl=$lt_prog_compiler_wl_F77 32.26933 ++ compiler_flags=-v 32.26934 ++ linker_flags=-v 32.26935 ++ verstring= 32.26936 ++ output_objdir=. 32.26937 ++ libname=conftest 32.26938 ++ lt_save_allow_undefined_flag=$allow_undefined_flag_F77 32.26939 ++ allow_undefined_flag_F77= 32.26940 ++ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 32.26941 ++ (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 32.26942 ++ ac_status=$? 32.26943 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.26944 ++ (exit $ac_status); } 32.26945 ++ then 32.26946 ++ archive_cmds_need_lc_F77=no 32.26947 ++ else 32.26948 ++ archive_cmds_need_lc_F77=yes 32.26949 ++ fi 32.26950 ++ allow_undefined_flag_F77=$lt_save_allow_undefined_flag 32.26951 ++ else 32.26952 ++ cat conftest.err 1>&5 32.26953 ++ fi 32.26954 ++ $rm conftest* 32.26955 ++ echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 32.26956 ++echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6 32.26957 ++ ;; 32.26958 ++ esac 32.26959 ++ fi 32.26960 ++ ;; 32.26961 ++esac 32.26962 ++ 32.26963 ++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 32.26964 ++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 32.26965 ++library_names_spec= 32.26966 ++libname_spec='lib$name' 32.26967 ++soname_spec= 32.26968 ++shrext=".so" 32.26969 ++postinstall_cmds= 32.26970 ++postuninstall_cmds= 32.26971 ++finish_cmds= 32.26972 ++finish_eval= 32.26973 ++shlibpath_var= 32.26974 ++shlibpath_overrides_runpath=unknown 32.26975 ++version_type=none 32.26976 ++dynamic_linker="$host_os ld.so" 32.26977 ++sys_lib_dlsearch_path_spec="/lib /usr/lib" 32.26978 ++if test "$GCC" = yes; then 32.26979 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.26980 ++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 32.26981 ++ # if the path contains ";" then we assume it to be the separator 32.26982 ++ # otherwise default to the standard path separator (i.e. ":") - it is 32.26983 ++ # assumed that no part of a normal pathname contains ";" but that should 32.26984 ++ # okay in the real world where ";" in dirpaths is itself problematic. 32.26985 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.26986 ++ else 32.26987 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.26988 ++ fi 32.26989 ++else 32.26990 ++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 32.26991 ++fi 32.26992 ++need_lib_prefix=unknown 32.26993 ++hardcode_into_libs=no 32.26994 ++ 32.26995 ++# when you set need_version to no, make sure it does not cause -set_version 32.26996 ++# flags to be left without arguments 32.26997 ++need_version=unknown 32.26998 ++ 32.26999 ++case $host_os in 32.27000 ++aix3*) 32.27001 ++ version_type=linux 32.27002 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 32.27003 ++ shlibpath_var=LIBPATH 32.27004 ++ 32.27005 ++ # AIX 3 has no versioning support, so we append a major version to the name. 32.27006 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27007 ++ ;; 32.27008 ++ 32.27009 ++aix4* | aix5*) 32.27010 ++ version_type=linux 32.27011 ++ need_lib_prefix=no 32.27012 ++ need_version=no 32.27013 ++ hardcode_into_libs=yes 32.27014 ++ if test "$host_cpu" = ia64; then 32.27015 ++ # AIX 5 supports IA64 32.27016 ++ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 32.27017 ++ shlibpath_var=LD_LIBRARY_PATH 32.27018 ++ else 32.27019 ++ # With GCC up to 2.95.x, collect2 would create an import file 32.27020 ++ # for dependence libraries. The import file would start with 32.27021 ++ # the line `#! .'. This would cause the generated library to 32.27022 ++ # depend on `.', always an invalid library. This was fixed in 32.27023 ++ # development snapshots of GCC prior to 3.0. 32.27024 ++ case $host_os in 32.27025 ++ aix4 | aix4.[01] | aix4.[01].*) 32.27026 ++ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 32.27027 ++ echo ' yes ' 32.27028 ++ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 32.27029 ++ : 32.27030 ++ else 32.27031 ++ can_build_shared=no 32.27032 ++ fi 32.27033 ++ ;; 32.27034 ++ esac 32.27035 ++ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 32.27036 ++ # soname into executable. Probably we can add versioning support to 32.27037 ++ # collect2, so additional links can be useful in future. 32.27038 ++ if test "$aix_use_runtimelinking" = yes; then 32.27039 ++ # If using run time linking (on AIX 4.2 or later) use lib<name>.so 32.27040 ++ # instead of lib<name>.a to let people know that these are not 32.27041 ++ # typical AIX shared libraries. 32.27042 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27043 ++ else 32.27044 ++ # We preserve .a as extension for shared libraries through AIX4.2 32.27045 ++ # and later when we are not doing run time linking. 32.27046 ++ library_names_spec='${libname}${release}.a $libname.a' 32.27047 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27048 ++ fi 32.27049 ++ shlibpath_var=LIBPATH 32.27050 ++ fi 32.27051 ++ ;; 32.27052 ++ 32.27053 ++amigaos*) 32.27054 ++ library_names_spec='$libname.ixlibrary $libname.a' 32.27055 ++ # Create ${libname}_ixlibrary.a entries in /sys/libs. 32.27056 ++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 32.27057 ++ ;; 32.27058 ++ 32.27059 ++beos*) 32.27060 ++ library_names_spec='${libname}${shared_ext}' 32.27061 ++ dynamic_linker="$host_os ld.so" 32.27062 ++ shlibpath_var=LIBRARY_PATH 32.27063 ++ ;; 32.27064 ++ 32.27065 ++bsdi4*) 32.27066 ++ version_type=linux 32.27067 ++ need_version=no 32.27068 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27069 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27070 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 32.27071 ++ shlibpath_var=LD_LIBRARY_PATH 32.27072 ++ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 32.27073 ++ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 32.27074 ++ # the default ld.so.conf also contains /usr/contrib/lib and 32.27075 ++ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 32.27076 ++ # libtool to hard-code these into programs 32.27077 ++ ;; 32.27078 ++ 32.27079 ++cygwin* | mingw* | pw32*) 32.27080 ++ version_type=windows 32.27081 ++ shrext=".dll" 32.27082 ++ need_version=no 32.27083 ++ need_lib_prefix=no 32.27084 ++ 32.27085 ++ case $GCC,$host_os in 32.27086 ++ yes,cygwin* | yes,mingw* | yes,pw32*) 32.27087 ++ library_names_spec='$libname.dll.a' 32.27088 ++ # DLL is installed to $(libdir)/../bin by postinstall_cmds 32.27089 ++ postinstall_cmds='base_file=`basename \${file}`~ 32.27090 ++ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 32.27091 ++ dldir=$destdir/`dirname \$dlpath`~ 32.27092 ++ test -d \$dldir || mkdir -p \$dldir~ 32.27093 ++ $install_prog $dir/$dlname \$dldir/$dlname' 32.27094 ++ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 32.27095 ++ dlpath=$dir/\$dldll~ 32.27096 ++ $rm \$dlpath' 32.27097 ++ shlibpath_overrides_runpath=yes 32.27098 ++ 32.27099 ++ case $host_os in 32.27100 ++ cygwin*) 32.27101 ++ # Cygwin DLLs use 'cyg' prefix rather than 'lib' 32.27102 ++ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.27103 ++ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 32.27104 ++ ;; 32.27105 ++ mingw*) 32.27106 ++ # MinGW DLLs use traditional 'lib' prefix 32.27107 ++ soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.27108 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.27109 ++ if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 32.27110 ++ # It is most probably a Windows format PATH printed by 32.27111 ++ # mingw gcc, but we are running on Cygwin. Gcc prints its search 32.27112 ++ # path with ; separators, and with drive letters. We can handle the 32.27113 ++ # drive letters (cygwin fileutils understands them), so leave them, 32.27114 ++ # especially as we might pass files found there to a mingw objdump, 32.27115 ++ # which wouldn't understand a cygwinified path. Ahh. 32.27116 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.27117 ++ else 32.27118 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.27119 ++ fi 32.27120 ++ ;; 32.27121 ++ pw32*) 32.27122 ++ # pw32 DLLs use 'pw' prefix rather than 'lib' 32.27123 ++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' 32.27124 ++ ;; 32.27125 ++ esac 32.27126 ++ ;; 32.27127 ++ 32.27128 ++ *) 32.27129 ++ library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 32.27130 ++ ;; 32.27131 ++ esac 32.27132 ++ dynamic_linker='Win32 ld.exe' 32.27133 ++ # FIXME: first we should search . and the directory the executable is in 32.27134 ++ shlibpath_var=PATH 32.27135 ++ ;; 32.27136 ++ 32.27137 ++darwin* | rhapsody*) 32.27138 ++ dynamic_linker="$host_os dyld" 32.27139 ++ version_type=darwin 32.27140 ++ need_lib_prefix=no 32.27141 ++ need_version=no 32.27142 ++ library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 32.27143 ++ soname_spec='${libname}${release}${major}$shared_ext' 32.27144 ++ shlibpath_overrides_runpath=yes 32.27145 ++ shlibpath_var=DYLD_LIBRARY_PATH 32.27146 ++ shrext='$(test .$module = .yes && echo .so || echo .dylib)' 32.27147 ++ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 32.27148 ++ if test "$GCC" = yes; then 32.27149 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 32.27150 ++ else 32.27151 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 32.27152 ++ fi 32.27153 ++ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 32.27154 ++ ;; 32.27155 ++ 32.27156 ++dgux*) 32.27157 ++ version_type=linux 32.27158 ++ need_lib_prefix=no 32.27159 ++ need_version=no 32.27160 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 32.27161 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27162 ++ shlibpath_var=LD_LIBRARY_PATH 32.27163 ++ ;; 32.27164 ++ 32.27165 ++freebsd1*) 32.27166 ++ dynamic_linker=no 32.27167 ++ ;; 32.27168 ++ 32.27169 ++kfreebsd*-gnu) 32.27170 ++ version_type=linux 32.27171 ++ need_lib_prefix=no 32.27172 ++ need_version=no 32.27173 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.27174 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27175 ++ shlibpath_var=LD_LIBRARY_PATH 32.27176 ++ shlibpath_overrides_runpath=no 32.27177 ++ hardcode_into_libs=yes 32.27178 ++ dynamic_linker='GNU ld.so' 32.27179 ++ ;; 32.27180 ++ 32.27181 ++freebsd*) 32.27182 ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 32.27183 ++ version_type=freebsd-$objformat 32.27184 ++ case $version_type in 32.27185 ++ freebsd-elf*) 32.27186 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 32.27187 ++ need_version=no 32.27188 ++ need_lib_prefix=no 32.27189 ++ ;; 32.27190 ++ freebsd-*) 32.27191 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 32.27192 ++ need_version=yes 32.27193 ++ ;; 32.27194 ++ esac 32.27195 ++ shlibpath_var=LD_LIBRARY_PATH 32.27196 ++ case $host_os in 32.27197 ++ freebsd2*) 32.27198 ++ shlibpath_overrides_runpath=yes 32.27199 ++ ;; 32.27200 ++ freebsd3.01* | freebsdelf3.01*) 32.27201 ++ shlibpath_overrides_runpath=yes 32.27202 ++ hardcode_into_libs=yes 32.27203 ++ ;; 32.27204 ++ *) # from 3.2 on 32.27205 ++ shlibpath_overrides_runpath=no 32.27206 ++ hardcode_into_libs=yes 32.27207 ++ ;; 32.27208 ++ esac 32.27209 ++ ;; 32.27210 ++ 32.27211 ++gnu*) 32.27212 ++ version_type=linux 32.27213 ++ need_lib_prefix=no 32.27214 ++ need_version=no 32.27215 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 32.27216 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27217 ++ shlibpath_var=LD_LIBRARY_PATH 32.27218 ++ hardcode_into_libs=yes 32.27219 ++ ;; 32.27220 ++ 32.27221 ++hpux9* | hpux10* | hpux11*) 32.27222 ++ # Give a soname corresponding to the major version so that dld.sl refuses to 32.27223 ++ # link against other versions. 32.27224 ++ version_type=sunos 32.27225 ++ need_lib_prefix=no 32.27226 ++ need_version=no 32.27227 ++ case "$host_cpu" in 32.27228 ++ ia64*) 32.27229 ++ shrext='.so' 32.27230 ++ hardcode_into_libs=yes 32.27231 ++ dynamic_linker="$host_os dld.so" 32.27232 ++ shlibpath_var=LD_LIBRARY_PATH 32.27233 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.27234 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27235 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27236 ++ if test "X$HPUX_IA64_MODE" = X32; then 32.27237 ++ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 32.27238 ++ else 32.27239 ++ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 32.27240 ++ fi 32.27241 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.27242 ++ ;; 32.27243 ++ hppa*64*) 32.27244 ++ shrext='.sl' 32.27245 ++ hardcode_into_libs=yes 32.27246 ++ dynamic_linker="$host_os dld.sl" 32.27247 ++ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 32.27248 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.27249 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27250 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27251 ++ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 32.27252 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.27253 ++ ;; 32.27254 ++ *) 32.27255 ++ shrext='.sl' 32.27256 ++ dynamic_linker="$host_os dld.sl" 32.27257 ++ shlibpath_var=SHLIB_PATH 32.27258 ++ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 32.27259 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27260 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27261 ++ ;; 32.27262 ++ esac 32.27263 ++ # HP-UX runs *really* slowly unless shared libraries are mode 555. 32.27264 ++ postinstall_cmds='chmod 555 $lib' 32.27265 ++ ;; 32.27266 ++ 32.27267 ++irix5* | irix6* | nonstopux*) 32.27268 ++ case $host_os in 32.27269 ++ nonstopux*) version_type=nonstopux ;; 32.27270 ++ *) 32.27271 ++ if test "$lt_cv_prog_gnu_ld" = yes; then 32.27272 ++ version_type=linux 32.27273 ++ else 32.27274 ++ version_type=irix 32.27275 ++ fi ;; 32.27276 ++ esac 32.27277 ++ need_lib_prefix=no 32.27278 ++ need_version=no 32.27279 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27280 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 32.27281 ++ case $host_os in 32.27282 ++ irix5* | nonstopux*) 32.27283 ++ libsuff= shlibsuff= 32.27284 ++ ;; 32.27285 ++ *) 32.27286 ++ case $LD in # libtool.m4 will add one of these switches to LD 32.27287 ++ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 32.27288 ++ libsuff= shlibsuff= libmagic=32-bit;; 32.27289 ++ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 32.27290 ++ libsuff=32 shlibsuff=N32 libmagic=N32;; 32.27291 ++ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 32.27292 ++ libsuff=64 shlibsuff=64 libmagic=64-bit;; 32.27293 ++ *) libsuff= shlibsuff= libmagic=never-match;; 32.27294 ++ esac 32.27295 ++ ;; 32.27296 ++ esac 32.27297 ++ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 32.27298 ++ shlibpath_overrides_runpath=no 32.27299 ++ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 32.27300 ++ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 32.27301 ++ hardcode_into_libs=yes 32.27302 ++ ;; 32.27303 ++ 32.27304 ++# No shared lib support for Linux oldld, aout, or coff. 32.27305 ++linux*oldld* | linux*aout* | linux*coff*) 32.27306 ++ dynamic_linker=no 32.27307 ++ ;; 32.27308 ++ 32.27309 ++# This must be Linux ELF. 32.27310 ++linux*) 32.27311 ++ version_type=linux 32.27312 ++ need_lib_prefix=no 32.27313 ++ need_version=no 32.27314 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27315 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27316 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 32.27317 ++ shlibpath_var=LD_LIBRARY_PATH 32.27318 ++ shlibpath_overrides_runpath=no 32.27319 ++ # This implies no fast_install, which is unacceptable. 32.27320 ++ # Some rework will be needed to allow for fast_install 32.27321 ++ # before this can be enabled. 32.27322 ++ hardcode_into_libs=yes 32.27323 ++ 32.27324 ++ # /usr/X11R6/lib and /usr/local/lib are common enough... 32.27325 ++ sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib" 32.27326 ++ 32.27327 ++ # We used to test for /lib/ld.so.1 and disable shared libraries on 32.27328 ++ # powerpc, because MkLinux only supported shared libraries with the 32.27329 ++ # GNU dynamic linker. Since this was broken with cross compilers, 32.27330 ++ # most powerpc-linux boxes support dynamic linking these days and 32.27331 ++ # people can always --disable-shared, the test was removed, and we 32.27332 ++ # assume the GNU/Linux dynamic linker is in use. 32.27333 ++ dynamic_linker='GNU/Linux ld.so' 32.27334 ++ ;; 32.27335 ++ 32.27336 ++knetbsd*-gnu) 32.27337 ++ version_type=linux 32.27338 ++ need_lib_prefix=no 32.27339 ++ need_version=no 32.27340 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.27341 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27342 ++ shlibpath_var=LD_LIBRARY_PATH 32.27343 ++ shlibpath_overrides_runpath=no 32.27344 ++ hardcode_into_libs=yes 32.27345 ++ dynamic_linker='GNU ld.so' 32.27346 ++ ;; 32.27347 ++ 32.27348 ++netbsd*) 32.27349 ++ version_type=sunos 32.27350 ++ need_lib_prefix=no 32.27351 ++ need_version=no 32.27352 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.27353 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.27354 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.27355 ++ dynamic_linker='NetBSD (a.out) ld.so' 32.27356 ++ else 32.27357 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' 32.27358 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27359 ++ dynamic_linker='NetBSD ld.elf_so' 32.27360 ++ fi 32.27361 ++ shlibpath_var=LD_LIBRARY_PATH 32.27362 ++ shlibpath_overrides_runpath=yes 32.27363 ++ hardcode_into_libs=yes 32.27364 ++ ;; 32.27365 ++ 32.27366 ++newsos6) 32.27367 ++ version_type=linux 32.27368 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27369 ++ shlibpath_var=LD_LIBRARY_PATH 32.27370 ++ shlibpath_overrides_runpath=yes 32.27371 ++ ;; 32.27372 ++ 32.27373 ++nto-qnx*) 32.27374 ++ version_type=linux 32.27375 ++ need_lib_prefix=no 32.27376 ++ need_version=no 32.27377 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27378 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27379 ++ shlibpath_var=LD_LIBRARY_PATH 32.27380 ++ shlibpath_overrides_runpath=yes 32.27381 ++ ;; 32.27382 ++ 32.27383 ++openbsd*) 32.27384 ++ version_type=sunos 32.27385 ++ need_lib_prefix=no 32.27386 ++ need_version=yes 32.27387 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.27388 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.27389 ++ shlibpath_var=LD_LIBRARY_PATH 32.27390 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.27391 ++ case $host_os in 32.27392 ++ openbsd2.[89] | openbsd2.[89].*) 32.27393 ++ shlibpath_overrides_runpath=no 32.27394 ++ ;; 32.27395 ++ *) 32.27396 ++ shlibpath_overrides_runpath=yes 32.27397 ++ ;; 32.27398 ++ esac 32.27399 ++ else 32.27400 ++ shlibpath_overrides_runpath=yes 32.27401 ++ fi 32.27402 ++ ;; 32.27403 ++ 32.27404 ++os2*) 32.27405 ++ libname_spec='$name' 32.27406 ++ shrext=".dll" 32.27407 ++ need_lib_prefix=no 32.27408 ++ library_names_spec='$libname${shared_ext} $libname.a' 32.27409 ++ dynamic_linker='OS/2 ld.exe' 32.27410 ++ shlibpath_var=LIBPATH 32.27411 ++ ;; 32.27412 ++ 32.27413 ++osf3* | osf4* | osf5*) 32.27414 ++ version_type=osf 32.27415 ++ need_lib_prefix=no 32.27416 ++ need_version=no 32.27417 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27418 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27419 ++ shlibpath_var=LD_LIBRARY_PATH 32.27420 ++ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 32.27421 ++ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 32.27422 ++ ;; 32.27423 ++ 32.27424 ++sco3.2v5*) 32.27425 ++ version_type=osf 32.27426 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27427 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27428 ++ shlibpath_var=LD_LIBRARY_PATH 32.27429 ++ ;; 32.27430 ++ 32.27431 ++solaris*) 32.27432 ++ version_type=linux 32.27433 ++ need_lib_prefix=no 32.27434 ++ need_version=no 32.27435 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27436 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27437 ++ shlibpath_var=LD_LIBRARY_PATH 32.27438 ++ shlibpath_overrides_runpath=yes 32.27439 ++ hardcode_into_libs=yes 32.27440 ++ # ldd complains unless libraries are executable 32.27441 ++ postinstall_cmds='chmod +x $lib' 32.27442 ++ ;; 32.27443 ++ 32.27444 ++sunos4*) 32.27445 ++ version_type=sunos 32.27446 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.27447 ++ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 32.27448 ++ shlibpath_var=LD_LIBRARY_PATH 32.27449 ++ shlibpath_overrides_runpath=yes 32.27450 ++ if test "$with_gnu_ld" = yes; then 32.27451 ++ need_lib_prefix=no 32.27452 ++ fi 32.27453 ++ need_version=yes 32.27454 ++ ;; 32.27455 ++ 32.27456 ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.27457 ++ version_type=linux 32.27458 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27459 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27460 ++ shlibpath_var=LD_LIBRARY_PATH 32.27461 ++ case $host_vendor in 32.27462 ++ sni) 32.27463 ++ shlibpath_overrides_runpath=no 32.27464 ++ need_lib_prefix=no 32.27465 ++ export_dynamic_flag_spec='${wl}-Blargedynsym' 32.27466 ++ runpath_var=LD_RUN_PATH 32.27467 ++ ;; 32.27468 ++ siemens) 32.27469 ++ need_lib_prefix=no 32.27470 ++ ;; 32.27471 ++ motorola) 32.27472 ++ need_lib_prefix=no 32.27473 ++ need_version=no 32.27474 ++ shlibpath_overrides_runpath=no 32.27475 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 32.27476 ++ ;; 32.27477 ++ esac 32.27478 ++ ;; 32.27479 ++ 32.27480 ++sysv4*MP*) 32.27481 ++ if test -d /usr/nec ;then 32.27482 ++ version_type=linux 32.27483 ++ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 32.27484 ++ soname_spec='$libname${shared_ext}.$major' 32.27485 ++ shlibpath_var=LD_LIBRARY_PATH 32.27486 ++ fi 32.27487 ++ ;; 32.27488 ++ 32.27489 ++uts4*) 32.27490 ++ version_type=linux 32.27491 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.27492 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.27493 ++ shlibpath_var=LD_LIBRARY_PATH 32.27494 ++ ;; 32.27495 ++ 32.27496 ++*) 32.27497 ++ dynamic_linker=no 32.27498 ++ ;; 32.27499 ++esac 32.27500 ++echo "$as_me:$LINENO: result: $dynamic_linker" >&5 32.27501 ++echo "${ECHO_T}$dynamic_linker" >&6 32.27502 ++test "$dynamic_linker" = no && can_build_shared=no 32.27503 ++ 32.27504 ++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 32.27505 ++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 32.27506 ++hardcode_action_F77= 32.27507 ++if test -n "$hardcode_libdir_flag_spec_F77" || \ 32.27508 ++ test -n "$runpath_var F77" || \ 32.27509 ++ test "X$hardcode_automatic_F77"="Xyes" ; then 32.27510 ++ 32.27511 ++ # We can hardcode non-existant directories. 32.27512 ++ if test "$hardcode_direct_F77" != no && 32.27513 ++ # If the only mechanism to avoid hardcoding is shlibpath_var, we 32.27514 ++ # have to relink, otherwise we might link with an installed library 32.27515 ++ # when we should be linking with a yet-to-be-installed one 32.27516 ++ ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && 32.27517 ++ test "$hardcode_minus_L_F77" != no; then 32.27518 ++ # Linking always hardcodes the temporary library directory. 32.27519 ++ hardcode_action_F77=relink 32.27520 ++ else 32.27521 ++ # We can link without hardcoding, and we can hardcode nonexisting dirs. 32.27522 ++ hardcode_action_F77=immediate 32.27523 ++ fi 32.27524 ++else 32.27525 ++ # We cannot hardcode anything, or else we can only hardcode existing 32.27526 ++ # directories. 32.27527 ++ hardcode_action_F77=unsupported 32.27528 ++fi 32.27529 ++echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 32.27530 ++echo "${ECHO_T}$hardcode_action_F77" >&6 32.27531 ++ 32.27532 ++if test "$hardcode_action_F77" = relink; then 32.27533 ++ # Fast installation is not supported 32.27534 ++ enable_fast_install=no 32.27535 ++elif test "$shlibpath_overrides_runpath" = yes || 32.27536 ++ test "$enable_shared" = no; then 32.27537 ++ # Fast installation is not necessary 32.27538 ++ enable_fast_install=needless 32.27539 ++fi 32.27540 ++ 32.27541 ++striplib= 32.27542 ++old_striplib= 32.27543 ++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 32.27544 ++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 32.27545 ++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 32.27546 ++ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 32.27547 ++ test -z "$striplib" && striplib="$STRIP --strip-unneeded" 32.27548 ++ echo "$as_me:$LINENO: result: yes" >&5 32.27549 ++echo "${ECHO_T}yes" >&6 32.27550 ++else 32.27551 ++# FIXME - insert some real tests, host_os isn't really good enough 32.27552 ++ case $host_os in 32.27553 ++ darwin*) 32.27554 ++ if test -n "$STRIP" ; then 32.27555 ++ striplib="$STRIP -x" 32.27556 ++ echo "$as_me:$LINENO: result: yes" >&5 32.27557 ++echo "${ECHO_T}yes" >&6 32.27558 ++ else 32.27559 ++ echo "$as_me:$LINENO: result: no" >&5 32.27560 ++echo "${ECHO_T}no" >&6 32.27561 ++fi 32.27562 ++ ;; 32.27563 ++ *) 32.27564 ++ echo "$as_me:$LINENO: result: no" >&5 32.27565 ++echo "${ECHO_T}no" >&6 32.27566 ++ ;; 32.27567 ++ esac 32.27568 ++fi 32.27569 ++ 32.27570 ++ 32.27571 ++ 32.27572 ++# The else clause should only fire when bootstrapping the 32.27573 ++# libtool distribution, otherwise you forgot to ship ltmain.sh 32.27574 ++# with your package, and you will get complaints that there are 32.27575 ++# no rules to generate ltmain.sh. 32.27576 ++if test -f "$ltmain"; then 32.27577 ++ # See if we are running on zsh, and set the options which allow our commands through 32.27578 ++ # without removal of \ escapes. 32.27579 ++ if test -n "${ZSH_VERSION+set}" ; then 32.27580 ++ setopt NO_GLOB_SUBST 32.27581 ++ fi 32.27582 ++ # Now quote all the things that may contain metacharacters while being 32.27583 ++ # careful not to overquote the AC_SUBSTed values. We take copies of the 32.27584 ++ # variables and quote the copies for generation of the libtool script. 32.27585 ++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 32.27586 ++ SED SHELL STRIP \ 32.27587 ++ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 32.27588 ++ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 32.27589 ++ deplibs_check_method reload_flag reload_cmds need_locks \ 32.27590 ++ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 32.27591 ++ lt_cv_sys_global_symbol_to_c_name_address \ 32.27592 ++ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 32.27593 ++ old_postinstall_cmds old_postuninstall_cmds \ 32.27594 ++ compiler_F77 \ 32.27595 ++ CC_F77 \ 32.27596 ++ LD_F77 \ 32.27597 ++ lt_prog_compiler_wl_F77 \ 32.27598 ++ lt_prog_compiler_pic_F77 \ 32.27599 ++ lt_prog_compiler_static_F77 \ 32.27600 ++ lt_prog_compiler_no_builtin_flag_F77 \ 32.27601 ++ export_dynamic_flag_spec_F77 \ 32.27602 ++ thread_safe_flag_spec_F77 \ 32.27603 ++ whole_archive_flag_spec_F77 \ 32.27604 ++ enable_shared_with_static_runtimes_F77 \ 32.27605 ++ old_archive_cmds_F77 \ 32.27606 ++ old_archive_from_new_cmds_F77 \ 32.27607 ++ predep_objects_F77 \ 32.27608 ++ postdep_objects_F77 \ 32.27609 ++ predeps_F77 \ 32.27610 ++ postdeps_F77 \ 32.27611 ++ compiler_lib_search_path_F77 \ 32.27612 ++ archive_cmds_F77 \ 32.27613 ++ archive_expsym_cmds_F77 \ 32.27614 ++ postinstall_cmds_F77 \ 32.27615 ++ postuninstall_cmds_F77 \ 32.27616 ++ old_archive_from_expsyms_cmds_F77 \ 32.27617 ++ allow_undefined_flag_F77 \ 32.27618 ++ no_undefined_flag_F77 \ 32.27619 ++ export_symbols_cmds_F77 \ 32.27620 ++ hardcode_libdir_flag_spec_F77 \ 32.27621 ++ hardcode_libdir_flag_spec_ld_F77 \ 32.27622 ++ hardcode_libdir_separator_F77 \ 32.27623 ++ hardcode_automatic_F77 \ 32.27624 ++ module_cmds_F77 \ 32.27625 ++ module_expsym_cmds_F77 \ 32.27626 ++ lt_cv_prog_compiler_c_o_F77 \ 32.27627 ++ exclude_expsyms_F77 \ 32.27628 ++ include_expsyms_F77; do 32.27629 ++ 32.27630 ++ case $var in 32.27631 ++ old_archive_cmds_F77 | \ 32.27632 ++ old_archive_from_new_cmds_F77 | \ 32.27633 ++ archive_cmds_F77 | \ 32.27634 ++ archive_expsym_cmds_F77 | \ 32.27635 ++ module_cmds_F77 | \ 32.27636 ++ module_expsym_cmds_F77 | \ 32.27637 ++ old_archive_from_expsyms_cmds_F77 | \ 32.27638 ++ export_symbols_cmds_F77 | \ 32.27639 ++ extract_expsyms_cmds | reload_cmds | finish_cmds | \ 32.27640 ++ postinstall_cmds | postuninstall_cmds | \ 32.27641 ++ old_postinstall_cmds | old_postuninstall_cmds | \ 32.27642 ++ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 32.27643 ++ # Double-quote double-evaled strings. 32.27644 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 32.27645 ++ ;; 32.27646 ++ *) 32.27647 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 32.27648 ++ ;; 32.27649 ++ esac 32.27650 ++ done 32.27651 ++ 32.27652 ++ case $lt_echo in 32.27653 ++ *'\$0 --fallback-echo"') 32.27654 ++ lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 32.27655 ++ ;; 32.27656 ++ esac 32.27657 ++ 32.27658 ++cfgfile="$ofile" 32.27659 ++ 32.27660 ++ cat <<__EOF__ >> "$cfgfile" 32.27661 ++# ### BEGIN LIBTOOL TAG CONFIG: $tagname 32.27662 ++ 32.27663 ++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 32.27664 ++ 32.27665 ++# Shell to use when invoking shell scripts. 32.27666 ++SHELL=$lt_SHELL 32.27667 ++ 32.27668 ++# Whether or not to build shared libraries. 32.27669 ++build_libtool_libs=$enable_shared 32.27670 ++ 32.27671 ++# Whether or not to build static libraries. 32.27672 ++build_old_libs=$enable_static 32.27673 ++ 32.27674 ++# Whether or not to add -lc for building shared libraries. 32.27675 ++build_libtool_need_lc=$archive_cmds_need_lc_F77 32.27676 ++ 32.27677 ++# Whether or not to disallow shared libs when runtime libs are static 32.27678 ++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 32.27679 ++ 32.27680 ++# Whether or not to optimize for fast installation. 32.27681 ++fast_install=$enable_fast_install 32.27682 ++ 32.27683 ++# The host system. 32.27684 ++host_alias=$host_alias 32.27685 ++host=$host 32.27686 ++ 32.27687 ++# An echo program that does not interpret backslashes. 32.27688 ++echo=$lt_echo 32.27689 ++ 32.27690 ++# The archiver. 32.27691 ++AR=$lt_AR 32.27692 ++AR_FLAGS=$lt_AR_FLAGS 32.27693 ++ 32.27694 ++# A C compiler. 32.27695 ++LTCC=$lt_LTCC 32.27696 ++ 32.27697 ++# A language-specific compiler. 32.27698 ++CC=$lt_compiler_F77 32.27699 ++ 32.27700 ++# Is the compiler the GNU C compiler? 32.27701 ++with_gcc=$GCC_F77 32.27702 ++ 32.27703 ++# An ERE matcher. 32.27704 ++EGREP=$lt_EGREP 32.27705 ++ 32.27706 ++# The linker used to build libraries. 32.27707 ++LD=$lt_LD_F77 32.27708 ++ 32.27709 ++# Whether we need hard or soft links. 32.27710 ++LN_S=$lt_LN_S 32.27711 ++ 32.27712 ++# A BSD-compatible nm program. 32.27713 ++NM=$lt_NM 32.27714 ++ 32.27715 ++# A symbol stripping program 32.27716 ++STRIP=$lt_STRIP 32.27717 ++ 32.27718 ++# Used to examine libraries when file_magic_cmd begins "file" 32.27719 ++MAGIC_CMD=$MAGIC_CMD 32.27720 ++ 32.27721 ++# Used on cygwin: DLL creation program. 32.27722 ++DLLTOOL="$DLLTOOL" 32.27723 ++ 32.27724 ++# Used on cygwin: object dumper. 32.27725 ++OBJDUMP="$OBJDUMP" 32.27726 ++ 32.27727 ++# Used on cygwin: assembler. 32.27728 ++AS="$AS" 32.27729 ++ 32.27730 ++# The name of the directory that contains temporary libtool files. 32.27731 ++objdir=$objdir 32.27732 ++ 32.27733 ++# How to create reloadable object files. 32.27734 ++reload_flag=$lt_reload_flag 32.27735 ++reload_cmds=$lt_reload_cmds 32.27736 ++ 32.27737 ++# How to pass a linker flag through the compiler. 32.27738 ++wl=$lt_lt_prog_compiler_wl_F77 32.27739 ++ 32.27740 ++# Object file suffix (normally "o"). 32.27741 ++objext="$ac_objext" 32.27742 ++ 32.27743 ++# Old archive suffix (normally "a"). 32.27744 ++libext="$libext" 32.27745 ++ 32.27746 ++# Shared library suffix (normally ".so"). 32.27747 ++shrext='$shrext' 32.27748 ++ 32.27749 ++# Executable file suffix (normally ""). 32.27750 ++exeext="$exeext" 32.27751 ++ 32.27752 ++# Additional compiler flags for building library objects. 32.27753 ++pic_flag=$lt_lt_prog_compiler_pic_F77 32.27754 ++pic_mode=$pic_mode 32.27755 ++ 32.27756 ++# What is the maximum length of a command? 32.27757 ++max_cmd_len=$lt_cv_sys_max_cmd_len 32.27758 ++ 32.27759 ++# Does compiler simultaneously support -c and -o options? 32.27760 ++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 32.27761 ++ 32.27762 ++# Must we lock files when doing compilation ? 32.27763 ++need_locks=$lt_need_locks 32.27764 ++ 32.27765 ++# Do we need the lib prefix for modules? 32.27766 ++need_lib_prefix=$need_lib_prefix 32.27767 ++ 32.27768 ++# Do we need a version for libraries? 32.27769 ++need_version=$need_version 32.27770 ++ 32.27771 ++# Whether dlopen is supported. 32.27772 ++dlopen_support=$enable_dlopen 32.27773 ++ 32.27774 ++# Whether dlopen of programs is supported. 32.27775 ++dlopen_self=$enable_dlopen_self 32.27776 ++ 32.27777 ++# Whether dlopen of statically linked programs is supported. 32.27778 ++dlopen_self_static=$enable_dlopen_self_static 32.27779 ++ 32.27780 ++# Compiler flag to prevent dynamic linking. 32.27781 ++link_static_flag=$lt_lt_prog_compiler_static_F77 32.27782 ++ 32.27783 ++# Compiler flag to turn off builtin functions. 32.27784 ++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 32.27785 ++ 32.27786 ++# Compiler flag to allow reflexive dlopens. 32.27787 ++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 32.27788 ++ 32.27789 ++# Compiler flag to generate shared objects directly from archives. 32.27790 ++whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 32.27791 ++ 32.27792 ++# Compiler flag to generate thread-safe objects. 32.27793 ++thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77 32.27794 ++ 32.27795 ++# Library versioning type. 32.27796 ++version_type=$version_type 32.27797 ++ 32.27798 ++# Format of library name prefix. 32.27799 ++libname_spec=$lt_libname_spec 32.27800 ++ 32.27801 ++# List of archive names. First name is the real one, the rest are links. 32.27802 ++# The last name is the one that the linker finds with -lNAME. 32.27803 ++library_names_spec=$lt_library_names_spec 32.27804 ++ 32.27805 ++# The coded name of the library, if different from the real name. 32.27806 ++soname_spec=$lt_soname_spec 32.27807 ++ 32.27808 ++# Commands used to build and install an old-style archive. 32.27809 ++RANLIB=$lt_RANLIB 32.27810 ++old_archive_cmds=$lt_old_archive_cmds_F77 32.27811 ++old_postinstall_cmds=$lt_old_postinstall_cmds 32.27812 ++old_postuninstall_cmds=$lt_old_postuninstall_cmds 32.27813 ++ 32.27814 ++# Create an old-style archive from a shared archive. 32.27815 ++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 32.27816 ++ 32.27817 ++# Create a temporary old-style archive to link instead of a shared archive. 32.27818 ++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 32.27819 ++ 32.27820 ++# Commands used to build and install a shared archive. 32.27821 ++archive_cmds=$lt_archive_cmds_F77 32.27822 ++archive_expsym_cmds=$lt_archive_expsym_cmds_F77 32.27823 ++postinstall_cmds=$lt_postinstall_cmds 32.27824 ++postuninstall_cmds=$lt_postuninstall_cmds 32.27825 ++ 32.27826 ++# Commands used to build a loadable module (assumed same as above if empty) 32.27827 ++module_cmds=$lt_module_cmds_F77 32.27828 ++module_expsym_cmds=$lt_module_expsym_cmds_F77 32.27829 ++ 32.27830 ++# Commands to strip libraries. 32.27831 ++old_striplib=$lt_old_striplib 32.27832 ++striplib=$lt_striplib 32.27833 ++ 32.27834 ++# Dependencies to place before the objects being linked to create a 32.27835 ++# shared library. 32.27836 ++predep_objects=$lt_predep_objects_F77 32.27837 ++ 32.27838 ++# Dependencies to place after the objects being linked to create a 32.27839 ++# shared library. 32.27840 ++postdep_objects=$lt_postdep_objects_F77 32.27841 ++ 32.27842 ++# Dependencies to place before the objects being linked to create a 32.27843 ++# shared library. 32.27844 ++predeps=$lt_predeps_F77 32.27845 ++ 32.27846 ++# Dependencies to place after the objects being linked to create a 32.27847 ++# shared library. 32.27848 ++postdeps=$lt_postdeps_F77 32.27849 ++ 32.27850 ++# The library search path used internally by the compiler when linking 32.27851 ++# a shared library. 32.27852 ++compiler_lib_search_path=$lt_compiler_lib_search_path_F77 32.27853 ++ 32.27854 ++# Method to check whether dependent libraries are shared objects. 32.27855 ++deplibs_check_method=$lt_deplibs_check_method 32.27856 ++ 32.27857 ++# Command to use when deplibs_check_method == file_magic. 32.27858 ++file_magic_cmd=$lt_file_magic_cmd 32.27859 ++ 32.27860 ++# Flag that allows shared libraries with undefined symbols to be built. 32.27861 ++allow_undefined_flag=$lt_allow_undefined_flag_F77 32.27862 ++ 32.27863 ++# Flag that forces no undefined symbols. 32.27864 ++no_undefined_flag=$lt_no_undefined_flag_F77 32.27865 ++ 32.27866 ++# Commands used to finish a libtool library installation in a directory. 32.27867 ++finish_cmds=$lt_finish_cmds 32.27868 ++ 32.27869 ++# Same as above, but a single script fragment to be evaled but not shown. 32.27870 ++finish_eval=$lt_finish_eval 32.27871 ++ 32.27872 ++# Take the output of nm and produce a listing of raw symbols and C names. 32.27873 ++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 32.27874 ++ 32.27875 ++# Transform the output of nm in a proper C declaration 32.27876 ++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 32.27877 ++ 32.27878 ++# Transform the output of nm in a C name address pair 32.27879 ++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 32.27880 ++ 32.27881 ++# This is the shared library runtime path variable. 32.27882 ++runpath_var=$runpath_var 32.27883 ++ 32.27884 ++# This is the shared library path variable. 32.27885 ++shlibpath_var=$shlibpath_var 32.27886 ++ 32.27887 ++# Is shlibpath searched before the hard-coded library search path? 32.27888 ++shlibpath_overrides_runpath=$shlibpath_overrides_runpath 32.27889 ++ 32.27890 ++# How to hardcode a shared library path into an executable. 32.27891 ++hardcode_action=$hardcode_action_F77 32.27892 ++ 32.27893 ++# Whether we should hardcode library paths into libraries. 32.27894 ++hardcode_into_libs=$hardcode_into_libs 32.27895 ++ 32.27896 ++# Flag to hardcode \$libdir into a binary during linking. 32.27897 ++# This must work even if \$libdir does not exist. 32.27898 ++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77 32.27899 ++ 32.27900 ++# If ld is used when linking, flag to hardcode \$libdir into 32.27901 ++# a binary during linking. This must work even if \$libdir does 32.27902 ++# not exist. 32.27903 ++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77 32.27904 ++ 32.27905 ++# Whether we need a single -rpath flag with a separated argument. 32.27906 ++hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 32.27907 ++ 32.27908 ++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 32.27909 ++# resulting binary. 32.27910 ++hardcode_direct=$hardcode_direct_F77 32.27911 ++ 32.27912 ++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 32.27913 ++# resulting binary. 32.27914 ++hardcode_minus_L=$hardcode_minus_L_F77 32.27915 ++ 32.27916 ++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 32.27917 ++# the resulting binary. 32.27918 ++hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 32.27919 ++ 32.27920 ++# Set to yes if building a shared library automatically hardcodes DIR into the library 32.27921 ++# and all subsequent libraries and executables linked against it. 32.27922 ++hardcode_automatic=$hardcode_automatic_F77 32.27923 ++ 32.27924 ++# Variables whose values should be saved in libtool wrapper scripts and 32.27925 ++# restored at relink time. 32.27926 ++variables_saved_for_relink="$variables_saved_for_relink" 32.27927 ++ 32.27928 ++# Whether libtool must link a program against all its dependency libraries. 32.27929 ++link_all_deplibs=$link_all_deplibs_F77 32.27930 ++ 32.27931 ++# Compile-time system search path for libraries 32.27932 ++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 32.27933 ++ 32.27934 ++# Run-time system search path for libraries 32.27935 ++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 32.27936 ++ 32.27937 ++# Fix the shell variable \$srcfile for the compiler. 32.27938 ++fix_srcfile_path="$fix_srcfile_path_F77" 32.27939 ++ 32.27940 ++# Set to yes if exported symbols are required. 32.27941 ++always_export_symbols=$always_export_symbols_F77 32.27942 ++ 32.27943 ++# The commands to list exported symbols. 32.27944 ++export_symbols_cmds=$lt_export_symbols_cmds_F77 32.27945 ++ 32.27946 ++# The commands to extract the exported symbol list from a shared archive. 32.27947 ++extract_expsyms_cmds=$lt_extract_expsyms_cmds 32.27948 ++ 32.27949 ++# Symbols that should not be listed in the preloaded symbols. 32.27950 ++exclude_expsyms=$lt_exclude_expsyms_F77 32.27951 ++ 32.27952 ++# Symbols that must always be exported. 32.27953 ++include_expsyms=$lt_include_expsyms_F77 32.27954 ++ 32.27955 ++# ### END LIBTOOL TAG CONFIG: $tagname 32.27956 ++ 32.27957 ++__EOF__ 32.27958 ++ 32.27959 ++ 32.27960 ++else 32.27961 ++ # If there is no Makefile yet, we rely on a make rule to execute 32.27962 ++ # `config.status --recheck' to rerun these tests and create the 32.27963 ++ # libtool script then. 32.27964 ++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 32.27965 ++ if test -f "$ltmain_in"; then 32.27966 ++ test -f Makefile && make "$ltmain" 32.27967 ++ fi 32.27968 ++fi 32.27969 ++ 32.27970 ++ 32.27971 ++ac_ext=c 32.27972 ++ac_cpp='$CPP $CPPFLAGS' 32.27973 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.27974 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.27975 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.27976 ++ 32.27977 ++CC="$lt_save_CC" 32.27978 ++ 32.27979 ++ else 32.27980 ++ tagname="" 32.27981 ++ fi 32.27982 ++ ;; 32.27983 ++ 32.27984 ++ GCJ) 32.27985 ++ if test -n "$GCJ" && test "X$GCJ" != "Xno"; then 32.27986 ++ 32.27987 ++ 32.27988 ++ 32.27989 ++# Source file extension for Java test sources. 32.27990 ++ac_ext=java 32.27991 ++ 32.27992 ++# Object file extension for compiled Java test sources. 32.27993 ++objext=o 32.27994 ++objext_GCJ=$objext 32.27995 ++ 32.27996 ++# Code to be used in simple compile tests 32.27997 ++lt_simple_compile_test_code="class foo {}\n" 32.27998 ++ 32.27999 ++# Code to be used in simple link tests 32.28000 ++lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n' 32.28001 ++ 32.28002 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.28003 ++ 32.28004 ++# If no C compiler was specified, use CC. 32.28005 ++LTCC=${LTCC-"$CC"} 32.28006 ++ 32.28007 ++# Allow CC to be a program name with arguments. 32.28008 ++compiler=$CC 32.28009 ++ 32.28010 ++ 32.28011 ++# Allow CC to be a program name with arguments. 32.28012 ++lt_save_CC="$CC" 32.28013 ++CC=${GCJ-"gcj"} 32.28014 ++compiler=$CC 32.28015 ++compiler_GCJ=$CC 32.28016 ++ 32.28017 ++# GCJ did not exist at the time GCC didn't implicitly link libc in. 32.28018 ++archive_cmds_need_lc_GCJ=no 32.28019 ++ 32.28020 ++ 32.28021 ++lt_prog_compiler_no_builtin_flag_GCJ= 32.28022 ++ 32.28023 ++if test "$GCC" = yes; then 32.28024 ++ lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' 32.28025 ++ 32.28026 ++ 32.28027 ++echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 32.28028 ++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 32.28029 ++if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 32.28030 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.28031 ++else 32.28032 ++ lt_cv_prog_compiler_rtti_exceptions=no 32.28033 ++ ac_outfile=conftest.$ac_objext 32.28034 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.28035 ++ lt_compiler_flag="-fno-rtti -fno-exceptions" 32.28036 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.28037 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.28038 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.28039 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.28040 ++ # The option is referenced via a variable to avoid confusing sed. 32.28041 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.28042 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.28043 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.28044 ++ -e 's:$: $lt_compiler_flag:'` 32.28045 ++ (eval echo "\"\$as_me:15447: $lt_compile\"" >&5) 32.28046 ++ (eval "$lt_compile" 2>conftest.err) 32.28047 ++ ac_status=$? 32.28048 ++ cat conftest.err >&5 32.28049 ++ echo "$as_me:15451: \$? = $ac_status" >&5 32.28050 ++ if (exit $ac_status) && test -s "$ac_outfile"; then 32.28051 ++ # The compiler can only warn and ignore the option if not recognized 32.28052 ++ # So say no if there are warnings 32.28053 ++ if test ! -s conftest.err; then 32.28054 ++ lt_cv_prog_compiler_rtti_exceptions=yes 32.28055 ++ fi 32.28056 ++ fi 32.28057 ++ $rm conftest* 32.28058 ++ 32.28059 ++fi 32.28060 ++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 32.28061 ++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 32.28062 ++ 32.28063 ++if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 32.28064 ++ lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" 32.28065 ++else 32.28066 ++ : 32.28067 ++fi 32.28068 ++ 32.28069 ++fi 32.28070 ++ 32.28071 ++lt_prog_compiler_wl_GCJ= 32.28072 ++lt_prog_compiler_pic_GCJ= 32.28073 ++lt_prog_compiler_static_GCJ= 32.28074 ++ 32.28075 ++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 32.28076 ++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 32.28077 ++ 32.28078 ++ if test "$GCC" = yes; then 32.28079 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28080 ++ lt_prog_compiler_static_GCJ='-static' 32.28081 ++ 32.28082 ++ case $host_os in 32.28083 ++ aix*) 32.28084 ++ # All AIX code is PIC. 32.28085 ++ if test "$host_cpu" = ia64; then 32.28086 ++ # AIX 5 now supports IA64 processor 32.28087 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28088 ++ fi 32.28089 ++ ;; 32.28090 ++ 32.28091 ++ amigaos*) 32.28092 ++ # FIXME: we need at least 68020 code to build shared libraries, but 32.28093 ++ # adding the `-m68020' flag to GCC prevents building anything better, 32.28094 ++ # like `-m68040'. 32.28095 ++ lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' 32.28096 ++ ;; 32.28097 ++ 32.28098 ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 32.28099 ++ # PIC is the default for these OSes. 32.28100 ++ ;; 32.28101 ++ 32.28102 ++ mingw* | pw32* | os2*) 32.28103 ++ # This hack is so that the source file can tell whether it is being 32.28104 ++ # built for inclusion in a dll (and should export symbols for example). 32.28105 ++ lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' 32.28106 ++ ;; 32.28107 ++ 32.28108 ++ darwin* | rhapsody*) 32.28109 ++ # PIC is the default on this platform 32.28110 ++ # Common symbols not allowed in MH_DYLIB files 32.28111 ++ lt_prog_compiler_pic_GCJ='-fno-common' 32.28112 ++ ;; 32.28113 ++ 32.28114 ++ msdosdjgpp*) 32.28115 ++ # Just because we use GCC doesn't mean we suddenly get shared libraries 32.28116 ++ # on systems that don't support them. 32.28117 ++ lt_prog_compiler_can_build_shared_GCJ=no 32.28118 ++ enable_shared=no 32.28119 ++ ;; 32.28120 ++ 32.28121 ++ sysv4*MP*) 32.28122 ++ if test -d /usr/nec; then 32.28123 ++ lt_prog_compiler_pic_GCJ=-Kconform_pic 32.28124 ++ fi 32.28125 ++ ;; 32.28126 ++ 32.28127 ++ hpux*) 32.28128 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.28129 ++ # not for PA HP-UX. 32.28130 ++ case "$host_cpu" in 32.28131 ++ hppa*64*|ia64*) 32.28132 ++ # +Z the default 32.28133 ++ ;; 32.28134 ++ *) 32.28135 ++ lt_prog_compiler_pic_GCJ='-fPIC' 32.28136 ++ ;; 32.28137 ++ esac 32.28138 ++ ;; 32.28139 ++ 32.28140 ++ *) 32.28141 ++ lt_prog_compiler_pic_GCJ='-fPIC' 32.28142 ++ ;; 32.28143 ++ esac 32.28144 ++ else 32.28145 ++ # PORTME Check for flag to pass linker flags through the system compiler. 32.28146 ++ case $host_os in 32.28147 ++ aix*) 32.28148 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28149 ++ if test "$host_cpu" = ia64; then 32.28150 ++ # AIX 5 now supports IA64 processor 32.28151 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28152 ++ else 32.28153 ++ lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' 32.28154 ++ fi 32.28155 ++ ;; 32.28156 ++ 32.28157 ++ mingw* | pw32* | os2*) 32.28158 ++ # This hack is so that the source file can tell whether it is being 32.28159 ++ # built for inclusion in a dll (and should export symbols for example). 32.28160 ++ lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' 32.28161 ++ ;; 32.28162 ++ 32.28163 ++ hpux9* | hpux10* | hpux11*) 32.28164 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28165 ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 32.28166 ++ # not for PA HP-UX. 32.28167 ++ case "$host_cpu" in 32.28168 ++ hppa*64*|ia64*) 32.28169 ++ # +Z the default 32.28170 ++ ;; 32.28171 ++ *) 32.28172 ++ lt_prog_compiler_pic_GCJ='+Z' 32.28173 ++ ;; 32.28174 ++ esac 32.28175 ++ # Is there a better lt_prog_compiler_static that works with the bundled CC? 32.28176 ++ lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive' 32.28177 ++ ;; 32.28178 ++ 32.28179 ++ irix5* | irix6* | nonstopux*) 32.28180 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28181 ++ # PIC (with -KPIC) is the default. 32.28182 ++ lt_prog_compiler_static_GCJ='-non_shared' 32.28183 ++ ;; 32.28184 ++ 32.28185 ++ newsos6) 32.28186 ++ lt_prog_compiler_pic_GCJ='-KPIC' 32.28187 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28188 ++ ;; 32.28189 ++ 32.28190 ++ linux*) 32.28191 ++ case $CC in 32.28192 ++ icc* | ecc*) 32.28193 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28194 ++ lt_prog_compiler_pic_GCJ='-KPIC' 32.28195 ++ lt_prog_compiler_static_GCJ='-static' 32.28196 ++ ;; 32.28197 ++ ccc*) 32.28198 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28199 ++ # All Alpha code is PIC. 32.28200 ++ lt_prog_compiler_static_GCJ='-non_shared' 32.28201 ++ ;; 32.28202 ++ esac 32.28203 ++ ;; 32.28204 ++ 32.28205 ++ osf3* | osf4* | osf5*) 32.28206 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28207 ++ # All OSF/1 code is PIC. 32.28208 ++ lt_prog_compiler_static_GCJ='-non_shared' 32.28209 ++ ;; 32.28210 ++ 32.28211 ++ sco3.2v5*) 32.28212 ++ lt_prog_compiler_pic_GCJ='-Kpic' 32.28213 ++ lt_prog_compiler_static_GCJ='-dn' 32.28214 ++ ;; 32.28215 ++ 32.28216 ++ solaris*) 32.28217 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28218 ++ lt_prog_compiler_pic_GCJ='-KPIC' 32.28219 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28220 ++ ;; 32.28221 ++ 32.28222 ++ sunos4*) 32.28223 ++ lt_prog_compiler_wl_GCJ='-Qoption ld ' 32.28224 ++ lt_prog_compiler_pic_GCJ='-PIC' 32.28225 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28226 ++ ;; 32.28227 ++ 32.28228 ++ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.28229 ++ lt_prog_compiler_wl_GCJ='-Wl,' 32.28230 ++ lt_prog_compiler_pic_GCJ='-KPIC' 32.28231 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28232 ++ ;; 32.28233 ++ 32.28234 ++ sysv4*MP*) 32.28235 ++ if test -d /usr/nec ;then 32.28236 ++ lt_prog_compiler_pic_GCJ='-Kconform_pic' 32.28237 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28238 ++ fi 32.28239 ++ ;; 32.28240 ++ 32.28241 ++ uts4*) 32.28242 ++ lt_prog_compiler_pic_GCJ='-pic' 32.28243 ++ lt_prog_compiler_static_GCJ='-Bstatic' 32.28244 ++ ;; 32.28245 ++ 32.28246 ++ *) 32.28247 ++ lt_prog_compiler_can_build_shared_GCJ=no 32.28248 ++ ;; 32.28249 ++ esac 32.28250 ++ fi 32.28251 ++ 32.28252 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 32.28253 ++echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 32.28254 ++ 32.28255 ++# 32.28256 ++# Check to make sure the PIC flag actually works. 32.28257 ++# 32.28258 ++if test -n "$lt_prog_compiler_pic_GCJ"; then 32.28259 ++ 32.28260 ++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 32.28261 ++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 32.28262 ++if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then 32.28263 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.28264 ++else 32.28265 ++ lt_prog_compiler_pic_works_GCJ=no 32.28266 ++ ac_outfile=conftest.$ac_objext 32.28267 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.28268 ++ lt_compiler_flag="$lt_prog_compiler_pic_GCJ" 32.28269 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.28270 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.28271 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.28272 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.28273 ++ # The option is referenced via a variable to avoid confusing sed. 32.28274 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.28275 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.28276 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.28277 ++ -e 's:$: $lt_compiler_flag:'` 32.28278 ++ (eval echo "\"\$as_me:15680: $lt_compile\"" >&5) 32.28279 ++ (eval "$lt_compile" 2>conftest.err) 32.28280 ++ ac_status=$? 32.28281 ++ cat conftest.err >&5 32.28282 ++ echo "$as_me:15684: \$? = $ac_status" >&5 32.28283 ++ if (exit $ac_status) && test -s "$ac_outfile"; then 32.28284 ++ # The compiler can only warn and ignore the option if not recognized 32.28285 ++ # So say no if there are warnings 32.28286 ++ if test ! -s conftest.err; then 32.28287 ++ lt_prog_compiler_pic_works_GCJ=yes 32.28288 ++ fi 32.28289 ++ fi 32.28290 ++ $rm conftest* 32.28291 ++ 32.28292 ++fi 32.28293 ++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 32.28294 ++echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 32.28295 ++ 32.28296 ++if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then 32.28297 ++ case $lt_prog_compiler_pic_GCJ in 32.28298 ++ "" | " "*) ;; 32.28299 ++ *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; 32.28300 ++ esac 32.28301 ++else 32.28302 ++ lt_prog_compiler_pic_GCJ= 32.28303 ++ lt_prog_compiler_can_build_shared_GCJ=no 32.28304 ++fi 32.28305 ++ 32.28306 ++fi 32.28307 ++case "$host_os" in 32.28308 ++ # For platforms which do not support PIC, -DPIC is meaningless: 32.28309 ++ *djgpp*) 32.28310 ++ lt_prog_compiler_pic_GCJ= 32.28311 ++ ;; 32.28312 ++ *) 32.28313 ++ lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" 32.28314 ++ ;; 32.28315 ++esac 32.28316 ++ 32.28317 ++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 32.28318 ++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 32.28319 ++if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then 32.28320 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.28321 ++else 32.28322 ++ lt_cv_prog_compiler_c_o_GCJ=no 32.28323 ++ $rm -r conftest 2>/dev/null 32.28324 ++ mkdir conftest 32.28325 ++ cd conftest 32.28326 ++ mkdir out 32.28327 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.28328 ++ 32.28329 ++ # According to Tom Tromey, Ian Lance Taylor reported there are C compilers 32.28330 ++ # that will create temporary files in the current directory regardless of 32.28331 ++ # the output directory. Thus, making CWD read-only will cause this test 32.28332 ++ # to fail, enabling locking or at least warning the user not to do parallel 32.28333 ++ # builds. 32.28334 ++ chmod -w . 32.28335 ++ 32.28336 ++ lt_compiler_flag="-o out/conftest2.$ac_objext" 32.28337 ++ # Insert the option either (1) after the last *FLAGS variable, or 32.28338 ++ # (2) before a word containing "conftest.", or (3) at the end. 32.28339 ++ # Note that $ac_compile itself does not contain backslashes and begins 32.28340 ++ # with a dollar sign (not a hyphen), so the echo should work correctly. 32.28341 ++ lt_compile=`echo "$ac_compile" | $SED \ 32.28342 ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 32.28343 ++ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 32.28344 ++ -e 's:$: $lt_compiler_flag:'` 32.28345 ++ (eval echo "\"\$as_me:15747: $lt_compile\"" >&5) 32.28346 ++ (eval "$lt_compile" 2>out/conftest.err) 32.28347 ++ ac_status=$? 32.28348 ++ cat out/conftest.err >&5 32.28349 ++ echo "$as_me:15751: \$? = $ac_status" >&5 32.28350 ++ if (exit $ac_status) && test -s out/conftest2.$ac_objext 32.28351 ++ then 32.28352 ++ # The compiler can only warn and ignore the option if not recognized 32.28353 ++ # So say no if there are warnings 32.28354 ++ if test ! -s out/conftest.err; then 32.28355 ++ lt_cv_prog_compiler_c_o_GCJ=yes 32.28356 ++ fi 32.28357 ++ fi 32.28358 ++ chmod u+w . 32.28359 ++ $rm conftest* 32.28360 ++ # SGI C++ compiler will create directory out/ii_files/ for 32.28361 ++ # template instantiation 32.28362 ++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 32.28363 ++ $rm out/* && rmdir out 32.28364 ++ cd .. 32.28365 ++ rmdir conftest 32.28366 ++ $rm conftest* 32.28367 ++ 32.28368 ++fi 32.28369 ++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 32.28370 ++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 32.28371 ++ 32.28372 ++ 32.28373 ++hard_links="nottested" 32.28374 ++if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then 32.28375 ++ # do not overwrite the value of need_locks provided by the user 32.28376 ++ echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 32.28377 ++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 32.28378 ++ hard_links=yes 32.28379 ++ $rm conftest* 32.28380 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.28381 ++ touch conftest.a 32.28382 ++ ln conftest.a conftest.b 2>&5 || hard_links=no 32.28383 ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no 32.28384 ++ echo "$as_me:$LINENO: result: $hard_links" >&5 32.28385 ++echo "${ECHO_T}$hard_links" >&6 32.28386 ++ if test "$hard_links" = no; then 32.28387 ++ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 32.28388 ++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 32.28389 ++ need_locks=warn 32.28390 ++ fi 32.28391 ++else 32.28392 ++ need_locks=no 32.28393 ++fi 32.28394 ++ 32.28395 ++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 32.28396 ++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 32.28397 ++ 32.28398 ++ runpath_var= 32.28399 ++ allow_undefined_flag_GCJ= 32.28400 ++ enable_shared_with_static_runtimes_GCJ=no 32.28401 ++ archive_cmds_GCJ= 32.28402 ++ archive_expsym_cmds_GCJ= 32.28403 ++ old_archive_From_new_cmds_GCJ= 32.28404 ++ old_archive_from_expsyms_cmds_GCJ= 32.28405 ++ export_dynamic_flag_spec_GCJ= 32.28406 ++ whole_archive_flag_spec_GCJ= 32.28407 ++ thread_safe_flag_spec_GCJ= 32.28408 ++ hardcode_libdir_flag_spec_GCJ= 32.28409 ++ hardcode_libdir_flag_spec_ld_GCJ= 32.28410 ++ hardcode_libdir_separator_GCJ= 32.28411 ++ hardcode_direct_GCJ=no 32.28412 ++ hardcode_minus_L_GCJ=no 32.28413 ++ hardcode_shlibpath_var_GCJ=unsupported 32.28414 ++ link_all_deplibs_GCJ=unknown 32.28415 ++ hardcode_automatic_GCJ=no 32.28416 ++ module_cmds_GCJ= 32.28417 ++ module_expsym_cmds_GCJ= 32.28418 ++ always_export_symbols_GCJ=no 32.28419 ++ export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 32.28420 ++ # include_expsyms should be a list of space-separated symbols to be *always* 32.28421 ++ # included in the symbol list 32.28422 ++ include_expsyms_GCJ= 32.28423 ++ # exclude_expsyms can be an extended regexp of symbols to exclude 32.28424 ++ # it will be wrapped by ` (' and `)$', so one must not match beginning or 32.28425 ++ # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 32.28426 ++ # as well as any symbol that contains `d'. 32.28427 ++ exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" 32.28428 ++ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 32.28429 ++ # platforms (ab)use it in PIC code, but their linkers get confused if 32.28430 ++ # the symbol is explicitly referenced. Since portable code cannot 32.28431 ++ # rely on this symbol name, it's probably fine to never include it in 32.28432 ++ # preloaded symbol tables. 32.28433 ++ extract_expsyms_cmds= 32.28434 ++ 32.28435 ++ case $host_os in 32.28436 ++ cygwin* | mingw* | pw32*) 32.28437 ++ # FIXME: the MSVC++ port hasn't been tested in a loooong time 32.28438 ++ # When not using gcc, we currently assume that we are using 32.28439 ++ # Microsoft Visual C++. 32.28440 ++ if test "$GCC" != yes; then 32.28441 ++ with_gnu_ld=no 32.28442 ++ fi 32.28443 ++ ;; 32.28444 ++ openbsd*) 32.28445 ++ with_gnu_ld=no 32.28446 ++ ;; 32.28447 ++ esac 32.28448 ++ 32.28449 ++ ld_shlibs_GCJ=yes 32.28450 ++ if test "$with_gnu_ld" = yes; then 32.28451 ++ # If archive_cmds runs LD, not CC, wlarc should be empty 32.28452 ++ wlarc='${wl}' 32.28453 ++ 32.28454 ++ # See if GNU ld supports shared libraries. 32.28455 ++ case $host_os in 32.28456 ++ aix3* | aix4* | aix5*) 32.28457 ++ # On AIX/PPC, the GNU linker is very broken 32.28458 ++ if test "$host_cpu" != ia64; then 32.28459 ++ ld_shlibs_GCJ=no 32.28460 ++ cat <<EOF 1>&2 32.28461 ++ 32.28462 ++*** Warning: the GNU linker, at least up to release 2.9.1, is reported 32.28463 ++*** to be unable to reliably create shared libraries on AIX. 32.28464 ++*** Therefore, libtool is disabling shared libraries support. If you 32.28465 ++*** really care for shared libraries, you may want to modify your PATH 32.28466 ++*** so that a non-GNU linker is found, and then restart. 32.28467 ++ 32.28468 ++EOF 32.28469 ++ fi 32.28470 ++ ;; 32.28471 ++ 32.28472 ++ amigaos*) 32.28473 ++ archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.28474 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.28475 ++ hardcode_minus_L_GCJ=yes 32.28476 ++ 32.28477 ++ # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports 32.28478 ++ # that the semantics of dynamic libraries on AmigaOS, at least up 32.28479 ++ # to version 4, is to share data among multiple programs linked 32.28480 ++ # with the same dynamic library. Since this doesn't match the 32.28481 ++ # behavior of shared libraries on other platforms, we can't use 32.28482 ++ # them. 32.28483 ++ ld_shlibs_GCJ=no 32.28484 ++ ;; 32.28485 ++ 32.28486 ++ beos*) 32.28487 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.28488 ++ allow_undefined_flag_GCJ=unsupported 32.28489 ++ # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 32.28490 ++ # support --undefined. This deserves some investigation. FIXME 32.28491 ++ archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.28492 ++ else 32.28493 ++ ld_shlibs_GCJ=no 32.28494 ++ fi 32.28495 ++ ;; 32.28496 ++ 32.28497 ++ cygwin* | mingw* | pw32*) 32.28498 ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless, 32.28499 ++ # as there is no search path for DLLs. 32.28500 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.28501 ++ allow_undefined_flag_GCJ=unsupported 32.28502 ++ always_export_symbols_GCJ=no 32.28503 ++ enable_shared_with_static_runtimes_GCJ=yes 32.28504 ++ export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 32.28505 ++ 32.28506 ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 32.28507 ++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.28508 ++ # If the export-symbols file already is a .def file (1st line 32.28509 ++ # is EXPORTS), use it as is; otherwise, prepend... 32.28510 ++ archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 32.28511 ++ cp $export_symbols $output_objdir/$soname.def; 32.28512 ++ else 32.28513 ++ echo EXPORTS > $output_objdir/$soname.def; 32.28514 ++ cat $export_symbols >> $output_objdir/$soname.def; 32.28515 ++ fi~ 32.28516 ++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' 32.28517 ++ else 32.28518 ++ ld_shlibs=no 32.28519 ++ fi 32.28520 ++ ;; 32.28521 ++ 32.28522 ++ netbsd*) 32.28523 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.28524 ++ archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 32.28525 ++ wlarc= 32.28526 ++ else 32.28527 ++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.28528 ++ archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.28529 ++ fi 32.28530 ++ ;; 32.28531 ++ 32.28532 ++ solaris* | sysv5*) 32.28533 ++ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 32.28534 ++ ld_shlibs_GCJ=no 32.28535 ++ cat <<EOF 1>&2 32.28536 ++ 32.28537 ++*** Warning: The releases 2.8.* of the GNU linker cannot reliably 32.28538 ++*** create shared libraries on Solaris systems. Therefore, libtool 32.28539 ++*** is disabling shared libraries support. We urge you to upgrade GNU 32.28540 ++*** binutils to release 2.9.1 or newer. Another option is to modify 32.28541 ++*** your PATH or compiler configuration so that the native linker is 32.28542 ++*** used, and then restart. 32.28543 ++ 32.28544 ++EOF 32.28545 ++ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.28546 ++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.28547 ++ archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.28548 ++ else 32.28549 ++ ld_shlibs_GCJ=no 32.28550 ++ fi 32.28551 ++ ;; 32.28552 ++ 32.28553 ++ sunos4*) 32.28554 ++ archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.28555 ++ wlarc= 32.28556 ++ hardcode_direct_GCJ=yes 32.28557 ++ hardcode_shlibpath_var_GCJ=no 32.28558 ++ ;; 32.28559 ++ 32.28560 ++ linux*) 32.28561 ++ if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 32.28562 ++ tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.28563 ++ archive_cmds_GCJ="$tmp_archive_cmds" 32.28564 ++ supports_anon_versioning=no 32.28565 ++ case `$LD -v 2>/dev/null` in 32.28566 ++ *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 32.28567 ++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 32.28568 ++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 32.28569 ++ *\ 2.11.*) ;; # other 2.11 versions 32.28570 ++ *) supports_anon_versioning=yes ;; 32.28571 ++ esac 32.28572 ++ if test $supports_anon_versioning = yes; then 32.28573 ++ archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ 32.28574 ++cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 32.28575 ++$echo "local: *; };" >> $output_objdir/$libname.ver~ 32.28576 ++ $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 32.28577 ++ else 32.28578 ++ archive_expsym_cmds_GCJ="$tmp_archive_cmds" 32.28579 ++ fi 32.28580 ++ else 32.28581 ++ ld_shlibs_GCJ=no 32.28582 ++ fi 32.28583 ++ ;; 32.28584 ++ 32.28585 ++ *) 32.28586 ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 32.28587 ++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 32.28588 ++ archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 32.28589 ++ else 32.28590 ++ ld_shlibs_GCJ=no 32.28591 ++ fi 32.28592 ++ ;; 32.28593 ++ esac 32.28594 ++ 32.28595 ++ if test "$ld_shlibs_GCJ" = yes; then 32.28596 ++ runpath_var=LD_RUN_PATH 32.28597 ++ hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' 32.28598 ++ export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' 32.28599 ++ # ancient GNU ld didn't support --whole-archive et. al. 32.28600 ++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 32.28601 ++ whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 32.28602 ++ else 32.28603 ++ whole_archive_flag_spec_GCJ= 32.28604 ++ fi 32.28605 ++ fi 32.28606 ++ else 32.28607 ++ # PORTME fill in a description of your system's linker (not GNU ld) 32.28608 ++ case $host_os in 32.28609 ++ aix3*) 32.28610 ++ allow_undefined_flag_GCJ=unsupported 32.28611 ++ always_export_symbols_GCJ=yes 32.28612 ++ archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' 32.28613 ++ # Note: this linker hardcodes the directories in LIBPATH if there 32.28614 ++ # are no directories specified by -L. 32.28615 ++ hardcode_minus_L_GCJ=yes 32.28616 ++ if test "$GCC" = yes && test -z "$link_static_flag"; then 32.28617 ++ # Neither direct hardcoding nor static linking is supported with a 32.28618 ++ # broken collect2. 32.28619 ++ hardcode_direct_GCJ=unsupported 32.28620 ++ fi 32.28621 ++ ;; 32.28622 ++ 32.28623 ++ aix4* | aix5*) 32.28624 ++ if test "$host_cpu" = ia64; then 32.28625 ++ # On IA64, the linker does run time linking by default, so we don't 32.28626 ++ # have to do anything special. 32.28627 ++ aix_use_runtimelinking=no 32.28628 ++ exp_sym_flag='-Bexport' 32.28629 ++ no_entry_flag="" 32.28630 ++ else 32.28631 ++ # If we're using GNU nm, then we don't want the "-C" option. 32.28632 ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm 32.28633 ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 32.28634 ++ export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.28635 ++ else 32.28636 ++ export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' 32.28637 ++ fi 32.28638 ++ aix_use_runtimelinking=no 32.28639 ++ 32.28640 ++ # Test if we are trying to use run time linking or normal 32.28641 ++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we 32.28642 ++ # need to do runtime linking. 32.28643 ++ case $host_os in aix4.[23]|aix4.[23].*|aix5*) 32.28644 ++ for ld_flag in $LDFLAGS; do 32.28645 ++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 32.28646 ++ aix_use_runtimelinking=yes 32.28647 ++ break 32.28648 ++ fi 32.28649 ++ done 32.28650 ++ esac 32.28651 ++ 32.28652 ++ exp_sym_flag='-bexport' 32.28653 ++ no_entry_flag='-bnoentry' 32.28654 ++ fi 32.28655 ++ 32.28656 ++ # When large executables or shared objects are built, AIX ld can 32.28657 ++ # have problems creating the table of contents. If linking a library 32.28658 ++ # or program results in "error TOC overflow" add -mminimal-toc to 32.28659 ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 32.28660 ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 32.28661 ++ 32.28662 ++ archive_cmds_GCJ='' 32.28663 ++ hardcode_direct_GCJ=yes 32.28664 ++ hardcode_libdir_separator_GCJ=':' 32.28665 ++ link_all_deplibs_GCJ=yes 32.28666 ++ 32.28667 ++ if test "$GCC" = yes; then 32.28668 ++ case $host_os in aix4.012|aix4.012.*) 32.28669 ++ # We only want to do this on AIX 4.2 and lower, the check 32.28670 ++ # below for broken collect2 doesn't work under 4.3+ 32.28671 ++ collect2name=`${CC} -print-prog-name=collect2` 32.28672 ++ if test -f "$collect2name" && \ 32.28673 ++ strings "$collect2name" | grep resolve_lib_name >/dev/null 32.28674 ++ then 32.28675 ++ # We have reworked collect2 32.28676 ++ hardcode_direct_GCJ=yes 32.28677 ++ else 32.28678 ++ # We have old collect2 32.28679 ++ hardcode_direct_GCJ=unsupported 32.28680 ++ # It fails to find uninstalled libraries when the uninstalled 32.28681 ++ # path is not listed in the libpath. Setting hardcode_minus_L 32.28682 ++ # to unsupported forces relinking 32.28683 ++ hardcode_minus_L_GCJ=yes 32.28684 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.28685 ++ hardcode_libdir_separator_GCJ= 32.28686 ++ fi 32.28687 ++ esac 32.28688 ++ shared_flag='-shared' 32.28689 ++ else 32.28690 ++ # not using gcc 32.28691 ++ if test "$host_cpu" = ia64; then 32.28692 ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 32.28693 ++ # chokes on -Wl,-G. The following line is correct: 32.28694 ++ shared_flag='-G' 32.28695 ++ else 32.28696 ++ if test "$aix_use_runtimelinking" = yes; then 32.28697 ++ shared_flag='${wl}-G' 32.28698 ++ else 32.28699 ++ shared_flag='${wl}-bM:SRE' 32.28700 ++ fi 32.28701 ++ fi 32.28702 ++ fi 32.28703 ++ 32.28704 ++ # It seems that -bexpall does not export symbols beginning with 32.28705 ++ # underscore (_), so it is better to generate a list of symbols to export. 32.28706 ++ always_export_symbols_GCJ=yes 32.28707 ++ if test "$aix_use_runtimelinking" = yes; then 32.28708 ++ # Warning - without using the other runtime loading flags (-brtl), 32.28709 ++ # -berok will link without error, but may produce a broken library. 32.28710 ++ allow_undefined_flag_GCJ='-berok' 32.28711 ++ # Determine the default libpath from the value encoded in an empty executable. 32.28712 ++ cat >conftest.$ac_ext <<_ACEOF 32.28713 ++/* confdefs.h. */ 32.28714 ++_ACEOF 32.28715 ++cat confdefs.h >>conftest.$ac_ext 32.28716 ++cat >>conftest.$ac_ext <<_ACEOF 32.28717 ++/* end confdefs.h. */ 32.28718 ++ 32.28719 ++int 32.28720 ++main () 32.28721 ++{ 32.28722 ++ 32.28723 ++ ; 32.28724 ++ return 0; 32.28725 ++} 32.28726 ++_ACEOF 32.28727 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.28728 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.28729 ++ (eval $ac_link) 2>conftest.er1 32.28730 ++ ac_status=$? 32.28731 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.28732 ++ rm -f conftest.er1 32.28733 ++ cat conftest.err >&5 32.28734 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.28735 ++ (exit $ac_status); } && 32.28736 ++ { ac_try='test -z "$ac_c_werror_flag" 32.28737 ++ || test ! -s conftest.err' 32.28738 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.28739 ++ (eval $ac_try) 2>&5 32.28740 ++ ac_status=$? 32.28741 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.28742 ++ (exit $ac_status); }; } && 32.28743 ++ { ac_try='test -s conftest$ac_exeext' 32.28744 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.28745 ++ (eval $ac_try) 2>&5 32.28746 ++ ac_status=$? 32.28747 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.28748 ++ (exit $ac_status); }; }; then 32.28749 ++ 32.28750 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.28751 ++}'` 32.28752 ++# Check for a 64-bit object if we didn't find anything. 32.28753 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.28754 ++}'`; fi 32.28755 ++else 32.28756 ++ echo "$as_me: failed program was:" >&5 32.28757 ++sed 's/^/| /' conftest.$ac_ext >&5 32.28758 ++ 32.28759 ++fi 32.28760 ++rm -f conftest.err conftest.$ac_objext \ 32.28761 ++ conftest$ac_exeext conftest.$ac_ext 32.28762 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.28763 ++ 32.28764 ++ hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" 32.28765 ++ archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" 32.28766 ++ else 32.28767 ++ if test "$host_cpu" = ia64; then 32.28768 ++ hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' 32.28769 ++ allow_undefined_flag_GCJ="-z nodefs" 32.28770 ++ archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" 32.28771 ++ else 32.28772 ++ # Determine the default libpath from the value encoded in an empty executable. 32.28773 ++ cat >conftest.$ac_ext <<_ACEOF 32.28774 ++/* confdefs.h. */ 32.28775 ++_ACEOF 32.28776 ++cat confdefs.h >>conftest.$ac_ext 32.28777 ++cat >>conftest.$ac_ext <<_ACEOF 32.28778 ++/* end confdefs.h. */ 32.28779 ++ 32.28780 ++int 32.28781 ++main () 32.28782 ++{ 32.28783 ++ 32.28784 ++ ; 32.28785 ++ return 0; 32.28786 ++} 32.28787 ++_ACEOF 32.28788 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.28789 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.28790 ++ (eval $ac_link) 2>conftest.er1 32.28791 ++ ac_status=$? 32.28792 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.28793 ++ rm -f conftest.er1 32.28794 ++ cat conftest.err >&5 32.28795 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.28796 ++ (exit $ac_status); } && 32.28797 ++ { ac_try='test -z "$ac_c_werror_flag" 32.28798 ++ || test ! -s conftest.err' 32.28799 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.28800 ++ (eval $ac_try) 2>&5 32.28801 ++ ac_status=$? 32.28802 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.28803 ++ (exit $ac_status); }; } && 32.28804 ++ { ac_try='test -s conftest$ac_exeext' 32.28805 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.28806 ++ (eval $ac_try) 2>&5 32.28807 ++ ac_status=$? 32.28808 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.28809 ++ (exit $ac_status); }; }; then 32.28810 ++ 32.28811 ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.28812 ++}'` 32.28813 ++# Check for a 64-bit object if we didn't find anything. 32.28814 ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 32.28815 ++}'`; fi 32.28816 ++else 32.28817 ++ echo "$as_me: failed program was:" >&5 32.28818 ++sed 's/^/| /' conftest.$ac_ext >&5 32.28819 ++ 32.28820 ++fi 32.28821 ++rm -f conftest.err conftest.$ac_objext \ 32.28822 ++ conftest$ac_exeext conftest.$ac_ext 32.28823 ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 32.28824 ++ 32.28825 ++ hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" 32.28826 ++ # Warning - without using the other run time loading flags, 32.28827 ++ # -berok will link without error, but may produce a broken library. 32.28828 ++ no_undefined_flag_GCJ=' ${wl}-bernotok' 32.28829 ++ allow_undefined_flag_GCJ=' ${wl}-berok' 32.28830 ++ # -bexpall does not export symbols beginning with underscore (_) 32.28831 ++ always_export_symbols_GCJ=yes 32.28832 ++ # Exported symbols can be pulled into shared objects from archives 32.28833 ++ whole_archive_flag_spec_GCJ=' ' 32.28834 ++ archive_cmds_need_lc_GCJ=yes 32.28835 ++ # This is similar to how AIX traditionally builds it's shared libraries. 32.28836 ++ archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' 32.28837 ++ fi 32.28838 ++ fi 32.28839 ++ ;; 32.28840 ++ 32.28841 ++ amigaos*) 32.28842 ++ archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' 32.28843 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.28844 ++ hardcode_minus_L_GCJ=yes 32.28845 ++ # see comment about different semantics on the GNU ld section 32.28846 ++ ld_shlibs_GCJ=no 32.28847 ++ ;; 32.28848 ++ 32.28849 ++ bsdi4*) 32.28850 ++ export_dynamic_flag_spec_GCJ=-rdynamic 32.28851 ++ ;; 32.28852 ++ 32.28853 ++ cygwin* | mingw* | pw32*) 32.28854 ++ # When not using gcc, we currently assume that we are using 32.28855 ++ # Microsoft Visual C++. 32.28856 ++ # hardcode_libdir_flag_spec is actually meaningless, as there is 32.28857 ++ # no search path for DLLs. 32.28858 ++ hardcode_libdir_flag_spec_GCJ=' ' 32.28859 ++ allow_undefined_flag_GCJ=unsupported 32.28860 ++ # Tell ltmain to make .lib files, not .a files. 32.28861 ++ libext=lib 32.28862 ++ # Tell ltmain to make .dll files, not .so files. 32.28863 ++ shrext=".dll" 32.28864 ++ # FIXME: Setting linknames here is a bad hack. 32.28865 ++ archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 32.28866 ++ # The linker will automatically build a .lib file if we build a DLL. 32.28867 ++ old_archive_From_new_cmds_GCJ='true' 32.28868 ++ # FIXME: Should let the user specify the lib program. 32.28869 ++ old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' 32.28870 ++ fix_srcfile_path='`cygpath -w "$srcfile"`' 32.28871 ++ enable_shared_with_static_runtimes_GCJ=yes 32.28872 ++ ;; 32.28873 ++ 32.28874 ++ darwin* | rhapsody*) 32.28875 ++ if test "$GXX" = yes ; then 32.28876 ++ archive_cmds_need_lc_GCJ=no 32.28877 ++ case "$host_os" in 32.28878 ++ rhapsody* | darwin1.[012]) 32.28879 ++ allow_undefined_flag_GCJ='-undefined suppress' 32.28880 ++ ;; 32.28881 ++ *) # Darwin 1.3 on 32.28882 ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 32.28883 ++ allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' 32.28884 ++ else 32.28885 ++ case ${MACOSX_DEPLOYMENT_TARGET} in 32.28886 ++ 10.[012]) 32.28887 ++ allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' 32.28888 ++ ;; 32.28889 ++ 10.*) 32.28890 ++ allow_undefined_flag_GCJ='-undefined dynamic_lookup' 32.28891 ++ ;; 32.28892 ++ esac 32.28893 ++ fi 32.28894 ++ ;; 32.28895 ++ esac 32.28896 ++ lt_int_apple_cc_single_mod=no 32.28897 ++ output_verbose_link_cmd='echo' 32.28898 ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 32.28899 ++ lt_int_apple_cc_single_mod=yes 32.28900 ++ fi 32.28901 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.28902 ++ archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.28903 ++ else 32.28904 ++ archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 32.28905 ++ fi 32.28906 ++ module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 32.28907 ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 32.28908 ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 32.28909 ++ archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.28910 ++ else 32.28911 ++ archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.28912 ++ fi 32.28913 ++ module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 32.28914 ++ hardcode_direct_GCJ=no 32.28915 ++ hardcode_automatic_GCJ=yes 32.28916 ++ hardcode_shlibpath_var_GCJ=unsupported 32.28917 ++ whole_archive_flag_spec_GCJ='-all_load $convenience' 32.28918 ++ link_all_deplibs_GCJ=yes 32.28919 ++ else 32.28920 ++ ld_shlibs_GCJ=no 32.28921 ++ fi 32.28922 ++ ;; 32.28923 ++ 32.28924 ++ dgux*) 32.28925 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.28926 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.28927 ++ hardcode_shlibpath_var_GCJ=no 32.28928 ++ ;; 32.28929 ++ 32.28930 ++ freebsd1*) 32.28931 ++ ld_shlibs_GCJ=no 32.28932 ++ ;; 32.28933 ++ 32.28934 ++ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 32.28935 ++ # support. Future versions do this automatically, but an explicit c++rt0.o 32.28936 ++ # does not break anything, and helps significantly (at the cost of a little 32.28937 ++ # extra space). 32.28938 ++ freebsd2.2*) 32.28939 ++ archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 32.28940 ++ hardcode_libdir_flag_spec_GCJ='-R$libdir' 32.28941 ++ hardcode_direct_GCJ=yes 32.28942 ++ hardcode_shlibpath_var_GCJ=no 32.28943 ++ ;; 32.28944 ++ 32.28945 ++ # Unfortunately, older versions of FreeBSD 2 do not have this feature. 32.28946 ++ freebsd2*) 32.28947 ++ archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.28948 ++ hardcode_direct_GCJ=yes 32.28949 ++ hardcode_minus_L_GCJ=yes 32.28950 ++ hardcode_shlibpath_var_GCJ=no 32.28951 ++ ;; 32.28952 ++ 32.28953 ++ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 32.28954 ++ freebsd* | kfreebsd*-gnu) 32.28955 ++ archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 32.28956 ++ hardcode_libdir_flag_spec_GCJ='-R$libdir' 32.28957 ++ hardcode_direct_GCJ=yes 32.28958 ++ hardcode_shlibpath_var_GCJ=no 32.28959 ++ ;; 32.28960 ++ 32.28961 ++ hpux9*) 32.28962 ++ if test "$GCC" = yes; then 32.28963 ++ archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.28964 ++ else 32.28965 ++ archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 32.28966 ++ fi 32.28967 ++ hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' 32.28968 ++ hardcode_libdir_separator_GCJ=: 32.28969 ++ hardcode_direct_GCJ=yes 32.28970 ++ 32.28971 ++ # hardcode_minus_L: Not really in the search PATH, 32.28972 ++ # but as the default location of the library. 32.28973 ++ hardcode_minus_L_GCJ=yes 32.28974 ++ export_dynamic_flag_spec_GCJ='${wl}-E' 32.28975 ++ ;; 32.28976 ++ 32.28977 ++ hpux10* | hpux11*) 32.28978 ++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then 32.28979 ++ case "$host_cpu" in 32.28980 ++ hppa*64*|ia64*) 32.28981 ++ archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.28982 ++ ;; 32.28983 ++ *) 32.28984 ++ archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 32.28985 ++ ;; 32.28986 ++ esac 32.28987 ++ else 32.28988 ++ case "$host_cpu" in 32.28989 ++ hppa*64*|ia64*) 32.28990 ++ archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' 32.28991 ++ ;; 32.28992 ++ *) 32.28993 ++ archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 32.28994 ++ ;; 32.28995 ++ esac 32.28996 ++ fi 32.28997 ++ if test "$with_gnu_ld" = no; then 32.28998 ++ case "$host_cpu" in 32.28999 ++ hppa*64*) 32.29000 ++ hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' 32.29001 ++ hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' 32.29002 ++ hardcode_libdir_separator_GCJ=: 32.29003 ++ hardcode_direct_GCJ=no 32.29004 ++ hardcode_shlibpath_var_GCJ=no 32.29005 ++ ;; 32.29006 ++ ia64*) 32.29007 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.29008 ++ hardcode_direct_GCJ=no 32.29009 ++ hardcode_shlibpath_var_GCJ=no 32.29010 ++ 32.29011 ++ # hardcode_minus_L: Not really in the search PATH, 32.29012 ++ # but as the default location of the library. 32.29013 ++ hardcode_minus_L_GCJ=yes 32.29014 ++ ;; 32.29015 ++ *) 32.29016 ++ hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' 32.29017 ++ hardcode_libdir_separator_GCJ=: 32.29018 ++ hardcode_direct_GCJ=yes 32.29019 ++ export_dynamic_flag_spec_GCJ='${wl}-E' 32.29020 ++ 32.29021 ++ # hardcode_minus_L: Not really in the search PATH, 32.29022 ++ # but as the default location of the library. 32.29023 ++ hardcode_minus_L_GCJ=yes 32.29024 ++ ;; 32.29025 ++ esac 32.29026 ++ fi 32.29027 ++ ;; 32.29028 ++ 32.29029 ++ irix5* | irix6* | nonstopux*) 32.29030 ++ if test "$GCC" = yes; then 32.29031 ++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.29032 ++ else 32.29033 ++ archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.29034 ++ hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' 32.29035 ++ fi 32.29036 ++ hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 32.29037 ++ hardcode_libdir_separator_GCJ=: 32.29038 ++ link_all_deplibs_GCJ=yes 32.29039 ++ ;; 32.29040 ++ 32.29041 ++ netbsd*) 32.29042 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.29043 ++ archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 32.29044 ++ else 32.29045 ++ archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 32.29046 ++ fi 32.29047 ++ hardcode_libdir_flag_spec_GCJ='-R$libdir' 32.29048 ++ hardcode_direct_GCJ=yes 32.29049 ++ hardcode_shlibpath_var_GCJ=no 32.29050 ++ ;; 32.29051 ++ 32.29052 ++ newsos6) 32.29053 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29054 ++ hardcode_direct_GCJ=yes 32.29055 ++ hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 32.29056 ++ hardcode_libdir_separator_GCJ=: 32.29057 ++ hardcode_shlibpath_var_GCJ=no 32.29058 ++ ;; 32.29059 ++ 32.29060 ++ openbsd*) 32.29061 ++ hardcode_direct_GCJ=yes 32.29062 ++ hardcode_shlibpath_var_GCJ=no 32.29063 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.29064 ++ archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.29065 ++ hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' 32.29066 ++ export_dynamic_flag_spec_GCJ='${wl}-E' 32.29067 ++ else 32.29068 ++ case $host_os in 32.29069 ++ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) 32.29070 ++ archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 32.29071 ++ hardcode_libdir_flag_spec_GCJ='-R$libdir' 32.29072 ++ ;; 32.29073 ++ *) 32.29074 ++ archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 32.29075 ++ hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' 32.29076 ++ ;; 32.29077 ++ esac 32.29078 ++ fi 32.29079 ++ ;; 32.29080 ++ 32.29081 ++ os2*) 32.29082 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.29083 ++ hardcode_minus_L_GCJ=yes 32.29084 ++ allow_undefined_flag_GCJ=unsupported 32.29085 ++ archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 32.29086 ++ old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 32.29087 ++ ;; 32.29088 ++ 32.29089 ++ osf3*) 32.29090 ++ if test "$GCC" = yes; then 32.29091 ++ allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' 32.29092 ++ archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.29093 ++ else 32.29094 ++ allow_undefined_flag_GCJ=' -expect_unresolved \*' 32.29095 ++ archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.29096 ++ fi 32.29097 ++ hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 32.29098 ++ hardcode_libdir_separator_GCJ=: 32.29099 ++ ;; 32.29100 ++ 32.29101 ++ osf4* | osf5*) # as osf3* with the addition of -msym flag 32.29102 ++ if test "$GCC" = yes; then 32.29103 ++ allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' 32.29104 ++ archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 32.29105 ++ hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 32.29106 ++ else 32.29107 ++ allow_undefined_flag_GCJ=' -expect_unresolved \*' 32.29108 ++ archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 32.29109 ++ archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ 32.29110 ++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' 32.29111 ++ 32.29112 ++ # Both c and cxx compiler support -rpath directly 32.29113 ++ hardcode_libdir_flag_spec_GCJ='-rpath $libdir' 32.29114 ++ fi 32.29115 ++ hardcode_libdir_separator_GCJ=: 32.29116 ++ ;; 32.29117 ++ 32.29118 ++ sco3.2v5*) 32.29119 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29120 ++ hardcode_shlibpath_var_GCJ=no 32.29121 ++ export_dynamic_flag_spec_GCJ='${wl}-Bexport' 32.29122 ++ runpath_var=LD_RUN_PATH 32.29123 ++ hardcode_runpath_var=yes 32.29124 ++ ;; 32.29125 ++ 32.29126 ++ solaris*) 32.29127 ++ no_undefined_flag_GCJ=' -z text' 32.29128 ++ if test "$GCC" = yes; then 32.29129 ++ archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.29130 ++ archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.29131 ++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 32.29132 ++ else 32.29133 ++ archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29134 ++ archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.29135 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.29136 ++ fi 32.29137 ++ hardcode_libdir_flag_spec_GCJ='-R$libdir' 32.29138 ++ hardcode_shlibpath_var_GCJ=no 32.29139 ++ case $host_os in 32.29140 ++ solaris2.[0-5] | solaris2.[0-5].*) ;; 32.29141 ++ *) # Supported since Solaris 2.6 (maybe 2.5.1?) 32.29142 ++ whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; 32.29143 ++ esac 32.29144 ++ link_all_deplibs_GCJ=yes 32.29145 ++ ;; 32.29146 ++ 32.29147 ++ sunos4*) 32.29148 ++ if test "x$host_vendor" = xsequent; then 32.29149 ++ # Use $CC to link under sequent, because it throws in some extra .o 32.29150 ++ # files that make .init and .fini sections work. 32.29151 ++ archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 32.29152 ++ else 32.29153 ++ archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 32.29154 ++ fi 32.29155 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.29156 ++ hardcode_direct_GCJ=yes 32.29157 ++ hardcode_minus_L_GCJ=yes 32.29158 ++ hardcode_shlibpath_var_GCJ=no 32.29159 ++ ;; 32.29160 ++ 32.29161 ++ sysv4) 32.29162 ++ case $host_vendor in 32.29163 ++ sni) 32.29164 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29165 ++ hardcode_direct_GCJ=yes # is this really true??? 32.29166 ++ ;; 32.29167 ++ siemens) 32.29168 ++ ## LD is ld it makes a PLAMLIB 32.29169 ++ ## CC just makes a GrossModule. 32.29170 ++ archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.29171 ++ reload_cmds_GCJ='$CC -r -o $output$reload_objs' 32.29172 ++ hardcode_direct_GCJ=no 32.29173 ++ ;; 32.29174 ++ motorola) 32.29175 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29176 ++ hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie 32.29177 ++ ;; 32.29178 ++ esac 32.29179 ++ runpath_var='LD_RUN_PATH' 32.29180 ++ hardcode_shlibpath_var_GCJ=no 32.29181 ++ ;; 32.29182 ++ 32.29183 ++ sysv4.3*) 32.29184 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29185 ++ hardcode_shlibpath_var_GCJ=no 32.29186 ++ export_dynamic_flag_spec_GCJ='-Bexport' 32.29187 ++ ;; 32.29188 ++ 32.29189 ++ sysv4*MP*) 32.29190 ++ if test -d /usr/nec; then 32.29191 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29192 ++ hardcode_shlibpath_var_GCJ=no 32.29193 ++ runpath_var=LD_RUN_PATH 32.29194 ++ hardcode_runpath_var=yes 32.29195 ++ ld_shlibs_GCJ=yes 32.29196 ++ fi 32.29197 ++ ;; 32.29198 ++ 32.29199 ++ sysv4.2uw2*) 32.29200 ++ archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' 32.29201 ++ hardcode_direct_GCJ=yes 32.29202 ++ hardcode_minus_L_GCJ=no 32.29203 ++ hardcode_shlibpath_var_GCJ=no 32.29204 ++ hardcode_runpath_var=yes 32.29205 ++ runpath_var=LD_RUN_PATH 32.29206 ++ ;; 32.29207 ++ 32.29208 ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) 32.29209 ++ no_undefined_flag_GCJ='${wl}-z ${wl}text' 32.29210 ++ if test "$GCC" = yes; then 32.29211 ++ archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.29212 ++ else 32.29213 ++ archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 32.29214 ++ fi 32.29215 ++ runpath_var='LD_RUN_PATH' 32.29216 ++ hardcode_shlibpath_var_GCJ=no 32.29217 ++ ;; 32.29218 ++ 32.29219 ++ sysv5*) 32.29220 ++ no_undefined_flag_GCJ=' -z text' 32.29221 ++ # $CC -shared without GNU ld will not create a library from C++ 32.29222 ++ # object files and a static libstdc++, better avoid it by now 32.29223 ++ archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29224 ++ archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 32.29225 ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 32.29226 ++ hardcode_libdir_flag_spec_GCJ= 32.29227 ++ hardcode_shlibpath_var_GCJ=no 32.29228 ++ runpath_var='LD_RUN_PATH' 32.29229 ++ ;; 32.29230 ++ 32.29231 ++ uts4*) 32.29232 ++ archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 32.29233 ++ hardcode_libdir_flag_spec_GCJ='-L$libdir' 32.29234 ++ hardcode_shlibpath_var_GCJ=no 32.29235 ++ ;; 32.29236 ++ 32.29237 ++ *) 32.29238 ++ ld_shlibs_GCJ=no 32.29239 ++ ;; 32.29240 ++ esac 32.29241 ++ fi 32.29242 ++ 32.29243 ++echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 32.29244 ++echo "${ECHO_T}$ld_shlibs_GCJ" >&6 32.29245 ++test "$ld_shlibs_GCJ" = no && can_build_shared=no 32.29246 ++ 32.29247 ++variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 32.29248 ++if test "$GCC" = yes; then 32.29249 ++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 32.29250 ++fi 32.29251 ++ 32.29252 ++# 32.29253 ++# Do we need to explicitly link libc? 32.29254 ++# 32.29255 ++case "x$archive_cmds_need_lc_GCJ" in 32.29256 ++x|xyes) 32.29257 ++ # Assume -lc should be added 32.29258 ++ archive_cmds_need_lc_GCJ=yes 32.29259 ++ 32.29260 ++ if test "$enable_shared" = yes && test "$GCC" = yes; then 32.29261 ++ case $archive_cmds_GCJ in 32.29262 ++ *'~'*) 32.29263 ++ # FIXME: we may have to deal with multi-command sequences. 32.29264 ++ ;; 32.29265 ++ '$CC '*) 32.29266 ++ # Test whether the compiler implicitly links with -lc since on some 32.29267 ++ # systems, -lgcc has to come before -lc. If gcc already passes -lc 32.29268 ++ # to ld, don't add -lc before -lgcc. 32.29269 ++ echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 32.29270 ++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 32.29271 ++ $rm conftest* 32.29272 ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext 32.29273 ++ 32.29274 ++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.29275 ++ (eval $ac_compile) 2>&5 32.29276 ++ ac_status=$? 32.29277 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.29278 ++ (exit $ac_status); } 2>conftest.err; then 32.29279 ++ soname=conftest 32.29280 ++ lib=conftest 32.29281 ++ libobjs=conftest.$ac_objext 32.29282 ++ deplibs= 32.29283 ++ wl=$lt_prog_compiler_wl_GCJ 32.29284 ++ compiler_flags=-v 32.29285 ++ linker_flags=-v 32.29286 ++ verstring= 32.29287 ++ output_objdir=. 32.29288 ++ libname=conftest 32.29289 ++ lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ 32.29290 ++ allow_undefined_flag_GCJ= 32.29291 ++ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 32.29292 ++ (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 32.29293 ++ ac_status=$? 32.29294 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.29295 ++ (exit $ac_status); } 32.29296 ++ then 32.29297 ++ archive_cmds_need_lc_GCJ=no 32.29298 ++ else 32.29299 ++ archive_cmds_need_lc_GCJ=yes 32.29300 ++ fi 32.29301 ++ allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag 32.29302 ++ else 32.29303 ++ cat conftest.err 1>&5 32.29304 ++ fi 32.29305 ++ $rm conftest* 32.29306 ++ echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 32.29307 ++echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 32.29308 ++ ;; 32.29309 ++ esac 32.29310 ++ fi 32.29311 ++ ;; 32.29312 ++esac 32.29313 ++ 32.29314 ++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 32.29315 ++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 32.29316 ++library_names_spec= 32.29317 ++libname_spec='lib$name' 32.29318 ++soname_spec= 32.29319 ++shrext=".so" 32.29320 ++postinstall_cmds= 32.29321 ++postuninstall_cmds= 32.29322 ++finish_cmds= 32.29323 ++finish_eval= 32.29324 ++shlibpath_var= 32.29325 ++shlibpath_overrides_runpath=unknown 32.29326 ++version_type=none 32.29327 ++dynamic_linker="$host_os ld.so" 32.29328 ++sys_lib_dlsearch_path_spec="/lib /usr/lib" 32.29329 ++if test "$GCC" = yes; then 32.29330 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.29331 ++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 32.29332 ++ # if the path contains ";" then we assume it to be the separator 32.29333 ++ # otherwise default to the standard path separator (i.e. ":") - it is 32.29334 ++ # assumed that no part of a normal pathname contains ";" but that should 32.29335 ++ # okay in the real world where ";" in dirpaths is itself problematic. 32.29336 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.29337 ++ else 32.29338 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.29339 ++ fi 32.29340 ++else 32.29341 ++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 32.29342 ++fi 32.29343 ++need_lib_prefix=unknown 32.29344 ++hardcode_into_libs=no 32.29345 ++ 32.29346 ++# when you set need_version to no, make sure it does not cause -set_version 32.29347 ++# flags to be left without arguments 32.29348 ++need_version=unknown 32.29349 ++ 32.29350 ++case $host_os in 32.29351 ++aix3*) 32.29352 ++ version_type=linux 32.29353 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 32.29354 ++ shlibpath_var=LIBPATH 32.29355 ++ 32.29356 ++ # AIX 3 has no versioning support, so we append a major version to the name. 32.29357 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29358 ++ ;; 32.29359 ++ 32.29360 ++aix4* | aix5*) 32.29361 ++ version_type=linux 32.29362 ++ need_lib_prefix=no 32.29363 ++ need_version=no 32.29364 ++ hardcode_into_libs=yes 32.29365 ++ if test "$host_cpu" = ia64; then 32.29366 ++ # AIX 5 supports IA64 32.29367 ++ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 32.29368 ++ shlibpath_var=LD_LIBRARY_PATH 32.29369 ++ else 32.29370 ++ # With GCC up to 2.95.x, collect2 would create an import file 32.29371 ++ # for dependence libraries. The import file would start with 32.29372 ++ # the line `#! .'. This would cause the generated library to 32.29373 ++ # depend on `.', always an invalid library. This was fixed in 32.29374 ++ # development snapshots of GCC prior to 3.0. 32.29375 ++ case $host_os in 32.29376 ++ aix4 | aix4.[01] | aix4.[01].*) 32.29377 ++ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 32.29378 ++ echo ' yes ' 32.29379 ++ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 32.29380 ++ : 32.29381 ++ else 32.29382 ++ can_build_shared=no 32.29383 ++ fi 32.29384 ++ ;; 32.29385 ++ esac 32.29386 ++ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 32.29387 ++ # soname into executable. Probably we can add versioning support to 32.29388 ++ # collect2, so additional links can be useful in future. 32.29389 ++ if test "$aix_use_runtimelinking" = yes; then 32.29390 ++ # If using run time linking (on AIX 4.2 or later) use lib<name>.so 32.29391 ++ # instead of lib<name>.a to let people know that these are not 32.29392 ++ # typical AIX shared libraries. 32.29393 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29394 ++ else 32.29395 ++ # We preserve .a as extension for shared libraries through AIX4.2 32.29396 ++ # and later when we are not doing run time linking. 32.29397 ++ library_names_spec='${libname}${release}.a $libname.a' 32.29398 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29399 ++ fi 32.29400 ++ shlibpath_var=LIBPATH 32.29401 ++ fi 32.29402 ++ ;; 32.29403 ++ 32.29404 ++amigaos*) 32.29405 ++ library_names_spec='$libname.ixlibrary $libname.a' 32.29406 ++ # Create ${libname}_ixlibrary.a entries in /sys/libs. 32.29407 ++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 32.29408 ++ ;; 32.29409 ++ 32.29410 ++beos*) 32.29411 ++ library_names_spec='${libname}${shared_ext}' 32.29412 ++ dynamic_linker="$host_os ld.so" 32.29413 ++ shlibpath_var=LIBRARY_PATH 32.29414 ++ ;; 32.29415 ++ 32.29416 ++bsdi4*) 32.29417 ++ version_type=linux 32.29418 ++ need_version=no 32.29419 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29420 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29421 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 32.29422 ++ shlibpath_var=LD_LIBRARY_PATH 32.29423 ++ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 32.29424 ++ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 32.29425 ++ # the default ld.so.conf also contains /usr/contrib/lib and 32.29426 ++ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 32.29427 ++ # libtool to hard-code these into programs 32.29428 ++ ;; 32.29429 ++ 32.29430 ++cygwin* | mingw* | pw32*) 32.29431 ++ version_type=windows 32.29432 ++ shrext=".dll" 32.29433 ++ need_version=no 32.29434 ++ need_lib_prefix=no 32.29435 ++ 32.29436 ++ case $GCC,$host_os in 32.29437 ++ yes,cygwin* | yes,mingw* | yes,pw32*) 32.29438 ++ library_names_spec='$libname.dll.a' 32.29439 ++ # DLL is installed to $(libdir)/../bin by postinstall_cmds 32.29440 ++ postinstall_cmds='base_file=`basename \${file}`~ 32.29441 ++ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 32.29442 ++ dldir=$destdir/`dirname \$dlpath`~ 32.29443 ++ test -d \$dldir || mkdir -p \$dldir~ 32.29444 ++ $install_prog $dir/$dlname \$dldir/$dlname' 32.29445 ++ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 32.29446 ++ dlpath=$dir/\$dldll~ 32.29447 ++ $rm \$dlpath' 32.29448 ++ shlibpath_overrides_runpath=yes 32.29449 ++ 32.29450 ++ case $host_os in 32.29451 ++ cygwin*) 32.29452 ++ # Cygwin DLLs use 'cyg' prefix rather than 'lib' 32.29453 ++ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.29454 ++ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 32.29455 ++ ;; 32.29456 ++ mingw*) 32.29457 ++ # MinGW DLLs use traditional 'lib' prefix 32.29458 ++ soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 32.29459 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 32.29460 ++ if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 32.29461 ++ # It is most probably a Windows format PATH printed by 32.29462 ++ # mingw gcc, but we are running on Cygwin. Gcc prints its search 32.29463 ++ # path with ; separators, and with drive letters. We can handle the 32.29464 ++ # drive letters (cygwin fileutils understands them), so leave them, 32.29465 ++ # especially as we might pass files found there to a mingw objdump, 32.29466 ++ # which wouldn't understand a cygwinified path. Ahh. 32.29467 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 32.29468 ++ else 32.29469 ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 32.29470 ++ fi 32.29471 ++ ;; 32.29472 ++ pw32*) 32.29473 ++ # pw32 DLLs use 'pw' prefix rather than 'lib' 32.29474 ++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' 32.29475 ++ ;; 32.29476 ++ esac 32.29477 ++ ;; 32.29478 ++ 32.29479 ++ *) 32.29480 ++ library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 32.29481 ++ ;; 32.29482 ++ esac 32.29483 ++ dynamic_linker='Win32 ld.exe' 32.29484 ++ # FIXME: first we should search . and the directory the executable is in 32.29485 ++ shlibpath_var=PATH 32.29486 ++ ;; 32.29487 ++ 32.29488 ++darwin* | rhapsody*) 32.29489 ++ dynamic_linker="$host_os dyld" 32.29490 ++ version_type=darwin 32.29491 ++ need_lib_prefix=no 32.29492 ++ need_version=no 32.29493 ++ library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 32.29494 ++ soname_spec='${libname}${release}${major}$shared_ext' 32.29495 ++ shlibpath_overrides_runpath=yes 32.29496 ++ shlibpath_var=DYLD_LIBRARY_PATH 32.29497 ++ shrext='$(test .$module = .yes && echo .so || echo .dylib)' 32.29498 ++ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 32.29499 ++ if test "$GCC" = yes; then 32.29500 ++ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 32.29501 ++ else 32.29502 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 32.29503 ++ fi 32.29504 ++ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 32.29505 ++ ;; 32.29506 ++ 32.29507 ++dgux*) 32.29508 ++ version_type=linux 32.29509 ++ need_lib_prefix=no 32.29510 ++ need_version=no 32.29511 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 32.29512 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29513 ++ shlibpath_var=LD_LIBRARY_PATH 32.29514 ++ ;; 32.29515 ++ 32.29516 ++freebsd1*) 32.29517 ++ dynamic_linker=no 32.29518 ++ ;; 32.29519 ++ 32.29520 ++kfreebsd*-gnu) 32.29521 ++ version_type=linux 32.29522 ++ need_lib_prefix=no 32.29523 ++ need_version=no 32.29524 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.29525 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29526 ++ shlibpath_var=LD_LIBRARY_PATH 32.29527 ++ shlibpath_overrides_runpath=no 32.29528 ++ hardcode_into_libs=yes 32.29529 ++ dynamic_linker='GNU ld.so' 32.29530 ++ ;; 32.29531 ++ 32.29532 ++freebsd*) 32.29533 ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 32.29534 ++ version_type=freebsd-$objformat 32.29535 ++ case $version_type in 32.29536 ++ freebsd-elf*) 32.29537 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 32.29538 ++ need_version=no 32.29539 ++ need_lib_prefix=no 32.29540 ++ ;; 32.29541 ++ freebsd-*) 32.29542 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 32.29543 ++ need_version=yes 32.29544 ++ ;; 32.29545 ++ esac 32.29546 ++ shlibpath_var=LD_LIBRARY_PATH 32.29547 ++ case $host_os in 32.29548 ++ freebsd2*) 32.29549 ++ shlibpath_overrides_runpath=yes 32.29550 ++ ;; 32.29551 ++ freebsd3.01* | freebsdelf3.01*) 32.29552 ++ shlibpath_overrides_runpath=yes 32.29553 ++ hardcode_into_libs=yes 32.29554 ++ ;; 32.29555 ++ *) # from 3.2 on 32.29556 ++ shlibpath_overrides_runpath=no 32.29557 ++ hardcode_into_libs=yes 32.29558 ++ ;; 32.29559 ++ esac 32.29560 ++ ;; 32.29561 ++ 32.29562 ++gnu*) 32.29563 ++ version_type=linux 32.29564 ++ need_lib_prefix=no 32.29565 ++ need_version=no 32.29566 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 32.29567 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29568 ++ shlibpath_var=LD_LIBRARY_PATH 32.29569 ++ hardcode_into_libs=yes 32.29570 ++ ;; 32.29571 ++ 32.29572 ++hpux9* | hpux10* | hpux11*) 32.29573 ++ # Give a soname corresponding to the major version so that dld.sl refuses to 32.29574 ++ # link against other versions. 32.29575 ++ version_type=sunos 32.29576 ++ need_lib_prefix=no 32.29577 ++ need_version=no 32.29578 ++ case "$host_cpu" in 32.29579 ++ ia64*) 32.29580 ++ shrext='.so' 32.29581 ++ hardcode_into_libs=yes 32.29582 ++ dynamic_linker="$host_os dld.so" 32.29583 ++ shlibpath_var=LD_LIBRARY_PATH 32.29584 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.29585 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29586 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29587 ++ if test "X$HPUX_IA64_MODE" = X32; then 32.29588 ++ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 32.29589 ++ else 32.29590 ++ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 32.29591 ++ fi 32.29592 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.29593 ++ ;; 32.29594 ++ hppa*64*) 32.29595 ++ shrext='.sl' 32.29596 ++ hardcode_into_libs=yes 32.29597 ++ dynamic_linker="$host_os dld.sl" 32.29598 ++ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 32.29599 ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 32.29600 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29601 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29602 ++ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 32.29603 ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 32.29604 ++ ;; 32.29605 ++ *) 32.29606 ++ shrext='.sl' 32.29607 ++ dynamic_linker="$host_os dld.sl" 32.29608 ++ shlibpath_var=SHLIB_PATH 32.29609 ++ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 32.29610 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29611 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29612 ++ ;; 32.29613 ++ esac 32.29614 ++ # HP-UX runs *really* slowly unless shared libraries are mode 555. 32.29615 ++ postinstall_cmds='chmod 555 $lib' 32.29616 ++ ;; 32.29617 ++ 32.29618 ++irix5* | irix6* | nonstopux*) 32.29619 ++ case $host_os in 32.29620 ++ nonstopux*) version_type=nonstopux ;; 32.29621 ++ *) 32.29622 ++ if test "$lt_cv_prog_gnu_ld" = yes; then 32.29623 ++ version_type=linux 32.29624 ++ else 32.29625 ++ version_type=irix 32.29626 ++ fi ;; 32.29627 ++ esac 32.29628 ++ need_lib_prefix=no 32.29629 ++ need_version=no 32.29630 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29631 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 32.29632 ++ case $host_os in 32.29633 ++ irix5* | nonstopux*) 32.29634 ++ libsuff= shlibsuff= 32.29635 ++ ;; 32.29636 ++ *) 32.29637 ++ case $LD in # libtool.m4 will add one of these switches to LD 32.29638 ++ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 32.29639 ++ libsuff= shlibsuff= libmagic=32-bit;; 32.29640 ++ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 32.29641 ++ libsuff=32 shlibsuff=N32 libmagic=N32;; 32.29642 ++ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 32.29643 ++ libsuff=64 shlibsuff=64 libmagic=64-bit;; 32.29644 ++ *) libsuff= shlibsuff= libmagic=never-match;; 32.29645 ++ esac 32.29646 ++ ;; 32.29647 ++ esac 32.29648 ++ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 32.29649 ++ shlibpath_overrides_runpath=no 32.29650 ++ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 32.29651 ++ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 32.29652 ++ hardcode_into_libs=yes 32.29653 ++ ;; 32.29654 ++ 32.29655 ++# No shared lib support for Linux oldld, aout, or coff. 32.29656 ++linux*oldld* | linux*aout* | linux*coff*) 32.29657 ++ dynamic_linker=no 32.29658 ++ ;; 32.29659 ++ 32.29660 ++# This must be Linux ELF. 32.29661 ++linux*) 32.29662 ++ version_type=linux 32.29663 ++ need_lib_prefix=no 32.29664 ++ need_version=no 32.29665 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29666 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29667 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 32.29668 ++ shlibpath_var=LD_LIBRARY_PATH 32.29669 ++ shlibpath_overrides_runpath=no 32.29670 ++ # This implies no fast_install, which is unacceptable. 32.29671 ++ # Some rework will be needed to allow for fast_install 32.29672 ++ # before this can be enabled. 32.29673 ++ hardcode_into_libs=yes 32.29674 ++ 32.29675 ++ # /usr/X11R6/lib and /usr/local/lib are common enough... 32.29676 ++ sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib" 32.29677 ++ 32.29678 ++ # We used to test for /lib/ld.so.1 and disable shared libraries on 32.29679 ++ # powerpc, because MkLinux only supported shared libraries with the 32.29680 ++ # GNU dynamic linker. Since this was broken with cross compilers, 32.29681 ++ # most powerpc-linux boxes support dynamic linking these days and 32.29682 ++ # people can always --disable-shared, the test was removed, and we 32.29683 ++ # assume the GNU/Linux dynamic linker is in use. 32.29684 ++ dynamic_linker='GNU/Linux ld.so' 32.29685 ++ ;; 32.29686 ++ 32.29687 ++knetbsd*-gnu) 32.29688 ++ version_type=linux 32.29689 ++ need_lib_prefix=no 32.29690 ++ need_version=no 32.29691 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 32.29692 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29693 ++ shlibpath_var=LD_LIBRARY_PATH 32.29694 ++ shlibpath_overrides_runpath=no 32.29695 ++ hardcode_into_libs=yes 32.29696 ++ dynamic_linker='GNU ld.so' 32.29697 ++ ;; 32.29698 ++ 32.29699 ++netbsd*) 32.29700 ++ version_type=sunos 32.29701 ++ need_lib_prefix=no 32.29702 ++ need_version=no 32.29703 ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 32.29704 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.29705 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.29706 ++ dynamic_linker='NetBSD (a.out) ld.so' 32.29707 ++ else 32.29708 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' 32.29709 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29710 ++ dynamic_linker='NetBSD ld.elf_so' 32.29711 ++ fi 32.29712 ++ shlibpath_var=LD_LIBRARY_PATH 32.29713 ++ shlibpath_overrides_runpath=yes 32.29714 ++ hardcode_into_libs=yes 32.29715 ++ ;; 32.29716 ++ 32.29717 ++newsos6) 32.29718 ++ version_type=linux 32.29719 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29720 ++ shlibpath_var=LD_LIBRARY_PATH 32.29721 ++ shlibpath_overrides_runpath=yes 32.29722 ++ ;; 32.29723 ++ 32.29724 ++nto-qnx*) 32.29725 ++ version_type=linux 32.29726 ++ need_lib_prefix=no 32.29727 ++ need_version=no 32.29728 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29729 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29730 ++ shlibpath_var=LD_LIBRARY_PATH 32.29731 ++ shlibpath_overrides_runpath=yes 32.29732 ++ ;; 32.29733 ++ 32.29734 ++openbsd*) 32.29735 ++ version_type=sunos 32.29736 ++ need_lib_prefix=no 32.29737 ++ need_version=yes 32.29738 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.29739 ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 32.29740 ++ shlibpath_var=LD_LIBRARY_PATH 32.29741 ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 32.29742 ++ case $host_os in 32.29743 ++ openbsd2.[89] | openbsd2.[89].*) 32.29744 ++ shlibpath_overrides_runpath=no 32.29745 ++ ;; 32.29746 ++ *) 32.29747 ++ shlibpath_overrides_runpath=yes 32.29748 ++ ;; 32.29749 ++ esac 32.29750 ++ else 32.29751 ++ shlibpath_overrides_runpath=yes 32.29752 ++ fi 32.29753 ++ ;; 32.29754 ++ 32.29755 ++os2*) 32.29756 ++ libname_spec='$name' 32.29757 ++ shrext=".dll" 32.29758 ++ need_lib_prefix=no 32.29759 ++ library_names_spec='$libname${shared_ext} $libname.a' 32.29760 ++ dynamic_linker='OS/2 ld.exe' 32.29761 ++ shlibpath_var=LIBPATH 32.29762 ++ ;; 32.29763 ++ 32.29764 ++osf3* | osf4* | osf5*) 32.29765 ++ version_type=osf 32.29766 ++ need_lib_prefix=no 32.29767 ++ need_version=no 32.29768 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29769 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29770 ++ shlibpath_var=LD_LIBRARY_PATH 32.29771 ++ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 32.29772 ++ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 32.29773 ++ ;; 32.29774 ++ 32.29775 ++sco3.2v5*) 32.29776 ++ version_type=osf 32.29777 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29778 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29779 ++ shlibpath_var=LD_LIBRARY_PATH 32.29780 ++ ;; 32.29781 ++ 32.29782 ++solaris*) 32.29783 ++ version_type=linux 32.29784 ++ need_lib_prefix=no 32.29785 ++ need_version=no 32.29786 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29787 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29788 ++ shlibpath_var=LD_LIBRARY_PATH 32.29789 ++ shlibpath_overrides_runpath=yes 32.29790 ++ hardcode_into_libs=yes 32.29791 ++ # ldd complains unless libraries are executable 32.29792 ++ postinstall_cmds='chmod +x $lib' 32.29793 ++ ;; 32.29794 ++ 32.29795 ++sunos4*) 32.29796 ++ version_type=sunos 32.29797 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 32.29798 ++ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 32.29799 ++ shlibpath_var=LD_LIBRARY_PATH 32.29800 ++ shlibpath_overrides_runpath=yes 32.29801 ++ if test "$with_gnu_ld" = yes; then 32.29802 ++ need_lib_prefix=no 32.29803 ++ fi 32.29804 ++ need_version=yes 32.29805 ++ ;; 32.29806 ++ 32.29807 ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 32.29808 ++ version_type=linux 32.29809 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29810 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29811 ++ shlibpath_var=LD_LIBRARY_PATH 32.29812 ++ case $host_vendor in 32.29813 ++ sni) 32.29814 ++ shlibpath_overrides_runpath=no 32.29815 ++ need_lib_prefix=no 32.29816 ++ export_dynamic_flag_spec='${wl}-Blargedynsym' 32.29817 ++ runpath_var=LD_RUN_PATH 32.29818 ++ ;; 32.29819 ++ siemens) 32.29820 ++ need_lib_prefix=no 32.29821 ++ ;; 32.29822 ++ motorola) 32.29823 ++ need_lib_prefix=no 32.29824 ++ need_version=no 32.29825 ++ shlibpath_overrides_runpath=no 32.29826 ++ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 32.29827 ++ ;; 32.29828 ++ esac 32.29829 ++ ;; 32.29830 ++ 32.29831 ++sysv4*MP*) 32.29832 ++ if test -d /usr/nec ;then 32.29833 ++ version_type=linux 32.29834 ++ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 32.29835 ++ soname_spec='$libname${shared_ext}.$major' 32.29836 ++ shlibpath_var=LD_LIBRARY_PATH 32.29837 ++ fi 32.29838 ++ ;; 32.29839 ++ 32.29840 ++uts4*) 32.29841 ++ version_type=linux 32.29842 ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 32.29843 ++ soname_spec='${libname}${release}${shared_ext}$major' 32.29844 ++ shlibpath_var=LD_LIBRARY_PATH 32.29845 ++ ;; 32.29846 ++ 32.29847 ++*) 32.29848 ++ dynamic_linker=no 32.29849 ++ ;; 32.29850 ++esac 32.29851 ++echo "$as_me:$LINENO: result: $dynamic_linker" >&5 32.29852 ++echo "${ECHO_T}$dynamic_linker" >&6 32.29853 ++test "$dynamic_linker" = no && can_build_shared=no 32.29854 ++ 32.29855 ++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 32.29856 ++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 32.29857 ++hardcode_action_GCJ= 32.29858 ++if test -n "$hardcode_libdir_flag_spec_GCJ" || \ 32.29859 ++ test -n "$runpath_var GCJ" || \ 32.29860 ++ test "X$hardcode_automatic_GCJ"="Xyes" ; then 32.29861 ++ 32.29862 ++ # We can hardcode non-existant directories. 32.29863 ++ if test "$hardcode_direct_GCJ" != no && 32.29864 ++ # If the only mechanism to avoid hardcoding is shlibpath_var, we 32.29865 ++ # have to relink, otherwise we might link with an installed library 32.29866 ++ # when we should be linking with a yet-to-be-installed one 32.29867 ++ ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && 32.29868 ++ test "$hardcode_minus_L_GCJ" != no; then 32.29869 ++ # Linking always hardcodes the temporary library directory. 32.29870 ++ hardcode_action_GCJ=relink 32.29871 ++ else 32.29872 ++ # We can link without hardcoding, and we can hardcode nonexisting dirs. 32.29873 ++ hardcode_action_GCJ=immediate 32.29874 ++ fi 32.29875 ++else 32.29876 ++ # We cannot hardcode anything, or else we can only hardcode existing 32.29877 ++ # directories. 32.29878 ++ hardcode_action_GCJ=unsupported 32.29879 ++fi 32.29880 ++echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 32.29881 ++echo "${ECHO_T}$hardcode_action_GCJ" >&6 32.29882 ++ 32.29883 ++if test "$hardcode_action_GCJ" = relink; then 32.29884 ++ # Fast installation is not supported 32.29885 ++ enable_fast_install=no 32.29886 ++elif test "$shlibpath_overrides_runpath" = yes || 32.29887 ++ test "$enable_shared" = no; then 32.29888 ++ # Fast installation is not necessary 32.29889 ++ enable_fast_install=needless 32.29890 ++fi 32.29891 ++ 32.29892 ++striplib= 32.29893 ++old_striplib= 32.29894 ++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 32.29895 ++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 32.29896 ++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 32.29897 ++ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 32.29898 ++ test -z "$striplib" && striplib="$STRIP --strip-unneeded" 32.29899 ++ echo "$as_me:$LINENO: result: yes" >&5 32.29900 ++echo "${ECHO_T}yes" >&6 32.29901 ++else 32.29902 ++# FIXME - insert some real tests, host_os isn't really good enough 32.29903 ++ case $host_os in 32.29904 ++ darwin*) 32.29905 ++ if test -n "$STRIP" ; then 32.29906 ++ striplib="$STRIP -x" 32.29907 ++ echo "$as_me:$LINENO: result: yes" >&5 32.29908 ++echo "${ECHO_T}yes" >&6 32.29909 ++ else 32.29910 ++ echo "$as_me:$LINENO: result: no" >&5 32.29911 ++echo "${ECHO_T}no" >&6 32.29912 ++fi 32.29913 ++ ;; 32.29914 ++ *) 32.29915 ++ echo "$as_me:$LINENO: result: no" >&5 32.29916 ++echo "${ECHO_T}no" >&6 32.29917 ++ ;; 32.29918 ++ esac 32.29919 ++fi 32.29920 ++ 32.29921 ++if test "x$enable_dlopen" != xyes; then 32.29922 ++ enable_dlopen=unknown 32.29923 ++ enable_dlopen_self=unknown 32.29924 ++ enable_dlopen_self_static=unknown 32.29925 ++else 32.29926 ++ lt_cv_dlopen=no 32.29927 ++ lt_cv_dlopen_libs= 32.29928 ++ 32.29929 ++ case $host_os in 32.29930 ++ beos*) 32.29931 ++ lt_cv_dlopen="load_add_on" 32.29932 ++ lt_cv_dlopen_libs= 32.29933 ++ lt_cv_dlopen_self=yes 32.29934 ++ ;; 32.29935 ++ 32.29936 ++ mingw* | pw32*) 32.29937 ++ lt_cv_dlopen="LoadLibrary" 32.29938 ++ lt_cv_dlopen_libs= 32.29939 ++ ;; 32.29940 ++ 32.29941 ++ cygwin*) 32.29942 ++ lt_cv_dlopen="dlopen" 32.29943 ++ lt_cv_dlopen_libs= 32.29944 ++ ;; 32.29945 ++ 32.29946 ++ darwin*) 32.29947 ++ # if libdl is installed we need to link against it 32.29948 ++ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 32.29949 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 32.29950 ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then 32.29951 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.29952 ++else 32.29953 ++ ac_check_lib_save_LIBS=$LIBS 32.29954 ++LIBS="-ldl $LIBS" 32.29955 ++cat >conftest.$ac_ext <<_ACEOF 32.29956 ++/* confdefs.h. */ 32.29957 ++_ACEOF 32.29958 ++cat confdefs.h >>conftest.$ac_ext 32.29959 ++cat >>conftest.$ac_ext <<_ACEOF 32.29960 ++/* end confdefs.h. */ 32.29961 ++ 32.29962 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.29963 ++#ifdef __cplusplus 32.29964 ++extern "C" 32.29965 ++#endif 32.29966 ++/* We use char because int might match the return type of a gcc2 32.29967 ++ builtin and then its argument prototype would still apply. */ 32.29968 ++char dlopen (); 32.29969 ++int 32.29970 ++main () 32.29971 ++{ 32.29972 ++dlopen (); 32.29973 ++ ; 32.29974 ++ return 0; 32.29975 ++} 32.29976 ++_ACEOF 32.29977 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.29978 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.29979 ++ (eval $ac_link) 2>conftest.er1 32.29980 ++ ac_status=$? 32.29981 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.29982 ++ rm -f conftest.er1 32.29983 ++ cat conftest.err >&5 32.29984 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.29985 ++ (exit $ac_status); } && 32.29986 ++ { ac_try='test -z "$ac_c_werror_flag" 32.29987 ++ || test ! -s conftest.err' 32.29988 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.29989 ++ (eval $ac_try) 2>&5 32.29990 ++ ac_status=$? 32.29991 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.29992 ++ (exit $ac_status); }; } && 32.29993 ++ { ac_try='test -s conftest$ac_exeext' 32.29994 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.29995 ++ (eval $ac_try) 2>&5 32.29996 ++ ac_status=$? 32.29997 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.29998 ++ (exit $ac_status); }; }; then 32.29999 ++ ac_cv_lib_dl_dlopen=yes 32.30000 ++else 32.30001 ++ echo "$as_me: failed program was:" >&5 32.30002 ++sed 's/^/| /' conftest.$ac_ext >&5 32.30003 ++ 32.30004 ++ac_cv_lib_dl_dlopen=no 32.30005 ++fi 32.30006 ++rm -f conftest.err conftest.$ac_objext \ 32.30007 ++ conftest$ac_exeext conftest.$ac_ext 32.30008 ++LIBS=$ac_check_lib_save_LIBS 32.30009 ++fi 32.30010 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 32.30011 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 32.30012 ++if test $ac_cv_lib_dl_dlopen = yes; then 32.30013 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 32.30014 ++else 32.30015 ++ 32.30016 ++ lt_cv_dlopen="dyld" 32.30017 ++ lt_cv_dlopen_libs= 32.30018 ++ lt_cv_dlopen_self=yes 32.30019 ++ 32.30020 ++fi 32.30021 ++ 32.30022 ++ ;; 32.30023 ++ 32.30024 ++ *) 32.30025 ++ echo "$as_me:$LINENO: checking for shl_load" >&5 32.30026 ++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 32.30027 ++if test "${ac_cv_func_shl_load+set}" = set; then 32.30028 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30029 ++else 32.30030 ++ cat >conftest.$ac_ext <<_ACEOF 32.30031 ++/* confdefs.h. */ 32.30032 ++_ACEOF 32.30033 ++cat confdefs.h >>conftest.$ac_ext 32.30034 ++cat >>conftest.$ac_ext <<_ACEOF 32.30035 ++/* end confdefs.h. */ 32.30036 ++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 32.30037 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.30038 ++#define shl_load innocuous_shl_load 32.30039 ++ 32.30040 ++/* System header to define __stub macros and hopefully few prototypes, 32.30041 ++ which can conflict with char shl_load (); below. 32.30042 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.30043 ++ <limits.h> exists even on freestanding compilers. */ 32.30044 ++ 32.30045 ++#ifdef __STDC__ 32.30046 ++# include <limits.h> 32.30047 ++#else 32.30048 ++# include <assert.h> 32.30049 ++#endif 32.30050 ++ 32.30051 ++#undef shl_load 32.30052 ++ 32.30053 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.30054 ++#ifdef __cplusplus 32.30055 ++extern "C" 32.30056 ++{ 32.30057 ++#endif 32.30058 ++/* We use char because int might match the return type of a gcc2 32.30059 ++ builtin and then its argument prototype would still apply. */ 32.30060 ++char shl_load (); 32.30061 ++/* The GNU C library defines this for functions which it implements 32.30062 ++ to always fail with ENOSYS. Some functions are actually named 32.30063 ++ something starting with __ and the normal name is an alias. */ 32.30064 ++#if defined (__stub_shl_load) || defined (__stub___shl_load) 32.30065 ++choke me 32.30066 ++#else 32.30067 ++char (*f) () = shl_load; 32.30068 ++#endif 32.30069 ++#ifdef __cplusplus 32.30070 ++} 32.30071 ++#endif 32.30072 ++ 32.30073 ++int 32.30074 ++main () 32.30075 ++{ 32.30076 ++return f != shl_load; 32.30077 ++ ; 32.30078 ++ return 0; 32.30079 ++} 32.30080 ++_ACEOF 32.30081 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.30082 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30083 ++ (eval $ac_link) 2>conftest.er1 32.30084 ++ ac_status=$? 32.30085 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.30086 ++ rm -f conftest.er1 32.30087 ++ cat conftest.err >&5 32.30088 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30089 ++ (exit $ac_status); } && 32.30090 ++ { ac_try='test -z "$ac_c_werror_flag" 32.30091 ++ || test ! -s conftest.err' 32.30092 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30093 ++ (eval $ac_try) 2>&5 32.30094 ++ ac_status=$? 32.30095 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30096 ++ (exit $ac_status); }; } && 32.30097 ++ { ac_try='test -s conftest$ac_exeext' 32.30098 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30099 ++ (eval $ac_try) 2>&5 32.30100 ++ ac_status=$? 32.30101 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30102 ++ (exit $ac_status); }; }; then 32.30103 ++ ac_cv_func_shl_load=yes 32.30104 ++else 32.30105 ++ echo "$as_me: failed program was:" >&5 32.30106 ++sed 's/^/| /' conftest.$ac_ext >&5 32.30107 ++ 32.30108 ++ac_cv_func_shl_load=no 32.30109 ++fi 32.30110 ++rm -f conftest.err conftest.$ac_objext \ 32.30111 ++ conftest$ac_exeext conftest.$ac_ext 32.30112 ++fi 32.30113 ++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 32.30114 ++echo "${ECHO_T}$ac_cv_func_shl_load" >&6 32.30115 ++if test $ac_cv_func_shl_load = yes; then 32.30116 ++ lt_cv_dlopen="shl_load" 32.30117 ++else 32.30118 ++ echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 32.30119 ++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 32.30120 ++if test "${ac_cv_lib_dld_shl_load+set}" = set; then 32.30121 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30122 ++else 32.30123 ++ ac_check_lib_save_LIBS=$LIBS 32.30124 ++LIBS="-ldld $LIBS" 32.30125 ++cat >conftest.$ac_ext <<_ACEOF 32.30126 ++/* confdefs.h. */ 32.30127 ++_ACEOF 32.30128 ++cat confdefs.h >>conftest.$ac_ext 32.30129 ++cat >>conftest.$ac_ext <<_ACEOF 32.30130 ++/* end confdefs.h. */ 32.30131 ++ 32.30132 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.30133 ++#ifdef __cplusplus 32.30134 ++extern "C" 32.30135 ++#endif 32.30136 ++/* We use char because int might match the return type of a gcc2 32.30137 ++ builtin and then its argument prototype would still apply. */ 32.30138 ++char shl_load (); 32.30139 ++int 32.30140 ++main () 32.30141 ++{ 32.30142 ++shl_load (); 32.30143 ++ ; 32.30144 ++ return 0; 32.30145 ++} 32.30146 ++_ACEOF 32.30147 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.30148 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30149 ++ (eval $ac_link) 2>conftest.er1 32.30150 ++ ac_status=$? 32.30151 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.30152 ++ rm -f conftest.er1 32.30153 ++ cat conftest.err >&5 32.30154 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30155 ++ (exit $ac_status); } && 32.30156 ++ { ac_try='test -z "$ac_c_werror_flag" 32.30157 ++ || test ! -s conftest.err' 32.30158 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30159 ++ (eval $ac_try) 2>&5 32.30160 ++ ac_status=$? 32.30161 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30162 ++ (exit $ac_status); }; } && 32.30163 ++ { ac_try='test -s conftest$ac_exeext' 32.30164 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30165 ++ (eval $ac_try) 2>&5 32.30166 ++ ac_status=$? 32.30167 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30168 ++ (exit $ac_status); }; }; then 32.30169 ++ ac_cv_lib_dld_shl_load=yes 32.30170 ++else 32.30171 ++ echo "$as_me: failed program was:" >&5 32.30172 ++sed 's/^/| /' conftest.$ac_ext >&5 32.30173 ++ 32.30174 ++ac_cv_lib_dld_shl_load=no 32.30175 ++fi 32.30176 ++rm -f conftest.err conftest.$ac_objext \ 32.30177 ++ conftest$ac_exeext conftest.$ac_ext 32.30178 ++LIBS=$ac_check_lib_save_LIBS 32.30179 ++fi 32.30180 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 32.30181 ++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 32.30182 ++if test $ac_cv_lib_dld_shl_load = yes; then 32.30183 ++ lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" 32.30184 ++else 32.30185 ++ echo "$as_me:$LINENO: checking for dlopen" >&5 32.30186 ++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 32.30187 ++if test "${ac_cv_func_dlopen+set}" = set; then 32.30188 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30189 ++else 32.30190 ++ cat >conftest.$ac_ext <<_ACEOF 32.30191 ++/* confdefs.h. */ 32.30192 ++_ACEOF 32.30193 ++cat confdefs.h >>conftest.$ac_ext 32.30194 ++cat >>conftest.$ac_ext <<_ACEOF 32.30195 ++/* end confdefs.h. */ 32.30196 ++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 32.30197 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.30198 ++#define dlopen innocuous_dlopen 32.30199 ++ 32.30200 ++/* System header to define __stub macros and hopefully few prototypes, 32.30201 ++ which can conflict with char dlopen (); below. 32.30202 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.30203 ++ <limits.h> exists even on freestanding compilers. */ 32.30204 ++ 32.30205 ++#ifdef __STDC__ 32.30206 ++# include <limits.h> 32.30207 ++#else 32.30208 ++# include <assert.h> 32.30209 ++#endif 32.30210 ++ 32.30211 ++#undef dlopen 32.30212 ++ 32.30213 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.30214 ++#ifdef __cplusplus 32.30215 ++extern "C" 32.30216 ++{ 32.30217 ++#endif 32.30218 ++/* We use char because int might match the return type of a gcc2 32.30219 ++ builtin and then its argument prototype would still apply. */ 32.30220 ++char dlopen (); 32.30221 ++/* The GNU C library defines this for functions which it implements 32.30222 ++ to always fail with ENOSYS. Some functions are actually named 32.30223 ++ something starting with __ and the normal name is an alias. */ 32.30224 ++#if defined (__stub_dlopen) || defined (__stub___dlopen) 32.30225 ++choke me 32.30226 ++#else 32.30227 ++char (*f) () = dlopen; 32.30228 ++#endif 32.30229 ++#ifdef __cplusplus 32.30230 ++} 32.30231 ++#endif 32.30232 ++ 32.30233 ++int 32.30234 ++main () 32.30235 ++{ 32.30236 ++return f != dlopen; 32.30237 ++ ; 32.30238 ++ return 0; 32.30239 ++} 32.30240 ++_ACEOF 32.30241 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.30242 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30243 ++ (eval $ac_link) 2>conftest.er1 32.30244 ++ ac_status=$? 32.30245 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.30246 ++ rm -f conftest.er1 32.30247 ++ cat conftest.err >&5 32.30248 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30249 ++ (exit $ac_status); } && 32.30250 ++ { ac_try='test -z "$ac_c_werror_flag" 32.30251 ++ || test ! -s conftest.err' 32.30252 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30253 ++ (eval $ac_try) 2>&5 32.30254 ++ ac_status=$? 32.30255 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30256 ++ (exit $ac_status); }; } && 32.30257 ++ { ac_try='test -s conftest$ac_exeext' 32.30258 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30259 ++ (eval $ac_try) 2>&5 32.30260 ++ ac_status=$? 32.30261 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30262 ++ (exit $ac_status); }; }; then 32.30263 ++ ac_cv_func_dlopen=yes 32.30264 ++else 32.30265 ++ echo "$as_me: failed program was:" >&5 32.30266 ++sed 's/^/| /' conftest.$ac_ext >&5 32.30267 ++ 32.30268 ++ac_cv_func_dlopen=no 32.30269 ++fi 32.30270 ++rm -f conftest.err conftest.$ac_objext \ 32.30271 ++ conftest$ac_exeext conftest.$ac_ext 32.30272 ++fi 32.30273 ++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 32.30274 ++echo "${ECHO_T}$ac_cv_func_dlopen" >&6 32.30275 ++if test $ac_cv_func_dlopen = yes; then 32.30276 ++ lt_cv_dlopen="dlopen" 32.30277 ++else 32.30278 ++ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 32.30279 ++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 32.30280 ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then 32.30281 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30282 ++else 32.30283 ++ ac_check_lib_save_LIBS=$LIBS 32.30284 ++LIBS="-ldl $LIBS" 32.30285 ++cat >conftest.$ac_ext <<_ACEOF 32.30286 ++/* confdefs.h. */ 32.30287 ++_ACEOF 32.30288 ++cat confdefs.h >>conftest.$ac_ext 32.30289 ++cat >>conftest.$ac_ext <<_ACEOF 32.30290 ++/* end confdefs.h. */ 32.30291 ++ 32.30292 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.30293 ++#ifdef __cplusplus 32.30294 ++extern "C" 32.30295 ++#endif 32.30296 ++/* We use char because int might match the return type of a gcc2 32.30297 ++ builtin and then its argument prototype would still apply. */ 32.30298 ++char dlopen (); 32.30299 ++int 32.30300 ++main () 32.30301 ++{ 32.30302 ++dlopen (); 32.30303 ++ ; 32.30304 ++ return 0; 32.30305 ++} 32.30306 ++_ACEOF 32.30307 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.30308 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30309 ++ (eval $ac_link) 2>conftest.er1 32.30310 ++ ac_status=$? 32.30311 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.30312 ++ rm -f conftest.er1 32.30313 ++ cat conftest.err >&5 32.30314 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30315 ++ (exit $ac_status); } && 32.30316 ++ { ac_try='test -z "$ac_c_werror_flag" 32.30317 ++ || test ! -s conftest.err' 32.30318 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30319 ++ (eval $ac_try) 2>&5 32.30320 ++ ac_status=$? 32.30321 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30322 ++ (exit $ac_status); }; } && 32.30323 ++ { ac_try='test -s conftest$ac_exeext' 32.30324 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30325 ++ (eval $ac_try) 2>&5 32.30326 ++ ac_status=$? 32.30327 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30328 ++ (exit $ac_status); }; }; then 32.30329 ++ ac_cv_lib_dl_dlopen=yes 32.30330 ++else 32.30331 ++ echo "$as_me: failed program was:" >&5 32.30332 ++sed 's/^/| /' conftest.$ac_ext >&5 32.30333 ++ 32.30334 ++ac_cv_lib_dl_dlopen=no 32.30335 ++fi 32.30336 ++rm -f conftest.err conftest.$ac_objext \ 32.30337 ++ conftest$ac_exeext conftest.$ac_ext 32.30338 ++LIBS=$ac_check_lib_save_LIBS 32.30339 ++fi 32.30340 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 32.30341 ++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 32.30342 ++if test $ac_cv_lib_dl_dlopen = yes; then 32.30343 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 32.30344 ++else 32.30345 ++ echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 32.30346 ++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 32.30347 ++if test "${ac_cv_lib_svld_dlopen+set}" = set; then 32.30348 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30349 ++else 32.30350 ++ ac_check_lib_save_LIBS=$LIBS 32.30351 ++LIBS="-lsvld $LIBS" 32.30352 ++cat >conftest.$ac_ext <<_ACEOF 32.30353 ++/* confdefs.h. */ 32.30354 ++_ACEOF 32.30355 ++cat confdefs.h >>conftest.$ac_ext 32.30356 ++cat >>conftest.$ac_ext <<_ACEOF 32.30357 ++/* end confdefs.h. */ 32.30358 ++ 32.30359 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.30360 ++#ifdef __cplusplus 32.30361 ++extern "C" 32.30362 ++#endif 32.30363 ++/* We use char because int might match the return type of a gcc2 32.30364 ++ builtin and then its argument prototype would still apply. */ 32.30365 ++char dlopen (); 32.30366 ++int 32.30367 ++main () 32.30368 ++{ 32.30369 ++dlopen (); 32.30370 ++ ; 32.30371 ++ return 0; 32.30372 ++} 32.30373 ++_ACEOF 32.30374 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.30375 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30376 ++ (eval $ac_link) 2>conftest.er1 32.30377 ++ ac_status=$? 32.30378 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.30379 ++ rm -f conftest.er1 32.30380 ++ cat conftest.err >&5 32.30381 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30382 ++ (exit $ac_status); } && 32.30383 ++ { ac_try='test -z "$ac_c_werror_flag" 32.30384 ++ || test ! -s conftest.err' 32.30385 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30386 ++ (eval $ac_try) 2>&5 32.30387 ++ ac_status=$? 32.30388 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30389 ++ (exit $ac_status); }; } && 32.30390 ++ { ac_try='test -s conftest$ac_exeext' 32.30391 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30392 ++ (eval $ac_try) 2>&5 32.30393 ++ ac_status=$? 32.30394 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30395 ++ (exit $ac_status); }; }; then 32.30396 ++ ac_cv_lib_svld_dlopen=yes 32.30397 ++else 32.30398 ++ echo "$as_me: failed program was:" >&5 32.30399 ++sed 's/^/| /' conftest.$ac_ext >&5 32.30400 ++ 32.30401 ++ac_cv_lib_svld_dlopen=no 32.30402 ++fi 32.30403 ++rm -f conftest.err conftest.$ac_objext \ 32.30404 ++ conftest$ac_exeext conftest.$ac_ext 32.30405 ++LIBS=$ac_check_lib_save_LIBS 32.30406 ++fi 32.30407 ++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 32.30408 ++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 32.30409 ++if test $ac_cv_lib_svld_dlopen = yes; then 32.30410 ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 32.30411 ++else 32.30412 ++ echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 32.30413 ++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 32.30414 ++if test "${ac_cv_lib_dld_dld_link+set}" = set; then 32.30415 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30416 ++else 32.30417 ++ ac_check_lib_save_LIBS=$LIBS 32.30418 ++LIBS="-ldld $LIBS" 32.30419 ++cat >conftest.$ac_ext <<_ACEOF 32.30420 ++/* confdefs.h. */ 32.30421 ++_ACEOF 32.30422 ++cat confdefs.h >>conftest.$ac_ext 32.30423 ++cat >>conftest.$ac_ext <<_ACEOF 32.30424 ++/* end confdefs.h. */ 32.30425 ++ 32.30426 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.30427 ++#ifdef __cplusplus 32.30428 ++extern "C" 32.30429 ++#endif 32.30430 ++/* We use char because int might match the return type of a gcc2 32.30431 ++ builtin and then its argument prototype would still apply. */ 32.30432 ++char dld_link (); 32.30433 ++int 32.30434 ++main () 32.30435 ++{ 32.30436 ++dld_link (); 32.30437 ++ ; 32.30438 ++ return 0; 32.30439 ++} 32.30440 ++_ACEOF 32.30441 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.30442 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30443 ++ (eval $ac_link) 2>conftest.er1 32.30444 ++ ac_status=$? 32.30445 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.30446 ++ rm -f conftest.er1 32.30447 ++ cat conftest.err >&5 32.30448 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30449 ++ (exit $ac_status); } && 32.30450 ++ { ac_try='test -z "$ac_c_werror_flag" 32.30451 ++ || test ! -s conftest.err' 32.30452 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30453 ++ (eval $ac_try) 2>&5 32.30454 ++ ac_status=$? 32.30455 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30456 ++ (exit $ac_status); }; } && 32.30457 ++ { ac_try='test -s conftest$ac_exeext' 32.30458 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.30459 ++ (eval $ac_try) 2>&5 32.30460 ++ ac_status=$? 32.30461 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30462 ++ (exit $ac_status); }; }; then 32.30463 ++ ac_cv_lib_dld_dld_link=yes 32.30464 ++else 32.30465 ++ echo "$as_me: failed program was:" >&5 32.30466 ++sed 's/^/| /' conftest.$ac_ext >&5 32.30467 ++ 32.30468 ++ac_cv_lib_dld_dld_link=no 32.30469 ++fi 32.30470 ++rm -f conftest.err conftest.$ac_objext \ 32.30471 ++ conftest$ac_exeext conftest.$ac_ext 32.30472 ++LIBS=$ac_check_lib_save_LIBS 32.30473 ++fi 32.30474 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 32.30475 ++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 32.30476 ++if test $ac_cv_lib_dld_dld_link = yes; then 32.30477 ++ lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 32.30478 ++fi 32.30479 ++ 32.30480 ++ 32.30481 ++fi 32.30482 ++ 32.30483 ++ 32.30484 ++fi 32.30485 ++ 32.30486 ++ 32.30487 ++fi 32.30488 ++ 32.30489 ++ 32.30490 ++fi 32.30491 ++ 32.30492 ++ 32.30493 ++fi 32.30494 ++ 32.30495 ++ ;; 32.30496 ++ esac 32.30497 ++ 32.30498 ++ if test "x$lt_cv_dlopen" != xno; then 32.30499 ++ enable_dlopen=yes 32.30500 ++ else 32.30501 ++ enable_dlopen=no 32.30502 ++ fi 32.30503 ++ 32.30504 ++ case $lt_cv_dlopen in 32.30505 ++ dlopen) 32.30506 ++ save_CPPFLAGS="$CPPFLAGS" 32.30507 ++ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" 32.30508 ++ 32.30509 ++ save_LDFLAGS="$LDFLAGS" 32.30510 ++ eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 32.30511 ++ 32.30512 ++ save_LIBS="$LIBS" 32.30513 ++ LIBS="$lt_cv_dlopen_libs $LIBS" 32.30514 ++ 32.30515 ++ echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 32.30516 ++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 32.30517 ++if test "${lt_cv_dlopen_self+set}" = set; then 32.30518 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30519 ++else 32.30520 ++ if test "$cross_compiling" = yes; then : 32.30521 ++ lt_cv_dlopen_self=cross 32.30522 ++else 32.30523 ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 32.30524 ++ lt_status=$lt_dlunknown 32.30525 ++ cat > conftest.$ac_ext <<EOF 32.30526 ++#line 17928 "configure" 32.30527 ++#include "confdefs.h" 32.30528 ++ 32.30529 ++#if HAVE_DLFCN_H 32.30530 ++#include <dlfcn.h> 32.30531 ++#endif 32.30532 ++ 32.30533 ++#include <stdio.h> 32.30534 ++ 32.30535 ++#ifdef RTLD_GLOBAL 32.30536 ++# define LT_DLGLOBAL RTLD_GLOBAL 32.30537 ++#else 32.30538 ++# ifdef DL_GLOBAL 32.30539 ++# define LT_DLGLOBAL DL_GLOBAL 32.30540 ++# else 32.30541 ++# define LT_DLGLOBAL 0 32.30542 ++# endif 32.30543 ++#endif 32.30544 ++ 32.30545 ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 32.30546 ++ find out it does not work in some platform. */ 32.30547 ++#ifndef LT_DLLAZY_OR_NOW 32.30548 ++# ifdef RTLD_LAZY 32.30549 ++# define LT_DLLAZY_OR_NOW RTLD_LAZY 32.30550 ++# else 32.30551 ++# ifdef DL_LAZY 32.30552 ++# define LT_DLLAZY_OR_NOW DL_LAZY 32.30553 ++# else 32.30554 ++# ifdef RTLD_NOW 32.30555 ++# define LT_DLLAZY_OR_NOW RTLD_NOW 32.30556 ++# else 32.30557 ++# ifdef DL_NOW 32.30558 ++# define LT_DLLAZY_OR_NOW DL_NOW 32.30559 ++# else 32.30560 ++# define LT_DLLAZY_OR_NOW 0 32.30561 ++# endif 32.30562 ++# endif 32.30563 ++# endif 32.30564 ++# endif 32.30565 ++#endif 32.30566 ++ 32.30567 ++#ifdef __cplusplus 32.30568 ++extern "C" void exit (int); 32.30569 ++#endif 32.30570 ++ 32.30571 ++void fnord() { int i=42;} 32.30572 ++int main () 32.30573 ++{ 32.30574 ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 32.30575 ++ int status = $lt_dlunknown; 32.30576 ++ 32.30577 ++ if (self) 32.30578 ++ { 32.30579 ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 32.30580 ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 32.30581 ++ /* dlclose (self); */ 32.30582 ++ } 32.30583 ++ 32.30584 ++ exit (status); 32.30585 ++} 32.30586 ++EOF 32.30587 ++ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30588 ++ (eval $ac_link) 2>&5 32.30589 ++ ac_status=$? 32.30590 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30591 ++ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 32.30592 ++ (./conftest; exit; ) 2>/dev/null 32.30593 ++ lt_status=$? 32.30594 ++ case x$lt_status in 32.30595 ++ x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 32.30596 ++ x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 32.30597 ++ x$lt_unknown|x*) lt_cv_dlopen_self=no ;; 32.30598 ++ esac 32.30599 ++ else : 32.30600 ++ # compilation failed 32.30601 ++ lt_cv_dlopen_self=no 32.30602 ++ fi 32.30603 ++fi 32.30604 ++rm -fr conftest* 32.30605 ++ 32.30606 ++ 32.30607 ++fi 32.30608 ++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 32.30609 ++echo "${ECHO_T}$lt_cv_dlopen_self" >&6 32.30610 ++ 32.30611 ++ if test "x$lt_cv_dlopen_self" = xyes; then 32.30612 ++ LDFLAGS="$LDFLAGS $link_static_flag" 32.30613 ++ echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 32.30614 ++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 32.30615 ++if test "${lt_cv_dlopen_self_static+set}" = set; then 32.30616 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.30617 ++else 32.30618 ++ if test "$cross_compiling" = yes; then : 32.30619 ++ lt_cv_dlopen_self_static=cross 32.30620 ++else 32.30621 ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 32.30622 ++ lt_status=$lt_dlunknown 32.30623 ++ cat > conftest.$ac_ext <<EOF 32.30624 ++#line 18026 "configure" 32.30625 ++#include "confdefs.h" 32.30626 ++ 32.30627 ++#if HAVE_DLFCN_H 32.30628 ++#include <dlfcn.h> 32.30629 ++#endif 32.30630 ++ 32.30631 ++#include <stdio.h> 32.30632 ++ 32.30633 ++#ifdef RTLD_GLOBAL 32.30634 ++# define LT_DLGLOBAL RTLD_GLOBAL 32.30635 ++#else 32.30636 ++# ifdef DL_GLOBAL 32.30637 ++# define LT_DLGLOBAL DL_GLOBAL 32.30638 ++# else 32.30639 ++# define LT_DLGLOBAL 0 32.30640 ++# endif 32.30641 ++#endif 32.30642 ++ 32.30643 ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 32.30644 ++ find out it does not work in some platform. */ 32.30645 ++#ifndef LT_DLLAZY_OR_NOW 32.30646 ++# ifdef RTLD_LAZY 32.30647 ++# define LT_DLLAZY_OR_NOW RTLD_LAZY 32.30648 ++# else 32.30649 ++# ifdef DL_LAZY 32.30650 ++# define LT_DLLAZY_OR_NOW DL_LAZY 32.30651 ++# else 32.30652 ++# ifdef RTLD_NOW 32.30653 ++# define LT_DLLAZY_OR_NOW RTLD_NOW 32.30654 ++# else 32.30655 ++# ifdef DL_NOW 32.30656 ++# define LT_DLLAZY_OR_NOW DL_NOW 32.30657 ++# else 32.30658 ++# define LT_DLLAZY_OR_NOW 0 32.30659 ++# endif 32.30660 ++# endif 32.30661 ++# endif 32.30662 ++# endif 32.30663 ++#endif 32.30664 ++ 32.30665 ++#ifdef __cplusplus 32.30666 ++extern "C" void exit (int); 32.30667 ++#endif 32.30668 ++ 32.30669 ++void fnord() { int i=42;} 32.30670 ++int main () 32.30671 ++{ 32.30672 ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 32.30673 ++ int status = $lt_dlunknown; 32.30674 ++ 32.30675 ++ if (self) 32.30676 ++ { 32.30677 ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 32.30678 ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 32.30679 ++ /* dlclose (self); */ 32.30680 ++ } 32.30681 ++ 32.30682 ++ exit (status); 32.30683 ++} 32.30684 ++EOF 32.30685 ++ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.30686 ++ (eval $ac_link) 2>&5 32.30687 ++ ac_status=$? 32.30688 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.30689 ++ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 32.30690 ++ (./conftest; exit; ) 2>/dev/null 32.30691 ++ lt_status=$? 32.30692 ++ case x$lt_status in 32.30693 ++ x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 32.30694 ++ x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 32.30695 ++ x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; 32.30696 ++ esac 32.30697 ++ else : 32.30698 ++ # compilation failed 32.30699 ++ lt_cv_dlopen_self_static=no 32.30700 ++ fi 32.30701 ++fi 32.30702 ++rm -fr conftest* 32.30703 ++ 32.30704 ++ 32.30705 ++fi 32.30706 ++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 32.30707 ++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 32.30708 ++ fi 32.30709 ++ 32.30710 ++ CPPFLAGS="$save_CPPFLAGS" 32.30711 ++ LDFLAGS="$save_LDFLAGS" 32.30712 ++ LIBS="$save_LIBS" 32.30713 ++ ;; 32.30714 ++ esac 32.30715 ++ 32.30716 ++ case $lt_cv_dlopen_self in 32.30717 ++ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; 32.30718 ++ *) enable_dlopen_self=unknown ;; 32.30719 ++ esac 32.30720 ++ 32.30721 ++ case $lt_cv_dlopen_self_static in 32.30722 ++ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; 32.30723 ++ *) enable_dlopen_self_static=unknown ;; 32.30724 ++ esac 32.30725 ++fi 32.30726 ++ 32.30727 ++ 32.30728 ++# The else clause should only fire when bootstrapping the 32.30729 ++# libtool distribution, otherwise you forgot to ship ltmain.sh 32.30730 ++# with your package, and you will get complaints that there are 32.30731 ++# no rules to generate ltmain.sh. 32.30732 ++if test -f "$ltmain"; then 32.30733 ++ # See if we are running on zsh, and set the options which allow our commands through 32.30734 ++ # without removal of \ escapes. 32.30735 ++ if test -n "${ZSH_VERSION+set}" ; then 32.30736 ++ setopt NO_GLOB_SUBST 32.30737 ++ fi 32.30738 ++ # Now quote all the things that may contain metacharacters while being 32.30739 ++ # careful not to overquote the AC_SUBSTed values. We take copies of the 32.30740 ++ # variables and quote the copies for generation of the libtool script. 32.30741 ++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 32.30742 ++ SED SHELL STRIP \ 32.30743 ++ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 32.30744 ++ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 32.30745 ++ deplibs_check_method reload_flag reload_cmds need_locks \ 32.30746 ++ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 32.30747 ++ lt_cv_sys_global_symbol_to_c_name_address \ 32.30748 ++ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 32.30749 ++ old_postinstall_cmds old_postuninstall_cmds \ 32.30750 ++ compiler_GCJ \ 32.30751 ++ CC_GCJ \ 32.30752 ++ LD_GCJ \ 32.30753 ++ lt_prog_compiler_wl_GCJ \ 32.30754 ++ lt_prog_compiler_pic_GCJ \ 32.30755 ++ lt_prog_compiler_static_GCJ \ 32.30756 ++ lt_prog_compiler_no_builtin_flag_GCJ \ 32.30757 ++ export_dynamic_flag_spec_GCJ \ 32.30758 ++ thread_safe_flag_spec_GCJ \ 32.30759 ++ whole_archive_flag_spec_GCJ \ 32.30760 ++ enable_shared_with_static_runtimes_GCJ \ 32.30761 ++ old_archive_cmds_GCJ \ 32.30762 ++ old_archive_from_new_cmds_GCJ \ 32.30763 ++ predep_objects_GCJ \ 32.30764 ++ postdep_objects_GCJ \ 32.30765 ++ predeps_GCJ \ 32.30766 ++ postdeps_GCJ \ 32.30767 ++ compiler_lib_search_path_GCJ \ 32.30768 ++ archive_cmds_GCJ \ 32.30769 ++ archive_expsym_cmds_GCJ \ 32.30770 ++ postinstall_cmds_GCJ \ 32.30771 ++ postuninstall_cmds_GCJ \ 32.30772 ++ old_archive_from_expsyms_cmds_GCJ \ 32.30773 ++ allow_undefined_flag_GCJ \ 32.30774 ++ no_undefined_flag_GCJ \ 32.30775 ++ export_symbols_cmds_GCJ \ 32.30776 ++ hardcode_libdir_flag_spec_GCJ \ 32.30777 ++ hardcode_libdir_flag_spec_ld_GCJ \ 32.30778 ++ hardcode_libdir_separator_GCJ \ 32.30779 ++ hardcode_automatic_GCJ \ 32.30780 ++ module_cmds_GCJ \ 32.30781 ++ module_expsym_cmds_GCJ \ 32.30782 ++ lt_cv_prog_compiler_c_o_GCJ \ 32.30783 ++ exclude_expsyms_GCJ \ 32.30784 ++ include_expsyms_GCJ; do 32.30785 ++ 32.30786 ++ case $var in 32.30787 ++ old_archive_cmds_GCJ | \ 32.30788 ++ old_archive_from_new_cmds_GCJ | \ 32.30789 ++ archive_cmds_GCJ | \ 32.30790 ++ archive_expsym_cmds_GCJ | \ 32.30791 ++ module_cmds_GCJ | \ 32.30792 ++ module_expsym_cmds_GCJ | \ 32.30793 ++ old_archive_from_expsyms_cmds_GCJ | \ 32.30794 ++ export_symbols_cmds_GCJ | \ 32.30795 ++ extract_expsyms_cmds | reload_cmds | finish_cmds | \ 32.30796 ++ postinstall_cmds | postuninstall_cmds | \ 32.30797 ++ old_postinstall_cmds | old_postuninstall_cmds | \ 32.30798 ++ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 32.30799 ++ # Double-quote double-evaled strings. 32.30800 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 32.30801 ++ ;; 32.30802 ++ *) 32.30803 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 32.30804 ++ ;; 32.30805 ++ esac 32.30806 ++ done 32.30807 ++ 32.30808 ++ case $lt_echo in 32.30809 ++ *'\$0 --fallback-echo"') 32.30810 ++ lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 32.30811 ++ ;; 32.30812 ++ esac 32.30813 ++ 32.30814 ++cfgfile="$ofile" 32.30815 ++ 32.30816 ++ cat <<__EOF__ >> "$cfgfile" 32.30817 ++# ### BEGIN LIBTOOL TAG CONFIG: $tagname 32.30818 ++ 32.30819 ++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 32.30820 ++ 32.30821 ++# Shell to use when invoking shell scripts. 32.30822 ++SHELL=$lt_SHELL 32.30823 ++ 32.30824 ++# Whether or not to build shared libraries. 32.30825 ++build_libtool_libs=$enable_shared 32.30826 ++ 32.30827 ++# Whether or not to build static libraries. 32.30828 ++build_old_libs=$enable_static 32.30829 ++ 32.30830 ++# Whether or not to add -lc for building shared libraries. 32.30831 ++build_libtool_need_lc=$archive_cmds_need_lc_GCJ 32.30832 ++ 32.30833 ++# Whether or not to disallow shared libs when runtime libs are static 32.30834 ++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ 32.30835 ++ 32.30836 ++# Whether or not to optimize for fast installation. 32.30837 ++fast_install=$enable_fast_install 32.30838 ++ 32.30839 ++# The host system. 32.30840 ++host_alias=$host_alias 32.30841 ++host=$host 32.30842 ++ 32.30843 ++# An echo program that does not interpret backslashes. 32.30844 ++echo=$lt_echo 32.30845 ++ 32.30846 ++# The archiver. 32.30847 ++AR=$lt_AR 32.30848 ++AR_FLAGS=$lt_AR_FLAGS 32.30849 ++ 32.30850 ++# A C compiler. 32.30851 ++LTCC=$lt_LTCC 32.30852 ++ 32.30853 ++# A language-specific compiler. 32.30854 ++CC=$lt_compiler_GCJ 32.30855 ++ 32.30856 ++# Is the compiler the GNU C compiler? 32.30857 ++with_gcc=$GCC_GCJ 32.30858 ++ 32.30859 ++# An ERE matcher. 32.30860 ++EGREP=$lt_EGREP 32.30861 ++ 32.30862 ++# The linker used to build libraries. 32.30863 ++LD=$lt_LD_GCJ 32.30864 ++ 32.30865 ++# Whether we need hard or soft links. 32.30866 ++LN_S=$lt_LN_S 32.30867 ++ 32.30868 ++# A BSD-compatible nm program. 32.30869 ++NM=$lt_NM 32.30870 ++ 32.30871 ++# A symbol stripping program 32.30872 ++STRIP=$lt_STRIP 32.30873 ++ 32.30874 ++# Used to examine libraries when file_magic_cmd begins "file" 32.30875 ++MAGIC_CMD=$MAGIC_CMD 32.30876 ++ 32.30877 ++# Used on cygwin: DLL creation program. 32.30878 ++DLLTOOL="$DLLTOOL" 32.30879 ++ 32.30880 ++# Used on cygwin: object dumper. 32.30881 ++OBJDUMP="$OBJDUMP" 32.30882 ++ 32.30883 ++# Used on cygwin: assembler. 32.30884 ++AS="$AS" 32.30885 ++ 32.30886 ++# The name of the directory that contains temporary libtool files. 32.30887 ++objdir=$objdir 32.30888 ++ 32.30889 ++# How to create reloadable object files. 32.30890 ++reload_flag=$lt_reload_flag 32.30891 ++reload_cmds=$lt_reload_cmds 32.30892 ++ 32.30893 ++# How to pass a linker flag through the compiler. 32.30894 ++wl=$lt_lt_prog_compiler_wl_GCJ 32.30895 ++ 32.30896 ++# Object file suffix (normally "o"). 32.30897 ++objext="$ac_objext" 32.30898 ++ 32.30899 ++# Old archive suffix (normally "a"). 32.30900 ++libext="$libext" 32.30901 ++ 32.30902 ++# Shared library suffix (normally ".so"). 32.30903 ++shrext='$shrext' 32.30904 ++ 32.30905 ++# Executable file suffix (normally ""). 32.30906 ++exeext="$exeext" 32.30907 ++ 32.30908 ++# Additional compiler flags for building library objects. 32.30909 ++pic_flag=$lt_lt_prog_compiler_pic_GCJ 32.30910 ++pic_mode=$pic_mode 32.30911 ++ 32.30912 ++# What is the maximum length of a command? 32.30913 ++max_cmd_len=$lt_cv_sys_max_cmd_len 32.30914 ++ 32.30915 ++# Does compiler simultaneously support -c and -o options? 32.30916 ++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ 32.30917 ++ 32.30918 ++# Must we lock files when doing compilation ? 32.30919 ++need_locks=$lt_need_locks 32.30920 ++ 32.30921 ++# Do we need the lib prefix for modules? 32.30922 ++need_lib_prefix=$need_lib_prefix 32.30923 ++ 32.30924 ++# Do we need a version for libraries? 32.30925 ++need_version=$need_version 32.30926 ++ 32.30927 ++# Whether dlopen is supported. 32.30928 ++dlopen_support=$enable_dlopen 32.30929 ++ 32.30930 ++# Whether dlopen of programs is supported. 32.30931 ++dlopen_self=$enable_dlopen_self 32.30932 ++ 32.30933 ++# Whether dlopen of statically linked programs is supported. 32.30934 ++dlopen_self_static=$enable_dlopen_self_static 32.30935 ++ 32.30936 ++# Compiler flag to prevent dynamic linking. 32.30937 ++link_static_flag=$lt_lt_prog_compiler_static_GCJ 32.30938 ++ 32.30939 ++# Compiler flag to turn off builtin functions. 32.30940 ++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ 32.30941 ++ 32.30942 ++# Compiler flag to allow reflexive dlopens. 32.30943 ++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ 32.30944 ++ 32.30945 ++# Compiler flag to generate shared objects directly from archives. 32.30946 ++whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ 32.30947 ++ 32.30948 ++# Compiler flag to generate thread-safe objects. 32.30949 ++thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ 32.30950 ++ 32.30951 ++# Library versioning type. 32.30952 ++version_type=$version_type 32.30953 ++ 32.30954 ++# Format of library name prefix. 32.30955 ++libname_spec=$lt_libname_spec 32.30956 ++ 32.30957 ++# List of archive names. First name is the real one, the rest are links. 32.30958 ++# The last name is the one that the linker finds with -lNAME. 32.30959 ++library_names_spec=$lt_library_names_spec 32.30960 ++ 32.30961 ++# The coded name of the library, if different from the real name. 32.30962 ++soname_spec=$lt_soname_spec 32.30963 ++ 32.30964 ++# Commands used to build and install an old-style archive. 32.30965 ++RANLIB=$lt_RANLIB 32.30966 ++old_archive_cmds=$lt_old_archive_cmds_GCJ 32.30967 ++old_postinstall_cmds=$lt_old_postinstall_cmds 32.30968 ++old_postuninstall_cmds=$lt_old_postuninstall_cmds 32.30969 ++ 32.30970 ++# Create an old-style archive from a shared archive. 32.30971 ++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ 32.30972 ++ 32.30973 ++# Create a temporary old-style archive to link instead of a shared archive. 32.30974 ++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ 32.30975 ++ 32.30976 ++# Commands used to build and install a shared archive. 32.30977 ++archive_cmds=$lt_archive_cmds_GCJ 32.30978 ++archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ 32.30979 ++postinstall_cmds=$lt_postinstall_cmds 32.30980 ++postuninstall_cmds=$lt_postuninstall_cmds 32.30981 ++ 32.30982 ++# Commands used to build a loadable module (assumed same as above if empty) 32.30983 ++module_cmds=$lt_module_cmds_GCJ 32.30984 ++module_expsym_cmds=$lt_module_expsym_cmds_GCJ 32.30985 ++ 32.30986 ++# Commands to strip libraries. 32.30987 ++old_striplib=$lt_old_striplib 32.30988 ++striplib=$lt_striplib 32.30989 ++ 32.30990 ++# Dependencies to place before the objects being linked to create a 32.30991 ++# shared library. 32.30992 ++predep_objects=$lt_predep_objects_GCJ 32.30993 ++ 32.30994 ++# Dependencies to place after the objects being linked to create a 32.30995 ++# shared library. 32.30996 ++postdep_objects=$lt_postdep_objects_GCJ 32.30997 ++ 32.30998 ++# Dependencies to place before the objects being linked to create a 32.30999 ++# shared library. 32.31000 ++predeps=$lt_predeps_GCJ 32.31001 ++ 32.31002 ++# Dependencies to place after the objects being linked to create a 32.31003 ++# shared library. 32.31004 ++postdeps=$lt_postdeps_GCJ 32.31005 ++ 32.31006 ++# The library search path used internally by the compiler when linking 32.31007 ++# a shared library. 32.31008 ++compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ 32.31009 ++ 32.31010 ++# Method to check whether dependent libraries are shared objects. 32.31011 ++deplibs_check_method=$lt_deplibs_check_method 32.31012 ++ 32.31013 ++# Command to use when deplibs_check_method == file_magic. 32.31014 ++file_magic_cmd=$lt_file_magic_cmd 32.31015 ++ 32.31016 ++# Flag that allows shared libraries with undefined symbols to be built. 32.31017 ++allow_undefined_flag=$lt_allow_undefined_flag_GCJ 32.31018 ++ 32.31019 ++# Flag that forces no undefined symbols. 32.31020 ++no_undefined_flag=$lt_no_undefined_flag_GCJ 32.31021 ++ 32.31022 ++# Commands used to finish a libtool library installation in a directory. 32.31023 ++finish_cmds=$lt_finish_cmds 32.31024 ++ 32.31025 ++# Same as above, but a single script fragment to be evaled but not shown. 32.31026 ++finish_eval=$lt_finish_eval 32.31027 ++ 32.31028 ++# Take the output of nm and produce a listing of raw symbols and C names. 32.31029 ++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 32.31030 ++ 32.31031 ++# Transform the output of nm in a proper C declaration 32.31032 ++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 32.31033 ++ 32.31034 ++# Transform the output of nm in a C name address pair 32.31035 ++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 32.31036 ++ 32.31037 ++# This is the shared library runtime path variable. 32.31038 ++runpath_var=$runpath_var 32.31039 ++ 32.31040 ++# This is the shared library path variable. 32.31041 ++shlibpath_var=$shlibpath_var 32.31042 ++ 32.31043 ++# Is shlibpath searched before the hard-coded library search path? 32.31044 ++shlibpath_overrides_runpath=$shlibpath_overrides_runpath 32.31045 ++ 32.31046 ++# How to hardcode a shared library path into an executable. 32.31047 ++hardcode_action=$hardcode_action_GCJ 32.31048 ++ 32.31049 ++# Whether we should hardcode library paths into libraries. 32.31050 ++hardcode_into_libs=$hardcode_into_libs 32.31051 ++ 32.31052 ++# Flag to hardcode \$libdir into a binary during linking. 32.31053 ++# This must work even if \$libdir does not exist. 32.31054 ++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ 32.31055 ++ 32.31056 ++# If ld is used when linking, flag to hardcode \$libdir into 32.31057 ++# a binary during linking. This must work even if \$libdir does 32.31058 ++# not exist. 32.31059 ++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ 32.31060 ++ 32.31061 ++# Whether we need a single -rpath flag with a separated argument. 32.31062 ++hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ 32.31063 ++ 32.31064 ++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 32.31065 ++# resulting binary. 32.31066 ++hardcode_direct=$hardcode_direct_GCJ 32.31067 ++ 32.31068 ++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 32.31069 ++# resulting binary. 32.31070 ++hardcode_minus_L=$hardcode_minus_L_GCJ 32.31071 ++ 32.31072 ++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 32.31073 ++# the resulting binary. 32.31074 ++hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ 32.31075 ++ 32.31076 ++# Set to yes if building a shared library automatically hardcodes DIR into the library 32.31077 ++# and all subsequent libraries and executables linked against it. 32.31078 ++hardcode_automatic=$hardcode_automatic_GCJ 32.31079 ++ 32.31080 ++# Variables whose values should be saved in libtool wrapper scripts and 32.31081 ++# restored at relink time. 32.31082 ++variables_saved_for_relink="$variables_saved_for_relink" 32.31083 ++ 32.31084 ++# Whether libtool must link a program against all its dependency libraries. 32.31085 ++link_all_deplibs=$link_all_deplibs_GCJ 32.31086 ++ 32.31087 ++# Compile-time system search path for libraries 32.31088 ++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 32.31089 ++ 32.31090 ++# Run-time system search path for libraries 32.31091 ++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 32.31092 ++ 32.31093 ++# Fix the shell variable \$srcfile for the compiler. 32.31094 ++fix_srcfile_path="$fix_srcfile_path_GCJ" 32.31095 ++ 32.31096 ++# Set to yes if exported symbols are required. 32.31097 ++always_export_symbols=$always_export_symbols_GCJ 32.31098 ++ 32.31099 ++# The commands to list exported symbols. 32.31100 ++export_symbols_cmds=$lt_export_symbols_cmds_GCJ 32.31101 ++ 32.31102 ++# The commands to extract the exported symbol list from a shared archive. 32.31103 ++extract_expsyms_cmds=$lt_extract_expsyms_cmds 32.31104 ++ 32.31105 ++# Symbols that should not be listed in the preloaded symbols. 32.31106 ++exclude_expsyms=$lt_exclude_expsyms_GCJ 32.31107 ++ 32.31108 ++# Symbols that must always be exported. 32.31109 ++include_expsyms=$lt_include_expsyms_GCJ 32.31110 ++ 32.31111 ++# ### END LIBTOOL TAG CONFIG: $tagname 32.31112 ++ 32.31113 ++__EOF__ 32.31114 ++ 32.31115 ++ 32.31116 ++else 32.31117 ++ # If there is no Makefile yet, we rely on a make rule to execute 32.31118 ++ # `config.status --recheck' to rerun these tests and create the 32.31119 ++ # libtool script then. 32.31120 ++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 32.31121 ++ if test -f "$ltmain_in"; then 32.31122 ++ test -f Makefile && make "$ltmain" 32.31123 ++ fi 32.31124 ++fi 32.31125 ++ 32.31126 ++ 32.31127 ++ac_ext=c 32.31128 ++ac_cpp='$CPP $CPPFLAGS' 32.31129 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.31130 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.31131 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.31132 ++ 32.31133 ++CC="$lt_save_CC" 32.31134 ++ 32.31135 ++ else 32.31136 ++ tagname="" 32.31137 ++ fi 32.31138 ++ ;; 32.31139 ++ 32.31140 ++ RC) 32.31141 ++ 32.31142 ++ 32.31143 ++ 32.31144 ++# Source file extension for RC test sources. 32.31145 ++ac_ext=rc 32.31146 ++ 32.31147 ++# Object file extension for compiled RC test sources. 32.31148 ++objext=o 32.31149 ++objext_RC=$objext 32.31150 ++ 32.31151 ++# Code to be used in simple compile tests 32.31152 ++lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' 32.31153 ++ 32.31154 ++# Code to be used in simple link tests 32.31155 ++lt_simple_link_test_code="$lt_simple_compile_test_code" 32.31156 ++ 32.31157 ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. 32.31158 ++ 32.31159 ++# If no C compiler was specified, use CC. 32.31160 ++LTCC=${LTCC-"$CC"} 32.31161 ++ 32.31162 ++# Allow CC to be a program name with arguments. 32.31163 ++compiler=$CC 32.31164 ++ 32.31165 ++ 32.31166 ++# Allow CC to be a program name with arguments. 32.31167 ++lt_save_CC="$CC" 32.31168 ++CC=${RC-"windres"} 32.31169 ++compiler=$CC 32.31170 ++compiler_RC=$CC 32.31171 ++lt_cv_prog_compiler_c_o_RC=yes 32.31172 ++ 32.31173 ++# The else clause should only fire when bootstrapping the 32.31174 ++# libtool distribution, otherwise you forgot to ship ltmain.sh 32.31175 ++# with your package, and you will get complaints that there are 32.31176 ++# no rules to generate ltmain.sh. 32.31177 ++if test -f "$ltmain"; then 32.31178 ++ # See if we are running on zsh, and set the options which allow our commands through 32.31179 ++ # without removal of \ escapes. 32.31180 ++ if test -n "${ZSH_VERSION+set}" ; then 32.31181 ++ setopt NO_GLOB_SUBST 32.31182 ++ fi 32.31183 ++ # Now quote all the things that may contain metacharacters while being 32.31184 ++ # careful not to overquote the AC_SUBSTed values. We take copies of the 32.31185 ++ # variables and quote the copies for generation of the libtool script. 32.31186 ++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 32.31187 ++ SED SHELL STRIP \ 32.31188 ++ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 32.31189 ++ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 32.31190 ++ deplibs_check_method reload_flag reload_cmds need_locks \ 32.31191 ++ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 32.31192 ++ lt_cv_sys_global_symbol_to_c_name_address \ 32.31193 ++ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 32.31194 ++ old_postinstall_cmds old_postuninstall_cmds \ 32.31195 ++ compiler_RC \ 32.31196 ++ CC_RC \ 32.31197 ++ LD_RC \ 32.31198 ++ lt_prog_compiler_wl_RC \ 32.31199 ++ lt_prog_compiler_pic_RC \ 32.31200 ++ lt_prog_compiler_static_RC \ 32.31201 ++ lt_prog_compiler_no_builtin_flag_RC \ 32.31202 ++ export_dynamic_flag_spec_RC \ 32.31203 ++ thread_safe_flag_spec_RC \ 32.31204 ++ whole_archive_flag_spec_RC \ 32.31205 ++ enable_shared_with_static_runtimes_RC \ 32.31206 ++ old_archive_cmds_RC \ 32.31207 ++ old_archive_from_new_cmds_RC \ 32.31208 ++ predep_objects_RC \ 32.31209 ++ postdep_objects_RC \ 32.31210 ++ predeps_RC \ 32.31211 ++ postdeps_RC \ 32.31212 ++ compiler_lib_search_path_RC \ 32.31213 ++ archive_cmds_RC \ 32.31214 ++ archive_expsym_cmds_RC \ 32.31215 ++ postinstall_cmds_RC \ 32.31216 ++ postuninstall_cmds_RC \ 32.31217 ++ old_archive_from_expsyms_cmds_RC \ 32.31218 ++ allow_undefined_flag_RC \ 32.31219 ++ no_undefined_flag_RC \ 32.31220 ++ export_symbols_cmds_RC \ 32.31221 ++ hardcode_libdir_flag_spec_RC \ 32.31222 ++ hardcode_libdir_flag_spec_ld_RC \ 32.31223 ++ hardcode_libdir_separator_RC \ 32.31224 ++ hardcode_automatic_RC \ 32.31225 ++ module_cmds_RC \ 32.31226 ++ module_expsym_cmds_RC \ 32.31227 ++ lt_cv_prog_compiler_c_o_RC \ 32.31228 ++ exclude_expsyms_RC \ 32.31229 ++ include_expsyms_RC; do 32.31230 ++ 32.31231 ++ case $var in 32.31232 ++ old_archive_cmds_RC | \ 32.31233 ++ old_archive_from_new_cmds_RC | \ 32.31234 ++ archive_cmds_RC | \ 32.31235 ++ archive_expsym_cmds_RC | \ 32.31236 ++ module_cmds_RC | \ 32.31237 ++ module_expsym_cmds_RC | \ 32.31238 ++ old_archive_from_expsyms_cmds_RC | \ 32.31239 ++ export_symbols_cmds_RC | \ 32.31240 ++ extract_expsyms_cmds | reload_cmds | finish_cmds | \ 32.31241 ++ postinstall_cmds | postuninstall_cmds | \ 32.31242 ++ old_postinstall_cmds | old_postuninstall_cmds | \ 32.31243 ++ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 32.31244 ++ # Double-quote double-evaled strings. 32.31245 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 32.31246 ++ ;; 32.31247 ++ *) 32.31248 ++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 32.31249 ++ ;; 32.31250 ++ esac 32.31251 ++ done 32.31252 ++ 32.31253 ++ case $lt_echo in 32.31254 ++ *'\$0 --fallback-echo"') 32.31255 ++ lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 32.31256 ++ ;; 32.31257 ++ esac 32.31258 ++ 32.31259 ++cfgfile="$ofile" 32.31260 ++ 32.31261 ++ cat <<__EOF__ >> "$cfgfile" 32.31262 ++# ### BEGIN LIBTOOL TAG CONFIG: $tagname 32.31263 ++ 32.31264 ++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 32.31265 ++ 32.31266 ++# Shell to use when invoking shell scripts. 32.31267 ++SHELL=$lt_SHELL 32.31268 ++ 32.31269 ++# Whether or not to build shared libraries. 32.31270 ++build_libtool_libs=$enable_shared 32.31271 ++ 32.31272 ++# Whether or not to build static libraries. 32.31273 ++build_old_libs=$enable_static 32.31274 ++ 32.31275 ++# Whether or not to add -lc for building shared libraries. 32.31276 ++build_libtool_need_lc=$archive_cmds_need_lc_RC 32.31277 ++ 32.31278 ++# Whether or not to disallow shared libs when runtime libs are static 32.31279 ++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC 32.31280 ++ 32.31281 ++# Whether or not to optimize for fast installation. 32.31282 ++fast_install=$enable_fast_install 32.31283 ++ 32.31284 ++# The host system. 32.31285 ++host_alias=$host_alias 32.31286 ++host=$host 32.31287 ++ 32.31288 ++# An echo program that does not interpret backslashes. 32.31289 ++echo=$lt_echo 32.31290 ++ 32.31291 ++# The archiver. 32.31292 ++AR=$lt_AR 32.31293 ++AR_FLAGS=$lt_AR_FLAGS 32.31294 ++ 32.31295 ++# A C compiler. 32.31296 ++LTCC=$lt_LTCC 32.31297 ++ 32.31298 ++# A language-specific compiler. 32.31299 ++CC=$lt_compiler_RC 32.31300 ++ 32.31301 ++# Is the compiler the GNU C compiler? 32.31302 ++with_gcc=$GCC_RC 32.31303 ++ 32.31304 ++# An ERE matcher. 32.31305 ++EGREP=$lt_EGREP 32.31306 ++ 32.31307 ++# The linker used to build libraries. 32.31308 ++LD=$lt_LD_RC 32.31309 ++ 32.31310 ++# Whether we need hard or soft links. 32.31311 ++LN_S=$lt_LN_S 32.31312 ++ 32.31313 ++# A BSD-compatible nm program. 32.31314 ++NM=$lt_NM 32.31315 ++ 32.31316 ++# A symbol stripping program 32.31317 ++STRIP=$lt_STRIP 32.31318 ++ 32.31319 ++# Used to examine libraries when file_magic_cmd begins "file" 32.31320 ++MAGIC_CMD=$MAGIC_CMD 32.31321 ++ 32.31322 ++# Used on cygwin: DLL creation program. 32.31323 ++DLLTOOL="$DLLTOOL" 32.31324 ++ 32.31325 ++# Used on cygwin: object dumper. 32.31326 ++OBJDUMP="$OBJDUMP" 32.31327 ++ 32.31328 ++# Used on cygwin: assembler. 32.31329 ++AS="$AS" 32.31330 ++ 32.31331 ++# The name of the directory that contains temporary libtool files. 32.31332 ++objdir=$objdir 32.31333 ++ 32.31334 ++# How to create reloadable object files. 32.31335 ++reload_flag=$lt_reload_flag 32.31336 ++reload_cmds=$lt_reload_cmds 32.31337 ++ 32.31338 ++# How to pass a linker flag through the compiler. 32.31339 ++wl=$lt_lt_prog_compiler_wl_RC 32.31340 ++ 32.31341 ++# Object file suffix (normally "o"). 32.31342 ++objext="$ac_objext" 32.31343 ++ 32.31344 ++# Old archive suffix (normally "a"). 32.31345 ++libext="$libext" 32.31346 ++ 32.31347 ++# Shared library suffix (normally ".so"). 32.31348 ++shrext='$shrext' 32.31349 ++ 32.31350 ++# Executable file suffix (normally ""). 32.31351 ++exeext="$exeext" 32.31352 ++ 32.31353 ++# Additional compiler flags for building library objects. 32.31354 ++pic_flag=$lt_lt_prog_compiler_pic_RC 32.31355 ++pic_mode=$pic_mode 32.31356 ++ 32.31357 ++# What is the maximum length of a command? 32.31358 ++max_cmd_len=$lt_cv_sys_max_cmd_len 32.31359 ++ 32.31360 ++# Does compiler simultaneously support -c and -o options? 32.31361 ++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC 32.31362 ++ 32.31363 ++# Must we lock files when doing compilation ? 32.31364 ++need_locks=$lt_need_locks 32.31365 ++ 32.31366 ++# Do we need the lib prefix for modules? 32.31367 ++need_lib_prefix=$need_lib_prefix 32.31368 ++ 32.31369 ++# Do we need a version for libraries? 32.31370 ++need_version=$need_version 32.31371 ++ 32.31372 ++# Whether dlopen is supported. 32.31373 ++dlopen_support=$enable_dlopen 32.31374 ++ 32.31375 ++# Whether dlopen of programs is supported. 32.31376 ++dlopen_self=$enable_dlopen_self 32.31377 ++ 32.31378 ++# Whether dlopen of statically linked programs is supported. 32.31379 ++dlopen_self_static=$enable_dlopen_self_static 32.31380 ++ 32.31381 ++# Compiler flag to prevent dynamic linking. 32.31382 ++link_static_flag=$lt_lt_prog_compiler_static_RC 32.31383 ++ 32.31384 ++# Compiler flag to turn off builtin functions. 32.31385 ++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC 32.31386 ++ 32.31387 ++# Compiler flag to allow reflexive dlopens. 32.31388 ++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC 32.31389 ++ 32.31390 ++# Compiler flag to generate shared objects directly from archives. 32.31391 ++whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC 32.31392 ++ 32.31393 ++# Compiler flag to generate thread-safe objects. 32.31394 ++thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC 32.31395 ++ 32.31396 ++# Library versioning type. 32.31397 ++version_type=$version_type 32.31398 ++ 32.31399 ++# Format of library name prefix. 32.31400 ++libname_spec=$lt_libname_spec 32.31401 ++ 32.31402 ++# List of archive names. First name is the real one, the rest are links. 32.31403 ++# The last name is the one that the linker finds with -lNAME. 32.31404 ++library_names_spec=$lt_library_names_spec 32.31405 ++ 32.31406 ++# The coded name of the library, if different from the real name. 32.31407 ++soname_spec=$lt_soname_spec 32.31408 ++ 32.31409 ++# Commands used to build and install an old-style archive. 32.31410 ++RANLIB=$lt_RANLIB 32.31411 ++old_archive_cmds=$lt_old_archive_cmds_RC 32.31412 ++old_postinstall_cmds=$lt_old_postinstall_cmds 32.31413 ++old_postuninstall_cmds=$lt_old_postuninstall_cmds 32.31414 ++ 32.31415 ++# Create an old-style archive from a shared archive. 32.31416 ++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC 32.31417 ++ 32.31418 ++# Create a temporary old-style archive to link instead of a shared archive. 32.31419 ++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC 32.31420 ++ 32.31421 ++# Commands used to build and install a shared archive. 32.31422 ++archive_cmds=$lt_archive_cmds_RC 32.31423 ++archive_expsym_cmds=$lt_archive_expsym_cmds_RC 32.31424 ++postinstall_cmds=$lt_postinstall_cmds 32.31425 ++postuninstall_cmds=$lt_postuninstall_cmds 32.31426 ++ 32.31427 ++# Commands used to build a loadable module (assumed same as above if empty) 32.31428 ++module_cmds=$lt_module_cmds_RC 32.31429 ++module_expsym_cmds=$lt_module_expsym_cmds_RC 32.31430 ++ 32.31431 ++# Commands to strip libraries. 32.31432 ++old_striplib=$lt_old_striplib 32.31433 ++striplib=$lt_striplib 32.31434 ++ 32.31435 ++# Dependencies to place before the objects being linked to create a 32.31436 ++# shared library. 32.31437 ++predep_objects=$lt_predep_objects_RC 32.31438 ++ 32.31439 ++# Dependencies to place after the objects being linked to create a 32.31440 ++# shared library. 32.31441 ++postdep_objects=$lt_postdep_objects_RC 32.31442 ++ 32.31443 ++# Dependencies to place before the objects being linked to create a 32.31444 ++# shared library. 32.31445 ++predeps=$lt_predeps_RC 32.31446 ++ 32.31447 ++# Dependencies to place after the objects being linked to create a 32.31448 ++# shared library. 32.31449 ++postdeps=$lt_postdeps_RC 32.31450 ++ 32.31451 ++# The library search path used internally by the compiler when linking 32.31452 ++# a shared library. 32.31453 ++compiler_lib_search_path=$lt_compiler_lib_search_path_RC 32.31454 ++ 32.31455 ++# Method to check whether dependent libraries are shared objects. 32.31456 ++deplibs_check_method=$lt_deplibs_check_method 32.31457 ++ 32.31458 ++# Command to use when deplibs_check_method == file_magic. 32.31459 ++file_magic_cmd=$lt_file_magic_cmd 32.31460 ++ 32.31461 ++# Flag that allows shared libraries with undefined symbols to be built. 32.31462 ++allow_undefined_flag=$lt_allow_undefined_flag_RC 32.31463 ++ 32.31464 ++# Flag that forces no undefined symbols. 32.31465 ++no_undefined_flag=$lt_no_undefined_flag_RC 32.31466 ++ 32.31467 ++# Commands used to finish a libtool library installation in a directory. 32.31468 ++finish_cmds=$lt_finish_cmds 32.31469 ++ 32.31470 ++# Same as above, but a single script fragment to be evaled but not shown. 32.31471 ++finish_eval=$lt_finish_eval 32.31472 ++ 32.31473 ++# Take the output of nm and produce a listing of raw symbols and C names. 32.31474 ++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 32.31475 ++ 32.31476 ++# Transform the output of nm in a proper C declaration 32.31477 ++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 32.31478 ++ 32.31479 ++# Transform the output of nm in a C name address pair 32.31480 ++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 32.31481 ++ 32.31482 ++# This is the shared library runtime path variable. 32.31483 ++runpath_var=$runpath_var 32.31484 ++ 32.31485 ++# This is the shared library path variable. 32.31486 ++shlibpath_var=$shlibpath_var 32.31487 ++ 32.31488 ++# Is shlibpath searched before the hard-coded library search path? 32.31489 ++shlibpath_overrides_runpath=$shlibpath_overrides_runpath 32.31490 ++ 32.31491 ++# How to hardcode a shared library path into an executable. 32.31492 ++hardcode_action=$hardcode_action_RC 32.31493 ++ 32.31494 ++# Whether we should hardcode library paths into libraries. 32.31495 ++hardcode_into_libs=$hardcode_into_libs 32.31496 ++ 32.31497 ++# Flag to hardcode \$libdir into a binary during linking. 32.31498 ++# This must work even if \$libdir does not exist. 32.31499 ++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC 32.31500 ++ 32.31501 ++# If ld is used when linking, flag to hardcode \$libdir into 32.31502 ++# a binary during linking. This must work even if \$libdir does 32.31503 ++# not exist. 32.31504 ++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC 32.31505 ++ 32.31506 ++# Whether we need a single -rpath flag with a separated argument. 32.31507 ++hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC 32.31508 ++ 32.31509 ++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 32.31510 ++# resulting binary. 32.31511 ++hardcode_direct=$hardcode_direct_RC 32.31512 ++ 32.31513 ++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 32.31514 ++# resulting binary. 32.31515 ++hardcode_minus_L=$hardcode_minus_L_RC 32.31516 ++ 32.31517 ++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 32.31518 ++# the resulting binary. 32.31519 ++hardcode_shlibpath_var=$hardcode_shlibpath_var_RC 32.31520 ++ 32.31521 ++# Set to yes if building a shared library automatically hardcodes DIR into the library 32.31522 ++# and all subsequent libraries and executables linked against it. 32.31523 ++hardcode_automatic=$hardcode_automatic_RC 32.31524 ++ 32.31525 ++# Variables whose values should be saved in libtool wrapper scripts and 32.31526 ++# restored at relink time. 32.31527 ++variables_saved_for_relink="$variables_saved_for_relink" 32.31528 ++ 32.31529 ++# Whether libtool must link a program against all its dependency libraries. 32.31530 ++link_all_deplibs=$link_all_deplibs_RC 32.31531 ++ 32.31532 ++# Compile-time system search path for libraries 32.31533 ++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 32.31534 ++ 32.31535 ++# Run-time system search path for libraries 32.31536 ++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 32.31537 ++ 32.31538 ++# Fix the shell variable \$srcfile for the compiler. 32.31539 ++fix_srcfile_path="$fix_srcfile_path_RC" 32.31540 ++ 32.31541 ++# Set to yes if exported symbols are required. 32.31542 ++always_export_symbols=$always_export_symbols_RC 32.31543 ++ 32.31544 ++# The commands to list exported symbols. 32.31545 ++export_symbols_cmds=$lt_export_symbols_cmds_RC 32.31546 ++ 32.31547 ++# The commands to extract the exported symbol list from a shared archive. 32.31548 ++extract_expsyms_cmds=$lt_extract_expsyms_cmds 32.31549 ++ 32.31550 ++# Symbols that should not be listed in the preloaded symbols. 32.31551 ++exclude_expsyms=$lt_exclude_expsyms_RC 32.31552 ++ 32.31553 ++# Symbols that must always be exported. 32.31554 ++include_expsyms=$lt_include_expsyms_RC 32.31555 ++ 32.31556 ++# ### END LIBTOOL TAG CONFIG: $tagname 32.31557 ++ 32.31558 ++__EOF__ 32.31559 ++ 32.31560 ++ 32.31561 ++else 32.31562 ++ # If there is no Makefile yet, we rely on a make rule to execute 32.31563 ++ # `config.status --recheck' to rerun these tests and create the 32.31564 ++ # libtool script then. 32.31565 ++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 32.31566 ++ if test -f "$ltmain_in"; then 32.31567 ++ test -f Makefile && make "$ltmain" 32.31568 ++ fi 32.31569 ++fi 32.31570 ++ 32.31571 ++ 32.31572 ++ac_ext=c 32.31573 ++ac_cpp='$CPP $CPPFLAGS' 32.31574 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.31575 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.31576 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.31577 ++ 32.31578 ++CC="$lt_save_CC" 32.31579 + 32.31580 ++ ;; 32.31581 + 32.31582 +-if test -z "$ac_cv_prog_AS"; then 32.31583 +-if test -n "$ac_tool_prefix"; then 32.31584 +- # Extract the first word of "as", so it can be a program name with args. 32.31585 +-set dummy as; ac_word=$2 32.31586 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.31587 +-echo "configure:1752: checking for $ac_word" >&5 32.31588 +-if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then 32.31589 +- echo $ac_n "(cached) $ac_c" 1>&6 32.31590 +-else 32.31591 +- if test -n "$AS"; then 32.31592 +- ac_cv_prog_AS="$AS" # Let the user override the test. 32.31593 +-else 32.31594 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.31595 +- ac_dummy="$PATH" 32.31596 +- for ac_dir in $ac_dummy; do 32.31597 +- test -z "$ac_dir" && ac_dir=. 32.31598 +- if test -f $ac_dir/$ac_word; then 32.31599 +- ac_cv_prog_AS="as" 32.31600 +- break 32.31601 ++ *) 32.31602 ++ { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 32.31603 ++echo "$as_me: error: Unsupported tag name: $tagname" >&2;} 32.31604 ++ { (exit 1); exit 1; }; } 32.31605 ++ ;; 32.31606 ++ esac 32.31607 ++ 32.31608 ++ # Append the new tag name to the list of available tags. 32.31609 ++ if test -n "$tagname" ; then 32.31610 ++ available_tags="$available_tags $tagname" 32.31611 ++ fi 32.31612 + fi 32.31613 + done 32.31614 +- IFS="$ac_save_ifs" 32.31615 +- test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="false" 32.31616 +-fi 32.31617 +-fi 32.31618 +-AS="$ac_cv_prog_AS" 32.31619 +-if test -n "$AS"; then 32.31620 +- echo "$ac_t""$AS" 1>&6 32.31621 +-else 32.31622 +- echo "$ac_t""no" 1>&6 32.31623 +-fi 32.31624 ++ IFS="$lt_save_ifs" 32.31625 + 32.31626 +-else 32.31627 +- AS="false" 32.31628 +-fi 32.31629 ++ # Now substitute the updated list of available tags. 32.31630 ++ if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then 32.31631 ++ mv "${ofile}T" "$ofile" 32.31632 ++ chmod +x "$ofile" 32.31633 ++ else 32.31634 ++ rm -f "${ofile}T" 32.31635 ++ { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 32.31636 ++echo "$as_me: error: unable to update list of available tagged configurations." >&2;} 32.31637 ++ { (exit 1); exit 1; }; } 32.31638 ++ fi 32.31639 + fi 32.31640 + 32.31641 + 32.31642 +- ;; 32.31643 + 32.31644 +-esac 32.31645 ++# This can be used to rebuild libtool when needed 32.31646 ++LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" 32.31647 ++ 32.31648 ++# Always use our own libtool. 32.31649 ++LIBTOOL='$(SHELL) $(top_builddir)/libtool' 32.31650 ++ 32.31651 ++# Prevent multiple expansion 32.31652 + 32.31653 +-# enable the --disable-libtool-lock switch 32.31654 + 32.31655 +-# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 32.31656 +-if test "${enable_libtool_lock+set}" = set; then 32.31657 +- enableval="$enable_libtool_lock" 32.31658 +- need_locks=$enableval 32.31659 +-else 32.31660 +- need_locks=yes 32.31661 +-fi 32.31662 + 32.31663 + 32.31664 +-if test x"$need_locks" = xno; then 32.31665 +- libtool_flags="$libtool_flags --disable-lock" 32.31666 +-fi 32.31667 + 32.31668 + 32.31669 +-# Actually configure libtool. ac_aux_dir is where install-sh is found. 32.31670 +-CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ 32.31671 +-LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ 32.31672 +-DLLTOOL="$DLLTOOL" AS="$AS" \ 32.31673 +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ 32.31674 +-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ 32.31675 +-|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; } 32.31676 + 32.31677 +-# Redirect the config.log output again, so that the ltconfig log is not 32.31678 +-# clobbered by the next message. 32.31679 +-exec 5>>./config.log 32.31680 + 32.31681 + 32.31682 +-echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 32.31683 +-echo "configure:1819: checking whether to enable maintainer-specific portions of Makefiles" >&5 32.31684 ++ 32.31685 ++ 32.31686 ++ 32.31687 ++ 32.31688 ++ 32.31689 ++ 32.31690 ++ 32.31691 ++ 32.31692 ++ 32.31693 ++ 32.31694 ++ 32.31695 ++ 32.31696 ++echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 32.31697 ++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 32.31698 + # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 32.31699 + if test "${enable_maintainer_mode+set}" = set; then 32.31700 + enableval="$enable_maintainer_mode" 32.31701 + USE_MAINTAINER_MODE=$enableval 32.31702 + else 32.31703 + USE_MAINTAINER_MODE=no 32.31704 +-fi 32.31705 ++fi; 32.31706 ++ echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 32.31707 ++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 32.31708 + 32.31709 +- echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6 32.31710 +- 32.31711 + 32.31712 + if test $USE_MAINTAINER_MODE = yes; then 32.31713 + MAINTAINER_MODE_TRUE= 32.31714 +@@ -1834,218 +19064,463 @@ else 32.31715 + MAINTAINER_MODE_TRUE='#' 32.31716 + MAINTAINER_MODE_FALSE= 32.31717 + fi 32.31718 ++ 32.31719 + MAINT=$MAINTAINER_MODE_TRUE 32.31720 +- 32.31721 + 32.31722 + 32.31723 +-# Extract the first word of "gcc", so it can be a program name with args. 32.31724 ++ 32.31725 ++ac_ext=c 32.31726 ++ac_cpp='$CPP $CPPFLAGS' 32.31727 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.31728 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.31729 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.31730 ++if test -n "$ac_tool_prefix"; then 32.31731 ++ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 32.31732 ++set dummy ${ac_tool_prefix}gcc; ac_word=$2 32.31733 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.31734 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.31735 ++if test "${ac_cv_prog_CC+set}" = set; then 32.31736 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.31737 ++else 32.31738 ++ if test -n "$CC"; then 32.31739 ++ ac_cv_prog_CC="$CC" # Let the user override the test. 32.31740 ++else 32.31741 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.31742 ++for as_dir in $PATH 32.31743 ++do 32.31744 ++ IFS=$as_save_IFS 32.31745 ++ test -z "$as_dir" && as_dir=. 32.31746 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.31747 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.31748 ++ ac_cv_prog_CC="${ac_tool_prefix}gcc" 32.31749 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.31750 ++ break 2 32.31751 ++ fi 32.31752 ++done 32.31753 ++done 32.31754 ++ 32.31755 ++fi 32.31756 ++fi 32.31757 ++CC=$ac_cv_prog_CC 32.31758 ++if test -n "$CC"; then 32.31759 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.31760 ++echo "${ECHO_T}$CC" >&6 32.31761 ++else 32.31762 ++ echo "$as_me:$LINENO: result: no" >&5 32.31763 ++echo "${ECHO_T}no" >&6 32.31764 ++fi 32.31765 ++ 32.31766 ++fi 32.31767 ++if test -z "$ac_cv_prog_CC"; then 32.31768 ++ ac_ct_CC=$CC 32.31769 ++ # Extract the first word of "gcc", so it can be a program name with args. 32.31770 + set dummy gcc; ac_word=$2 32.31771 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.31772 +-echo "configure:1845: checking for $ac_word" >&5 32.31773 +-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 32.31774 +- echo $ac_n "(cached) $ac_c" 1>&6 32.31775 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.31776 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.31777 ++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 32.31778 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.31779 ++else 32.31780 ++ if test -n "$ac_ct_CC"; then 32.31781 ++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 32.31782 ++else 32.31783 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.31784 ++for as_dir in $PATH 32.31785 ++do 32.31786 ++ IFS=$as_save_IFS 32.31787 ++ test -z "$as_dir" && as_dir=. 32.31788 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.31789 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.31790 ++ ac_cv_prog_ac_ct_CC="gcc" 32.31791 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.31792 ++ break 2 32.31793 ++ fi 32.31794 ++done 32.31795 ++done 32.31796 ++ 32.31797 ++fi 32.31798 ++fi 32.31799 ++ac_ct_CC=$ac_cv_prog_ac_ct_CC 32.31800 ++if test -n "$ac_ct_CC"; then 32.31801 ++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 32.31802 ++echo "${ECHO_T}$ac_ct_CC" >&6 32.31803 ++else 32.31804 ++ echo "$as_me:$LINENO: result: no" >&5 32.31805 ++echo "${ECHO_T}no" >&6 32.31806 ++fi 32.31807 ++ 32.31808 ++ CC=$ac_ct_CC 32.31809 ++else 32.31810 ++ CC="$ac_cv_prog_CC" 32.31811 ++fi 32.31812 ++ 32.31813 ++if test -z "$CC"; then 32.31814 ++ if test -n "$ac_tool_prefix"; then 32.31815 ++ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 32.31816 ++set dummy ${ac_tool_prefix}cc; ac_word=$2 32.31817 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.31818 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.31819 ++if test "${ac_cv_prog_CC+set}" = set; then 32.31820 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.31821 + else 32.31822 + if test -n "$CC"; then 32.31823 + ac_cv_prog_CC="$CC" # Let the user override the test. 32.31824 + else 32.31825 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.31826 +- ac_dummy="$PATH" 32.31827 +- for ac_dir in $ac_dummy; do 32.31828 +- test -z "$ac_dir" && ac_dir=. 32.31829 +- if test -f $ac_dir/$ac_word; then 32.31830 +- ac_cv_prog_CC="gcc" 32.31831 +- break 32.31832 +- fi 32.31833 +- done 32.31834 +- IFS="$ac_save_ifs" 32.31835 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.31836 ++for as_dir in $PATH 32.31837 ++do 32.31838 ++ IFS=$as_save_IFS 32.31839 ++ test -z "$as_dir" && as_dir=. 32.31840 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.31841 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.31842 ++ ac_cv_prog_CC="${ac_tool_prefix}cc" 32.31843 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.31844 ++ break 2 32.31845 ++ fi 32.31846 ++done 32.31847 ++done 32.31848 ++ 32.31849 + fi 32.31850 + fi 32.31851 +-CC="$ac_cv_prog_CC" 32.31852 ++CC=$ac_cv_prog_CC 32.31853 + if test -n "$CC"; then 32.31854 +- echo "$ac_t""$CC" 1>&6 32.31855 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.31856 ++echo "${ECHO_T}$CC" >&6 32.31857 ++else 32.31858 ++ echo "$as_me:$LINENO: result: no" >&5 32.31859 ++echo "${ECHO_T}no" >&6 32.31860 ++fi 32.31861 ++ 32.31862 ++fi 32.31863 ++if test -z "$ac_cv_prog_CC"; then 32.31864 ++ ac_ct_CC=$CC 32.31865 ++ # Extract the first word of "cc", so it can be a program name with args. 32.31866 ++set dummy cc; ac_word=$2 32.31867 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.31868 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.31869 ++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 32.31870 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.31871 ++else 32.31872 ++ if test -n "$ac_ct_CC"; then 32.31873 ++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 32.31874 ++else 32.31875 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.31876 ++for as_dir in $PATH 32.31877 ++do 32.31878 ++ IFS=$as_save_IFS 32.31879 ++ test -z "$as_dir" && as_dir=. 32.31880 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.31881 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.31882 ++ ac_cv_prog_ac_ct_CC="cc" 32.31883 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.31884 ++ break 2 32.31885 ++ fi 32.31886 ++done 32.31887 ++done 32.31888 ++ 32.31889 ++fi 32.31890 ++fi 32.31891 ++ac_ct_CC=$ac_cv_prog_ac_ct_CC 32.31892 ++if test -n "$ac_ct_CC"; then 32.31893 ++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 32.31894 ++echo "${ECHO_T}$ac_ct_CC" >&6 32.31895 ++else 32.31896 ++ echo "$as_me:$LINENO: result: no" >&5 32.31897 ++echo "${ECHO_T}no" >&6 32.31898 ++fi 32.31899 ++ 32.31900 ++ CC=$ac_ct_CC 32.31901 + else 32.31902 +- echo "$ac_t""no" 1>&6 32.31903 ++ CC="$ac_cv_prog_CC" 32.31904 + fi 32.31905 + 32.31906 ++fi 32.31907 + if test -z "$CC"; then 32.31908 + # Extract the first word of "cc", so it can be a program name with args. 32.31909 + set dummy cc; ac_word=$2 32.31910 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.31911 +-echo "configure:1875: checking for $ac_word" >&5 32.31912 +-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 32.31913 +- echo $ac_n "(cached) $ac_c" 1>&6 32.31914 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.31915 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.31916 ++if test "${ac_cv_prog_CC+set}" = set; then 32.31917 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.31918 + else 32.31919 + if test -n "$CC"; then 32.31920 + ac_cv_prog_CC="$CC" # Let the user override the test. 32.31921 + else 32.31922 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.31923 + ac_prog_rejected=no 32.31924 +- ac_dummy="$PATH" 32.31925 +- for ac_dir in $ac_dummy; do 32.31926 +- test -z "$ac_dir" && ac_dir=. 32.31927 +- if test -f $ac_dir/$ac_word; then 32.31928 +- if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 32.31929 +- ac_prog_rejected=yes 32.31930 +- continue 32.31931 +- fi 32.31932 +- ac_cv_prog_CC="cc" 32.31933 +- break 32.31934 +- fi 32.31935 +- done 32.31936 +- IFS="$ac_save_ifs" 32.31937 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.31938 ++for as_dir in $PATH 32.31939 ++do 32.31940 ++ IFS=$as_save_IFS 32.31941 ++ test -z "$as_dir" && as_dir=. 32.31942 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.31943 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.31944 ++ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 32.31945 ++ ac_prog_rejected=yes 32.31946 ++ continue 32.31947 ++ fi 32.31948 ++ ac_cv_prog_CC="cc" 32.31949 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.31950 ++ break 2 32.31951 ++ fi 32.31952 ++done 32.31953 ++done 32.31954 ++ 32.31955 + if test $ac_prog_rejected = yes; then 32.31956 + # We found a bogon in the path, so make sure we never use it. 32.31957 + set dummy $ac_cv_prog_CC 32.31958 + shift 32.31959 +- if test $# -gt 0; then 32.31960 ++ if test $# != 0; then 32.31961 + # We chose a different compiler from the bogus one. 32.31962 + # However, it has the same basename, so the bogon will be chosen 32.31963 + # first if we set CC to just the basename; use the full file name. 32.31964 + shift 32.31965 +- set dummy "$ac_dir/$ac_word" "$@" 32.31966 +- shift 32.31967 +- ac_cv_prog_CC="$@" 32.31968 ++ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 32.31969 + fi 32.31970 + fi 32.31971 + fi 32.31972 + fi 32.31973 +-CC="$ac_cv_prog_CC" 32.31974 ++CC=$ac_cv_prog_CC 32.31975 + if test -n "$CC"; then 32.31976 +- echo "$ac_t""$CC" 1>&6 32.31977 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.31978 ++echo "${ECHO_T}$CC" >&6 32.31979 + else 32.31980 +- echo "$ac_t""no" 1>&6 32.31981 ++ echo "$as_me:$LINENO: result: no" >&5 32.31982 ++echo "${ECHO_T}no" >&6 32.31983 + fi 32.31984 + 32.31985 +- if test -z "$CC"; then 32.31986 +- case "`uname -s`" in 32.31987 +- *win32* | *WIN32*) 32.31988 +- # Extract the first word of "cl", so it can be a program name with args. 32.31989 +-set dummy cl; ac_word=$2 32.31990 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.31991 +-echo "configure:1926: checking for $ac_word" >&5 32.31992 +-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 32.31993 +- echo $ac_n "(cached) $ac_c" 1>&6 32.31994 ++fi 32.31995 ++if test -z "$CC"; then 32.31996 ++ if test -n "$ac_tool_prefix"; then 32.31997 ++ for ac_prog in cl 32.31998 ++ do 32.31999 ++ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 32.32000 ++set dummy $ac_tool_prefix$ac_prog; ac_word=$2 32.32001 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.32002 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.32003 ++if test "${ac_cv_prog_CC+set}" = set; then 32.32004 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32005 + else 32.32006 + if test -n "$CC"; then 32.32007 + ac_cv_prog_CC="$CC" # Let the user override the test. 32.32008 + else 32.32009 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.32010 +- ac_dummy="$PATH" 32.32011 +- for ac_dir in $ac_dummy; do 32.32012 +- test -z "$ac_dir" && ac_dir=. 32.32013 +- if test -f $ac_dir/$ac_word; then 32.32014 +- ac_cv_prog_CC="cl" 32.32015 +- break 32.32016 +- fi 32.32017 +- done 32.32018 +- IFS="$ac_save_ifs" 32.32019 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.32020 ++for as_dir in $PATH 32.32021 ++do 32.32022 ++ IFS=$as_save_IFS 32.32023 ++ test -z "$as_dir" && as_dir=. 32.32024 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.32025 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.32026 ++ ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 32.32027 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.32028 ++ break 2 32.32029 ++ fi 32.32030 ++done 32.32031 ++done 32.32032 ++ 32.32033 + fi 32.32034 + fi 32.32035 +-CC="$ac_cv_prog_CC" 32.32036 ++CC=$ac_cv_prog_CC 32.32037 + if test -n "$CC"; then 32.32038 +- echo "$ac_t""$CC" 1>&6 32.32039 ++ echo "$as_me:$LINENO: result: $CC" >&5 32.32040 ++echo "${ECHO_T}$CC" >&6 32.32041 + else 32.32042 +- echo "$ac_t""no" 1>&6 32.32043 +-fi 32.32044 +- ;; 32.32045 +- esac 32.32046 +- fi 32.32047 +- test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 32.32048 ++ echo "$as_me:$LINENO: result: no" >&5 32.32049 ++echo "${ECHO_T}no" >&6 32.32050 + fi 32.32051 + 32.32052 +-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 32.32053 +-echo "configure:1958: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 32.32054 +- 32.32055 +-ac_ext=c 32.32056 +-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 32.32057 +-ac_cpp='$CPP $CPPFLAGS' 32.32058 +-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 32.32059 +-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 32.32060 +-cross_compiling=$ac_cv_prog_cc_cross 32.32061 ++ test -n "$CC" && break 32.32062 ++ done 32.32063 ++fi 32.32064 ++if test -z "$CC"; then 32.32065 ++ ac_ct_CC=$CC 32.32066 ++ for ac_prog in cl 32.32067 ++do 32.32068 ++ # Extract the first word of "$ac_prog", so it can be a program name with args. 32.32069 ++set dummy $ac_prog; ac_word=$2 32.32070 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.32071 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.32072 ++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 32.32073 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32074 ++else 32.32075 ++ if test -n "$ac_ct_CC"; then 32.32076 ++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 32.32077 ++else 32.32078 ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.32079 ++for as_dir in $PATH 32.32080 ++do 32.32081 ++ IFS=$as_save_IFS 32.32082 ++ test -z "$as_dir" && as_dir=. 32.32083 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.32084 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.32085 ++ ac_cv_prog_ac_ct_CC="$ac_prog" 32.32086 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.32087 ++ break 2 32.32088 ++ fi 32.32089 ++done 32.32090 ++done 32.32091 + 32.32092 +-cat > conftest.$ac_ext << EOF 32.32093 ++fi 32.32094 ++fi 32.32095 ++ac_ct_CC=$ac_cv_prog_ac_ct_CC 32.32096 ++if test -n "$ac_ct_CC"; then 32.32097 ++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 32.32098 ++echo "${ECHO_T}$ac_ct_CC" >&6 32.32099 ++else 32.32100 ++ echo "$as_me:$LINENO: result: no" >&5 32.32101 ++echo "${ECHO_T}no" >&6 32.32102 ++fi 32.32103 + 32.32104 +-#line 1969 "configure" 32.32105 +-#include "confdefs.h" 32.32106 ++ test -n "$ac_ct_CC" && break 32.32107 ++done 32.32108 + 32.32109 +-main(){return(0);} 32.32110 +-EOF 32.32111 +-if { (eval echo configure:1974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.32112 +- ac_cv_prog_cc_works=yes 32.32113 +- # If we can't run a trivial program, we are probably using a cross compiler. 32.32114 +- if (./conftest; exit) 2>/dev/null; then 32.32115 +- ac_cv_prog_cc_cross=no 32.32116 +- else 32.32117 +- ac_cv_prog_cc_cross=yes 32.32118 +- fi 32.32119 +-else 32.32120 +- echo "configure: failed program was:" >&5 32.32121 +- cat conftest.$ac_ext >&5 32.32122 +- ac_cv_prog_cc_works=no 32.32123 ++ CC=$ac_ct_CC 32.32124 + fi 32.32125 +-rm -fr conftest* 32.32126 +-ac_ext=c 32.32127 +-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 32.32128 +-ac_cpp='$CPP $CPPFLAGS' 32.32129 +-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 32.32130 +-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 32.32131 +-cross_compiling=$ac_cv_prog_cc_cross 32.32132 + 32.32133 +-echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 32.32134 +-if test $ac_cv_prog_cc_works = no; then 32.32135 +- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 32.32136 + fi 32.32137 +-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 32.32138 +-echo "configure:2000: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 32.32139 +-echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 32.32140 +-cross_compiling=$ac_cv_prog_cc_cross 32.32141 + 32.32142 +-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 32.32143 +-echo "configure:2005: checking whether we are using GNU C" >&5 32.32144 +-if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 32.32145 +- echo $ac_n "(cached) $ac_c" 1>&6 32.32146 +-else 32.32147 +- cat > conftest.c <<EOF 32.32148 +-#ifdef __GNUC__ 32.32149 +- yes; 32.32150 ++ 32.32151 ++test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 32.32152 ++See \`config.log' for more details." >&5 32.32153 ++echo "$as_me: error: no acceptable C compiler found in \$PATH 32.32154 ++See \`config.log' for more details." >&2;} 32.32155 ++ { (exit 1); exit 1; }; } 32.32156 ++ 32.32157 ++# Provide some information about the compiler. 32.32158 ++echo "$as_me:$LINENO:" \ 32.32159 ++ "checking for C compiler version" >&5 32.32160 ++ac_compiler=`set X $ac_compile; echo $2` 32.32161 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 32.32162 ++ (eval $ac_compiler --version </dev/null >&5) 2>&5 32.32163 ++ ac_status=$? 32.32164 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32165 ++ (exit $ac_status); } 32.32166 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 32.32167 ++ (eval $ac_compiler -v </dev/null >&5) 2>&5 32.32168 ++ ac_status=$? 32.32169 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32170 ++ (exit $ac_status); } 32.32171 ++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 32.32172 ++ (eval $ac_compiler -V </dev/null >&5) 2>&5 32.32173 ++ ac_status=$? 32.32174 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32175 ++ (exit $ac_status); } 32.32176 ++ 32.32177 ++echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 32.32178 ++echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 32.32179 ++if test "${ac_cv_c_compiler_gnu+set}" = set; then 32.32180 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32181 ++else 32.32182 ++ cat >conftest.$ac_ext <<_ACEOF 32.32183 ++/* confdefs.h. */ 32.32184 ++_ACEOF 32.32185 ++cat confdefs.h >>conftest.$ac_ext 32.32186 ++cat >>conftest.$ac_ext <<_ACEOF 32.32187 ++/* end confdefs.h. */ 32.32188 ++ 32.32189 ++int 32.32190 ++main () 32.32191 ++{ 32.32192 ++#ifndef __GNUC__ 32.32193 ++ choke me 32.32194 + #endif 32.32195 +-EOF 32.32196 +-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2014: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 32.32197 +- ac_cv_prog_gcc=yes 32.32198 +-else 32.32199 +- ac_cv_prog_gcc=no 32.32200 +-fi 32.32201 +-fi 32.32202 + 32.32203 +-echo "$ac_t""$ac_cv_prog_gcc" 1>&6 32.32204 ++ ; 32.32205 ++ return 0; 32.32206 ++} 32.32207 ++_ACEOF 32.32208 ++rm -f conftest.$ac_objext 32.32209 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.32210 ++ (eval $ac_compile) 2>conftest.er1 32.32211 ++ ac_status=$? 32.32212 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.32213 ++ rm -f conftest.er1 32.32214 ++ cat conftest.err >&5 32.32215 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32216 ++ (exit $ac_status); } && 32.32217 ++ { ac_try='test -z "$ac_c_werror_flag" 32.32218 ++ || test ! -s conftest.err' 32.32219 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32220 ++ (eval $ac_try) 2>&5 32.32221 ++ ac_status=$? 32.32222 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32223 ++ (exit $ac_status); }; } && 32.32224 ++ { ac_try='test -s conftest.$ac_objext' 32.32225 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32226 ++ (eval $ac_try) 2>&5 32.32227 ++ ac_status=$? 32.32228 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32229 ++ (exit $ac_status); }; }; then 32.32230 ++ ac_compiler_gnu=yes 32.32231 ++else 32.32232 ++ echo "$as_me: failed program was:" >&5 32.32233 ++sed 's/^/| /' conftest.$ac_ext >&5 32.32234 ++ 32.32235 ++ac_compiler_gnu=no 32.32236 ++fi 32.32237 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.32238 ++ac_cv_c_compiler_gnu=$ac_compiler_gnu 32.32239 ++ 32.32240 ++fi 32.32241 ++echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 32.32242 ++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 32.32243 ++GCC=`test $ac_compiler_gnu = yes && echo yes` 32.32244 ++ac_test_CFLAGS=${CFLAGS+set} 32.32245 ++ac_save_CFLAGS=$CFLAGS 32.32246 ++CFLAGS="-g" 32.32247 ++echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 32.32248 ++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 32.32249 ++if test "${ac_cv_prog_cc_g+set}" = set; then 32.32250 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32251 ++else 32.32252 ++ cat >conftest.$ac_ext <<_ACEOF 32.32253 ++/* confdefs.h. */ 32.32254 ++_ACEOF 32.32255 ++cat confdefs.h >>conftest.$ac_ext 32.32256 ++cat >>conftest.$ac_ext <<_ACEOF 32.32257 ++/* end confdefs.h. */ 32.32258 + 32.32259 +-if test $ac_cv_prog_gcc = yes; then 32.32260 +- GCC=yes 32.32261 +-else 32.32262 +- GCC= 32.32263 +-fi 32.32264 ++int 32.32265 ++main () 32.32266 ++{ 32.32267 + 32.32268 +-ac_test_CFLAGS="${CFLAGS+set}" 32.32269 +-ac_save_CFLAGS="$CFLAGS" 32.32270 +-CFLAGS= 32.32271 +-echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 32.32272 +-echo "configure:2033: checking whether ${CC-cc} accepts -g" >&5 32.32273 +-if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 32.32274 +- echo $ac_n "(cached) $ac_c" 1>&6 32.32275 +-else 32.32276 +- echo 'void f(){}' > conftest.c 32.32277 +-if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 32.32278 ++ ; 32.32279 ++ return 0; 32.32280 ++} 32.32281 ++_ACEOF 32.32282 ++rm -f conftest.$ac_objext 32.32283 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.32284 ++ (eval $ac_compile) 2>conftest.er1 32.32285 ++ ac_status=$? 32.32286 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.32287 ++ rm -f conftest.er1 32.32288 ++ cat conftest.err >&5 32.32289 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32290 ++ (exit $ac_status); } && 32.32291 ++ { ac_try='test -z "$ac_c_werror_flag" 32.32292 ++ || test ! -s conftest.err' 32.32293 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32294 ++ (eval $ac_try) 2>&5 32.32295 ++ ac_status=$? 32.32296 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32297 ++ (exit $ac_status); }; } && 32.32298 ++ { ac_try='test -s conftest.$ac_objext' 32.32299 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32300 ++ (eval $ac_try) 2>&5 32.32301 ++ ac_status=$? 32.32302 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32303 ++ (exit $ac_status); }; }; then 32.32304 + ac_cv_prog_cc_g=yes 32.32305 + else 32.32306 +- ac_cv_prog_cc_g=no 32.32307 +-fi 32.32308 +-rm -f conftest* 32.32309 ++ echo "$as_me: failed program was:" >&5 32.32310 ++sed 's/^/| /' conftest.$ac_ext >&5 32.32311 + 32.32312 ++ac_cv_prog_cc_g=no 32.32313 + fi 32.32314 +- 32.32315 +-echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 32.32316 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.32317 ++fi 32.32318 ++echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 32.32319 ++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 32.32320 + if test "$ac_test_CFLAGS" = set; then 32.32321 +- CFLAGS="$ac_save_CFLAGS" 32.32322 ++ CFLAGS=$ac_save_CFLAGS 32.32323 + elif test $ac_cv_prog_cc_g = yes; then 32.32324 + if test "$GCC" = yes; then 32.32325 + CFLAGS="-g -O2" 32.32326 +@@ -2059,31 +19534,398 @@ else 32.32327 + CFLAGS= 32.32328 + fi 32.32329 + fi 32.32330 ++echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 32.32331 ++echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 32.32332 ++if test "${ac_cv_prog_cc_stdc+set}" = set; then 32.32333 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32334 ++else 32.32335 ++ ac_cv_prog_cc_stdc=no 32.32336 ++ac_save_CC=$CC 32.32337 ++cat >conftest.$ac_ext <<_ACEOF 32.32338 ++/* confdefs.h. */ 32.32339 ++_ACEOF 32.32340 ++cat confdefs.h >>conftest.$ac_ext 32.32341 ++cat >>conftest.$ac_ext <<_ACEOF 32.32342 ++/* end confdefs.h. */ 32.32343 ++#include <stdarg.h> 32.32344 ++#include <stdio.h> 32.32345 ++#include <sys/types.h> 32.32346 ++#include <sys/stat.h> 32.32347 ++/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 32.32348 ++struct buf { int x; }; 32.32349 ++FILE * (*rcsopen) (struct buf *, struct stat *, int); 32.32350 ++static char *e (p, i) 32.32351 ++ char **p; 32.32352 ++ int i; 32.32353 ++{ 32.32354 ++ return p[i]; 32.32355 ++} 32.32356 ++static char *f (char * (*g) (char **, int), char **p, ...) 32.32357 ++{ 32.32358 ++ char *s; 32.32359 ++ va_list v; 32.32360 ++ va_start (v,p); 32.32361 ++ s = g (p, va_arg (v,int)); 32.32362 ++ va_end (v); 32.32363 ++ return s; 32.32364 ++} 32.32365 ++ 32.32366 ++/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 32.32367 ++ function prototypes and stuff, but not '\xHH' hex character constants. 32.32368 ++ These don't provoke an error unfortunately, instead are silently treated 32.32369 ++ as 'x'. The following induces an error, until -std1 is added to get 32.32370 ++ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 32.32371 ++ array size at least. It's necessary to write '\x00'==0 to get something 32.32372 ++ that's true only with -std1. */ 32.32373 ++int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 32.32374 ++ 32.32375 ++int test (int i, double x); 32.32376 ++struct s1 {int (*f) (int a);}; 32.32377 ++struct s2 {int (*f) (double a);}; 32.32378 ++int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 32.32379 ++int argc; 32.32380 ++char **argv; 32.32381 ++int 32.32382 ++main () 32.32383 ++{ 32.32384 ++return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 32.32385 ++ ; 32.32386 ++ return 0; 32.32387 ++} 32.32388 ++_ACEOF 32.32389 ++# Don't try gcc -ansi; that turns off useful extensions and 32.32390 ++# breaks some systems' header files. 32.32391 ++# AIX -qlanglvl=ansi 32.32392 ++# Ultrix and OSF/1 -std1 32.32393 ++# HP-UX 10.20 and later -Ae 32.32394 ++# HP-UX older versions -Aa -D_HPUX_SOURCE 32.32395 ++# SVR4 -Xc -D__EXTENSIONS__ 32.32396 ++for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 32.32397 ++do 32.32398 ++ CC="$ac_save_CC $ac_arg" 32.32399 ++ rm -f conftest.$ac_objext 32.32400 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.32401 ++ (eval $ac_compile) 2>conftest.er1 32.32402 ++ ac_status=$? 32.32403 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.32404 ++ rm -f conftest.er1 32.32405 ++ cat conftest.err >&5 32.32406 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32407 ++ (exit $ac_status); } && 32.32408 ++ { ac_try='test -z "$ac_c_werror_flag" 32.32409 ++ || test ! -s conftest.err' 32.32410 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32411 ++ (eval $ac_try) 2>&5 32.32412 ++ ac_status=$? 32.32413 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32414 ++ (exit $ac_status); }; } && 32.32415 ++ { ac_try='test -s conftest.$ac_objext' 32.32416 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32417 ++ (eval $ac_try) 2>&5 32.32418 ++ ac_status=$? 32.32419 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32420 ++ (exit $ac_status); }; }; then 32.32421 ++ ac_cv_prog_cc_stdc=$ac_arg 32.32422 ++break 32.32423 ++else 32.32424 ++ echo "$as_me: failed program was:" >&5 32.32425 ++sed 's/^/| /' conftest.$ac_ext >&5 32.32426 ++ 32.32427 ++fi 32.32428 ++rm -f conftest.err conftest.$ac_objext 32.32429 ++done 32.32430 ++rm -f conftest.$ac_ext conftest.$ac_objext 32.32431 ++CC=$ac_save_CC 32.32432 ++ 32.32433 ++fi 32.32434 ++ 32.32435 ++case "x$ac_cv_prog_cc_stdc" in 32.32436 ++ x|xno) 32.32437 ++ echo "$as_me:$LINENO: result: none needed" >&5 32.32438 ++echo "${ECHO_T}none needed" >&6 ;; 32.32439 ++ *) 32.32440 ++ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 32.32441 ++echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 32.32442 ++ CC="$CC $ac_cv_prog_cc_stdc" ;; 32.32443 ++esac 32.32444 ++ 32.32445 ++# Some people use a C++ compiler to compile C. Since we use `exit', 32.32446 ++# in C++ we need to declare it. In case someone uses the same compiler 32.32447 ++# for both compiling C and C++ we need to have the C++ compiler decide 32.32448 ++# the declaration of exit, since it's the most demanding environment. 32.32449 ++cat >conftest.$ac_ext <<_ACEOF 32.32450 ++#ifndef __cplusplus 32.32451 ++ choke me 32.32452 ++#endif 32.32453 ++_ACEOF 32.32454 ++rm -f conftest.$ac_objext 32.32455 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.32456 ++ (eval $ac_compile) 2>conftest.er1 32.32457 ++ ac_status=$? 32.32458 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.32459 ++ rm -f conftest.er1 32.32460 ++ cat conftest.err >&5 32.32461 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32462 ++ (exit $ac_status); } && 32.32463 ++ { ac_try='test -z "$ac_c_werror_flag" 32.32464 ++ || test ! -s conftest.err' 32.32465 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32466 ++ (eval $ac_try) 2>&5 32.32467 ++ ac_status=$? 32.32468 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32469 ++ (exit $ac_status); }; } && 32.32470 ++ { ac_try='test -s conftest.$ac_objext' 32.32471 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32472 ++ (eval $ac_try) 2>&5 32.32473 ++ ac_status=$? 32.32474 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32475 ++ (exit $ac_status); }; }; then 32.32476 ++ for ac_declaration in \ 32.32477 ++ '' \ 32.32478 ++ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 32.32479 ++ 'extern "C" void std::exit (int); using std::exit;' \ 32.32480 ++ 'extern "C" void exit (int) throw ();' \ 32.32481 ++ 'extern "C" void exit (int);' \ 32.32482 ++ 'void exit (int);' 32.32483 ++do 32.32484 ++ cat >conftest.$ac_ext <<_ACEOF 32.32485 ++/* confdefs.h. */ 32.32486 ++_ACEOF 32.32487 ++cat confdefs.h >>conftest.$ac_ext 32.32488 ++cat >>conftest.$ac_ext <<_ACEOF 32.32489 ++/* end confdefs.h. */ 32.32490 ++$ac_declaration 32.32491 ++#include <stdlib.h> 32.32492 ++int 32.32493 ++main () 32.32494 ++{ 32.32495 ++exit (42); 32.32496 ++ ; 32.32497 ++ return 0; 32.32498 ++} 32.32499 ++_ACEOF 32.32500 ++rm -f conftest.$ac_objext 32.32501 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.32502 ++ (eval $ac_compile) 2>conftest.er1 32.32503 ++ ac_status=$? 32.32504 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.32505 ++ rm -f conftest.er1 32.32506 ++ cat conftest.err >&5 32.32507 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32508 ++ (exit $ac_status); } && 32.32509 ++ { ac_try='test -z "$ac_c_werror_flag" 32.32510 ++ || test ! -s conftest.err' 32.32511 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32512 ++ (eval $ac_try) 2>&5 32.32513 ++ ac_status=$? 32.32514 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32515 ++ (exit $ac_status); }; } && 32.32516 ++ { ac_try='test -s conftest.$ac_objext' 32.32517 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32518 ++ (eval $ac_try) 2>&5 32.32519 ++ ac_status=$? 32.32520 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32521 ++ (exit $ac_status); }; }; then 32.32522 ++ : 32.32523 ++else 32.32524 ++ echo "$as_me: failed program was:" >&5 32.32525 ++sed 's/^/| /' conftest.$ac_ext >&5 32.32526 ++ 32.32527 ++continue 32.32528 ++fi 32.32529 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.32530 ++ cat >conftest.$ac_ext <<_ACEOF 32.32531 ++/* confdefs.h. */ 32.32532 ++_ACEOF 32.32533 ++cat confdefs.h >>conftest.$ac_ext 32.32534 ++cat >>conftest.$ac_ext <<_ACEOF 32.32535 ++/* end confdefs.h. */ 32.32536 ++$ac_declaration 32.32537 ++int 32.32538 ++main () 32.32539 ++{ 32.32540 ++exit (42); 32.32541 ++ ; 32.32542 ++ return 0; 32.32543 ++} 32.32544 ++_ACEOF 32.32545 ++rm -f conftest.$ac_objext 32.32546 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.32547 ++ (eval $ac_compile) 2>conftest.er1 32.32548 ++ ac_status=$? 32.32549 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.32550 ++ rm -f conftest.er1 32.32551 ++ cat conftest.err >&5 32.32552 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32553 ++ (exit $ac_status); } && 32.32554 ++ { ac_try='test -z "$ac_c_werror_flag" 32.32555 ++ || test ! -s conftest.err' 32.32556 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32557 ++ (eval $ac_try) 2>&5 32.32558 ++ ac_status=$? 32.32559 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32560 ++ (exit $ac_status); }; } && 32.32561 ++ { ac_try='test -s conftest.$ac_objext' 32.32562 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.32563 ++ (eval $ac_try) 2>&5 32.32564 ++ ac_status=$? 32.32565 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32566 ++ (exit $ac_status); }; }; then 32.32567 ++ break 32.32568 ++else 32.32569 ++ echo "$as_me: failed program was:" >&5 32.32570 ++sed 's/^/| /' conftest.$ac_ext >&5 32.32571 ++ 32.32572 ++fi 32.32573 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.32574 ++done 32.32575 ++rm -f conftest* 32.32576 ++if test -n "$ac_declaration"; then 32.32577 ++ echo '#ifdef __cplusplus' >>confdefs.h 32.32578 ++ echo $ac_declaration >>confdefs.h 32.32579 ++ echo '#endif' >>confdefs.h 32.32580 ++fi 32.32581 ++ 32.32582 ++else 32.32583 ++ echo "$as_me: failed program was:" >&5 32.32584 ++sed 's/^/| /' conftest.$ac_ext >&5 32.32585 ++ 32.32586 ++fi 32.32587 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.32588 ++ac_ext=c 32.32589 ++ac_cpp='$CPP $CPPFLAGS' 32.32590 ++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 32.32591 ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 32.32592 ++ac_compiler_gnu=$ac_cv_c_compiler_gnu 32.32593 ++ 32.32594 ++depcc="$CC" am_compiler_list= 32.32595 ++ 32.32596 ++echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 32.32597 ++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 32.32598 ++if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 32.32599 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32600 ++else 32.32601 ++ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 32.32602 ++ # We make a subdir and do the tests there. Otherwise we can end up 32.32603 ++ # making bogus files that we don't know about and never remove. For 32.32604 ++ # instance it was reported that on HP-UX the gcc test will end up 32.32605 ++ # making a dummy file named `D' -- because `-MD' means `put the output 32.32606 ++ # in D'. 32.32607 ++ mkdir conftest.dir 32.32608 ++ # Copy depcomp to subdir because otherwise we won't find it if we're 32.32609 ++ # using a relative directory. 32.32610 ++ cp "$am_depcomp" conftest.dir 32.32611 ++ cd conftest.dir 32.32612 ++ # We will build objects and dependencies in a subdirectory because 32.32613 ++ # it helps to detect inapplicable dependency modes. For instance 32.32614 ++ # both Tru64's cc and ICC support -MD to output dependencies as a 32.32615 ++ # side effect of compilation, but ICC will put the dependencies in 32.32616 ++ # the current directory while Tru64 will put them in the object 32.32617 ++ # directory. 32.32618 ++ mkdir sub 32.32619 ++ 32.32620 ++ am_cv_CC_dependencies_compiler_type=none 32.32621 ++ if test "$am_compiler_list" = ""; then 32.32622 ++ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 32.32623 ++ fi 32.32624 ++ for depmode in $am_compiler_list; do 32.32625 ++ # Setup a source with many dependencies, because some compilers 32.32626 ++ # like to wrap large dependency lists on column 80 (with \), and 32.32627 ++ # we should not choose a depcomp mode which is confused by this. 32.32628 ++ # 32.32629 ++ # We need to recreate these files for each test, as the compiler may 32.32630 ++ # overwrite some of them when testing with obscure command lines. 32.32631 ++ # This happens at least with the AIX C compiler. 32.32632 ++ : > sub/conftest.c 32.32633 ++ for i in 1 2 3 4 5 6; do 32.32634 ++ echo '#include "conftst'$i'.h"' >> sub/conftest.c 32.32635 ++ : > sub/conftst$i.h 32.32636 ++ done 32.32637 ++ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 32.32638 ++ 32.32639 ++ case $depmode in 32.32640 ++ nosideeffect) 32.32641 ++ # after this tag, mechanisms are not by side-effect, so they'll 32.32642 ++ # only be used when explicitly requested 32.32643 ++ if test "x$enable_dependency_tracking" = xyes; then 32.32644 ++ continue 32.32645 ++ else 32.32646 ++ break 32.32647 ++ fi 32.32648 ++ ;; 32.32649 ++ none) break ;; 32.32650 ++ esac 32.32651 ++ # We check with `-c' and `-o' for the sake of the "dashmstdout" 32.32652 ++ # mode. It turns out that the SunPro C++ compiler does not properly 32.32653 ++ # handle `-M -o', and we need to detect this. 32.32654 ++ if depmode=$depmode \ 32.32655 ++ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 32.32656 ++ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 32.32657 ++ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 32.32658 ++ >/dev/null 2>conftest.err && 32.32659 ++ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 32.32660 ++ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 32.32661 ++ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 32.32662 ++ # icc doesn't choke on unknown options, it will just issue warnings 32.32663 ++ # (even with -Werror). So we grep stderr for any message 32.32664 ++ # that says an option was ignored. 32.32665 ++ if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 32.32666 ++ am_cv_CC_dependencies_compiler_type=$depmode 32.32667 ++ break 32.32668 ++ fi 32.32669 ++ fi 32.32670 ++ done 32.32671 ++ 32.32672 ++ cd .. 32.32673 ++ rm -rf conftest.dir 32.32674 ++else 32.32675 ++ am_cv_CC_dependencies_compiler_type=none 32.32676 ++fi 32.32677 ++ 32.32678 ++fi 32.32679 ++echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 32.32680 ++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 32.32681 ++CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 32.32682 ++ 32.32683 ++ 32.32684 ++ 32.32685 ++if 32.32686 ++ test "x$enable_dependency_tracking" != xno \ 32.32687 ++ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 32.32688 ++ am__fastdepCC_TRUE= 32.32689 ++ am__fastdepCC_FALSE='#' 32.32690 ++else 32.32691 ++ am__fastdepCC_TRUE='#' 32.32692 ++ am__fastdepCC_FALSE= 32.32693 ++fi 32.32694 ++ 32.32695 + 32.32696 +-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 32.32697 +-echo "configure:2065: checking whether ${MAKE-make} sets \${MAKE}" >&5 32.32698 +-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 32.32699 +-if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 32.32700 +- echo $ac_n "(cached) $ac_c" 1>&6 32.32701 ++echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 32.32702 ++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 32.32703 ++set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 32.32704 ++if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 32.32705 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32706 + else 32.32707 +- cat > conftestmake <<\EOF 32.32708 ++ cat >conftest.make <<\_ACEOF 32.32709 + all: 32.32710 +- @echo 'ac_maketemp="${MAKE}"' 32.32711 +-EOF 32.32712 ++ @echo 'ac_maketemp="$(MAKE)"' 32.32713 ++_ACEOF 32.32714 + # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 32.32715 +-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 32.32716 ++eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 32.32717 + if test -n "$ac_maketemp"; then 32.32718 + eval ac_cv_prog_make_${ac_make}_set=yes 32.32719 + else 32.32720 + eval ac_cv_prog_make_${ac_make}_set=no 32.32721 + fi 32.32722 +-rm -f conftestmake 32.32723 ++rm -f conftest.make 32.32724 + fi 32.32725 + if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 32.32726 +- echo "$ac_t""yes" 1>&6 32.32727 ++ echo "$as_me:$LINENO: result: yes" >&5 32.32728 ++echo "${ECHO_T}yes" >&6 32.32729 + SET_MAKE= 32.32730 + else 32.32731 +- echo "$ac_t""no" 1>&6 32.32732 ++ echo "$as_me:$LINENO: result: no" >&5 32.32733 ++echo "${ECHO_T}no" >&6 32.32734 + SET_MAKE="MAKE=${MAKE-make}" 32.32735 + fi 32.32736 + 32.32737 +@@ -2091,99 +19933,15 @@ fi 32.32738 + saved_cflags="$CFLAGS" 32.32739 + saved_ldflags="$LDFLAGS" 32.32740 + 32.32741 +-echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 32.32742 +-echo "configure:2096: checking how to run the C preprocessor" >&5 32.32743 +-# On Suns, sometimes $CPP names a directory. 32.32744 +-if test -n "$CPP" && test -d "$CPP"; then 32.32745 +- CPP= 32.32746 +-fi 32.32747 +-if test -z "$CPP"; then 32.32748 +-if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 32.32749 +- echo $ac_n "(cached) $ac_c" 1>&6 32.32750 +-else 32.32751 +- # This must be in double quotes, not single quotes, because CPP may get 32.32752 +- # substituted into the Makefile and "${CC-cc}" will confuse make. 32.32753 +- CPP="${CC-cc} -E" 32.32754 +- # On the NeXT, cc -E runs the code through the compiler's parser, 32.32755 +- # not just through cpp. 32.32756 +- cat > conftest.$ac_ext <<EOF 32.32757 +-#line 2111 "configure" 32.32758 +-#include "confdefs.h" 32.32759 +-#include <assert.h> 32.32760 +-Syntax Error 32.32761 +-EOF 32.32762 +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 32.32763 +-{ (eval echo configure:2117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 32.32764 +-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 32.32765 +-if test -z "$ac_err"; then 32.32766 +- : 32.32767 +-else 32.32768 +- echo "$ac_err" >&5 32.32769 +- echo "configure: failed program was:" >&5 32.32770 +- cat conftest.$ac_ext >&5 32.32771 +- rm -rf conftest* 32.32772 +- CPP="${CC-cc} -E -traditional-cpp" 32.32773 +- cat > conftest.$ac_ext <<EOF 32.32774 +-#line 2128 "configure" 32.32775 +-#include "confdefs.h" 32.32776 +-#include <assert.h> 32.32777 +-Syntax Error 32.32778 +-EOF 32.32779 +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 32.32780 +-{ (eval echo configure:2134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 32.32781 +-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 32.32782 +-if test -z "$ac_err"; then 32.32783 +- : 32.32784 +-else 32.32785 +- echo "$ac_err" >&5 32.32786 +- echo "configure: failed program was:" >&5 32.32787 +- cat conftest.$ac_ext >&5 32.32788 +- rm -rf conftest* 32.32789 +- CPP="${CC-cc} -nologo -E" 32.32790 +- cat > conftest.$ac_ext <<EOF 32.32791 +-#line 2145 "configure" 32.32792 +-#include "confdefs.h" 32.32793 +-#include <assert.h> 32.32794 +-Syntax Error 32.32795 +-EOF 32.32796 +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 32.32797 +-{ (eval echo configure:2151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 32.32798 +-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 32.32799 +-if test -z "$ac_err"; then 32.32800 +- : 32.32801 +-else 32.32802 +- echo "$ac_err" >&5 32.32803 +- echo "configure: failed program was:" >&5 32.32804 +- cat conftest.$ac_ext >&5 32.32805 +- rm -rf conftest* 32.32806 +- CPP=/lib/cpp 32.32807 +-fi 32.32808 +-rm -f conftest* 32.32809 +-fi 32.32810 +-rm -f conftest* 32.32811 +-fi 32.32812 +-rm -f conftest* 32.32813 +- ac_cv_prog_CPP="$CPP" 32.32814 +-fi 32.32815 +- CPP="$ac_cv_prog_CPP" 32.32816 +-else 32.32817 +- ac_cv_prog_CPP="$CPP" 32.32818 +-fi 32.32819 +-echo "$ac_t""$CPP" 1>&6 32.32820 ++echo "$as_me:$LINENO: checking for X" >&5 32.32821 ++echo $ECHO_N "checking for X... $ECHO_C" >&6 32.32822 + 32.32823 +-# If we find X, set shell vars x_includes and x_libraries to the 32.32824 +-# paths, otherwise set no_x=yes. 32.32825 +-# Uses ac_ vars as temps to allow command line to override cache and checks. 32.32826 +-# --without-x overrides everything else, but does not touch the cache. 32.32827 +-echo $ac_n "checking for X""... $ac_c" 1>&6 32.32828 +-echo "configure:2180: checking for X" >&5 32.32829 + 32.32830 + # Check whether --with-x or --without-x was given. 32.32831 + if test "${with_x+set}" = set; then 32.32832 + withval="$with_x" 32.32833 +- : 32.32834 +-fi 32.32835 + 32.32836 ++fi; 32.32837 + # $have_x is `yes', `no', `disabled', or empty when we do not yet know. 32.32838 + if test "x$with_x" = xno; then 32.32839 + # The user explicitly disabled X. 32.32840 +@@ -2193,207 +19951,210 @@ else 32.32841 + # Both variables are already set. 32.32842 + have_x=yes 32.32843 + else 32.32844 +-if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 32.32845 +- echo $ac_n "(cached) $ac_c" 1>&6 32.32846 ++ if test "${ac_cv_have_x+set}" = set; then 32.32847 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.32848 + else 32.32849 + # One or both of the vars are not set, and there is no cached value. 32.32850 +-ac_x_includes=NO ac_x_libraries=NO 32.32851 +-rm -fr conftestdir 32.32852 +-if mkdir conftestdir; then 32.32853 +- cd conftestdir 32.32854 ++ac_x_includes=no ac_x_libraries=no 32.32855 ++rm -fr conftest.dir 32.32856 ++if mkdir conftest.dir; then 32.32857 ++ cd conftest.dir 32.32858 + # Make sure to not put "make" in the Imakefile rules, since we grep it out. 32.32859 +- cat > Imakefile <<'EOF' 32.32860 ++ cat >Imakefile <<'_ACEOF' 32.32861 + acfindx: 32.32862 + @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 32.32863 +-EOF 32.32864 ++_ACEOF 32.32865 + if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then 32.32866 + # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 32.32867 + eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 32.32868 + # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 32.32869 + for ac_extension in a so sl; do 32.32870 + if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 32.32871 +- test -f $ac_im_libdir/libX11.$ac_extension; then 32.32872 +- ac_im_usrlibdir=$ac_im_libdir; break 32.32873 ++ test -f $ac_im_libdir/libX11.$ac_extension; then 32.32874 ++ ac_im_usrlibdir=$ac_im_libdir; break 32.32875 + fi 32.32876 + done 32.32877 + # Screen out bogus values from the imake configuration. They are 32.32878 + # bogus both because they are the default anyway, and because 32.32879 + # using them would break gcc on systems where it needs fixed includes. 32.32880 +- case "$ac_im_incroot" in 32.32881 ++ case $ac_im_incroot in 32.32882 + /usr/include) ;; 32.32883 +- *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; 32.32884 ++ *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; 32.32885 + esac 32.32886 +- case "$ac_im_usrlibdir" in 32.32887 ++ case $ac_im_usrlibdir in 32.32888 + /usr/lib | /lib) ;; 32.32889 +- *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; 32.32890 ++ *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 32.32891 + esac 32.32892 + fi 32.32893 + cd .. 32.32894 +- rm -fr conftestdir 32.32895 ++ rm -fr conftest.dir 32.32896 + fi 32.32897 + 32.32898 +-if test "$ac_x_includes" = NO; then 32.32899 +- # Guess where to find include files, by looking for this one X11 .h file. 32.32900 +- test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h 32.32901 ++# Standard set of common directories for X headers. 32.32902 ++# Check X11 before X11Rn because it is often a symlink to the current release. 32.32903 ++ac_x_header_dirs=' 32.32904 ++/usr/X11/include 32.32905 ++/usr/X11R6/include 32.32906 ++/usr/X11R5/include 32.32907 ++/usr/X11R4/include 32.32908 ++ 32.32909 ++/usr/include/X11 32.32910 ++/usr/include/X11R6 32.32911 ++/usr/include/X11R5 32.32912 ++/usr/include/X11R4 32.32913 ++ 32.32914 ++/usr/local/X11/include 32.32915 ++/usr/local/X11R6/include 32.32916 ++/usr/local/X11R5/include 32.32917 ++/usr/local/X11R4/include 32.32918 ++ 32.32919 ++/usr/local/include/X11 32.32920 ++/usr/local/include/X11R6 32.32921 ++/usr/local/include/X11R5 32.32922 ++/usr/local/include/X11R4 32.32923 ++ 32.32924 ++/usr/X386/include 32.32925 ++/usr/x386/include 32.32926 ++/usr/XFree86/include/X11 32.32927 ++ 32.32928 ++/usr/include 32.32929 ++/usr/local/include 32.32930 ++/usr/unsupported/include 32.32931 ++/usr/athena/include 32.32932 ++/usr/local/x11r5/include 32.32933 ++/usr/lpp/Xamples/include 32.32934 ++ 32.32935 ++/usr/openwin/include 32.32936 ++/usr/openwin/share/include' 32.32937 + 32.32938 ++if test "$ac_x_includes" = no; then 32.32939 ++ # Guess where to find include files, by looking for Intrinsic.h. 32.32940 + # First, try using that file with no special directory specified. 32.32941 +-cat > conftest.$ac_ext <<EOF 32.32942 +-#line 2242 "configure" 32.32943 +-#include "confdefs.h" 32.32944 +-#include <$x_direct_test_include> 32.32945 +-EOF 32.32946 +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 32.32947 +-{ (eval echo configure:2247: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 32.32948 +-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 32.32949 +-if test -z "$ac_err"; then 32.32950 +- rm -rf conftest* 32.32951 ++ cat >conftest.$ac_ext <<_ACEOF 32.32952 ++/* confdefs.h. */ 32.32953 ++_ACEOF 32.32954 ++cat confdefs.h >>conftest.$ac_ext 32.32955 ++cat >>conftest.$ac_ext <<_ACEOF 32.32956 ++/* end confdefs.h. */ 32.32957 ++#include <X11/Intrinsic.h> 32.32958 ++_ACEOF 32.32959 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.32960 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.32961 ++ ac_status=$? 32.32962 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.32963 ++ rm -f conftest.er1 32.32964 ++ cat conftest.err >&5 32.32965 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.32966 ++ (exit $ac_status); } >/dev/null; then 32.32967 ++ if test -s conftest.err; then 32.32968 ++ ac_cpp_err=$ac_c_preproc_warn_flag 32.32969 ++ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 32.32970 ++ else 32.32971 ++ ac_cpp_err= 32.32972 ++ fi 32.32973 ++else 32.32974 ++ ac_cpp_err=yes 32.32975 ++fi 32.32976 ++if test -z "$ac_cpp_err"; then 32.32977 + # We can compile using X headers with no special include directory. 32.32978 + ac_x_includes= 32.32979 + else 32.32980 +- echo "$ac_err" >&5 32.32981 +- echo "configure: failed program was:" >&5 32.32982 +- cat conftest.$ac_ext >&5 32.32983 +- rm -rf conftest* 32.32984 +- # Look for the header file in a standard set of common directories. 32.32985 +-# Check X11 before X11Rn because it is often a symlink to the current release. 32.32986 +- for ac_dir in \ 32.32987 +- /usr/X11/include \ 32.32988 +- /usr/X11R6/include \ 32.32989 +- /usr/X11R5/include \ 32.32990 +- /usr/X11R4/include \ 32.32991 +- \ 32.32992 +- /usr/include/X11 \ 32.32993 +- /usr/include/X11R6 \ 32.32994 +- /usr/include/X11R5 \ 32.32995 +- /usr/include/X11R4 \ 32.32996 +- \ 32.32997 +- /usr/local/X11/include \ 32.32998 +- /usr/local/X11R6/include \ 32.32999 +- /usr/local/X11R5/include \ 32.33000 +- /usr/local/X11R4/include \ 32.33001 +- \ 32.33002 +- /usr/local/include/X11 \ 32.33003 +- /usr/local/include/X11R6 \ 32.33004 +- /usr/local/include/X11R5 \ 32.33005 +- /usr/local/include/X11R4 \ 32.33006 +- \ 32.33007 +- /usr/X386/include \ 32.33008 +- /usr/x386/include \ 32.33009 +- /usr/XFree86/include/X11 \ 32.33010 +- \ 32.33011 +- /usr/include \ 32.33012 +- /usr/local/include \ 32.33013 +- /usr/unsupported/include \ 32.33014 +- /usr/athena/include \ 32.33015 +- /usr/local/x11r5/include \ 32.33016 +- /usr/lpp/Xamples/include \ 32.33017 +- \ 32.33018 +- /usr/openwin/include \ 32.33019 +- /usr/openwin/share/include \ 32.33020 +- ; \ 32.33021 +- do 32.33022 +- if test -r "$ac_dir/$x_direct_test_include"; then 32.33023 +- ac_x_includes=$ac_dir 32.33024 +- break 32.33025 +- fi 32.33026 +- done 32.33027 ++ echo "$as_me: failed program was:" >&5 32.33028 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33029 ++ 32.33030 ++ for ac_dir in $ac_x_header_dirs; do 32.33031 ++ if test -r "$ac_dir/X11/Intrinsic.h"; then 32.33032 ++ ac_x_includes=$ac_dir 32.33033 ++ break 32.33034 ++ fi 32.33035 ++done 32.33036 + fi 32.33037 +-rm -f conftest* 32.33038 +-fi # $ac_x_includes = NO 32.33039 ++rm -f conftest.err conftest.$ac_ext 32.33040 ++fi # $ac_x_includes = no 32.33041 + 32.33042 +-if test "$ac_x_libraries" = NO; then 32.33043 ++if test "$ac_x_libraries" = no; then 32.33044 + # Check for the libraries. 32.33045 +- 32.33046 +- test -z "$x_direct_test_library" && x_direct_test_library=Xt 32.33047 +- test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc 32.33048 +- 32.33049 + # See if we find them without any special options. 32.33050 + # Don't add to $LIBS permanently. 32.33051 +- ac_save_LIBS="$LIBS" 32.33052 +- LIBS="-l$x_direct_test_library $LIBS" 32.33053 +-cat > conftest.$ac_ext <<EOF 32.33054 +-#line 2316 "configure" 32.33055 +-#include "confdefs.h" 32.33056 +- 32.33057 +-int main() { 32.33058 +-${x_direct_test_function}() 32.33059 +-; return 0; } 32.33060 +-EOF 32.33061 +-if { (eval echo configure:2323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.33062 +- rm -rf conftest* 32.33063 +- LIBS="$ac_save_LIBS" 32.33064 ++ ac_save_LIBS=$LIBS 32.33065 ++ LIBS="-lXt $LIBS" 32.33066 ++ cat >conftest.$ac_ext <<_ACEOF 32.33067 ++/* confdefs.h. */ 32.33068 ++_ACEOF 32.33069 ++cat confdefs.h >>conftest.$ac_ext 32.33070 ++cat >>conftest.$ac_ext <<_ACEOF 32.33071 ++/* end confdefs.h. */ 32.33072 ++#include <X11/Intrinsic.h> 32.33073 ++int 32.33074 ++main () 32.33075 ++{ 32.33076 ++XtMalloc (0) 32.33077 ++ ; 32.33078 ++ return 0; 32.33079 ++} 32.33080 ++_ACEOF 32.33081 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33082 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33083 ++ (eval $ac_link) 2>conftest.er1 32.33084 ++ ac_status=$? 32.33085 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33086 ++ rm -f conftest.er1 32.33087 ++ cat conftest.err >&5 32.33088 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33089 ++ (exit $ac_status); } && 32.33090 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33091 ++ || test ! -s conftest.err' 32.33092 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33093 ++ (eval $ac_try) 2>&5 32.33094 ++ ac_status=$? 32.33095 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33096 ++ (exit $ac_status); }; } && 32.33097 ++ { ac_try='test -s conftest$ac_exeext' 32.33098 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33099 ++ (eval $ac_try) 2>&5 32.33100 ++ ac_status=$? 32.33101 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33102 ++ (exit $ac_status); }; }; then 32.33103 ++ LIBS=$ac_save_LIBS 32.33104 + # We can link X programs with no special library path. 32.33105 + ac_x_libraries= 32.33106 + else 32.33107 +- echo "configure: failed program was:" >&5 32.33108 +- cat conftest.$ac_ext >&5 32.33109 +- rm -rf conftest* 32.33110 +- LIBS="$ac_save_LIBS" 32.33111 +-# First see if replacing the include by lib works. 32.33112 +-# Check X11 before X11Rn because it is often a symlink to the current release. 32.33113 +-for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ 32.33114 +- /usr/X11/lib \ 32.33115 +- /usr/X11R6/lib \ 32.33116 +- /usr/X11R5/lib \ 32.33117 +- /usr/X11R4/lib \ 32.33118 +- \ 32.33119 +- /usr/lib/X11 \ 32.33120 +- /usr/lib/X11R6 \ 32.33121 +- /usr/lib/X11R5 \ 32.33122 +- /usr/lib/X11R4 \ 32.33123 +- \ 32.33124 +- /usr/local/X11/lib \ 32.33125 +- /usr/local/X11R6/lib \ 32.33126 +- /usr/local/X11R5/lib \ 32.33127 +- /usr/local/X11R4/lib \ 32.33128 +- \ 32.33129 +- /usr/local/lib/X11 \ 32.33130 +- /usr/local/lib/X11R6 \ 32.33131 +- /usr/local/lib/X11R5 \ 32.33132 +- /usr/local/lib/X11R4 \ 32.33133 +- \ 32.33134 +- /usr/X386/lib \ 32.33135 +- /usr/x386/lib \ 32.33136 +- /usr/XFree86/lib/X11 \ 32.33137 +- \ 32.33138 +- /usr/lib \ 32.33139 +- /usr/local/lib \ 32.33140 +- /usr/unsupported/lib \ 32.33141 +- /usr/athena/lib \ 32.33142 +- /usr/local/x11r5/lib \ 32.33143 +- /usr/lpp/Xamples/lib \ 32.33144 +- /lib/usr/lib/X11 \ 32.33145 +- \ 32.33146 +- /usr/openwin/lib \ 32.33147 +- /usr/openwin/share/lib \ 32.33148 +- ; \ 32.33149 ++ echo "$as_me: failed program was:" >&5 32.33150 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33151 ++ 32.33152 ++LIBS=$ac_save_LIBS 32.33153 ++for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 32.33154 + do 32.33155 ++ # Don't even attempt the hair of trying to link an X program! 32.33156 + for ac_extension in a so sl; do 32.33157 +- if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then 32.33158 ++ if test -r $ac_dir/libXt.$ac_extension; then 32.33159 + ac_x_libraries=$ac_dir 32.33160 + break 2 32.33161 + fi 32.33162 + done 32.33163 + done 32.33164 + fi 32.33165 +-rm -f conftest* 32.33166 +-fi # $ac_x_libraries = NO 32.33167 ++rm -f conftest.err conftest.$ac_objext \ 32.33168 ++ conftest$ac_exeext conftest.$ac_ext 32.33169 ++fi # $ac_x_libraries = no 32.33170 + 32.33171 +-if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then 32.33172 ++if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then 32.33173 + # Didn't find X anywhere. Cache the known absence of X. 32.33174 + ac_cv_have_x="have_x=no" 32.33175 + else 32.33176 + # Record where we found X for the cache. 32.33177 + ac_cv_have_x="have_x=yes \ 32.33178 +- ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 32.33179 ++ ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 32.33180 + fi 32.33181 + fi 32.33182 ++ 32.33183 + fi 32.33184 + eval "$ac_cv_have_x" 32.33185 + fi # $with_x != no 32.33186 + 32.33187 + if test "$have_x" != yes; then 32.33188 +- echo "$ac_t""$have_x" 1>&6 32.33189 ++ echo "$as_me:$LINENO: result: $have_x" >&5 32.33190 ++echo "${ECHO_T}$have_x" >&6 32.33191 + no_x=yes 32.33192 + else 32.33193 + # If each of the values was on the command line, it overrides each guess. 32.33194 +@@ -2402,14 +20163,16 @@ else 32.33195 + # Update the cache value to reflect the command line values. 32.33196 + ac_cv_have_x="have_x=yes \ 32.33197 + ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 32.33198 +- echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 32.33199 ++ echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 32.33200 ++echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 32.33201 + fi 32.33202 + 32.33203 + if test "$no_x" = yes; then 32.33204 + # Not all programs may use this symbol, but it does not hurt to define it. 32.33205 +- cat >> confdefs.h <<\EOF 32.33206 ++ 32.33207 ++cat >>confdefs.h <<\_ACEOF 32.33208 + #define X_DISPLAY_MISSING 1 32.33209 +-EOF 32.33210 ++_ACEOF 32.33211 + 32.33212 + X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= 32.33213 + else 32.33214 +@@ -2422,60 +20185,119 @@ else 32.33215 + X_LIBS="$X_LIBS -L$x_libraries" 32.33216 + # For Solaris; some versions of Sun CC require a space after -R and 32.33217 + # others require no space. Words are not sufficient . . . . 32.33218 +- case "`(uname -sr) 2>/dev/null`" in 32.33219 ++ case `(uname -sr) 2>/dev/null` in 32.33220 + "SunOS 5"*) 32.33221 +- echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 32.33222 +-echo "configure:2429: checking whether -R must be followed by a space" >&5 32.33223 +- ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 32.33224 +- cat > conftest.$ac_ext <<EOF 32.33225 +-#line 2432 "configure" 32.33226 +-#include "confdefs.h" 32.33227 ++ echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 32.33228 ++echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 32.33229 ++ ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 32.33230 ++ cat >conftest.$ac_ext <<_ACEOF 32.33231 ++/* confdefs.h. */ 32.33232 ++_ACEOF 32.33233 ++cat confdefs.h >>conftest.$ac_ext 32.33234 ++cat >>conftest.$ac_ext <<_ACEOF 32.33235 ++/* end confdefs.h. */ 32.33236 + 32.33237 +-int main() { 32.33238 ++int 32.33239 ++main () 32.33240 ++{ 32.33241 + 32.33242 +-; return 0; } 32.33243 +-EOF 32.33244 +-if { (eval echo configure:2439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.33245 +- rm -rf conftest* 32.33246 ++ ; 32.33247 ++ return 0; 32.33248 ++} 32.33249 ++_ACEOF 32.33250 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33251 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33252 ++ (eval $ac_link) 2>conftest.er1 32.33253 ++ ac_status=$? 32.33254 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33255 ++ rm -f conftest.er1 32.33256 ++ cat conftest.err >&5 32.33257 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33258 ++ (exit $ac_status); } && 32.33259 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33260 ++ || test ! -s conftest.err' 32.33261 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33262 ++ (eval $ac_try) 2>&5 32.33263 ++ ac_status=$? 32.33264 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33265 ++ (exit $ac_status); }; } && 32.33266 ++ { ac_try='test -s conftest$ac_exeext' 32.33267 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33268 ++ (eval $ac_try) 2>&5 32.33269 ++ ac_status=$? 32.33270 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33271 ++ (exit $ac_status); }; }; then 32.33272 + ac_R_nospace=yes 32.33273 + else 32.33274 +- echo "configure: failed program was:" >&5 32.33275 +- cat conftest.$ac_ext >&5 32.33276 +- rm -rf conftest* 32.33277 +- ac_R_nospace=no 32.33278 ++ echo "$as_me: failed program was:" >&5 32.33279 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33280 ++ 32.33281 ++ac_R_nospace=no 32.33282 + fi 32.33283 +-rm -f conftest* 32.33284 ++rm -f conftest.err conftest.$ac_objext \ 32.33285 ++ conftest$ac_exeext conftest.$ac_ext 32.33286 + if test $ac_R_nospace = yes; then 32.33287 +- echo "$ac_t""no" 1>&6 32.33288 ++ echo "$as_me:$LINENO: result: no" >&5 32.33289 ++echo "${ECHO_T}no" >&6 32.33290 + X_LIBS="$X_LIBS -R$x_libraries" 32.33291 + else 32.33292 + LIBS="$ac_xsave_LIBS -R $x_libraries" 32.33293 +- cat > conftest.$ac_ext <<EOF 32.33294 +-#line 2455 "configure" 32.33295 +-#include "confdefs.h" 32.33296 ++ cat >conftest.$ac_ext <<_ACEOF 32.33297 ++/* confdefs.h. */ 32.33298 ++_ACEOF 32.33299 ++cat confdefs.h >>conftest.$ac_ext 32.33300 ++cat >>conftest.$ac_ext <<_ACEOF 32.33301 ++/* end confdefs.h. */ 32.33302 + 32.33303 +-int main() { 32.33304 ++int 32.33305 ++main () 32.33306 ++{ 32.33307 + 32.33308 +-; return 0; } 32.33309 +-EOF 32.33310 +-if { (eval echo configure:2462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.33311 +- rm -rf conftest* 32.33312 ++ ; 32.33313 ++ return 0; 32.33314 ++} 32.33315 ++_ACEOF 32.33316 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33317 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33318 ++ (eval $ac_link) 2>conftest.er1 32.33319 ++ ac_status=$? 32.33320 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33321 ++ rm -f conftest.er1 32.33322 ++ cat conftest.err >&5 32.33323 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33324 ++ (exit $ac_status); } && 32.33325 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33326 ++ || test ! -s conftest.err' 32.33327 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33328 ++ (eval $ac_try) 2>&5 32.33329 ++ ac_status=$? 32.33330 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33331 ++ (exit $ac_status); }; } && 32.33332 ++ { ac_try='test -s conftest$ac_exeext' 32.33333 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33334 ++ (eval $ac_try) 2>&5 32.33335 ++ ac_status=$? 32.33336 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33337 ++ (exit $ac_status); }; }; then 32.33338 + ac_R_space=yes 32.33339 + else 32.33340 +- echo "configure: failed program was:" >&5 32.33341 +- cat conftest.$ac_ext >&5 32.33342 +- rm -rf conftest* 32.33343 +- ac_R_space=no 32.33344 ++ echo "$as_me: failed program was:" >&5 32.33345 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33346 ++ 32.33347 ++ac_R_space=no 32.33348 + fi 32.33349 +-rm -f conftest* 32.33350 ++rm -f conftest.err conftest.$ac_objext \ 32.33351 ++ conftest$ac_exeext conftest.$ac_ext 32.33352 + if test $ac_R_space = yes; then 32.33353 +- echo "$ac_t""yes" 1>&6 32.33354 ++ echo "$as_me:$LINENO: result: yes" >&5 32.33355 ++echo "${ECHO_T}yes" >&6 32.33356 + X_LIBS="$X_LIBS -R $x_libraries" 32.33357 + else 32.33358 +- echo "$ac_t""neither works" 1>&6 32.33359 ++ echo "$as_me:$LINENO: result: neither works" >&5 32.33360 ++echo "${ECHO_T}neither works" >&6 32.33361 + fi 32.33362 + fi 32.33363 +- LIBS="$ac_xsave_LIBS" 32.33364 ++ LIBS=$ac_xsave_LIBS 32.33365 + esac 32.33366 + fi 32.33367 + 32.33368 +@@ -2486,522 +20308,1016 @@ rm -f conftest* 32.33369 + if test "$ISC" = yes; then 32.33370 + X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" 32.33371 + else 32.33372 +- # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 32.33373 +- # libraries were built with DECnet support. And karl@cs.umb.edu says 32.33374 ++ # Martyn Johnson says this is needed for Ultrix, if the X 32.33375 ++ # libraries were built with DECnet support. And Karl Berry says 32.33376 + # the Alpha needs dnet_stub (dnet does not exist). 32.33377 +- echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 32.33378 +-echo "configure:2494: checking for dnet_ntoa in -ldnet" >&5 32.33379 +-ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 32.33380 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.33381 +- echo $ac_n "(cached) $ac_c" 1>&6 32.33382 +-else 32.33383 +- ac_save_LIBS="$LIBS" 32.33384 +-LIBS="-ldnet $LIBS" 32.33385 +-cat > conftest.$ac_ext <<EOF 32.33386 +-#line 2502 "configure" 32.33387 +-#include "confdefs.h" 32.33388 ++ ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" 32.33389 ++ cat >conftest.$ac_ext <<_ACEOF 32.33390 ++/* confdefs.h. */ 32.33391 ++_ACEOF 32.33392 ++cat confdefs.h >>conftest.$ac_ext 32.33393 ++cat >>conftest.$ac_ext <<_ACEOF 32.33394 ++/* end confdefs.h. */ 32.33395 ++ 32.33396 + /* Override any gcc2 internal prototype to avoid an error. */ 32.33397 ++#ifdef __cplusplus 32.33398 ++extern "C" 32.33399 ++#endif 32.33400 + /* We use char because int might match the return type of a gcc2 32.33401 +- builtin and then its argument prototype would still apply. */ 32.33402 +-char dnet_ntoa(); 32.33403 ++ builtin and then its argument prototype would still apply. */ 32.33404 ++char XOpenDisplay (); 32.33405 ++int 32.33406 ++main () 32.33407 ++{ 32.33408 ++XOpenDisplay (); 32.33409 ++ ; 32.33410 ++ return 0; 32.33411 ++} 32.33412 ++_ACEOF 32.33413 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33414 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33415 ++ (eval $ac_link) 2>conftest.er1 32.33416 ++ ac_status=$? 32.33417 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33418 ++ rm -f conftest.er1 32.33419 ++ cat conftest.err >&5 32.33420 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33421 ++ (exit $ac_status); } && 32.33422 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33423 ++ || test ! -s conftest.err' 32.33424 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33425 ++ (eval $ac_try) 2>&5 32.33426 ++ ac_status=$? 32.33427 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33428 ++ (exit $ac_status); }; } && 32.33429 ++ { ac_try='test -s conftest$ac_exeext' 32.33430 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33431 ++ (eval $ac_try) 2>&5 32.33432 ++ ac_status=$? 32.33433 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33434 ++ (exit $ac_status); }; }; then 32.33435 ++ : 32.33436 ++else 32.33437 ++ echo "$as_me: failed program was:" >&5 32.33438 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33439 + 32.33440 +-int main() { 32.33441 +-dnet_ntoa() 32.33442 +-; return 0; } 32.33443 +-EOF 32.33444 +-if { (eval echo configure:2513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.33445 +- rm -rf conftest* 32.33446 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.33447 ++echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 32.33448 ++echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 32.33449 ++if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 32.33450 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.33451 + else 32.33452 +- echo "configure: failed program was:" >&5 32.33453 +- cat conftest.$ac_ext >&5 32.33454 +- rm -rf conftest* 32.33455 +- eval "ac_cv_lib_$ac_lib_var=no" 32.33456 +-fi 32.33457 +-rm -f conftest* 32.33458 +-LIBS="$ac_save_LIBS" 32.33459 ++ ac_check_lib_save_LIBS=$LIBS 32.33460 ++LIBS="-ldnet $LIBS" 32.33461 ++cat >conftest.$ac_ext <<_ACEOF 32.33462 ++/* confdefs.h. */ 32.33463 ++_ACEOF 32.33464 ++cat confdefs.h >>conftest.$ac_ext 32.33465 ++cat >>conftest.$ac_ext <<_ACEOF 32.33466 ++/* end confdefs.h. */ 32.33467 + 32.33468 +-fi 32.33469 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.33470 +- echo "$ac_t""yes" 1>&6 32.33471 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.33472 ++#ifdef __cplusplus 32.33473 ++extern "C" 32.33474 ++#endif 32.33475 ++/* We use char because int might match the return type of a gcc2 32.33476 ++ builtin and then its argument prototype would still apply. */ 32.33477 ++char dnet_ntoa (); 32.33478 ++int 32.33479 ++main () 32.33480 ++{ 32.33481 ++dnet_ntoa (); 32.33482 ++ ; 32.33483 ++ return 0; 32.33484 ++} 32.33485 ++_ACEOF 32.33486 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33487 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33488 ++ (eval $ac_link) 2>conftest.er1 32.33489 ++ ac_status=$? 32.33490 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33491 ++ rm -f conftest.er1 32.33492 ++ cat conftest.err >&5 32.33493 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33494 ++ (exit $ac_status); } && 32.33495 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33496 ++ || test ! -s conftest.err' 32.33497 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33498 ++ (eval $ac_try) 2>&5 32.33499 ++ ac_status=$? 32.33500 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33501 ++ (exit $ac_status); }; } && 32.33502 ++ { ac_try='test -s conftest$ac_exeext' 32.33503 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33504 ++ (eval $ac_try) 2>&5 32.33505 ++ ac_status=$? 32.33506 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33507 ++ (exit $ac_status); }; }; then 32.33508 ++ ac_cv_lib_dnet_dnet_ntoa=yes 32.33509 ++else 32.33510 ++ echo "$as_me: failed program was:" >&5 32.33511 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33512 ++ 32.33513 ++ac_cv_lib_dnet_dnet_ntoa=no 32.33514 ++fi 32.33515 ++rm -f conftest.err conftest.$ac_objext \ 32.33516 ++ conftest$ac_exeext conftest.$ac_ext 32.33517 ++LIBS=$ac_check_lib_save_LIBS 32.33518 ++fi 32.33519 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 32.33520 ++echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 32.33521 ++if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 32.33522 + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 32.33523 +-else 32.33524 +- echo "$ac_t""no" 1>&6 32.33525 + fi 32.33526 + 32.33527 + if test $ac_cv_lib_dnet_dnet_ntoa = no; then 32.33528 +- echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 32.33529 +-echo "configure:2535: checking for dnet_ntoa in -ldnet_stub" >&5 32.33530 +-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` 32.33531 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.33532 +- echo $ac_n "(cached) $ac_c" 1>&6 32.33533 ++ echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 32.33534 ++echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 32.33535 ++if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 32.33536 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.33537 + else 32.33538 +- ac_save_LIBS="$LIBS" 32.33539 ++ ac_check_lib_save_LIBS=$LIBS 32.33540 + LIBS="-ldnet_stub $LIBS" 32.33541 +-cat > conftest.$ac_ext <<EOF 32.33542 +-#line 2543 "configure" 32.33543 +-#include "confdefs.h" 32.33544 ++cat >conftest.$ac_ext <<_ACEOF 32.33545 ++/* confdefs.h. */ 32.33546 ++_ACEOF 32.33547 ++cat confdefs.h >>conftest.$ac_ext 32.33548 ++cat >>conftest.$ac_ext <<_ACEOF 32.33549 ++/* end confdefs.h. */ 32.33550 ++ 32.33551 + /* Override any gcc2 internal prototype to avoid an error. */ 32.33552 ++#ifdef __cplusplus 32.33553 ++extern "C" 32.33554 ++#endif 32.33555 + /* We use char because int might match the return type of a gcc2 32.33556 +- builtin and then its argument prototype would still apply. */ 32.33557 +-char dnet_ntoa(); 32.33558 +- 32.33559 +-int main() { 32.33560 +-dnet_ntoa() 32.33561 +-; return 0; } 32.33562 +-EOF 32.33563 +-if { (eval echo configure:2554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.33564 +- rm -rf conftest* 32.33565 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.33566 +-else 32.33567 +- echo "configure: failed program was:" >&5 32.33568 +- cat conftest.$ac_ext >&5 32.33569 +- rm -rf conftest* 32.33570 +- eval "ac_cv_lib_$ac_lib_var=no" 32.33571 +-fi 32.33572 +-rm -f conftest* 32.33573 +-LIBS="$ac_save_LIBS" 32.33574 +- 32.33575 +-fi 32.33576 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.33577 +- echo "$ac_t""yes" 1>&6 32.33578 ++ builtin and then its argument prototype would still apply. */ 32.33579 ++char dnet_ntoa (); 32.33580 ++int 32.33581 ++main () 32.33582 ++{ 32.33583 ++dnet_ntoa (); 32.33584 ++ ; 32.33585 ++ return 0; 32.33586 ++} 32.33587 ++_ACEOF 32.33588 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33589 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33590 ++ (eval $ac_link) 2>conftest.er1 32.33591 ++ ac_status=$? 32.33592 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33593 ++ rm -f conftest.er1 32.33594 ++ cat conftest.err >&5 32.33595 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33596 ++ (exit $ac_status); } && 32.33597 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33598 ++ || test ! -s conftest.err' 32.33599 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33600 ++ (eval $ac_try) 2>&5 32.33601 ++ ac_status=$? 32.33602 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33603 ++ (exit $ac_status); }; } && 32.33604 ++ { ac_try='test -s conftest$ac_exeext' 32.33605 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33606 ++ (eval $ac_try) 2>&5 32.33607 ++ ac_status=$? 32.33608 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33609 ++ (exit $ac_status); }; }; then 32.33610 ++ ac_cv_lib_dnet_stub_dnet_ntoa=yes 32.33611 ++else 32.33612 ++ echo "$as_me: failed program was:" >&5 32.33613 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33614 ++ 32.33615 ++ac_cv_lib_dnet_stub_dnet_ntoa=no 32.33616 ++fi 32.33617 ++rm -f conftest.err conftest.$ac_objext \ 32.33618 ++ conftest$ac_exeext conftest.$ac_ext 32.33619 ++LIBS=$ac_check_lib_save_LIBS 32.33620 ++fi 32.33621 ++echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 32.33622 ++echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 32.33623 ++if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 32.33624 + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 32.33625 +-else 32.33626 +- echo "$ac_t""no" 1>&6 32.33627 + fi 32.33628 + 32.33629 + fi 32.33630 ++fi 32.33631 ++rm -f conftest.err conftest.$ac_objext \ 32.33632 ++ conftest$ac_exeext conftest.$ac_ext 32.33633 ++ LIBS="$ac_xsave_LIBS" 32.33634 + 32.33635 + # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 32.33636 + # to get the SysV transport functions. 32.33637 +- # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 32.33638 ++ # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) 32.33639 + # needs -lnsl. 32.33640 + # The nsl library prevents programs from opening the X display 32.33641 +- # on Irix 5.2, according to dickey@clark.net. 32.33642 +- echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 32.33643 +-echo "configure:2583: checking for gethostbyname" >&5 32.33644 +-if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 32.33645 +- echo $ac_n "(cached) $ac_c" 1>&6 32.33646 +-else 32.33647 +- cat > conftest.$ac_ext <<EOF 32.33648 +-#line 2588 "configure" 32.33649 +-#include "confdefs.h" 32.33650 ++ # on Irix 5.2, according to T.E. Dickey. 32.33651 ++ # The functions gethostbyname, getservbyname, and inet_addr are 32.33652 ++ # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 32.33653 ++ echo "$as_me:$LINENO: checking for gethostbyname" >&5 32.33654 ++echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 32.33655 ++if test "${ac_cv_func_gethostbyname+set}" = set; then 32.33656 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.33657 ++else 32.33658 ++ cat >conftest.$ac_ext <<_ACEOF 32.33659 ++/* confdefs.h. */ 32.33660 ++_ACEOF 32.33661 ++cat confdefs.h >>conftest.$ac_ext 32.33662 ++cat >>conftest.$ac_ext <<_ACEOF 32.33663 ++/* end confdefs.h. */ 32.33664 ++/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. 32.33665 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.33666 ++#define gethostbyname innocuous_gethostbyname 32.33667 ++ 32.33668 + /* System header to define __stub macros and hopefully few prototypes, 32.33669 +- which can conflict with char gethostbyname(); below. */ 32.33670 +-#include <assert.h> 32.33671 +-/* Override any gcc2 internal prototype to avoid an error. */ 32.33672 +-/* We use char because int might match the return type of a gcc2 32.33673 +- builtin and then its argument prototype would still apply. */ 32.33674 +-char gethostbyname(); 32.33675 ++ which can conflict with char gethostbyname (); below. 32.33676 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.33677 ++ <limits.h> exists even on freestanding compilers. */ 32.33678 + 32.33679 +-int main() { 32.33680 ++#ifdef __STDC__ 32.33681 ++# include <limits.h> 32.33682 ++#else 32.33683 ++# include <assert.h> 32.33684 ++#endif 32.33685 + 32.33686 ++#undef gethostbyname 32.33687 ++ 32.33688 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.33689 ++#ifdef __cplusplus 32.33690 ++extern "C" 32.33691 ++{ 32.33692 ++#endif 32.33693 ++/* We use char because int might match the return type of a gcc2 32.33694 ++ builtin and then its argument prototype would still apply. */ 32.33695 ++char gethostbyname (); 32.33696 + /* The GNU C library defines this for functions which it implements 32.33697 + to always fail with ENOSYS. Some functions are actually named 32.33698 + something starting with __ and the normal name is an alias. */ 32.33699 + #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 32.33700 + choke me 32.33701 + #else 32.33702 +-gethostbyname(); 32.33703 ++char (*f) () = gethostbyname; 32.33704 ++#endif 32.33705 ++#ifdef __cplusplus 32.33706 ++} 32.33707 + #endif 32.33708 + 32.33709 +-; return 0; } 32.33710 +-EOF 32.33711 +-if { (eval echo configure:2611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.33712 +- rm -rf conftest* 32.33713 +- eval "ac_cv_func_gethostbyname=yes" 32.33714 +-else 32.33715 +- echo "configure: failed program was:" >&5 32.33716 +- cat conftest.$ac_ext >&5 32.33717 +- rm -rf conftest* 32.33718 +- eval "ac_cv_func_gethostbyname=no" 32.33719 +-fi 32.33720 +-rm -f conftest* 32.33721 +-fi 32.33722 ++int 32.33723 ++main () 32.33724 ++{ 32.33725 ++return f != gethostbyname; 32.33726 ++ ; 32.33727 ++ return 0; 32.33728 ++} 32.33729 ++_ACEOF 32.33730 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33731 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33732 ++ (eval $ac_link) 2>conftest.er1 32.33733 ++ ac_status=$? 32.33734 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33735 ++ rm -f conftest.er1 32.33736 ++ cat conftest.err >&5 32.33737 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33738 ++ (exit $ac_status); } && 32.33739 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33740 ++ || test ! -s conftest.err' 32.33741 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33742 ++ (eval $ac_try) 2>&5 32.33743 ++ ac_status=$? 32.33744 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33745 ++ (exit $ac_status); }; } && 32.33746 ++ { ac_try='test -s conftest$ac_exeext' 32.33747 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33748 ++ (eval $ac_try) 2>&5 32.33749 ++ ac_status=$? 32.33750 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33751 ++ (exit $ac_status); }; }; then 32.33752 ++ ac_cv_func_gethostbyname=yes 32.33753 ++else 32.33754 ++ echo "$as_me: failed program was:" >&5 32.33755 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33756 + 32.33757 +-if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 32.33758 +- echo "$ac_t""yes" 1>&6 32.33759 +- : 32.33760 +-else 32.33761 +- echo "$ac_t""no" 1>&6 32.33762 ++ac_cv_func_gethostbyname=no 32.33763 ++fi 32.33764 ++rm -f conftest.err conftest.$ac_objext \ 32.33765 ++ conftest$ac_exeext conftest.$ac_ext 32.33766 + fi 32.33767 ++echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 32.33768 ++echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 32.33769 + 32.33770 + if test $ac_cv_func_gethostbyname = no; then 32.33771 +- echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 32.33772 +-echo "configure:2632: checking for gethostbyname in -lnsl" >&5 32.33773 +-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 32.33774 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.33775 +- echo $ac_n "(cached) $ac_c" 1>&6 32.33776 ++ echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 32.33777 ++echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 32.33778 ++if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 32.33779 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.33780 + else 32.33781 +- ac_save_LIBS="$LIBS" 32.33782 ++ ac_check_lib_save_LIBS=$LIBS 32.33783 + LIBS="-lnsl $LIBS" 32.33784 +-cat > conftest.$ac_ext <<EOF 32.33785 +-#line 2640 "configure" 32.33786 +-#include "confdefs.h" 32.33787 ++cat >conftest.$ac_ext <<_ACEOF 32.33788 ++/* confdefs.h. */ 32.33789 ++_ACEOF 32.33790 ++cat confdefs.h >>conftest.$ac_ext 32.33791 ++cat >>conftest.$ac_ext <<_ACEOF 32.33792 ++/* end confdefs.h. */ 32.33793 ++ 32.33794 + /* Override any gcc2 internal prototype to avoid an error. */ 32.33795 ++#ifdef __cplusplus 32.33796 ++extern "C" 32.33797 ++#endif 32.33798 + /* We use char because int might match the return type of a gcc2 32.33799 +- builtin and then its argument prototype would still apply. */ 32.33800 +-char gethostbyname(); 32.33801 +- 32.33802 +-int main() { 32.33803 +-gethostbyname() 32.33804 +-; return 0; } 32.33805 +-EOF 32.33806 +-if { (eval echo configure:2651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.33807 +- rm -rf conftest* 32.33808 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.33809 +-else 32.33810 +- echo "configure: failed program was:" >&5 32.33811 +- cat conftest.$ac_ext >&5 32.33812 +- rm -rf conftest* 32.33813 +- eval "ac_cv_lib_$ac_lib_var=no" 32.33814 ++ builtin and then its argument prototype would still apply. */ 32.33815 ++char gethostbyname (); 32.33816 ++int 32.33817 ++main () 32.33818 ++{ 32.33819 ++gethostbyname (); 32.33820 ++ ; 32.33821 ++ return 0; 32.33822 ++} 32.33823 ++_ACEOF 32.33824 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33825 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33826 ++ (eval $ac_link) 2>conftest.er1 32.33827 ++ ac_status=$? 32.33828 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33829 ++ rm -f conftest.er1 32.33830 ++ cat conftest.err >&5 32.33831 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33832 ++ (exit $ac_status); } && 32.33833 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33834 ++ || test ! -s conftest.err' 32.33835 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33836 ++ (eval $ac_try) 2>&5 32.33837 ++ ac_status=$? 32.33838 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33839 ++ (exit $ac_status); }; } && 32.33840 ++ { ac_try='test -s conftest$ac_exeext' 32.33841 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33842 ++ (eval $ac_try) 2>&5 32.33843 ++ ac_status=$? 32.33844 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33845 ++ (exit $ac_status); }; }; then 32.33846 ++ ac_cv_lib_nsl_gethostbyname=yes 32.33847 ++else 32.33848 ++ echo "$as_me: failed program was:" >&5 32.33849 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33850 ++ 32.33851 ++ac_cv_lib_nsl_gethostbyname=no 32.33852 ++fi 32.33853 ++rm -f conftest.err conftest.$ac_objext \ 32.33854 ++ conftest$ac_exeext conftest.$ac_ext 32.33855 ++LIBS=$ac_check_lib_save_LIBS 32.33856 ++fi 32.33857 ++echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 32.33858 ++echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 32.33859 ++if test $ac_cv_lib_nsl_gethostbyname = yes; then 32.33860 ++ X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 32.33861 + fi 32.33862 +-rm -f conftest* 32.33863 +-LIBS="$ac_save_LIBS" 32.33864 + 32.33865 +-fi 32.33866 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.33867 +- echo "$ac_t""yes" 1>&6 32.33868 +- X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 32.33869 +-else 32.33870 +- echo "$ac_t""no" 1>&6 32.33871 ++ if test $ac_cv_lib_nsl_gethostbyname = no; then 32.33872 ++ echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 32.33873 ++echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 32.33874 ++if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 32.33875 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.33876 ++else 32.33877 ++ ac_check_lib_save_LIBS=$LIBS 32.33878 ++LIBS="-lbsd $LIBS" 32.33879 ++cat >conftest.$ac_ext <<_ACEOF 32.33880 ++/* confdefs.h. */ 32.33881 ++_ACEOF 32.33882 ++cat confdefs.h >>conftest.$ac_ext 32.33883 ++cat >>conftest.$ac_ext <<_ACEOF 32.33884 ++/* end confdefs.h. */ 32.33885 ++ 32.33886 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.33887 ++#ifdef __cplusplus 32.33888 ++extern "C" 32.33889 ++#endif 32.33890 ++/* We use char because int might match the return type of a gcc2 32.33891 ++ builtin and then its argument prototype would still apply. */ 32.33892 ++char gethostbyname (); 32.33893 ++int 32.33894 ++main () 32.33895 ++{ 32.33896 ++gethostbyname (); 32.33897 ++ ; 32.33898 ++ return 0; 32.33899 ++} 32.33900 ++_ACEOF 32.33901 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.33902 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.33903 ++ (eval $ac_link) 2>conftest.er1 32.33904 ++ ac_status=$? 32.33905 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.33906 ++ rm -f conftest.er1 32.33907 ++ cat conftest.err >&5 32.33908 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33909 ++ (exit $ac_status); } && 32.33910 ++ { ac_try='test -z "$ac_c_werror_flag" 32.33911 ++ || test ! -s conftest.err' 32.33912 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33913 ++ (eval $ac_try) 2>&5 32.33914 ++ ac_status=$? 32.33915 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33916 ++ (exit $ac_status); }; } && 32.33917 ++ { ac_try='test -s conftest$ac_exeext' 32.33918 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.33919 ++ (eval $ac_try) 2>&5 32.33920 ++ ac_status=$? 32.33921 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.33922 ++ (exit $ac_status); }; }; then 32.33923 ++ ac_cv_lib_bsd_gethostbyname=yes 32.33924 ++else 32.33925 ++ echo "$as_me: failed program was:" >&5 32.33926 ++sed 's/^/| /' conftest.$ac_ext >&5 32.33927 ++ 32.33928 ++ac_cv_lib_bsd_gethostbyname=no 32.33929 ++fi 32.33930 ++rm -f conftest.err conftest.$ac_objext \ 32.33931 ++ conftest$ac_exeext conftest.$ac_ext 32.33932 ++LIBS=$ac_check_lib_save_LIBS 32.33933 ++fi 32.33934 ++echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 32.33935 ++echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 32.33936 ++if test $ac_cv_lib_bsd_gethostbyname = yes; then 32.33937 ++ X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 32.33938 + fi 32.33939 + 32.33940 ++ fi 32.33941 + fi 32.33942 + 32.33943 + # lieder@skyler.mavd.honeywell.com says without -lsocket, 32.33944 + # socket/setsockopt and other routines are undefined under SCO ODT 32.33945 + # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 32.33946 +- # on later versions), says simon@lia.di.epfl.ch: it contains 32.33947 +- # gethostby* variants that don't use the nameserver (or something). 32.33948 +- # -lsocket must be given before -lnsl if both are needed. 32.33949 +- # We assume that if connect needs -lnsl, so does gethostbyname. 32.33950 +- echo $ac_n "checking for connect""... $ac_c" 1>&6 32.33951 +-echo "configure:2681: checking for connect" >&5 32.33952 +-if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 32.33953 +- echo $ac_n "(cached) $ac_c" 1>&6 32.33954 +-else 32.33955 +- cat > conftest.$ac_ext <<EOF 32.33956 +-#line 2686 "configure" 32.33957 +-#include "confdefs.h" 32.33958 ++ # on later versions), says Simon Leinen: it contains gethostby* 32.33959 ++ # variants that don't use the name server (or something). -lsocket 32.33960 ++ # must be given before -lnsl if both are needed. We assume that 32.33961 ++ # if connect needs -lnsl, so does gethostbyname. 32.33962 ++ echo "$as_me:$LINENO: checking for connect" >&5 32.33963 ++echo $ECHO_N "checking for connect... $ECHO_C" >&6 32.33964 ++if test "${ac_cv_func_connect+set}" = set; then 32.33965 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.33966 ++else 32.33967 ++ cat >conftest.$ac_ext <<_ACEOF 32.33968 ++/* confdefs.h. */ 32.33969 ++_ACEOF 32.33970 ++cat confdefs.h >>conftest.$ac_ext 32.33971 ++cat >>conftest.$ac_ext <<_ACEOF 32.33972 ++/* end confdefs.h. */ 32.33973 ++/* Define connect to an innocuous variant, in case <limits.h> declares connect. 32.33974 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.33975 ++#define connect innocuous_connect 32.33976 ++ 32.33977 + /* System header to define __stub macros and hopefully few prototypes, 32.33978 +- which can conflict with char connect(); below. */ 32.33979 +-#include <assert.h> 32.33980 +-/* Override any gcc2 internal prototype to avoid an error. */ 32.33981 +-/* We use char because int might match the return type of a gcc2 32.33982 +- builtin and then its argument prototype would still apply. */ 32.33983 +-char connect(); 32.33984 ++ which can conflict with char connect (); below. 32.33985 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.33986 ++ <limits.h> exists even on freestanding compilers. */ 32.33987 ++ 32.33988 ++#ifdef __STDC__ 32.33989 ++# include <limits.h> 32.33990 ++#else 32.33991 ++# include <assert.h> 32.33992 ++#endif 32.33993 + 32.33994 +-int main() { 32.33995 ++#undef connect 32.33996 + 32.33997 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.33998 ++#ifdef __cplusplus 32.33999 ++extern "C" 32.34000 ++{ 32.34001 ++#endif 32.34002 ++/* We use char because int might match the return type of a gcc2 32.34003 ++ builtin and then its argument prototype would still apply. */ 32.34004 ++char connect (); 32.34005 + /* The GNU C library defines this for functions which it implements 32.34006 + to always fail with ENOSYS. Some functions are actually named 32.34007 + something starting with __ and the normal name is an alias. */ 32.34008 + #if defined (__stub_connect) || defined (__stub___connect) 32.34009 + choke me 32.34010 + #else 32.34011 +-connect(); 32.34012 ++char (*f) () = connect; 32.34013 ++#endif 32.34014 ++#ifdef __cplusplus 32.34015 ++} 32.34016 + #endif 32.34017 + 32.34018 +-; return 0; } 32.34019 +-EOF 32.34020 +-if { (eval echo configure:2709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34021 +- rm -rf conftest* 32.34022 +- eval "ac_cv_func_connect=yes" 32.34023 +-else 32.34024 +- echo "configure: failed program was:" >&5 32.34025 +- cat conftest.$ac_ext >&5 32.34026 +- rm -rf conftest* 32.34027 +- eval "ac_cv_func_connect=no" 32.34028 +-fi 32.34029 +-rm -f conftest* 32.34030 +-fi 32.34031 ++int 32.34032 ++main () 32.34033 ++{ 32.34034 ++return f != connect; 32.34035 ++ ; 32.34036 ++ return 0; 32.34037 ++} 32.34038 ++_ACEOF 32.34039 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34040 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34041 ++ (eval $ac_link) 2>conftest.er1 32.34042 ++ ac_status=$? 32.34043 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34044 ++ rm -f conftest.er1 32.34045 ++ cat conftest.err >&5 32.34046 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34047 ++ (exit $ac_status); } && 32.34048 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34049 ++ || test ! -s conftest.err' 32.34050 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34051 ++ (eval $ac_try) 2>&5 32.34052 ++ ac_status=$? 32.34053 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34054 ++ (exit $ac_status); }; } && 32.34055 ++ { ac_try='test -s conftest$ac_exeext' 32.34056 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34057 ++ (eval $ac_try) 2>&5 32.34058 ++ ac_status=$? 32.34059 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34060 ++ (exit $ac_status); }; }; then 32.34061 ++ ac_cv_func_connect=yes 32.34062 ++else 32.34063 ++ echo "$as_me: failed program was:" >&5 32.34064 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34065 + 32.34066 +-if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 32.34067 +- echo "$ac_t""yes" 1>&6 32.34068 +- : 32.34069 +-else 32.34070 +- echo "$ac_t""no" 1>&6 32.34071 ++ac_cv_func_connect=no 32.34072 + fi 32.34073 ++rm -f conftest.err conftest.$ac_objext \ 32.34074 ++ conftest$ac_exeext conftest.$ac_ext 32.34075 ++fi 32.34076 ++echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 32.34077 ++echo "${ECHO_T}$ac_cv_func_connect" >&6 32.34078 + 32.34079 + if test $ac_cv_func_connect = no; then 32.34080 +- echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 32.34081 +-echo "configure:2730: checking for connect in -lsocket" >&5 32.34082 +-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` 32.34083 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.34084 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34085 ++ echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 32.34086 ++echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 32.34087 ++if test "${ac_cv_lib_socket_connect+set}" = set; then 32.34088 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34089 + else 32.34090 +- ac_save_LIBS="$LIBS" 32.34091 ++ ac_check_lib_save_LIBS=$LIBS 32.34092 + LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 32.34093 +-cat > conftest.$ac_ext <<EOF 32.34094 +-#line 2738 "configure" 32.34095 +-#include "confdefs.h" 32.34096 ++cat >conftest.$ac_ext <<_ACEOF 32.34097 ++/* confdefs.h. */ 32.34098 ++_ACEOF 32.34099 ++cat confdefs.h >>conftest.$ac_ext 32.34100 ++cat >>conftest.$ac_ext <<_ACEOF 32.34101 ++/* end confdefs.h. */ 32.34102 ++ 32.34103 + /* Override any gcc2 internal prototype to avoid an error. */ 32.34104 ++#ifdef __cplusplus 32.34105 ++extern "C" 32.34106 ++#endif 32.34107 + /* We use char because int might match the return type of a gcc2 32.34108 +- builtin and then its argument prototype would still apply. */ 32.34109 +-char connect(); 32.34110 +- 32.34111 +-int main() { 32.34112 +-connect() 32.34113 +-; return 0; } 32.34114 +-EOF 32.34115 +-if { (eval echo configure:2749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34116 +- rm -rf conftest* 32.34117 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.34118 +-else 32.34119 +- echo "configure: failed program was:" >&5 32.34120 +- cat conftest.$ac_ext >&5 32.34121 +- rm -rf conftest* 32.34122 +- eval "ac_cv_lib_$ac_lib_var=no" 32.34123 +-fi 32.34124 +-rm -f conftest* 32.34125 +-LIBS="$ac_save_LIBS" 32.34126 +- 32.34127 +-fi 32.34128 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.34129 +- echo "$ac_t""yes" 1>&6 32.34130 ++ builtin and then its argument prototype would still apply. */ 32.34131 ++char connect (); 32.34132 ++int 32.34133 ++main () 32.34134 ++{ 32.34135 ++connect (); 32.34136 ++ ; 32.34137 ++ return 0; 32.34138 ++} 32.34139 ++_ACEOF 32.34140 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34141 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34142 ++ (eval $ac_link) 2>conftest.er1 32.34143 ++ ac_status=$? 32.34144 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34145 ++ rm -f conftest.er1 32.34146 ++ cat conftest.err >&5 32.34147 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34148 ++ (exit $ac_status); } && 32.34149 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34150 ++ || test ! -s conftest.err' 32.34151 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34152 ++ (eval $ac_try) 2>&5 32.34153 ++ ac_status=$? 32.34154 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34155 ++ (exit $ac_status); }; } && 32.34156 ++ { ac_try='test -s conftest$ac_exeext' 32.34157 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34158 ++ (eval $ac_try) 2>&5 32.34159 ++ ac_status=$? 32.34160 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34161 ++ (exit $ac_status); }; }; then 32.34162 ++ ac_cv_lib_socket_connect=yes 32.34163 ++else 32.34164 ++ echo "$as_me: failed program was:" >&5 32.34165 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34166 ++ 32.34167 ++ac_cv_lib_socket_connect=no 32.34168 ++fi 32.34169 ++rm -f conftest.err conftest.$ac_objext \ 32.34170 ++ conftest$ac_exeext conftest.$ac_ext 32.34171 ++LIBS=$ac_check_lib_save_LIBS 32.34172 ++fi 32.34173 ++echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 32.34174 ++echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 32.34175 ++if test $ac_cv_lib_socket_connect = yes; then 32.34176 + X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 32.34177 +-else 32.34178 +- echo "$ac_t""no" 1>&6 32.34179 + fi 32.34180 + 32.34181 + fi 32.34182 + 32.34183 +- # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 32.34184 +- echo $ac_n "checking for remove""... $ac_c" 1>&6 32.34185 +-echo "configure:2773: checking for remove" >&5 32.34186 +-if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 32.34187 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34188 +-else 32.34189 +- cat > conftest.$ac_ext <<EOF 32.34190 +-#line 2778 "configure" 32.34191 +-#include "confdefs.h" 32.34192 ++ # Guillermo Gomez says -lposix is necessary on A/UX. 32.34193 ++ echo "$as_me:$LINENO: checking for remove" >&5 32.34194 ++echo $ECHO_N "checking for remove... $ECHO_C" >&6 32.34195 ++if test "${ac_cv_func_remove+set}" = set; then 32.34196 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34197 ++else 32.34198 ++ cat >conftest.$ac_ext <<_ACEOF 32.34199 ++/* confdefs.h. */ 32.34200 ++_ACEOF 32.34201 ++cat confdefs.h >>conftest.$ac_ext 32.34202 ++cat >>conftest.$ac_ext <<_ACEOF 32.34203 ++/* end confdefs.h. */ 32.34204 ++/* Define remove to an innocuous variant, in case <limits.h> declares remove. 32.34205 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.34206 ++#define remove innocuous_remove 32.34207 ++ 32.34208 + /* System header to define __stub macros and hopefully few prototypes, 32.34209 +- which can conflict with char remove(); below. */ 32.34210 +-#include <assert.h> 32.34211 +-/* Override any gcc2 internal prototype to avoid an error. */ 32.34212 +-/* We use char because int might match the return type of a gcc2 32.34213 +- builtin and then its argument prototype would still apply. */ 32.34214 +-char remove(); 32.34215 ++ which can conflict with char remove (); below. 32.34216 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.34217 ++ <limits.h> exists even on freestanding compilers. */ 32.34218 ++ 32.34219 ++#ifdef __STDC__ 32.34220 ++# include <limits.h> 32.34221 ++#else 32.34222 ++# include <assert.h> 32.34223 ++#endif 32.34224 + 32.34225 +-int main() { 32.34226 ++#undef remove 32.34227 + 32.34228 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.34229 ++#ifdef __cplusplus 32.34230 ++extern "C" 32.34231 ++{ 32.34232 ++#endif 32.34233 ++/* We use char because int might match the return type of a gcc2 32.34234 ++ builtin and then its argument prototype would still apply. */ 32.34235 ++char remove (); 32.34236 + /* The GNU C library defines this for functions which it implements 32.34237 + to always fail with ENOSYS. Some functions are actually named 32.34238 + something starting with __ and the normal name is an alias. */ 32.34239 + #if defined (__stub_remove) || defined (__stub___remove) 32.34240 + choke me 32.34241 + #else 32.34242 +-remove(); 32.34243 ++char (*f) () = remove; 32.34244 ++#endif 32.34245 ++#ifdef __cplusplus 32.34246 ++} 32.34247 + #endif 32.34248 + 32.34249 +-; return 0; } 32.34250 +-EOF 32.34251 +-if { (eval echo configure:2801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34252 +- rm -rf conftest* 32.34253 +- eval "ac_cv_func_remove=yes" 32.34254 +-else 32.34255 +- echo "configure: failed program was:" >&5 32.34256 +- cat conftest.$ac_ext >&5 32.34257 +- rm -rf conftest* 32.34258 +- eval "ac_cv_func_remove=no" 32.34259 +-fi 32.34260 +-rm -f conftest* 32.34261 +-fi 32.34262 ++int 32.34263 ++main () 32.34264 ++{ 32.34265 ++return f != remove; 32.34266 ++ ; 32.34267 ++ return 0; 32.34268 ++} 32.34269 ++_ACEOF 32.34270 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34271 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34272 ++ (eval $ac_link) 2>conftest.er1 32.34273 ++ ac_status=$? 32.34274 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34275 ++ rm -f conftest.er1 32.34276 ++ cat conftest.err >&5 32.34277 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34278 ++ (exit $ac_status); } && 32.34279 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34280 ++ || test ! -s conftest.err' 32.34281 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34282 ++ (eval $ac_try) 2>&5 32.34283 ++ ac_status=$? 32.34284 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34285 ++ (exit $ac_status); }; } && 32.34286 ++ { ac_try='test -s conftest$ac_exeext' 32.34287 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34288 ++ (eval $ac_try) 2>&5 32.34289 ++ ac_status=$? 32.34290 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34291 ++ (exit $ac_status); }; }; then 32.34292 ++ ac_cv_func_remove=yes 32.34293 ++else 32.34294 ++ echo "$as_me: failed program was:" >&5 32.34295 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34296 + 32.34297 +-if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 32.34298 +- echo "$ac_t""yes" 1>&6 32.34299 +- : 32.34300 +-else 32.34301 +- echo "$ac_t""no" 1>&6 32.34302 ++ac_cv_func_remove=no 32.34303 + fi 32.34304 ++rm -f conftest.err conftest.$ac_objext \ 32.34305 ++ conftest$ac_exeext conftest.$ac_ext 32.34306 ++fi 32.34307 ++echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 32.34308 ++echo "${ECHO_T}$ac_cv_func_remove" >&6 32.34309 + 32.34310 + if test $ac_cv_func_remove = no; then 32.34311 +- echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 32.34312 +-echo "configure:2822: checking for remove in -lposix" >&5 32.34313 +-ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` 32.34314 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.34315 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34316 ++ echo "$as_me:$LINENO: checking for remove in -lposix" >&5 32.34317 ++echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 32.34318 ++if test "${ac_cv_lib_posix_remove+set}" = set; then 32.34319 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34320 + else 32.34321 +- ac_save_LIBS="$LIBS" 32.34322 ++ ac_check_lib_save_LIBS=$LIBS 32.34323 + LIBS="-lposix $LIBS" 32.34324 +-cat > conftest.$ac_ext <<EOF 32.34325 +-#line 2830 "configure" 32.34326 +-#include "confdefs.h" 32.34327 ++cat >conftest.$ac_ext <<_ACEOF 32.34328 ++/* confdefs.h. */ 32.34329 ++_ACEOF 32.34330 ++cat confdefs.h >>conftest.$ac_ext 32.34331 ++cat >>conftest.$ac_ext <<_ACEOF 32.34332 ++/* end confdefs.h. */ 32.34333 ++ 32.34334 + /* Override any gcc2 internal prototype to avoid an error. */ 32.34335 ++#ifdef __cplusplus 32.34336 ++extern "C" 32.34337 ++#endif 32.34338 + /* We use char because int might match the return type of a gcc2 32.34339 +- builtin and then its argument prototype would still apply. */ 32.34340 +-char remove(); 32.34341 +- 32.34342 +-int main() { 32.34343 +-remove() 32.34344 +-; return 0; } 32.34345 +-EOF 32.34346 +-if { (eval echo configure:2841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34347 +- rm -rf conftest* 32.34348 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.34349 +-else 32.34350 +- echo "configure: failed program was:" >&5 32.34351 +- cat conftest.$ac_ext >&5 32.34352 +- rm -rf conftest* 32.34353 +- eval "ac_cv_lib_$ac_lib_var=no" 32.34354 +-fi 32.34355 +-rm -f conftest* 32.34356 +-LIBS="$ac_save_LIBS" 32.34357 +- 32.34358 +-fi 32.34359 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.34360 +- echo "$ac_t""yes" 1>&6 32.34361 ++ builtin and then its argument prototype would still apply. */ 32.34362 ++char remove (); 32.34363 ++int 32.34364 ++main () 32.34365 ++{ 32.34366 ++remove (); 32.34367 ++ ; 32.34368 ++ return 0; 32.34369 ++} 32.34370 ++_ACEOF 32.34371 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34372 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34373 ++ (eval $ac_link) 2>conftest.er1 32.34374 ++ ac_status=$? 32.34375 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34376 ++ rm -f conftest.er1 32.34377 ++ cat conftest.err >&5 32.34378 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34379 ++ (exit $ac_status); } && 32.34380 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34381 ++ || test ! -s conftest.err' 32.34382 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34383 ++ (eval $ac_try) 2>&5 32.34384 ++ ac_status=$? 32.34385 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34386 ++ (exit $ac_status); }; } && 32.34387 ++ { ac_try='test -s conftest$ac_exeext' 32.34388 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34389 ++ (eval $ac_try) 2>&5 32.34390 ++ ac_status=$? 32.34391 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34392 ++ (exit $ac_status); }; }; then 32.34393 ++ ac_cv_lib_posix_remove=yes 32.34394 ++else 32.34395 ++ echo "$as_me: failed program was:" >&5 32.34396 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34397 ++ 32.34398 ++ac_cv_lib_posix_remove=no 32.34399 ++fi 32.34400 ++rm -f conftest.err conftest.$ac_objext \ 32.34401 ++ conftest$ac_exeext conftest.$ac_ext 32.34402 ++LIBS=$ac_check_lib_save_LIBS 32.34403 ++fi 32.34404 ++echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 32.34405 ++echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 32.34406 ++if test $ac_cv_lib_posix_remove = yes; then 32.34407 + X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 32.34408 +-else 32.34409 +- echo "$ac_t""no" 1>&6 32.34410 + fi 32.34411 + 32.34412 + fi 32.34413 + 32.34414 + # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 32.34415 +- echo $ac_n "checking for shmat""... $ac_c" 1>&6 32.34416 +-echo "configure:2865: checking for shmat" >&5 32.34417 +-if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 32.34418 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34419 +-else 32.34420 +- cat > conftest.$ac_ext <<EOF 32.34421 +-#line 2870 "configure" 32.34422 +-#include "confdefs.h" 32.34423 ++ echo "$as_me:$LINENO: checking for shmat" >&5 32.34424 ++echo $ECHO_N "checking for shmat... $ECHO_C" >&6 32.34425 ++if test "${ac_cv_func_shmat+set}" = set; then 32.34426 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34427 ++else 32.34428 ++ cat >conftest.$ac_ext <<_ACEOF 32.34429 ++/* confdefs.h. */ 32.34430 ++_ACEOF 32.34431 ++cat confdefs.h >>conftest.$ac_ext 32.34432 ++cat >>conftest.$ac_ext <<_ACEOF 32.34433 ++/* end confdefs.h. */ 32.34434 ++/* Define shmat to an innocuous variant, in case <limits.h> declares shmat. 32.34435 ++ For example, HP-UX 11i <limits.h> declares gettimeofday. */ 32.34436 ++#define shmat innocuous_shmat 32.34437 ++ 32.34438 + /* System header to define __stub macros and hopefully few prototypes, 32.34439 +- which can conflict with char shmat(); below. */ 32.34440 +-#include <assert.h> 32.34441 +-/* Override any gcc2 internal prototype to avoid an error. */ 32.34442 +-/* We use char because int might match the return type of a gcc2 32.34443 +- builtin and then its argument prototype would still apply. */ 32.34444 +-char shmat(); 32.34445 ++ which can conflict with char shmat (); below. 32.34446 ++ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 32.34447 ++ <limits.h> exists even on freestanding compilers. */ 32.34448 ++ 32.34449 ++#ifdef __STDC__ 32.34450 ++# include <limits.h> 32.34451 ++#else 32.34452 ++# include <assert.h> 32.34453 ++#endif 32.34454 + 32.34455 +-int main() { 32.34456 ++#undef shmat 32.34457 + 32.34458 ++/* Override any gcc2 internal prototype to avoid an error. */ 32.34459 ++#ifdef __cplusplus 32.34460 ++extern "C" 32.34461 ++{ 32.34462 ++#endif 32.34463 ++/* We use char because int might match the return type of a gcc2 32.34464 ++ builtin and then its argument prototype would still apply. */ 32.34465 ++char shmat (); 32.34466 + /* The GNU C library defines this for functions which it implements 32.34467 + to always fail with ENOSYS. Some functions are actually named 32.34468 + something starting with __ and the normal name is an alias. */ 32.34469 + #if defined (__stub_shmat) || defined (__stub___shmat) 32.34470 + choke me 32.34471 + #else 32.34472 +-shmat(); 32.34473 ++char (*f) () = shmat; 32.34474 ++#endif 32.34475 ++#ifdef __cplusplus 32.34476 ++} 32.34477 + #endif 32.34478 + 32.34479 +-; return 0; } 32.34480 +-EOF 32.34481 +-if { (eval echo configure:2893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34482 +- rm -rf conftest* 32.34483 +- eval "ac_cv_func_shmat=yes" 32.34484 +-else 32.34485 +- echo "configure: failed program was:" >&5 32.34486 +- cat conftest.$ac_ext >&5 32.34487 +- rm -rf conftest* 32.34488 +- eval "ac_cv_func_shmat=no" 32.34489 +-fi 32.34490 +-rm -f conftest* 32.34491 +-fi 32.34492 ++int 32.34493 ++main () 32.34494 ++{ 32.34495 ++return f != shmat; 32.34496 ++ ; 32.34497 ++ return 0; 32.34498 ++} 32.34499 ++_ACEOF 32.34500 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34501 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34502 ++ (eval $ac_link) 2>conftest.er1 32.34503 ++ ac_status=$? 32.34504 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34505 ++ rm -f conftest.er1 32.34506 ++ cat conftest.err >&5 32.34507 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34508 ++ (exit $ac_status); } && 32.34509 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34510 ++ || test ! -s conftest.err' 32.34511 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34512 ++ (eval $ac_try) 2>&5 32.34513 ++ ac_status=$? 32.34514 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34515 ++ (exit $ac_status); }; } && 32.34516 ++ { ac_try='test -s conftest$ac_exeext' 32.34517 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34518 ++ (eval $ac_try) 2>&5 32.34519 ++ ac_status=$? 32.34520 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34521 ++ (exit $ac_status); }; }; then 32.34522 ++ ac_cv_func_shmat=yes 32.34523 ++else 32.34524 ++ echo "$as_me: failed program was:" >&5 32.34525 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34526 + 32.34527 +-if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 32.34528 +- echo "$ac_t""yes" 1>&6 32.34529 +- : 32.34530 +-else 32.34531 +- echo "$ac_t""no" 1>&6 32.34532 ++ac_cv_func_shmat=no 32.34533 + fi 32.34534 ++rm -f conftest.err conftest.$ac_objext \ 32.34535 ++ conftest$ac_exeext conftest.$ac_ext 32.34536 ++fi 32.34537 ++echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 32.34538 ++echo "${ECHO_T}$ac_cv_func_shmat" >&6 32.34539 + 32.34540 + if test $ac_cv_func_shmat = no; then 32.34541 +- echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 32.34542 +-echo "configure:2914: checking for shmat in -lipc" >&5 32.34543 +-ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` 32.34544 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.34545 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34546 ++ echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 32.34547 ++echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 32.34548 ++if test "${ac_cv_lib_ipc_shmat+set}" = set; then 32.34549 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34550 + else 32.34551 +- ac_save_LIBS="$LIBS" 32.34552 ++ ac_check_lib_save_LIBS=$LIBS 32.34553 + LIBS="-lipc $LIBS" 32.34554 +-cat > conftest.$ac_ext <<EOF 32.34555 +-#line 2922 "configure" 32.34556 +-#include "confdefs.h" 32.34557 ++cat >conftest.$ac_ext <<_ACEOF 32.34558 ++/* confdefs.h. */ 32.34559 ++_ACEOF 32.34560 ++cat confdefs.h >>conftest.$ac_ext 32.34561 ++cat >>conftest.$ac_ext <<_ACEOF 32.34562 ++/* end confdefs.h. */ 32.34563 ++ 32.34564 + /* Override any gcc2 internal prototype to avoid an error. */ 32.34565 ++#ifdef __cplusplus 32.34566 ++extern "C" 32.34567 ++#endif 32.34568 + /* We use char because int might match the return type of a gcc2 32.34569 +- builtin and then its argument prototype would still apply. */ 32.34570 +-char shmat(); 32.34571 +- 32.34572 +-int main() { 32.34573 +-shmat() 32.34574 +-; return 0; } 32.34575 +-EOF 32.34576 +-if { (eval echo configure:2933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34577 +- rm -rf conftest* 32.34578 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.34579 +-else 32.34580 +- echo "configure: failed program was:" >&5 32.34581 +- cat conftest.$ac_ext >&5 32.34582 +- rm -rf conftest* 32.34583 +- eval "ac_cv_lib_$ac_lib_var=no" 32.34584 +-fi 32.34585 +-rm -f conftest* 32.34586 +-LIBS="$ac_save_LIBS" 32.34587 +- 32.34588 +-fi 32.34589 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.34590 +- echo "$ac_t""yes" 1>&6 32.34591 ++ builtin and then its argument prototype would still apply. */ 32.34592 ++char shmat (); 32.34593 ++int 32.34594 ++main () 32.34595 ++{ 32.34596 ++shmat (); 32.34597 ++ ; 32.34598 ++ return 0; 32.34599 ++} 32.34600 ++_ACEOF 32.34601 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34602 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34603 ++ (eval $ac_link) 2>conftest.er1 32.34604 ++ ac_status=$? 32.34605 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34606 ++ rm -f conftest.er1 32.34607 ++ cat conftest.err >&5 32.34608 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34609 ++ (exit $ac_status); } && 32.34610 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34611 ++ || test ! -s conftest.err' 32.34612 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34613 ++ (eval $ac_try) 2>&5 32.34614 ++ ac_status=$? 32.34615 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34616 ++ (exit $ac_status); }; } && 32.34617 ++ { ac_try='test -s conftest$ac_exeext' 32.34618 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34619 ++ (eval $ac_try) 2>&5 32.34620 ++ ac_status=$? 32.34621 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34622 ++ (exit $ac_status); }; }; then 32.34623 ++ ac_cv_lib_ipc_shmat=yes 32.34624 ++else 32.34625 ++ echo "$as_me: failed program was:" >&5 32.34626 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34627 ++ 32.34628 ++ac_cv_lib_ipc_shmat=no 32.34629 ++fi 32.34630 ++rm -f conftest.err conftest.$ac_objext \ 32.34631 ++ conftest$ac_exeext conftest.$ac_ext 32.34632 ++LIBS=$ac_check_lib_save_LIBS 32.34633 ++fi 32.34634 ++echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 32.34635 ++echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 32.34636 ++if test $ac_cv_lib_ipc_shmat = yes; then 32.34637 + X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 32.34638 +-else 32.34639 +- echo "$ac_t""no" 1>&6 32.34640 + fi 32.34641 + 32.34642 + fi 32.34643 + fi 32.34644 + 32.34645 + # Check for libraries that X11R6 Xt/Xaw programs need. 32.34646 +- ac_save_LDFLAGS="$LDFLAGS" 32.34647 ++ ac_save_LDFLAGS=$LDFLAGS 32.34648 + test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" 32.34649 + # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 32.34650 + # check for ICE first), but we must link in the order -lSM -lICE or 32.34651 + # we get undefined symbols. So assume we have SM if we have ICE. 32.34652 + # These have to be linked with before -lX11, unlike the other 32.34653 + # libraries we check for below, so use a different variable. 32.34654 +- # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 32.34655 +- echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 32.34656 +-echo "configure:2966: checking for IceConnectionNumber in -lICE" >&5 32.34657 +-ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` 32.34658 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.34659 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34660 ++ # John Interrante, Karl Berry 32.34661 ++ echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 32.34662 ++echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 32.34663 ++if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 32.34664 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34665 + else 32.34666 +- ac_save_LIBS="$LIBS" 32.34667 ++ ac_check_lib_save_LIBS=$LIBS 32.34668 + LIBS="-lICE $X_EXTRA_LIBS $LIBS" 32.34669 +-cat > conftest.$ac_ext <<EOF 32.34670 +-#line 2974 "configure" 32.34671 +-#include "confdefs.h" 32.34672 ++cat >conftest.$ac_ext <<_ACEOF 32.34673 ++/* confdefs.h. */ 32.34674 ++_ACEOF 32.34675 ++cat confdefs.h >>conftest.$ac_ext 32.34676 ++cat >>conftest.$ac_ext <<_ACEOF 32.34677 ++/* end confdefs.h. */ 32.34678 ++ 32.34679 + /* Override any gcc2 internal prototype to avoid an error. */ 32.34680 ++#ifdef __cplusplus 32.34681 ++extern "C" 32.34682 ++#endif 32.34683 + /* We use char because int might match the return type of a gcc2 32.34684 +- builtin and then its argument prototype would still apply. */ 32.34685 +-char IceConnectionNumber(); 32.34686 +- 32.34687 +-int main() { 32.34688 +-IceConnectionNumber() 32.34689 +-; return 0; } 32.34690 +-EOF 32.34691 +-if { (eval echo configure:2985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34692 +- rm -rf conftest* 32.34693 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.34694 +-else 32.34695 +- echo "configure: failed program was:" >&5 32.34696 +- cat conftest.$ac_ext >&5 32.34697 +- rm -rf conftest* 32.34698 +- eval "ac_cv_lib_$ac_lib_var=no" 32.34699 +-fi 32.34700 +-rm -f conftest* 32.34701 +-LIBS="$ac_save_LIBS" 32.34702 +- 32.34703 +-fi 32.34704 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.34705 +- echo "$ac_t""yes" 1>&6 32.34706 ++ builtin and then its argument prototype would still apply. */ 32.34707 ++char IceConnectionNumber (); 32.34708 ++int 32.34709 ++main () 32.34710 ++{ 32.34711 ++IceConnectionNumber (); 32.34712 ++ ; 32.34713 ++ return 0; 32.34714 ++} 32.34715 ++_ACEOF 32.34716 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34717 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34718 ++ (eval $ac_link) 2>conftest.er1 32.34719 ++ ac_status=$? 32.34720 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34721 ++ rm -f conftest.er1 32.34722 ++ cat conftest.err >&5 32.34723 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34724 ++ (exit $ac_status); } && 32.34725 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34726 ++ || test ! -s conftest.err' 32.34727 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34728 ++ (eval $ac_try) 2>&5 32.34729 ++ ac_status=$? 32.34730 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34731 ++ (exit $ac_status); }; } && 32.34732 ++ { ac_try='test -s conftest$ac_exeext' 32.34733 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34734 ++ (eval $ac_try) 2>&5 32.34735 ++ ac_status=$? 32.34736 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34737 ++ (exit $ac_status); }; }; then 32.34738 ++ ac_cv_lib_ICE_IceConnectionNumber=yes 32.34739 ++else 32.34740 ++ echo "$as_me: failed program was:" >&5 32.34741 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34742 ++ 32.34743 ++ac_cv_lib_ICE_IceConnectionNumber=no 32.34744 ++fi 32.34745 ++rm -f conftest.err conftest.$ac_objext \ 32.34746 ++ conftest$ac_exeext conftest.$ac_ext 32.34747 ++LIBS=$ac_check_lib_save_LIBS 32.34748 ++fi 32.34749 ++echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 32.34750 ++echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 32.34751 ++if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 32.34752 + X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 32.34753 +-else 32.34754 +- echo "$ac_t""no" 1>&6 32.34755 + fi 32.34756 + 32.34757 +- LDFLAGS="$ac_save_LDFLAGS" 32.34758 ++ LDFLAGS=$ac_save_LDFLAGS 32.34759 + 32.34760 + fi 32.34761 + 32.34762 +@@ -3010,97 +21326,155 @@ CFLAGS="$X_CFLAGS $CFLAGS" 32.34763 + LDFLAGS="$X_LDFLAGS $X_LIBS $LDFLAGS" 32.34764 + X_EXTRA_LIBS="$X_EXTRA_LIBS -lX11 -lm" 32.34765 + 32.34766 +-echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6 32.34767 +-echo "configure:3015: checking for XOpenDisplay in -lX11" >&5 32.34768 +-ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'` 32.34769 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.34770 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34771 ++echo "$as_me:$LINENO: checking for XOpenDisplay in -lX11" >&5 32.34772 ++echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6 32.34773 ++if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then 32.34774 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34775 + else 32.34776 +- ac_save_LIBS="$LIBS" 32.34777 ++ ac_check_lib_save_LIBS=$LIBS 32.34778 + LIBS="-lX11 $X_EXTRA_LIBS $LIBS" 32.34779 +-cat > conftest.$ac_ext <<EOF 32.34780 +-#line 3023 "configure" 32.34781 +-#include "confdefs.h" 32.34782 ++cat >conftest.$ac_ext <<_ACEOF 32.34783 ++/* confdefs.h. */ 32.34784 ++_ACEOF 32.34785 ++cat confdefs.h >>conftest.$ac_ext 32.34786 ++cat >>conftest.$ac_ext <<_ACEOF 32.34787 ++/* end confdefs.h. */ 32.34788 ++ 32.34789 + /* Override any gcc2 internal prototype to avoid an error. */ 32.34790 ++#ifdef __cplusplus 32.34791 ++extern "C" 32.34792 ++#endif 32.34793 + /* We use char because int might match the return type of a gcc2 32.34794 +- builtin and then its argument prototype would still apply. */ 32.34795 +-char XOpenDisplay(); 32.34796 +- 32.34797 +-int main() { 32.34798 +-XOpenDisplay() 32.34799 +-; return 0; } 32.34800 +-EOF 32.34801 +-if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34802 +- rm -rf conftest* 32.34803 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.34804 +-else 32.34805 +- echo "configure: failed program was:" >&5 32.34806 +- cat conftest.$ac_ext >&5 32.34807 +- rm -rf conftest* 32.34808 +- eval "ac_cv_lib_$ac_lib_var=no" 32.34809 +-fi 32.34810 +-rm -f conftest* 32.34811 +-LIBS="$ac_save_LIBS" 32.34812 +- 32.34813 +-fi 32.34814 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.34815 +- echo "$ac_t""yes" 1>&6 32.34816 ++ builtin and then its argument prototype would still apply. */ 32.34817 ++char XOpenDisplay (); 32.34818 ++int 32.34819 ++main () 32.34820 ++{ 32.34821 ++XOpenDisplay (); 32.34822 ++ ; 32.34823 ++ return 0; 32.34824 ++} 32.34825 ++_ACEOF 32.34826 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34827 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34828 ++ (eval $ac_link) 2>conftest.er1 32.34829 ++ ac_status=$? 32.34830 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34831 ++ rm -f conftest.er1 32.34832 ++ cat conftest.err >&5 32.34833 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34834 ++ (exit $ac_status); } && 32.34835 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34836 ++ || test ! -s conftest.err' 32.34837 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34838 ++ (eval $ac_try) 2>&5 32.34839 ++ ac_status=$? 32.34840 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34841 ++ (exit $ac_status); }; } && 32.34842 ++ { ac_try='test -s conftest$ac_exeext' 32.34843 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34844 ++ (eval $ac_try) 2>&5 32.34845 ++ ac_status=$? 32.34846 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34847 ++ (exit $ac_status); }; }; then 32.34848 ++ ac_cv_lib_X11_XOpenDisplay=yes 32.34849 ++else 32.34850 ++ echo "$as_me: failed program was:" >&5 32.34851 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34852 ++ 32.34853 ++ac_cv_lib_X11_XOpenDisplay=no 32.34854 ++fi 32.34855 ++rm -f conftest.err conftest.$ac_objext \ 32.34856 ++ conftest$ac_exeext conftest.$ac_ext 32.34857 ++LIBS=$ac_check_lib_save_LIBS 32.34858 ++fi 32.34859 ++echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XOpenDisplay" >&5 32.34860 ++echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6 32.34861 ++if test $ac_cv_lib_X11_XOpenDisplay = yes; then 32.34862 + X11LIB="-lX11" 32.34863 + else 32.34864 +- echo "$ac_t""no" 1>&6 32.34865 +-X11LIB=no 32.34866 ++ X11LIB=no 32.34867 + fi 32.34868 + 32.34869 + 32.34870 + if test "$X11LIB" = no; then 32.34871 +- { echo "configure: error: Cannot find -lX11 library" 1>&2; exit 1; } 32.34872 ++ { { echo "$as_me:$LINENO: error: Cannot find -lX11 library" >&5 32.34873 ++echo "$as_me: error: Cannot find -lX11 library" >&2;} 32.34874 ++ { (exit 1); exit 1; }; } 32.34875 + fi 32.34876 + 32.34877 +-echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6 32.34878 +-echo "configure:3061: checking for fabs in -lm" >&5 32.34879 +-ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'` 32.34880 +-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 32.34881 +- echo $ac_n "(cached) $ac_c" 1>&6 32.34882 ++ 32.34883 ++echo "$as_me:$LINENO: checking for fabs in -lm" >&5 32.34884 ++echo $ECHO_N "checking for fabs in -lm... $ECHO_C" >&6 32.34885 ++if test "${ac_cv_lib_m_fabs+set}" = set; then 32.34886 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.34887 + else 32.34888 +- ac_save_LIBS="$LIBS" 32.34889 ++ ac_check_lib_save_LIBS=$LIBS 32.34890 + LIBS="-lm $LIBS" 32.34891 +-cat > conftest.$ac_ext <<EOF 32.34892 +-#line 3069 "configure" 32.34893 +-#include "confdefs.h" 32.34894 ++cat >conftest.$ac_ext <<_ACEOF 32.34895 ++/* confdefs.h. */ 32.34896 ++_ACEOF 32.34897 ++cat confdefs.h >>conftest.$ac_ext 32.34898 ++cat >>conftest.$ac_ext <<_ACEOF 32.34899 ++/* end confdefs.h. */ 32.34900 ++ 32.34901 + /* Override any gcc2 internal prototype to avoid an error. */ 32.34902 ++#ifdef __cplusplus 32.34903 ++extern "C" 32.34904 ++#endif 32.34905 + /* We use char because int might match the return type of a gcc2 32.34906 +- builtin and then its argument prototype would still apply. */ 32.34907 +-char fabs(); 32.34908 +- 32.34909 +-int main() { 32.34910 +-fabs() 32.34911 +-; return 0; } 32.34912 +-EOF 32.34913 +-if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.34914 +- rm -rf conftest* 32.34915 +- eval "ac_cv_lib_$ac_lib_var=yes" 32.34916 +-else 32.34917 +- echo "configure: failed program was:" >&5 32.34918 +- cat conftest.$ac_ext >&5 32.34919 +- rm -rf conftest* 32.34920 +- eval "ac_cv_lib_$ac_lib_var=no" 32.34921 +-fi 32.34922 +-rm -f conftest* 32.34923 +-LIBS="$ac_save_LIBS" 32.34924 +- 32.34925 +-fi 32.34926 +-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 32.34927 +- echo "$ac_t""yes" 1>&6 32.34928 +- ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 32.34929 +- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 32.34930 +- cat >> confdefs.h <<EOF 32.34931 +-#define $ac_tr_lib 1 32.34932 +-EOF 32.34933 ++ builtin and then its argument prototype would still apply. */ 32.34934 ++char fabs (); 32.34935 ++int 32.34936 ++main () 32.34937 ++{ 32.34938 ++fabs (); 32.34939 ++ ; 32.34940 ++ return 0; 32.34941 ++} 32.34942 ++_ACEOF 32.34943 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.34944 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.34945 ++ (eval $ac_link) 2>conftest.er1 32.34946 ++ ac_status=$? 32.34947 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.34948 ++ rm -f conftest.er1 32.34949 ++ cat conftest.err >&5 32.34950 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34951 ++ (exit $ac_status); } && 32.34952 ++ { ac_try='test -z "$ac_c_werror_flag" 32.34953 ++ || test ! -s conftest.err' 32.34954 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34955 ++ (eval $ac_try) 2>&5 32.34956 ++ ac_status=$? 32.34957 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34958 ++ (exit $ac_status); }; } && 32.34959 ++ { ac_try='test -s conftest$ac_exeext' 32.34960 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.34961 ++ (eval $ac_try) 2>&5 32.34962 ++ ac_status=$? 32.34963 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.34964 ++ (exit $ac_status); }; }; then 32.34965 ++ ac_cv_lib_m_fabs=yes 32.34966 ++else 32.34967 ++ echo "$as_me: failed program was:" >&5 32.34968 ++sed 's/^/| /' conftest.$ac_ext >&5 32.34969 ++ 32.34970 ++ac_cv_lib_m_fabs=no 32.34971 ++fi 32.34972 ++rm -f conftest.err conftest.$ac_objext \ 32.34973 ++ conftest$ac_exeext conftest.$ac_ext 32.34974 ++LIBS=$ac_check_lib_save_LIBS 32.34975 ++fi 32.34976 ++echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabs" >&5 32.34977 ++echo "${ECHO_T}$ac_cv_lib_m_fabs" >&6 32.34978 ++if test $ac_cv_lib_m_fabs = yes; then 32.34979 ++ cat >>confdefs.h <<_ACEOF 32.34980 ++#define HAVE_LIBM 1 32.34981 ++_ACEOF 32.34982 + 32.34983 + LIBS="-lm $LIBS" 32.34984 + 32.34985 +-else 32.34986 +- echo "$ac_t""no" 1>&6 32.34987 + fi 32.34988 + 32.34989 + 32.34990 +@@ -3110,12 +21484,13 @@ if test "${enable_use_tcl+set}" = set; t 32.34991 + case "${enableval}" in 32.34992 + yes) use_tcl=true ;; 32.34993 + no) use_tcl=false ;; 32.34994 +- *) { echo "configure: error: bad value ${enableval} for --enable-tcl" 1>&2; exit 1; } ;; 32.34995 ++ *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-tcl" >&5 32.34996 ++echo "$as_me: error: bad value ${enableval} for --enable-tcl" >&2;} 32.34997 ++ { (exit 1); exit 1; }; } ;; 32.34998 + esac 32.34999 + else 32.35000 + use_tcl=false 32.35001 +-fi 32.35002 +- 32.35003 ++fi; 32.35004 + 32.35005 + 32.35006 + if test x$use_tcl = xtrue; then 32.35007 +@@ -3128,52 +21503,83 @@ fi 32.35008 + 32.35009 + 32.35010 + 32.35011 ++ 32.35012 + X_LDFLAGS="${X_LIBS} ${X11LIB}" 32.35013 + 32.35014 + 32.35015 + CFLAGS=$saved_cflags 32.35016 + LDFLAGS=$saved_ldflags 32.35017 + 32.35018 +-echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 32.35019 +-echo "configure:3139: checking for ANSI C header files" >&5 32.35020 +-if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 32.35021 +- echo $ac_n "(cached) $ac_c" 1>&6 32.35022 +-else 32.35023 +- cat > conftest.$ac_ext <<EOF 32.35024 +-#line 3144 "configure" 32.35025 +-#include "confdefs.h" 32.35026 ++echo "$as_me:$LINENO: checking for ANSI C header files" >&5 32.35027 ++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 32.35028 ++if test "${ac_cv_header_stdc+set}" = set; then 32.35029 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.35030 ++else 32.35031 ++ cat >conftest.$ac_ext <<_ACEOF 32.35032 ++/* confdefs.h. */ 32.35033 ++_ACEOF 32.35034 ++cat confdefs.h >>conftest.$ac_ext 32.35035 ++cat >>conftest.$ac_ext <<_ACEOF 32.35036 ++/* end confdefs.h. */ 32.35037 + #include <stdlib.h> 32.35038 + #include <stdarg.h> 32.35039 + #include <string.h> 32.35040 + #include <float.h> 32.35041 +-EOF 32.35042 +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 32.35043 +-{ (eval echo configure:3152: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 32.35044 +-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 32.35045 +-if test -z "$ac_err"; then 32.35046 +- rm -rf conftest* 32.35047 ++ 32.35048 ++int 32.35049 ++main () 32.35050 ++{ 32.35051 ++ 32.35052 ++ ; 32.35053 ++ return 0; 32.35054 ++} 32.35055 ++_ACEOF 32.35056 ++rm -f conftest.$ac_objext 32.35057 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.35058 ++ (eval $ac_compile) 2>conftest.er1 32.35059 ++ ac_status=$? 32.35060 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.35061 ++ rm -f conftest.er1 32.35062 ++ cat conftest.err >&5 32.35063 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35064 ++ (exit $ac_status); } && 32.35065 ++ { ac_try='test -z "$ac_c_werror_flag" 32.35066 ++ || test ! -s conftest.err' 32.35067 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35068 ++ (eval $ac_try) 2>&5 32.35069 ++ ac_status=$? 32.35070 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35071 ++ (exit $ac_status); }; } && 32.35072 ++ { ac_try='test -s conftest.$ac_objext' 32.35073 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35074 ++ (eval $ac_try) 2>&5 32.35075 ++ ac_status=$? 32.35076 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35077 ++ (exit $ac_status); }; }; then 32.35078 + ac_cv_header_stdc=yes 32.35079 + else 32.35080 +- echo "$ac_err" >&5 32.35081 +- echo "configure: failed program was:" >&5 32.35082 +- cat conftest.$ac_ext >&5 32.35083 +- rm -rf conftest* 32.35084 +- ac_cv_header_stdc=no 32.35085 ++ echo "$as_me: failed program was:" >&5 32.35086 ++sed 's/^/| /' conftest.$ac_ext >&5 32.35087 ++ 32.35088 ++ac_cv_header_stdc=no 32.35089 + fi 32.35090 +-rm -f conftest* 32.35091 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.35092 + 32.35093 + if test $ac_cv_header_stdc = yes; then 32.35094 + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 32.35095 +-cat > conftest.$ac_ext <<EOF 32.35096 +-#line 3169 "configure" 32.35097 +-#include "confdefs.h" 32.35098 ++ cat >conftest.$ac_ext <<_ACEOF 32.35099 ++/* confdefs.h. */ 32.35100 ++_ACEOF 32.35101 ++cat confdefs.h >>conftest.$ac_ext 32.35102 ++cat >>conftest.$ac_ext <<_ACEOF 32.35103 ++/* end confdefs.h. */ 32.35104 + #include <string.h> 32.35105 +-EOF 32.35106 ++ 32.35107 ++_ACEOF 32.35108 + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 32.35109 +- egrep "memchr" >/dev/null 2>&1; then 32.35110 ++ $EGREP "memchr" >/dev/null 2>&1; then 32.35111 + : 32.35112 + else 32.35113 +- rm -rf conftest* 32.35114 + ac_cv_header_stdc=no 32.35115 + fi 32.35116 + rm -f conftest* 32.35117 +@@ -3182,16 +21588,19 @@ fi 32.35118 + 32.35119 + if test $ac_cv_header_stdc = yes; then 32.35120 + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 32.35121 +-cat > conftest.$ac_ext <<EOF 32.35122 +-#line 3187 "configure" 32.35123 +-#include "confdefs.h" 32.35124 ++ cat >conftest.$ac_ext <<_ACEOF 32.35125 ++/* confdefs.h. */ 32.35126 ++_ACEOF 32.35127 ++cat confdefs.h >>conftest.$ac_ext 32.35128 ++cat >>conftest.$ac_ext <<_ACEOF 32.35129 ++/* end confdefs.h. */ 32.35130 + #include <stdlib.h> 32.35131 +-EOF 32.35132 ++ 32.35133 ++_ACEOF 32.35134 + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 32.35135 +- egrep "free" >/dev/null 2>&1; then 32.35136 ++ $EGREP "free" >/dev/null 2>&1; then 32.35137 + : 32.35138 + else 32.35139 +- rm -rf conftest* 32.35140 + ac_cv_header_stdc=no 32.35141 + fi 32.35142 + rm -f conftest* 32.35143 +@@ -3200,104 +21609,244 @@ fi 32.35144 + 32.35145 + if test $ac_cv_header_stdc = yes; then 32.35146 + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 32.35147 +-if test "$cross_compiling" = yes; then 32.35148 ++ if test "$cross_compiling" = yes; then 32.35149 + : 32.35150 + else 32.35151 +- cat > conftest.$ac_ext <<EOF 32.35152 +-#line 3208 "configure" 32.35153 +-#include "confdefs.h" 32.35154 ++ cat >conftest.$ac_ext <<_ACEOF 32.35155 ++/* confdefs.h. */ 32.35156 ++_ACEOF 32.35157 ++cat confdefs.h >>conftest.$ac_ext 32.35158 ++cat >>conftest.$ac_ext <<_ACEOF 32.35159 ++/* end confdefs.h. */ 32.35160 + #include <ctype.h> 32.35161 +-#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 32.35162 +-#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 32.35163 +-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 32.35164 +-int main () { int i; for (i = 0; i < 256; i++) 32.35165 +-if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 32.35166 +-exit (0); } 32.35167 ++#if ((' ' & 0x0FF) == 0x020) 32.35168 ++# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 32.35169 ++# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 32.35170 ++#else 32.35171 ++# define ISLOWER(c) \ 32.35172 ++ (('a' <= (c) && (c) <= 'i') \ 32.35173 ++ || ('j' <= (c) && (c) <= 'r') \ 32.35174 ++ || ('s' <= (c) && (c) <= 'z')) 32.35175 ++# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 32.35176 ++#endif 32.35177 + 32.35178 +-EOF 32.35179 +-if { (eval echo configure:3219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 32.35180 +-then 32.35181 ++#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 32.35182 ++int 32.35183 ++main () 32.35184 ++{ 32.35185 ++ int i; 32.35186 ++ for (i = 0; i < 256; i++) 32.35187 ++ if (XOR (islower (i), ISLOWER (i)) 32.35188 ++ || toupper (i) != TOUPPER (i)) 32.35189 ++ exit(2); 32.35190 ++ exit (0); 32.35191 ++} 32.35192 ++_ACEOF 32.35193 ++rm -f conftest$ac_exeext 32.35194 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.35195 ++ (eval $ac_link) 2>&5 32.35196 ++ ac_status=$? 32.35197 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35198 ++ (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 32.35199 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35200 ++ (eval $ac_try) 2>&5 32.35201 ++ ac_status=$? 32.35202 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35203 ++ (exit $ac_status); }; }; then 32.35204 + : 32.35205 + else 32.35206 +- echo "configure: failed program was:" >&5 32.35207 +- cat conftest.$ac_ext >&5 32.35208 +- rm -fr conftest* 32.35209 +- ac_cv_header_stdc=no 32.35210 ++ echo "$as_me: program exited with status $ac_status" >&5 32.35211 ++echo "$as_me: failed program was:" >&5 32.35212 ++sed 's/^/| /' conftest.$ac_ext >&5 32.35213 ++ 32.35214 ++( exit $ac_status ) 32.35215 ++ac_cv_header_stdc=no 32.35216 + fi 32.35217 +-rm -fr conftest* 32.35218 ++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 32.35219 + fi 32.35220 +- 32.35221 + fi 32.35222 + fi 32.35223 +- 32.35224 +-echo "$ac_t""$ac_cv_header_stdc" 1>&6 32.35225 ++echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 32.35226 ++echo "${ECHO_T}$ac_cv_header_stdc" >&6 32.35227 + if test $ac_cv_header_stdc = yes; then 32.35228 +- cat >> confdefs.h <<\EOF 32.35229 ++ 32.35230 ++cat >>confdefs.h <<\_ACEOF 32.35231 + #define STDC_HEADERS 1 32.35232 +-EOF 32.35233 ++_ACEOF 32.35234 + 32.35235 + fi 32.35236 + 32.35237 +-for ac_hdr in unistd.h 32.35238 ++ 32.35239 ++for ac_header in unistd.h 32.35240 + do 32.35241 +-ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 32.35242 +-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 32.35243 +-echo "configure:3246: checking for $ac_hdr" >&5 32.35244 +-if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 32.35245 +- echo $ac_n "(cached) $ac_c" 1>&6 32.35246 ++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32.35247 ++if eval "test \"\${$as_ac_Header+set}\" = set"; then 32.35248 ++ echo "$as_me:$LINENO: checking for $ac_header" >&5 32.35249 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 32.35250 ++if eval "test \"\${$as_ac_Header+set}\" = set"; then 32.35251 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.35252 ++fi 32.35253 ++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 32.35254 ++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 32.35255 ++else 32.35256 ++ # Is the header compilable? 32.35257 ++echo "$as_me:$LINENO: checking $ac_header usability" >&5 32.35258 ++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 32.35259 ++cat >conftest.$ac_ext <<_ACEOF 32.35260 ++/* confdefs.h. */ 32.35261 ++_ACEOF 32.35262 ++cat confdefs.h >>conftest.$ac_ext 32.35263 ++cat >>conftest.$ac_ext <<_ACEOF 32.35264 ++/* end confdefs.h. */ 32.35265 ++$ac_includes_default 32.35266 ++#include <$ac_header> 32.35267 ++_ACEOF 32.35268 ++rm -f conftest.$ac_objext 32.35269 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.35270 ++ (eval $ac_compile) 2>conftest.er1 32.35271 ++ ac_status=$? 32.35272 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.35273 ++ rm -f conftest.er1 32.35274 ++ cat conftest.err >&5 32.35275 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35276 ++ (exit $ac_status); } && 32.35277 ++ { ac_try='test -z "$ac_c_werror_flag" 32.35278 ++ || test ! -s conftest.err' 32.35279 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35280 ++ (eval $ac_try) 2>&5 32.35281 ++ ac_status=$? 32.35282 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35283 ++ (exit $ac_status); }; } && 32.35284 ++ { ac_try='test -s conftest.$ac_objext' 32.35285 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35286 ++ (eval $ac_try) 2>&5 32.35287 ++ ac_status=$? 32.35288 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35289 ++ (exit $ac_status); }; }; then 32.35290 ++ ac_header_compiler=yes 32.35291 ++else 32.35292 ++ echo "$as_me: failed program was:" >&5 32.35293 ++sed 's/^/| /' conftest.$ac_ext >&5 32.35294 ++ 32.35295 ++ac_header_compiler=no 32.35296 ++fi 32.35297 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.35298 ++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 32.35299 ++echo "${ECHO_T}$ac_header_compiler" >&6 32.35300 ++ 32.35301 ++# Is the header present? 32.35302 ++echo "$as_me:$LINENO: checking $ac_header presence" >&5 32.35303 ++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 32.35304 ++cat >conftest.$ac_ext <<_ACEOF 32.35305 ++/* confdefs.h. */ 32.35306 ++_ACEOF 32.35307 ++cat confdefs.h >>conftest.$ac_ext 32.35308 ++cat >>conftest.$ac_ext <<_ACEOF 32.35309 ++/* end confdefs.h. */ 32.35310 ++#include <$ac_header> 32.35311 ++_ACEOF 32.35312 ++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 32.35313 ++ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 32.35314 ++ ac_status=$? 32.35315 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.35316 ++ rm -f conftest.er1 32.35317 ++ cat conftest.err >&5 32.35318 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35319 ++ (exit $ac_status); } >/dev/null; then 32.35320 ++ if test -s conftest.err; then 32.35321 ++ ac_cpp_err=$ac_c_preproc_warn_flag 32.35322 ++ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 32.35323 ++ else 32.35324 ++ ac_cpp_err= 32.35325 ++ fi 32.35326 + else 32.35327 +- cat > conftest.$ac_ext <<EOF 32.35328 +-#line 3251 "configure" 32.35329 +-#include "confdefs.h" 32.35330 +-#include <$ac_hdr> 32.35331 +-EOF 32.35332 +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 32.35333 +-{ (eval echo configure:3256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 32.35334 +-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 32.35335 +-if test -z "$ac_err"; then 32.35336 +- rm -rf conftest* 32.35337 +- eval "ac_cv_header_$ac_safe=yes" 32.35338 ++ ac_cpp_err=yes 32.35339 ++fi 32.35340 ++if test -z "$ac_cpp_err"; then 32.35341 ++ ac_header_preproc=yes 32.35342 + else 32.35343 +- echo "$ac_err" >&5 32.35344 +- echo "configure: failed program was:" >&5 32.35345 +- cat conftest.$ac_ext >&5 32.35346 +- rm -rf conftest* 32.35347 +- eval "ac_cv_header_$ac_safe=no" 32.35348 ++ echo "$as_me: failed program was:" >&5 32.35349 ++sed 's/^/| /' conftest.$ac_ext >&5 32.35350 ++ 32.35351 ++ ac_header_preproc=no 32.35352 ++fi 32.35353 ++rm -f conftest.err conftest.$ac_ext 32.35354 ++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 32.35355 ++echo "${ECHO_T}$ac_header_preproc" >&6 32.35356 ++ 32.35357 ++# So? What about this header? 32.35358 ++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 32.35359 ++ yes:no: ) 32.35360 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 32.35361 ++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 32.35362 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 32.35363 ++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 32.35364 ++ ac_header_preproc=yes 32.35365 ++ ;; 32.35366 ++ no:yes:* ) 32.35367 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 32.35368 ++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 32.35369 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 32.35370 ++echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 32.35371 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 32.35372 ++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 32.35373 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 32.35374 ++echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 32.35375 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 32.35376 ++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 32.35377 ++ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 32.35378 ++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 32.35379 ++ ( 32.35380 ++ cat <<\_ASBOX 32.35381 ++## ------------------------------------------ ## 32.35382 ++## Report this to the AC_PACKAGE_NAME lists. ## 32.35383 ++## ------------------------------------------ ## 32.35384 ++_ASBOX 32.35385 ++ ) | 32.35386 ++ sed "s/^/$as_me: WARNING: /" >&2 32.35387 ++ ;; 32.35388 ++esac 32.35389 ++echo "$as_me:$LINENO: checking for $ac_header" >&5 32.35390 ++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 32.35391 ++if eval "test \"\${$as_ac_Header+set}\" = set"; then 32.35392 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.35393 ++else 32.35394 ++ eval "$as_ac_Header=\$ac_header_preproc" 32.35395 + fi 32.35396 +-rm -f conftest* 32.35397 ++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 32.35398 ++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 32.35399 ++ 32.35400 + fi 32.35401 +-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 32.35402 +- echo "$ac_t""yes" 1>&6 32.35403 +- ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 32.35404 +- cat >> confdefs.h <<EOF 32.35405 +-#define $ac_tr_hdr 1 32.35406 +-EOF 32.35407 +- 32.35408 +-else 32.35409 +- echo "$ac_t""no" 1>&6 32.35410 ++if test `eval echo '${'$as_ac_Header'}'` = yes; then 32.35411 ++ cat >>confdefs.h <<_ACEOF 32.35412 ++#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32.35413 ++_ACEOF 32.35414 ++ 32.35415 + fi 32.35416 ++ 32.35417 + done 32.35418 + 32.35419 + 32.35420 ++ 32.35421 + # Check whether --with-mouse-footprints or --without-mouse-footprints was given. 32.35422 + if test "${with_mouse_footprints+set}" = set; then 32.35423 + withval="$with_mouse_footprints" 32.35424 +- cat >> confdefs.h <<\EOF 32.35425 ++ cat >>confdefs.h <<\_ACEOF 32.35426 + #define STROKE_MOUSE_FOOTPRINTS 1 32.35427 +-EOF 32.35428 ++_ACEOF 32.35429 + 32.35430 +-fi 32.35431 ++fi; 32.35432 + 32.35433 ++echo "$as_me:$LINENO: checking gtk+ library" >&5 32.35434 ++echo $ECHO_N "checking gtk+ library... $ECHO_C" >&6 32.35435 + 32.35436 +-echo $ac_n "checking gtk+ library""... $ac_c" 1>&6 32.35437 +-echo "configure:3294: checking gtk+ library" >&5 32.35438 + # Check whether --with-gtk-prefix or --without-gtk-prefix was given. 32.35439 + if test "${with_gtk_prefix+set}" = set; then 32.35440 + withval="$with_gtk_prefix" 32.35441 + gtk_config_prefix="$withval" 32.35442 + else 32.35443 + gtk_config_prefix="" 32.35444 +-fi 32.35445 ++fi; 32.35446 + 32.35447 + # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. 32.35448 + if test "${with_gtk_exec_prefix+set}" = set; then 32.35449 +@@ -3305,21 +21854,19 @@ if test "${with_gtk_exec_prefix+set}" = 32.35450 + gtk_config_exec_prefix="$withval" 32.35451 + else 32.35452 + gtk_config_exec_prefix="" 32.35453 +-fi 32.35454 +- 32.35455 ++fi; 32.35456 + # Check whether --enable-gtktest or --disable-gtktest was given. 32.35457 + if test "${enable_gtktest+set}" = set; then 32.35458 + enableval="$enable_gtktest" 32.35459 +- : 32.35460 ++ 32.35461 + else 32.35462 + enable_gtktest=yes 32.35463 +-fi 32.35464 ++fi; 32.35465 + 32.35466 +- 32.35467 +- for module in . 32.35468 ++ for module in . 32.35469 + do 32.35470 + case "$module" in 32.35471 +- gthread) 32.35472 ++ gthread) 32.35473 + gtk_config_args="$gtk_config_args gthread" 32.35474 + ;; 32.35475 + esac 32.35476 +@@ -3340,43 +21887,47 @@ fi 32.35477 + 32.35478 + # Extract the first word of "gtk-config", so it can be a program name with args. 32.35479 + set dummy gtk-config; ac_word=$2 32.35480 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 32.35481 +-echo "configure:3345: checking for $ac_word" >&5 32.35482 +-if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then 32.35483 +- echo $ac_n "(cached) $ac_c" 1>&6 32.35484 ++echo "$as_me:$LINENO: checking for $ac_word" >&5 32.35485 ++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 32.35486 ++if test "${ac_cv_path_GTK_CONFIG+set}" = set; then 32.35487 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.35488 + else 32.35489 +- case "$GTK_CONFIG" in 32.35490 +- /*) 32.35491 ++ case $GTK_CONFIG in 32.35492 ++ [\\/]* | ?:[\\/]*) 32.35493 + ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. 32.35494 + ;; 32.35495 +- ?:/*) 32.35496 +- ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. 32.35497 +- ;; 32.35498 + *) 32.35499 +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 32.35500 +- ac_dummy="$PATH" 32.35501 +- for ac_dir in $ac_dummy; do 32.35502 +- test -z "$ac_dir" && ac_dir=. 32.35503 +- if test -f $ac_dir/$ac_word; then 32.35504 +- ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" 32.35505 +- break 32.35506 +- fi 32.35507 +- done 32.35508 +- IFS="$ac_save_ifs" 32.35509 ++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.35510 ++for as_dir in $PATH 32.35511 ++do 32.35512 ++ IFS=$as_save_IFS 32.35513 ++ test -z "$as_dir" && as_dir=. 32.35514 ++ for ac_exec_ext in '' $ac_executable_extensions; do 32.35515 ++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 32.35516 ++ ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" 32.35517 ++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 32.35518 ++ break 2 32.35519 ++ fi 32.35520 ++done 32.35521 ++done 32.35522 ++ 32.35523 + test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" 32.35524 + ;; 32.35525 + esac 32.35526 + fi 32.35527 +-GTK_CONFIG="$ac_cv_path_GTK_CONFIG" 32.35528 ++GTK_CONFIG=$ac_cv_path_GTK_CONFIG 32.35529 ++ 32.35530 + if test -n "$GTK_CONFIG"; then 32.35531 +- echo "$ac_t""$GTK_CONFIG" 1>&6 32.35532 ++ echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 32.35533 ++echo "${ECHO_T}$GTK_CONFIG" >&6 32.35534 + else 32.35535 +- echo "$ac_t""no" 1>&6 32.35536 ++ echo "$as_me:$LINENO: result: no" >&5 32.35537 ++echo "${ECHO_T}no" >&6 32.35538 + fi 32.35539 + 32.35540 + min_gtk_version=1.2.7 32.35541 +- echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 32.35542 +-echo "configure:3380: checking for GTK - version >= $min_gtk_version" >&5 32.35543 ++ echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 32.35544 ++echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 32.35545 + no_gtk="" 32.35546 + if test "$GTK_CONFIG" = "no" ; then 32.35547 + no_gtk=yes 32.35548 +@@ -3398,15 +21949,18 @@ echo "configure:3380: checking for GTK - 32.35549 + if test "$cross_compiling" = yes; then 32.35550 + echo $ac_n "cross compiling; assumed OK... $ac_c" 32.35551 + else 32.35552 +- cat > conftest.$ac_ext <<EOF 32.35553 +-#line 3403 "configure" 32.35554 +-#include "confdefs.h" 32.35555 ++ cat >conftest.$ac_ext <<_ACEOF 32.35556 ++/* confdefs.h. */ 32.35557 ++_ACEOF 32.35558 ++cat confdefs.h >>conftest.$ac_ext 32.35559 ++cat >>conftest.$ac_ext <<_ACEOF 32.35560 ++/* end confdefs.h. */ 32.35561 + 32.35562 + #include <gtk/gtk.h> 32.35563 + #include <stdio.h> 32.35564 + #include <stdlib.h> 32.35565 + 32.35566 +-int 32.35567 ++int 32.35568 + main () 32.35569 + { 32.35570 + int major, minor, micro; 32.35571 +@@ -3425,7 +21979,7 @@ main () 32.35572 + (gtk_minor_version != $gtk_config_minor_version) || 32.35573 + (gtk_micro_version != $gtk_config_micro_version)) 32.35574 + { 32.35575 +- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 32.35576 ++ printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 32.35577 + $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, 32.35578 + gtk_major_version, gtk_minor_version, gtk_micro_version); 32.35579 + printf ("*** was found! If gtk-config was correct, then it is best\n"); 32.35580 +@@ -3436,7 +21990,7 @@ main () 32.35581 + printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); 32.35582 + printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); 32.35583 + printf("*** before re-running configure\n"); 32.35584 +- } 32.35585 ++ } 32.35586 + #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) 32.35587 + else if ((gtk_major_version != GTK_MAJOR_VERSION) || 32.35588 + (gtk_minor_version != GTK_MINOR_VERSION) || 32.35589 +@@ -3476,32 +22030,45 @@ main () 32.35590 + return 1; 32.35591 + } 32.35592 + 32.35593 +-EOF 32.35594 +-if { (eval echo configure:3481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 32.35595 +-then 32.35596 ++_ACEOF 32.35597 ++rm -f conftest$ac_exeext 32.35598 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.35599 ++ (eval $ac_link) 2>&5 32.35600 ++ ac_status=$? 32.35601 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35602 ++ (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 32.35603 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35604 ++ (eval $ac_try) 2>&5 32.35605 ++ ac_status=$? 32.35606 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35607 ++ (exit $ac_status); }; }; then 32.35608 + : 32.35609 + else 32.35610 +- echo "configure: failed program was:" >&5 32.35611 +- cat conftest.$ac_ext >&5 32.35612 +- rm -fr conftest* 32.35613 +- no_gtk=yes 32.35614 ++ echo "$as_me: program exited with status $ac_status" >&5 32.35615 ++echo "$as_me: failed program was:" >&5 32.35616 ++sed 's/^/| /' conftest.$ac_ext >&5 32.35617 ++ 32.35618 ++( exit $ac_status ) 32.35619 ++no_gtk=yes 32.35620 + fi 32.35621 +-rm -fr conftest* 32.35622 ++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 32.35623 + fi 32.35624 +- 32.35625 + CFLAGS="$ac_save_CFLAGS" 32.35626 + LIBS="$ac_save_LIBS" 32.35627 + fi 32.35628 + fi 32.35629 + if test "x$no_gtk" = x ; then 32.35630 +- echo "$ac_t""yes" 1>&6 32.35631 ++ echo "$as_me:$LINENO: result: yes" >&5 32.35632 ++echo "${ECHO_T}yes" >&6 32.35633 + HAVE_LIBGTK=yes 32.35634 +- cat >> confdefs.h <<\EOF 32.35635 ++ 32.35636 ++cat >>confdefs.h <<\_ACEOF 32.35637 + #define HAVE_LIBGTK 1 32.35638 +-EOF 32.35639 +- 32.35640 ++_ACEOF 32.35641 ++ 32.35642 + else 32.35643 +- echo "$ac_t""no" 1>&6 32.35644 ++ echo "$as_me:$LINENO: result: no" >&5 32.35645 ++echo "${ECHO_T}no" >&6 32.35646 + if test "$GTK_CONFIG" = "no" ; then 32.35647 + echo "*** The gtk-config script installed by GTK could not be found" 32.35648 + echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" 32.35649 +@@ -3514,19 +22081,46 @@ EOF 32.35650 + echo "*** Could not run GTK test program, checking why..." 32.35651 + CFLAGS="$CFLAGS $GTK_CFLAGS" 32.35652 + LIBS="$LIBS $GTK_LIBS" 32.35653 +- cat > conftest.$ac_ext <<EOF 32.35654 +-#line 3519 "configure" 32.35655 +-#include "confdefs.h" 32.35656 ++ cat >conftest.$ac_ext <<_ACEOF 32.35657 ++/* confdefs.h. */ 32.35658 ++_ACEOF 32.35659 ++cat confdefs.h >>conftest.$ac_ext 32.35660 ++cat >>conftest.$ac_ext <<_ACEOF 32.35661 ++/* end confdefs.h. */ 32.35662 + 32.35663 + #include <gtk/gtk.h> 32.35664 + #include <stdio.h> 32.35665 + 32.35666 +-int main() { 32.35667 +- return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 32.35668 +-; return 0; } 32.35669 +-EOF 32.35670 +-if { (eval echo configure:3529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 32.35671 +- rm -rf conftest* 32.35672 ++int 32.35673 ++main () 32.35674 ++{ 32.35675 ++ return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 32.35676 ++ ; 32.35677 ++ return 0; 32.35678 ++} 32.35679 ++_ACEOF 32.35680 ++rm -f conftest.$ac_objext conftest$ac_exeext 32.35681 ++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 32.35682 ++ (eval $ac_link) 2>conftest.er1 32.35683 ++ ac_status=$? 32.35684 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.35685 ++ rm -f conftest.er1 32.35686 ++ cat conftest.err >&5 32.35687 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35688 ++ (exit $ac_status); } && 32.35689 ++ { ac_try='test -z "$ac_c_werror_flag" 32.35690 ++ || test ! -s conftest.err' 32.35691 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35692 ++ (eval $ac_try) 2>&5 32.35693 ++ ac_status=$? 32.35694 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35695 ++ (exit $ac_status); }; } && 32.35696 ++ { ac_try='test -s conftest$ac_exeext' 32.35697 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35698 ++ (eval $ac_try) 2>&5 32.35699 ++ ac_status=$? 32.35700 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35701 ++ (exit $ac_status); }; }; then 32.35702 + echo "*** The test program compiled, but did not run. This usually means" 32.35703 + echo "*** that the run-time linker is not finding GTK or finding the wrong" 32.35704 + echo "*** version of GTK. If it is not finding GTK, you'll need to set your" 32.35705 +@@ -3540,29 +22134,32 @@ if { (eval echo configure:3529: \"$ac_li 32.35706 + echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" 32.35707 + echo "*** came with the system with the command" 32.35708 + echo "***" 32.35709 +- echo "*** rpm --erase --nodeps gtk gtk-devel" 32.35710 ++ echo "*** rpm --erase --nodeps gtk gtk-devel" 32.35711 + else 32.35712 +- echo "configure: failed program was:" >&5 32.35713 +- cat conftest.$ac_ext >&5 32.35714 +- rm -rf conftest* 32.35715 +- echo "*** The test program failed to compile or link. See the file config.log for the" 32.35716 ++ echo "$as_me: failed program was:" >&5 32.35717 ++sed 's/^/| /' conftest.$ac_ext >&5 32.35718 ++ 32.35719 ++ echo "*** The test program failed to compile or link. See the file config.log for the" 32.35720 + echo "*** exact error that occured. This usually means GTK was incorrectly installed" 32.35721 + echo "*** or that you have moved GTK since it was installed. In the latter case, you" 32.35722 +- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" 32.35723 ++ echo "*** may want to edit the gtk-config script: $GTK_CONFIG" 32.35724 + fi 32.35725 +-rm -f conftest* 32.35726 ++rm -f conftest.err conftest.$ac_objext \ 32.35727 ++ conftest$ac_exeext conftest.$ac_ext 32.35728 + CFLAGS="$ac_save_CFLAGS" 32.35729 + LIBS="$ac_save_LIBS" 32.35730 + fi 32.35731 + fi 32.35732 + GTK_CFLAGS="" 32.35733 + GTK_LIBS="" 32.35734 +- echo "configure: warning: ***** NOTE: The GNOME stroke support won't be built 32.35735 +-" 1>&2 32.35736 ++ { echo "$as_me:$LINENO: WARNING: ***** NOTE: The GNOME stroke support won't be built 32.35737 ++" >&5 32.35738 ++echo "$as_me: WARNING: ***** NOTE: The GNOME stroke support won't be built 32.35739 ++" >&2;} 32.35740 + HAVE_LIBGTK=no 32.35741 + fi 32.35742 +- 32.35743 +- 32.35744 ++ 32.35745 ++ 32.35746 + rm -f conf.gtktest 32.35747 + 32.35748 + 32.35749 +@@ -3576,78 +22173,111 @@ else 32.35750 + fi 32.35751 + 32.35752 + 32.35753 +-echo $ac_n "checking for working const""... $ac_c" 1>&6 32.35754 +-echo "configure:3581: checking for working const" >&5 32.35755 +-if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 32.35756 +- echo $ac_n "(cached) $ac_c" 1>&6 32.35757 +-else 32.35758 +- cat > conftest.$ac_ext <<EOF 32.35759 +-#line 3586 "configure" 32.35760 +-#include "confdefs.h" 32.35761 + 32.35762 +-int main() { 32.35763 ++echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 32.35764 ++echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 32.35765 ++if test "${ac_cv_c_const+set}" = set; then 32.35766 ++ echo $ECHO_N "(cached) $ECHO_C" >&6 32.35767 ++else 32.35768 ++ cat >conftest.$ac_ext <<_ACEOF 32.35769 ++/* confdefs.h. */ 32.35770 ++_ACEOF 32.35771 ++cat confdefs.h >>conftest.$ac_ext 32.35772 ++cat >>conftest.$ac_ext <<_ACEOF 32.35773 ++/* end confdefs.h. */ 32.35774 ++ 32.35775 ++int 32.35776 ++main () 32.35777 ++{ 32.35778 ++/* FIXME: Include the comments suggested by Paul. */ 32.35779 ++#ifndef __cplusplus 32.35780 ++ /* Ultrix mips cc rejects this. */ 32.35781 ++ typedef int charset[2]; 32.35782 ++ const charset x; 32.35783 ++ /* SunOS 4.1.1 cc rejects this. */ 32.35784 ++ char const *const *ccp; 32.35785 ++ char **p; 32.35786 ++ /* NEC SVR4.0.2 mips cc rejects this. */ 32.35787 ++ struct point {int x, y;}; 32.35788 ++ static struct point const zero = {0,0}; 32.35789 ++ /* AIX XL C 1.02.0.0 rejects this. 32.35790 ++ It does not let you subtract one const X* pointer from another in 32.35791 ++ an arm of an if-expression whose if-part is not a constant 32.35792 ++ expression */ 32.35793 ++ const char *g = "string"; 32.35794 ++ ccp = &g + (g ? g-g : 0); 32.35795 ++ /* HPUX 7.0 cc rejects these. */ 32.35796 ++ ++ccp; 32.35797 ++ p = (char**) ccp; 32.35798 ++ ccp = (char const *const *) p; 32.35799 ++ { /* SCO 3.2v4 cc rejects this. */ 32.35800 ++ char *t; 32.35801 ++ char const *s = 0 ? (char *) 0 : (char const *) 0; 32.35802 ++ 32.35803 ++ *t++ = 0; 32.35804 ++ } 32.35805 ++ { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 32.35806 ++ int x[] = {25, 17}; 32.35807 ++ const int *foo = &x[0]; 32.35808 ++ ++foo; 32.35809 ++ } 32.35810 ++ { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 32.35811 ++ typedef const int *iptr; 32.35812 ++ iptr p = 0; 32.35813 ++ ++p; 32.35814 ++ } 32.35815 ++ { /* AIX XL C 1.02.0.0 rejects this saying 32.35816 ++ "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 32.35817 ++ struct s { int j; const int *ap[3]; }; 32.35818 ++ struct s *b; b->j = 5; 32.35819 ++ } 32.35820 ++ { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 32.35821 ++ const int foo = 10; 32.35822 ++ } 32.35823 ++#endif 32.35824 + 32.35825 +-/* Ultrix mips cc rejects this. */ 32.35826 +-typedef int charset[2]; const charset x; 32.35827 +-/* SunOS 4.1.1 cc rejects this. */ 32.35828 +-char const *const *ccp; 32.35829 +-char **p; 32.35830 +-/* NEC SVR4.0.2 mips cc rejects this. */ 32.35831 +-struct point {int x, y;}; 32.35832 +-static struct point const zero = {0,0}; 32.35833 +-/* AIX XL C 1.02.0.0 rejects this. 32.35834 +- It does not let you subtract one const X* pointer from another in an arm 32.35835 +- of an if-expression whose if-part is not a constant expression */ 32.35836 +-const char *g = "string"; 32.35837 +-ccp = &g + (g ? g-g : 0); 32.35838 +-/* HPUX 7.0 cc rejects these. */ 32.35839 +-++ccp; 32.35840 +-p = (char**) ccp; 32.35841 +-ccp = (char const *const *) p; 32.35842 +-{ /* SCO 3.2v4 cc rejects this. */ 32.35843 +- char *t; 32.35844 +- char const *s = 0 ? (char *) 0 : (char const *) 0; 32.35845 +- 32.35846 +- *t++ = 0; 32.35847 +-} 32.35848 +-{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 32.35849 +- int x[] = {25, 17}; 32.35850 +- const int *foo = &x[0]; 32.35851 +- ++foo; 32.35852 +-} 32.35853 +-{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 32.35854 +- typedef const int *iptr; 32.35855 +- iptr p = 0; 32.35856 +- ++p; 32.35857 +-} 32.35858 +-{ /* AIX XL C 1.02.0.0 rejects this saying 32.35859 +- "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 32.35860 +- struct s { int j; const int *ap[3]; }; 32.35861 +- struct s *b; b->j = 5; 32.35862 +-} 32.35863 +-{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 32.35864 +- const int foo = 10; 32.35865 ++ ; 32.35866 ++ return 0; 32.35867 + } 32.35868 +- 32.35869 +-; return 0; } 32.35870 +-EOF 32.35871 +-if { (eval echo configure:3635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 32.35872 +- rm -rf conftest* 32.35873 ++_ACEOF 32.35874 ++rm -f conftest.$ac_objext 32.35875 ++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 32.35876 ++ (eval $ac_compile) 2>conftest.er1 32.35877 ++ ac_status=$? 32.35878 ++ grep -v '^ *+' conftest.er1 >conftest.err 32.35879 ++ rm -f conftest.er1 32.35880 ++ cat conftest.err >&5 32.35881 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35882 ++ (exit $ac_status); } && 32.35883 ++ { ac_try='test -z "$ac_c_werror_flag" 32.35884 ++ || test ! -s conftest.err' 32.35885 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35886 ++ (eval $ac_try) 2>&5 32.35887 ++ ac_status=$? 32.35888 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35889 ++ (exit $ac_status); }; } && 32.35890 ++ { ac_try='test -s conftest.$ac_objext' 32.35891 ++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 32.35892 ++ (eval $ac_try) 2>&5 32.35893 ++ ac_status=$? 32.35894 ++ echo "$as_me:$LINENO: \$? = $ac_status" >&5 32.35895 ++ (exit $ac_status); }; }; then 32.35896 + ac_cv_c_const=yes 32.35897 + else 32.35898 +- echo "configure: failed program was:" >&5 32.35899 +- cat conftest.$ac_ext >&5 32.35900 +- rm -rf conftest* 32.35901 +- ac_cv_c_const=no 32.35902 ++ echo "$as_me: failed program was:" >&5 32.35903 ++sed 's/^/| /' conftest.$ac_ext >&5 32.35904 ++ 32.35905 ++ac_cv_c_const=no 32.35906 + fi 32.35907 +-rm -f conftest* 32.35908 ++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 32.35909 + fi 32.35910 +- 32.35911 +-echo "$ac_t""$ac_cv_c_const" 1>&6 32.35912 ++echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 32.35913 ++echo "${ECHO_T}$ac_cv_c_const" >&6 32.35914 + if test $ac_cv_c_const = no; then 32.35915 +- cat >> confdefs.h <<\EOF 32.35916 +-#define const 32.35917 +-EOF 32.35918 ++ 32.35919 ++cat >>confdefs.h <<\_ACEOF 32.35920 ++#define const 32.35921 ++_ACEOF 32.35922 + 32.35923 + fi 32.35924 + 32.35925 +@@ -3656,413 +22286,1475 @@ fi 32.35926 + 32.35927 + 32.35928 + 32.35929 +-trap '' 1 2 15 32.35930 +-cat > confcache <<\EOF 32.35931 ++ ac_config_files="$ac_config_files Makefile libstroke/Makefile libgstroke/Makefile doc/Makefile javastroke/Makefile tests/Makefile" 32.35932 ++cat >confcache <<\_ACEOF 32.35933 + # This file is a shell script that caches the results of configure 32.35934 + # tests run on this system so they can be shared between configure 32.35935 +-# scripts and configure runs. It is not useful on other systems. 32.35936 +-# If it contains results you don't want to keep, you may remove or edit it. 32.35937 ++# scripts and configure runs, see configure's option --config-cache. 32.35938 ++# It is not useful on other systems. If it contains results you don't 32.35939 ++# want to keep, you may remove or edit it. 32.35940 + # 32.35941 +-# By default, configure uses ./config.cache as the cache file, 32.35942 +-# creating it if it does not exist already. You can give configure 32.35943 +-# the --cache-file=FILE option to use a different cache file; that is 32.35944 +-# what configure does when it calls configure scripts in 32.35945 +-# subdirectories, so they share the cache. 32.35946 +-# Giving --cache-file=/dev/null disables caching, for debugging configure. 32.35947 +-# config.status only pays attention to the cache file if you give it the 32.35948 +-# --recheck option to rerun configure. 32.35949 ++# config.status only pays attention to the cache file if you give it 32.35950 ++# the --recheck option to rerun configure. 32.35951 + # 32.35952 +-EOF 32.35953 ++# `ac_cv_env_foo' variables (set or unset) will be overridden when 32.35954 ++# loading this file, other *unset* `ac_cv_foo' will be assigned the 32.35955 ++# following values. 32.35956 ++ 32.35957 ++_ACEOF 32.35958 ++ 32.35959 + # The following way of writing the cache mishandles newlines in values, 32.35960 + # but we know of no workaround that is simple, portable, and efficient. 32.35961 + # So, don't put newlines in cache variables' values. 32.35962 + # Ultrix sh set writes to stderr and can't be redirected directly, 32.35963 + # and sets the high bit in the cache file unless we assign to the vars. 32.35964 +-(set) 2>&1 | 32.35965 +- case `(ac_space=' '; set | grep ac_space) 2>&1` in 32.35966 +- *ac_space=\ *) 32.35967 +- # `set' does not quote correctly, so add quotes (double-quote substitution 32.35968 +- # turns \\\\ into \\, and sed turns \\ into \). 32.35969 +- sed -n \ 32.35970 +- -e "s/'/'\\\\''/g" \ 32.35971 +- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 32.35972 +- ;; 32.35973 +- *) 32.35974 +- # `set' quotes correctly as required by POSIX, so do not add quotes. 32.35975 +- sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 32.35976 +- ;; 32.35977 +- esac >> confcache 32.35978 +-if cmp -s $cache_file confcache; then 32.35979 +- : 32.35980 +-else 32.35981 ++{ 32.35982 ++ (set) 2>&1 | 32.35983 ++ case `(ac_space=' '; set | grep ac_space) 2>&1` in 32.35984 ++ *ac_space=\ *) 32.35985 ++ # `set' does not quote correctly, so add quotes (double-quote 32.35986 ++ # substitution turns \\\\ into \\, and sed turns \\ into \). 32.35987 ++ sed -n \ 32.35988 ++ "s/'/'\\\\''/g; 32.35989 ++ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 32.35990 ++ ;; 32.35991 ++ *) 32.35992 ++ # `set' quotes correctly as required by POSIX, so do not add quotes. 32.35993 ++ sed -n \ 32.35994 ++ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 32.35995 ++ ;; 32.35996 ++ esac; 32.35997 ++} | 32.35998 ++ sed ' 32.35999 ++ t clear 32.36000 ++ : clear 32.36001 ++ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 32.36002 ++ t end 32.36003 ++ /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 32.36004 ++ : end' >>confcache 32.36005 ++if diff $cache_file confcache >/dev/null 2>&1; then :; else 32.36006 + if test -w $cache_file; then 32.36007 +- echo "updating cache $cache_file" 32.36008 +- cat confcache > $cache_file 32.36009 ++ test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 32.36010 ++ cat confcache >$cache_file 32.36011 + else 32.36012 + echo "not updating unwritable cache $cache_file" 32.36013 + fi 32.36014 + fi 32.36015 + rm -f confcache 32.36016 + 32.36017 +-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 32.36018 +- 32.36019 + test "x$prefix" = xNONE && prefix=$ac_default_prefix 32.36020 + # Let make expand exec_prefix. 32.36021 + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 32.36022 + 32.36023 +-# Any assignment to VPATH causes Sun make to only execute 32.36024 +-# the first set of double-colon rules, so remove it if not needed. 32.36025 +-# If there is a colon in the path, we need to keep it. 32.36026 ++# VPATH may cause trouble with some makes, so we remove $(srcdir), 32.36027 ++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 32.36028 ++# trailing colons and then remove the whole line if VPATH becomes empty 32.36029 ++# (actually we leave an empty line to preserve line numbers). 32.36030 + if test "x$srcdir" = x.; then 32.36031 +- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 32.36032 ++ ac_vpsub='/^[ ]*VPATH[ ]*=/{ 32.36033 ++s/:*\$(srcdir):*/:/; 32.36034 ++s/:*\${srcdir}:*/:/; 32.36035 ++s/:*@srcdir@:*/:/; 32.36036 ++s/^\([^=]*=[ ]*\):*/\1/; 32.36037 ++s/:*$//; 32.36038 ++s/^[^=]*=[ ]*$//; 32.36039 ++}' 32.36040 + fi 32.36041 + 32.36042 +-trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 32.36043 +- 32.36044 + DEFS=-DHAVE_CONFIG_H 32.36045 + 32.36046 +-# Without the "./", some shells look in PATH for config.status. 32.36047 +-: ${CONFIG_STATUS=./config.status} 32.36048 ++ac_libobjs= 32.36049 ++ac_ltlibobjs= 32.36050 ++for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 32.36051 ++ # 1. Remove the extension, and $U if already installed. 32.36052 ++ ac_i=`echo "$ac_i" | 32.36053 ++ sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 32.36054 ++ # 2. Add them. 32.36055 ++ ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 32.36056 ++ ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 32.36057 ++done 32.36058 ++LIBOBJS=$ac_libobjs 32.36059 + 32.36060 +-echo creating $CONFIG_STATUS 32.36061 +-rm -f $CONFIG_STATUS 32.36062 +-cat > $CONFIG_STATUS <<EOF 32.36063 +-#! /bin/sh 32.36064 +-# Generated automatically by configure. 32.36065 ++LTLIBOBJS=$ac_ltlibobjs 32.36066 ++ 32.36067 ++ 32.36068 ++if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 32.36069 ++ { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 32.36070 ++Usually this means the macro was only invoked conditionally." >&5 32.36071 ++echo "$as_me: error: conditional \"AMDEP\" was never defined. 32.36072 ++Usually this means the macro was only invoked conditionally." >&2;} 32.36073 ++ { (exit 1); exit 1; }; } 32.36074 ++fi 32.36075 ++if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 32.36076 ++ { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 32.36077 ++Usually this means the macro was only invoked conditionally." >&5 32.36078 ++echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 32.36079 ++Usually this means the macro was only invoked conditionally." >&2;} 32.36080 ++ { (exit 1); exit 1; }; } 32.36081 ++fi 32.36082 ++if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 32.36083 ++ { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 32.36084 ++Usually this means the macro was only invoked conditionally." >&5 32.36085 ++echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 32.36086 ++Usually this means the macro was only invoked conditionally." >&2;} 32.36087 ++ { (exit 1); exit 1; }; } 32.36088 ++fi 32.36089 ++if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 32.36090 ++ { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 32.36091 ++Usually this means the macro was only invoked conditionally." >&5 32.36092 ++echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 32.36093 ++Usually this means the macro was only invoked conditionally." >&2;} 32.36094 ++ { (exit 1); exit 1; }; } 32.36095 ++fi 32.36096 ++if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 32.36097 ++ { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 32.36098 ++Usually this means the macro was only invoked conditionally." >&5 32.36099 ++echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 32.36100 ++Usually this means the macro was only invoked conditionally." >&2;} 32.36101 ++ { (exit 1); exit 1; }; } 32.36102 ++fi 32.36103 ++if test -z "${ENABLE_TCL_TRUE}" && test -z "${ENABLE_TCL_FALSE}"; then 32.36104 ++ { { echo "$as_me:$LINENO: error: conditional \"ENABLE_TCL\" was never defined. 32.36105 ++Usually this means the macro was only invoked conditionally." >&5 32.36106 ++echo "$as_me: error: conditional \"ENABLE_TCL\" was never defined. 32.36107 ++Usually this means the macro was only invoked conditionally." >&2;} 32.36108 ++ { (exit 1); exit 1; }; } 32.36109 ++fi 32.36110 ++if test -z "${HAVE_LIBGTK_TRUE}" && test -z "${HAVE_LIBGTK_FALSE}"; then 32.36111 ++ { { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBGTK\" was never defined. 32.36112 ++Usually this means the macro was only invoked conditionally." >&5 32.36113 ++echo "$as_me: error: conditional \"HAVE_LIBGTK\" was never defined. 32.36114 ++Usually this means the macro was only invoked conditionally." >&2;} 32.36115 ++ { (exit 1); exit 1; }; } 32.36116 ++fi 32.36117 ++ 32.36118 ++: ${CONFIG_STATUS=./config.status} 32.36119 ++ac_clean_files_save=$ac_clean_files 32.36120 ++ac_clean_files="$ac_clean_files $CONFIG_STATUS" 32.36121 ++{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 32.36122 ++echo "$as_me: creating $CONFIG_STATUS" >&6;} 32.36123 ++cat >$CONFIG_STATUS <<_ACEOF 32.36124 ++#! $SHELL 32.36125 ++# Generated by $as_me. 32.36126 + # Run this file to recreate the current configuration. 32.36127 +-# This directory was configured as follows, 32.36128 +-# on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 32.36129 +-# 32.36130 +-# $0 $ac_configure_args 32.36131 +-# 32.36132 + # Compiler output produced by configure, useful for debugging 32.36133 +-# configure, is in ./config.log if it exists. 32.36134 ++# configure, is in config.log if it exists. 32.36135 + 32.36136 +-ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 32.36137 +-for ac_option 32.36138 ++debug=false 32.36139 ++ac_cs_recheck=false 32.36140 ++ac_cs_silent=false 32.36141 ++SHELL=\${CONFIG_SHELL-$SHELL} 32.36142 ++_ACEOF 32.36143 ++ 32.36144 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.36145 ++## --------------------- ## 32.36146 ++## M4sh Initialization. ## 32.36147 ++## --------------------- ## 32.36148 ++ 32.36149 ++# Be Bourne compatible 32.36150 ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 32.36151 ++ emulate sh 32.36152 ++ NULLCMD=: 32.36153 ++ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 32.36154 ++ # is contrary to our usage. Disable this feature. 32.36155 ++ alias -g '${1+"$@"}'='"$@"' 32.36156 ++elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 32.36157 ++ set -o posix 32.36158 ++fi 32.36159 ++DUALCASE=1; export DUALCASE # for MKS sh 32.36160 ++ 32.36161 ++# Support unset when possible. 32.36162 ++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 32.36163 ++ as_unset=unset 32.36164 ++else 32.36165 ++ as_unset=false 32.36166 ++fi 32.36167 ++ 32.36168 ++ 32.36169 ++# Work around bugs in pre-3.0 UWIN ksh. 32.36170 ++$as_unset ENV MAIL MAILPATH 32.36171 ++PS1='$ ' 32.36172 ++PS2='> ' 32.36173 ++PS4='+ ' 32.36174 ++ 32.36175 ++# NLS nuisances. 32.36176 ++for as_var in \ 32.36177 ++ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 32.36178 ++ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 32.36179 ++ LC_TELEPHONE LC_TIME 32.36180 + do 32.36181 +- case "\$ac_option" in 32.36182 +- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 32.36183 +- echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 32.36184 +- exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 32.36185 +- -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 32.36186 +- echo "$CONFIG_STATUS generated by autoconf version 2.13" 32.36187 +- exit 0 ;; 32.36188 +- -help | --help | --hel | --he | --h) 32.36189 +- echo "\$ac_cs_usage"; exit 0 ;; 32.36190 +- *) echo "\$ac_cs_usage"; exit 1 ;; 32.36191 +- esac 32.36192 ++ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 32.36193 ++ eval $as_var=C; export $as_var 32.36194 ++ else 32.36195 ++ $as_unset $as_var 32.36196 ++ fi 32.36197 + done 32.36198 + 32.36199 +-ac_given_srcdir=$srcdir 32.36200 +-ac_given_INSTALL="$INSTALL" 32.36201 +- 32.36202 +-trap 'rm -fr `echo "Makefile 32.36203 +- libstroke/Makefile \ 32.36204 +- libgstroke/Makefile \ 32.36205 +- doc/Makefile \ 32.36206 +- javastroke/Makefile \ 32.36207 +- tests/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 32.36208 +-EOF 32.36209 +-cat >> $CONFIG_STATUS <<EOF 32.36210 +- 32.36211 +-# Protect against being on the right side of a sed subst in config.status. 32.36212 +-sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 32.36213 +- s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 32.36214 +-$ac_vpsub 32.36215 +-$extrasub 32.36216 +-s%@SHELL@%$SHELL%g 32.36217 +-s%@CFLAGS@%$CFLAGS%g 32.36218 +-s%@CPPFLAGS@%$CPPFLAGS%g 32.36219 +-s%@CXXFLAGS@%$CXXFLAGS%g 32.36220 +-s%@FFLAGS@%$FFLAGS%g 32.36221 +-s%@DEFS@%$DEFS%g 32.36222 +-s%@LDFLAGS@%$LDFLAGS%g 32.36223 +-s%@LIBS@%$LIBS%g 32.36224 +-s%@exec_prefix@%$exec_prefix%g 32.36225 +-s%@prefix@%$prefix%g 32.36226 +-s%@program_transform_name@%$program_transform_name%g 32.36227 +-s%@bindir@%$bindir%g 32.36228 +-s%@sbindir@%$sbindir%g 32.36229 +-s%@libexecdir@%$libexecdir%g 32.36230 +-s%@datadir@%$datadir%g 32.36231 +-s%@sysconfdir@%$sysconfdir%g 32.36232 +-s%@sharedstatedir@%$sharedstatedir%g 32.36233 +-s%@localstatedir@%$localstatedir%g 32.36234 +-s%@libdir@%$libdir%g 32.36235 +-s%@includedir@%$includedir%g 32.36236 +-s%@oldincludedir@%$oldincludedir%g 32.36237 +-s%@infodir@%$infodir%g 32.36238 +-s%@mandir@%$mandir%g 32.36239 +-s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 32.36240 +-s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 32.36241 +-s%@INSTALL_DATA@%$INSTALL_DATA%g 32.36242 +-s%@PACKAGE@%$PACKAGE%g 32.36243 +-s%@VERSION@%$VERSION%g 32.36244 +-s%@ACLOCAL@%$ACLOCAL%g 32.36245 +-s%@AUTOCONF@%$AUTOCONF%g 32.36246 +-s%@AUTOMAKE@%$AUTOMAKE%g 32.36247 +-s%@AUTOHEADER@%$AUTOHEADER%g 32.36248 +-s%@MAKEINFO@%$MAKEINFO%g 32.36249 +-s%@SET_MAKE@%$SET_MAKE%g 32.36250 +-s%@host@%$host%g 32.36251 +-s%@host_alias@%$host_alias%g 32.36252 +-s%@host_cpu@%$host_cpu%g 32.36253 +-s%@host_vendor@%$host_vendor%g 32.36254 +-s%@host_os@%$host_os%g 32.36255 +-s%@build@%$build%g 32.36256 +-s%@build_alias@%$build_alias%g 32.36257 +-s%@build_cpu@%$build_cpu%g 32.36258 +-s%@build_vendor@%$build_vendor%g 32.36259 +-s%@build_os@%$build_os%g 32.36260 +-s%@RANLIB@%$RANLIB%g 32.36261 +-s%@CC@%$CC%g 32.36262 +-s%@LD@%$LD%g 32.36263 +-s%@NM@%$NM%g 32.36264 +-s%@USE_SYMBOL_UNDERSCORE@%$USE_SYMBOL_UNDERSCORE%g 32.36265 +-s%@LN_S@%$LN_S%g 32.36266 +-s%@LIBTOOL@%$LIBTOOL%g 32.36267 +-s%@DLLTOOL@%$DLLTOOL%g 32.36268 +-s%@AS@%$AS%g 32.36269 +-s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g 32.36270 +-s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g 32.36271 +-s%@MAINT@%$MAINT%g 32.36272 +-s%@CPP@%$CPP%g 32.36273 +-s%@X_CFLAGS@%$X_CFLAGS%g 32.36274 +-s%@X_PRE_LIBS@%$X_PRE_LIBS%g 32.36275 +-s%@X_LIBS@%$X_LIBS%g 32.36276 +-s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g 32.36277 +-s%@ENABLE_TCL_TRUE@%$ENABLE_TCL_TRUE%g 32.36278 +-s%@ENABLE_TCL_FALSE@%$ENABLE_TCL_FALSE%g 32.36279 +-s%@GTK_CONFIG@%$GTK_CONFIG%g 32.36280 +-s%@GTK_CFLAGS@%$GTK_CFLAGS%g 32.36281 +-s%@GTK_LIBS@%$GTK_LIBS%g 32.36282 +-s%@HAVE_LIBGTK_TRUE@%$HAVE_LIBGTK_TRUE%g 32.36283 +-s%@HAVE_LIBGTK_FALSE@%$HAVE_LIBGTK_FALSE%g 32.36284 +-s%@X_LDFLAGS@%$X_LDFLAGS%g 32.36285 +- 32.36286 +-CEOF 32.36287 +-EOF 32.36288 ++# Required to use basename. 32.36289 ++if expr a : '\(a\)' >/dev/null 2>&1; then 32.36290 ++ as_expr=expr 32.36291 ++else 32.36292 ++ as_expr=false 32.36293 ++fi 32.36294 ++ 32.36295 ++if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 32.36296 ++ as_basename=basename 32.36297 ++else 32.36298 ++ as_basename=false 32.36299 ++fi 32.36300 + 32.36301 +-cat >> $CONFIG_STATUS <<\EOF 32.36302 + 32.36303 +-# Split the substitutions into bite-sized pieces for seds with 32.36304 +-# small command number limits, like on Digital OSF/1 and HP-UX. 32.36305 +-ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 32.36306 +-ac_file=1 # Number of current file. 32.36307 +-ac_beg=1 # First line for current file. 32.36308 +-ac_end=$ac_max_sed_cmds # Line after last line for current file. 32.36309 +-ac_more_lines=: 32.36310 +-ac_sed_cmds="" 32.36311 +-while $ac_more_lines; do 32.36312 +- if test $ac_beg -gt 1; then 32.36313 +- sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 32.36314 ++# Name of the executable. 32.36315 ++as_me=`$as_basename "$0" || 32.36316 ++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 32.36317 ++ X"$0" : 'X\(//\)$' \| \ 32.36318 ++ X"$0" : 'X\(/\)$' \| \ 32.36319 ++ . : '\(.\)' 2>/dev/null || 32.36320 ++echo X/"$0" | 32.36321 ++ sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 32.36322 ++ /^X\/\(\/\/\)$/{ s//\1/; q; } 32.36323 ++ /^X\/\(\/\).*/{ s//\1/; q; } 32.36324 ++ s/.*/./; q'` 32.36325 ++ 32.36326 ++ 32.36327 ++# PATH needs CR, and LINENO needs CR and PATH. 32.36328 ++# Avoid depending upon Character Ranges. 32.36329 ++as_cr_letters='abcdefghijklmnopqrstuvwxyz' 32.36330 ++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 32.36331 ++as_cr_Letters=$as_cr_letters$as_cr_LETTERS 32.36332 ++as_cr_digits='0123456789' 32.36333 ++as_cr_alnum=$as_cr_Letters$as_cr_digits 32.36334 ++ 32.36335 ++# The user is always right. 32.36336 ++if test "${PATH_SEPARATOR+set}" != set; then 32.36337 ++ echo "#! /bin/sh" >conf$$.sh 32.36338 ++ echo "exit 0" >>conf$$.sh 32.36339 ++ chmod +x conf$$.sh 32.36340 ++ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 32.36341 ++ PATH_SEPARATOR=';' 32.36342 + else 32.36343 +- sed "${ac_end}q" conftest.subs > conftest.s$ac_file 32.36344 ++ PATH_SEPARATOR=: 32.36345 ++ fi 32.36346 ++ rm -f conf$$.sh 32.36347 ++fi 32.36348 ++ 32.36349 ++ 32.36350 ++ as_lineno_1=$LINENO 32.36351 ++ as_lineno_2=$LINENO 32.36352 ++ as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 32.36353 ++ test "x$as_lineno_1" != "x$as_lineno_2" && 32.36354 ++ test "x$as_lineno_3" = "x$as_lineno_2" || { 32.36355 ++ # Find who we are. Look in the path if we contain no path at all 32.36356 ++ # relative or not. 32.36357 ++ case $0 in 32.36358 ++ *[\\/]* ) as_myself=$0 ;; 32.36359 ++ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.36360 ++for as_dir in $PATH 32.36361 ++do 32.36362 ++ IFS=$as_save_IFS 32.36363 ++ test -z "$as_dir" && as_dir=. 32.36364 ++ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 32.36365 ++done 32.36366 ++ 32.36367 ++ ;; 32.36368 ++ esac 32.36369 ++ # We did not find ourselves, most probably we were run as `sh COMMAND' 32.36370 ++ # in which case we are not to be found in the path. 32.36371 ++ if test "x$as_myself" = x; then 32.36372 ++ as_myself=$0 32.36373 + fi 32.36374 +- if test ! -s conftest.s$ac_file; then 32.36375 +- ac_more_lines=false 32.36376 +- rm -f conftest.s$ac_file 32.36377 ++ if test ! -f "$as_myself"; then 32.36378 ++ { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 32.36379 ++echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 32.36380 ++ { (exit 1); exit 1; }; } 32.36381 ++ fi 32.36382 ++ case $CONFIG_SHELL in 32.36383 ++ '') 32.36384 ++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 32.36385 ++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 32.36386 ++do 32.36387 ++ IFS=$as_save_IFS 32.36388 ++ test -z "$as_dir" && as_dir=. 32.36389 ++ for as_base in sh bash ksh sh5; do 32.36390 ++ case $as_dir in 32.36391 ++ /*) 32.36392 ++ if ("$as_dir/$as_base" -c ' 32.36393 ++ as_lineno_1=$LINENO 32.36394 ++ as_lineno_2=$LINENO 32.36395 ++ as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 32.36396 ++ test "x$as_lineno_1" != "x$as_lineno_2" && 32.36397 ++ test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 32.36398 ++ $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 32.36399 ++ $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 32.36400 ++ CONFIG_SHELL=$as_dir/$as_base 32.36401 ++ export CONFIG_SHELL 32.36402 ++ exec "$CONFIG_SHELL" "$0" ${1+"$@"} 32.36403 ++ fi;; 32.36404 ++ esac 32.36405 ++ done 32.36406 ++done 32.36407 ++;; 32.36408 ++ esac 32.36409 ++ 32.36410 ++ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 32.36411 ++ # uniformly replaced by the line number. The first 'sed' inserts a 32.36412 ++ # line-number line before each line; the second 'sed' does the real 32.36413 ++ # work. The second script uses 'N' to pair each line-number line 32.36414 ++ # with the numbered line, and appends trailing '-' during 32.36415 ++ # substitution so that $LINENO is not a special case at line end. 32.36416 ++ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 32.36417 ++ # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 32.36418 ++ sed '=' <$as_myself | 32.36419 ++ sed ' 32.36420 ++ N 32.36421 ++ s,$,-, 32.36422 ++ : loop 32.36423 ++ s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 32.36424 ++ t loop 32.36425 ++ s,-$,, 32.36426 ++ s,^['$as_cr_digits']*\n,, 32.36427 ++ ' >$as_me.lineno && 32.36428 ++ chmod +x $as_me.lineno || 32.36429 ++ { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 32.36430 ++echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 32.36431 ++ { (exit 1); exit 1; }; } 32.36432 ++ 32.36433 ++ # Don't try to exec as it changes $[0], causing all sort of problems 32.36434 ++ # (the dirname of $[0] is not the place where we might find the 32.36435 ++ # original and so on. Autoconf is especially sensible to this). 32.36436 ++ . ./$as_me.lineno 32.36437 ++ # Exit status is that of the last command. 32.36438 ++ exit 32.36439 ++} 32.36440 ++ 32.36441 ++ 32.36442 ++case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 32.36443 ++ *c*,-n*) ECHO_N= ECHO_C=' 32.36444 ++' ECHO_T=' ' ;; 32.36445 ++ *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 32.36446 ++ *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 32.36447 ++esac 32.36448 ++ 32.36449 ++if expr a : '\(a\)' >/dev/null 2>&1; then 32.36450 ++ as_expr=expr 32.36451 ++else 32.36452 ++ as_expr=false 32.36453 ++fi 32.36454 ++ 32.36455 ++rm -f conf$$ conf$$.exe conf$$.file 32.36456 ++echo >conf$$.file 32.36457 ++if ln -s conf$$.file conf$$ 2>/dev/null; then 32.36458 ++ # We could just check for DJGPP; but this test a) works b) is more generic 32.36459 ++ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 32.36460 ++ if test -f conf$$.exe; then 32.36461 ++ # Don't use ln at all; we don't have any links 32.36462 ++ as_ln_s='cp -p' 32.36463 + else 32.36464 +- if test -z "$ac_sed_cmds"; then 32.36465 +- ac_sed_cmds="sed -f conftest.s$ac_file" 32.36466 +- else 32.36467 +- ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" 32.36468 +- fi 32.36469 +- ac_file=`expr $ac_file + 1` 32.36470 +- ac_beg=$ac_end 32.36471 +- ac_end=`expr $ac_end + $ac_max_sed_cmds` 32.36472 ++ as_ln_s='ln -s' 32.36473 + fi 32.36474 ++elif ln conf$$.file conf$$ 2>/dev/null; then 32.36475 ++ as_ln_s=ln 32.36476 ++else 32.36477 ++ as_ln_s='cp -p' 32.36478 ++fi 32.36479 ++rm -f conf$$ conf$$.exe conf$$.file 32.36480 ++ 32.36481 ++if mkdir -p . 2>/dev/null; then 32.36482 ++ as_mkdir_p=: 32.36483 ++else 32.36484 ++ test -d ./-p && rmdir ./-p 32.36485 ++ as_mkdir_p=false 32.36486 ++fi 32.36487 ++ 32.36488 ++as_executable_p="test -f" 32.36489 ++ 32.36490 ++# Sed expression to map a string onto a valid CPP name. 32.36491 ++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 32.36492 ++ 32.36493 ++# Sed expression to map a string onto a valid variable name. 32.36494 ++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 32.36495 ++ 32.36496 ++ 32.36497 ++# IFS 32.36498 ++# We need space, tab and new line, in precisely that order. 32.36499 ++as_nl=' 32.36500 ++' 32.36501 ++IFS=" $as_nl" 32.36502 ++ 32.36503 ++# CDPATH. 32.36504 ++$as_unset CDPATH 32.36505 ++ 32.36506 ++exec 6>&1 32.36507 ++ 32.36508 ++# Open the log real soon, to keep \$[0] and so on meaningful, and to 32.36509 ++# report actual input values of CONFIG_FILES etc. instead of their 32.36510 ++# values after options handling. Logging --version etc. is OK. 32.36511 ++exec 5>>config.log 32.36512 ++{ 32.36513 ++ echo 32.36514 ++ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 32.36515 ++## Running $as_me. ## 32.36516 ++_ASBOX 32.36517 ++} >&5 32.36518 ++cat >&5 <<_CSEOF 32.36519 ++ 32.36520 ++This file was extended by $as_me, which was 32.36521 ++generated by GNU Autoconf 2.58. Invocation command line was 32.36522 ++ 32.36523 ++ CONFIG_FILES = $CONFIG_FILES 32.36524 ++ CONFIG_HEADERS = $CONFIG_HEADERS 32.36525 ++ CONFIG_LINKS = $CONFIG_LINKS 32.36526 ++ CONFIG_COMMANDS = $CONFIG_COMMANDS 32.36527 ++ $ $0 $@ 32.36528 ++ 32.36529 ++_CSEOF 32.36530 ++echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 32.36531 ++echo >&5 32.36532 ++_ACEOF 32.36533 ++ 32.36534 ++# Files that config.status was made for. 32.36535 ++if test -n "$ac_config_files"; then 32.36536 ++ echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 32.36537 ++fi 32.36538 ++ 32.36539 ++if test -n "$ac_config_headers"; then 32.36540 ++ echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 32.36541 ++fi 32.36542 ++ 32.36543 ++if test -n "$ac_config_links"; then 32.36544 ++ echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 32.36545 ++fi 32.36546 ++ 32.36547 ++if test -n "$ac_config_commands"; then 32.36548 ++ echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 32.36549 ++fi 32.36550 ++ 32.36551 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.36552 ++ 32.36553 ++ac_cs_usage="\ 32.36554 ++\`$as_me' instantiates files from templates according to the 32.36555 ++current configuration. 32.36556 ++ 32.36557 ++Usage: $0 [OPTIONS] [FILE]... 32.36558 ++ 32.36559 ++ -h, --help print this help, then exit 32.36560 ++ -V, --version print version number, then exit 32.36561 ++ -q, --quiet do not print progress messages 32.36562 ++ -d, --debug don't remove temporary files 32.36563 ++ --recheck update $as_me by reconfiguring in the same conditions 32.36564 ++ --file=FILE[:TEMPLATE] 32.36565 ++ instantiate the configuration file FILE 32.36566 ++ --header=FILE[:TEMPLATE] 32.36567 ++ instantiate the configuration header FILE 32.36568 ++ 32.36569 ++Configuration files: 32.36570 ++$config_files 32.36571 ++ 32.36572 ++Configuration headers: 32.36573 ++$config_headers 32.36574 ++ 32.36575 ++Configuration commands: 32.36576 ++$config_commands 32.36577 ++ 32.36578 ++Report bugs to <bug-autoconf@gnu.org>." 32.36579 ++_ACEOF 32.36580 ++ 32.36581 ++cat >>$CONFIG_STATUS <<_ACEOF 32.36582 ++ac_cs_version="\\ 32.36583 ++config.status 32.36584 ++configured by $0, generated by GNU Autoconf 2.58, 32.36585 ++ with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 32.36586 ++ 32.36587 ++Copyright (C) 2003 Free Software Foundation, Inc. 32.36588 ++This config.status script is free software; the Free Software Foundation 32.36589 ++gives unlimited permission to copy, distribute and modify it." 32.36590 ++srcdir=$srcdir 32.36591 ++INSTALL="$INSTALL" 32.36592 ++_ACEOF 32.36593 ++ 32.36594 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.36595 ++# If no file are specified by the user, then we need to provide default 32.36596 ++# value. By we need to know if files were specified by the user. 32.36597 ++ac_need_defaults=: 32.36598 ++while test $# != 0 32.36599 ++do 32.36600 ++ case $1 in 32.36601 ++ --*=*) 32.36602 ++ ac_option=`expr "x$1" : 'x\([^=]*\)='` 32.36603 ++ ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 32.36604 ++ ac_shift=: 32.36605 ++ ;; 32.36606 ++ -*) 32.36607 ++ ac_option=$1 32.36608 ++ ac_optarg=$2 32.36609 ++ ac_shift=shift 32.36610 ++ ;; 32.36611 ++ *) # This is not an option, so the user has probably given explicit 32.36612 ++ # arguments. 32.36613 ++ ac_option=$1 32.36614 ++ ac_need_defaults=false;; 32.36615 ++ esac 32.36616 ++ 32.36617 ++ case $ac_option in 32.36618 ++ # Handling of the options. 32.36619 ++_ACEOF 32.36620 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.36621 ++ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 32.36622 ++ ac_cs_recheck=: ;; 32.36623 ++ --version | --vers* | -V ) 32.36624 ++ echo "$ac_cs_version"; exit 0 ;; 32.36625 ++ --he | --h) 32.36626 ++ # Conflict between --help and --header 32.36627 ++ { { echo "$as_me:$LINENO: error: ambiguous option: $1 32.36628 ++Try \`$0 --help' for more information." >&5 32.36629 ++echo "$as_me: error: ambiguous option: $1 32.36630 ++Try \`$0 --help' for more information." >&2;} 32.36631 ++ { (exit 1); exit 1; }; };; 32.36632 ++ --help | --hel | -h ) 32.36633 ++ echo "$ac_cs_usage"; exit 0 ;; 32.36634 ++ --debug | --d* | -d ) 32.36635 ++ debug=: ;; 32.36636 ++ --file | --fil | --fi | --f ) 32.36637 ++ $ac_shift 32.36638 ++ CONFIG_FILES="$CONFIG_FILES $ac_optarg" 32.36639 ++ ac_need_defaults=false;; 32.36640 ++ --header | --heade | --head | --hea ) 32.36641 ++ $ac_shift 32.36642 ++ CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 32.36643 ++ ac_need_defaults=false;; 32.36644 ++ -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 32.36645 ++ | -silent | --silent | --silen | --sile | --sil | --si | --s) 32.36646 ++ ac_cs_silent=: ;; 32.36647 ++ 32.36648 ++ # This is an error. 32.36649 ++ -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 32.36650 ++Try \`$0 --help' for more information." >&5 32.36651 ++echo "$as_me: error: unrecognized option: $1 32.36652 ++Try \`$0 --help' for more information." >&2;} 32.36653 ++ { (exit 1); exit 1; }; } ;; 32.36654 ++ 32.36655 ++ *) ac_config_targets="$ac_config_targets $1" ;; 32.36656 ++ 32.36657 ++ esac 32.36658 ++ shift 32.36659 + done 32.36660 +-if test -z "$ac_sed_cmds"; then 32.36661 +- ac_sed_cmds=cat 32.36662 ++ 32.36663 ++ac_configure_extra_args= 32.36664 ++ 32.36665 ++if $ac_cs_silent; then 32.36666 ++ exec 6>/dev/null 32.36667 ++ ac_configure_extra_args="$ac_configure_extra_args --silent" 32.36668 ++fi 32.36669 ++ 32.36670 ++_ACEOF 32.36671 ++cat >>$CONFIG_STATUS <<_ACEOF 32.36672 ++if \$ac_cs_recheck; then 32.36673 ++ echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 32.36674 ++ exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 32.36675 + fi 32.36676 +-EOF 32.36677 + 32.36678 +-cat >> $CONFIG_STATUS <<EOF 32.36679 ++_ACEOF 32.36680 + 32.36681 +-CONFIG_FILES=\${CONFIG_FILES-"Makefile 32.36682 +- libstroke/Makefile \ 32.36683 +- libgstroke/Makefile \ 32.36684 +- doc/Makefile \ 32.36685 +- javastroke/Makefile \ 32.36686 +- tests/Makefile "} 32.36687 +-EOF 32.36688 +-cat >> $CONFIG_STATUS <<\EOF 32.36689 +-for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then 32.36690 ++cat >>$CONFIG_STATUS <<_ACEOF 32.36691 ++# 32.36692 ++# INIT-COMMANDS section. 32.36693 ++# 32.36694 ++ 32.36695 ++AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 32.36696 ++ 32.36697 ++_ACEOF 32.36698 ++ 32.36699 ++ 32.36700 ++ 32.36701 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.36702 ++for ac_config_target in $ac_config_targets 32.36703 ++do 32.36704 ++ case "$ac_config_target" in 32.36705 ++ # Handling of arguments. 32.36706 ++ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 32.36707 ++ "libstroke/Makefile" ) CONFIG_FILES="$CONFIG_FILES libstroke/Makefile" ;; 32.36708 ++ "libgstroke/Makefile" ) CONFIG_FILES="$CONFIG_FILES libgstroke/Makefile" ;; 32.36709 ++ "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 32.36710 ++ "javastroke/Makefile" ) CONFIG_FILES="$CONFIG_FILES javastroke/Makefile" ;; 32.36711 ++ "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 32.36712 ++ "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 32.36713 ++ "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 32.36714 ++ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 32.36715 ++echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 32.36716 ++ { (exit 1); exit 1; }; };; 32.36717 ++ esac 32.36718 ++done 32.36719 ++ 32.36720 ++# If the user did not use the arguments to specify the items to instantiate, 32.36721 ++# then the envvar interface is used. Set only those that are not. 32.36722 ++# We use the long form for the default assignment because of an extremely 32.36723 ++# bizarre bug on SunOS 4.1.3. 32.36724 ++if $ac_need_defaults; then 32.36725 ++ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 32.36726 ++ test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 32.36727 ++ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 32.36728 ++fi 32.36729 ++ 32.36730 ++# Have a temporary directory for convenience. Make it in the build tree 32.36731 ++# simply because there is no reason to put it here, and in addition, 32.36732 ++# creating and moving files from /tmp can sometimes cause problems. 32.36733 ++# Create a temporary directory, and hook for its removal unless debugging. 32.36734 ++$debug || 32.36735 ++{ 32.36736 ++ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 32.36737 ++ trap '{ (exit 1); exit 1; }' 1 2 13 15 32.36738 ++} 32.36739 ++ 32.36740 ++# Create a (secure) tmp directory for tmp files. 32.36741 ++ 32.36742 ++{ 32.36743 ++ tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 32.36744 ++ test -n "$tmp" && test -d "$tmp" 32.36745 ++} || 32.36746 ++{ 32.36747 ++ tmp=./confstat$$-$RANDOM 32.36748 ++ (umask 077 && mkdir $tmp) 32.36749 ++} || 32.36750 ++{ 32.36751 ++ echo "$me: cannot create a temporary directory in ." >&2 32.36752 ++ { (exit 1); exit 1; } 32.36753 ++} 32.36754 ++ 32.36755 ++_ACEOF 32.36756 ++ 32.36757 ++cat >>$CONFIG_STATUS <<_ACEOF 32.36758 ++ 32.36759 ++# 32.36760 ++# CONFIG_FILES section. 32.36761 ++# 32.36762 ++ 32.36763 ++# No need to generate the scripts if there are no CONFIG_FILES. 32.36764 ++# This happens for instance when ./config.status config.h 32.36765 ++if test -n "\$CONFIG_FILES"; then 32.36766 ++ # Protect against being on the right side of a sed subst in config.status. 32.36767 ++ sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 32.36768 ++ s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 32.36769 ++s,@SHELL@,$SHELL,;t t 32.36770 ++s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 32.36771 ++s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 32.36772 ++s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 32.36773 ++s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 32.36774 ++s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 32.36775 ++s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 32.36776 ++s,@exec_prefix@,$exec_prefix,;t t 32.36777 ++s,@prefix@,$prefix,;t t 32.36778 ++s,@program_transform_name@,$program_transform_name,;t t 32.36779 ++s,@bindir@,$bindir,;t t 32.36780 ++s,@sbindir@,$sbindir,;t t 32.36781 ++s,@libexecdir@,$libexecdir,;t t 32.36782 ++s,@datadir@,$datadir,;t t 32.36783 ++s,@sysconfdir@,$sysconfdir,;t t 32.36784 ++s,@sharedstatedir@,$sharedstatedir,;t t 32.36785 ++s,@localstatedir@,$localstatedir,;t t 32.36786 ++s,@libdir@,$libdir,;t t 32.36787 ++s,@includedir@,$includedir,;t t 32.36788 ++s,@oldincludedir@,$oldincludedir,;t t 32.36789 ++s,@infodir@,$infodir,;t t 32.36790 ++s,@mandir@,$mandir,;t t 32.36791 ++s,@build_alias@,$build_alias,;t t 32.36792 ++s,@host_alias@,$host_alias,;t t 32.36793 ++s,@target_alias@,$target_alias,;t t 32.36794 ++s,@DEFS@,$DEFS,;t t 32.36795 ++s,@ECHO_C@,$ECHO_C,;t t 32.36796 ++s,@ECHO_N@,$ECHO_N,;t t 32.36797 ++s,@ECHO_T@,$ECHO_T,;t t 32.36798 ++s,@LIBS@,$LIBS,;t t 32.36799 ++s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 32.36800 ++s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 32.36801 ++s,@INSTALL_DATA@,$INSTALL_DATA,;t t 32.36802 ++s,@CYGPATH_W@,$CYGPATH_W,;t t 32.36803 ++s,@PACKAGE@,$PACKAGE,;t t 32.36804 ++s,@VERSION@,$VERSION,;t t 32.36805 ++s,@ACLOCAL@,$ACLOCAL,;t t 32.36806 ++s,@AUTOCONF@,$AUTOCONF,;t t 32.36807 ++s,@AUTOMAKE@,$AUTOMAKE,;t t 32.36808 ++s,@AUTOHEADER@,$AUTOHEADER,;t t 32.36809 ++s,@MAKEINFO@,$MAKEINFO,;t t 32.36810 ++s,@AMTAR@,$AMTAR,;t t 32.36811 ++s,@install_sh@,$install_sh,;t t 32.36812 ++s,@STRIP@,$STRIP,;t t 32.36813 ++s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 32.36814 ++s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 32.36815 ++s,@AWK@,$AWK,;t t 32.36816 ++s,@SET_MAKE@,$SET_MAKE,;t t 32.36817 ++s,@am__leading_dot@,$am__leading_dot,;t t 32.36818 ++s,@build@,$build,;t t 32.36819 ++s,@build_cpu@,$build_cpu,;t t 32.36820 ++s,@build_vendor@,$build_vendor,;t t 32.36821 ++s,@build_os@,$build_os,;t t 32.36822 ++s,@host@,$host,;t t 32.36823 ++s,@host_cpu@,$host_cpu,;t t 32.36824 ++s,@host_vendor@,$host_vendor,;t t 32.36825 ++s,@host_os@,$host_os,;t t 32.36826 ++s,@CC@,$CC,;t t 32.36827 ++s,@CFLAGS@,$CFLAGS,;t t 32.36828 ++s,@LDFLAGS@,$LDFLAGS,;t t 32.36829 ++s,@CPPFLAGS@,$CPPFLAGS,;t t 32.36830 ++s,@ac_ct_CC@,$ac_ct_CC,;t t 32.36831 ++s,@EXEEXT@,$EXEEXT,;t t 32.36832 ++s,@OBJEXT@,$OBJEXT,;t t 32.36833 ++s,@DEPDIR@,$DEPDIR,;t t 32.36834 ++s,@am__include@,$am__include,;t t 32.36835 ++s,@am__quote@,$am__quote,;t t 32.36836 ++s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t 32.36837 ++s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t 32.36838 ++s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t 32.36839 ++s,@CCDEPMODE@,$CCDEPMODE,;t t 32.36840 ++s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t 32.36841 ++s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t 32.36842 ++s,@EGREP@,$EGREP,;t t 32.36843 ++s,@LN_S@,$LN_S,;t t 32.36844 ++s,@ECHO@,$ECHO,;t t 32.36845 ++s,@AR@,$AR,;t t 32.36846 ++s,@ac_ct_AR@,$ac_ct_AR,;t t 32.36847 ++s,@RANLIB@,$RANLIB,;t t 32.36848 ++s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 32.36849 ++s,@CPP@,$CPP,;t t 32.36850 ++s,@CXX@,$CXX,;t t 32.36851 ++s,@CXXFLAGS@,$CXXFLAGS,;t t 32.36852 ++s,@ac_ct_CXX@,$ac_ct_CXX,;t t 32.36853 ++s,@CXXDEPMODE@,$CXXDEPMODE,;t t 32.36854 ++s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t 32.36855 ++s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t 32.36856 ++s,@CXXCPP@,$CXXCPP,;t t 32.36857 ++s,@F77@,$F77,;t t 32.36858 ++s,@FFLAGS@,$FFLAGS,;t t 32.36859 ++s,@ac_ct_F77@,$ac_ct_F77,;t t 32.36860 ++s,@LIBTOOL@,$LIBTOOL,;t t 32.36861 ++s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 32.36862 ++s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 32.36863 ++s,@MAINT@,$MAINT,;t t 32.36864 ++s,@X_CFLAGS@,$X_CFLAGS,;t t 32.36865 ++s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 32.36866 ++s,@X_LIBS@,$X_LIBS,;t t 32.36867 ++s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 32.36868 ++s,@ENABLE_TCL_TRUE@,$ENABLE_TCL_TRUE,;t t 32.36869 ++s,@ENABLE_TCL_FALSE@,$ENABLE_TCL_FALSE,;t t 32.36870 ++s,@GTK_CONFIG@,$GTK_CONFIG,;t t 32.36871 ++s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t 32.36872 ++s,@GTK_LIBS@,$GTK_LIBS,;t t 32.36873 ++s,@HAVE_LIBGTK_TRUE@,$HAVE_LIBGTK_TRUE,;t t 32.36874 ++s,@HAVE_LIBGTK_FALSE@,$HAVE_LIBGTK_FALSE,;t t 32.36875 ++s,@X_LDFLAGS@,$X_LDFLAGS,;t t 32.36876 ++s,@LIBOBJS@,$LIBOBJS,;t t 32.36877 ++s,@LTLIBOBJS@,$LTLIBOBJS,;t t 32.36878 ++CEOF 32.36879 ++ 32.36880 ++_ACEOF 32.36881 ++ 32.36882 ++ cat >>$CONFIG_STATUS <<\_ACEOF 32.36883 ++ # Split the substitutions into bite-sized pieces for seds with 32.36884 ++ # small command number limits, like on Digital OSF/1 and HP-UX. 32.36885 ++ ac_max_sed_lines=48 32.36886 ++ ac_sed_frag=1 # Number of current file. 32.36887 ++ ac_beg=1 # First line for current file. 32.36888 ++ ac_end=$ac_max_sed_lines # Line after last line for current file. 32.36889 ++ ac_more_lines=: 32.36890 ++ ac_sed_cmds= 32.36891 ++ while $ac_more_lines; do 32.36892 ++ if test $ac_beg -gt 1; then 32.36893 ++ sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 32.36894 ++ else 32.36895 ++ sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 32.36896 ++ fi 32.36897 ++ if test ! -s $tmp/subs.frag; then 32.36898 ++ ac_more_lines=false 32.36899 ++ else 32.36900 ++ # The purpose of the label and of the branching condition is to 32.36901 ++ # speed up the sed processing (if there are no `@' at all, there 32.36902 ++ # is no need to browse any of the substitutions). 32.36903 ++ # These are the two extra sed commands mentioned above. 32.36904 ++ (echo ':t 32.36905 ++ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 32.36906 ++ if test -z "$ac_sed_cmds"; then 32.36907 ++ ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 32.36908 ++ else 32.36909 ++ ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 32.36910 ++ fi 32.36911 ++ ac_sed_frag=`expr $ac_sed_frag + 1` 32.36912 ++ ac_beg=$ac_end 32.36913 ++ ac_end=`expr $ac_end + $ac_max_sed_lines` 32.36914 ++ fi 32.36915 ++ done 32.36916 ++ if test -z "$ac_sed_cmds"; then 32.36917 ++ ac_sed_cmds=cat 32.36918 ++ fi 32.36919 ++fi # test -n "$CONFIG_FILES" 32.36920 ++ 32.36921 ++_ACEOF 32.36922 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.36923 ++for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 32.36924 + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 32.36925 +- case "$ac_file" in 32.36926 +- *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 32.36927 +- ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 32.36928 +- *) ac_file_in="${ac_file}.in" ;; 32.36929 +- esac 32.36930 +- 32.36931 +- # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 32.36932 +- 32.36933 +- # Remove last slash and all that follows it. Not all systems have dirname. 32.36934 +- ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 32.36935 +- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 32.36936 +- # The file is in a subdirectory. 32.36937 +- test ! -d "$ac_dir" && mkdir "$ac_dir" 32.36938 +- ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" 32.36939 +- # A "../" for each directory in $ac_dir_suffix. 32.36940 +- ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` 32.36941 +- else 32.36942 +- ac_dir_suffix= ac_dots= 32.36943 +- fi 32.36944 +- 32.36945 +- case "$ac_given_srcdir" in 32.36946 +- .) srcdir=. 32.36947 +- if test -z "$ac_dots"; then top_srcdir=. 32.36948 +- else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 32.36949 +- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 32.36950 ++ case $ac_file in 32.36951 ++ - | *:- | *:-:* ) # input from stdin 32.36952 ++ cat >$tmp/stdin 32.36953 ++ ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 32.36954 ++ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 32.36955 ++ *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 32.36956 ++ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 32.36957 ++ * ) ac_file_in=$ac_file.in ;; 32.36958 ++ esac 32.36959 ++ 32.36960 ++ # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 32.36961 ++ ac_dir=`(dirname "$ac_file") 2>/dev/null || 32.36962 ++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.36963 ++ X"$ac_file" : 'X\(//\)[^/]' \| \ 32.36964 ++ X"$ac_file" : 'X\(//\)$' \| \ 32.36965 ++ X"$ac_file" : 'X\(/\)' \| \ 32.36966 ++ . : '\(.\)' 2>/dev/null || 32.36967 ++echo X"$ac_file" | 32.36968 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.36969 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.36970 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.36971 ++ /^X\(\/\).*/{ s//\1/; q; } 32.36972 ++ s/.*/./; q'` 32.36973 ++ { if $as_mkdir_p; then 32.36974 ++ mkdir -p "$ac_dir" 32.36975 ++ else 32.36976 ++ as_dir="$ac_dir" 32.36977 ++ as_dirs= 32.36978 ++ while test ! -d "$as_dir"; do 32.36979 ++ as_dirs="$as_dir $as_dirs" 32.36980 ++ as_dir=`(dirname "$as_dir") 2>/dev/null || 32.36981 ++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.36982 ++ X"$as_dir" : 'X\(//\)[^/]' \| \ 32.36983 ++ X"$as_dir" : 'X\(//\)$' \| \ 32.36984 ++ X"$as_dir" : 'X\(/\)' \| \ 32.36985 ++ . : '\(.\)' 2>/dev/null || 32.36986 ++echo X"$as_dir" | 32.36987 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.36988 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.36989 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.36990 ++ /^X\(\/\).*/{ s//\1/; q; } 32.36991 ++ s/.*/./; q'` 32.36992 ++ done 32.36993 ++ test ! -n "$as_dirs" || mkdir $as_dirs 32.36994 ++ fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 32.36995 ++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 32.36996 ++ { (exit 1); exit 1; }; }; } 32.36997 ++ 32.36998 ++ ac_builddir=. 32.36999 ++ 32.37000 ++if test "$ac_dir" != .; then 32.37001 ++ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 32.37002 ++ # A "../" for each directory in $ac_dir_suffix. 32.37003 ++ ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 32.37004 ++else 32.37005 ++ ac_dir_suffix= ac_top_builddir= 32.37006 ++fi 32.37007 ++ 32.37008 ++case $srcdir in 32.37009 ++ .) # No --srcdir option. We are building in place. 32.37010 ++ ac_srcdir=. 32.37011 ++ if test -z "$ac_top_builddir"; then 32.37012 ++ ac_top_srcdir=. 32.37013 ++ else 32.37014 ++ ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 32.37015 ++ fi ;; 32.37016 ++ [\\/]* | ?:[\\/]* ) # Absolute path. 32.37017 ++ ac_srcdir=$srcdir$ac_dir_suffix; 32.37018 ++ ac_top_srcdir=$srcdir ;; 32.37019 + *) # Relative path. 32.37020 +- srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" 32.37021 +- top_srcdir="$ac_dots$ac_given_srcdir" ;; 32.37022 ++ ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 32.37023 ++ ac_top_srcdir=$ac_top_builddir$srcdir ;; 32.37024 ++esac 32.37025 ++case "$ac_dir" in 32.37026 ++.) ac_abs_builddir=$ac_builddir;; 32.37027 ++*) 32.37028 ++ case $ac_builddir in 32.37029 ++ .) ac_abs_builddir="$ac_dir";; 32.37030 ++ [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;; 32.37031 ++ *) ac_abs_builddir="$ac_dir"/$ac_builddir;; 32.37032 ++ esac;; 32.37033 ++esac 32.37034 ++case "$ac_dir" in 32.37035 ++.) ac_abs_top_builddir=${ac_top_builddir}.;; 32.37036 ++*) 32.37037 ++ case ${ac_top_builddir}. in 32.37038 ++ .) ac_abs_top_builddir="$ac_dir";; 32.37039 ++ [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 32.37040 ++ *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;; 32.37041 ++ esac;; 32.37042 ++esac 32.37043 ++case "$ac_dir" in 32.37044 ++.) ac_abs_srcdir=$ac_srcdir;; 32.37045 ++*) 32.37046 ++ case $ac_srcdir in 32.37047 ++ .) ac_abs_srcdir="$ac_dir";; 32.37048 ++ [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 32.37049 ++ *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;; 32.37050 ++ esac;; 32.37051 ++esac 32.37052 ++case "$ac_dir" in 32.37053 ++.) ac_abs_top_srcdir=$ac_top_srcdir;; 32.37054 ++*) 32.37055 ++ case $ac_top_srcdir in 32.37056 ++ .) ac_abs_top_srcdir="$ac_dir";; 32.37057 ++ [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 32.37058 ++ *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;; 32.37059 ++ esac;; 32.37060 ++esac 32.37061 ++ 32.37062 ++ 32.37063 ++ case $INSTALL in 32.37064 ++ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 32.37065 ++ *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 32.37066 + esac 32.37067 + 32.37068 +- case "$ac_given_INSTALL" in 32.37069 +- [/$]*) INSTALL="$ac_given_INSTALL" ;; 32.37070 +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 32.37071 +- esac 32.37072 +- 32.37073 +- echo creating "$ac_file" 32.37074 +- rm -f "$ac_file" 32.37075 +- configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." 32.37076 +- case "$ac_file" in 32.37077 +- *Makefile*) ac_comsub="1i\\ 32.37078 +-# $configure_input" ;; 32.37079 +- *) ac_comsub= ;; 32.37080 +- esac 32.37081 +- 32.37082 +- ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 32.37083 +- sed -e "$ac_comsub 32.37084 +-s%@configure_input@%$configure_input%g 32.37085 +-s%@srcdir@%$srcdir%g 32.37086 +-s%@top_srcdir@%$top_srcdir%g 32.37087 +-s%@INSTALL@%$INSTALL%g 32.37088 +-" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file 32.37089 +-fi; done 32.37090 +-rm -f conftest.s* 32.37091 ++ if test x"$ac_file" != x-; then 32.37092 ++ { echo "$as_me:$LINENO: creating $ac_file" >&5 32.37093 ++echo "$as_me: creating $ac_file" >&6;} 32.37094 ++ rm -f "$ac_file" 32.37095 ++ fi 32.37096 ++ # Let's still pretend it is `configure' which instantiates (i.e., don't 32.37097 ++ # use $as_me), people would be surprised to read: 32.37098 ++ # /* config.h. Generated by config.status. */ 32.37099 ++ if test x"$ac_file" = x-; then 32.37100 ++ configure_input= 32.37101 ++ else 32.37102 ++ configure_input="$ac_file. " 32.37103 ++ fi 32.37104 ++ configure_input=$configure_input"Generated from `echo $ac_file_in | 32.37105 ++ sed 's,.*/,,'` by configure." 32.37106 ++ 32.37107 ++ # First look for the input files in the build tree, otherwise in the 32.37108 ++ # src tree. 32.37109 ++ ac_file_inputs=`IFS=: 32.37110 ++ for f in $ac_file_in; do 32.37111 ++ case $f in 32.37112 ++ -) echo $tmp/stdin ;; 32.37113 ++ [\\/$]*) 32.37114 ++ # Absolute (can't be DOS-style, as IFS=:) 32.37115 ++ test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 32.37116 ++echo "$as_me: error: cannot find input file: $f" >&2;} 32.37117 ++ { (exit 1); exit 1; }; } 32.37118 ++ echo "$f";; 32.37119 ++ *) # Relative 32.37120 ++ if test -f "$f"; then 32.37121 ++ # Build tree 32.37122 ++ echo "$f" 32.37123 ++ elif test -f "$srcdir/$f"; then 32.37124 ++ # Source tree 32.37125 ++ echo "$srcdir/$f" 32.37126 ++ else 32.37127 ++ # /dev/null tree 32.37128 ++ { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 32.37129 ++echo "$as_me: error: cannot find input file: $f" >&2;} 32.37130 ++ { (exit 1); exit 1; }; } 32.37131 ++ fi;; 32.37132 ++ esac 32.37133 ++ done` || { (exit 1); exit 1; } 32.37134 ++_ACEOF 32.37135 ++cat >>$CONFIG_STATUS <<_ACEOF 32.37136 ++ sed "$ac_vpsub 32.37137 ++$extrasub 32.37138 ++_ACEOF 32.37139 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.37140 ++:t 32.37141 ++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 32.37142 ++s,@configure_input@,$configure_input,;t t 32.37143 ++s,@srcdir@,$ac_srcdir,;t t 32.37144 ++s,@abs_srcdir@,$ac_abs_srcdir,;t t 32.37145 ++s,@top_srcdir@,$ac_top_srcdir,;t t 32.37146 ++s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 32.37147 ++s,@builddir@,$ac_builddir,;t t 32.37148 ++s,@abs_builddir@,$ac_abs_builddir,;t t 32.37149 ++s,@top_builddir@,$ac_top_builddir,;t t 32.37150 ++s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 32.37151 ++s,@INSTALL@,$ac_INSTALL,;t t 32.37152 ++" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 32.37153 ++ rm -f $tmp/stdin 32.37154 ++ if test x"$ac_file" != x-; then 32.37155 ++ mv $tmp/out $ac_file 32.37156 ++ else 32.37157 ++ cat $tmp/out 32.37158 ++ rm -f $tmp/out 32.37159 ++ fi 32.37160 ++ 32.37161 ++done 32.37162 ++_ACEOF 32.37163 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.37164 ++ 32.37165 ++# 32.37166 ++# CONFIG_HEADER section. 32.37167 ++# 32.37168 + 32.37169 + # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 32.37170 + # NAME is the cpp macro being defined and VALUE is the value it is being given. 32.37171 + # 32.37172 + # ac_d sets the value in "#define NAME VALUE" lines. 32.37173 +-ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 32.37174 +-ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 32.37175 +-ac_dC='\3' 32.37176 +-ac_dD='%g' 32.37177 +-# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 32.37178 +-ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 32.37179 +-ac_uB='\([ ]\)%\1#\2define\3' 32.37180 ++ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 32.37181 ++ac_dB='[ ].*$,\1#\2' 32.37182 ++ac_dC=' ' 32.37183 ++ac_dD=',;t' 32.37184 ++# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 32.37185 ++ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 32.37186 ++ac_uB='$,\1#\2define\3' 32.37187 + ac_uC=' ' 32.37188 +-ac_uD='\4%g' 32.37189 +-# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 32.37190 +-ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 32.37191 +-ac_eB='$%\1#\2define\3' 32.37192 +-ac_eC=' ' 32.37193 +-ac_eD='%g' 32.37194 ++ac_uD=',;t' 32.37195 + 32.37196 +-if test "${CONFIG_HEADERS+set}" != set; then 32.37197 +-EOF 32.37198 +-cat >> $CONFIG_STATUS <<EOF 32.37199 +- CONFIG_HEADERS="config.h" 32.37200 +-EOF 32.37201 +-cat >> $CONFIG_STATUS <<\EOF 32.37202 +-fi 32.37203 +-for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 32.37204 ++for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 32.37205 + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 32.37206 +- case "$ac_file" in 32.37207 +- *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 32.37208 +- ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 32.37209 +- *) ac_file_in="${ac_file}.in" ;; 32.37210 +- esac 32.37211 +- 32.37212 +- echo creating $ac_file 32.37213 +- 32.37214 +- rm -f conftest.frag conftest.in conftest.out 32.37215 +- ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 32.37216 +- cat $ac_file_inputs > conftest.in 32.37217 ++ case $ac_file in 32.37218 ++ - | *:- | *:-:* ) # input from stdin 32.37219 ++ cat >$tmp/stdin 32.37220 ++ ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 32.37221 ++ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 32.37222 ++ *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 32.37223 ++ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 32.37224 ++ * ) ac_file_in=$ac_file.in ;; 32.37225 ++ esac 32.37226 + 32.37227 +-EOF 32.37228 ++ test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 32.37229 ++echo "$as_me: creating $ac_file" >&6;} 32.37230 + 32.37231 +-# Transform confdefs.h into a sed script conftest.vals that substitutes 32.37232 +-# the proper values into config.h.in to produce config.h. And first: 32.37233 +-# Protect against being on the right side of a sed subst in config.status. 32.37234 +-# Protect against being in an unquoted here document in config.status. 32.37235 +-rm -f conftest.vals 32.37236 +-cat > conftest.hdr <<\EOF 32.37237 +-s/[\\&%]/\\&/g 32.37238 +-s%[\\$`]%\\&%g 32.37239 +-s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 32.37240 +-s%ac_d%ac_u%gp 32.37241 +-s%ac_u%ac_e%gp 32.37242 +-EOF 32.37243 +-sed -n -f conftest.hdr confdefs.h > conftest.vals 32.37244 +-rm -f conftest.hdr 32.37245 ++ # First look for the input files in the build tree, otherwise in the 32.37246 ++ # src tree. 32.37247 ++ ac_file_inputs=`IFS=: 32.37248 ++ for f in $ac_file_in; do 32.37249 ++ case $f in 32.37250 ++ -) echo $tmp/stdin ;; 32.37251 ++ [\\/$]*) 32.37252 ++ # Absolute (can't be DOS-style, as IFS=:) 32.37253 ++ test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 32.37254 ++echo "$as_me: error: cannot find input file: $f" >&2;} 32.37255 ++ { (exit 1); exit 1; }; } 32.37256 ++ # Do quote $f, to prevent DOS paths from being IFS'd. 32.37257 ++ echo "$f";; 32.37258 ++ *) # Relative 32.37259 ++ if test -f "$f"; then 32.37260 ++ # Build tree 32.37261 ++ echo "$f" 32.37262 ++ elif test -f "$srcdir/$f"; then 32.37263 ++ # Source tree 32.37264 ++ echo "$srcdir/$f" 32.37265 ++ else 32.37266 ++ # /dev/null tree 32.37267 ++ { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 32.37268 ++echo "$as_me: error: cannot find input file: $f" >&2;} 32.37269 ++ { (exit 1); exit 1; }; } 32.37270 ++ fi;; 32.37271 ++ esac 32.37272 ++ done` || { (exit 1); exit 1; } 32.37273 ++ # Remove the trailing spaces. 32.37274 ++ sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 32.37275 ++ 32.37276 ++_ACEOF 32.37277 ++ 32.37278 ++# Transform confdefs.h into two sed scripts, `conftest.defines' and 32.37279 ++# `conftest.undefs', that substitutes the proper values into 32.37280 ++# config.h.in to produce config.h. The first handles `#define' 32.37281 ++# templates, and the second `#undef' templates. 32.37282 ++# And first: Protect against being on the right side of a sed subst in 32.37283 ++# config.status. Protect against being in an unquoted here document 32.37284 ++# in config.status. 32.37285 ++rm -f conftest.defines conftest.undefs 32.37286 ++# Using a here document instead of a string reduces the quoting nightmare. 32.37287 ++# Putting comments in sed scripts is not portable. 32.37288 ++# 32.37289 ++# `end' is used to avoid that the second main sed command (meant for 32.37290 ++# 0-ary CPP macros) applies to n-ary macro definitions. 32.37291 ++# See the Autoconf documentation for `clear'. 32.37292 ++cat >confdef2sed.sed <<\_ACEOF 32.37293 ++s/[\\&,]/\\&/g 32.37294 ++s,[\\$`],\\&,g 32.37295 ++t clear 32.37296 ++: clear 32.37297 ++s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 32.37298 ++t end 32.37299 ++s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 32.37300 ++: end 32.37301 ++_ACEOF 32.37302 ++# If some macros were called several times there might be several times 32.37303 ++# the same #defines, which is useless. Nevertheless, we may not want to 32.37304 ++# sort them, since we want the *last* AC-DEFINE to be honored. 32.37305 ++uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 32.37306 ++sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 32.37307 ++rm -f confdef2sed.sed 32.37308 + 32.37309 + # This sed command replaces #undef with comments. This is necessary, for 32.37310 + # example, in the case of _POSIX_SOURCE, which is predefined and required 32.37311 + # on some systems where configure will not decide to define it. 32.37312 +-cat >> conftest.vals <<\EOF 32.37313 +-s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 32.37314 +-EOF 32.37315 +- 32.37316 +-# Break up conftest.vals because some shells have a limit on 32.37317 +-# the size of here documents, and old seds have small limits too. 32.37318 +- 32.37319 ++cat >>conftest.undefs <<\_ACEOF 32.37320 ++s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 32.37321 ++_ACEOF 32.37322 ++ 32.37323 ++# Break up conftest.defines because some shells have a limit on the size 32.37324 ++# of here documents, and old seds have small limits too (100 cmds). 32.37325 ++echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 32.37326 ++echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 32.37327 ++echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 32.37328 ++echo ' :' >>$CONFIG_STATUS 32.37329 + rm -f conftest.tail 32.37330 +-while : 32.37331 ++while grep . conftest.defines >/dev/null 32.37332 + do 32.37333 +- ac_lines=`grep -c . conftest.vals` 32.37334 +- # grep -c gives empty output for an empty file on some AIX systems. 32.37335 +- if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi 32.37336 +- # Write a limited-size here document to conftest.frag. 32.37337 +- echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 32.37338 +- sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 32.37339 ++ # Write a limited-size here document to $tmp/defines.sed. 32.37340 ++ echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 32.37341 ++ # Speed up: don't consider the non `#define' lines. 32.37342 ++ echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 32.37343 ++ # Work around the forget-to-reset-the-flag bug. 32.37344 ++ echo 't clr' >>$CONFIG_STATUS 32.37345 ++ echo ': clr' >>$CONFIG_STATUS 32.37346 ++ sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 32.37347 + echo 'CEOF 32.37348 +- sed -f conftest.frag conftest.in > conftest.out 32.37349 +- rm -f conftest.in 32.37350 +- mv conftest.out conftest.in 32.37351 +-' >> $CONFIG_STATUS 32.37352 +- sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 32.37353 +- rm -f conftest.vals 32.37354 +- mv conftest.tail conftest.vals 32.37355 ++ sed -f $tmp/defines.sed $tmp/in >$tmp/out 32.37356 ++ rm -f $tmp/in 32.37357 ++ mv $tmp/out $tmp/in 32.37358 ++' >>$CONFIG_STATUS 32.37359 ++ sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 32.37360 ++ rm -f conftest.defines 32.37361 ++ mv conftest.tail conftest.defines 32.37362 + done 32.37363 +-rm -f conftest.vals 32.37364 ++rm -f conftest.defines 32.37365 ++echo ' fi # grep' >>$CONFIG_STATUS 32.37366 ++echo >>$CONFIG_STATUS 32.37367 ++ 32.37368 ++# Break up conftest.undefs because some shells have a limit on the size 32.37369 ++# of here documents, and old seds have small limits too (100 cmds). 32.37370 ++echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 32.37371 ++rm -f conftest.tail 32.37372 ++while grep . conftest.undefs >/dev/null 32.37373 ++do 32.37374 ++ # Write a limited-size here document to $tmp/undefs.sed. 32.37375 ++ echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 32.37376 ++ # Speed up: don't consider the non `#undef' 32.37377 ++ echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 32.37378 ++ # Work around the forget-to-reset-the-flag bug. 32.37379 ++ echo 't clr' >>$CONFIG_STATUS 32.37380 ++ echo ': clr' >>$CONFIG_STATUS 32.37381 ++ sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 32.37382 ++ echo 'CEOF 32.37383 ++ sed -f $tmp/undefs.sed $tmp/in >$tmp/out 32.37384 ++ rm -f $tmp/in 32.37385 ++ mv $tmp/out $tmp/in 32.37386 ++' >>$CONFIG_STATUS 32.37387 ++ sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 32.37388 ++ rm -f conftest.undefs 32.37389 ++ mv conftest.tail conftest.undefs 32.37390 ++done 32.37391 ++rm -f conftest.undefs 32.37392 + 32.37393 +-cat >> $CONFIG_STATUS <<\EOF 32.37394 +- rm -f conftest.frag conftest.h 32.37395 +- echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 32.37396 +- cat conftest.in >> conftest.h 32.37397 +- rm -f conftest.in 32.37398 +- if cmp -s $ac_file conftest.h 2>/dev/null; then 32.37399 +- echo "$ac_file is unchanged" 32.37400 +- rm -f conftest.h 32.37401 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.37402 ++ # Let's still pretend it is `configure' which instantiates (i.e., don't 32.37403 ++ # use $as_me), people would be surprised to read: 32.37404 ++ # /* config.h. Generated by config.status. */ 32.37405 ++ if test x"$ac_file" = x-; then 32.37406 ++ echo "/* Generated by configure. */" >$tmp/config.h 32.37407 + else 32.37408 +- # Remove last slash and all that follows it. Not all systems have dirname. 32.37409 +- ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 32.37410 +- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 32.37411 +- # The file is in a subdirectory. 32.37412 +- test ! -d "$ac_dir" && mkdir "$ac_dir" 32.37413 ++ echo "/* $ac_file. Generated by configure. */" >$tmp/config.h 32.37414 ++ fi 32.37415 ++ cat $tmp/in >>$tmp/config.h 32.37416 ++ rm -f $tmp/in 32.37417 ++ if test x"$ac_file" != x-; then 32.37418 ++ if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 32.37419 ++ { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 32.37420 ++echo "$as_me: $ac_file is unchanged" >&6;} 32.37421 ++ else 32.37422 ++ ac_dir=`(dirname "$ac_file") 2>/dev/null || 32.37423 ++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37424 ++ X"$ac_file" : 'X\(//\)[^/]' \| \ 32.37425 ++ X"$ac_file" : 'X\(//\)$' \| \ 32.37426 ++ X"$ac_file" : 'X\(/\)' \| \ 32.37427 ++ . : '\(.\)' 2>/dev/null || 32.37428 ++echo X"$ac_file" | 32.37429 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37430 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37431 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37432 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37433 ++ s/.*/./; q'` 32.37434 ++ { if $as_mkdir_p; then 32.37435 ++ mkdir -p "$ac_dir" 32.37436 ++ else 32.37437 ++ as_dir="$ac_dir" 32.37438 ++ as_dirs= 32.37439 ++ while test ! -d "$as_dir"; do 32.37440 ++ as_dirs="$as_dir $as_dirs" 32.37441 ++ as_dir=`(dirname "$as_dir") 2>/dev/null || 32.37442 ++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37443 ++ X"$as_dir" : 'X\(//\)[^/]' \| \ 32.37444 ++ X"$as_dir" : 'X\(//\)$' \| \ 32.37445 ++ X"$as_dir" : 'X\(/\)' \| \ 32.37446 ++ . : '\(.\)' 2>/dev/null || 32.37447 ++echo X"$as_dir" | 32.37448 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37449 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37450 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37451 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37452 ++ s/.*/./; q'` 32.37453 ++ done 32.37454 ++ test ! -n "$as_dirs" || mkdir $as_dirs 32.37455 ++ fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 32.37456 ++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 32.37457 ++ { (exit 1); exit 1; }; }; } 32.37458 ++ 32.37459 ++ rm -f $ac_file 32.37460 ++ mv $tmp/config.h $ac_file 32.37461 + fi 32.37462 +- rm -f $ac_file 32.37463 +- mv conftest.h $ac_file 32.37464 ++ else 32.37465 ++ cat $tmp/config.h 32.37466 ++ rm -f $tmp/config.h 32.37467 + fi 32.37468 +-fi; done 32.37469 ++# Compute $ac_file's index in $config_headers. 32.37470 ++_am_stamp_count=1 32.37471 ++for _am_header in $config_headers :; do 32.37472 ++ case $_am_header in 32.37473 ++ $ac_file | $ac_file:* ) 32.37474 ++ break ;; 32.37475 ++ * ) 32.37476 ++ _am_stamp_count=`expr $_am_stamp_count + 1` ;; 32.37477 ++ esac 32.37478 ++done 32.37479 ++echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 32.37480 ++$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37481 ++ X$ac_file : 'X\(//\)[^/]' \| \ 32.37482 ++ X$ac_file : 'X\(//\)$' \| \ 32.37483 ++ X$ac_file : 'X\(/\)' \| \ 32.37484 ++ . : '\(.\)' 2>/dev/null || 32.37485 ++echo X$ac_file | 32.37486 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37487 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37488 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37489 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37490 ++ s/.*/./; q'`/stamp-h$_am_stamp_count 32.37491 ++done 32.37492 ++_ACEOF 32.37493 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.37494 + 32.37495 +-EOF 32.37496 +-cat >> $CONFIG_STATUS <<EOF 32.37497 ++# 32.37498 ++# CONFIG_COMMANDS section. 32.37499 ++# 32.37500 ++for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue 32.37501 ++ ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 32.37502 ++ ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 32.37503 ++ ac_dir=`(dirname "$ac_dest") 2>/dev/null || 32.37504 ++$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37505 ++ X"$ac_dest" : 'X\(//\)[^/]' \| \ 32.37506 ++ X"$ac_dest" : 'X\(//\)$' \| \ 32.37507 ++ X"$ac_dest" : 'X\(/\)' \| \ 32.37508 ++ . : '\(.\)' 2>/dev/null || 32.37509 ++echo X"$ac_dest" | 32.37510 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37511 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37512 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37513 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37514 ++ s/.*/./; q'` 32.37515 ++ { if $as_mkdir_p; then 32.37516 ++ mkdir -p "$ac_dir" 32.37517 ++ else 32.37518 ++ as_dir="$ac_dir" 32.37519 ++ as_dirs= 32.37520 ++ while test ! -d "$as_dir"; do 32.37521 ++ as_dirs="$as_dir $as_dirs" 32.37522 ++ as_dir=`(dirname "$as_dir") 2>/dev/null || 32.37523 ++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37524 ++ X"$as_dir" : 'X\(//\)[^/]' \| \ 32.37525 ++ X"$as_dir" : 'X\(//\)$' \| \ 32.37526 ++ X"$as_dir" : 'X\(/\)' \| \ 32.37527 ++ . : '\(.\)' 2>/dev/null || 32.37528 ++echo X"$as_dir" | 32.37529 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37530 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37531 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37532 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37533 ++ s/.*/./; q'` 32.37534 ++ done 32.37535 ++ test ! -n "$as_dirs" || mkdir $as_dirs 32.37536 ++ fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 32.37537 ++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 32.37538 ++ { (exit 1); exit 1; }; }; } 32.37539 ++ 32.37540 ++ ac_builddir=. 32.37541 ++ 32.37542 ++if test "$ac_dir" != .; then 32.37543 ++ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 32.37544 ++ # A "../" for each directory in $ac_dir_suffix. 32.37545 ++ ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 32.37546 ++else 32.37547 ++ ac_dir_suffix= ac_top_builddir= 32.37548 ++fi 32.37549 ++ 32.37550 ++case $srcdir in 32.37551 ++ .) # No --srcdir option. We are building in place. 32.37552 ++ ac_srcdir=. 32.37553 ++ if test -z "$ac_top_builddir"; then 32.37554 ++ ac_top_srcdir=. 32.37555 ++ else 32.37556 ++ ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 32.37557 ++ fi ;; 32.37558 ++ [\\/]* | ?:[\\/]* ) # Absolute path. 32.37559 ++ ac_srcdir=$srcdir$ac_dir_suffix; 32.37560 ++ ac_top_srcdir=$srcdir ;; 32.37561 ++ *) # Relative path. 32.37562 ++ ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 32.37563 ++ ac_top_srcdir=$ac_top_builddir$srcdir ;; 32.37564 ++esac 32.37565 ++case "$ac_dir" in 32.37566 ++.) ac_abs_builddir=$ac_builddir;; 32.37567 ++*) 32.37568 ++ case $ac_builddir in 32.37569 ++ .) ac_abs_builddir="$ac_dir";; 32.37570 ++ [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;; 32.37571 ++ *) ac_abs_builddir="$ac_dir"/$ac_builddir;; 32.37572 ++ esac;; 32.37573 ++esac 32.37574 ++case "$ac_dir" in 32.37575 ++.) ac_abs_top_builddir=${ac_top_builddir}.;; 32.37576 ++*) 32.37577 ++ case ${ac_top_builddir}. in 32.37578 ++ .) ac_abs_top_builddir="$ac_dir";; 32.37579 ++ [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 32.37580 ++ *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;; 32.37581 ++ esac;; 32.37582 ++esac 32.37583 ++case "$ac_dir" in 32.37584 ++.) ac_abs_srcdir=$ac_srcdir;; 32.37585 ++*) 32.37586 ++ case $ac_srcdir in 32.37587 ++ .) ac_abs_srcdir="$ac_dir";; 32.37588 ++ [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 32.37589 ++ *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;; 32.37590 ++ esac;; 32.37591 ++esac 32.37592 ++case "$ac_dir" in 32.37593 ++.) ac_abs_top_srcdir=$ac_top_srcdir;; 32.37594 ++*) 32.37595 ++ case $ac_top_srcdir in 32.37596 ++ .) ac_abs_top_srcdir="$ac_dir";; 32.37597 ++ [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 32.37598 ++ *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;; 32.37599 ++ esac;; 32.37600 ++esac 32.37601 + 32.37602 + 32.37603 +-EOF 32.37604 +-cat >> $CONFIG_STATUS <<\EOF 32.37605 +-test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h 32.37606 ++ { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 32.37607 ++echo "$as_me: executing $ac_dest commands" >&6;} 32.37608 ++ case $ac_dest in 32.37609 ++ depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 32.37610 ++ # Strip MF so we end up with the name of the file. 32.37611 ++ mf=`echo "$mf" | sed -e 's/:.*$//'` 32.37612 ++ # Check whether this is an Automake generated Makefile or not. 32.37613 ++ # We used to match only the files named `Makefile.in', but 32.37614 ++ # some people rename them; so instead we look at the file content. 32.37615 ++ # Grep'ing the first line is not enough: some people post-process 32.37616 ++ # each Makefile.in and add a new line on top of each file to say so. 32.37617 ++ # So let's grep whole file. 32.37618 ++ if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 32.37619 ++ dirpart=`(dirname "$mf") 2>/dev/null || 32.37620 ++$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37621 ++ X"$mf" : 'X\(//\)[^/]' \| \ 32.37622 ++ X"$mf" : 'X\(//\)$' \| \ 32.37623 ++ X"$mf" : 'X\(/\)' \| \ 32.37624 ++ . : '\(.\)' 2>/dev/null || 32.37625 ++echo X"$mf" | 32.37626 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37627 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37628 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37629 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37630 ++ s/.*/./; q'` 32.37631 ++ else 32.37632 ++ continue 32.37633 ++ fi 32.37634 ++ grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 32.37635 ++ # Extract the definition of DEP_FILES from the Makefile without 32.37636 ++ # running `make'. 32.37637 ++ DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 32.37638 ++ test -z "$DEPDIR" && continue 32.37639 ++ # When using ansi2knr, U may be empty or an underscore; expand it 32.37640 ++ U=`sed -n -e '/^U = / s///p' < "$mf"` 32.37641 ++ test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 32.37642 ++ # We invoke sed twice because it is the simplest approach to 32.37643 ++ # changing $(DEPDIR) to its actual value in the expansion. 32.37644 ++ for file in `sed -n -e ' 32.37645 ++ /^DEP_FILES = .*\\\\$/ { 32.37646 ++ s/^DEP_FILES = // 32.37647 ++ :loop 32.37648 ++ s/\\\\$// 32.37649 ++ p 32.37650 ++ n 32.37651 ++ /\\\\$/ b loop 32.37652 ++ p 32.37653 ++ } 32.37654 ++ /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 32.37655 ++ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 32.37656 ++ # Make sure the directory exists. 32.37657 ++ test -f "$dirpart/$file" && continue 32.37658 ++ fdir=`(dirname "$file") 2>/dev/null || 32.37659 ++$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37660 ++ X"$file" : 'X\(//\)[^/]' \| \ 32.37661 ++ X"$file" : 'X\(//\)$' \| \ 32.37662 ++ X"$file" : 'X\(/\)' \| \ 32.37663 ++ . : '\(.\)' 2>/dev/null || 32.37664 ++echo X"$file" | 32.37665 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37666 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37667 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37668 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37669 ++ s/.*/./; q'` 32.37670 ++ { if $as_mkdir_p; then 32.37671 ++ mkdir -p $dirpart/$fdir 32.37672 ++ else 32.37673 ++ as_dir=$dirpart/$fdir 32.37674 ++ as_dirs= 32.37675 ++ while test ! -d "$as_dir"; do 32.37676 ++ as_dirs="$as_dir $as_dirs" 32.37677 ++ as_dir=`(dirname "$as_dir") 2>/dev/null || 32.37678 ++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32.37679 ++ X"$as_dir" : 'X\(//\)[^/]' \| \ 32.37680 ++ X"$as_dir" : 'X\(//\)$' \| \ 32.37681 ++ X"$as_dir" : 'X\(/\)' \| \ 32.37682 ++ . : '\(.\)' 2>/dev/null || 32.37683 ++echo X"$as_dir" | 32.37684 ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32.37685 ++ /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32.37686 ++ /^X\(\/\/\)$/{ s//\1/; q; } 32.37687 ++ /^X\(\/\).*/{ s//\1/; q; } 32.37688 ++ s/.*/./; q'` 32.37689 ++ done 32.37690 ++ test ! -n "$as_dirs" || mkdir $as_dirs 32.37691 ++ fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 32.37692 ++echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} 32.37693 ++ { (exit 1); exit 1; }; }; } 32.37694 + 32.37695 +-exit 0 32.37696 +-EOF 32.37697 ++ # echo "creating $dirpart/$file" 32.37698 ++ echo '# dummy' > "$dirpart/$file" 32.37699 ++ done 32.37700 ++done 32.37701 ++ ;; 32.37702 ++ esac 32.37703 ++done 32.37704 ++_ACEOF 32.37705 ++ 32.37706 ++cat >>$CONFIG_STATUS <<\_ACEOF 32.37707 ++ 32.37708 ++{ (exit 0); exit 0; } 32.37709 ++_ACEOF 32.37710 + chmod +x $CONFIG_STATUS 32.37711 +-rm -fr confdefs* $ac_clean_files 32.37712 +-test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 32.37713 ++ac_clean_files=$ac_clean_files_save 32.37714 ++ 32.37715 ++ 32.37716 ++# configure is writing to config.log, and then calls config.status. 32.37717 ++# config.status does its own redirection, appending to config.log. 32.37718 ++# Unfortunately, on DOS this fails, as config.log is still kept open 32.37719 ++# by configure, so config.status won't be able to write to it; its 32.37720 ++# output is simply discarded. So we exec the FD to /dev/null, 32.37721 ++# effectively closing config.log, so it can be properly (re)opened and 32.37722 ++# appended to by config.status. When coming back to configure, we 32.37723 ++# need to make the FD available again. 32.37724 ++if test "$no_create" != yes; then 32.37725 ++ ac_cs_success=: 32.37726 ++ ac_config_status_args= 32.37727 ++ test "$silent" = yes && 32.37728 ++ ac_config_status_args="$ac_config_status_args --quiet" 32.37729 ++ exec 5>/dev/null 32.37730 ++ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 32.37731 ++ exec 5>>config.log 32.37732 ++ # Use ||, not &&, to avoid exiting from the if with $? = 1, which 32.37733 ++ # would make configure fail if this is the last instruction. 32.37734 ++ $ac_cs_success || { (exit 1); exit 1; } 32.37735 ++fi 32.37736 + 32.37737 +--- /dev/null 32.37738 ++++ libstroke-0.5.1/depcomp 32.37739 +@@ -0,0 +1,479 @@ 32.37740 ++#! /bin/sh 32.37741 ++ 32.37742 ++# depcomp - compile a program generating dependencies as side-effects 32.37743 ++# Copyright 1999, 2000, 2003 Free Software Foundation, Inc. 32.37744 ++ 32.37745 ++# This program is free software; you can redistribute it and/or modify 32.37746 ++# it under the terms of the GNU General Public License as published by 32.37747 ++# the Free Software Foundation; either version 2, or (at your option) 32.37748 ++# any later version. 32.37749 ++ 32.37750 ++# This program is distributed in the hope that it will be useful, 32.37751 ++# but WITHOUT ANY WARRANTY; without even the implied warranty of 32.37752 ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 32.37753 ++# GNU General Public License for more details. 32.37754 ++ 32.37755 ++# You should have received a copy of the GNU General Public License 32.37756 ++# along with this program; if not, write to the Free Software 32.37757 ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 32.37758 ++# 02111-1307, USA. 32.37759 ++ 32.37760 ++# As a special exception to the GNU General Public License, if you 32.37761 ++# distribute this file as part of a program that contains a 32.37762 ++# configuration script generated by Autoconf, you may include it under 32.37763 ++# the same distribution terms that you use for the rest of that program. 32.37764 ++ 32.37765 ++# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>. 32.37766 ++ 32.37767 ++if test -z "$depmode" || test -z "$source" || test -z "$object"; then 32.37768 ++ echo "depcomp: Variables source, object and depmode must be set" 1>&2 32.37769 ++ exit 1 32.37770 ++fi 32.37771 ++# `libtool' can also be set to `yes' or `no'. 32.37772 ++ 32.37773 ++if test -z "$depfile"; then 32.37774 ++ base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` 32.37775 ++ dir=`echo "$object" | sed 's,/.*$,/,'` 32.37776 ++ if test "$dir" = "$object"; then 32.37777 ++ dir= 32.37778 ++ fi 32.37779 ++ # FIXME: should be _deps on DOS. 32.37780 ++ depfile="$dir.deps/$base" 32.37781 ++fi 32.37782 ++ 32.37783 ++tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 32.37784 ++ 32.37785 ++rm -f "$tmpdepfile" 32.37786 ++ 32.37787 ++# Some modes work just like other modes, but use different flags. We 32.37788 ++# parameterize here, but still list the modes in the big case below, 32.37789 ++# to make depend.m4 easier to write. Note that we *cannot* use a case 32.37790 ++# here, because this file can only contain one case statement. 32.37791 ++if test "$depmode" = hp; then 32.37792 ++ # HP compiler uses -M and no extra arg. 32.37793 ++ gccflag=-M 32.37794 ++ depmode=gcc 32.37795 ++fi 32.37796 ++ 32.37797 ++if test "$depmode" = dashXmstdout; then 32.37798 ++ # This is just like dashmstdout with a different argument. 32.37799 ++ dashmflag=-xM 32.37800 ++ depmode=dashmstdout 32.37801 ++fi 32.37802 ++ 32.37803 ++case "$depmode" in 32.37804 ++gcc3) 32.37805 ++## gcc 3 implements dependency tracking that does exactly what 32.37806 ++## we want. Yay! Note: for some reason libtool 1.4 doesn't like 32.37807 ++## it if -MD -MP comes after the -MF stuff. Hmm. 32.37808 ++ "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" 32.37809 ++ stat=$? 32.37810 ++ if test $stat -eq 0; then : 32.37811 ++ else 32.37812 ++ rm -f "$tmpdepfile" 32.37813 ++ exit $stat 32.37814 ++ fi 32.37815 ++ mv "$tmpdepfile" "$depfile" 32.37816 ++ ;; 32.37817 ++ 32.37818 ++gcc) 32.37819 ++## There are various ways to get dependency output from gcc. Here's 32.37820 ++## why we pick this rather obscure method: 32.37821 ++## - Don't want to use -MD because we'd like the dependencies to end 32.37822 ++## up in a subdir. Having to rename by hand is ugly. 32.37823 ++## (We might end up doing this anyway to support other compilers.) 32.37824 ++## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 32.37825 ++## -MM, not -M (despite what the docs say). 32.37826 ++## - Using -M directly means running the compiler twice (even worse 32.37827 ++## than renaming). 32.37828 ++ if test -z "$gccflag"; then 32.37829 ++ gccflag=-MD, 32.37830 ++ fi 32.37831 ++ "$@" -Wp,"$gccflag$tmpdepfile" 32.37832 ++ stat=$? 32.37833 ++ if test $stat -eq 0; then : 32.37834 ++ else 32.37835 ++ rm -f "$tmpdepfile" 32.37836 ++ exit $stat 32.37837 ++ fi 32.37838 ++ rm -f "$depfile" 32.37839 ++ echo "$object : \\" > "$depfile" 32.37840 ++ alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz 32.37841 ++## The second -e expression handles DOS-style file names with drive letters. 32.37842 ++ sed -e 's/^[^:]*: / /' \ 32.37843 ++ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" 32.37844 ++## This next piece of magic avoids the `deleted header file' problem. 32.37845 ++## The problem is that when a header file which appears in a .P file 32.37846 ++## is deleted, the dependency causes make to die (because there is 32.37847 ++## typically no way to rebuild the header). We avoid this by adding 32.37848 ++## dummy dependencies for each header file. Too bad gcc doesn't do 32.37849 ++## this for us directly. 32.37850 ++ tr ' ' ' 32.37851 ++' < "$tmpdepfile" | 32.37852 ++## Some versions of gcc put a space before the `:'. On the theory 32.37853 ++## that the space means something, we add a space to the output as 32.37854 ++## well. 32.37855 ++## Some versions of the HPUX 10.20 sed can't process this invocation 32.37856 ++## correctly. Breaking it into two sed invocations is a workaround. 32.37857 ++ sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 32.37858 ++ rm -f "$tmpdepfile" 32.37859 ++ ;; 32.37860 ++ 32.37861 ++hp) 32.37862 ++ # This case exists only to let depend.m4 do its work. It works by 32.37863 ++ # looking at the text of this script. This case will never be run, 32.37864 ++ # since it is checked for above. 32.37865 ++ exit 1 32.37866 ++ ;; 32.37867 ++ 32.37868 ++sgi) 32.37869 ++ if test "$libtool" = yes; then 32.37870 ++ "$@" "-Wp,-MDupdate,$tmpdepfile" 32.37871 ++ else 32.37872 ++ "$@" -MDupdate "$tmpdepfile" 32.37873 ++ fi 32.37874 ++ stat=$? 32.37875 ++ if test $stat -eq 0; then : 32.37876 ++ else 32.37877 ++ rm -f "$tmpdepfile" 32.37878 ++ exit $stat 32.37879 ++ fi 32.37880 ++ rm -f "$depfile" 32.37881 ++ 32.37882 ++ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files 32.37883 ++ echo "$object : \\" > "$depfile" 32.37884 ++ 32.37885 ++ # Clip off the initial element (the dependent). Don't try to be 32.37886 ++ # clever and replace this with sed code, as IRIX sed won't handle 32.37887 ++ # lines with more than a fixed number of characters (4096 in 32.37888 ++ # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; 32.37889 ++ # the IRIX cc adds comments like `#:fec' to the end of the 32.37890 ++ # dependency line. 32.37891 ++ tr ' ' ' 32.37892 ++' < "$tmpdepfile" \ 32.37893 ++ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ 32.37894 ++ tr ' 32.37895 ++' ' ' >> $depfile 32.37896 ++ echo >> $depfile 32.37897 ++ 32.37898 ++ # The second pass generates a dummy entry for each header file. 32.37899 ++ tr ' ' ' 32.37900 ++' < "$tmpdepfile" \ 32.37901 ++ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ 32.37902 ++ >> $depfile 32.37903 ++ else 32.37904 ++ # The sourcefile does not contain any dependencies, so just 32.37905 ++ # store a dummy comment line, to avoid errors with the Makefile 32.37906 ++ # "include basename.Plo" scheme. 32.37907 ++ echo "#dummy" > "$depfile" 32.37908 ++ fi 32.37909 ++ rm -f "$tmpdepfile" 32.37910 ++ ;; 32.37911 ++ 32.37912 ++aix) 32.37913 ++ # The C for AIX Compiler uses -M and outputs the dependencies 32.37914 ++ # in a .u file. In older versions, this file always lives in the 32.37915 ++ # current directory. Also, the AIX compiler puts `$object:' at the 32.37916 ++ # start of each line; $object doesn't have directory information. 32.37917 ++ # Version 6 uses the directory in both cases. 32.37918 ++ stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` 32.37919 ++ tmpdepfile="$stripped.u" 32.37920 ++ if test "$libtool" = yes; then 32.37921 ++ "$@" -Wc,-M 32.37922 ++ else 32.37923 ++ "$@" -M 32.37924 ++ fi 32.37925 ++ stat=$? 32.37926 ++ 32.37927 ++ if test -f "$tmpdepfile"; then : 32.37928 ++ else 32.37929 ++ stripped=`echo "$stripped" | sed 's,^.*/,,'` 32.37930 ++ tmpdepfile="$stripped.u" 32.37931 ++ fi 32.37932 ++ 32.37933 ++ if test $stat -eq 0; then : 32.37934 ++ else 32.37935 ++ rm -f "$tmpdepfile" 32.37936 ++ exit $stat 32.37937 ++ fi 32.37938 ++ 32.37939 ++ if test -f "$tmpdepfile"; then 32.37940 ++ outname="$stripped.o" 32.37941 ++ # Each line is of the form `foo.o: dependent.h'. 32.37942 ++ # Do two passes, one to just change these to 32.37943 ++ # `$object: dependent.h' and one to simply `dependent.h:'. 32.37944 ++ sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 32.37945 ++ sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" 32.37946 ++ else 32.37947 ++ # The sourcefile does not contain any dependencies, so just 32.37948 ++ # store a dummy comment line, to avoid errors with the Makefile 32.37949 ++ # "include basename.Plo" scheme. 32.37950 ++ echo "#dummy" > "$depfile" 32.37951 ++ fi 32.37952 ++ rm -f "$tmpdepfile" 32.37953 ++ ;; 32.37954 ++ 32.37955 ++icc) 32.37956 ++ # Intel's C compiler understands `-MD -MF file'. However on 32.37957 ++ # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c 32.37958 ++ # ICC 7.0 will fill foo.d with something like 32.37959 ++ # foo.o: sub/foo.c 32.37960 ++ # foo.o: sub/foo.h 32.37961 ++ # which is wrong. We want: 32.37962 ++ # sub/foo.o: sub/foo.c 32.37963 ++ # sub/foo.o: sub/foo.h 32.37964 ++ # sub/foo.c: 32.37965 ++ # sub/foo.h: 32.37966 ++ # ICC 7.1 will output 32.37967 ++ # foo.o: sub/foo.c sub/foo.h 32.37968 ++ # and will wrap long lines using \ : 32.37969 ++ # foo.o: sub/foo.c ... \ 32.37970 ++ # sub/foo.h ... \ 32.37971 ++ # ... 32.37972 ++ 32.37973 ++ "$@" -MD -MF "$tmpdepfile" 32.37974 ++ stat=$? 32.37975 ++ if test $stat -eq 0; then : 32.37976 ++ else 32.37977 ++ rm -f "$tmpdepfile" 32.37978 ++ exit $stat 32.37979 ++ fi 32.37980 ++ rm -f "$depfile" 32.37981 ++ # Each line is of the form `foo.o: dependent.h', 32.37982 ++ # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. 32.37983 ++ # Do two passes, one to just change these to 32.37984 ++ # `$object: dependent.h' and one to simply `dependent.h:'. 32.37985 ++ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" 32.37986 ++ # Some versions of the HPUX 10.20 sed can't process this invocation 32.37987 ++ # correctly. Breaking it into two sed invocations is a workaround. 32.37988 ++ sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | 32.37989 ++ sed -e 's/$/ :/' >> "$depfile" 32.37990 ++ rm -f "$tmpdepfile" 32.37991 ++ ;; 32.37992 ++ 32.37993 ++tru64) 32.37994 ++ # The Tru64 compiler uses -MD to generate dependencies as a side 32.37995 ++ # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. 32.37996 ++ # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put 32.37997 ++ # dependencies in `foo.d' instead, so we check for that too. 32.37998 ++ # Subdirectories are respected. 32.37999 ++ dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` 32.38000 ++ test "x$dir" = "x$object" && dir= 32.38001 ++ base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 32.38002 ++ 32.38003 ++ if test "$libtool" = yes; then 32.38004 ++ tmpdepfile1="$dir.libs/$base.lo.d" 32.38005 ++ tmpdepfile2="$dir.libs/$base.d" 32.38006 ++ "$@" -Wc,-MD 32.38007 ++ else 32.38008 ++ tmpdepfile1="$dir$base.o.d" 32.38009 ++ tmpdepfile2="$dir$base.d" 32.38010 ++ "$@" -MD 32.38011 ++ fi 32.38012 ++ 32.38013 ++ stat=$? 32.38014 ++ if test $stat -eq 0; then : 32.38015 ++ else 32.38016 ++ rm -f "$tmpdepfile1" "$tmpdepfile2" 32.38017 ++ exit $stat 32.38018 ++ fi 32.38019 ++ 32.38020 ++ if test -f "$tmpdepfile1"; then 32.38021 ++ tmpdepfile="$tmpdepfile1" 32.38022 ++ else 32.38023 ++ tmpdepfile="$tmpdepfile2" 32.38024 ++ fi 32.38025 ++ if test -f "$tmpdepfile"; then 32.38026 ++ sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" 32.38027 ++ # That's a tab and a space in the []. 32.38028 ++ sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" 32.38029 ++ else 32.38030 ++ echo "#dummy" > "$depfile" 32.38031 ++ fi 32.38032 ++ rm -f "$tmpdepfile" 32.38033 ++ ;; 32.38034 ++ 32.38035 ++#nosideeffect) 32.38036 ++ # This comment above is used by automake to tell side-effect 32.38037 ++ # dependency tracking mechanisms from slower ones. 32.38038 ++ 32.38039 ++dashmstdout) 32.38040 ++ # Important note: in order to support this mode, a compiler *must* 32.38041 ++ # always write the preprocessed file to stdout, regardless of -o. 32.38042 ++ "$@" || exit $? 32.38043 ++ 32.38044 ++ # Remove the call to Libtool. 32.38045 ++ if test "$libtool" = yes; then 32.38046 ++ while test $1 != '--mode=compile'; do 32.38047 ++ shift 32.38048 ++ done 32.38049 ++ shift 32.38050 ++ fi 32.38051 ++ 32.38052 ++ # Remove `-o $object'. 32.38053 ++ IFS=" " 32.38054 ++ for arg 32.38055 ++ do 32.38056 ++ case $arg in 32.38057 ++ -o) 32.38058 ++ shift 32.38059 ++ ;; 32.38060 ++ $object) 32.38061 ++ shift 32.38062 ++ ;; 32.38063 ++ *) 32.38064 ++ set fnord "$@" "$arg" 32.38065 ++ shift # fnord 32.38066 ++ shift # $arg 32.38067 ++ ;; 32.38068 ++ esac 32.38069 ++ done 32.38070 ++ 32.38071 ++ test -z "$dashmflag" && dashmflag=-M 32.38072 ++ # Require at least two characters before searching for `:' 32.38073 ++ # in the target name. This is to cope with DOS-style filenames: 32.38074 ++ # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. 32.38075 ++ "$@" $dashmflag | 32.38076 ++ sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" 32.38077 ++ rm -f "$depfile" 32.38078 ++ cat < "$tmpdepfile" > "$depfile" 32.38079 ++ tr ' ' ' 32.38080 ++' < "$tmpdepfile" | \ 32.38081 ++## Some versions of the HPUX 10.20 sed can't process this invocation 32.38082 ++## correctly. Breaking it into two sed invocations is a workaround. 32.38083 ++ sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 32.38084 ++ rm -f "$tmpdepfile" 32.38085 ++ ;; 32.38086 ++ 32.38087 ++dashXmstdout) 32.38088 ++ # This case only exists to satisfy depend.m4. It is never actually 32.38089 ++ # run, as this mode is specially recognized in the preamble. 32.38090 ++ exit 1 32.38091 ++ ;; 32.38092 ++ 32.38093 ++makedepend) 32.38094 ++ "$@" || exit $? 32.38095 ++ # Remove any Libtool call 32.38096 ++ if test "$libtool" = yes; then 32.38097 ++ while test $1 != '--mode=compile'; do 32.38098 ++ shift 32.38099 ++ done 32.38100 ++ shift 32.38101 ++ fi 32.38102 ++ # X makedepend 32.38103 ++ shift 32.38104 ++ cleared=no 32.38105 ++ for arg in "$@"; do 32.38106 ++ case $cleared in 32.38107 ++ no) 32.38108 ++ set ""; shift 32.38109 ++ cleared=yes ;; 32.38110 ++ esac 32.38111 ++ case "$arg" in 32.38112 ++ -D*|-I*) 32.38113 ++ set fnord "$@" "$arg"; shift ;; 32.38114 ++ # Strip any option that makedepend may not understand. Remove 32.38115 ++ # the object too, otherwise makedepend will parse it as a source file. 32.38116 ++ -*|$object) 32.38117 ++ ;; 32.38118 ++ *) 32.38119 ++ set fnord "$@" "$arg"; shift ;; 32.38120 ++ esac 32.38121 ++ done 32.38122 ++ obj_suffix="`echo $object | sed 's/^.*\././'`" 32.38123 ++ touch "$tmpdepfile" 32.38124 ++ ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" 32.38125 ++ rm -f "$depfile" 32.38126 ++ cat < "$tmpdepfile" > "$depfile" 32.38127 ++ sed '1,2d' "$tmpdepfile" | tr ' ' ' 32.38128 ++' | \ 32.38129 ++## Some versions of the HPUX 10.20 sed can't process this invocation 32.38130 ++## correctly. Breaking it into two sed invocations is a workaround. 32.38131 ++ sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 32.38132 ++ rm -f "$tmpdepfile" "$tmpdepfile".bak 32.38133 ++ ;; 32.38134 ++ 32.38135 ++cpp) 32.38136 ++ # Important note: in order to support this mode, a compiler *must* 32.38137 ++ # always write the preprocessed file to stdout. 32.38138 ++ "$@" || exit $? 32.38139 ++ 32.38140 ++ # Remove the call to Libtool. 32.38141 ++ if test "$libtool" = yes; then 32.38142 ++ while test $1 != '--mode=compile'; do 32.38143 ++ shift 32.38144 ++ done 32.38145 ++ shift 32.38146 ++ fi 32.38147 ++ 32.38148 ++ # Remove `-o $object'. 32.38149 ++ IFS=" " 32.38150 ++ for arg 32.38151 ++ do 32.38152 ++ case $arg in 32.38153 ++ -o) 32.38154 ++ shift 32.38155 ++ ;; 32.38156 ++ $object) 32.38157 ++ shift 32.38158 ++ ;; 32.38159 ++ *) 32.38160 ++ set fnord "$@" "$arg" 32.38161 ++ shift # fnord 32.38162 ++ shift # $arg 32.38163 ++ ;; 32.38164 ++ esac 32.38165 ++ done 32.38166 ++ 32.38167 ++ "$@" -E | 32.38168 ++ sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | 32.38169 ++ sed '$ s: \\$::' > "$tmpdepfile" 32.38170 ++ rm -f "$depfile" 32.38171 ++ echo "$object : \\" > "$depfile" 32.38172 ++ cat < "$tmpdepfile" >> "$depfile" 32.38173 ++ sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" 32.38174 ++ rm -f "$tmpdepfile" 32.38175 ++ ;; 32.38176 ++ 32.38177 ++msvisualcpp) 32.38178 ++ # Important note: in order to support this mode, a compiler *must* 32.38179 ++ # always write the preprocessed file to stdout, regardless of -o, 32.38180 ++ # because we must use -o when running libtool. 32.38181 ++ "$@" || exit $? 32.38182 ++ IFS=" " 32.38183 ++ for arg 32.38184 ++ do 32.38185 ++ case "$arg" in 32.38186 ++ "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") 32.38187 ++ set fnord "$@" 32.38188 ++ shift 32.38189 ++ shift 32.38190 ++ ;; 32.38191 ++ *) 32.38192 ++ set fnord "$@" "$arg" 32.38193 ++ shift 32.38194 ++ shift 32.38195 ++ ;; 32.38196 ++ esac 32.38197 ++ done 32.38198 ++ "$@" -E | 32.38199 ++ sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" 32.38200 ++ rm -f "$depfile" 32.38201 ++ echo "$object : \\" > "$depfile" 32.38202 ++ . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" 32.38203 ++ echo " " >> "$depfile" 32.38204 ++ . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" 32.38205 ++ rm -f "$tmpdepfile" 32.38206 ++ ;; 32.38207 ++ 32.38208 ++none) 32.38209 ++ exec "$@" 32.38210 ++ ;; 32.38211 ++ 32.38212 ++*) 32.38213 ++ echo "Unknown depmode $depmode" 1>&2 32.38214 ++ exit 1 32.38215 ++ ;; 32.38216 ++esac 32.38217 ++ 32.38218 ++exit 0 32.38219 +--- libstroke-0.5.1.orig/doc/Makefile.in 32.38220 ++++ libstroke-0.5.1/doc/Makefile.in 32.38221 +@@ -1,6 +1,8 @@ 32.38222 +-# Makefile.in generated automatically by automake 1.4 from Makefile.am 32.38223 ++# Makefile.in generated by automake 1.7.8 from Makefile.am. 32.38224 ++# @configure_input@ 32.38225 + 32.38226 +-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 32.38227 ++# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 32.38228 ++# Free Software Foundation, Inc. 32.38229 + # This Makefile.in is free software; the Free Software Foundation 32.38230 + # gives unlimited permission to copy and/or distribute it, 32.38231 + # with or without modifications, as long as this notice is preserved. 32.38232 +@@ -10,179 +12,288 @@ 32.38233 + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.38234 + # PARTICULAR PURPOSE. 32.38235 + 32.38236 +- 32.38237 +-SHELL = @SHELL@ 32.38238 ++@SET_MAKE@ 32.38239 + 32.38240 + srcdir = @srcdir@ 32.38241 + top_srcdir = @top_srcdir@ 32.38242 + VPATH = @srcdir@ 32.38243 +-prefix = @prefix@ 32.38244 +-exec_prefix = @exec_prefix@ 32.38245 +- 32.38246 +-bindir = @bindir@ 32.38247 +-sbindir = @sbindir@ 32.38248 +-libexecdir = @libexecdir@ 32.38249 +-datadir = @datadir@ 32.38250 +-sysconfdir = @sysconfdir@ 32.38251 +-sharedstatedir = @sharedstatedir@ 32.38252 +-localstatedir = @localstatedir@ 32.38253 +-libdir = @libdir@ 32.38254 +-infodir = @infodir@ 32.38255 +-mandir = @mandir@ 32.38256 +-includedir = @includedir@ 32.38257 +-oldincludedir = /usr/include 32.38258 +- 32.38259 +-DESTDIR = 32.38260 +- 32.38261 + pkgdatadir = $(datadir)/@PACKAGE@ 32.38262 + pkglibdir = $(libdir)/@PACKAGE@ 32.38263 + pkgincludedir = $(includedir)/@PACKAGE@ 32.38264 +- 32.38265 + top_builddir = .. 32.38266 + 32.38267 +-ACLOCAL = @ACLOCAL@ 32.38268 +-AUTOCONF = @AUTOCONF@ 32.38269 +-AUTOMAKE = @AUTOMAKE@ 32.38270 +-AUTOHEADER = @AUTOHEADER@ 32.38271 +- 32.38272 ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 32.38273 + INSTALL = @INSTALL@ 32.38274 +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 32.38275 +-INSTALL_DATA = @INSTALL_DATA@ 32.38276 +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.38277 +-transform = @program_transform_name@ 32.38278 +- 32.38279 ++install_sh_DATA = $(install_sh) -c -m 644 32.38280 ++install_sh_PROGRAM = $(install_sh) -c 32.38281 ++install_sh_SCRIPT = $(install_sh) -c 32.38282 ++INSTALL_HEADER = $(INSTALL_DATA) 32.38283 ++transform = $(program_transform_name) 32.38284 + NORMAL_INSTALL = : 32.38285 + PRE_INSTALL = : 32.38286 + POST_INSTALL = : 32.38287 + NORMAL_UNINSTALL = : 32.38288 + PRE_UNINSTALL = : 32.38289 + POST_UNINSTALL = : 32.38290 +-host_alias = @host_alias@ 32.38291 + host_triplet = @host@ 32.38292 +-AS = @AS@ 32.38293 ++ACLOCAL = @ACLOCAL@ 32.38294 ++AMDEP_FALSE = @AMDEP_FALSE@ 32.38295 ++AMDEP_TRUE = @AMDEP_TRUE@ 32.38296 ++AMTAR = @AMTAR@ 32.38297 ++AR = @AR@ 32.38298 ++AUTOCONF = @AUTOCONF@ 32.38299 ++AUTOHEADER = @AUTOHEADER@ 32.38300 ++AUTOMAKE = @AUTOMAKE@ 32.38301 ++AWK = @AWK@ 32.38302 + CC = @CC@ 32.38303 +-DLLTOOL = @DLLTOOL@ 32.38304 ++CCDEPMODE = @CCDEPMODE@ 32.38305 ++CFLAGS = @CFLAGS@ 32.38306 ++CPP = @CPP@ 32.38307 ++CPPFLAGS = @CPPFLAGS@ 32.38308 ++CXX = @CXX@ 32.38309 ++CXXCPP = @CXXCPP@ 32.38310 ++CXXDEPMODE = @CXXDEPMODE@ 32.38311 ++CXXFLAGS = @CXXFLAGS@ 32.38312 ++CYGPATH_W = @CYGPATH_W@ 32.38313 ++DEFS = @DEFS@ 32.38314 ++DEPDIR = @DEPDIR@ 32.38315 ++ECHO = @ECHO@ 32.38316 ++ECHO_C = @ECHO_C@ 32.38317 ++ECHO_N = @ECHO_N@ 32.38318 ++ECHO_T = @ECHO_T@ 32.38319 ++EGREP = @EGREP@ 32.38320 ++ENABLE_TCL_FALSE = @ENABLE_TCL_FALSE@ 32.38321 ++ENABLE_TCL_TRUE = @ENABLE_TCL_TRUE@ 32.38322 ++EXEEXT = @EXEEXT@ 32.38323 ++F77 = @F77@ 32.38324 ++FFLAGS = @FFLAGS@ 32.38325 + GTK_CFLAGS = @GTK_CFLAGS@ 32.38326 + GTK_CONFIG = @GTK_CONFIG@ 32.38327 + GTK_LIBS = @GTK_LIBS@ 32.38328 +-LD = @LD@ 32.38329 ++HAVE_LIBGTK_FALSE = @HAVE_LIBGTK_FALSE@ 32.38330 ++HAVE_LIBGTK_TRUE = @HAVE_LIBGTK_TRUE@ 32.38331 ++INSTALL_DATA = @INSTALL_DATA@ 32.38332 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ 32.38333 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.38334 ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 32.38335 ++LDFLAGS = @LDFLAGS@ 32.38336 ++LIBOBJS = @LIBOBJS@ 32.38337 ++LIBS = @LIBS@ 32.38338 + LIBTOOL = @LIBTOOL@ 32.38339 + LN_S = @LN_S@ 32.38340 ++LTLIBOBJS = @LTLIBOBJS@ 32.38341 + MAINT = @MAINT@ 32.38342 ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 32.38343 ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 32.38344 + MAKEINFO = @MAKEINFO@ 32.38345 +-NM = @NM@ 32.38346 ++OBJEXT = @OBJEXT@ 32.38347 + PACKAGE = @PACKAGE@ 32.38348 ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 32.38349 ++PACKAGE_NAME = @PACKAGE_NAME@ 32.38350 ++PACKAGE_STRING = @PACKAGE_STRING@ 32.38351 ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ 32.38352 ++PACKAGE_VERSION = @PACKAGE_VERSION@ 32.38353 ++PATH_SEPARATOR = @PATH_SEPARATOR@ 32.38354 + RANLIB = @RANLIB@ 32.38355 +-USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ 32.38356 ++SET_MAKE = @SET_MAKE@ 32.38357 ++SHELL = @SHELL@ 32.38358 ++STRIP = @STRIP@ 32.38359 + VERSION = @VERSION@ 32.38360 + X_CFLAGS = @X_CFLAGS@ 32.38361 ++X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.38362 + X_LDFLAGS = @X_LDFLAGS@ 32.38363 ++X_LIBS = @X_LIBS@ 32.38364 ++X_PRE_LIBS = @X_PRE_LIBS@ 32.38365 ++ac_ct_AR = @ac_ct_AR@ 32.38366 ++ac_ct_CC = @ac_ct_CC@ 32.38367 ++ac_ct_CXX = @ac_ct_CXX@ 32.38368 ++ac_ct_F77 = @ac_ct_F77@ 32.38369 ++ac_ct_RANLIB = @ac_ct_RANLIB@ 32.38370 ++ac_ct_STRIP = @ac_ct_STRIP@ 32.38371 ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 32.38372 ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 32.38373 ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 32.38374 ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 32.38375 ++am__include = @am__include@ 32.38376 ++am__leading_dot = @am__leading_dot@ 32.38377 ++am__quote = @am__quote@ 32.38378 ++bindir = @bindir@ 32.38379 ++build = @build@ 32.38380 ++build_alias = @build_alias@ 32.38381 ++build_cpu = @build_cpu@ 32.38382 ++build_os = @build_os@ 32.38383 ++build_vendor = @build_vendor@ 32.38384 ++datadir = @datadir@ 32.38385 ++exec_prefix = @exec_prefix@ 32.38386 ++host = @host@ 32.38387 ++host_alias = @host_alias@ 32.38388 ++host_cpu = @host_cpu@ 32.38389 ++host_os = @host_os@ 32.38390 ++host_vendor = @host_vendor@ 32.38391 ++includedir = @includedir@ 32.38392 ++infodir = @infodir@ 32.38393 ++install_sh = @install_sh@ 32.38394 ++libdir = @libdir@ 32.38395 ++libexecdir = @libexecdir@ 32.38396 ++localstatedir = @localstatedir@ 32.38397 ++mandir = @mandir@ 32.38398 ++oldincludedir = @oldincludedir@ 32.38399 ++prefix = @prefix@ 32.38400 ++program_transform_name = @program_transform_name@ 32.38401 ++sbindir = @sbindir@ 32.38402 ++sharedstatedir = @sharedstatedir@ 32.38403 ++sysconfdir = @sysconfdir@ 32.38404 ++target_alias = @target_alias@ 32.38405 + 32.38406 +-EXTRA_DIST = standard_strokes.jpg standard_strokes.txt 32.38407 ++EXTRA_DIST = \ 32.38408 ++ standard_strokes.jpg \ 32.38409 ++ standard_strokes.txt 32.38410 + 32.38411 ++subdir = doc 32.38412 ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 32.38413 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 32.38414 +-CONFIG_HEADER = ../config.h 32.38415 +-CONFIG_CLEAN_FILES = 32.38416 +-DIST_COMMON = Makefile.am Makefile.in 32.38417 +- 32.38418 ++CONFIG_HEADER = $(top_builddir)/config.h 32.38419 ++CONFIG_CLEAN_FILES = 32.38420 ++DIST_SOURCES = 32.38421 ++DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 32.38422 ++all: all-am 32.38423 + 32.38424 +-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 32.38425 +- 32.38426 +-TAR = gtar 32.38427 +-GZIP_ENV = --best 32.38428 +-all: all-redirect 32.38429 + .SUFFIXES: 32.38430 +-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.38431 +- cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile 32.38432 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.38433 ++ cd $(top_srcdir) && \ 32.38434 ++ $(AUTOMAKE) --gnu doc/Makefile 32.38435 ++Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 32.38436 ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 32.38437 ++ 32.38438 ++mostlyclean-libtool: 32.38439 ++ -rm -f *.lo 32.38440 + 32.38441 +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 32.38442 +- cd $(top_builddir) \ 32.38443 +- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 32.38444 ++clean-libtool: 32.38445 ++ -rm -rf .libs _libs 32.38446 + 32.38447 ++distclean-libtool: 32.38448 ++ -rm -f libtool 32.38449 ++uninstall-info-am: 32.38450 + tags: TAGS 32.38451 + TAGS: 32.38452 + 32.38453 ++ctags: CTAGS 32.38454 ++CTAGS: 32.38455 + 32.38456 +-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 32.38457 ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 32.38458 + 32.38459 +-subdir = doc 32.38460 ++top_distdir = .. 32.38461 ++distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 32.38462 + 32.38463 + distdir: $(DISTFILES) 32.38464 +- here=`cd $(top_builddir) && pwd`; \ 32.38465 +- top_distdir=`cd $(top_distdir) && pwd`; \ 32.38466 +- distdir=`cd $(distdir) && pwd`; \ 32.38467 +- cd $(top_srcdir) \ 32.38468 +- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile 32.38469 +- @for file in $(DISTFILES); do \ 32.38470 +- d=$(srcdir); \ 32.38471 ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 32.38472 ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 32.38473 ++ list='$(DISTFILES)'; for file in $$list; do \ 32.38474 ++ case $$file in \ 32.38475 ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 32.38476 ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 32.38477 ++ esac; \ 32.38478 ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 32.38479 ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 32.38480 ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 32.38481 ++ dir="/$$dir"; \ 32.38482 ++ $(mkinstalldirs) "$(distdir)$$dir"; \ 32.38483 ++ else \ 32.38484 ++ dir=''; \ 32.38485 ++ fi; \ 32.38486 + if test -d $$d/$$file; then \ 32.38487 +- cp -pr $$d/$$file $(distdir)/$$file; \ 32.38488 ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 32.38489 ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 32.38490 ++ fi; \ 32.38491 ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 32.38492 + else \ 32.38493 + test -f $(distdir)/$$file \ 32.38494 +- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 32.38495 +- || cp -p $$d/$$file $(distdir)/$$file || :; \ 32.38496 ++ || cp -p $$d/$$file $(distdir)/$$file \ 32.38497 ++ || exit 1; \ 32.38498 + fi; \ 32.38499 + done 32.38500 +-info-am: 32.38501 +-info: info-am 32.38502 +-dvi-am: 32.38503 +-dvi: dvi-am 32.38504 + check-am: all-am 32.38505 + check: check-am 32.38506 +-installcheck-am: 32.38507 +-installcheck: installcheck-am 32.38508 +-install-exec-am: 32.38509 +-install-exec: install-exec-am 32.38510 ++all-am: Makefile 32.38511 + 32.38512 +-install-data-am: 32.38513 ++installdirs: 32.38514 ++install: install-am 32.38515 ++install-exec: install-exec-am 32.38516 + install-data: install-data-am 32.38517 ++uninstall: uninstall-am 32.38518 + 32.38519 + install-am: all-am 32.38520 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 32.38521 +-install: install-am 32.38522 +-uninstall-am: 32.38523 +-uninstall: uninstall-am 32.38524 +-all-am: Makefile 32.38525 +-all-redirect: all-am 32.38526 +-install-strip: 32.38527 +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 32.38528 +-installdirs: 32.38529 +- 32.38530 + 32.38531 ++installcheck: installcheck-am 32.38532 ++install-strip: 32.38533 ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 32.38534 ++ INSTALL_STRIP_FLAG=-s \ 32.38535 ++ `test -z '$(STRIP)' || \ 32.38536 ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 32.38537 + mostlyclean-generic: 32.38538 + 32.38539 + clean-generic: 32.38540 + 32.38541 + distclean-generic: 32.38542 +- -rm -f Makefile $(CONFIG_CLEAN_FILES) 32.38543 +- -rm -f config.cache config.log stamp-h stamp-h[0-9]* 32.38544 ++ -rm -f $(CONFIG_CLEAN_FILES) 32.38545 + 32.38546 + maintainer-clean-generic: 32.38547 +-mostlyclean-am: mostlyclean-generic 32.38548 ++ @echo "This command is intended for maintainers to use" 32.38549 ++ @echo "it deletes files that may require special tools to rebuild." 32.38550 ++clean: clean-am 32.38551 + 32.38552 +-mostlyclean: mostlyclean-am 32.38553 ++clean-am: clean-generic clean-libtool mostlyclean-am 32.38554 + 32.38555 +-clean-am: clean-generic mostlyclean-am 32.38556 ++distclean: distclean-am 32.38557 ++ -rm -f Makefile 32.38558 ++distclean-am: clean-am distclean-generic distclean-libtool 32.38559 + 32.38560 +-clean: clean-am 32.38561 ++dvi: dvi-am 32.38562 + 32.38563 +-distclean-am: distclean-generic clean-am 32.38564 +- -rm -f libtool 32.38565 ++dvi-am: 32.38566 + 32.38567 +-distclean: distclean-am 32.38568 ++info: info-am 32.38569 + 32.38570 +-maintainer-clean-am: maintainer-clean-generic distclean-am 32.38571 +- @echo "This command is intended for maintainers to use;" 32.38572 +- @echo "it deletes files that may require special tools to rebuild." 32.38573 ++info-am: 32.38574 ++ 32.38575 ++install-data-am: 32.38576 ++ 32.38577 ++install-exec-am: 32.38578 ++ 32.38579 ++install-info: install-info-am 32.38580 ++ 32.38581 ++install-man: 32.38582 ++ 32.38583 ++installcheck-am: 32.38584 + 32.38585 + maintainer-clean: maintainer-clean-am 32.38586 ++ -rm -f Makefile 32.38587 ++maintainer-clean-am: distclean-am maintainer-clean-generic 32.38588 ++ 32.38589 ++mostlyclean: mostlyclean-am 32.38590 ++ 32.38591 ++mostlyclean-am: mostlyclean-generic mostlyclean-libtool 32.38592 + 32.38593 +-.PHONY: tags distdir info-am info dvi-am dvi check check-am \ 32.38594 +-installcheck-am installcheck install-exec-am install-exec \ 32.38595 +-install-data-am install-data install-am install uninstall-am uninstall \ 32.38596 +-all-redirect all-am all installdirs mostlyclean-generic \ 32.38597 +-distclean-generic clean-generic maintainer-clean-generic clean \ 32.38598 +-mostlyclean distclean maintainer-clean 32.38599 ++pdf: pdf-am 32.38600 ++ 32.38601 ++pdf-am: 32.38602 ++ 32.38603 ++ps: ps-am 32.38604 ++ 32.38605 ++ps-am: 32.38606 ++ 32.38607 ++uninstall-am: uninstall-info-am 32.38608 ++ 32.38609 ++.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 32.38610 ++ distclean distclean-generic distclean-libtool distdir dvi \ 32.38611 ++ dvi-am info info-am install install-am install-data \ 32.38612 ++ install-data-am install-exec install-exec-am install-info \ 32.38613 ++ install-info-am install-man install-strip installcheck \ 32.38614 ++ installcheck-am installdirs maintainer-clean \ 32.38615 ++ maintainer-clean-generic mostlyclean mostlyclean-generic \ 32.38616 ++ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 32.38617 ++ uninstall-info-am 32.38618 + 32.38619 + 32.38620 + .PHONY: files 32.38621 +@@ -191,7 +302,6 @@ files: 32.38622 + @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \ 32.38623 + echo $$p; \ 32.38624 + done 32.38625 +- 32.38626 + # Tell versions [3.59,3.63) of GNU make to not export all variables. 32.38627 + # Otherwise a system limit (for SysV at least) may be exceeded. 32.38628 + .NOEXPORT: 32.38629 +--- libstroke-0.5.1.orig/javastroke/Makefile.in 32.38630 ++++ libstroke-0.5.1/javastroke/Makefile.in 32.38631 +@@ -1,6 +1,8 @@ 32.38632 +-# Makefile.in generated automatically by automake 1.4 from Makefile.am 32.38633 ++# Makefile.in generated by automake 1.7.8 from Makefile.am. 32.38634 ++# @configure_input@ 32.38635 + 32.38636 +-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 32.38637 ++# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 32.38638 ++# Free Software Foundation, Inc. 32.38639 + # This Makefile.in is free software; the Free Software Foundation 32.38640 + # gives unlimited permission to copy and/or distribute it, 32.38641 + # with or without modifications, as long as this notice is preserved. 32.38642 +@@ -10,179 +12,290 @@ 32.38643 + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.38644 + # PARTICULAR PURPOSE. 32.38645 + 32.38646 +- 32.38647 +-SHELL = @SHELL@ 32.38648 ++@SET_MAKE@ 32.38649 + 32.38650 + srcdir = @srcdir@ 32.38651 + top_srcdir = @top_srcdir@ 32.38652 + VPATH = @srcdir@ 32.38653 +-prefix = @prefix@ 32.38654 +-exec_prefix = @exec_prefix@ 32.38655 +- 32.38656 +-bindir = @bindir@ 32.38657 +-sbindir = @sbindir@ 32.38658 +-libexecdir = @libexecdir@ 32.38659 +-datadir = @datadir@ 32.38660 +-sysconfdir = @sysconfdir@ 32.38661 +-sharedstatedir = @sharedstatedir@ 32.38662 +-localstatedir = @localstatedir@ 32.38663 +-libdir = @libdir@ 32.38664 +-infodir = @infodir@ 32.38665 +-mandir = @mandir@ 32.38666 +-includedir = @includedir@ 32.38667 +-oldincludedir = /usr/include 32.38668 +- 32.38669 +-DESTDIR = 32.38670 +- 32.38671 + pkgdatadir = $(datadir)/@PACKAGE@ 32.38672 + pkglibdir = $(libdir)/@PACKAGE@ 32.38673 + pkgincludedir = $(includedir)/@PACKAGE@ 32.38674 +- 32.38675 + top_builddir = .. 32.38676 + 32.38677 +-ACLOCAL = @ACLOCAL@ 32.38678 +-AUTOCONF = @AUTOCONF@ 32.38679 +-AUTOMAKE = @AUTOMAKE@ 32.38680 +-AUTOHEADER = @AUTOHEADER@ 32.38681 +- 32.38682 ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 32.38683 + INSTALL = @INSTALL@ 32.38684 +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 32.38685 +-INSTALL_DATA = @INSTALL_DATA@ 32.38686 +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.38687 +-transform = @program_transform_name@ 32.38688 +- 32.38689 ++install_sh_DATA = $(install_sh) -c -m 644 32.38690 ++install_sh_PROGRAM = $(install_sh) -c 32.38691 ++install_sh_SCRIPT = $(install_sh) -c 32.38692 ++INSTALL_HEADER = $(INSTALL_DATA) 32.38693 ++transform = $(program_transform_name) 32.38694 + NORMAL_INSTALL = : 32.38695 + PRE_INSTALL = : 32.38696 + POST_INSTALL = : 32.38697 + NORMAL_UNINSTALL = : 32.38698 + PRE_UNINSTALL = : 32.38699 + POST_UNINSTALL = : 32.38700 +-host_alias = @host_alias@ 32.38701 + host_triplet = @host@ 32.38702 +-AS = @AS@ 32.38703 ++ACLOCAL = @ACLOCAL@ 32.38704 ++AMDEP_FALSE = @AMDEP_FALSE@ 32.38705 ++AMDEP_TRUE = @AMDEP_TRUE@ 32.38706 ++AMTAR = @AMTAR@ 32.38707 ++AR = @AR@ 32.38708 ++AUTOCONF = @AUTOCONF@ 32.38709 ++AUTOHEADER = @AUTOHEADER@ 32.38710 ++AUTOMAKE = @AUTOMAKE@ 32.38711 ++AWK = @AWK@ 32.38712 + CC = @CC@ 32.38713 +-DLLTOOL = @DLLTOOL@ 32.38714 ++CCDEPMODE = @CCDEPMODE@ 32.38715 ++CFLAGS = @CFLAGS@ 32.38716 ++CPP = @CPP@ 32.38717 ++CPPFLAGS = @CPPFLAGS@ 32.38718 ++CXX = @CXX@ 32.38719 ++CXXCPP = @CXXCPP@ 32.38720 ++CXXDEPMODE = @CXXDEPMODE@ 32.38721 ++CXXFLAGS = @CXXFLAGS@ 32.38722 ++CYGPATH_W = @CYGPATH_W@ 32.38723 ++DEFS = @DEFS@ 32.38724 ++DEPDIR = @DEPDIR@ 32.38725 ++ECHO = @ECHO@ 32.38726 ++ECHO_C = @ECHO_C@ 32.38727 ++ECHO_N = @ECHO_N@ 32.38728 ++ECHO_T = @ECHO_T@ 32.38729 ++EGREP = @EGREP@ 32.38730 ++ENABLE_TCL_FALSE = @ENABLE_TCL_FALSE@ 32.38731 ++ENABLE_TCL_TRUE = @ENABLE_TCL_TRUE@ 32.38732 ++EXEEXT = @EXEEXT@ 32.38733 ++F77 = @F77@ 32.38734 ++FFLAGS = @FFLAGS@ 32.38735 + GTK_CFLAGS = @GTK_CFLAGS@ 32.38736 + GTK_CONFIG = @GTK_CONFIG@ 32.38737 + GTK_LIBS = @GTK_LIBS@ 32.38738 +-LD = @LD@ 32.38739 ++HAVE_LIBGTK_FALSE = @HAVE_LIBGTK_FALSE@ 32.38740 ++HAVE_LIBGTK_TRUE = @HAVE_LIBGTK_TRUE@ 32.38741 ++INSTALL_DATA = @INSTALL_DATA@ 32.38742 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ 32.38743 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.38744 ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 32.38745 ++LDFLAGS = @LDFLAGS@ 32.38746 ++LIBOBJS = @LIBOBJS@ 32.38747 ++LIBS = @LIBS@ 32.38748 + LIBTOOL = @LIBTOOL@ 32.38749 + LN_S = @LN_S@ 32.38750 ++LTLIBOBJS = @LTLIBOBJS@ 32.38751 + MAINT = @MAINT@ 32.38752 ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 32.38753 ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 32.38754 + MAKEINFO = @MAKEINFO@ 32.38755 +-NM = @NM@ 32.38756 ++OBJEXT = @OBJEXT@ 32.38757 + PACKAGE = @PACKAGE@ 32.38758 ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 32.38759 ++PACKAGE_NAME = @PACKAGE_NAME@ 32.38760 ++PACKAGE_STRING = @PACKAGE_STRING@ 32.38761 ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ 32.38762 ++PACKAGE_VERSION = @PACKAGE_VERSION@ 32.38763 ++PATH_SEPARATOR = @PATH_SEPARATOR@ 32.38764 + RANLIB = @RANLIB@ 32.38765 +-USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ 32.38766 ++SET_MAKE = @SET_MAKE@ 32.38767 ++SHELL = @SHELL@ 32.38768 ++STRIP = @STRIP@ 32.38769 + VERSION = @VERSION@ 32.38770 + X_CFLAGS = @X_CFLAGS@ 32.38771 ++X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.38772 + X_LDFLAGS = @X_LDFLAGS@ 32.38773 ++X_LIBS = @X_LIBS@ 32.38774 ++X_PRE_LIBS = @X_PRE_LIBS@ 32.38775 ++ac_ct_AR = @ac_ct_AR@ 32.38776 ++ac_ct_CC = @ac_ct_CC@ 32.38777 ++ac_ct_CXX = @ac_ct_CXX@ 32.38778 ++ac_ct_F77 = @ac_ct_F77@ 32.38779 ++ac_ct_RANLIB = @ac_ct_RANLIB@ 32.38780 ++ac_ct_STRIP = @ac_ct_STRIP@ 32.38781 ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 32.38782 ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 32.38783 ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 32.38784 ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 32.38785 ++am__include = @am__include@ 32.38786 ++am__leading_dot = @am__leading_dot@ 32.38787 ++am__quote = @am__quote@ 32.38788 ++bindir = @bindir@ 32.38789 ++build = @build@ 32.38790 ++build_alias = @build_alias@ 32.38791 ++build_cpu = @build_cpu@ 32.38792 ++build_os = @build_os@ 32.38793 ++build_vendor = @build_vendor@ 32.38794 ++datadir = @datadir@ 32.38795 ++exec_prefix = @exec_prefix@ 32.38796 ++host = @host@ 32.38797 ++host_alias = @host_alias@ 32.38798 ++host_cpu = @host_cpu@ 32.38799 ++host_os = @host_os@ 32.38800 ++host_vendor = @host_vendor@ 32.38801 ++includedir = @includedir@ 32.38802 ++infodir = @infodir@ 32.38803 ++install_sh = @install_sh@ 32.38804 ++libdir = @libdir@ 32.38805 ++libexecdir = @libexecdir@ 32.38806 ++localstatedir = @localstatedir@ 32.38807 ++mandir = @mandir@ 32.38808 ++oldincludedir = @oldincludedir@ 32.38809 ++prefix = @prefix@ 32.38810 ++program_transform_name = @program_transform_name@ 32.38811 ++sbindir = @sbindir@ 32.38812 ++sharedstatedir = @sharedstatedir@ 32.38813 ++sysconfdir = @sysconfdir@ 32.38814 ++target_alias = @target_alias@ 32.38815 + 32.38816 +-EXTRA_DIST = README Makefile.unix Paint.java Stroke.java 32.38817 ++EXTRA_DIST = \ 32.38818 ++ README \ 32.38819 ++ Makefile.unix \ 32.38820 ++ Paint.java \ 32.38821 ++ Stroke.java 32.38822 + 32.38823 ++subdir = javastroke 32.38824 ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 32.38825 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 32.38826 +-CONFIG_HEADER = ../config.h 32.38827 +-CONFIG_CLEAN_FILES = 32.38828 +-DIST_COMMON = README Makefile.am Makefile.in 32.38829 +- 32.38830 ++CONFIG_HEADER = $(top_builddir)/config.h 32.38831 ++CONFIG_CLEAN_FILES = 32.38832 ++DIST_SOURCES = 32.38833 ++DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am 32.38834 ++all: all-am 32.38835 + 32.38836 +-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 32.38837 +- 32.38838 +-TAR = gtar 32.38839 +-GZIP_ENV = --best 32.38840 +-all: all-redirect 32.38841 + .SUFFIXES: 32.38842 +-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.38843 +- cd $(top_srcdir) && $(AUTOMAKE) --gnu javastroke/Makefile 32.38844 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.38845 ++ cd $(top_srcdir) && \ 32.38846 ++ $(AUTOMAKE) --gnu javastroke/Makefile 32.38847 ++Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 32.38848 ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 32.38849 ++ 32.38850 ++mostlyclean-libtool: 32.38851 ++ -rm -f *.lo 32.38852 + 32.38853 +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 32.38854 +- cd $(top_builddir) \ 32.38855 +- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 32.38856 ++clean-libtool: 32.38857 ++ -rm -rf .libs _libs 32.38858 + 32.38859 ++distclean-libtool: 32.38860 ++ -rm -f libtool 32.38861 ++uninstall-info-am: 32.38862 + tags: TAGS 32.38863 + TAGS: 32.38864 + 32.38865 ++ctags: CTAGS 32.38866 ++CTAGS: 32.38867 + 32.38868 +-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 32.38869 ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 32.38870 + 32.38871 +-subdir = javastroke 32.38872 ++top_distdir = .. 32.38873 ++distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 32.38874 + 32.38875 + distdir: $(DISTFILES) 32.38876 +- here=`cd $(top_builddir) && pwd`; \ 32.38877 +- top_distdir=`cd $(top_distdir) && pwd`; \ 32.38878 +- distdir=`cd $(distdir) && pwd`; \ 32.38879 +- cd $(top_srcdir) \ 32.38880 +- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu javastroke/Makefile 32.38881 +- @for file in $(DISTFILES); do \ 32.38882 +- d=$(srcdir); \ 32.38883 ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 32.38884 ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 32.38885 ++ list='$(DISTFILES)'; for file in $$list; do \ 32.38886 ++ case $$file in \ 32.38887 ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 32.38888 ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 32.38889 ++ esac; \ 32.38890 ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 32.38891 ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 32.38892 ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 32.38893 ++ dir="/$$dir"; \ 32.38894 ++ $(mkinstalldirs) "$(distdir)$$dir"; \ 32.38895 ++ else \ 32.38896 ++ dir=''; \ 32.38897 ++ fi; \ 32.38898 + if test -d $$d/$$file; then \ 32.38899 +- cp -pr $$d/$$file $(distdir)/$$file; \ 32.38900 ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 32.38901 ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 32.38902 ++ fi; \ 32.38903 ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 32.38904 + else \ 32.38905 + test -f $(distdir)/$$file \ 32.38906 +- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 32.38907 +- || cp -p $$d/$$file $(distdir)/$$file || :; \ 32.38908 ++ || cp -p $$d/$$file $(distdir)/$$file \ 32.38909 ++ || exit 1; \ 32.38910 + fi; \ 32.38911 + done 32.38912 +-info-am: 32.38913 +-info: info-am 32.38914 +-dvi-am: 32.38915 +-dvi: dvi-am 32.38916 + check-am: all-am 32.38917 + check: check-am 32.38918 +-installcheck-am: 32.38919 +-installcheck: installcheck-am 32.38920 +-install-exec-am: 32.38921 +-install-exec: install-exec-am 32.38922 ++all-am: Makefile 32.38923 + 32.38924 +-install-data-am: 32.38925 ++installdirs: 32.38926 ++install: install-am 32.38927 ++install-exec: install-exec-am 32.38928 + install-data: install-data-am 32.38929 ++uninstall: uninstall-am 32.38930 + 32.38931 + install-am: all-am 32.38932 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 32.38933 +-install: install-am 32.38934 +-uninstall-am: 32.38935 +-uninstall: uninstall-am 32.38936 +-all-am: Makefile 32.38937 +-all-redirect: all-am 32.38938 +-install-strip: 32.38939 +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 32.38940 +-installdirs: 32.38941 +- 32.38942 + 32.38943 ++installcheck: installcheck-am 32.38944 ++install-strip: 32.38945 ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 32.38946 ++ INSTALL_STRIP_FLAG=-s \ 32.38947 ++ `test -z '$(STRIP)' || \ 32.38948 ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 32.38949 + mostlyclean-generic: 32.38950 + 32.38951 + clean-generic: 32.38952 + 32.38953 + distclean-generic: 32.38954 +- -rm -f Makefile $(CONFIG_CLEAN_FILES) 32.38955 +- -rm -f config.cache config.log stamp-h stamp-h[0-9]* 32.38956 ++ -rm -f $(CONFIG_CLEAN_FILES) 32.38957 + 32.38958 + maintainer-clean-generic: 32.38959 +-mostlyclean-am: mostlyclean-generic 32.38960 ++ @echo "This command is intended for maintainers to use" 32.38961 ++ @echo "it deletes files that may require special tools to rebuild." 32.38962 ++clean: clean-am 32.38963 + 32.38964 +-mostlyclean: mostlyclean-am 32.38965 ++clean-am: clean-generic clean-libtool mostlyclean-am 32.38966 + 32.38967 +-clean-am: clean-generic mostlyclean-am 32.38968 ++distclean: distclean-am 32.38969 ++ -rm -f Makefile 32.38970 ++distclean-am: clean-am distclean-generic distclean-libtool 32.38971 + 32.38972 +-clean: clean-am 32.38973 ++dvi: dvi-am 32.38974 + 32.38975 +-distclean-am: distclean-generic clean-am 32.38976 +- -rm -f libtool 32.38977 ++dvi-am: 32.38978 + 32.38979 +-distclean: distclean-am 32.38980 ++info: info-am 32.38981 + 32.38982 +-maintainer-clean-am: maintainer-clean-generic distclean-am 32.38983 +- @echo "This command is intended for maintainers to use;" 32.38984 +- @echo "it deletes files that may require special tools to rebuild." 32.38985 ++info-am: 32.38986 ++ 32.38987 ++install-data-am: 32.38988 ++ 32.38989 ++install-exec-am: 32.38990 ++ 32.38991 ++install-info: install-info-am 32.38992 ++ 32.38993 ++install-man: 32.38994 ++ 32.38995 ++installcheck-am: 32.38996 + 32.38997 + maintainer-clean: maintainer-clean-am 32.38998 ++ -rm -f Makefile 32.38999 ++maintainer-clean-am: distclean-am maintainer-clean-generic 32.39000 ++ 32.39001 ++mostlyclean: mostlyclean-am 32.39002 ++ 32.39003 ++mostlyclean-am: mostlyclean-generic mostlyclean-libtool 32.39004 + 32.39005 +-.PHONY: tags distdir info-am info dvi-am dvi check check-am \ 32.39006 +-installcheck-am installcheck install-exec-am install-exec \ 32.39007 +-install-data-am install-data install-am install uninstall-am uninstall \ 32.39008 +-all-redirect all-am all installdirs mostlyclean-generic \ 32.39009 +-distclean-generic clean-generic maintainer-clean-generic clean \ 32.39010 +-mostlyclean distclean maintainer-clean 32.39011 ++pdf: pdf-am 32.39012 ++ 32.39013 ++pdf-am: 32.39014 ++ 32.39015 ++ps: ps-am 32.39016 ++ 32.39017 ++ps-am: 32.39018 ++ 32.39019 ++uninstall-am: uninstall-info-am 32.39020 ++ 32.39021 ++.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 32.39022 ++ distclean distclean-generic distclean-libtool distdir dvi \ 32.39023 ++ dvi-am info info-am install install-am install-data \ 32.39024 ++ install-data-am install-exec install-exec-am install-info \ 32.39025 ++ install-info-am install-man install-strip installcheck \ 32.39026 ++ installcheck-am installdirs maintainer-clean \ 32.39027 ++ maintainer-clean-generic mostlyclean mostlyclean-generic \ 32.39028 ++ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 32.39029 ++ uninstall-info-am 32.39030 + 32.39031 + 32.39032 + .PHONY: files 32.39033 +@@ -191,7 +304,6 @@ files: 32.39034 + @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \ 32.39035 + echo $$p; \ 32.39036 + done 32.39037 +- 32.39038 + # Tell versions [3.59,3.63) of GNU make to not export all variables. 32.39039 + # Otherwise a system limit (for SysV at least) may be exceeded. 32.39040 + .NOEXPORT: 32.39041 +--- libstroke-0.5.1.orig/libgstroke/Makefile.am 32.39042 ++++ libstroke-0.5.1/libgstroke/Makefile.am 32.39043 +@@ -5,14 +5,12 @@ 32.39044 + # level Makefile. 32.39045 + AUTOMAKE_OPTIONS = foreign 32.39046 + 32.39047 +-EXTRA_DIST = 32.39048 +- 32.39049 + #SEL_BIB = libgstroke.la 32.39050 + 32.39051 + lib_LTLIBRARIES = libgstroke.la 32.39052 + libgstroke_la_SOURCES = gnome-stroke.c gnome-stroke-draw.c gstroke.h 32.39053 + 32.39054 +-libgstroke_la_LDFLAGS = -version-info 0:5:0 32.39055 ++libgstroke_la_LDFLAGS = -version-info 0:5:0 -lgtk 32.39056 + 32.39057 + include_HEADERS = gstroke.h 32.39058 + 32.39059 +--- libstroke-0.5.1.orig/libgstroke/Makefile.in 32.39060 ++++ libstroke-0.5.1/libgstroke/Makefile.in 32.39061 +@@ -1,6 +1,8 @@ 32.39062 +-# Makefile.in generated automatically by automake 1.4 from Makefile.am 32.39063 ++# Makefile.in generated by automake 1.7.8 from Makefile.am. 32.39064 ++# @configure_input@ 32.39065 + 32.39066 +-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 32.39067 ++# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 32.39068 ++# Free Software Foundation, Inc. 32.39069 + # This Makefile.in is free software; the Free Software Foundation 32.39070 + # gives unlimited permission to copy and/or distribute it, 32.39071 + # with or without modifications, as long as this notice is preserved. 32.39072 +@@ -10,90 +12,152 @@ 32.39073 + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.39074 + # PARTICULAR PURPOSE. 32.39075 + 32.39076 +-# A brief demonstration of using Automake with Libtool. -*-Makefile-*- 32.39077 +-# 32.39078 +-# NOTE: Don't forget that in the libtool distribution, files in this 32.39079 +-# directory are distributed by the demo_distfiles variable in the top 32.39080 +-# level Makefile. 32.39081 +- 32.39082 +- 32.39083 +-SHELL = @SHELL@ 32.39084 ++@SET_MAKE@ 32.39085 + 32.39086 + srcdir = @srcdir@ 32.39087 + top_srcdir = @top_srcdir@ 32.39088 + VPATH = @srcdir@ 32.39089 +-prefix = @prefix@ 32.39090 +-exec_prefix = @exec_prefix@ 32.39091 +- 32.39092 +-bindir = @bindir@ 32.39093 +-sbindir = @sbindir@ 32.39094 +-libexecdir = @libexecdir@ 32.39095 +-datadir = @datadir@ 32.39096 +-sysconfdir = @sysconfdir@ 32.39097 +-sharedstatedir = @sharedstatedir@ 32.39098 +-localstatedir = @localstatedir@ 32.39099 +-libdir = @libdir@ 32.39100 +-infodir = @infodir@ 32.39101 +-mandir = @mandir@ 32.39102 +-includedir = @includedir@ 32.39103 +-oldincludedir = /usr/include 32.39104 +- 32.39105 +-DESTDIR = 32.39106 +- 32.39107 + pkgdatadir = $(datadir)/@PACKAGE@ 32.39108 + pkglibdir = $(libdir)/@PACKAGE@ 32.39109 + pkgincludedir = $(includedir)/@PACKAGE@ 32.39110 +- 32.39111 + top_builddir = .. 32.39112 + 32.39113 +-ACLOCAL = @ACLOCAL@ 32.39114 +-AUTOCONF = @AUTOCONF@ 32.39115 +-AUTOMAKE = @AUTOMAKE@ 32.39116 +-AUTOHEADER = @AUTOHEADER@ 32.39117 +- 32.39118 ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 32.39119 + INSTALL = @INSTALL@ 32.39120 +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 32.39121 +-INSTALL_DATA = @INSTALL_DATA@ 32.39122 +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.39123 +-transform = @program_transform_name@ 32.39124 +- 32.39125 ++install_sh_DATA = $(install_sh) -c -m 644 32.39126 ++install_sh_PROGRAM = $(install_sh) -c 32.39127 ++install_sh_SCRIPT = $(install_sh) -c 32.39128 ++INSTALL_HEADER = $(INSTALL_DATA) 32.39129 ++transform = $(program_transform_name) 32.39130 + NORMAL_INSTALL = : 32.39131 + PRE_INSTALL = : 32.39132 + POST_INSTALL = : 32.39133 + NORMAL_UNINSTALL = : 32.39134 + PRE_UNINSTALL = : 32.39135 + POST_UNINSTALL = : 32.39136 +-host_alias = @host_alias@ 32.39137 + host_triplet = @host@ 32.39138 +-AS = @AS@ 32.39139 ++ACLOCAL = @ACLOCAL@ 32.39140 ++AMDEP_FALSE = @AMDEP_FALSE@ 32.39141 ++AMDEP_TRUE = @AMDEP_TRUE@ 32.39142 ++AMTAR = @AMTAR@ 32.39143 ++AR = @AR@ 32.39144 ++AUTOCONF = @AUTOCONF@ 32.39145 ++AUTOHEADER = @AUTOHEADER@ 32.39146 ++AUTOMAKE = @AUTOMAKE@ 32.39147 ++AWK = @AWK@ 32.39148 + CC = @CC@ 32.39149 +-DLLTOOL = @DLLTOOL@ 32.39150 ++CCDEPMODE = @CCDEPMODE@ 32.39151 ++CFLAGS = @CFLAGS@ 32.39152 ++CPP = @CPP@ 32.39153 ++CPPFLAGS = @CPPFLAGS@ 32.39154 ++CXX = @CXX@ 32.39155 ++CXXCPP = @CXXCPP@ 32.39156 ++CXXDEPMODE = @CXXDEPMODE@ 32.39157 ++CXXFLAGS = @CXXFLAGS@ 32.39158 ++CYGPATH_W = @CYGPATH_W@ 32.39159 ++DEFS = @DEFS@ 32.39160 ++DEPDIR = @DEPDIR@ 32.39161 ++ECHO = @ECHO@ 32.39162 ++ECHO_C = @ECHO_C@ 32.39163 ++ECHO_N = @ECHO_N@ 32.39164 ++ECHO_T = @ECHO_T@ 32.39165 ++EGREP = @EGREP@ 32.39166 ++ENABLE_TCL_FALSE = @ENABLE_TCL_FALSE@ 32.39167 ++ENABLE_TCL_TRUE = @ENABLE_TCL_TRUE@ 32.39168 ++EXEEXT = @EXEEXT@ 32.39169 ++F77 = @F77@ 32.39170 ++FFLAGS = @FFLAGS@ 32.39171 + GTK_CFLAGS = @GTK_CFLAGS@ 32.39172 + GTK_CONFIG = @GTK_CONFIG@ 32.39173 + GTK_LIBS = @GTK_LIBS@ 32.39174 +-LD = @LD@ 32.39175 ++HAVE_LIBGTK_FALSE = @HAVE_LIBGTK_FALSE@ 32.39176 ++HAVE_LIBGTK_TRUE = @HAVE_LIBGTK_TRUE@ 32.39177 ++INSTALL_DATA = @INSTALL_DATA@ 32.39178 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ 32.39179 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.39180 ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 32.39181 ++LDFLAGS = @LDFLAGS@ 32.39182 ++LIBOBJS = @LIBOBJS@ 32.39183 ++LIBS = @LIBS@ 32.39184 + LIBTOOL = @LIBTOOL@ 32.39185 + LN_S = @LN_S@ 32.39186 ++LTLIBOBJS = @LTLIBOBJS@ 32.39187 + MAINT = @MAINT@ 32.39188 ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 32.39189 ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 32.39190 + MAKEINFO = @MAKEINFO@ 32.39191 +-NM = @NM@ 32.39192 ++OBJEXT = @OBJEXT@ 32.39193 + PACKAGE = @PACKAGE@ 32.39194 ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 32.39195 ++PACKAGE_NAME = @PACKAGE_NAME@ 32.39196 ++PACKAGE_STRING = @PACKAGE_STRING@ 32.39197 ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ 32.39198 ++PACKAGE_VERSION = @PACKAGE_VERSION@ 32.39199 ++PATH_SEPARATOR = @PATH_SEPARATOR@ 32.39200 + RANLIB = @RANLIB@ 32.39201 +-USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ 32.39202 ++SET_MAKE = @SET_MAKE@ 32.39203 ++SHELL = @SHELL@ 32.39204 ++STRIP = @STRIP@ 32.39205 + VERSION = @VERSION@ 32.39206 + X_CFLAGS = @X_CFLAGS@ 32.39207 ++X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.39208 + X_LDFLAGS = @X_LDFLAGS@ 32.39209 ++X_LIBS = @X_LIBS@ 32.39210 ++X_PRE_LIBS = @X_PRE_LIBS@ 32.39211 ++ac_ct_AR = @ac_ct_AR@ 32.39212 ++ac_ct_CC = @ac_ct_CC@ 32.39213 ++ac_ct_CXX = @ac_ct_CXX@ 32.39214 ++ac_ct_F77 = @ac_ct_F77@ 32.39215 ++ac_ct_RANLIB = @ac_ct_RANLIB@ 32.39216 ++ac_ct_STRIP = @ac_ct_STRIP@ 32.39217 ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 32.39218 ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 32.39219 ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 32.39220 ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 32.39221 ++am__include = @am__include@ 32.39222 ++am__leading_dot = @am__leading_dot@ 32.39223 ++am__quote = @am__quote@ 32.39224 ++bindir = @bindir@ 32.39225 ++build = @build@ 32.39226 ++build_alias = @build_alias@ 32.39227 ++build_cpu = @build_cpu@ 32.39228 ++build_os = @build_os@ 32.39229 ++build_vendor = @build_vendor@ 32.39230 ++datadir = @datadir@ 32.39231 ++exec_prefix = @exec_prefix@ 32.39232 ++host = @host@ 32.39233 ++host_alias = @host_alias@ 32.39234 ++host_cpu = @host_cpu@ 32.39235 ++host_os = @host_os@ 32.39236 ++host_vendor = @host_vendor@ 32.39237 ++includedir = @includedir@ 32.39238 ++infodir = @infodir@ 32.39239 ++install_sh = @install_sh@ 32.39240 ++libdir = @libdir@ 32.39241 ++libexecdir = @libexecdir@ 32.39242 ++localstatedir = @localstatedir@ 32.39243 ++mandir = @mandir@ 32.39244 ++oldincludedir = @oldincludedir@ 32.39245 ++prefix = @prefix@ 32.39246 ++program_transform_name = @program_transform_name@ 32.39247 ++sbindir = @sbindir@ 32.39248 ++sharedstatedir = @sharedstatedir@ 32.39249 ++sysconfdir = @sysconfdir@ 32.39250 ++target_alias = @target_alias@ 32.39251 + 32.39252 ++# A brief demonstration of using Automake with Libtool. -*-Makefile-*- 32.39253 ++# 32.39254 ++# NOTE: Don't forget that in the libtool distribution, files in this 32.39255 ++# directory are distributed by the demo_distfiles variable in the top 32.39256 ++# level Makefile. 32.39257 + AUTOMAKE_OPTIONS = foreign 32.39258 + 32.39259 +-EXTRA_DIST = 32.39260 + 32.39261 + #SEL_BIB = libgstroke.la 32.39262 +- 32.39263 + lib_LTLIBRARIES = libgstroke.la 32.39264 + libgstroke_la_SOURCES = gnome-stroke.c gnome-stroke-draw.c gstroke.h 32.39265 + 32.39266 +-libgstroke_la_LDFLAGS = -version-info 0:5:0 32.39267 ++libgstroke_la_LDFLAGS = -version-info 0:5:0 -lgtk 32.39268 + 32.39269 + include_HEADERS = gstroke.h 32.39270 + 32.39271 +@@ -102,6 +166,8 @@ noinst_HEADERS = gstroke-internal.h 32.39272 + INCLUDES = @GTK_CFLAGS@ 32.39273 + LDADD = @GTK_LIBS@ 32.39274 + 32.39275 ++EXTRA_DIST = 32.39276 ++ 32.39277 + MOSTLYCLEANFILES = core *~ 32.39278 + CLEANFILES = core *~ 32.39279 + DISTCLEANFILES = core *~ 32.39280 +@@ -110,96 +176,117 @@ MAINTAINERCLEANFILES = core *~ 32.39281 + # Unfortunately, in order to test libtool thoroughly, we need access 32.39282 + # to its private directory. 32.39283 + objdir = `sed -n -e 's/^objdir=\"\(.*\)\"$$/\1/p' ./libtool` 32.39284 ++subdir = libgstroke 32.39285 ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 32.39286 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 32.39287 +-CONFIG_HEADER = ../config.h 32.39288 +-CONFIG_CLEAN_FILES = 32.39289 +-LTLIBRARIES = $(lib_LTLIBRARIES) 32.39290 +- 32.39291 +- 32.39292 +-DEFS = @DEFS@ -I. -I$(srcdir) -I.. 32.39293 +-CPPFLAGS = @CPPFLAGS@ 32.39294 +-LDFLAGS = @LDFLAGS@ 32.39295 +-LIBS = @LIBS@ 32.39296 +-X_LIBS = @X_LIBS@ 32.39297 +-X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.39298 +-X_PRE_LIBS = @X_PRE_LIBS@ 32.39299 +-libgstroke_la_LIBADD = 32.39300 +-libgstroke_la_OBJECTS = gnome-stroke.lo gnome-stroke-draw.lo 32.39301 +-CFLAGS = @CFLAGS@ 32.39302 +-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.39303 +-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.39304 ++CONFIG_HEADER = $(top_builddir)/config.h 32.39305 ++CONFIG_CLEAN_FILES = 32.39306 ++LTLIBRARIES = $(lib_LTLIBRARIES) 32.39307 ++ 32.39308 ++libgstroke_la_LIBADD = 32.39309 ++am_libgstroke_la_OBJECTS = gnome-stroke.lo gnome-stroke-draw.lo 32.39310 ++libgstroke_la_OBJECTS = $(am_libgstroke_la_OBJECTS) 32.39311 ++ 32.39312 ++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 32.39313 ++depcomp = $(SHELL) $(top_srcdir)/depcomp 32.39314 ++am__depfiles_maybe = depfiles 32.39315 ++@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/gnome-stroke-draw.Plo \ 32.39316 ++@AMDEP_TRUE@ ./$(DEPDIR)/gnome-stroke.Plo 32.39317 ++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 32.39318 ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.39319 ++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 32.39320 ++ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.39321 + CCLD = $(CC) 32.39322 +-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 32.39323 +-HEADERS = $(include_HEADERS) $(noinst_HEADERS) 32.39324 +- 32.39325 +-DIST_COMMON = README ChangeLog Makefile.am Makefile.in TODO 32.39326 ++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 32.39327 ++ $(AM_LDFLAGS) $(LDFLAGS) -o $@ 32.39328 ++DIST_SOURCES = $(libgstroke_la_SOURCES) 32.39329 ++HEADERS = $(include_HEADERS) $(noinst_HEADERS) 32.39330 + 32.39331 +- 32.39332 +-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 32.39333 +- 32.39334 +-TAR = gtar 32.39335 +-GZIP_ENV = --best 32.39336 +-DEP_FILES = .deps/gnome-stroke-draw.P .deps/gnome-stroke.P 32.39337 ++DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) \ 32.39338 ++ $(srcdir)/Makefile.in ChangeLog Makefile.am TODO 32.39339 + SOURCES = $(libgstroke_la_SOURCES) 32.39340 +-OBJECTS = $(libgstroke_la_OBJECTS) 32.39341 +- 32.39342 +-all: all-redirect 32.39343 +-.SUFFIXES: 32.39344 +-.SUFFIXES: .S .c .lo .o .s 32.39345 +-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.39346 +- cd $(top_srcdir) && $(AUTOMAKE) --foreign libgstroke/Makefile 32.39347 +- 32.39348 +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 32.39349 +- cd $(top_builddir) \ 32.39350 +- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 32.39351 + 32.39352 ++all: all-am 32.39353 + 32.39354 +-mostlyclean-libLTLIBRARIES: 32.39355 +- 32.39356 +-clean-libLTLIBRARIES: 32.39357 +- -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 32.39358 +- 32.39359 +-distclean-libLTLIBRARIES: 32.39360 +- 32.39361 +-maintainer-clean-libLTLIBRARIES: 32.39362 +- 32.39363 ++.SUFFIXES: 32.39364 ++.SUFFIXES: .c .lo .o .obj 32.39365 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.39366 ++ cd $(top_srcdir) && \ 32.39367 ++ $(AUTOMAKE) --foreign libgstroke/Makefile 32.39368 ++Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 32.39369 ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 32.39370 ++libLTLIBRARIES_INSTALL = $(INSTALL) 32.39371 + install-libLTLIBRARIES: $(lib_LTLIBRARIES) 32.39372 + @$(NORMAL_INSTALL) 32.39373 + $(mkinstalldirs) $(DESTDIR)$(libdir) 32.39374 + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.39375 + if test -f $$p; then \ 32.39376 +- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ 32.39377 +- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ 32.39378 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.39379 ++ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ 32.39380 ++ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ 32.39381 + else :; fi; \ 32.39382 + done 32.39383 + 32.39384 + uninstall-libLTLIBRARIES: 32.39385 + @$(NORMAL_UNINSTALL) 32.39386 +- list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.39387 +- $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 32.39388 ++ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.39389 ++ p="`echo $$p | sed -e 's|^.*/||'`"; \ 32.39390 ++ echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ 32.39391 ++ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 32.39392 + done 32.39393 + 32.39394 +-.s.o: 32.39395 +- $(COMPILE) -c $< 32.39396 +- 32.39397 +-.S.o: 32.39398 +- $(COMPILE) -c $< 32.39399 ++clean-libLTLIBRARIES: 32.39400 ++ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 32.39401 ++ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.39402 ++ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 32.39403 ++ test "$$dir" = "$$p" && dir=.; \ 32.39404 ++ echo "rm -f \"$${dir}/so_locations\""; \ 32.39405 ++ rm -f "$${dir}/so_locations"; \ 32.39406 ++ done 32.39407 ++libgstroke.la: $(libgstroke_la_OBJECTS) $(libgstroke_la_DEPENDENCIES) 32.39408 ++ $(LINK) -rpath $(libdir) $(libgstroke_la_LDFLAGS) $(libgstroke_la_OBJECTS) $(libgstroke_la_LIBADD) $(LIBS) 32.39409 + 32.39410 + mostlyclean-compile: 32.39411 +- -rm -f *.o core *.core 32.39412 +- 32.39413 +-clean-compile: 32.39414 ++ -rm -f *.$(OBJEXT) core *.core 32.39415 + 32.39416 + distclean-compile: 32.39417 + -rm -f *.tab.c 32.39418 + 32.39419 +-maintainer-clean-compile: 32.39420 +- 32.39421 +-.s.lo: 32.39422 +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< 32.39423 ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-stroke-draw.Plo@am__quote@ 32.39424 ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-stroke.Plo@am__quote@ 32.39425 + 32.39426 +-.S.lo: 32.39427 +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< 32.39428 ++.c.o: 32.39429 ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.39430 ++@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 32.39431 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 32.39432 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.39433 ++@am__fastdepCC_TRUE@ fi 32.39434 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 32.39435 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 32.39436 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.39437 ++@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 32.39438 ++ 32.39439 ++.c.obj: 32.39440 ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.39441 ++@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 32.39442 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 32.39443 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.39444 ++@am__fastdepCC_TRUE@ fi 32.39445 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 32.39446 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 32.39447 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.39448 ++@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 32.39449 ++ 32.39450 ++.c.lo: 32.39451 ++@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.39452 ++@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 32.39453 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ 32.39454 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.39455 ++@am__fastdepCC_TRUE@ fi 32.39456 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 32.39457 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 32.39458 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.39459 ++@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 32.39460 + 32.39461 + mostlyclean-libtool: 32.39462 + -rm -f *.lo 32.39463 +@@ -208,135 +295,132 @@ clean-libtool: 32.39464 + -rm -rf .libs _libs 32.39465 + 32.39466 + distclean-libtool: 32.39467 +- 32.39468 +-maintainer-clean-libtool: 32.39469 +- 32.39470 +-libgstroke.la: $(libgstroke_la_OBJECTS) $(libgstroke_la_DEPENDENCIES) 32.39471 +- $(LINK) -rpath $(libdir) $(libgstroke_la_LDFLAGS) $(libgstroke_la_OBJECTS) $(libgstroke_la_LIBADD) $(LIBS) 32.39472 +- 32.39473 ++ -rm -f libtool 32.39474 ++uninstall-info-am: 32.39475 ++includeHEADERS_INSTALL = $(INSTALL_HEADER) 32.39476 + install-includeHEADERS: $(include_HEADERS) 32.39477 + @$(NORMAL_INSTALL) 32.39478 + $(mkinstalldirs) $(DESTDIR)$(includedir) 32.39479 + @list='$(include_HEADERS)'; for p in $$list; do \ 32.39480 +- if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ 32.39481 +- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ 32.39482 +- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ 32.39483 ++ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 32.39484 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.39485 ++ echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ 32.39486 ++ $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \ 32.39487 + done 32.39488 + 32.39489 + uninstall-includeHEADERS: 32.39490 + @$(NORMAL_UNINSTALL) 32.39491 +- list='$(include_HEADERS)'; for p in $$list; do \ 32.39492 +- rm -f $(DESTDIR)$(includedir)/$$p; \ 32.39493 ++ @list='$(include_HEADERS)'; for p in $$list; do \ 32.39494 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.39495 ++ echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ 32.39496 ++ rm -f $(DESTDIR)$(includedir)/$$f; \ 32.39497 + done 32.39498 + 32.39499 ++ETAGS = etags 32.39500 ++ETAGSFLAGS = 32.39501 ++ 32.39502 ++CTAGS = ctags 32.39503 ++CTAGSFLAGS = 32.39504 ++ 32.39505 + tags: TAGS 32.39506 + 32.39507 +-ID: $(HEADERS) $(SOURCES) $(LISP) 32.39508 +- list='$(SOURCES) $(HEADERS)'; \ 32.39509 +- unique=`for i in $$list; do echo $$i; done | \ 32.39510 +- awk ' { files[$$0] = 1; } \ 32.39511 ++ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 32.39512 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.39513 ++ unique=`for i in $$list; do \ 32.39514 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.39515 ++ done | \ 32.39516 ++ $(AWK) ' { files[$$0] = 1; } \ 32.39517 + END { for (i in files) print i; }'`; \ 32.39518 +- here=`pwd` && cd $(srcdir) \ 32.39519 +- && mkid -f$$here/ID $$unique $(LISP) 32.39520 ++ mkid -fID $$unique 32.39521 + 32.39522 +-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 32.39523 ++TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 32.39524 ++ $(TAGS_FILES) $(LISP) 32.39525 + tags=; \ 32.39526 + here=`pwd`; \ 32.39527 +- list='$(SOURCES) $(HEADERS)'; \ 32.39528 +- unique=`for i in $$list; do echo $$i; done | \ 32.39529 +- awk ' { files[$$0] = 1; } \ 32.39530 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.39531 ++ unique=`for i in $$list; do \ 32.39532 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.39533 ++ done | \ 32.39534 ++ $(AWK) ' { files[$$0] = 1; } \ 32.39535 + END { for (i in files) print i; }'`; \ 32.39536 +- test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 32.39537 +- || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 32.39538 +- 32.39539 +-mostlyclean-tags: 32.39540 +- 32.39541 +-clean-tags: 32.39542 ++ test -z "$(ETAGS_ARGS)$$tags$$unique" \ 32.39543 ++ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 32.39544 ++ $$tags $$unique 32.39545 ++ 32.39546 ++ctags: CTAGS 32.39547 ++CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 32.39548 ++ $(TAGS_FILES) $(LISP) 32.39549 ++ tags=; \ 32.39550 ++ here=`pwd`; \ 32.39551 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.39552 ++ unique=`for i in $$list; do \ 32.39553 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.39554 ++ done | \ 32.39555 ++ $(AWK) ' { files[$$0] = 1; } \ 32.39556 ++ END { for (i in files) print i; }'`; \ 32.39557 ++ test -z "$(CTAGS_ARGS)$$tags$$unique" \ 32.39558 ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 32.39559 ++ $$tags $$unique 32.39560 ++ 32.39561 ++GTAGS: 32.39562 ++ here=`$(am__cd) $(top_builddir) && pwd` \ 32.39563 ++ && cd $(top_srcdir) \ 32.39564 ++ && gtags -i $(GTAGS_ARGS) $$here 32.39565 + 32.39566 + distclean-tags: 32.39567 +- -rm -f TAGS ID 32.39568 +- 32.39569 +-maintainer-clean-tags: 32.39570 ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 32.39571 ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 32.39572 + 32.39573 +-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 32.39574 +- 32.39575 +-subdir = libgstroke 32.39576 ++top_distdir = .. 32.39577 ++distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 32.39578 + 32.39579 + distdir: $(DISTFILES) 32.39580 +- here=`cd $(top_builddir) && pwd`; \ 32.39581 +- top_distdir=`cd $(top_distdir) && pwd`; \ 32.39582 +- distdir=`cd $(distdir) && pwd`; \ 32.39583 +- cd $(top_srcdir) \ 32.39584 +- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign libgstroke/Makefile 32.39585 +- @for file in $(DISTFILES); do \ 32.39586 +- d=$(srcdir); \ 32.39587 ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 32.39588 ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 32.39589 ++ list='$(DISTFILES)'; for file in $$list; do \ 32.39590 ++ case $$file in \ 32.39591 ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 32.39592 ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 32.39593 ++ esac; \ 32.39594 ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 32.39595 ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 32.39596 ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 32.39597 ++ dir="/$$dir"; \ 32.39598 ++ $(mkinstalldirs) "$(distdir)$$dir"; \ 32.39599 ++ else \ 32.39600 ++ dir=''; \ 32.39601 ++ fi; \ 32.39602 + if test -d $$d/$$file; then \ 32.39603 +- cp -pr $$d/$$file $(distdir)/$$file; \ 32.39604 ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 32.39605 ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 32.39606 ++ fi; \ 32.39607 ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 32.39608 + else \ 32.39609 + test -f $(distdir)/$$file \ 32.39610 +- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 32.39611 +- || cp -p $$d/$$file $(distdir)/$$file || :; \ 32.39612 ++ || cp -p $$d/$$file $(distdir)/$$file \ 32.39613 ++ || exit 1; \ 32.39614 + fi; \ 32.39615 + done 32.39616 +- 32.39617 +-DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 32.39618 +- 32.39619 +--include $(DEP_FILES) 32.39620 +- 32.39621 +-mostlyclean-depend: 32.39622 +- 32.39623 +-clean-depend: 32.39624 +- 32.39625 +-distclean-depend: 32.39626 +- -rm -rf .deps 32.39627 +- 32.39628 +-maintainer-clean-depend: 32.39629 +- 32.39630 +-%.o: %.c 32.39631 +- @echo '$(COMPILE) -c $<'; \ 32.39632 +- $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 32.39633 +- @-cp .deps/$(*F).pp .deps/$(*F).P; \ 32.39634 +- tr ' ' '\012' < .deps/$(*F).pp \ 32.39635 +- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 32.39636 +- >> .deps/$(*F).P; \ 32.39637 +- rm .deps/$(*F).pp 32.39638 +- 32.39639 +-%.lo: %.c 32.39640 +- @echo '$(LTCOMPILE) -c $<'; \ 32.39641 +- $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 32.39642 +- @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 32.39643 +- < .deps/$(*F).pp > .deps/$(*F).P; \ 32.39644 +- tr ' ' '\012' < .deps/$(*F).pp \ 32.39645 +- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 32.39646 +- >> .deps/$(*F).P; \ 32.39647 +- rm -f .deps/$(*F).pp 32.39648 +-info-am: 32.39649 +-info: info-am 32.39650 +-dvi-am: 32.39651 +-dvi: dvi-am 32.39652 + check-am: all-am 32.39653 + check: check-am 32.39654 +-installcheck-am: 32.39655 +-installcheck: installcheck-am 32.39656 +-install-exec-am: install-libLTLIBRARIES 32.39657 +-install-exec: install-exec-am 32.39658 ++all-am: Makefile $(LTLIBRARIES) $(HEADERS) 32.39659 + 32.39660 +-install-data-am: install-includeHEADERS 32.39661 ++installdirs: 32.39662 ++ $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) 32.39663 ++install: install-am 32.39664 ++install-exec: install-exec-am 32.39665 + install-data: install-data-am 32.39666 ++uninstall: uninstall-am 32.39667 + 32.39668 + install-am: all-am 32.39669 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 32.39670 +-install: install-am 32.39671 +-uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS 32.39672 +-uninstall: uninstall-am 32.39673 +-all-am: Makefile $(LTLIBRARIES) $(HEADERS) 32.39674 +-all-redirect: all-am 32.39675 +-install-strip: 32.39676 +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 32.39677 +-installdirs: 32.39678 +- $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) 32.39679 +- 32.39680 + 32.39681 ++installcheck: installcheck-am 32.39682 ++install-strip: 32.39683 ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 32.39684 ++ INSTALL_STRIP_FLAG=-s \ 32.39685 ++ `test -z '$(STRIP)' || \ 32.39686 ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 32.39687 + mostlyclean-generic: 32.39688 + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 32.39689 + 32.39690 +@@ -344,54 +428,76 @@ clean-generic: 32.39691 + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 32.39692 + 32.39693 + distclean-generic: 32.39694 +- -rm -f Makefile $(CONFIG_CLEAN_FILES) 32.39695 +- -rm -f config.cache config.log stamp-h stamp-h[0-9]* 32.39696 ++ -rm -f $(CONFIG_CLEAN_FILES) 32.39697 + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 32.39698 + 32.39699 + maintainer-clean-generic: 32.39700 ++ @echo "This command is intended for maintainers to use" 32.39701 ++ @echo "it deletes files that may require special tools to rebuild." 32.39702 + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 32.39703 +-mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ 32.39704 +- mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ 32.39705 +- mostlyclean-generic 32.39706 ++clean: clean-am 32.39707 + 32.39708 +-mostlyclean: mostlyclean-am 32.39709 ++clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 32.39710 ++ mostlyclean-am 32.39711 + 32.39712 +-clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ 32.39713 +- clean-depend clean-generic mostlyclean-am 32.39714 ++distclean: distclean-am 32.39715 ++ -rm -rf ./$(DEPDIR) 32.39716 ++ -rm -f Makefile 32.39717 ++distclean-am: clean-am distclean-compile distclean-generic \ 32.39718 ++ distclean-libtool distclean-tags 32.39719 + 32.39720 +-clean: clean-am 32.39721 ++dvi: dvi-am 32.39722 + 32.39723 +-distclean-am: distclean-libLTLIBRARIES distclean-compile \ 32.39724 +- distclean-libtool distclean-tags distclean-depend \ 32.39725 +- distclean-generic clean-am 32.39726 +- -rm -f libtool 32.39727 ++dvi-am: 32.39728 + 32.39729 +-distclean: distclean-am 32.39730 ++info: info-am 32.39731 + 32.39732 +-maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ 32.39733 +- maintainer-clean-compile maintainer-clean-libtool \ 32.39734 +- maintainer-clean-tags maintainer-clean-depend \ 32.39735 +- maintainer-clean-generic distclean-am 32.39736 +- @echo "This command is intended for maintainers to use;" 32.39737 +- @echo "it deletes files that may require special tools to rebuild." 32.39738 ++info-am: 32.39739 ++ 32.39740 ++install-data-am: install-includeHEADERS 32.39741 ++ 32.39742 ++install-exec-am: install-libLTLIBRARIES 32.39743 ++ 32.39744 ++install-info: install-info-am 32.39745 ++ 32.39746 ++install-man: 32.39747 ++ 32.39748 ++installcheck-am: 32.39749 + 32.39750 + maintainer-clean: maintainer-clean-am 32.39751 ++ -rm -rf ./$(DEPDIR) 32.39752 ++ -rm -f Makefile 32.39753 ++maintainer-clean-am: distclean-am maintainer-clean-generic 32.39754 ++ 32.39755 ++mostlyclean: mostlyclean-am 32.39756 ++ 32.39757 ++mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 32.39758 ++ mostlyclean-libtool 32.39759 ++ 32.39760 ++pdf: pdf-am 32.39761 ++ 32.39762 ++pdf-am: 32.39763 + 32.39764 +-.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ 32.39765 +-clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ 32.39766 +-uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ 32.39767 +-distclean-compile clean-compile maintainer-clean-compile \ 32.39768 +-mostlyclean-libtool distclean-libtool clean-libtool \ 32.39769 +-maintainer-clean-libtool uninstall-includeHEADERS \ 32.39770 +-install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \ 32.39771 +-maintainer-clean-tags distdir mostlyclean-depend distclean-depend \ 32.39772 +-clean-depend maintainer-clean-depend info-am info dvi-am dvi check \ 32.39773 +-check-am installcheck-am installcheck install-exec-am install-exec \ 32.39774 +-install-data-am install-data install-am install uninstall-am uninstall \ 32.39775 +-all-redirect all-am all installdirs mostlyclean-generic \ 32.39776 +-distclean-generic clean-generic maintainer-clean-generic clean \ 32.39777 +-mostlyclean distclean maintainer-clean 32.39778 ++ps: ps-am 32.39779 + 32.39780 ++ps-am: 32.39781 ++ 32.39782 ++uninstall-am: uninstall-includeHEADERS uninstall-info-am \ 32.39783 ++ uninstall-libLTLIBRARIES 32.39784 ++ 32.39785 ++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 32.39786 ++ clean-libLTLIBRARIES clean-libtool ctags distclean \ 32.39787 ++ distclean-compile distclean-generic distclean-libtool \ 32.39788 ++ distclean-tags distdir dvi dvi-am info info-am install \ 32.39789 ++ install-am install-data install-data-am install-exec \ 32.39790 ++ install-exec-am install-includeHEADERS install-info \ 32.39791 ++ install-info-am install-libLTLIBRARIES install-man \ 32.39792 ++ install-strip installcheck installcheck-am installdirs \ 32.39793 ++ maintainer-clean maintainer-clean-generic mostlyclean \ 32.39794 ++ mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ 32.39795 ++ pdf-am ps ps-am tags uninstall uninstall-am \ 32.39796 ++ uninstall-includeHEADERS uninstall-info-am \ 32.39797 ++ uninstall-libLTLIBRARIES 32.39798 + 32.39799 + # Tell versions [3.59,3.63) of GNU make to not export all variables. 32.39800 + # Otherwise a system limit (for SysV at least) may be exceeded. 32.39801 +--- libstroke-0.5.1.orig/libstroke/Makefile.am 32.39802 ++++ libstroke-0.5.1/libstroke/Makefile.am 32.39803 +@@ -5,10 +5,8 @@ 32.39804 + # level Makefile. 32.39805 + AUTOMAKE_OPTIONS = foreign 32.39806 + 32.39807 +-EXTRA_DIST = 32.39808 +- 32.39809 + #tclpath:: 32.39810 +- #echo ${ENABLE_TCL} 32.39811 ++# echo ${ENABLE_TCL} 32.39812 + 32.39813 + #if ENABLE_TCL 32.39814 + #SEL_BIB = libstroke.la libstroke_tcl.la 32.39815 +--- libstroke-0.5.1.orig/libstroke/Makefile.in 32.39816 ++++ libstroke-0.5.1/libstroke/Makefile.in 32.39817 +@@ -1,6 +1,8 @@ 32.39818 +-# Makefile.in generated automatically by automake 1.4 from Makefile.am 32.39819 ++# Makefile.in generated by automake 1.7.8 from Makefile.am. 32.39820 ++# @configure_input@ 32.39821 + 32.39822 +-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 32.39823 ++# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 32.39824 ++# Free Software Foundation, Inc. 32.39825 + # This Makefile.in is free software; the Free Software Foundation 32.39826 + # gives unlimited permission to copy and/or distribute it, 32.39827 + # with or without modifications, as long as this notice is preserved. 32.39828 +@@ -10,83 +12,149 @@ 32.39829 + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.39830 + # PARTICULAR PURPOSE. 32.39831 + 32.39832 +-# A brief demonstration of using Automake with Libtool. -*-Makefile-*- 32.39833 +-# 32.39834 +-# NOTE: Don't forget that in the libtool distribution, files in this 32.39835 +-# directory are distributed by the demo_distfiles variable in the top 32.39836 +-# level Makefile. 32.39837 +- 32.39838 +- 32.39839 +-SHELL = @SHELL@ 32.39840 ++@SET_MAKE@ 32.39841 + 32.39842 + srcdir = @srcdir@ 32.39843 + top_srcdir = @top_srcdir@ 32.39844 + VPATH = @srcdir@ 32.39845 +-prefix = @prefix@ 32.39846 +-exec_prefix = @exec_prefix@ 32.39847 +- 32.39848 +-bindir = @bindir@ 32.39849 +-sbindir = @sbindir@ 32.39850 +-libexecdir = @libexecdir@ 32.39851 +-datadir = @datadir@ 32.39852 +-sysconfdir = @sysconfdir@ 32.39853 +-sharedstatedir = @sharedstatedir@ 32.39854 +-localstatedir = @localstatedir@ 32.39855 +-libdir = @libdir@ 32.39856 +-infodir = @infodir@ 32.39857 +-mandir = @mandir@ 32.39858 +-includedir = @includedir@ 32.39859 +-oldincludedir = /usr/include 32.39860 +- 32.39861 +-DESTDIR = 32.39862 +- 32.39863 + pkgdatadir = $(datadir)/@PACKAGE@ 32.39864 + pkglibdir = $(libdir)/@PACKAGE@ 32.39865 + pkgincludedir = $(includedir)/@PACKAGE@ 32.39866 +- 32.39867 + top_builddir = .. 32.39868 + 32.39869 +-ACLOCAL = @ACLOCAL@ 32.39870 +-AUTOCONF = @AUTOCONF@ 32.39871 +-AUTOMAKE = @AUTOMAKE@ 32.39872 +-AUTOHEADER = @AUTOHEADER@ 32.39873 +- 32.39874 ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 32.39875 + INSTALL = @INSTALL@ 32.39876 +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 32.39877 +-INSTALL_DATA = @INSTALL_DATA@ 32.39878 +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.39879 +-transform = @program_transform_name@ 32.39880 +- 32.39881 ++install_sh_DATA = $(install_sh) -c -m 644 32.39882 ++install_sh_PROGRAM = $(install_sh) -c 32.39883 ++install_sh_SCRIPT = $(install_sh) -c 32.39884 ++INSTALL_HEADER = $(INSTALL_DATA) 32.39885 ++transform = $(program_transform_name) 32.39886 + NORMAL_INSTALL = : 32.39887 + PRE_INSTALL = : 32.39888 + POST_INSTALL = : 32.39889 + NORMAL_UNINSTALL = : 32.39890 + PRE_UNINSTALL = : 32.39891 + POST_UNINSTALL = : 32.39892 +-host_alias = @host_alias@ 32.39893 + host_triplet = @host@ 32.39894 +-AS = @AS@ 32.39895 ++ACLOCAL = @ACLOCAL@ 32.39896 ++AMDEP_FALSE = @AMDEP_FALSE@ 32.39897 ++AMDEP_TRUE = @AMDEP_TRUE@ 32.39898 ++AMTAR = @AMTAR@ 32.39899 ++AR = @AR@ 32.39900 ++AUTOCONF = @AUTOCONF@ 32.39901 ++AUTOHEADER = @AUTOHEADER@ 32.39902 ++AUTOMAKE = @AUTOMAKE@ 32.39903 ++AWK = @AWK@ 32.39904 + CC = @CC@ 32.39905 +-DLLTOOL = @DLLTOOL@ 32.39906 ++CCDEPMODE = @CCDEPMODE@ 32.39907 ++CFLAGS = @CFLAGS@ 32.39908 ++CPP = @CPP@ 32.39909 ++CPPFLAGS = @CPPFLAGS@ 32.39910 ++CXX = @CXX@ 32.39911 ++CXXCPP = @CXXCPP@ 32.39912 ++CXXDEPMODE = @CXXDEPMODE@ 32.39913 ++CXXFLAGS = @CXXFLAGS@ 32.39914 ++CYGPATH_W = @CYGPATH_W@ 32.39915 ++DEFS = @DEFS@ 32.39916 ++DEPDIR = @DEPDIR@ 32.39917 ++ECHO = @ECHO@ 32.39918 ++ECHO_C = @ECHO_C@ 32.39919 ++ECHO_N = @ECHO_N@ 32.39920 ++ECHO_T = @ECHO_T@ 32.39921 ++EGREP = @EGREP@ 32.39922 ++ENABLE_TCL_FALSE = @ENABLE_TCL_FALSE@ 32.39923 ++ENABLE_TCL_TRUE = @ENABLE_TCL_TRUE@ 32.39924 ++EXEEXT = @EXEEXT@ 32.39925 ++F77 = @F77@ 32.39926 ++FFLAGS = @FFLAGS@ 32.39927 + GTK_CFLAGS = @GTK_CFLAGS@ 32.39928 + GTK_CONFIG = @GTK_CONFIG@ 32.39929 + GTK_LIBS = @GTK_LIBS@ 32.39930 +-LD = @LD@ 32.39931 ++HAVE_LIBGTK_FALSE = @HAVE_LIBGTK_FALSE@ 32.39932 ++HAVE_LIBGTK_TRUE = @HAVE_LIBGTK_TRUE@ 32.39933 ++INSTALL_DATA = @INSTALL_DATA@ 32.39934 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ 32.39935 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.39936 ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 32.39937 ++LDFLAGS = @LDFLAGS@ 32.39938 ++LIBOBJS = @LIBOBJS@ 32.39939 ++LIBS = @LIBS@ 32.39940 + LIBTOOL = @LIBTOOL@ 32.39941 + LN_S = @LN_S@ 32.39942 ++LTLIBOBJS = @LTLIBOBJS@ 32.39943 + MAINT = @MAINT@ 32.39944 ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 32.39945 ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 32.39946 + MAKEINFO = @MAKEINFO@ 32.39947 +-NM = @NM@ 32.39948 ++OBJEXT = @OBJEXT@ 32.39949 + PACKAGE = @PACKAGE@ 32.39950 ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 32.39951 ++PACKAGE_NAME = @PACKAGE_NAME@ 32.39952 ++PACKAGE_STRING = @PACKAGE_STRING@ 32.39953 ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ 32.39954 ++PACKAGE_VERSION = @PACKAGE_VERSION@ 32.39955 ++PATH_SEPARATOR = @PATH_SEPARATOR@ 32.39956 + RANLIB = @RANLIB@ 32.39957 +-USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ 32.39958 ++SET_MAKE = @SET_MAKE@ 32.39959 ++SHELL = @SHELL@ 32.39960 ++STRIP = @STRIP@ 32.39961 + VERSION = @VERSION@ 32.39962 + X_CFLAGS = @X_CFLAGS@ 32.39963 ++X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.39964 + X_LDFLAGS = @X_LDFLAGS@ 32.39965 ++X_LIBS = @X_LIBS@ 32.39966 ++X_PRE_LIBS = @X_PRE_LIBS@ 32.39967 ++ac_ct_AR = @ac_ct_AR@ 32.39968 ++ac_ct_CC = @ac_ct_CC@ 32.39969 ++ac_ct_CXX = @ac_ct_CXX@ 32.39970 ++ac_ct_F77 = @ac_ct_F77@ 32.39971 ++ac_ct_RANLIB = @ac_ct_RANLIB@ 32.39972 ++ac_ct_STRIP = @ac_ct_STRIP@ 32.39973 ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 32.39974 ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 32.39975 ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 32.39976 ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 32.39977 ++am__include = @am__include@ 32.39978 ++am__leading_dot = @am__leading_dot@ 32.39979 ++am__quote = @am__quote@ 32.39980 ++bindir = @bindir@ 32.39981 ++build = @build@ 32.39982 ++build_alias = @build_alias@ 32.39983 ++build_cpu = @build_cpu@ 32.39984 ++build_os = @build_os@ 32.39985 ++build_vendor = @build_vendor@ 32.39986 ++datadir = @datadir@ 32.39987 ++exec_prefix = @exec_prefix@ 32.39988 ++host = @host@ 32.39989 ++host_alias = @host_alias@ 32.39990 ++host_cpu = @host_cpu@ 32.39991 ++host_os = @host_os@ 32.39992 ++host_vendor = @host_vendor@ 32.39993 ++includedir = @includedir@ 32.39994 ++infodir = @infodir@ 32.39995 ++install_sh = @install_sh@ 32.39996 ++libdir = @libdir@ 32.39997 ++libexecdir = @libexecdir@ 32.39998 ++localstatedir = @localstatedir@ 32.39999 ++mandir = @mandir@ 32.40000 ++oldincludedir = @oldincludedir@ 32.40001 ++prefix = @prefix@ 32.40002 ++program_transform_name = @program_transform_name@ 32.40003 ++sbindir = @sbindir@ 32.40004 ++sharedstatedir = @sharedstatedir@ 32.40005 ++sysconfdir = @sysconfdir@ 32.40006 ++target_alias = @target_alias@ 32.40007 + 32.40008 ++# A brief demonstration of using Automake with Libtool. -*-Makefile-*- 32.40009 ++# 32.40010 ++# NOTE: Don't forget that in the libtool distribution, files in this 32.40011 ++# directory are distributed by the demo_distfiles variable in the top 32.40012 ++# level Makefile. 32.40013 + AUTOMAKE_OPTIONS = foreign 32.40014 + 32.40015 +-EXTRA_DIST = 32.40016 ++ 32.40017 ++#tclpath:: 32.40018 ++# echo ${ENABLE_TCL} 32.40019 + 32.40020 + #if ENABLE_TCL 32.40021 + #SEL_BIB = libstroke.la libstroke_tcl.la 32.40022 +@@ -102,7 +170,6 @@ EXTRA_DIST = 32.40023 + #SEL_FIB = $(SEL_FIB) libstroke.la 32.40024 + # 32.40025 + #lib_LTLIBRARIES = $(SEL_FIB) 32.40026 +- 32.40027 + lib_LTLIBRARIES = libstroke.la 32.40028 + #libstroke_tcl_la_LDFLAGS = -ltcl -version-info 0:5:0 32.40029 + libstroke_la_SOURCES = stroke.c stroke.h 32.40030 +@@ -113,6 +180,8 @@ include_HEADERS = stroke.h 32.40031 + 32.40032 + INCLUDES = -I$(top_srcdir)/libstroke @X_CFLAGS@ 32.40033 + 32.40034 ++EXTRA_DIST = 32.40035 ++ 32.40036 + MOSTLYCLEANFILES = core *~ 32.40037 + CLEANFILES = core *~ 32.40038 + DISTCLEANFILES = core *~ 32.40039 +@@ -121,96 +190,114 @@ MAINTAINERCLEANFILES = core *~ 32.40040 + # Unfortunately, in order to test libtool thoroughly, we need access 32.40041 + # to its private directory. 32.40042 + objdir = `sed -n -e 's/^objdir=\"\(.*\)\"$$/\1/p' ./libtool` 32.40043 ++subdir = libstroke 32.40044 ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 32.40045 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 32.40046 +-CONFIG_HEADER = ../config.h 32.40047 +-CONFIG_CLEAN_FILES = 32.40048 +-LTLIBRARIES = $(lib_LTLIBRARIES) 32.40049 +- 32.40050 +- 32.40051 +-DEFS = @DEFS@ -I. -I$(srcdir) -I.. 32.40052 +-CPPFLAGS = @CPPFLAGS@ 32.40053 +-LDFLAGS = @LDFLAGS@ 32.40054 +-LIBS = @LIBS@ 32.40055 +-X_LIBS = @X_LIBS@ 32.40056 +-X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.40057 +-X_PRE_LIBS = @X_PRE_LIBS@ 32.40058 +-libstroke_la_LIBADD = 32.40059 +-libstroke_la_OBJECTS = stroke.lo 32.40060 +-CFLAGS = @CFLAGS@ 32.40061 +-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.40062 +-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.40063 ++CONFIG_HEADER = $(top_builddir)/config.h 32.40064 ++CONFIG_CLEAN_FILES = 32.40065 ++LTLIBRARIES = $(lib_LTLIBRARIES) 32.40066 ++ 32.40067 ++libstroke_la_LIBADD = 32.40068 ++am_libstroke_la_OBJECTS = stroke.lo 32.40069 ++libstroke_la_OBJECTS = $(am_libstroke_la_OBJECTS) 32.40070 ++ 32.40071 ++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 32.40072 ++depcomp = $(SHELL) $(top_srcdir)/depcomp 32.40073 ++am__depfiles_maybe = depfiles 32.40074 ++@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/stroke.Plo 32.40075 ++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 32.40076 ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.40077 ++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 32.40078 ++ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.40079 + CCLD = $(CC) 32.40080 +-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 32.40081 +-HEADERS = $(include_HEADERS) 32.40082 ++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 32.40083 ++ $(AM_LDFLAGS) $(LDFLAGS) -o $@ 32.40084 ++DIST_SOURCES = $(libstroke_la_SOURCES) 32.40085 ++HEADERS = $(include_HEADERS) 32.40086 + 32.40087 +-DIST_COMMON = Makefile.am Makefile.in 32.40088 +- 32.40089 +- 32.40090 +-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 32.40091 +- 32.40092 +-TAR = gtar 32.40093 +-GZIP_ENV = --best 32.40094 +-DEP_FILES = .deps/stroke.P 32.40095 ++DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.in Makefile.am 32.40096 + SOURCES = $(libstroke_la_SOURCES) 32.40097 +-OBJECTS = $(libstroke_la_OBJECTS) 32.40098 +- 32.40099 +-all: all-redirect 32.40100 +-.SUFFIXES: 32.40101 +-.SUFFIXES: .S .c .lo .o .s 32.40102 +-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.40103 +- cd $(top_srcdir) && $(AUTOMAKE) --foreign libstroke/Makefile 32.40104 + 32.40105 +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 32.40106 +- cd $(top_builddir) \ 32.40107 +- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 32.40108 +- 32.40109 +- 32.40110 +-mostlyclean-libLTLIBRARIES: 32.40111 +- 32.40112 +-clean-libLTLIBRARIES: 32.40113 +- -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 32.40114 +- 32.40115 +-distclean-libLTLIBRARIES: 32.40116 +- 32.40117 +-maintainer-clean-libLTLIBRARIES: 32.40118 ++all: all-am 32.40119 + 32.40120 ++.SUFFIXES: 32.40121 ++.SUFFIXES: .c .lo .o .obj 32.40122 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.40123 ++ cd $(top_srcdir) && \ 32.40124 ++ $(AUTOMAKE) --foreign libstroke/Makefile 32.40125 ++Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 32.40126 ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 32.40127 ++libLTLIBRARIES_INSTALL = $(INSTALL) 32.40128 + install-libLTLIBRARIES: $(lib_LTLIBRARIES) 32.40129 + @$(NORMAL_INSTALL) 32.40130 + $(mkinstalldirs) $(DESTDIR)$(libdir) 32.40131 + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.40132 + if test -f $$p; then \ 32.40133 +- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ 32.40134 +- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ 32.40135 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.40136 ++ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ 32.40137 ++ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ 32.40138 + else :; fi; \ 32.40139 + done 32.40140 + 32.40141 + uninstall-libLTLIBRARIES: 32.40142 + @$(NORMAL_UNINSTALL) 32.40143 +- list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.40144 +- $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 32.40145 ++ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.40146 ++ p="`echo $$p | sed -e 's|^.*/||'`"; \ 32.40147 ++ echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ 32.40148 ++ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 32.40149 + done 32.40150 + 32.40151 +-.s.o: 32.40152 +- $(COMPILE) -c $< 32.40153 +- 32.40154 +-.S.o: 32.40155 +- $(COMPILE) -c $< 32.40156 ++clean-libLTLIBRARIES: 32.40157 ++ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 32.40158 ++ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 32.40159 ++ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 32.40160 ++ test "$$dir" = "$$p" && dir=.; \ 32.40161 ++ echo "rm -f \"$${dir}/so_locations\""; \ 32.40162 ++ rm -f "$${dir}/so_locations"; \ 32.40163 ++ done 32.40164 ++libstroke.la: $(libstroke_la_OBJECTS) $(libstroke_la_DEPENDENCIES) 32.40165 ++ $(LINK) -rpath $(libdir) $(libstroke_la_LDFLAGS) $(libstroke_la_OBJECTS) $(libstroke_la_LIBADD) $(LIBS) 32.40166 + 32.40167 + mostlyclean-compile: 32.40168 +- -rm -f *.o core *.core 32.40169 +- 32.40170 +-clean-compile: 32.40171 ++ -rm -f *.$(OBJEXT) core *.core 32.40172 + 32.40173 + distclean-compile: 32.40174 + -rm -f *.tab.c 32.40175 + 32.40176 +-maintainer-clean-compile: 32.40177 +- 32.40178 +-.s.lo: 32.40179 +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< 32.40180 ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stroke.Plo@am__quote@ 32.40181 + 32.40182 +-.S.lo: 32.40183 +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< 32.40184 ++.c.o: 32.40185 ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.40186 ++@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 32.40187 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 32.40188 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.40189 ++@am__fastdepCC_TRUE@ fi 32.40190 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 32.40191 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 32.40192 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.40193 ++@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 32.40194 ++ 32.40195 ++.c.obj: 32.40196 ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.40197 ++@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 32.40198 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 32.40199 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.40200 ++@am__fastdepCC_TRUE@ fi 32.40201 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 32.40202 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 32.40203 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.40204 ++@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 32.40205 ++ 32.40206 ++.c.lo: 32.40207 ++@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.40208 ++@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 32.40209 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ 32.40210 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.40211 ++@am__fastdepCC_TRUE@ fi 32.40212 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 32.40213 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 32.40214 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.40215 ++@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 32.40216 + 32.40217 + mostlyclean-libtool: 32.40218 + -rm -f *.lo 32.40219 +@@ -219,135 +306,132 @@ clean-libtool: 32.40220 + -rm -rf .libs _libs 32.40221 + 32.40222 + distclean-libtool: 32.40223 +- 32.40224 +-maintainer-clean-libtool: 32.40225 +- 32.40226 +-libstroke.la: $(libstroke_la_OBJECTS) $(libstroke_la_DEPENDENCIES) 32.40227 +- $(LINK) -rpath $(libdir) $(libstroke_la_LDFLAGS) $(libstroke_la_OBJECTS) $(libstroke_la_LIBADD) $(LIBS) 32.40228 +- 32.40229 ++ -rm -f libtool 32.40230 ++uninstall-info-am: 32.40231 ++includeHEADERS_INSTALL = $(INSTALL_HEADER) 32.40232 + install-includeHEADERS: $(include_HEADERS) 32.40233 + @$(NORMAL_INSTALL) 32.40234 + $(mkinstalldirs) $(DESTDIR)$(includedir) 32.40235 + @list='$(include_HEADERS)'; for p in $$list; do \ 32.40236 +- if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ 32.40237 +- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ 32.40238 +- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ 32.40239 ++ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 32.40240 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.40241 ++ echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ 32.40242 ++ $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \ 32.40243 + done 32.40244 + 32.40245 + uninstall-includeHEADERS: 32.40246 + @$(NORMAL_UNINSTALL) 32.40247 +- list='$(include_HEADERS)'; for p in $$list; do \ 32.40248 +- rm -f $(DESTDIR)$(includedir)/$$p; \ 32.40249 ++ @list='$(include_HEADERS)'; for p in $$list; do \ 32.40250 ++ f="`echo $$p | sed -e 's|^.*/||'`"; \ 32.40251 ++ echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ 32.40252 ++ rm -f $(DESTDIR)$(includedir)/$$f; \ 32.40253 + done 32.40254 + 32.40255 ++ETAGS = etags 32.40256 ++ETAGSFLAGS = 32.40257 ++ 32.40258 ++CTAGS = ctags 32.40259 ++CTAGSFLAGS = 32.40260 ++ 32.40261 + tags: TAGS 32.40262 + 32.40263 +-ID: $(HEADERS) $(SOURCES) $(LISP) 32.40264 +- list='$(SOURCES) $(HEADERS)'; \ 32.40265 +- unique=`for i in $$list; do echo $$i; done | \ 32.40266 +- awk ' { files[$$0] = 1; } \ 32.40267 ++ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 32.40268 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.40269 ++ unique=`for i in $$list; do \ 32.40270 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.40271 ++ done | \ 32.40272 ++ $(AWK) ' { files[$$0] = 1; } \ 32.40273 + END { for (i in files) print i; }'`; \ 32.40274 +- here=`pwd` && cd $(srcdir) \ 32.40275 +- && mkid -f$$here/ID $$unique $(LISP) 32.40276 ++ mkid -fID $$unique 32.40277 + 32.40278 +-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 32.40279 ++TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 32.40280 ++ $(TAGS_FILES) $(LISP) 32.40281 + tags=; \ 32.40282 + here=`pwd`; \ 32.40283 +- list='$(SOURCES) $(HEADERS)'; \ 32.40284 +- unique=`for i in $$list; do echo $$i; done | \ 32.40285 +- awk ' { files[$$0] = 1; } \ 32.40286 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.40287 ++ unique=`for i in $$list; do \ 32.40288 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.40289 ++ done | \ 32.40290 ++ $(AWK) ' { files[$$0] = 1; } \ 32.40291 + END { for (i in files) print i; }'`; \ 32.40292 +- test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 32.40293 +- || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 32.40294 +- 32.40295 +-mostlyclean-tags: 32.40296 +- 32.40297 +-clean-tags: 32.40298 ++ test -z "$(ETAGS_ARGS)$$tags$$unique" \ 32.40299 ++ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 32.40300 ++ $$tags $$unique 32.40301 ++ 32.40302 ++ctags: CTAGS 32.40303 ++CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 32.40304 ++ $(TAGS_FILES) $(LISP) 32.40305 ++ tags=; \ 32.40306 ++ here=`pwd`; \ 32.40307 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.40308 ++ unique=`for i in $$list; do \ 32.40309 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.40310 ++ done | \ 32.40311 ++ $(AWK) ' { files[$$0] = 1; } \ 32.40312 ++ END { for (i in files) print i; }'`; \ 32.40313 ++ test -z "$(CTAGS_ARGS)$$tags$$unique" \ 32.40314 ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 32.40315 ++ $$tags $$unique 32.40316 ++ 32.40317 ++GTAGS: 32.40318 ++ here=`$(am__cd) $(top_builddir) && pwd` \ 32.40319 ++ && cd $(top_srcdir) \ 32.40320 ++ && gtags -i $(GTAGS_ARGS) $$here 32.40321 + 32.40322 + distclean-tags: 32.40323 +- -rm -f TAGS ID 32.40324 +- 32.40325 +-maintainer-clean-tags: 32.40326 ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 32.40327 ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 32.40328 + 32.40329 +-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 32.40330 +- 32.40331 +-subdir = libstroke 32.40332 ++top_distdir = .. 32.40333 ++distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 32.40334 + 32.40335 + distdir: $(DISTFILES) 32.40336 +- here=`cd $(top_builddir) && pwd`; \ 32.40337 +- top_distdir=`cd $(top_distdir) && pwd`; \ 32.40338 +- distdir=`cd $(distdir) && pwd`; \ 32.40339 +- cd $(top_srcdir) \ 32.40340 +- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign libstroke/Makefile 32.40341 +- @for file in $(DISTFILES); do \ 32.40342 +- d=$(srcdir); \ 32.40343 ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 32.40344 ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 32.40345 ++ list='$(DISTFILES)'; for file in $$list; do \ 32.40346 ++ case $$file in \ 32.40347 ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 32.40348 ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 32.40349 ++ esac; \ 32.40350 ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 32.40351 ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 32.40352 ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 32.40353 ++ dir="/$$dir"; \ 32.40354 ++ $(mkinstalldirs) "$(distdir)$$dir"; \ 32.40355 ++ else \ 32.40356 ++ dir=''; \ 32.40357 ++ fi; \ 32.40358 + if test -d $$d/$$file; then \ 32.40359 +- cp -pr $$d/$$file $(distdir)/$$file; \ 32.40360 ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 32.40361 ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 32.40362 ++ fi; \ 32.40363 ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 32.40364 + else \ 32.40365 + test -f $(distdir)/$$file \ 32.40366 +- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 32.40367 +- || cp -p $$d/$$file $(distdir)/$$file || :; \ 32.40368 ++ || cp -p $$d/$$file $(distdir)/$$file \ 32.40369 ++ || exit 1; \ 32.40370 + fi; \ 32.40371 + done 32.40372 +- 32.40373 +-DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 32.40374 +- 32.40375 +--include $(DEP_FILES) 32.40376 +- 32.40377 +-mostlyclean-depend: 32.40378 +- 32.40379 +-clean-depend: 32.40380 +- 32.40381 +-distclean-depend: 32.40382 +- -rm -rf .deps 32.40383 +- 32.40384 +-maintainer-clean-depend: 32.40385 +- 32.40386 +-%.o: %.c 32.40387 +- @echo '$(COMPILE) -c $<'; \ 32.40388 +- $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 32.40389 +- @-cp .deps/$(*F).pp .deps/$(*F).P; \ 32.40390 +- tr ' ' '\012' < .deps/$(*F).pp \ 32.40391 +- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 32.40392 +- >> .deps/$(*F).P; \ 32.40393 +- rm .deps/$(*F).pp 32.40394 +- 32.40395 +-%.lo: %.c 32.40396 +- @echo '$(LTCOMPILE) -c $<'; \ 32.40397 +- $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 32.40398 +- @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 32.40399 +- < .deps/$(*F).pp > .deps/$(*F).P; \ 32.40400 +- tr ' ' '\012' < .deps/$(*F).pp \ 32.40401 +- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 32.40402 +- >> .deps/$(*F).P; \ 32.40403 +- rm -f .deps/$(*F).pp 32.40404 +-info-am: 32.40405 +-info: info-am 32.40406 +-dvi-am: 32.40407 +-dvi: dvi-am 32.40408 + check-am: all-am 32.40409 + check: check-am 32.40410 +-installcheck-am: 32.40411 +-installcheck: installcheck-am 32.40412 +-install-exec-am: install-libLTLIBRARIES 32.40413 +-install-exec: install-exec-am 32.40414 ++all-am: Makefile $(LTLIBRARIES) $(HEADERS) 32.40415 + 32.40416 +-install-data-am: install-includeHEADERS 32.40417 ++installdirs: 32.40418 ++ $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) 32.40419 ++install: install-am 32.40420 ++install-exec: install-exec-am 32.40421 + install-data: install-data-am 32.40422 ++uninstall: uninstall-am 32.40423 + 32.40424 + install-am: all-am 32.40425 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 32.40426 +-install: install-am 32.40427 +-uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS 32.40428 +-uninstall: uninstall-am 32.40429 +-all-am: Makefile $(LTLIBRARIES) $(HEADERS) 32.40430 +-all-redirect: all-am 32.40431 +-install-strip: 32.40432 +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 32.40433 +-installdirs: 32.40434 +- $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) 32.40435 +- 32.40436 + 32.40437 ++installcheck: installcheck-am 32.40438 ++install-strip: 32.40439 ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 32.40440 ++ INSTALL_STRIP_FLAG=-s \ 32.40441 ++ `test -z '$(STRIP)' || \ 32.40442 ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 32.40443 + mostlyclean-generic: 32.40444 + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 32.40445 + 32.40446 +@@ -355,57 +439,76 @@ clean-generic: 32.40447 + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 32.40448 + 32.40449 + distclean-generic: 32.40450 +- -rm -f Makefile $(CONFIG_CLEAN_FILES) 32.40451 +- -rm -f config.cache config.log stamp-h stamp-h[0-9]* 32.40452 ++ -rm -f $(CONFIG_CLEAN_FILES) 32.40453 + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 32.40454 + 32.40455 + maintainer-clean-generic: 32.40456 ++ @echo "This command is intended for maintainers to use" 32.40457 ++ @echo "it deletes files that may require special tools to rebuild." 32.40458 + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 32.40459 +-mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ 32.40460 +- mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ 32.40461 +- mostlyclean-generic 32.40462 ++clean: clean-am 32.40463 + 32.40464 +-mostlyclean: mostlyclean-am 32.40465 ++clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 32.40466 ++ mostlyclean-am 32.40467 + 32.40468 +-clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ 32.40469 +- clean-depend clean-generic mostlyclean-am 32.40470 ++distclean: distclean-am 32.40471 ++ -rm -rf ./$(DEPDIR) 32.40472 ++ -rm -f Makefile 32.40473 ++distclean-am: clean-am distclean-compile distclean-generic \ 32.40474 ++ distclean-libtool distclean-tags 32.40475 + 32.40476 +-clean: clean-am 32.40477 ++dvi: dvi-am 32.40478 + 32.40479 +-distclean-am: distclean-libLTLIBRARIES distclean-compile \ 32.40480 +- distclean-libtool distclean-tags distclean-depend \ 32.40481 +- distclean-generic clean-am 32.40482 +- -rm -f libtool 32.40483 ++dvi-am: 32.40484 + 32.40485 +-distclean: distclean-am 32.40486 ++info: info-am 32.40487 + 32.40488 +-maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ 32.40489 +- maintainer-clean-compile maintainer-clean-libtool \ 32.40490 +- maintainer-clean-tags maintainer-clean-depend \ 32.40491 +- maintainer-clean-generic distclean-am 32.40492 +- @echo "This command is intended for maintainers to use;" 32.40493 +- @echo "it deletes files that may require special tools to rebuild." 32.40494 ++info-am: 32.40495 ++ 32.40496 ++install-data-am: install-includeHEADERS 32.40497 ++ 32.40498 ++install-exec-am: install-libLTLIBRARIES 32.40499 ++ 32.40500 ++install-info: install-info-am 32.40501 ++ 32.40502 ++install-man: 32.40503 ++ 32.40504 ++installcheck-am: 32.40505 + 32.40506 + maintainer-clean: maintainer-clean-am 32.40507 ++ -rm -rf ./$(DEPDIR) 32.40508 ++ -rm -f Makefile 32.40509 ++maintainer-clean-am: distclean-am maintainer-clean-generic 32.40510 + 32.40511 +-.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ 32.40512 +-clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ 32.40513 +-uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ 32.40514 +-distclean-compile clean-compile maintainer-clean-compile \ 32.40515 +-mostlyclean-libtool distclean-libtool clean-libtool \ 32.40516 +-maintainer-clean-libtool uninstall-includeHEADERS \ 32.40517 +-install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \ 32.40518 +-maintainer-clean-tags distdir mostlyclean-depend distclean-depend \ 32.40519 +-clean-depend maintainer-clean-depend info-am info dvi-am dvi check \ 32.40520 +-check-am installcheck-am installcheck install-exec-am install-exec \ 32.40521 +-install-data-am install-data install-am install uninstall-am uninstall \ 32.40522 +-all-redirect all-am all installdirs mostlyclean-generic \ 32.40523 +-distclean-generic clean-generic maintainer-clean-generic clean \ 32.40524 +-mostlyclean distclean maintainer-clean 32.40525 ++mostlyclean: mostlyclean-am 32.40526 + 32.40527 ++mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 32.40528 ++ mostlyclean-libtool 32.40529 + 32.40530 +-#tclpath:: 32.40531 +- #echo ${ENABLE_TCL} 32.40532 ++pdf: pdf-am 32.40533 ++ 32.40534 ++pdf-am: 32.40535 ++ 32.40536 ++ps: ps-am 32.40537 ++ 32.40538 ++ps-am: 32.40539 ++ 32.40540 ++uninstall-am: uninstall-includeHEADERS uninstall-info-am \ 32.40541 ++ uninstall-libLTLIBRARIES 32.40542 ++ 32.40543 ++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 32.40544 ++ clean-libLTLIBRARIES clean-libtool ctags distclean \ 32.40545 ++ distclean-compile distclean-generic distclean-libtool \ 32.40546 ++ distclean-tags distdir dvi dvi-am info info-am install \ 32.40547 ++ install-am install-data install-data-am install-exec \ 32.40548 ++ install-exec-am install-includeHEADERS install-info \ 32.40549 ++ install-info-am install-libLTLIBRARIES install-man \ 32.40550 ++ install-strip installcheck installcheck-am installdirs \ 32.40551 ++ maintainer-clean maintainer-clean-generic mostlyclean \ 32.40552 ++ mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ 32.40553 ++ pdf-am ps ps-am tags uninstall uninstall-am \ 32.40554 ++ uninstall-includeHEADERS uninstall-info-am \ 32.40555 ++ uninstall-libLTLIBRARIES 32.40556 + 32.40557 + # Tell versions [3.59,3.63) of GNU make to not export all variables. 32.40558 + # Otherwise a system limit (for SysV at least) may be exceeded. 32.40559 +--- libstroke-0.5.1.orig/ltmain.sh 32.40560 ++++ libstroke-0.5.1/ltmain.sh 32.40561 +@@ -1,8 +1,9 @@ 32.40562 + # ltmain.sh - Provide generalized library-building support services. 32.40563 +-# NOTE: Changing this file will not affect anything until you rerun ltconfig. 32.40564 ++# NOTE: Changing this file will not affect anything until you rerun configure. 32.40565 + # 32.40566 +-# Copyright (C) 1996-1999 Free Software Foundation, Inc. 32.40567 +-# Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 32.40568 ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 32.40569 ++# Free Software Foundation, Inc. 32.40570 ++# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 32.40571 + # 32.40572 + # This program is free software; you can redistribute it and/or modify 32.40573 + # it under the terms of the GNU General Public License as published by 32.40574 +@@ -28,12 +29,8 @@ if test "X$1" = X--no-reexec; then 32.40575 + # Discard the --no-reexec flag, and continue. 32.40576 + shift 32.40577 + elif test "X$1" = X--fallback-echo; then 32.40578 +- # used as fallback echo 32.40579 +- shift 32.40580 +- cat <<EOF 32.40581 +-$* 32.40582 +-EOF 32.40583 +- exit 0 32.40584 ++ # Avoid inline document here, it may be left over 32.40585 ++ : 32.40586 + elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then 32.40587 + # Yippee, $echo works! 32.40588 + : 32.40589 +@@ -42,14 +39,24 @@ else 32.40590 + exec $SHELL "$0" --no-reexec ${1+"$@"} 32.40591 + fi 32.40592 + 32.40593 ++if test "X$1" = X--fallback-echo; then 32.40594 ++ # used as fallback echo 32.40595 ++ shift 32.40596 ++ cat <<EOF 32.40597 ++$* 32.40598 ++EOF 32.40599 ++ exit 0 32.40600 ++fi 32.40601 ++ 32.40602 + # The name of this program. 32.40603 +-progname=`$echo "$0" | sed 's%^.*/%%'` 32.40604 ++progname=`$echo "$0" | ${SED} 's%^.*/%%'` 32.40605 + modename="$progname" 32.40606 + 32.40607 + # Constants. 32.40608 + PROGRAM=ltmain.sh 32.40609 + PACKAGE=libtool 32.40610 +-VERSION=1.2e 32.40611 ++VERSION=1.5.0a 32.40612 ++TIMESTAMP=" (1.1220.2.33 2003/09/29 11:43:50) Debian$Rev: 131 $" 32.40613 + 32.40614 + default_mode= 32.40615 + help="Try \`$progname --help' for more information." 32.40616 +@@ -60,10 +67,19 @@ rm="rm -f" 32.40617 + 32.40618 + # Sed substitution that helps us do robust quoting. It backslashifies 32.40619 + # metacharacters that are still active within double-quoted strings. 32.40620 +-Xsed='sed -e 1s/^X//' 32.40621 ++Xsed="${SED}"' -e 1s/^X//' 32.40622 + sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g' 32.40623 +-SP2NL='tr \040 \012' 32.40624 +-NL2SP='tr \012 \040' 32.40625 ++# test EBCDIC or ASCII 32.40626 ++case `echo A|tr A '\301'` in 32.40627 ++ A) # EBCDIC based system 32.40628 ++ SP2NL="tr '\100' '\n'" 32.40629 ++ NL2SP="tr '\r\n' '\100\100'" 32.40630 ++ ;; 32.40631 ++ *) # Assume ASCII based system 32.40632 ++ SP2NL="tr '\040' '\012'" 32.40633 ++ NL2SP="tr '\015\012' '\040\040'" 32.40634 ++ ;; 32.40635 ++esac 32.40636 + 32.40637 + # NLS nuisances. 32.40638 + # Only set LANG and LC_ALL to C if already set. 32.40639 +@@ -77,15 +93,13 @@ if test "${LANG+set}" = set; then 32.40640 + save_LANG="$LANG"; LANG=C; export LANG 32.40641 + fi 32.40642 + 32.40643 +-if test "$LTCONFIG_VERSION" != "$VERSION"; then 32.40644 +- echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2 32.40645 +- echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 32.40646 +- exit 1 32.40647 +-fi 32.40648 ++# Make sure IFS has a sensible default 32.40649 ++: ${IFS=" 32.40650 ++"} 32.40651 + 32.40652 + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then 32.40653 +- echo "$modename: not configured to build any kind of library" 1>&2 32.40654 +- echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 32.40655 ++ $echo "$modename: not configured to build any kind of library" 1>&2 32.40656 ++ $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 32.40657 + exit 1 32.40658 + fi 32.40659 + 32.40660 +@@ -99,23 +113,95 @@ show="$echo" 32.40661 + show_help= 32.40662 + execute_dlfiles= 32.40663 + lo2o="s/\\.lo\$/.${objext}/" 32.40664 ++o2lo="s/\\.${objext}\$/.lo/" 32.40665 ++ 32.40666 ++##################################### 32.40667 ++# Shell function definitions: 32.40668 ++# This seems to be the best place for them 32.40669 ++ 32.40670 ++# Need a lot of goo to handle *both* DLLs and import libs 32.40671 ++# Has to be a shell function in order to 'eat' the argument 32.40672 ++# that is supplied when $file_magic_command is called. 32.40673 ++win32_libid () { 32.40674 ++ win32_libid_type="unknown" 32.40675 ++ win32_fileres=`file -L $1 2>/dev/null` 32.40676 ++ case $win32_fileres in 32.40677 ++ *ar\ archive\ import\ library*) # definitely import 32.40678 ++ win32_libid_type="x86 archive import" 32.40679 ++ ;; 32.40680 ++ *ar\ archive*) # could be an import, or static 32.40681 ++ if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ 32.40682 ++ grep -E 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then 32.40683 ++ win32_nmres=`eval $NM -f posix -A $1 | \ 32.40684 ++ sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'` 32.40685 ++ if test "X$win32_nmres" = "Ximport" ; then 32.40686 ++ win32_libid_type="x86 archive import" 32.40687 ++ else 32.40688 ++ win32_libid_type="x86 archive static" 32.40689 ++ fi 32.40690 ++ fi 32.40691 ++ ;; 32.40692 ++ *DLL*) 32.40693 ++ win32_libid_type="x86 DLL" 32.40694 ++ ;; 32.40695 ++ *executable*) # but shell scripts are "executable" too... 32.40696 ++ case $win32_fileres in 32.40697 ++ *MS\ Windows\ PE\ Intel*) 32.40698 ++ win32_libid_type="x86 DLL" 32.40699 ++ ;; 32.40700 ++ esac 32.40701 ++ ;; 32.40702 ++ esac 32.40703 ++ $echo $win32_libid_type 32.40704 ++} 32.40705 ++ 32.40706 ++# End of Shell function definitions 32.40707 ++##################################### 32.40708 + 32.40709 + # Parse our command line options once, thoroughly. 32.40710 +-while test $# -gt 0 32.40711 ++while test "$#" -gt 0 32.40712 + do 32.40713 + arg="$1" 32.40714 + shift 32.40715 + 32.40716 +- case "$arg" in 32.40717 ++ case $arg in 32.40718 + -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; 32.40719 + *) optarg= ;; 32.40720 + esac 32.40721 + 32.40722 + # If the previous option needs an argument, assign it. 32.40723 + if test -n "$prev"; then 32.40724 +- case "$prev" in 32.40725 ++ case $prev in 32.40726 + execute_dlfiles) 32.40727 +- eval "$prev=\"\$$prev \$arg\"" 32.40728 ++ execute_dlfiles="$execute_dlfiles $arg" 32.40729 ++ ;; 32.40730 ++ tag) 32.40731 ++ tagname="$arg" 32.40732 ++ preserve_args="${preserve_args}=$arg" 32.40733 ++ 32.40734 ++ # Check whether tagname contains only valid characters 32.40735 ++ case $tagname in 32.40736 ++ *[!-_A-Za-z0-9,/]*) 32.40737 ++ $echo "$progname: invalid tag name: $tagname" 1>&2 32.40738 ++ exit 1 32.40739 ++ ;; 32.40740 ++ esac 32.40741 ++ 32.40742 ++ case $tagname in 32.40743 ++ CC) 32.40744 ++ # Don't test for the "default" C tag, as we know, it's there, but 32.40745 ++ # not specially marked. 32.40746 ++ ;; 32.40747 ++ *) 32.40748 ++ if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then 32.40749 ++ taglist="$taglist $tagname" 32.40750 ++ # Evaluate the configuration. 32.40751 ++ eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`" 32.40752 ++ else 32.40753 ++ $echo "$progname: ignoring unknown tag $tagname" 1>&2 32.40754 ++ fi 32.40755 ++ ;; 32.40756 ++ esac 32.40757 + ;; 32.40758 + *) 32.40759 + eval "$prev=\$arg" 32.40760 +@@ -128,24 +214,33 @@ do 32.40761 + fi 32.40762 + 32.40763 + # Have we seen a non-optional argument yet? 32.40764 +- case "$arg" in 32.40765 ++ case $arg in 32.40766 + --help) 32.40767 + show_help=yes 32.40768 + ;; 32.40769 + 32.40770 + --version) 32.40771 +- echo "$PROGRAM (GNU $PACKAGE) $VERSION" 32.40772 ++ $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" 32.40773 ++ $echo 32.40774 ++ $echo "Copyright (C) 2003 Free Software Foundation, Inc." 32.40775 ++ $echo "This is free software; see the source for copying conditions. There is NO" 32.40776 ++ $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 32.40777 + exit 0 32.40778 + ;; 32.40779 + 32.40780 + --config) 32.40781 +- sed -e '1,/^### BEGIN LIBTOOL CONFIG/d' -e '/^### END LIBTOOL CONFIG/,$d' $0 32.40782 ++ ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $0 32.40783 ++ # Now print the configurations for the tags. 32.40784 ++ for tagname in $taglist; do 32.40785 ++ ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$0" 32.40786 ++ done 32.40787 + exit 0 32.40788 + ;; 32.40789 + 32.40790 + --debug) 32.40791 +- echo "$progname: enabling shell trace mode" 32.40792 ++ $echo "$progname: enabling shell trace mode" 32.40793 + set -x 32.40794 ++ preserve_args="$preserve_args $arg" 32.40795 + ;; 32.40796 + 32.40797 + --dry-run | -n) 32.40798 +@@ -153,16 +248,16 @@ do 32.40799 + ;; 32.40800 + 32.40801 + --features) 32.40802 +- echo "host: $host" 32.40803 ++ $echo "host: $host" 32.40804 + if test "$build_libtool_libs" = yes; then 32.40805 +- echo "enable shared libraries" 32.40806 ++ $echo "enable shared libraries" 32.40807 + else 32.40808 +- echo "disable shared libraries" 32.40809 ++ $echo "disable shared libraries" 32.40810 + fi 32.40811 + if test "$build_old_libs" = yes; then 32.40812 +- echo "enable static libraries" 32.40813 ++ $echo "enable static libraries" 32.40814 + else 32.40815 +- echo "disable static libraries" 32.40816 ++ $echo "disable static libraries" 32.40817 + fi 32.40818 + exit 0 32.40819 + ;; 32.40820 +@@ -172,8 +267,19 @@ do 32.40821 + --mode) prevopt="--mode" prev=mode ;; 32.40822 + --mode=*) mode="$optarg" ;; 32.40823 + 32.40824 ++ --preserve-dup-deps) duplicate_deps="yes" ;; 32.40825 ++ 32.40826 + --quiet | --silent) 32.40827 + show=: 32.40828 ++ preserve_args="$preserve_args $arg" 32.40829 ++ ;; 32.40830 ++ 32.40831 ++ --tag) prevopt="--tag" prev=tag ;; 32.40832 ++ --tag=*) 32.40833 ++ set tag "$optarg" ${1+"$@"} 32.40834 ++ shift 32.40835 ++ prev=tag 32.40836 ++ preserve_args="$preserve_args --tag" 32.40837 + ;; 32.40838 + 32.40839 + -dlopen) 32.40840 +@@ -200,16 +306,23 @@ if test -n "$prevopt"; then 32.40841 + exit 1 32.40842 + fi 32.40843 + 32.40844 ++# If this variable is set in any of the actions, the command in it 32.40845 ++# will be execed at the end. This prevents here-documents from being 32.40846 ++# left over by shells. 32.40847 ++exec_cmd= 32.40848 ++ 32.40849 + if test -z "$show_help"; then 32.40850 + 32.40851 + # Infer the operation mode. 32.40852 + if test -z "$mode"; then 32.40853 +- case "$nonopt" in 32.40854 +- *cc | *++ | gcc* | *-gcc*) 32.40855 ++ $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 32.40856 ++ $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2 32.40857 ++ case $nonopt in 32.40858 ++ *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) 32.40859 + mode=link 32.40860 + for arg 32.40861 + do 32.40862 +- case "$arg" in 32.40863 ++ case $arg in 32.40864 + -c) 32.40865 + mode=compile 32.40866 + break 32.40867 +@@ -254,109 +367,158 @@ if test -z "$show_help"; then 32.40868 + help="Try \`$modename --help --mode=$mode' for more information." 32.40869 + 32.40870 + # These modes are in order of execution frequency so that they run quickly. 32.40871 +- case "$mode" in 32.40872 ++ case $mode in 32.40873 + # libtool compile mode 32.40874 + compile) 32.40875 + modename="$modename: compile" 32.40876 + # Get the compilation command and the source file. 32.40877 + base_compile= 32.40878 +- lastarg= 32.40879 +- srcfile="$nonopt" 32.40880 ++ srcfile="$nonopt" # always keep a non-empty value in "srcfile" 32.40881 ++ suppress_opt=yes 32.40882 + suppress_output= 32.40883 ++ arg_mode=normal 32.40884 ++ libobj= 32.40885 + 32.40886 +- user_target=no 32.40887 + for arg 32.40888 + do 32.40889 +- # Accept any command-line options. 32.40890 +- case "$arg" in 32.40891 +- -o) 32.40892 +- if test "$user_target" != "no"; then 32.40893 +- $echo "$modename: you cannot specify \`-o' more than once" 1>&2 32.40894 +- exit 1 32.40895 +- fi 32.40896 +- user_target=next 32.40897 +- ;; 32.40898 +- 32.40899 +- -static) 32.40900 +- build_old_libs=yes 32.40901 +- continue 32.40902 ++ case "$arg_mode" in 32.40903 ++ arg ) 32.40904 ++ # do not "continue". Instead, add this to base_compile 32.40905 ++ lastarg="$arg" 32.40906 ++ arg_mode=normal 32.40907 + ;; 32.40908 +- esac 32.40909 + 32.40910 +- case "$user_target" in 32.40911 +- next) 32.40912 +- # The next one is the -o target name 32.40913 +- user_target=yes 32.40914 +- continue 32.40915 +- ;; 32.40916 +- yes) 32.40917 +- # We got the output file 32.40918 +- user_target=set 32.40919 ++ target ) 32.40920 + libobj="$arg" 32.40921 ++ arg_mode=normal 32.40922 + continue 32.40923 + ;; 32.40924 +- esac 32.40925 + 32.40926 +- # Accept the current argument as the source file. 32.40927 +- lastarg="$srcfile" 32.40928 +- srcfile="$arg" 32.40929 ++ normal ) 32.40930 ++ # Accept any command-line options. 32.40931 ++ case $arg in 32.40932 ++ -o) 32.40933 ++ if test -n "$libobj" ; then 32.40934 ++ $echo "$modename: you cannot specify \`-o' more than once" 1>&2 32.40935 ++ exit 1 32.40936 ++ fi 32.40937 ++ arg_mode=target 32.40938 ++ continue 32.40939 ++ ;; 32.40940 ++ 32.40941 ++ -static) 32.40942 ++ build_old_libs=yes 32.40943 ++ continue 32.40944 ++ ;; 32.40945 ++ 32.40946 ++ -prefer-pic) 32.40947 ++ pic_mode=yes 32.40948 ++ continue 32.40949 ++ ;; 32.40950 + 32.40951 +- # Aesthetically quote the previous argument. 32.40952 ++ -prefer-non-pic) 32.40953 ++ pic_mode=no 32.40954 ++ continue 32.40955 ++ ;; 32.40956 ++ 32.40957 ++ -no-suppress) 32.40958 ++ suppress_opt=no 32.40959 ++ continue 32.40960 ++ ;; 32.40961 ++ 32.40962 ++ -Xcompiler) 32.40963 ++ arg_mode=arg # the next one goes into the "base_compile" arg list 32.40964 ++ continue # The current "srcfile" will either be retained or 32.40965 ++ ;; # replaced later. I would guess that would be a bug. 32.40966 ++ 32.40967 ++ -Wc,*) 32.40968 ++ args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` 32.40969 ++ lastarg= 32.40970 ++ save_ifs="$IFS"; IFS=',' 32.40971 ++ for arg in $args; do 32.40972 ++ IFS="$save_ifs" 32.40973 ++ 32.40974 ++ # Double-quote args containing other shell metacharacters. 32.40975 ++ # Many Bourne shells cannot handle close brackets correctly 32.40976 ++ # in scan sets, so we specify it separately. 32.40977 ++ case $arg in 32.40978 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.40979 ++ arg="\"$arg\"" 32.40980 ++ ;; 32.40981 ++ esac 32.40982 ++ lastarg="$lastarg $arg" 32.40983 ++ done 32.40984 ++ IFS="$save_ifs" 32.40985 ++ lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` 32.40986 ++ 32.40987 ++ # Add the arguments to base_compile. 32.40988 ++ base_compile="$base_compile $lastarg" 32.40989 ++ continue 32.40990 ++ ;; 32.40991 ++ 32.40992 ++ * ) 32.40993 ++ # Accept the current argument as the source file. 32.40994 ++ # The previous "srcfile" becomes the current argument. 32.40995 ++ # 32.40996 ++ lastarg="$srcfile" 32.40997 ++ srcfile="$arg" 32.40998 ++ ;; 32.40999 ++ esac # case $arg 32.41000 ++ ;; 32.41001 ++ esac # case $arg_mode 32.41002 + 32.41003 +- # Backslashify any backslashes, double quotes, and dollar signs. 32.41004 +- # These are the only characters that are still specially 32.41005 +- # interpreted inside of double-quoted scrings. 32.41006 ++ # Aesthetically quote the previous argument. 32.41007 + lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` 32.41008 + 32.41009 ++ case $lastarg in 32.41010 + # Double-quote args containing other shell metacharacters. 32.41011 +- # Many Bourne shells cannot handle close brackets correctly in scan 32.41012 +- # sets, so we specify it separately. 32.41013 +- case "$lastarg" in 32.41014 +- *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 32.41015 ++ # Many Bourne shells cannot handle close brackets correctly 32.41016 ++ # in scan sets, so we specify it separately. 32.41017 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.41018 + lastarg="\"$lastarg\"" 32.41019 + ;; 32.41020 + esac 32.41021 + 32.41022 +- # Add the previous argument to base_compile. 32.41023 +- if test -z "$base_compile"; then 32.41024 +- base_compile="$lastarg" 32.41025 +- else 32.41026 +- base_compile="$base_compile $lastarg" 32.41027 +- fi 32.41028 +- done 32.41029 ++ base_compile="$base_compile $lastarg" 32.41030 ++ done # for arg 32.41031 + 32.41032 +- case "$user_target" in 32.41033 +- set) 32.41034 +- ;; 32.41035 +- no) 32.41036 +- # Get the name of the library object. 32.41037 +- libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` 32.41038 ++ case $arg_mode in 32.41039 ++ arg) 32.41040 ++ $echo "$modename: you must specify an argument for -Xcompile" 32.41041 ++ exit 1 32.41042 + ;; 32.41043 +- *) 32.41044 ++ target) 32.41045 + $echo "$modename: you must specify a target with \`-o'" 1>&2 32.41046 + exit 1 32.41047 + ;; 32.41048 ++ *) 32.41049 ++ # Get the name of the library object. 32.41050 ++ [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` 32.41051 ++ ;; 32.41052 + esac 32.41053 + 32.41054 + # Recognize several different file suffixes. 32.41055 + # If the user specifies -o file.o, it is replaced with file.lo 32.41056 +- xform='[cCFSfmso]' 32.41057 +- case "$libobj" in 32.41058 ++ xform='[cCFSifmso]' 32.41059 ++ case $libobj in 32.41060 + *.ada) xform=ada ;; 32.41061 + *.adb) xform=adb ;; 32.41062 + *.ads) xform=ads ;; 32.41063 + *.asm) xform=asm ;; 32.41064 + *.c++) xform=c++ ;; 32.41065 + *.cc) xform=cc ;; 32.41066 ++ *.ii) xform=ii ;; 32.41067 ++ *.class) xform=class ;; 32.41068 + *.cpp) xform=cpp ;; 32.41069 + *.cxx) xform=cxx ;; 32.41070 + *.f90) xform=f90 ;; 32.41071 + *.for) xform=for ;; 32.41072 ++ *.java) xform=java ;; 32.41073 + esac 32.41074 + 32.41075 + libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` 32.41076 + 32.41077 +- case "$libobj" in 32.41078 ++ case $libobj in 32.41079 + *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; 32.41080 + *) 32.41081 + $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 32.41082 +@@ -364,6 +526,56 @@ if test -z "$show_help"; then 32.41083 + ;; 32.41084 + esac 32.41085 + 32.41086 ++ # Infer tagged configuration to use if any are available and 32.41087 ++ # if one wasn't chosen via the "--tag" command line option. 32.41088 ++ # Only attempt this if the compiler in the base compile 32.41089 ++ # command doesn't match the default compiler. 32.41090 ++ if test -n "$available_tags" && test -z "$tagname"; then 32.41091 ++ case $base_compile in 32.41092 ++ # Blanks in the command may have been stripped by the calling shell, 32.41093 ++ # but not from the CC environment variable when configure was run. 32.41094 ++ " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;; 32.41095 ++ # Blanks at the start of $base_compile will cause this to fail 32.41096 ++ # if we don't check for them as well. 32.41097 ++ *) 32.41098 ++ for z in $available_tags; do 32.41099 ++ if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$0" > /dev/null; then 32.41100 ++ # Evaluate the configuration. 32.41101 ++ eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" 32.41102 ++ case "$base_compile " in 32.41103 ++ "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) 32.41104 ++ # The compiler in the base compile command matches 32.41105 ++ # the one in the tagged configuration. 32.41106 ++ # Assume this is the tagged configuration we want. 32.41107 ++ tagname=$z 32.41108 ++ break 32.41109 ++ ;; 32.41110 ++ esac 32.41111 ++ fi 32.41112 ++ done 32.41113 ++ # If $tagname still isn't set, then no tagged configuration 32.41114 ++ # was found and let the user know that the "--tag" command 32.41115 ++ # line option must be used. 32.41116 ++ if test -z "$tagname"; then 32.41117 ++ $echo "$modename: unable to infer tagged configuration" 32.41118 ++ $echo "$modename: specify a tag with \`--tag'" 1>&2 32.41119 ++ exit 1 32.41120 ++# else 32.41121 ++# $echo "$modename: using $tagname tagged configuration" 32.41122 ++ fi 32.41123 ++ ;; 32.41124 ++ esac 32.41125 ++ fi 32.41126 ++ 32.41127 ++ objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` 32.41128 ++ xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` 32.41129 ++ if test "X$xdir" = "X$obj"; then 32.41130 ++ xdir= 32.41131 ++ else 32.41132 ++ xdir=$xdir/ 32.41133 ++ fi 32.41134 ++ lobj=${xdir}$objdir/$objname 32.41135 ++ 32.41136 + if test -z "$base_compile"; then 32.41137 + $echo "$modename: you must specify a compilation command" 1>&2 32.41138 + $echo "$help" 1>&2 32.41139 +@@ -372,22 +584,34 @@ if test -z "$show_help"; then 32.41140 + 32.41141 + # Delete any leftover library objects. 32.41142 + if test "$build_old_libs" = yes; then 32.41143 +- removelist="$obj $libobj $lockfile" 32.41144 ++ removelist="$obj $lobj $libobj ${libobj}T" 32.41145 + else 32.41146 +- removelist="$libobj $lockfile" 32.41147 ++ removelist="$lobj $libobj ${libobj}T" 32.41148 + fi 32.41149 + 32.41150 + $run $rm $removelist 32.41151 + trap "$run $rm $removelist; exit 1" 1 2 15 32.41152 + 32.41153 ++ # On Cygwin there's no "real" PIC flag so we must build both object types 32.41154 ++ case $host_os in 32.41155 ++ cygwin* | mingw* | pw32* | os2*) 32.41156 ++ pic_mode=default 32.41157 ++ ;; 32.41158 ++ esac 32.41159 ++ if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then 32.41160 ++ # non-PIC code in shared libraries is not supported 32.41161 ++ pic_mode=default 32.41162 ++ fi 32.41163 ++ 32.41164 + # Calculate the filename of the output object if compiler does 32.41165 + # not support -o with -c 32.41166 + if test "$compiler_c_o" = no; then 32.41167 +- output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\..*$%%'`.${objext} 32.41168 ++ output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 32.41169 + lockfile="$output_obj.lock" 32.41170 + removelist="$removelist $output_obj $lockfile" 32.41171 + trap "$run $rm $removelist; exit 1" 1 2 15 32.41172 + else 32.41173 ++ output_obj= 32.41174 + need_locks=no 32.41175 + lockfile= 32.41176 + fi 32.41177 +@@ -395,13 +619,13 @@ if test -z "$show_help"; then 32.41178 + # Lock this critical section if it is needed 32.41179 + # We use this script file to make the link, it avoids creating a new file 32.41180 + if test "$need_locks" = yes; then 32.41181 +- until ln "$0" "$lockfile" 2>/dev/null; do 32.41182 ++ until $run ln "$0" "$lockfile" 2>/dev/null; do 32.41183 + $show "Waiting for $lockfile to be removed" 32.41184 + sleep 2 32.41185 + done 32.41186 + elif test "$need_locks" = warn; then 32.41187 + if test -f "$lockfile"; then 32.41188 +- echo "\ 32.41189 ++ $echo "\ 32.41190 + *** ERROR, $lockfile exists and contains: 32.41191 + `cat $lockfile 2>/dev/null` 32.41192 + 32.41193 +@@ -415,28 +639,55 @@ compiler." 32.41194 + $run $rm $removelist 32.41195 + exit 1 32.41196 + fi 32.41197 +- echo $srcfile > "$lockfile" 32.41198 ++ $echo $srcfile > "$lockfile" 32.41199 + fi 32.41200 + 32.41201 + if test -n "$fix_srcfile_path"; then 32.41202 + eval srcfile=\"$fix_srcfile_path\" 32.41203 + fi 32.41204 + 32.41205 ++ $run $rm "$libobj" "${libobj}T" 32.41206 ++ 32.41207 ++ # Create a libtool object file (analogous to a ".la" file), 32.41208 ++ # but don't create it if we're doing a dry run. 32.41209 ++ test -z "$run" && cat > ${libobj}T <<EOF 32.41210 ++# $libobj - a libtool object file 32.41211 ++# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 32.41212 ++# 32.41213 ++# Please DO NOT delete this file! 32.41214 ++# It is necessary for linking the library. 32.41215 ++ 32.41216 ++# Name of the PIC object. 32.41217 ++EOF 32.41218 ++ 32.41219 + # Only build a PIC object if we are building libtool libraries. 32.41220 + if test "$build_libtool_libs" = yes; then 32.41221 + # Without this assignment, base_compile gets emptied. 32.41222 + fbsd_hideous_sh_bug=$base_compile 32.41223 + 32.41224 +- # All platforms use -DPIC, to notify preprocessed assembler code. 32.41225 +- command="$base_compile$pic_flag -DPIC $srcfile" 32.41226 +- if test "$compiler_o_lo" = yes; then 32.41227 +- command="$command -o $libobj" 32.41228 +- output_obj="$libobj" 32.41229 +- elif test "$compiler_c_o" = yes; then 32.41230 +- command="$command -o $obj" 32.41231 +- output_obj="$obj" 32.41232 ++ if test "$pic_mode" != no; then 32.41233 ++ command="$base_compile $srcfile $pic_flag" 32.41234 ++ else 32.41235 ++ # Don't build PIC code 32.41236 ++ command="$base_compile $srcfile" 32.41237 ++ fi 32.41238 ++ 32.41239 ++ if test ! -d "${xdir}$objdir"; then 32.41240 ++ $show "$mkdir ${xdir}$objdir" 32.41241 ++ $run $mkdir ${xdir}$objdir 32.41242 ++ status=$? 32.41243 ++ if test "$status" -ne 0 && test ! -d "${xdir}$objdir"; then 32.41244 ++ exit $status 32.41245 ++ fi 32.41246 + fi 32.41247 + 32.41248 ++ if test -z "$output_obj"; then 32.41249 ++ # Place PIC objects in $objdir 32.41250 ++ command="$command -o $lobj" 32.41251 ++ fi 32.41252 ++ 32.41253 ++ $run $rm "$lobj" "$output_obj" 32.41254 ++ 32.41255 + $show "$command" 32.41256 + if $run eval "$command"; then : 32.41257 + else 32.41258 +@@ -445,8 +696,8 @@ compiler." 32.41259 + fi 32.41260 + 32.41261 + if test "$need_locks" = warn && 32.41262 +- test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then 32.41263 +- echo "\ 32.41264 ++ test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 32.41265 ++ $echo "\ 32.41266 + *** ERROR, $lockfile contains: 32.41267 + `cat $lockfile 2>/dev/null` 32.41268 + 32.41269 +@@ -465,9 +716,9 @@ compiler." 32.41270 + fi 32.41271 + 32.41272 + # Just move the object if needed, then go on to compile the next one 32.41273 +- if test "$compiler_o_lo" = no && test x"$output_obj" != x"$libobj"; then 32.41274 +- $show "$mv $output_obj $libobj" 32.41275 +- if $run $mv $output_obj $libobj; then : 32.41276 ++ if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 32.41277 ++ $show "$mv $output_obj $lobj" 32.41278 ++ if $run $mv $output_obj $lobj; then : 32.41279 + else 32.41280 + error=$? 32.41281 + $run $rm $removelist 32.41282 +@@ -475,34 +726,40 @@ compiler." 32.41283 + fi 32.41284 + fi 32.41285 + 32.41286 +- # If we have no pic_flag, then copy the object into place and finish. 32.41287 +- if test -z "$pic_flag"; then 32.41288 +- $show $rm $obj 32.41289 +- $run $rm $obj 32.41290 +- $show "$LN_S $libobj $obj" 32.41291 +- if $run $LN_S $libobj $obj; then 32.41292 +- exit 0 32.41293 +- else 32.41294 +- error=$? 32.41295 +- $run $rm $removelist 32.41296 +- exit $error 32.41297 +- fi 32.41298 +- fi 32.41299 ++ # Append the name of the PIC object to the libtool object file. 32.41300 ++ test -z "$run" && cat >> ${libobj}T <<EOF 32.41301 ++pic_object='$objdir/$objname' 32.41302 ++ 32.41303 ++EOF 32.41304 + 32.41305 + # Allow error messages only from the first compilation. 32.41306 +- suppress_output=' >/dev/null 2>&1' 32.41307 ++ if test "$suppress_opt" = yes; then 32.41308 ++ suppress_output=' >/dev/null 2>&1' 32.41309 ++ fi 32.41310 ++ else 32.41311 ++ # No PIC object so indicate it doesn't exist in the libtool 32.41312 ++ # object file. 32.41313 ++ test -z "$run" && cat >> ${libobj}T <<EOF 32.41314 ++pic_object=none 32.41315 ++ 32.41316 ++EOF 32.41317 + fi 32.41318 + 32.41319 + # Only build a position-dependent object if we build old libraries. 32.41320 + if test "$build_old_libs" = yes; then 32.41321 +- command="$base_compile $srcfile" 32.41322 ++ if test "$pic_mode" != yes; then 32.41323 ++ # Don't build PIC code 32.41324 ++ command="$base_compile $srcfile" 32.41325 ++ else 32.41326 ++ command="$base_compile $srcfile $pic_flag" 32.41327 ++ fi 32.41328 + if test "$compiler_c_o" = yes; then 32.41329 + command="$command -o $obj" 32.41330 +- output_obj="$obj" 32.41331 + fi 32.41332 + 32.41333 + # Suppress compiler output if we already did a PIC compilation. 32.41334 + command="$command$suppress_output" 32.41335 ++ $run $rm "$obj" "$output_obj" 32.41336 + $show "$command" 32.41337 + if $run eval "$command"; then : 32.41338 + else 32.41339 +@@ -511,8 +768,8 @@ compiler." 32.41340 + fi 32.41341 + 32.41342 + if test "$need_locks" = warn && 32.41343 +- test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then 32.41344 +- echo "\ 32.41345 ++ test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 32.41346 ++ $echo "\ 32.41347 + *** ERROR, $lockfile contains: 32.41348 + `cat $lockfile 2>/dev/null` 32.41349 + 32.41350 +@@ -531,7 +788,7 @@ compiler." 32.41351 + fi 32.41352 + 32.41353 + # Just move the object if needed 32.41354 +- if test "$compiler_c_o" = no && test x"$output_obj" != x"$obj"; then 32.41355 ++ if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 32.41356 + $show "$mv $output_obj $obj" 32.41357 + if $run $mv $output_obj $obj; then : 32.41358 + else 32.41359 +@@ -540,34 +797,43 @@ compiler." 32.41360 + exit $error 32.41361 + fi 32.41362 + fi 32.41363 ++ 32.41364 ++ # Append the name of the non-PIC object the libtool object file. 32.41365 ++ # Only append if the libtool object file exists. 32.41366 ++ test -z "$run" && cat >> ${libobj}T <<EOF 32.41367 ++# Name of the non-PIC object. 32.41368 ++non_pic_object='$objname' 32.41369 ++ 32.41370 ++EOF 32.41371 ++ else 32.41372 ++ # Append the name of the non-PIC object the libtool object file. 32.41373 ++ # Only append if the libtool object file exists. 32.41374 ++ test -z "$run" && cat >> ${libobj}T <<EOF 32.41375 ++# Name of the non-PIC object. 32.41376 ++non_pic_object=none 32.41377 ++ 32.41378 ++EOF 32.41379 + fi 32.41380 + 32.41381 ++ $run $mv "${libobj}T" "${libobj}" 32.41382 ++ 32.41383 + # Unlock the critical section if it was locked 32.41384 + if test "$need_locks" != no; then 32.41385 +- $rm "$lockfile" 32.41386 +- fi 32.41387 +- 32.41388 +- # Create an invalid libtool object if no PIC, so that we do not 32.41389 +- # accidentally link it into a program. 32.41390 +- if test "$build_libtool_libs" != yes; then 32.41391 +- $show "echo timestamp > $libobj" 32.41392 +- $run eval "echo timestamp > \$libobj" || exit $? 32.41393 ++ $run $rm "$lockfile" 32.41394 + fi 32.41395 + 32.41396 + exit 0 32.41397 + ;; 32.41398 + 32.41399 + # libtool link mode 32.41400 +- link) 32.41401 ++ link | relink) 32.41402 + modename="$modename: link" 32.41403 +- C_compiler="$CC" # save it, to compile generated C sources 32.41404 +- CC="$nonopt" 32.41405 +- case "$host" in 32.41406 +- *-*-cygwin32* | *-*-mingw32* | *-*-os2*) 32.41407 ++ case $host in 32.41408 ++ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 32.41409 + # It is impossible to link a dll without this setting, and 32.41410 + # we shouldn't force the makefile maintainer to figure out 32.41411 + # which system we are compiling for in order to pass an extra 32.41412 +- # flag for every libtool invokation. 32.41413 ++ # flag for every libtool invocation. 32.41414 + # allow_undefined=no 32.41415 + 32.41416 + # FIXME: Unfortunately, there are problems with the above when trying 32.41417 +@@ -576,55 +842,45 @@ compiler." 32.41418 + # -no-undefined on the libtool link line when we can be certain 32.41419 + # that all symbols are satisfied, otherwise we get a static library. 32.41420 + allow_undefined=yes 32.41421 +- 32.41422 +- # This is a source program that is used to create dlls on Windows 32.41423 +- # Don't remove nor modify the starting and closing comments 32.41424 +-# /* ltdll.c starts here */ 32.41425 +-# #define WIN32_LEAN_AND_MEAN 32.41426 +-# #include <windows.h> 32.41427 +-# #undef WIN32_LEAN_AND_MEAN 32.41428 +-# #include <stdio.h> 32.41429 +-# 32.41430 +-# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); 32.41431 +-# 32.41432 +-# #include <cygwin/cygwin_dll.h> 32.41433 +-# DECLARE_CYGWIN_DLL( DllMain ); 32.41434 +-# HINSTANCE __hDllInstance_base; 32.41435 +-# 32.41436 +-# BOOL APIENTRY 32.41437 +-# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) 32.41438 +-# { 32.41439 +-# __hDllInstance_base = hInst; 32.41440 +-# return TRUE; 32.41441 +-# } 32.41442 +-# /* ltdll.c ends here */ 32.41443 + ;; 32.41444 + *) 32.41445 + allow_undefined=yes 32.41446 + ;; 32.41447 + esac 32.41448 +- compile_command="$CC" 32.41449 +- finalize_command="$CC" 32.41450 ++ libtool_args="$nonopt" 32.41451 ++ base_compile="$nonopt" 32.41452 ++ compile_command="$nonopt" 32.41453 ++ finalize_command="$nonopt" 32.41454 + 32.41455 ++ compile_rpath= 32.41456 ++ finalize_rpath= 32.41457 + compile_shlibpath= 32.41458 + finalize_shlibpath= 32.41459 + convenience= 32.41460 + old_convenience= 32.41461 + deplibs= 32.41462 +- eval lib_search_path=\"$sys_lib_search_path\" 32.41463 +- 32.41464 +- avoid_versioning=no 32.41465 ++ old_deplibs= 32.41466 ++ compiler_flags= 32.41467 ++ linker_flags= 32.41468 ++ dllsearchpath= 32.41469 ++ lib_search_path=`pwd` 32.41470 ++ inst_prefix_dir= 32.41471 ++ 32.41472 ++ avoid_version=no 32.41473 + dlfiles= 32.41474 + dlprefiles= 32.41475 ++ dlself=no 32.41476 + export_dynamic=no 32.41477 + export_symbols= 32.41478 ++ export_symbols_regex= 32.41479 + generated= 32.41480 +- hardcode_libdirs= 32.41481 + libobjs= 32.41482 +- link_against_libtool_libs= 32.41483 + ltlibs= 32.41484 + module=no 32.41485 ++ no_install=no 32.41486 + objs= 32.41487 ++ non_pic_objects= 32.41488 ++ prefer_static_libs=no 32.41489 + preload=no 32.41490 + prev= 32.41491 + prevarg= 32.41492 +@@ -633,18 +889,30 @@ compiler." 32.41493 + xrpath= 32.41494 + perm_rpath= 32.41495 + temp_rpath= 32.41496 ++ thread_safe=no 32.41497 + vinfo= 32.41498 ++ vinfo_number=no 32.41499 + 32.41500 + # We need to know -static, to get the right output filenames. 32.41501 + for arg 32.41502 + do 32.41503 +- case "$arg" in 32.41504 ++ case $arg in 32.41505 + -all-static | -static) 32.41506 +- if test "X$arg" = "X-all-static" && test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then 32.41507 ++ if test "X$arg" = "X-all-static"; then 32.41508 ++ if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then 32.41509 + $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2 32.41510 ++ fi 32.41511 ++ if test -n "$link_static_flag"; then 32.41512 ++ dlopen_self=$dlopen_self_static 32.41513 ++ fi 32.41514 ++ else 32.41515 ++ if test -z "$pic_flag" && test -n "$link_static_flag"; then 32.41516 ++ dlopen_self=$dlopen_self_static 32.41517 ++ fi 32.41518 + fi 32.41519 + build_libtool_libs=no 32.41520 + build_old_libs=yes 32.41521 ++ prefer_static_libs=yes 32.41522 + break 32.41523 + ;; 32.41524 + esac 32.41525 +@@ -654,20 +922,28 @@ compiler." 32.41526 + test -n "$old_archive_from_new_cmds" && build_old_libs=yes 32.41527 + 32.41528 + # Go through the arguments, transforming them on the way. 32.41529 +- while test $# -gt 0; do 32.41530 ++ while test "$#" -gt 0; do 32.41531 + arg="$1" 32.41532 ++ base_compile="$base_compile $arg" 32.41533 + shift 32.41534 ++ case $arg in 32.41535 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.41536 ++ qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test 32.41537 ++ ;; 32.41538 ++ *) qarg=$arg ;; 32.41539 ++ esac 32.41540 ++ libtool_args="$libtool_args $qarg" 32.41541 + 32.41542 + # If the previous option needs an argument, assign it. 32.41543 + if test -n "$prev"; then 32.41544 +- case "$prev" in 32.41545 ++ case $prev in 32.41546 + output) 32.41547 + compile_command="$compile_command @OUTPUT@" 32.41548 + finalize_command="$finalize_command @OUTPUT@" 32.41549 + ;; 32.41550 + esac 32.41551 + 32.41552 +- case "$prev" in 32.41553 ++ case $prev in 32.41554 + dlfiles|dlprefiles) 32.41555 + if test "$preload" = no; then 32.41556 + # Add the symbol object into the linking commands. 32.41557 +@@ -675,36 +951,214 @@ compiler." 32.41558 + finalize_command="$finalize_command @SYMFILE@" 32.41559 + preload=yes 32.41560 + fi 32.41561 +- case "$arg" in 32.41562 ++ case $arg in 32.41563 + *.la | *.lo) ;; # We handle these cases below. 32.41564 ++ force) 32.41565 ++ if test "$dlself" = no; then 32.41566 ++ dlself=needless 32.41567 ++ export_dynamic=yes 32.41568 ++ fi 32.41569 ++ prev= 32.41570 ++ continue 32.41571 ++ ;; 32.41572 ++ self) 32.41573 ++ if test "$prev" = dlprefiles; then 32.41574 ++ dlself=yes 32.41575 ++ elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then 32.41576 ++ dlself=yes 32.41577 ++ else 32.41578 ++ dlself=needless 32.41579 ++ export_dynamic=yes 32.41580 ++ fi 32.41581 ++ prev= 32.41582 ++ continue 32.41583 ++ ;; 32.41584 + *) 32.41585 +- dlprefiles="$dlprefiles $arg" 32.41586 +- test "$prev" = dlfiles && dlfiles="$dlfiles $arg" 32.41587 ++ if test "$prev" = dlfiles; then 32.41588 ++ dlfiles="$dlfiles $arg" 32.41589 ++ else 32.41590 ++ dlprefiles="$dlprefiles $arg" 32.41591 ++ fi 32.41592 + prev= 32.41593 ++ continue 32.41594 + ;; 32.41595 + esac 32.41596 + ;; 32.41597 +- exportsyms) 32.41598 ++ expsyms) 32.41599 + export_symbols="$arg" 32.41600 + if test ! -f "$arg"; then 32.41601 + $echo "$modename: symbol file \`$arg' does not exist" 32.41602 + exit 1 32.41603 + fi 32.41604 + prev= 32.41605 ++ continue 32.41606 ++ ;; 32.41607 ++ expsyms_regex) 32.41608 ++ export_symbols_regex="$arg" 32.41609 ++ prev= 32.41610 ++ continue 32.41611 ++ ;; 32.41612 ++ inst_prefix) 32.41613 ++ inst_prefix_dir="$arg" 32.41614 ++ prev= 32.41615 ++ continue 32.41616 + ;; 32.41617 + release) 32.41618 + release="-$arg" 32.41619 + prev= 32.41620 + continue 32.41621 + ;; 32.41622 +- rpath) 32.41623 +- rpath="$rpath $arg" 32.41624 ++ objectlist) 32.41625 ++ if test -f "$arg"; then 32.41626 ++ save_arg=$arg 32.41627 ++ moreargs= 32.41628 ++ for fil in `cat $save_arg` 32.41629 ++ do 32.41630 ++# moreargs="$moreargs $fil" 32.41631 ++ arg=$fil 32.41632 ++ # A libtool-controlled object. 32.41633 ++ 32.41634 ++ # Check to see that this really is a libtool object. 32.41635 ++ if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.41636 ++ pic_object= 32.41637 ++ non_pic_object= 32.41638 ++ 32.41639 ++ # Read the .lo file 32.41640 ++ # If there is no directory component, then add one. 32.41641 ++ case $arg in 32.41642 ++ */* | *\\*) . $arg ;; 32.41643 ++ *) . ./$arg ;; 32.41644 ++ esac 32.41645 ++ 32.41646 ++ if test -z "$pic_object" || \ 32.41647 ++ test -z "$non_pic_object" || 32.41648 ++ test "$pic_object" = none && \ 32.41649 ++ test "$non_pic_object" = none; then 32.41650 ++ $echo "$modename: cannot find name of object for \`$arg'" 1>&2 32.41651 ++ exit 1 32.41652 ++ fi 32.41653 ++ 32.41654 ++ # Extract subdirectory from the argument. 32.41655 ++ xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 32.41656 ++ if test "X$xdir" = "X$arg"; then 32.41657 ++ xdir= 32.41658 ++ else 32.41659 ++ xdir="$xdir/" 32.41660 ++ fi 32.41661 ++ 32.41662 ++ if test "$pic_object" != none; then 32.41663 ++ # Prepend the subdirectory the object is found in. 32.41664 ++ pic_object="$xdir$pic_object" 32.41665 ++ 32.41666 ++ if test "$prev" = dlfiles; then 32.41667 ++ if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then 32.41668 ++ dlfiles="$dlfiles $pic_object" 32.41669 ++ prev= 32.41670 ++ continue 32.41671 ++ else 32.41672 ++ # If libtool objects are unsupported, then we need to preload. 32.41673 ++ prev=dlprefiles 32.41674 ++ fi 32.41675 ++ fi 32.41676 ++ 32.41677 ++ # CHECK ME: I think I busted this. -Ossama 32.41678 ++ if test "$prev" = dlprefiles; then 32.41679 ++ # Preload the old-style object. 32.41680 ++ dlprefiles="$dlprefiles $pic_object" 32.41681 ++ prev= 32.41682 ++ fi 32.41683 ++ 32.41684 ++ # A PIC object. 32.41685 ++ libobjs="$libobjs $pic_object" 32.41686 ++ arg="$pic_object" 32.41687 ++ fi 32.41688 ++ 32.41689 ++ # Non-PIC object. 32.41690 ++ if test "$non_pic_object" != none; then 32.41691 ++ # Prepend the subdirectory the object is found in. 32.41692 ++ non_pic_object="$xdir$non_pic_object" 32.41693 ++ 32.41694 ++ # A standard non-PIC object 32.41695 ++ non_pic_objects="$non_pic_objects $non_pic_object" 32.41696 ++ if test -z "$pic_object" || test "$pic_object" = none ; then 32.41697 ++ arg="$non_pic_object" 32.41698 ++ fi 32.41699 ++ fi 32.41700 ++ else 32.41701 ++ # Only an error if not doing a dry-run. 32.41702 ++ if test -z "$run"; then 32.41703 ++ $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 32.41704 ++ exit 1 32.41705 ++ else 32.41706 ++ # Dry-run case. 32.41707 ++ 32.41708 ++ # Extract subdirectory from the argument. 32.41709 ++ xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 32.41710 ++ if test "X$xdir" = "X$arg"; then 32.41711 ++ xdir= 32.41712 ++ else 32.41713 ++ xdir="$xdir/" 32.41714 ++ fi 32.41715 ++ 32.41716 ++ pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` 32.41717 ++ non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` 32.41718 ++ libobjs="$libobjs $pic_object" 32.41719 ++ non_pic_objects="$non_pic_objects $non_pic_object" 32.41720 ++ fi 32.41721 ++ fi 32.41722 ++ done 32.41723 ++ else 32.41724 ++ $echo "$modename: link input file \`$save_arg' does not exist" 32.41725 ++ exit 1 32.41726 ++ fi 32.41727 ++ arg=$save_arg 32.41728 ++ prev= 32.41729 ++ continue 32.41730 ++ ;; 32.41731 ++ rpath | xrpath) 32.41732 ++ # We need an absolute path. 32.41733 ++ case $arg in 32.41734 ++ [\\/]* | [A-Za-z]:[\\/]*) ;; 32.41735 ++ *) 32.41736 ++ $echo "$modename: only absolute run-paths are allowed" 1>&2 32.41737 ++ exit 1 32.41738 ++ ;; 32.41739 ++ esac 32.41740 ++ if test "$prev" = rpath; then 32.41741 ++ case "$rpath " in 32.41742 ++ *" $arg "*) ;; 32.41743 ++ *) rpath="$rpath $arg" ;; 32.41744 ++ esac 32.41745 ++ else 32.41746 ++ case "$xrpath " in 32.41747 ++ *" $arg "*) ;; 32.41748 ++ *) xrpath="$xrpath $arg" ;; 32.41749 ++ esac 32.41750 ++ fi 32.41751 ++ prev= 32.41752 ++ continue 32.41753 ++ ;; 32.41754 ++ xcompiler) 32.41755 ++ compiler_flags="$compiler_flags $qarg" 32.41756 + prev= 32.41757 ++ compile_command="$compile_command $qarg" 32.41758 ++ finalize_command="$finalize_command $qarg" 32.41759 + continue 32.41760 + ;; 32.41761 +- xrpath) 32.41762 +- xrpath="$xrpath $arg" 32.41763 ++ xlinker) 32.41764 ++ linker_flags="$linker_flags $qarg" 32.41765 ++ compiler_flags="$compiler_flags $wl$qarg" 32.41766 + prev= 32.41767 ++ compile_command="$compile_command $wl$qarg" 32.41768 ++ finalize_command="$finalize_command $wl$qarg" 32.41769 ++ continue 32.41770 ++ ;; 32.41771 ++ xcclinker) 32.41772 ++ linker_flags="$linker_flags $qarg" 32.41773 ++ compiler_flags="$compiler_flags $qarg" 32.41774 ++ prev= 32.41775 ++ compile_command="$compile_command $qarg" 32.41776 ++ finalize_command="$finalize_command $qarg" 32.41777 + continue 32.41778 + ;; 32.41779 + *) 32.41780 +@@ -713,11 +1167,11 @@ compiler." 32.41781 + continue 32.41782 + ;; 32.41783 + esac 32.41784 +- fi 32.41785 ++ fi # test -n "$prev" 32.41786 + 32.41787 + prevarg="$arg" 32.41788 + 32.41789 +- case "$arg" in 32.41790 ++ case $arg in 32.41791 + -all-static) 32.41792 + if test -n "$link_static_flag"; then 32.41793 + compile_command="$compile_command $link_static_flag" 32.41794 +@@ -732,8 +1186,8 @@ compiler." 32.41795 + continue 32.41796 + ;; 32.41797 + 32.41798 +- -avoid-versioning) 32.41799 +- avoid_versioning=yes 32.41800 ++ -avoid-version) 32.41801 ++ avoid_version=yes 32.41802 + continue 32.41803 + ;; 32.41804 + 32.41805 +@@ -748,79 +1202,170 @@ compiler." 32.41806 + ;; 32.41807 + 32.41808 + -export-dynamic) 32.41809 +- if test "$export_dynamic" != yes; then 32.41810 +- export_dynamic=yes 32.41811 +- if test -n "$export_dynamic_flag_spec"; then 32.41812 +- eval arg=\"$export_dynamic_flag_spec\" 32.41813 +- else 32.41814 +- arg= 32.41815 +- fi 32.41816 +- if test "$preload" = no; then 32.41817 +- # Add the symbol object into the linking commands. 32.41818 +- compile_command="$compile_command @SYMFILE@" 32.41819 +- finalize_command="$finalize_command @SYMFILE@" 32.41820 +- preload=yes 32.41821 +- fi 32.41822 +- fi 32.41823 ++ export_dynamic=yes 32.41824 ++ continue 32.41825 + ;; 32.41826 + 32.41827 +- -export-symbols) 32.41828 +- if test -n "$export_symbols"; then 32.41829 +- $echo "$modename: cannot have more than one -exported-symbols" 32.41830 ++ -export-symbols | -export-symbols-regex) 32.41831 ++ if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 32.41832 ++ $echo "$modename: more than one -exported-symbols argument is not allowed" 32.41833 + exit 1 32.41834 + fi 32.41835 +- prev=exportsyms 32.41836 ++ if test "X$arg" = "X-export-symbols"; then 32.41837 ++ prev=expsyms 32.41838 ++ else 32.41839 ++ prev=expsyms_regex 32.41840 ++ fi 32.41841 + continue 32.41842 + ;; 32.41843 + 32.41844 +- -L*) 32.41845 +- dir=`$echo "X$arg" | $Xsed -e 's%^-L\(.*\)$%\1%'` 32.41846 +- case "$dir" in 32.41847 +- /* | [A-Za-z]:[/\\]*) 32.41848 +- # Add the corresponding hardcode_libdir_flag, if it is not identical. 32.41849 ++ -inst-prefix-dir) 32.41850 ++ prev=inst_prefix 32.41851 ++ continue 32.41852 ++ ;; 32.41853 ++ 32.41854 ++ # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* 32.41855 ++ # so, if we see these flags be careful not to treat them like -L 32.41856 ++ -L[A-Z][A-Z]*:*) 32.41857 ++ case $with_gcc/$host in 32.41858 ++ no/*-*-irix* | /*-*-irix*) 32.41859 ++ compile_command="$compile_command $arg" 32.41860 ++ finalize_command="$finalize_command $arg" 32.41861 + ;; 32.41862 ++ esac 32.41863 ++ continue 32.41864 ++ ;; 32.41865 ++ 32.41866 ++ -L*) 32.41867 ++ dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` 32.41868 ++ # We need an absolute path. 32.41869 ++ case $dir in 32.41870 ++ [\\/]* | [A-Za-z]:[\\/]*) ;; 32.41871 + *) 32.41872 +- $echo "$modename: \`-L$dir' cannot specify a relative directory" 1>&2 32.41873 +- exit 1 32.41874 ++ absdir=`cd "$dir" && pwd` 32.41875 ++ if test -z "$absdir"; then 32.41876 ++ $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 32.41877 ++ exit 1 32.41878 ++ fi 32.41879 ++ dir="$absdir" 32.41880 + ;; 32.41881 + esac 32.41882 +- deplibs="$deplibs $arg" 32.41883 +- lib_search_path="$lib_search_path `expr $arg : '-L\(.*\)'`" 32.41884 +- case "$host" in 32.41885 +- *-*-cygwin32* | *-*-mingw32* | *-*-os2*) 32.41886 +- compile_dependencylibs="$compile_dependencylibs $arg" 32.41887 +- dllsearchdir="`expr $arg : '-L\(.*\)'`" 32.41888 +- dllsearchdir=`cd "$dllsearchdir" && pwd || echo "$dllsearchdir"` 32.41889 +- if test -n "$dllsearchpath"; then 32.41890 +- dllsearchpath="$dllsearchpath:$dllsearchdir" 32.41891 +- else 32.41892 +- dllsearchpath="$dllsearchdir" 32.41893 +- fi 32.41894 ++ case "$deplibs " in 32.41895 ++ *" -L$dir "*) ;; 32.41896 ++ *) 32.41897 ++ deplibs="$deplibs -L$dir" 32.41898 ++ lib_search_path="$lib_search_path $dir" 32.41899 + ;; 32.41900 + esac 32.41901 ++ case $host in 32.41902 ++ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 32.41903 ++ case :$dllsearchpath: in 32.41904 ++ *":$dir:"*) ;; 32.41905 ++ *) dllsearchpath="$dllsearchpath:$dir";; 32.41906 ++ esac 32.41907 ++ ;; 32.41908 ++ esac 32.41909 ++ continue 32.41910 + ;; 32.41911 + 32.41912 + -l*) 32.41913 ++ if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then 32.41914 ++ case $host in 32.41915 ++ *-*-cygwin* | *-*-pw32* | *-*-beos*) 32.41916 ++ # These systems don't actually have a C or math library (as such) 32.41917 ++ continue 32.41918 ++ ;; 32.41919 ++ *-*-mingw* | *-*-os2*) 32.41920 ++ # These systems don't actually have a C library (as such) 32.41921 ++ test "X$arg" = "X-lc" && continue 32.41922 ++ ;; 32.41923 ++ *-*-openbsd* | *-*-freebsd*) 32.41924 ++ # Do not include libc due to us having libc/libc_r. 32.41925 ++ test "X$arg" = "X-lc" && continue 32.41926 ++ ;; 32.41927 ++ *-*-rhapsody* | *-*-darwin1.[012]) 32.41928 ++ # Rhapsody C and math libraries are in the System framework 32.41929 ++ deplibs="$deplibs -framework System" 32.41930 ++ continue 32.41931 ++ esac 32.41932 ++ elif test "X$arg" = "X-lc_r"; then 32.41933 ++ case $host in 32.41934 ++ *-*-openbsd* | *-*-freebsd*) 32.41935 ++ # Do not include libc_r directly, use -pthread flag. 32.41936 ++ continue 32.41937 ++ ;; 32.41938 ++ esac 32.41939 ++ fi 32.41940 + deplibs="$deplibs $arg" 32.41941 +- compile_dependencylibs="$compile_dependencylibs $arg" 32.41942 ++ continue 32.41943 ++ ;; 32.41944 ++ 32.41945 ++ -pthread|-pthreads|-kthread|-Kthread|-mthreads|--thread-safe|-mt) 32.41946 ++ # deplibs="$deplibs $arg" 32.41947 + ;; 32.41948 + 32.41949 + -module) 32.41950 +- if test "$module" != yes; then 32.41951 +- module=yes 32.41952 +- if test -n "$export_dynamic_flag_spec"; then 32.41953 +- eval arg=\"$export_dynamic_flag_spec\" 32.41954 +- else 32.41955 +- arg= 32.41956 +- fi 32.41957 +- fi 32.41958 ++ module=yes 32.41959 ++ continue 32.41960 + ;; 32.41961 +- 32.41962 ++ 32.41963 ++ # gcc -m* arguments should be passed to the linker via $compiler_flags 32.41964 ++ # in order to pass architecture information to the linker 32.41965 ++ # (e.g. 32 vs 64-bit). This may also be accomplished via -Wl,-mfoo 32.41966 ++ # but this is not reliable with gcc because gcc may use -mfoo to 32.41967 ++ # select a different linker, different libraries, etc, while 32.41968 ++ # -Wl,-mfoo simply passes -mfoo to the linker. 32.41969 ++ -m*) 32.41970 ++ # Unknown arguments in both finalize_command and compile_command need 32.41971 ++ # to be aesthetically quoted because they are evaled later. 32.41972 ++ arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 32.41973 ++ case $arg in 32.41974 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.41975 ++ arg="\"$arg\"" 32.41976 ++ ;; 32.41977 ++ esac 32.41978 ++ compile_command="$compile_command $arg" 32.41979 ++ finalize_command="$finalize_command $arg" 32.41980 ++ if test "$with_gcc" = "yes" ; then 32.41981 ++ compiler_flags="$compiler_flags $arg" 32.41982 ++ fi 32.41983 ++ continue 32.41984 ++ ;; 32.41985 ++ 32.41986 ++ -shrext) 32.41987 ++ prev=shrext 32.41988 ++ continue 32.41989 ++ ;; 32.41990 ++ 32.41991 ++ -no-fast-install) 32.41992 ++ fast_install=no 32.41993 ++ continue 32.41994 ++ ;; 32.41995 ++ 32.41996 ++ -no-install) 32.41997 ++ case $host in 32.41998 ++ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 32.41999 ++ # The PATH hackery in wrapper scripts is required on Windows 32.42000 ++ # in order for the loader to find any dlls it needs. 32.42001 ++ $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 32.42002 ++ $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 32.42003 ++ fast_install=no 32.42004 ++ ;; 32.42005 ++ *) no_install=yes ;; 32.42006 ++ esac 32.42007 ++ continue 32.42008 ++ ;; 32.42009 ++ 32.42010 + -no-undefined) 32.42011 + allow_undefined=no 32.42012 + continue 32.42013 + ;; 32.42014 + 32.42015 ++ -objectlist) 32.42016 ++ prev=objectlist 32.42017 ++ continue 32.42018 ++ ;; 32.42019 ++ 32.42020 + -o) prev=output ;; 32.42021 + 32.42022 + -release) 32.42023 +@@ -839,16 +1384,33 @@ compiler." 32.42024 + ;; 32.42025 + 32.42026 + -R*) 32.42027 +- xrpath="$xrpath "`echo "X$arg" | $Xsed -e 's/^-R//'` 32.42028 ++ dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` 32.42029 ++ # We need an absolute path. 32.42030 ++ case $dir in 32.42031 ++ [\\/]* | [A-Za-z]:[\\/]*) ;; 32.42032 ++ *) 32.42033 ++ $echo "$modename: only absolute run-paths are allowed" 1>&2 32.42034 ++ exit 1 32.42035 ++ ;; 32.42036 ++ esac 32.42037 ++ case "$xrpath " in 32.42038 ++ *" $dir "*) ;; 32.42039 ++ *) xrpath="$xrpath $dir" ;; 32.42040 ++ esac 32.42041 + continue 32.42042 + ;; 32.42043 + 32.42044 + -static) 32.42045 +- # If we have no pic_flag, then this is the same as -all-static. 32.42046 +- if test -z "$pic_flag" && test -n "$link_static_flag"; then 32.42047 +- compile_command="$compile_command $link_static_flag" 32.42048 +- finalize_command="$finalize_command $link_static_flag" 32.42049 +- fi 32.42050 ++ # The effects of -static are defined in a previous loop. 32.42051 ++ # We used to do the same as -all-static on platforms that 32.42052 ++ # didn't have a PIC flag, but the assumption that the effects 32.42053 ++ # would be equivalent was wrong. It would break on at least 32.42054 ++ # Digital Unix and AIX. 32.42055 ++ continue 32.42056 ++ ;; 32.42057 ++ 32.42058 ++ -thread-safe) 32.42059 ++ thread_safe=yes 32.42060 + continue 32.42061 + ;; 32.42062 + 32.42063 +@@ -856,350 +1418,1335 @@ compiler." 32.42064 + prev=vinfo 32.42065 + continue 32.42066 + ;; 32.42067 ++ -version-number) 32.42068 ++ prev=vinfo 32.42069 ++ vinfo_number=yes 32.42070 ++ continue 32.42071 ++ ;; 32.42072 ++ 32.42073 ++ -Wc,*) 32.42074 ++ args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` 32.42075 ++ arg= 32.42076 ++ save_ifs="$IFS"; IFS=',' 32.42077 ++ for flag in $args; do 32.42078 ++ IFS="$save_ifs" 32.42079 ++ case $flag in 32.42080 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.42081 ++ flag="\"$flag\"" 32.42082 ++ ;; 32.42083 ++ esac 32.42084 ++ arg="$arg $wl$flag" 32.42085 ++ compiler_flags="$compiler_flags $flag" 32.42086 ++ done 32.42087 ++ IFS="$save_ifs" 32.42088 ++ arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 32.42089 ++ ;; 32.42090 ++ 32.42091 ++ -Wl,*) 32.42092 ++ args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` 32.42093 ++ arg= 32.42094 ++ save_ifs="$IFS"; IFS=',' 32.42095 ++ for flag in $args; do 32.42096 ++ IFS="$save_ifs" 32.42097 ++ case $flag in 32.42098 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.42099 ++ flag="\"$flag\"" 32.42100 ++ ;; 32.42101 ++ esac 32.42102 ++ arg="$arg $wl$flag" 32.42103 ++ compiler_flags="$compiler_flags $wl$flag" 32.42104 ++ linker_flags="$linker_flags $flag" 32.42105 ++ done 32.42106 ++ IFS="$save_ifs" 32.42107 ++ arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 32.42108 ++ ;; 32.42109 ++ 32.42110 ++ -Xcompiler) 32.42111 ++ prev=xcompiler 32.42112 ++ continue 32.42113 ++ ;; 32.42114 ++ 32.42115 ++ -Xlinker) 32.42116 ++ prev=xlinker 32.42117 ++ continue 32.42118 ++ ;; 32.42119 ++ 32.42120 ++ -XCClinker) 32.42121 ++ prev=xcclinker 32.42122 ++ continue 32.42123 ++ ;; 32.42124 + 32.42125 + # Some other compiler flag. 32.42126 + -* | +*) 32.42127 + # Unknown arguments in both finalize_command and compile_command need 32.42128 + # to be aesthetically quoted because they are evaled later. 32.42129 + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 32.42130 +- case "$arg" in 32.42131 +- *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 32.42132 ++ case $arg in 32.42133 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.42134 + arg="\"$arg\"" 32.42135 + ;; 32.42136 + esac 32.42137 + ;; 32.42138 + 32.42139 +- *.o | *.obj | *.a | *.lib) 32.42140 ++ *.$objext) 32.42141 + # A standard object. 32.42142 + objs="$objs $arg" 32.42143 + ;; 32.42144 + 32.42145 + *.lo) 32.42146 +- # A library object. 32.42147 +- if test "$prev" = dlfiles; then 32.42148 +- dlfiles="$dlfiles $arg" 32.42149 +- if test "$build_libtool_libs" = yes; then 32.42150 +- prev= 32.42151 +- continue 32.42152 ++ # A libtool-controlled object. 32.42153 ++ 32.42154 ++ # Check to see that this really is a libtool object. 32.42155 ++ if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.42156 ++ pic_object= 32.42157 ++ non_pic_object= 32.42158 ++ 32.42159 ++ # Read the .lo file 32.42160 ++ # If there is no directory component, then add one. 32.42161 ++ case $arg in 32.42162 ++ */* | *\\*) . $arg ;; 32.42163 ++ *) . ./$arg ;; 32.42164 ++ esac 32.42165 ++ 32.42166 ++ if test -z "$pic_object" || \ 32.42167 ++ test -z "$non_pic_object" || 32.42168 ++ test "$pic_object" = none && \ 32.42169 ++ test "$non_pic_object" = none; then 32.42170 ++ $echo "$modename: cannot find name of object for \`$arg'" 1>&2 32.42171 ++ exit 1 32.42172 ++ fi 32.42173 ++ 32.42174 ++ # Extract subdirectory from the argument. 32.42175 ++ xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 32.42176 ++ if test "X$xdir" = "X$arg"; then 32.42177 ++ xdir= 32.42178 ++ else 32.42179 ++ xdir="$xdir/" 32.42180 ++ fi 32.42181 ++ 32.42182 ++ if test "$pic_object" != none; then 32.42183 ++ # Prepend the subdirectory the object is found in. 32.42184 ++ pic_object="$xdir$pic_object" 32.42185 ++ 32.42186 ++ if test "$prev" = dlfiles; then 32.42187 ++ if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then 32.42188 ++ dlfiles="$dlfiles $pic_object" 32.42189 ++ prev= 32.42190 ++ continue 32.42191 ++ else 32.42192 ++ # If libtool objects are unsupported, then we need to preload. 32.42193 ++ prev=dlprefiles 32.42194 ++ fi 32.42195 ++ fi 32.42196 ++ 32.42197 ++ # CHECK ME: I think I busted this. -Ossama 32.42198 ++ if test "$prev" = dlprefiles; then 32.42199 ++ # Preload the old-style object. 32.42200 ++ dlprefiles="$dlprefiles $pic_object" 32.42201 ++ prev= 32.42202 ++ fi 32.42203 ++ 32.42204 ++ # A PIC object. 32.42205 ++ libobjs="$libobjs $pic_object" 32.42206 ++ arg="$pic_object" 32.42207 ++ fi 32.42208 ++ 32.42209 ++ # Non-PIC object. 32.42210 ++ if test "$non_pic_object" != none; then 32.42211 ++ # Prepend the subdirectory the object is found in. 32.42212 ++ non_pic_object="$xdir$non_pic_object" 32.42213 ++ 32.42214 ++ # A standard non-PIC object 32.42215 ++ non_pic_objects="$non_pic_objects $non_pic_object" 32.42216 ++ if test -z "$pic_object" || test "$pic_object" = none ; then 32.42217 ++ arg="$non_pic_object" 32.42218 ++ fi 32.42219 ++ fi 32.42220 ++ else 32.42221 ++ # Only an error if not doing a dry-run. 32.42222 ++ if test -z "$run"; then 32.42223 ++ $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 32.42224 ++ exit 1 32.42225 + else 32.42226 +- # If libtool objects are unsupported, then we need to preload. 32.42227 +- prev=dlprefiles 32.42228 ++ # Dry-run case. 32.42229 ++ 32.42230 ++ # Extract subdirectory from the argument. 32.42231 ++ xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 32.42232 ++ if test "X$xdir" = "X$arg"; then 32.42233 ++ xdir= 32.42234 ++ else 32.42235 ++ xdir="$xdir/" 32.42236 ++ fi 32.42237 ++ 32.42238 ++ pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` 32.42239 ++ non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` 32.42240 ++ libobjs="$libobjs $pic_object" 32.42241 ++ non_pic_objects="$non_pic_objects $non_pic_object" 32.42242 + fi 32.42243 + fi 32.42244 ++ ;; 32.42245 + 32.42246 +- if test "$prev" = dlprefiles; then 32.42247 +- # Preload the old-style object. 32.42248 +- dlprefiles="$dlprefiles "`$echo "X$arg" | $Xsed -e "$lo2o"` 32.42249 +- prev= 32.42250 +- fi 32.42251 +- libobjs="$libobjs $arg" 32.42252 ++ *.$libext) 32.42253 ++ # An archive. 32.42254 ++ deplibs="$deplibs $arg" 32.42255 ++ old_deplibs="$old_deplibs $arg" 32.42256 ++ continue 32.42257 + ;; 32.42258 + 32.42259 + *.la) 32.42260 + # A libtool-controlled library. 32.42261 + 32.42262 +- dlname= 32.42263 +- libdir= 32.42264 +- library_names= 32.42265 +- old_library= 32.42266 ++ if test "$prev" = dlfiles; then 32.42267 ++ # This library was specified with -dlopen. 32.42268 ++ dlfiles="$dlfiles $arg" 32.42269 ++ prev= 32.42270 ++ elif test "$prev" = dlprefiles; then 32.42271 ++ # The library was specified with -dlpreopen. 32.42272 ++ dlprefiles="$dlprefiles $arg" 32.42273 ++ prev= 32.42274 ++ else 32.42275 ++ deplibs="$deplibs $arg" 32.42276 ++ fi 32.42277 ++ continue 32.42278 ++ ;; 32.42279 ++ 32.42280 ++ # Some other compiler argument. 32.42281 ++ *) 32.42282 ++ # Unknown arguments in both finalize_command and compile_command need 32.42283 ++ # to be aesthetically quoted because they are evaled later. 32.42284 ++ arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 32.42285 ++ case $arg in 32.42286 ++ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 32.42287 ++ arg="\"$arg\"" 32.42288 ++ ;; 32.42289 ++ esac 32.42290 ++ ;; 32.42291 ++ esac # arg 32.42292 ++ 32.42293 ++ # Now actually substitute the argument into the commands. 32.42294 ++ if test -n "$arg"; then 32.42295 ++ compile_command="$compile_command $arg" 32.42296 ++ finalize_command="$finalize_command $arg" 32.42297 ++ fi 32.42298 ++ done # argument parsing loop 32.42299 ++ 32.42300 ++ if test -n "$prev"; then 32.42301 ++ $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 32.42302 ++ $echo "$help" 1>&2 32.42303 ++ exit 1 32.42304 ++ fi 32.42305 ++ 32.42306 ++ # Infer tagged configuration to use if any are available and 32.42307 ++ # if one wasn't chosen via the "--tag" command line option. 32.42308 ++ # Only attempt this if the compiler in the base link 32.42309 ++ # command doesn't match the default compiler. 32.42310 ++ if test -n "$available_tags" && test -z "$tagname"; then 32.42311 ++ case $base_compile in 32.42312 ++ # Blanks in the command may have been stripped by the calling shell, 32.42313 ++ # but not from the CC environment variable when configure was run. 32.42314 ++ "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;; 32.42315 ++ # Blanks at the start of $base_compile will cause this to fail 32.42316 ++ # if we don't check for them as well. 32.42317 ++ *) 32.42318 ++ for z in $available_tags; do 32.42319 ++ if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$0" > /dev/null; then 32.42320 ++ # Evaluate the configuration. 32.42321 ++ eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" 32.42322 ++ case $base_compile in 32.42323 ++ "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) 32.42324 ++ # The compiler in $compile_command matches 32.42325 ++ # the one in the tagged configuration. 32.42326 ++ # Assume this is the tagged configuration we want. 32.42327 ++ tagname=$z 32.42328 ++ break 32.42329 ++ ;; 32.42330 ++ esac 32.42331 ++ fi 32.42332 ++ done 32.42333 ++ # If $tagname still isn't set, then no tagged configuration 32.42334 ++ # was found and let the user know that the "--tag" command 32.42335 ++ # line option must be used. 32.42336 ++ if test -z "$tagname"; then 32.42337 ++ $echo "$modename: unable to infer tagged configuration" 32.42338 ++ $echo "$modename: specify a tag with \`--tag'" 1>&2 32.42339 ++ exit 1 32.42340 ++# else 32.42341 ++# $echo "$modename: using $tagname tagged configuration" 32.42342 ++ fi 32.42343 ++ ;; 32.42344 ++ esac 32.42345 ++ fi 32.42346 ++ 32.42347 ++ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then 32.42348 ++ eval arg=\"$export_dynamic_flag_spec\" 32.42349 ++ compile_command="$compile_command $arg" 32.42350 ++ finalize_command="$finalize_command $arg" 32.42351 ++ fi 32.42352 ++ 32.42353 ++ oldlibs= 32.42354 ++ # calculate the name of the file, without its directory 32.42355 ++ outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` 32.42356 ++ libobjs_save="$libobjs" 32.42357 ++ 32.42358 ++ if test -n "$shlibpath_var"; then 32.42359 ++ # get the directories listed in $shlibpath_var 32.42360 ++ eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` 32.42361 ++ else 32.42362 ++ shlib_search_path= 32.42363 ++ fi 32.42364 ++ eval sys_lib_search_path=\"$sys_lib_search_path_spec\" 32.42365 ++ eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" 32.42366 ++ 32.42367 ++ output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` 32.42368 ++ if test "X$output_objdir" = "X$output"; then 32.42369 ++ output_objdir="$objdir" 32.42370 ++ else 32.42371 ++ output_objdir="$output_objdir/$objdir" 32.42372 ++ fi 32.42373 ++ # Create the object directory. 32.42374 ++ if test ! -d "$output_objdir"; then 32.42375 ++ $show "$mkdir $output_objdir" 32.42376 ++ $run $mkdir $output_objdir 32.42377 ++ status=$? 32.42378 ++ if test "$status" -ne 0 && test ! -d "$output_objdir"; then 32.42379 ++ exit $status 32.42380 ++ fi 32.42381 ++ fi 32.42382 ++ 32.42383 ++ # Determine the type of output 32.42384 ++ case $output in 32.42385 ++ "") 32.42386 ++ $echo "$modename: you must specify an output file" 1>&2 32.42387 ++ $echo "$help" 1>&2 32.42388 ++ exit 1 32.42389 ++ ;; 32.42390 ++ *.$libext) linkmode=oldlib ;; 32.42391 ++ *.lo | *.$objext) linkmode=obj ;; 32.42392 ++ *.la) linkmode=lib ;; 32.42393 ++ *) linkmode=prog ;; # Anything else should be a program. 32.42394 ++ esac 32.42395 ++ 32.42396 ++ case $host in 32.42397 ++ *cygwin* | *mingw* | *pw32*) 32.42398 ++ # don't eliminate duplcations in $postdeps and $predeps 32.42399 ++ duplicate_compiler_generated_deps=yes 32.42400 ++ ;; 32.42401 ++ *) 32.42402 ++ duplicate_compiler_generated_deps=$duplicate_deps 32.42403 ++ ;; 32.42404 ++ esac 32.42405 ++ specialdeplibs= 32.42406 ++ 32.42407 ++ libs= 32.42408 ++ # Find all interdependent deplibs by searching for libraries 32.42409 ++ # that are linked more than once (e.g. -la -lb -la) 32.42410 ++ for deplib in $deplibs; do 32.42411 ++ if test "X$duplicate_deps" = "Xyes" ; then 32.42412 ++ case "$libs " in 32.42413 ++ *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 32.42414 ++ esac 32.42415 ++ fi 32.42416 ++ libs="$libs $deplib" 32.42417 ++ done 32.42418 ++ 32.42419 ++ if test "$linkmode" = lib; then 32.42420 ++ libs="$predeps $libs $compiler_lib_search_path $postdeps" 32.42421 ++ 32.42422 ++ # Compute libraries that are listed more than once in $predeps 32.42423 ++ # $postdeps and mark them as special (i.e., whose duplicates are 32.42424 ++ # not to be eliminated). 32.42425 ++ pre_post_deps= 32.42426 ++ if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then 32.42427 ++ for pre_post_dep in $predeps $postdeps; do 32.42428 ++ case "$pre_post_deps " in 32.42429 ++ *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; 32.42430 ++ esac 32.42431 ++ pre_post_deps="$pre_post_deps $pre_post_dep" 32.42432 ++ done 32.42433 ++ fi 32.42434 ++ pre_post_deps= 32.42435 ++ fi 32.42436 ++ 32.42437 ++ deplibs= 32.42438 ++ newdependency_libs= 32.42439 ++ newlib_search_path= 32.42440 ++ need_relink=no # whether we're linking any uninstalled libtool libraries 32.42441 ++ notinst_deplibs= # not-installed libtool libraries 32.42442 ++ notinst_path= # paths that contain not-installed libtool libraries 32.42443 ++ case $linkmode in 32.42444 ++ lib) 32.42445 ++ passes="conv link" 32.42446 ++ for file in $dlfiles $dlprefiles; do 32.42447 ++ case $file in 32.42448 ++ *.la) ;; 32.42449 ++ *) 32.42450 ++ $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 32.42451 ++ exit 1 32.42452 ++ ;; 32.42453 ++ esac 32.42454 ++ done 32.42455 ++ ;; 32.42456 ++ prog) 32.42457 ++ compile_deplibs= 32.42458 ++ finalize_deplibs= 32.42459 ++ alldeplibs=no 32.42460 ++ newdlfiles= 32.42461 ++ newdlprefiles= 32.42462 ++ passes="conv scan dlopen dlpreopen link" 32.42463 ++ ;; 32.42464 ++ *) passes="conv" 32.42465 ++ ;; 32.42466 ++ esac 32.42467 ++ for pass in $passes; do 32.42468 ++ if test "$linkmode,$pass" = "lib,link" || 32.42469 ++ test "$linkmode,$pass" = "prog,scan"; then 32.42470 ++ libs="$deplibs" 32.42471 ++ deplibs= 32.42472 ++ fi 32.42473 ++ if test "$linkmode" = prog; then 32.42474 ++ case $pass in 32.42475 ++ dlopen) libs="$dlfiles" ;; 32.42476 ++ dlpreopen) libs="$dlprefiles" ;; 32.42477 ++ link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; 32.42478 ++ esac 32.42479 ++ fi 32.42480 ++ if test "$pass" = dlopen; then 32.42481 ++ # Collect dlpreopened libraries 32.42482 ++ save_deplibs="$deplibs" 32.42483 ++ deplibs= 32.42484 ++ fi 32.42485 ++ for deplib in $libs; do 32.42486 ++ lib= 32.42487 ++ found=no 32.42488 ++ case $deplib in 32.42489 ++ -pthread|-pthreads|-kthread|-Kthread|-mthreads|--thread-safe|-mt) 32.42490 ++ deplibs="$deplib $deplibs" 32.42491 ++ # test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" 32.42492 ++ continue 32.42493 ++ ;; 32.42494 ++ -l*) 32.42495 ++ if test "$linkmode" != lib && test "$linkmode" != prog; then 32.42496 ++ $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 32.42497 ++ continue 32.42498 ++ fi 32.42499 ++ if test "$pass" = conv; then 32.42500 ++ deplibs="$deplib $deplibs" 32.42501 ++ continue 32.42502 ++ fi 32.42503 ++ name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` 32.42504 ++ for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do 32.42505 ++ for search_ext in .la $shrext .so .a; do 32.42506 ++ # Search the libtool library 32.42507 ++ lib="$searchdir/lib${name}${search_ext}" 32.42508 ++ if test -f "$lib"; then 32.42509 ++ if test "$search_ext" = ".la"; then 32.42510 ++ found=yes 32.42511 ++ else 32.42512 ++ found=no 32.42513 ++ fi 32.42514 ++ break 2 32.42515 ++ fi 32.42516 ++ done 32.42517 ++ done 32.42518 ++ if test "$found" != yes; then 32.42519 ++ # deplib doesn't seem to be a libtool library 32.42520 ++ if test "$linkmode,$pass" = "prog,link"; then 32.42521 ++ compile_deplibs="$deplib $compile_deplibs" 32.42522 ++ finalize_deplibs="$deplib $finalize_deplibs" 32.42523 ++ else 32.42524 ++ deplibs="$deplib $deplibs" 32.42525 ++ test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" 32.42526 ++ fi 32.42527 ++ continue 32.42528 ++ else # deplib is a libtool library 32.42529 ++ # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, 32.42530 ++ # We need to do some special things here, and not later. 32.42531 ++ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 32.42532 ++ case " $predeps $postdeps " in 32.42533 ++ *" $deplib "*) 32.42534 ++ if (${SED} -e '2q' $lib | 32.42535 ++ grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.42536 ++ library_names= 32.42537 ++ old_library= 32.42538 ++ case $lib in 32.42539 ++ */* | *\\*) . $lib ;; 32.42540 ++ *) . ./$lib ;; 32.42541 ++ esac 32.42542 ++ for l in $old_library $library_names; do 32.42543 ++ ll="$l" 32.42544 ++ done 32.42545 ++ if test "X$ll" = "X$old_library" ; then # only static version available 32.42546 ++ found=no 32.42547 ++ ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` 32.42548 ++ test "X$ladir" = "X$lib" && ladir="." 32.42549 ++ lib=$ladir/$old_library 32.42550 ++ if test "$linkmode,$pass" = "prog,link"; then 32.42551 ++ compile_deplibs="$deplib $compile_deplibs" 32.42552 ++ finalize_deplibs="$deplib $finalize_deplibs" 32.42553 ++ else 32.42554 ++ deplibs="$deplib $deplibs" 32.42555 ++ test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" 32.42556 ++ fi 32.42557 ++ continue 32.42558 ++ fi 32.42559 ++ fi 32.42560 ++ ;; 32.42561 ++ *) ;; 32.42562 ++ esac 32.42563 ++ fi 32.42564 ++ fi 32.42565 ++ ;; # -l 32.42566 ++ -L*) 32.42567 ++ case $linkmode in 32.42568 ++ lib) 32.42569 ++ deplibs="$deplib $deplibs" 32.42570 ++ test "$pass" = conv && continue 32.42571 ++ newdependency_libs="$deplib $newdependency_libs" 32.42572 ++ newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` 32.42573 ++ ;; 32.42574 ++ prog) 32.42575 ++ if test "$pass" = conv; then 32.42576 ++ deplibs="$deplib $deplibs" 32.42577 ++ continue 32.42578 ++ fi 32.42579 ++ if test "$pass" = scan; then 32.42580 ++ deplibs="$deplib $deplibs" 32.42581 ++ newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` 32.42582 ++ else 32.42583 ++ compile_deplibs="$deplib $compile_deplibs" 32.42584 ++ finalize_deplibs="$deplib $finalize_deplibs" 32.42585 ++ fi 32.42586 ++ ;; 32.42587 ++ *) 32.42588 ++ $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 32.42589 ++ ;; 32.42590 ++ esac # linkmode 32.42591 ++ continue 32.42592 ++ ;; # -L 32.42593 ++ -R*) 32.42594 ++ if test "$pass" = link; then 32.42595 ++ dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` 32.42596 ++ # Make sure the xrpath contains only unique directories. 32.42597 ++ case "$xrpath " in 32.42598 ++ *" $dir "*) ;; 32.42599 ++ *) xrpath="$xrpath $dir" ;; 32.42600 ++ esac 32.42601 ++ fi 32.42602 ++ deplibs="$deplib $deplibs" 32.42603 ++ continue 32.42604 ++ ;; 32.42605 ++ *.la) lib="$deplib" ;; 32.42606 ++ *.$libext) 32.42607 ++ if test "$pass" = conv; then 32.42608 ++ deplibs="$deplib $deplibs" 32.42609 ++ continue 32.42610 ++ fi 32.42611 ++ case $linkmode in 32.42612 ++ lib) 32.42613 ++ if test "$deplibs_check_method" != pass_all; then 32.42614 ++ $echo 32.42615 ++ $echo "*** Warning: Trying to link with static lib archive $deplib." 32.42616 ++ $echo "*** I have the capability to make that library automatically link in when" 32.42617 ++ $echo "*** you link to this library. But I can only do this if you have a" 32.42618 ++ $echo "*** shared version of the library, which you do not appear to have" 32.42619 ++ $echo "*** because the file extensions .$libext of this argument makes me believe" 32.42620 ++ $echo "*** that it is just a static archive that I should not used here." 32.42621 ++ else 32.42622 ++ $echo 32.42623 ++ $echo "*** Warning: Linking the shared library $output against the" 32.42624 ++ $echo "*** static library $deplib is not portable!" 32.42625 ++ deplibs="$deplib $deplibs" 32.42626 ++ fi 32.42627 ++ continue 32.42628 ++ ;; 32.42629 ++ prog) 32.42630 ++ if test "$pass" != link; then 32.42631 ++ deplibs="$deplib $deplibs" 32.42632 ++ else 32.42633 ++ compile_deplibs="$deplib $compile_deplibs" 32.42634 ++ finalize_deplibs="$deplib $finalize_deplibs" 32.42635 ++ fi 32.42636 ++ continue 32.42637 ++ ;; 32.42638 ++ esac # linkmode 32.42639 ++ ;; # *.$libext 32.42640 ++ *.lo | *.$objext) 32.42641 ++ if test "$pass" = conv; then 32.42642 ++ deplibs="$deplib $deplibs" 32.42643 ++ elif test "$linkmode" = prog; then 32.42644 ++ if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then 32.42645 ++ # If there is no dlopen support or we're linking statically, 32.42646 ++ # we need to preload. 32.42647 ++ newdlprefiles="$newdlprefiles $deplib" 32.42648 ++ compile_deplibs="$deplib $compile_deplibs" 32.42649 ++ finalize_deplibs="$deplib $finalize_deplibs" 32.42650 ++ else 32.42651 ++ newdlfiles="$newdlfiles $deplib" 32.42652 ++ fi 32.42653 ++ fi 32.42654 ++ continue 32.42655 ++ ;; 32.42656 ++ %DEPLIBS%) 32.42657 ++ alldeplibs=yes 32.42658 ++ continue 32.42659 ++ ;; 32.42660 ++ esac # case $deplib 32.42661 ++ if test "$found" = yes || test -f "$lib"; then : 32.42662 ++ else 32.42663 ++ $echo "$modename: cannot find the library \`$lib'" 1>&2 32.42664 ++ exit 1 32.42665 ++ fi 32.42666 + 32.42667 + # Check to see that this really is a libtool archive. 32.42668 +- if (sed -e '2q' $arg | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 32.42669 ++ if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 32.42670 + else 32.42671 +- $echo "$modename: \`$arg' is not a valid libtool archive" 1>&2 32.42672 ++ $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 32.42673 + exit 1 32.42674 + fi 32.42675 + 32.42676 ++ ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` 32.42677 ++ test "X$ladir" = "X$lib" && ladir="." 32.42678 ++ 32.42679 ++ dlname= 32.42680 ++ dlopen= 32.42681 ++ dlpreopen= 32.42682 ++ libdir= 32.42683 ++ library_names= 32.42684 ++ old_library= 32.42685 + # If the library was installed with an old release of libtool, 32.42686 +- # it will not redefine variable installed. 32.42687 ++ # it will not redefine variables installed, or shouldnotlink 32.42688 + installed=yes 32.42689 ++ shouldnotlink=no 32.42690 + 32.42691 +- # If there is no directory component, then add one. 32.42692 +- case "$arg" in 32.42693 +- */* | *\\*) . $arg ;; 32.42694 +- *) . ./$arg ;; 32.42695 ++ # Read the .la file 32.42696 ++ case $lib in 32.42697 ++ */* | *\\*) . $lib ;; 32.42698 ++ *) . ./$lib ;; 32.42699 + esac 32.42700 + 32.42701 ++ if test "$linkmode,$pass" = "lib,link" || 32.42702 ++ test "$linkmode,$pass" = "prog,scan" || 32.42703 ++ { test "$linkmode" != prog && test "$linkmode" != lib; }; then 32.42704 ++ test -n "$dlopen" && dlfiles="$dlfiles $dlopen" 32.42705 ++ test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" 32.42706 ++ fi 32.42707 ++ 32.42708 ++ if test "$pass" = conv; then 32.42709 ++ # Only check for convenience libraries 32.42710 ++ deplibs="$lib $deplibs" 32.42711 ++ if test -z "$libdir"; then 32.42712 ++ if test -z "$old_library"; then 32.42713 ++ $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 32.42714 ++ exit 1 32.42715 ++ fi 32.42716 ++ # It is a libtool convenience library, so add in its objects. 32.42717 ++ convenience="$convenience $ladir/$objdir/$old_library" 32.42718 ++ old_convenience="$old_convenience $ladir/$objdir/$old_library" 32.42719 ++ tmp_libs= 32.42720 ++ for deplib in $dependency_libs; do 32.42721 ++ deplibs="$deplib $deplibs" 32.42722 ++ if test "X$duplicate_deps" = "Xyes" ; then 32.42723 ++ case "$tmp_libs " in 32.42724 ++ *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 32.42725 ++ esac 32.42726 ++ fi 32.42727 ++ tmp_libs="$tmp_libs $deplib" 32.42728 ++ done 32.42729 ++ elif test "$linkmode" != prog && test "$linkmode" != lib; then 32.42730 ++ $echo "$modename: \`$lib' is not a convenience library" 1>&2 32.42731 ++ exit 1 32.42732 ++ fi 32.42733 ++ continue 32.42734 ++ fi # $pass = conv 32.42735 ++ 32.42736 ++ 32.42737 + # Get the name of the library we link against. 32.42738 + linklib= 32.42739 + for l in $old_library $library_names; do 32.42740 + linklib="$l" 32.42741 + done 32.42742 +- 32.42743 + if test -z "$linklib"; then 32.42744 +- $echo "$modename: cannot find name of link library for \`$arg'" 1>&2 32.42745 ++ $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 32.42746 + exit 1 32.42747 + fi 32.42748 + 32.42749 +- # Find the relevant object directory and library name. 32.42750 +- name=`$echo "X$arg" | $Xsed -e 's%^.*/%%' -e 's/\.la$//' -e 's/^lib//'` 32.42751 ++ # This library was specified with -dlopen. 32.42752 ++ if test "$pass" = dlopen; then 32.42753 ++ if test -z "$libdir"; then 32.42754 ++ $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 32.42755 ++ exit 1 32.42756 ++ fi 32.42757 ++ if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then 32.42758 ++ # If there is no dlname, no dlopen support or we're linking 32.42759 ++ # statically, we need to preload. We also need to preload any 32.42760 ++ # dependent libraries so libltdl's deplib preloader doesn't 32.42761 ++ # bomb out in the load deplibs phase. 32.42762 ++ dlprefiles="$dlprefiles $lib $dependency_libs" 32.42763 ++ else 32.42764 ++ newdlfiles="$newdlfiles $lib" 32.42765 ++ fi 32.42766 ++ continue 32.42767 ++ fi # $pass = dlopen 32.42768 ++ 32.42769 ++ # We need an absolute path. 32.42770 ++ case $ladir in 32.42771 ++ [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; 32.42772 ++ *) 32.42773 ++ abs_ladir=`cd "$ladir" && pwd` 32.42774 ++ if test -z "$abs_ladir"; then 32.42775 ++ $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 32.42776 ++ $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 32.42777 ++ abs_ladir="$ladir" 32.42778 ++ fi 32.42779 ++ ;; 32.42780 ++ esac 32.42781 ++ laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 32.42782 + 32.42783 ++ # Find the relevant object directory and library name. 32.42784 + if test "X$installed" = Xyes; then 32.42785 +- dir="$libdir" 32.42786 ++ if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then 32.42787 ++ $echo "$modename: warning: library \`$lib' was moved." 1>&2 32.42788 ++ dir="$ladir" 32.42789 ++ absdir="$abs_ladir" 32.42790 ++ libdir="$abs_ladir" 32.42791 ++ else 32.42792 ++ dir="$libdir" 32.42793 ++ absdir="$libdir" 32.42794 ++ fi 32.42795 + else 32.42796 +- dir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 32.42797 +- if test "X$dir" = "X$arg"; then 32.42798 +- dir="$objdir" 32.42799 ++ dir="$ladir/$objdir" 32.42800 ++ absdir="$abs_ladir/$objdir" 32.42801 ++ # Remove this search path later 32.42802 ++ notinst_path="$notinst_path $abs_ladir" 32.42803 ++ fi # $installed = yes 32.42804 ++ name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` 32.42805 ++ 32.42806 ++ # This library was specified with -dlpreopen. 32.42807 ++ if test "$pass" = dlpreopen; then 32.42808 ++ if test -z "$libdir"; then 32.42809 ++ $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 32.42810 ++ exit 1 32.42811 ++ fi 32.42812 ++ # Prefer using a static library (so that no silly _DYNAMIC symbols 32.42813 ++ # are required to link). 32.42814 ++ if test -n "$old_library"; then 32.42815 ++ newdlprefiles="$newdlprefiles $dir/$old_library" 32.42816 ++ # Otherwise, use the dlname, so that lt_dlopen finds it. 32.42817 ++ elif test -n "$dlname"; then 32.42818 ++ newdlprefiles="$newdlprefiles $dir/$dlname" 32.42819 ++ else 32.42820 ++ newdlprefiles="$newdlprefiles $dir/$linklib" 32.42821 ++ fi 32.42822 ++ fi # $pass = dlpreopen 32.42823 ++ 32.42824 ++ if test -z "$libdir"; then 32.42825 ++ # Link the convenience library 32.42826 ++ if test "$linkmode" = lib; then 32.42827 ++ deplibs="$dir/$old_library $deplibs" 32.42828 ++ elif test "$linkmode,$pass" = "prog,link"; then 32.42829 ++ compile_deplibs="$dir/$old_library $compile_deplibs" 32.42830 ++ finalize_deplibs="$dir/$old_library $finalize_deplibs" 32.42831 + else 32.42832 +- dir="$dir/$objdir" 32.42833 ++ deplibs="$lib $deplibs" # used for prog,scan pass 32.42834 + fi 32.42835 ++ continue 32.42836 + fi 32.42837 + 32.42838 +- if test -n "$dependency_libs"; then 32.42839 +- # Extract -R from dependency_libs 32.42840 +- temp_deplibs= 32.42841 ++ 32.42842 ++ if test "$linkmode" = prog && test "$pass" != link; then 32.42843 ++ newlib_search_path="$newlib_search_path $ladir" 32.42844 ++ deplibs="$lib $deplibs" 32.42845 ++ 32.42846 ++ linkalldeplibs=no 32.42847 ++ if test "$link_all_deplibs" != no || test -z "$library_names" || 32.42848 ++ test "$build_libtool_libs" = no; then 32.42849 ++ linkalldeplibs=yes 32.42850 ++ fi 32.42851 ++ 32.42852 ++ tmp_libs= 32.42853 + for deplib in $dependency_libs; do 32.42854 +- case "$deplib" in 32.42855 +- -R*) xrpath="$xrpath "`echo "X$deplib" | $Xsed -e 's/^-R//'`;; 32.42856 +- *) temp_deplibs="$temp_deplibs $deplib";; 32.42857 ++ case $deplib in 32.42858 ++ -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test 32.42859 + esac 32.42860 +- done 32.42861 +- dependency_libs="$temp_deplibs" 32.42862 +- fi 32.42863 +- 32.42864 +- if test -z "$libdir"; then 32.42865 +- # It is a libtool convenience library, so add in its objects. 32.42866 +- convenience="$convenience $dir/$old_library" 32.42867 +- old_convenience="$old_convenience $dir/$old_library" 32.42868 +- deplibs="$deplibs$dependency_libs" 32.42869 +- compile_command="$compile_command $dir/$old_library$dependency_libs" 32.42870 +- finalize_command="$finalize_command $dir/$old_library$dependency_libs" 32.42871 ++ # Need to link against all dependency_libs? 32.42872 ++ if test "$linkalldeplibs" = yes; then 32.42873 ++ deplibs="$deplib $deplibs" 32.42874 ++ else 32.42875 ++ # Need to hardcode shared library paths 32.42876 ++ # or/and link against static libraries 32.42877 ++ newdependency_libs="$deplib $newdependency_libs" 32.42878 ++ fi 32.42879 ++ if test "X$duplicate_deps" = "Xyes" ; then 32.42880 ++ case "$tmp_libs " in 32.42881 ++ *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 32.42882 ++ esac 32.42883 ++ fi 32.42884 ++ tmp_libs="$tmp_libs $deplib" 32.42885 ++ done # for deplib 32.42886 + continue 32.42887 +- fi 32.42888 ++ fi # $linkmode = prog... 32.42889 + 32.42890 +- # This library was specified with -dlopen. 32.42891 +- if test "$prev" = dlfiles; then 32.42892 +- dlfiles="$dlfiles $arg" 32.42893 +- if test -z "$dlname" || test "$build_libtool_libs" = no; then 32.42894 +- # If there is no dlname or we're linking statically, 32.42895 +- # we need to preload. 32.42896 +- prev=dlprefiles 32.42897 +- else 32.42898 +- # We should not create a dependency on this library, but we 32.42899 +- # may need any libraries it requires. 32.42900 +- compile_command="$compile_command$dependency_libs" 32.42901 +- finalize_command="$finalize_command$dependency_libs" 32.42902 +- prev= 32.42903 ++ if test "$linkmode,$pass" = "prog,link"; then 32.42904 ++ if test -n "$library_names" && 32.42905 ++ { test "$prefer_static_libs" = no || test -z "$old_library"; }; then 32.42906 ++ # We need to hardcode the library path 32.42907 ++ if test -n "$shlibpath_var"; then 32.42908 ++ # Make sure the rpath contains only unique directories. 32.42909 ++ case "$temp_rpath " in 32.42910 ++ *" $dir "*) ;; 32.42911 ++ *" $absdir "*) ;; 32.42912 ++ *) temp_rpath="$temp_rpath $dir" ;; 32.42913 ++ esac 32.42914 ++ fi 32.42915 ++ 32.42916 ++ # Hardcode the library path. 32.42917 ++ # Skip directories that are in the system default run-time 32.42918 ++ # search path. 32.42919 ++ case " $sys_lib_dlsearch_path " in 32.42920 ++ *" $absdir "*) ;; 32.42921 ++ *) 32.42922 ++ case "$compile_rpath " in 32.42923 ++ *" $absdir "*) ;; 32.42924 ++ *) compile_rpath="$compile_rpath $absdir" 32.42925 ++ esac 32.42926 ++ ;; 32.42927 ++ esac 32.42928 ++ case " $sys_lib_dlsearch_path " in 32.42929 ++ *" $libdir "*) ;; 32.42930 ++ *) 32.42931 ++ case "$finalize_rpath " in 32.42932 ++ *" $libdir "*) ;; 32.42933 ++ *) finalize_rpath="$finalize_rpath $libdir" 32.42934 ++ esac 32.42935 ++ ;; 32.42936 ++ esac 32.42937 ++ fi # $linkmode,$pass = prog,link... 32.42938 ++ 32.42939 ++ if test "$alldeplibs" = yes && 32.42940 ++ { test "$deplibs_check_method" = pass_all || 32.42941 ++ { test "$build_libtool_libs" = yes && 32.42942 ++ test -n "$library_names"; }; }; then 32.42943 ++ # We only need to search for static libraries 32.42944 + continue 32.42945 + fi 32.42946 + fi 32.42947 + 32.42948 +- # The library was specified with -dlpreopen. 32.42949 +- if test "$prev" = dlprefiles; then 32.42950 +- # Prefer using a static library (so that no silly _DYNAMIC symbols 32.42951 +- # are required to link). 32.42952 +- if test -n "$old_library"; then 32.42953 +- dlprefiles="$dlprefiles $dir/$old_library" 32.42954 +- else 32.42955 +- dlprefiles="$dlprefiles $dir/$linklib" 32.42956 ++ link_static=no # Whether the deplib will be linked statically 32.42957 ++ if test -n "$library_names" && 32.42958 ++ { test "$prefer_static_libs" = no || test -z "$old_library"; }; then 32.42959 ++ if test "$installed" = no; then 32.42960 ++ notinst_deplibs="$notinst_deplibs $lib" 32.42961 ++ need_relink=yes 32.42962 + fi 32.42963 +- prev= 32.42964 +- fi 32.42965 +- 32.42966 +- if test "$build_libtool_libs" = yes && test -n "$library_names"; then 32.42967 +- link_against_libtool_libs="$link_against_libtool_libs $arg" 32.42968 +- if test -n "$shlibpath_var"; then 32.42969 +- # Make sure the rpath contains only unique directories. 32.42970 +- case "$temp_rpath " in 32.42971 +- *" $dir "*) ;; 32.42972 +- *) temp_rpath="$temp_rpath $dir" ;; 32.42973 ++ # This is a shared library 32.42974 ++ 32.42975 ++ # Warn about portability, can't link against -module's on some systems (darwin) 32.42976 ++ if test "$shouldnotlink" = yes && test "$pass" = link ; then 32.42977 ++ $echo 32.42978 ++ if test "$linkmode" = prog; then 32.42979 ++ $echo "*** Warning: Linking the executable $output against the loadable module" 32.42980 ++ else 32.42981 ++ $echo "*** Warning: Linking the shared library $output against the loadable module" 32.42982 ++ fi 32.42983 ++ $echo "*** $linklib is not portable!" 32.42984 ++ fi 32.42985 ++ if test "$linkmode" = lib && 32.42986 ++ test "$hardcode_into_libs" = yes; then 32.42987 ++ # Hardcode the library path. 32.42988 ++ # Skip directories that are in the system default run-time 32.42989 ++ # search path. 32.42990 ++ case " $sys_lib_dlsearch_path " in 32.42991 ++ *" $absdir "*) ;; 32.42992 ++ *) 32.42993 ++ case "$compile_rpath " in 32.42994 ++ *" $absdir "*) ;; 32.42995 ++ *) compile_rpath="$compile_rpath $absdir" 32.42996 ++ esac 32.42997 ++ ;; 32.42998 ++ esac 32.42999 ++ case " $sys_lib_dlsearch_path " in 32.43000 ++ *" $libdir "*) ;; 32.43001 ++ *) 32.43002 ++ case "$finalize_rpath " in 32.43003 ++ *" $libdir "*) ;; 32.43004 ++ *) finalize_rpath="$finalize_rpath $libdir" 32.43005 ++ esac 32.43006 ++ ;; 32.43007 + esac 32.43008 + fi 32.43009 + 32.43010 +- # This is the magic to use -rpath. 32.43011 +- if test -n "$hardcode_libdir_flag_spec"; then 32.43012 +- if test -n "$hardcode_libdir_separator"; then 32.43013 +- if test -z "$hardcode_libdirs"; then 32.43014 +- # Put the magic libdir with the hardcode flag. 32.43015 +- hardcode_libdirs="$libdir" 32.43016 +- libdir="@HARDCODE_LIBDIRS@" 32.43017 ++ if test -n "$old_archive_from_expsyms_cmds"; then 32.43018 ++ # figure out the soname 32.43019 ++ set dummy $library_names 32.43020 ++ realname="$2" 32.43021 ++ shift; shift 32.43022 ++ libname=`eval \\$echo \"$libname_spec\"` 32.43023 ++ # use dlname if we got it. it's perfectly good, no? 32.43024 ++ if test -n "$dlname"; then 32.43025 ++ soname="$dlname" 32.43026 ++ elif test -n "$soname_spec"; then 32.43027 ++ # bleh windows 32.43028 ++ case $host in 32.43029 ++ *cygwin* | mingw*) 32.43030 ++ major=`expr $current - $age` 32.43031 ++ versuffix="-$major" 32.43032 ++ ;; 32.43033 ++ esac 32.43034 ++ eval soname=\"$soname_spec\" 32.43035 ++ else 32.43036 ++ soname="$realname" 32.43037 ++ fi 32.43038 ++ 32.43039 ++ # Make a new name for the extract_expsyms_cmds to use 32.43040 ++ soroot="$soname" 32.43041 ++ soname=`$echo $soroot | ${SED} -e 's/^.*\///'` 32.43042 ++ newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" 32.43043 ++ 32.43044 ++ # If the library has no export list, then create one now 32.43045 ++ if test -f "$output_objdir/$soname-def"; then : 32.43046 ++ else 32.43047 ++ $show "extracting exported symbol list from \`$soname'" 32.43048 ++ save_ifs="$IFS"; IFS='~' 32.43049 ++ eval cmds=\"$extract_expsyms_cmds\" 32.43050 ++ for cmd in $cmds; do 32.43051 ++ IFS="$save_ifs" 32.43052 ++ $show "$cmd" 32.43053 ++ $run eval "$cmd" || exit $? 32.43054 ++ done 32.43055 ++ IFS="$save_ifs" 32.43056 ++ fi 32.43057 ++ 32.43058 ++ # Create $newlib 32.43059 ++ if test -f "$output_objdir/$newlib"; then :; else 32.43060 ++ $show "generating import library for \`$soname'" 32.43061 ++ save_ifs="$IFS"; IFS='~' 32.43062 ++ eval cmds=\"$old_archive_from_expsyms_cmds\" 32.43063 ++ for cmd in $cmds; do 32.43064 ++ IFS="$save_ifs" 32.43065 ++ $show "$cmd" 32.43066 ++ $run eval "$cmd" || exit $? 32.43067 ++ done 32.43068 ++ IFS="$save_ifs" 32.43069 ++ fi 32.43070 ++ # make sure the library variables are pointing to the new library 32.43071 ++ dir=$output_objdir 32.43072 ++ linklib=$newlib 32.43073 ++ fi # test -n "$old_archive_from_expsyms_cmds" 32.43074 ++ 32.43075 ++ if test "$linkmode" = prog || test "$mode" != relink; then 32.43076 ++ add_shlibpath= 32.43077 ++ add_dir= 32.43078 ++ add= 32.43079 ++ lib_linked=yes 32.43080 ++ case $hardcode_action in 32.43081 ++ immediate | unsupported) 32.43082 ++ if test "$hardcode_direct" = no; then 32.43083 ++ add="$dir/$linklib" 32.43084 ++ case $host in 32.43085 ++ *-*-sco3.2v5* ) add_dir="-L$dir" ;; 32.43086 ++ *-*-darwin* ) 32.43087 ++ # if the lib is a module then we can not link against it, someone 32.43088 ++ # is ignoring the new warnings I added 32.43089 ++ if /usr/bin/file -L $add 2> /dev/null | grep "bundle" >/dev/null ; then 32.43090 ++ $echo "** Warning, lib $linklib is a module, not a shared library" 32.43091 ++ if test -z "$old_library" ; then 32.43092 ++ $echo 32.43093 ++ $echo "** And there doesn't seem to be a static archive available" 32.43094 ++ $echo "** The link will probably fail, sorry" 32.43095 ++ else 32.43096 ++ add="$dir/$old_library" 32.43097 ++ fi 32.43098 ++ fi 32.43099 ++ esac 32.43100 ++ elif test "$hardcode_minus_L" = no; then 32.43101 ++ case $host in 32.43102 ++ *-*-sunos*) add_shlibpath="$dir" ;; 32.43103 ++ esac 32.43104 ++ add_dir="-L$dir" 32.43105 ++ add="-l$name" 32.43106 ++ elif test "$hardcode_shlibpath_var" = no; then 32.43107 ++ add_shlibpath="$dir" 32.43108 ++ add="-l$name" 32.43109 + else 32.43110 +- # Just accumulate the unique libdirs. 32.43111 +- case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in 32.43112 +- *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 32.43113 +- ;; 32.43114 +- *) 32.43115 +- hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 32.43116 +- ;; 32.43117 ++ lib_linked=no 32.43118 ++ fi 32.43119 ++ ;; 32.43120 ++ relink) 32.43121 ++ if test "$hardcode_direct" = yes; then 32.43122 ++ add="$dir/$linklib" 32.43123 ++ elif test "$hardcode_minus_L" = yes; then 32.43124 ++ add_dir="-L$dir" 32.43125 ++ # Try looking first in the location we're being installed to. 32.43126 ++ if test -n "$inst_prefix_dir"; then 32.43127 ++ case "$libdir" in 32.43128 ++ [\\/]*) 32.43129 ++ add_dir="$add_dir -L$inst_prefix_dir$libdir" 32.43130 ++ ;; 32.43131 ++ esac 32.43132 ++ fi 32.43133 ++ add="-l$name" 32.43134 ++ elif test "$hardcode_shlibpath_var" = yes; then 32.43135 ++ add_shlibpath="$dir" 32.43136 ++ add="-l$name" 32.43137 ++ else 32.43138 ++ lib_linked=no 32.43139 ++ fi 32.43140 ++ ;; 32.43141 ++ *) lib_linked=no ;; 32.43142 ++ esac 32.43143 ++ 32.43144 ++ if test "$lib_linked" != yes; then 32.43145 ++ $echo "$modename: configuration error: unsupported hardcode properties" 32.43146 ++ exit 1 32.43147 ++ fi 32.43148 ++ 32.43149 ++ if test -n "$add_shlibpath"; then 32.43150 ++ case :$compile_shlibpath: in 32.43151 ++ *":$add_shlibpath:"*) ;; 32.43152 ++ *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; 32.43153 ++ esac 32.43154 ++ fi 32.43155 ++ if test "$linkmode" = prog; then 32.43156 ++ test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" 32.43157 ++ test -n "$add" && compile_deplibs="$add $compile_deplibs" 32.43158 ++ else 32.43159 ++ test -n "$add_dir" && deplibs="$add_dir $deplibs" 32.43160 ++ test -n "$add" && deplibs="$add $deplibs" 32.43161 ++ if test "$hardcode_direct" != yes && \ 32.43162 ++ test "$hardcode_minus_L" != yes && \ 32.43163 ++ test "$hardcode_shlibpath_var" = yes; then 32.43164 ++ case :$finalize_shlibpath: in 32.43165 ++ *":$libdir:"*) ;; 32.43166 ++ *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; 32.43167 + esac 32.43168 +- libdir= 32.43169 + fi 32.43170 + fi 32.43171 ++ fi 32.43172 + 32.43173 +- if test -n "$libdir"; then 32.43174 +- eval flag=\"$hardcode_libdir_flag_spec\" 32.43175 ++ if test "$linkmode" = prog || test "$mode" = relink; then 32.43176 ++ add_shlibpath= 32.43177 ++ add_dir= 32.43178 ++ add= 32.43179 ++ # Finalize command for both is simple: just hardcode it. 32.43180 ++ if test "$hardcode_direct" = yes; then 32.43181 ++ add="$libdir/$linklib" 32.43182 ++ elif test "$hardcode_minus_L" = yes; then 32.43183 ++ add_dir="-L$libdir" 32.43184 ++ add="-l$name" 32.43185 ++ elif test "$hardcode_shlibpath_var" = yes; then 32.43186 ++ case :$finalize_shlibpath: in 32.43187 ++ *":$libdir:"*) ;; 32.43188 ++ *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; 32.43189 ++ esac 32.43190 ++ add="-l$name" 32.43191 ++ elif test "$hardcode_automatic" = yes; then 32.43192 ++ if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then 32.43193 ++ add="$inst_prefix_dir$libdir/$linklib" 32.43194 ++ else 32.43195 ++ add="$libdir/$linklib" 32.43196 ++ fi 32.43197 ++ else 32.43198 ++ # We cannot seem to hardcode it, guess we'll fake it. 32.43199 ++ add_dir="-L$libdir" 32.43200 ++ # Try looking first in the location we're being installed to. 32.43201 ++ if test -n "$inst_prefix_dir"; then 32.43202 ++ case "$libdir" in 32.43203 ++ [\\/]*) 32.43204 ++ add_dir="$add_dir -L$inst_prefix_dir$libdir" 32.43205 ++ ;; 32.43206 ++ esac 32.43207 ++ fi 32.43208 ++ add="-l$name" 32.43209 ++ fi 32.43210 + 32.43211 +- compile_command="$compile_command $flag" 32.43212 +- finalize_command="$finalize_command $flag" 32.43213 ++ if test "$linkmode" = prog; then 32.43214 ++ test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" 32.43215 ++ test -n "$add" && finalize_deplibs="$add $finalize_deplibs" 32.43216 ++ else 32.43217 ++ test -n "$add_dir" && deplibs="$add_dir $deplibs" 32.43218 ++ test -n "$add" && deplibs="$add $deplibs" 32.43219 + fi 32.43220 +- elif test -n "$runpath_var"; then 32.43221 +- # Do the same for the permanent run path. 32.43222 +- case "$perm_rpath " in 32.43223 +- *" $libdir "*) ;; 32.43224 +- *) perm_rpath="$perm_rpath $libdir" ;; 32.43225 +- esac 32.43226 + fi 32.43227 ++ elif test "$linkmode" = prog; then 32.43228 ++ # Here we assume that one of hardcode_direct or hardcode_minus_L 32.43229 ++ # is not unsupported. This is valid on all known static and 32.43230 ++ # shared platforms. 32.43231 ++ if test "$hardcode_direct" != unsupported; then 32.43232 ++ test -n "$old_library" && linklib="$old_library" 32.43233 ++ compile_deplibs="$dir/$linklib $compile_deplibs" 32.43234 ++ finalize_deplibs="$dir/$linklib $finalize_deplibs" 32.43235 ++ else 32.43236 ++ compile_deplibs="-l$name -L$dir $compile_deplibs" 32.43237 ++ finalize_deplibs="-l$name -L$dir $finalize_deplibs" 32.43238 ++ fi 32.43239 ++ elif test "$build_libtool_libs" = yes; then 32.43240 ++ # Not a shared library 32.43241 ++ if test "$deplibs_check_method" != pass_all; then 32.43242 ++ # We're trying link a shared library against a static one 32.43243 ++ # but the system doesn't support it. 32.43244 ++ 32.43245 ++ # Just print a warning and add the library to dependency_libs so 32.43246 ++ # that the program can be linked against the static library. 32.43247 ++ $echo 32.43248 ++ $echo "*** Warning: This system can not link to static lib archive $lib." 32.43249 ++ $echo "*** I have the capability to make that library automatically link in when" 32.43250 ++ $echo "*** you link to this library. But I can only do this if you have a" 32.43251 ++ $echo "*** shared version of the library, which you do not appear to have." 32.43252 ++ if test "$module" = yes; then 32.43253 ++ $echo "*** But as you try to build a module library, libtool will still create " 32.43254 ++ $echo "*** a static module, that should work as long as the dlopening application" 32.43255 ++ $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." 32.43256 ++ if test -z "$global_symbol_pipe"; then 32.43257 ++ $echo 32.43258 ++ $echo "*** However, this would only work if libtool was able to extract symbol" 32.43259 ++ $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 32.43260 ++ $echo "*** not find such a program. So, this module is probably useless." 32.43261 ++ $echo "*** \`nm' from GNU binutils and a full rebuild may help." 32.43262 ++ fi 32.43263 ++ if test "$build_old_libs" = no; then 32.43264 ++ build_libtool_libs=module 32.43265 ++ build_old_libs=yes 32.43266 ++ else 32.43267 ++ build_libtool_libs=no 32.43268 ++ fi 32.43269 ++ fi 32.43270 ++ else 32.43271 ++ convenience="$convenience $dir/$old_library" 32.43272 ++ old_convenience="$old_convenience $dir/$old_library" 32.43273 ++ deplibs="$dir/$old_library $deplibs" 32.43274 ++ link_static=yes 32.43275 ++ fi 32.43276 ++ fi # link shared/static library? 32.43277 + 32.43278 ++ if test "$linkmode" = lib; then 32.43279 ++ if test -n "$dependency_libs" && 32.43280 ++ { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || 32.43281 ++ test "$link_static" = yes; }; then 32.43282 ++ # Extract -R from dependency_libs 32.43283 ++ temp_deplibs= 32.43284 ++ for libdir in $dependency_libs; do 32.43285 ++ case $libdir in 32.43286 ++ -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` 32.43287 ++ case " $xrpath " in 32.43288 ++ *" $temp_xrpath "*) ;; 32.43289 ++ *) xrpath="$xrpath $temp_xrpath";; 32.43290 ++ esac;; 32.43291 ++ *) temp_deplibs="$temp_deplibs $libdir";; 32.43292 ++ esac 32.43293 ++ done 32.43294 ++ dependency_libs="$temp_deplibs" 32.43295 ++ fi 32.43296 + 32.43297 +- lib_linked=yes 32.43298 +- case "$hardcode_action" in 32.43299 +- immediate | unsupported) 32.43300 +- if test "$hardcode_direct" = no; then 32.43301 +- compile_command="$compile_command $dir/$linklib" 32.43302 +- case "$host" in 32.43303 +- *-*-cygwin32* | *-*-mingw32* | *-*-os2*) 32.43304 +- compile_dependencylibs="$compile_dependencylibs -L$dir -l$name" 32.43305 +- dllsearchdir=`cd "$dir" && pwd || echo "$dir"` 32.43306 +- if test -n "$dllsearchpath"; then 32.43307 +- dllsearchpath="$dllsearchpath:$dllsearchdir" 32.43308 ++ newlib_search_path="$newlib_search_path $absdir" 32.43309 ++ # Link against this library 32.43310 ++ test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" 32.43311 ++ # ... and its dependency_libs 32.43312 ++ tmp_libs= 32.43313 ++ for deplib in $dependency_libs; do 32.43314 ++ newdependency_libs="$deplib $newdependency_libs" 32.43315 ++ if test "X$duplicate_deps" = "Xyes" ; then 32.43316 ++ case "$tmp_libs " in 32.43317 ++ *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 32.43318 ++ esac 32.43319 ++ fi 32.43320 ++ tmp_libs="$tmp_libs $deplib" 32.43321 ++ done 32.43322 ++ 32.43323 ++ if test "$link_all_deplibs" != no; then 32.43324 ++ # Add the search paths of all dependency libraries 32.43325 ++ for deplib in $dependency_libs; do 32.43326 ++ case $deplib in 32.43327 ++ -L*) path="$deplib" ;; 32.43328 ++ *.la) 32.43329 ++ dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` 32.43330 ++ test "X$dir" = "X$deplib" && dir="." 32.43331 ++ # We need an absolute path. 32.43332 ++ case $dir in 32.43333 ++ [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; 32.43334 ++ *) 32.43335 ++ absdir=`cd "$dir" && pwd` 32.43336 ++ if test -z "$absdir"; then 32.43337 ++ $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 32.43338 ++ absdir="$dir" 32.43339 ++ fi 32.43340 ++ ;; 32.43341 ++ esac 32.43342 ++ if grep "^installed=no" $deplib > /dev/null; then 32.43343 ++ path="$absdir/$objdir" 32.43344 + else 32.43345 +- dllsearchpath="$dllsearchdir" 32.43346 ++ eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` 32.43347 ++ if test -z "$libdir"; then 32.43348 ++ $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 32.43349 ++ exit 1 32.43350 ++ fi 32.43351 ++ if test "$absdir" != "$libdir"; then 32.43352 ++ $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 32.43353 ++ fi 32.43354 ++ path="$absdir" 32.43355 + fi 32.43356 ++ depdepl= 32.43357 ++ case $host in 32.43358 ++ *-*-darwin*) 32.43359 ++ # we do not want to link against static libs, but need to link against shared 32.43360 ++ eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` 32.43361 ++ if test -n "$deplibrary_names" ; then 32.43362 ++ for tmp in $deplibrary_names ; do 32.43363 ++ depdepl=$tmp 32.43364 ++ done 32.43365 ++ if test -f "$path/$depdepl" ; then 32.43366 ++ depdepl="$path/$depdepl" 32.43367 ++ fi 32.43368 ++ # do not add paths which are already there 32.43369 ++ case " $newlib_search_path " in 32.43370 ++ *" $path "*) ;; 32.43371 ++ *) newlib_search_path="$newlib_search_path $path";; 32.43372 ++ esac 32.43373 ++ path="" 32.43374 ++ fi 32.43375 ++ ;; 32.43376 ++ *) 32.43377 ++ path="-L$path" 32.43378 + ;; 32.43379 +- esac 32.43380 +- elif test "$hardcode_minus_L" = no; then 32.43381 +- case "$host" in 32.43382 +- *-*-sunos*) 32.43383 +- compile_shlibpath="$compile_shlibpath$dir:" 32.43384 ++ esac 32.43385 ++ 32.43386 ++ ;; 32.43387 ++ -l*) 32.43388 ++ case $host in 32.43389 ++ *-*-darwin*) 32.43390 ++ # Again, we only want to link against shared libraries 32.43391 ++ eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` 32.43392 ++ for tmp in $newlib_search_path ; do 32.43393 ++ if test -f "$tmp/lib$tmp_libs.dylib" ; then 32.43394 ++ eval depdepl="$tmp/lib$tmp_libs.dylib" 32.43395 ++ break 32.43396 ++ fi 32.43397 ++ done 32.43398 ++ path="" 32.43399 ++ ;; 32.43400 ++ *) continue ;; 32.43401 ++ esac 32.43402 + ;; 32.43403 ++ *) continue ;; 32.43404 + esac 32.43405 +- compile_command="$compile_command -L$dir -l$name" 32.43406 +- elif test "$hardcode_shlibpath_var" = no; then 32.43407 +- compile_shlibpath="$compile_shlibpath$dir:" 32.43408 +- compile_command="$compile_command -l$name" 32.43409 +- else 32.43410 +- lib_linked=no 32.43411 +- fi 32.43412 +- ;; 32.43413 ++ case " $deplibs " in 32.43414 ++ *" $depdepl "*) ;; 32.43415 ++ *) deplibs="$deplibs $depdepl" ;; 32.43416 ++ esac 32.43417 ++ case " $deplibs " in 32.43418 ++ *" $path "*) ;; 32.43419 ++ *) deplibs="$deplibs $path" ;; 32.43420 ++ esac 32.43421 ++ done 32.43422 ++ fi # link_all_deplibs != no 32.43423 ++ fi # linkmode = lib 32.43424 ++ done # for deplib in $libs 32.43425 ++ dependency_libs="$newdependency_libs" 32.43426 ++ if test "$pass" = dlpreopen; then 32.43427 ++ # Link the dlpreopened libraries before other libraries 32.43428 ++ for deplib in $save_deplibs; do 32.43429 ++ deplibs="$deplib $deplibs" 32.43430 ++ done 32.43431 ++ fi 32.43432 ++ if test "$pass" != dlopen; then 32.43433 ++ if test "$pass" != conv; then 32.43434 ++ # Make sure lib_search_path contains only unique directories. 32.43435 ++ lib_search_path= 32.43436 ++ for dir in $newlib_search_path; do 32.43437 ++ case "$lib_search_path " in 32.43438 ++ *" $dir "*) ;; 32.43439 ++ *) lib_search_path="$lib_search_path $dir" ;; 32.43440 ++ esac 32.43441 ++ done 32.43442 ++ newlib_search_path= 32.43443 ++ fi 32.43444 + 32.43445 +- relink) 32.43446 +- # We need an absolute path. 32.43447 +- case "$dir" in 32.43448 +- /* | [A-Za-z]:[/\\]*) ;; 32.43449 ++ if test "$linkmode,$pass" != "prog,link"; then 32.43450 ++ vars="deplibs" 32.43451 ++ else 32.43452 ++ vars="compile_deplibs finalize_deplibs" 32.43453 ++ fi 32.43454 ++ for var in $vars dependency_libs; do 32.43455 ++ # Add libraries to $var in reverse order 32.43456 ++ eval tmp_libs=\"\$$var\" 32.43457 ++ new_libs= 32.43458 ++ for deplib in $tmp_libs; do 32.43459 ++ # FIXME: Pedantically, this is the right thing to do, so 32.43460 ++ # that some nasty dependency loop isn't accidentally 32.43461 ++ # broken: 32.43462 ++ #new_libs="$deplib $new_libs" 32.43463 ++ # Pragmatically, this seems to cause very few problems in 32.43464 ++ # practice: 32.43465 ++ case $deplib in 32.43466 ++ -L*) new_libs="$deplib $new_libs" ;; 32.43467 ++ -R*) ;; 32.43468 + *) 32.43469 +- absdir=`cd "$dir" && pwd` 32.43470 +- if test -z "$absdir"; then 32.43471 +- $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 32.43472 +- exit 1 32.43473 +- fi 32.43474 +- dir="$absdir" 32.43475 ++ # And here is the reason: when a library appears more 32.43476 ++ # than once as an explicit dependence of a library, or 32.43477 ++ # is implicitly linked in more than once by the 32.43478 ++ # compiler, it is considered special, and multiple 32.43479 ++ # occurrences thereof are not removed. Compare this 32.43480 ++ # with having the same library being listed as a 32.43481 ++ # dependency of multiple other libraries: in this case, 32.43482 ++ # we know (pedantically, we assume) the library does not 32.43483 ++ # need to be listed more than once, so we keep only the 32.43484 ++ # last copy. This is not always right, but it is rare 32.43485 ++ # enough that we require users that really mean to play 32.43486 ++ # such unportable linking tricks to link the library 32.43487 ++ # using -Wl,-lname, so that libtool does not consider it 32.43488 ++ # for duplicate removal. 32.43489 ++ case " $specialdeplibs " in 32.43490 ++ *" $deplib "*) new_libs="$deplib $new_libs" ;; 32.43491 ++ *) 32.43492 ++ case " $new_libs " in 32.43493 ++ *" $deplib "*) ;; 32.43494 ++ *) new_libs="$deplib $new_libs" ;; 32.43495 ++ esac 32.43496 ++ ;; 32.43497 ++ esac 32.43498 + ;; 32.43499 + esac 32.43500 +- 32.43501 +- if test "$hardcode_direct" = yes; then 32.43502 +- compile_command="$compile_command $dir/$linklib" 32.43503 +- elif test "$hardcode_minus_L" = yes; then 32.43504 +- compile_command="$compile_command -L$dir -l$name" 32.43505 +- elif test "$hardcode_shlibpath_var" = yes; then 32.43506 +- compile_shlibpath="$compile_shlibpath$dir:" 32.43507 +- compile_command="$compile_command -l$name" 32.43508 +- else 32.43509 +- lib_linked=no 32.43510 +- fi 32.43511 +- ;; 32.43512 +- 32.43513 +- *) 32.43514 +- lib_linked=no 32.43515 +- ;; 32.43516 +- esac 32.43517 +- 32.43518 +- if test "$lib_linked" != yes; then 32.43519 +- $echo "$modename: configuration error: unsupported hardcode properties" 32.43520 +- exit 1 32.43521 +- fi 32.43522 +- 32.43523 +- # Finalize command for both is simple: just hardcode it. 32.43524 +- if test "$hardcode_direct" = yes; then 32.43525 +- finalize_command="$finalize_command $libdir/$linklib" 32.43526 +- elif test "$hardcode_minus_L" = yes; then 32.43527 +- finalize_command="$finalize_command -L$libdir -l$name" 32.43528 +- elif test "$hardcode_shlibpath_var" = yes; then 32.43529 +- finalize_shlibpath="$finalize_shlibpath$libdir:" 32.43530 +- finalize_command="$finalize_command -l$name" 32.43531 +- else 32.43532 +- # We cannot seem to hardcode it, guess we'll fake it. 32.43533 +- finalize_command="$finalize_command -L$libdir -l$name" 32.43534 +- fi 32.43535 +- else 32.43536 +- # Transform directly to old archives if we don't build new libraries. 32.43537 +- if test -n "$pic_flag" && test -z "$old_library"; then 32.43538 +- $echo "$modename: cannot find static library for \`$arg'" 1>&2 32.43539 +- exit 1 32.43540 +- fi 32.43541 +- 32.43542 +- # Here we assume that one of hardcode_direct or hardcode_minus_L 32.43543 +- # is not unsupported. This is valid on all known static and 32.43544 +- # shared platforms. 32.43545 +- if test "$hardcode_direct" != unsupported; then 32.43546 +- test -n "$old_library" && linklib="$old_library" 32.43547 +- compile_command="$compile_command $dir/$linklib" 32.43548 +- finalize_command="$finalize_command $dir/$linklib" 32.43549 +- else 32.43550 +- compile_command="$compile_command -L$dir -l$name" 32.43551 +- finalize_command="$finalize_command -L$dir -l$name" 32.43552 +- fi 32.43553 +- fi 32.43554 +- 32.43555 +- # Add in any libraries that this one depends upon. 32.43556 +- compile_command="$compile_command$dependency_libs" 32.43557 +- finalize_command="$finalize_command$dependency_libs" 32.43558 +- continue 32.43559 +- ;; 32.43560 +- 32.43561 +- # Some other compiler argument. 32.43562 +- *) 32.43563 +- # Unknown arguments in both finalize_command and compile_command need 32.43564 +- # to be aesthetically quoted because they are evaled later. 32.43565 +- arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 32.43566 +- case "$arg" in 32.43567 +- *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 32.43568 +- arg="\"$arg\"" 32.43569 ++ done 32.43570 ++ tmp_libs= 32.43571 ++ for deplib in $new_libs; do 32.43572 ++ case $deplib in 32.43573 ++ -L*) 32.43574 ++ case " $tmp_libs " in 32.43575 ++ *" $deplib "*) ;; 32.43576 ++ *) tmp_libs="$tmp_libs $deplib" ;; 32.43577 ++ esac 32.43578 ++ ;; 32.43579 ++ *) tmp_libs="$tmp_libs $deplib" ;; 32.43580 ++ esac 32.43581 ++ done 32.43582 ++ eval $var=\"$tmp_libs\" 32.43583 ++ done # for var 32.43584 ++ fi 32.43585 ++ # Last step: remove runtime libs from dependency_libs (they stay in deplibs) 32.43586 ++ tmp_libs= 32.43587 ++ for i in $dependency_libs ; do 32.43588 ++ case " $predeps $postdeps $compiler_lib_search_path " in 32.43589 ++ *" $i "*) 32.43590 ++ i="" 32.43591 + ;; 32.43592 + esac 32.43593 +- ;; 32.43594 +- esac 32.43595 +- 32.43596 +- # Now actually substitute the argument into the commands. 32.43597 +- if test -n "$arg"; then 32.43598 +- compile_command="$compile_command $arg" 32.43599 +- finalize_command="$finalize_command $arg" 32.43600 +- fi 32.43601 +- done 32.43602 +- 32.43603 +- if test -n "$prev"; then 32.43604 +- $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 32.43605 +- $echo "$help" 1>&2 32.43606 +- exit 1 32.43607 +- fi 32.43608 +- 32.43609 +- if test -n "$export_symbols" && test "$module" = yes; then 32.43610 +- $echo "$modename: \`-export-symbols' is not supported for modules" 32.43611 +- exit 1 32.43612 ++ if test -n "$i" ; then 32.43613 ++ tmp_libs="$tmp_libs $i" 32.43614 ++ fi 32.43615 ++ done 32.43616 ++ dependency_libs=$tmp_libs 32.43617 ++ done # for pass 32.43618 ++ if test "$linkmode" = prog; then 32.43619 ++ dlfiles="$newdlfiles" 32.43620 ++ dlprefiles="$newdlprefiles" 32.43621 + fi 32.43622 +- 32.43623 +- oldlibs= 32.43624 +- # calculate the name of the file, without its directory 32.43625 +- outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` 32.43626 +- libobjs_save="$libobjs" 32.43627 +- 32.43628 +- case "$output" in 32.43629 +- "") 32.43630 +- $echo "$modename: you must specify an output file" 1>&2 32.43631 +- $echo "$help" 1>&2 32.43632 +- exit 1 32.43633 +- ;; 32.43634 +- 32.43635 +- *.a | *.lib) 32.43636 +- if test -n "$link_against_libtool_libs"; then 32.43637 +- $echo "$modename: error: cannot link libtool libraries into archives" 1>&2 32.43638 +- exit 1 32.43639 +- fi 32.43640 + 32.43641 ++ case $linkmode in 32.43642 ++ oldlib) 32.43643 + if test -n "$deplibs"; then 32.43644 + $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 32.43645 + fi 32.43646 + 32.43647 +- if test -n "$dlfiles$dlprefiles"; then 32.43648 ++ if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 32.43649 + $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 32.43650 + fi 32.43651 + 32.43652 +@@ -1212,27 +2759,29 @@ compiler." 32.43653 + fi 32.43654 + 32.43655 + if test -n "$vinfo"; then 32.43656 +- $echo "$modename: warning: \`-version-info' is ignored for archives" 1>&2 32.43657 ++ $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 32.43658 + fi 32.43659 + 32.43660 + if test -n "$release"; then 32.43661 + $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 32.43662 + fi 32.43663 + 32.43664 +- if test -n "$export_symbols"; then 32.43665 ++ if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 32.43666 + $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 32.43667 + fi 32.43668 + 32.43669 + # Now set the variables for building old libraries. 32.43670 + build_libtool_libs=no 32.43671 + oldlibs="$output" 32.43672 ++ objs="$objs$old_deplibs" 32.43673 + ;; 32.43674 + 32.43675 +- *.la) 32.43676 ++ lib) 32.43677 + # Make sure we only generate libraries of the form `libNAME.la'. 32.43678 +- case "$outputname" in 32.43679 +- lib*) 32.43680 ++ case $outputname in 32.43681 ++ lib*) 32.43682 + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` 32.43683 ++ eval shared_ext=\"$shrext\" 32.43684 + eval libname=\"$libname_spec\" 32.43685 + ;; 32.43686 + *) 32.43687 +@@ -1241,9 +2790,10 @@ compiler." 32.43688 + $echo "$help" 1>&2 32.43689 + exit 1 32.43690 + fi 32.43691 +- if test "$need_lib_prefix" = yes; then 32.43692 ++ if test "$need_lib_prefix" != no; then 32.43693 + # Add the "lib" prefix for modules if required 32.43694 + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` 32.43695 ++ eval shared_ext=\"$shrext\" 32.43696 + eval libname=\"$libname_spec\" 32.43697 + else 32.43698 + libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` 32.43699 +@@ -1251,46 +2801,24 @@ compiler." 32.43700 + ;; 32.43701 + esac 32.43702 + 32.43703 +- if test -n "$xrpath"; then 32.43704 +- temp_xrpath= 32.43705 +- for libdir in $xrpath; do 32.43706 +- temp_xrpath="$temp_xrpath -R$libdir" 32.43707 +- done 32.43708 +- deplibs="$temp_xrpath $deplibs" 32.43709 +- fi 32.43710 +- 32.43711 +- output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` 32.43712 +- if test "X$output_objdir" = "X$output"; then 32.43713 +- output_objdir="$objdir" 32.43714 +- else 32.43715 +- output_objdir="$output_objdir/$objdir" 32.43716 +- fi 32.43717 +- 32.43718 +- # All the library-specific variables (install_libdir is set above). 32.43719 +- library_names= 32.43720 +- old_library= 32.43721 +- dlname= 32.43722 +- 32.43723 + if test -n "$objs"; then 32.43724 +- $echo "$modename: cannot build libtool library \`$output' from non-libtool objects:$objs" 2>&1 32.43725 +- exit 1 32.43726 ++ if test "$deplibs_check_method" != pass_all; then 32.43727 ++ $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 32.43728 ++ exit 1 32.43729 ++ else 32.43730 ++ $echo 32.43731 ++ $echo "*** Warning: Linking the shared library $output against the non-libtool" 32.43732 ++ $echo "*** objects $objs is not portable!" 32.43733 ++ libobjs="$libobjs $objs" 32.43734 ++ fi 32.43735 + fi 32.43736 + 32.43737 +- # If the following section is uncommented, then it is impossible to 32.43738 +- # link with ltlibrary deplibs... 32.43739 +- 32.43740 +- # How the heck are we supposed to write a wrapper for a shared library? 32.43741 +- #if test -n "$link_against_libtool_libs"; then 32.43742 +- # $echo "$modename: error: cannot link shared libraries into libtool libraries" 1>&2 32.43743 +- # exit 1 32.43744 +- #fi 32.43745 +- 32.43746 +- if test -n "$dlfiles$dlprefiles"; then 32.43747 +- $echo "$modename: warning: \`-dlopen' is ignored for libtool libraries" 1>&2 32.43748 ++ if test "$dlself" != no; then 32.43749 ++ $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 32.43750 + fi 32.43751 + 32.43752 + set dummy $rpath 32.43753 +- if test $# -gt 2; then 32.43754 ++ if test "$#" -gt 2; then 32.43755 + $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 32.43756 + fi 32.43757 + install_libdir="$2" 32.43758 +@@ -1299,15 +2827,16 @@ compiler." 32.43759 + if test -z "$rpath"; then 32.43760 + if test "$build_libtool_libs" = yes; then 32.43761 + # Building a libtool convenience library. 32.43762 +- libext=al 32.43763 ++ # Some compilers have problems with a `.al' extension so 32.43764 ++ # convenience libraries should have the same extension an 32.43765 ++ # archive normally would. 32.43766 + oldlibs="$output_objdir/$libname.$libext $oldlibs" 32.43767 + build_libtool_libs=convenience 32.43768 + build_old_libs=yes 32.43769 + fi 32.43770 +- dependency_libs="$deplibs" 32.43771 + 32.43772 + if test -n "$vinfo"; then 32.43773 +- $echo "$modename: warning: \`-version-info' is ignored for convenience libraries" 1>&2 32.43774 ++ $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 32.43775 + fi 32.43776 + 32.43777 + if test -n "$release"; then 32.43778 +@@ -1316,7 +2845,7 @@ compiler." 32.43779 + else 32.43780 + 32.43781 + # Parse the version information argument. 32.43782 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS=':' 32.43783 ++ save_ifs="$IFS"; IFS=':' 32.43784 + set dummy $vinfo 0 0 0 32.43785 + IFS="$save_ifs" 32.43786 + 32.43787 +@@ -1326,13 +2855,50 @@ compiler." 32.43788 + exit 1 32.43789 + fi 32.43790 + 32.43791 +- current="$2" 32.43792 +- revision="$3" 32.43793 +- age="$4" 32.43794 ++ # convert absolute version numbers to libtool ages 32.43795 ++ # this retains compatibility with .la files and attempts 32.43796 ++ # to make the code below a bit more comprehensible 32.43797 ++ 32.43798 ++ case $vinfo_number in 32.43799 ++ yes) 32.43800 ++ number_major="$2" 32.43801 ++ number_minor="$3" 32.43802 ++ number_revision="$4" 32.43803 ++ # 32.43804 ++ # There are really only two kinds -- those that 32.43805 ++ # use the current revision as the major version 32.43806 ++ # and those that subtract age and use age as 32.43807 ++ # a minor version. But, then there is irix 32.43808 ++ # which has an extra 1 added just for fun 32.43809 ++ # 32.43810 ++ case $version_type in 32.43811 ++ darwin|linux|osf|windows) 32.43812 ++ current=`expr $number_major + $number_minor` 32.43813 ++ age="$number_minor" 32.43814 ++ revision="$number_revision" 32.43815 ++ ;; 32.43816 ++ freebsd-aout|freebsd-elf|sunos) 32.43817 ++ current="$number_major" 32.43818 ++ revision="$number_minor" 32.43819 ++ age="0" 32.43820 ++ ;; 32.43821 ++ irix|nonstopux) 32.43822 ++ current=`expr $number_major + $number_minor - 1` 32.43823 ++ age="$number_minor" 32.43824 ++ revision="$number_minor" 32.43825 ++ ;; 32.43826 ++ esac 32.43827 ++ ;; 32.43828 ++ no) 32.43829 ++ current="$2" 32.43830 ++ revision="$3" 32.43831 ++ age="$4" 32.43832 ++ ;; 32.43833 ++ esac 32.43834 + 32.43835 + # Check that each of the things are valid numbers. 32.43836 +- case "$current" in 32.43837 +- 0 | [1-9] | [1-9][0-9]*) ;; 32.43838 ++ case $current in 32.43839 ++ 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; 32.43840 + *) 32.43841 + $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2 32.43842 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 32.43843 +@@ -1340,8 +2906,8 @@ compiler." 32.43844 + ;; 32.43845 + esac 32.43846 + 32.43847 +- case "$revision" in 32.43848 +- 0 | [1-9] | [1-9][0-9]*) ;; 32.43849 ++ case $revision in 32.43850 ++ 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; 32.43851 + *) 32.43852 + $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2 32.43853 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 32.43854 +@@ -1349,8 +2915,8 @@ compiler." 32.43855 + ;; 32.43856 + esac 32.43857 + 32.43858 +- case "$age" in 32.43859 +- 0 | [1-9] | [1-9][0-9]*) ;; 32.43860 ++ case $age in 32.43861 ++ 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; 32.43862 + *) 32.43863 + $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 32.43864 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 32.43865 +@@ -1358,7 +2924,7 @@ compiler." 32.43866 + ;; 32.43867 + esac 32.43868 + 32.43869 +- if test $age -gt $current; then 32.43870 ++ if test "$age" -gt "$current"; then 32.43871 + $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 32.43872 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 32.43873 + exit 1 32.43874 +@@ -1368,22 +2934,64 @@ compiler." 32.43875 + major= 32.43876 + versuffix= 32.43877 + verstring= 32.43878 +- case "$version_type" in 32.43879 ++ case $version_type in 32.43880 + none) ;; 32.43881 + 32.43882 ++ darwin) 32.43883 ++ # Like Linux, but with the current version available in 32.43884 ++ # verstring for coding it into the library header 32.43885 ++ major=.`expr $current - $age` 32.43886 ++ versuffix="$major.$age.$revision" 32.43887 ++ # Darwin ld doesn't like 0 for these options... 32.43888 ++ minor_current=`expr $current + 1` 32.43889 ++ verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" 32.43890 ++ ;; 32.43891 ++ 32.43892 ++ freebsd-aout) 32.43893 ++ major=".$current" 32.43894 ++ versuffix=".$current.$revision"; 32.43895 ++ ;; 32.43896 ++ 32.43897 ++ freebsd-elf) 32.43898 ++ major=".$current" 32.43899 ++ versuffix=".$current"; 32.43900 ++ ;; 32.43901 ++ 32.43902 ++ irix | nonstopux) 32.43903 ++ major=`expr $current - $age + 1` 32.43904 ++ 32.43905 ++ case $version_type in 32.43906 ++ nonstopux) verstring_prefix=nonstopux ;; 32.43907 ++ *) verstring_prefix=sgi ;; 32.43908 ++ esac 32.43909 ++ verstring="$verstring_prefix$major.$revision" 32.43910 ++ 32.43911 ++ # Add in all the interfaces that we are compatible with. 32.43912 ++ loop=$revision 32.43913 ++ while test "$loop" -ne 0; do 32.43914 ++ iface=`expr $revision - $loop` 32.43915 ++ loop=`expr $loop - 1` 32.43916 ++ verstring="$verstring_prefix$major.$iface:$verstring" 32.43917 ++ done 32.43918 ++ 32.43919 ++ # Before this point, $major must not contain `.'. 32.43920 ++ major=.$major 32.43921 ++ versuffix="$major.$revision" 32.43922 ++ ;; 32.43923 ++ 32.43924 + linux) 32.43925 + major=.`expr $current - $age` 32.43926 + versuffix="$major.$age.$revision" 32.43927 + ;; 32.43928 + 32.43929 + osf) 32.43930 +- major=`expr $current - $age` 32.43931 ++ major=.`expr $current - $age` 32.43932 + versuffix=".$current.$age.$revision" 32.43933 + verstring="$current.$age.$revision" 32.43934 + 32.43935 + # Add in all the interfaces that we are compatible with. 32.43936 + loop=$age 32.43937 +- while test $loop != 0; do 32.43938 ++ while test "$loop" -ne 0; do 32.43939 + iface=`expr $current - $loop` 32.43940 + loop=`expr $loop - 1` 32.43941 + verstring="$verstring:${iface}.0" 32.43942 +@@ -1398,26 +3006,16 @@ compiler." 32.43943 + versuffix=".$current.$revision" 32.43944 + ;; 32.43945 + 32.43946 +- freebsd-aout) 32.43947 +- major=".$current" 32.43948 +- versuffix=".$current.$revision"; 32.43949 +- ;; 32.43950 +- 32.43951 +- freebsd-elf) 32.43952 +- major=".$current" 32.43953 +- versuffix=".$current"; 32.43954 +- ;; 32.43955 +- 32.43956 + windows) 32.43957 +- # Like Linux, but with '-' rather than '.', since we only 32.43958 +- # want one extension on Windows 95. 32.43959 ++ # Use '-' rather than '.', since we only want one 32.43960 ++ # extension on DOS 8.3 filesystems. 32.43961 + major=`expr $current - $age` 32.43962 +- versuffix="-$major-$age-$revision" 32.43963 ++ versuffix="-$major" 32.43964 + ;; 32.43965 + 32.43966 + *) 32.43967 + $echo "$modename: unknown library version type \`$version_type'" 1>&2 32.43968 +- echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 32.43969 ++ $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 32.43970 + exit 1 32.43971 + ;; 32.43972 + esac 32.43973 +@@ -1425,22 +3023,30 @@ compiler." 32.43974 + # Clear the version info if we defaulted, and they specified a release. 32.43975 + if test -z "$vinfo" && test -n "$release"; then 32.43976 + major= 32.43977 +- versuffix= 32.43978 +- verstring="0.0" 32.43979 +- case "$host" in 32.43980 +- *-*-sunos*) 32.43981 +- versuffix=".0.0" 32.43982 ++ case $version_type in 32.43983 ++ darwin) 32.43984 ++ # we can't check for "0.0" in archive_cmds due to quoting 32.43985 ++ # problems, so we reset it completely 32.43986 ++ verstring= 32.43987 ++ ;; 32.43988 ++ *) 32.43989 ++ verstring="0.0" 32.43990 + ;; 32.43991 + esac 32.43992 ++ if test "$need_version" = no; then 32.43993 ++ versuffix= 32.43994 ++ else 32.43995 ++ versuffix=".0.0" 32.43996 ++ fi 32.43997 + fi 32.43998 + 32.43999 + # Remove version info from name if versioning should be avoided 32.44000 +- if test "$avoid_versioning" = yes && test "$need_version" = no; then 32.44001 ++ if test "$avoid_version" = yes && test "$need_version" = no; then 32.44002 + major= 32.44003 + versuffix= 32.44004 + verstring="" 32.44005 + fi 32.44006 +- 32.44007 ++ 32.44008 + # Check to see if the archive will have undefined symbols. 32.44009 + if test "$allow_undefined" = yes; then 32.44010 + if test "$allow_undefined_flag" = unsupported; then 32.44011 +@@ -1452,29 +3058,26 @@ compiler." 32.44012 + # Don't allow undefined symbols. 32.44013 + allow_undefined_flag="$no_undefined_flag" 32.44014 + fi 32.44015 +- 32.44016 +- dependency_libs="$deplibs" 32.44017 +- case "$host" in 32.44018 +- *-*-cygwin32* | *-*-mingw32* | *-*-os2*) 32.44019 +- # these systems don't actually have a c library (as such)! 32.44020 +- ;; 32.44021 +- *) 32.44022 +- # Add libc to deplibs on all other systems. 32.44023 +- deplibs="$deplibs -lc" 32.44024 +- ;; 32.44025 +- esac 32.44026 + fi 32.44027 + 32.44028 +- # Create the output directory, or remove our outputs if we need to. 32.44029 +- if test -d $output_objdir; then 32.44030 +- $show "${rm}r $output_objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*" 32.44031 +- $run ${rm}r $output_objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.* 32.44032 +- else 32.44033 +- $show "$mkdir $output_objdir" 32.44034 +- $run $mkdir $output_objdir 32.44035 +- status=$? 32.44036 +- if test $status -ne 0 && test ! -d $output_objdir; then 32.44037 +- exit $status 32.44038 ++ if test "$mode" != relink; then 32.44039 ++ # Remove our outputs, but don't remove object files since they 32.44040 ++ # may have been created when compiling PIC objects. 32.44041 ++ removelist= 32.44042 ++ tempremovelist=`$echo "$output_objdir/*"` 32.44043 ++ for p in $tempremovelist; do 32.44044 ++ case $p in 32.44045 ++ *.$objext) 32.44046 ++ ;; 32.44047 ++ $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) 32.44048 ++ removelist="$removelist $p" 32.44049 ++ ;; 32.44050 ++ *) ;; 32.44051 ++ esac 32.44052 ++ done 32.44053 ++ if test -n "$removelist"; then 32.44054 ++ $show "${rm}r $removelist" 32.44055 ++ $run ${rm}r $removelist 32.44056 + fi 32.44057 + fi 32.44058 + 32.44059 +@@ -1486,12 +3089,75 @@ compiler." 32.44060 + oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` 32.44061 + fi 32.44062 + 32.44063 ++ # Eliminate all temporary directories. 32.44064 ++ for path in $notinst_path; do 32.44065 ++ lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'` 32.44066 ++ deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'` 32.44067 ++ dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'` 32.44068 ++ done 32.44069 ++ 32.44070 ++ if test -n "$xrpath"; then 32.44071 ++ # If the user specified any rpath flags, then add them. 32.44072 ++ temp_xrpath= 32.44073 ++ for libdir in $xrpath; do 32.44074 ++ temp_xrpath="$temp_xrpath -R$libdir" 32.44075 ++ case "$finalize_rpath " in 32.44076 ++ *" $libdir "*) ;; 32.44077 ++ *) finalize_rpath="$finalize_rpath $libdir" ;; 32.44078 ++ esac 32.44079 ++ done 32.44080 ++ if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then 32.44081 ++ dependency_libs="$temp_xrpath $dependency_libs" 32.44082 ++ fi 32.44083 ++ fi 32.44084 ++ 32.44085 ++ # Make sure dlfiles contains only unique files that won't be dlpreopened 32.44086 ++ old_dlfiles="$dlfiles" 32.44087 ++ dlfiles= 32.44088 ++ for lib in $old_dlfiles; do 32.44089 ++ case " $dlprefiles $dlfiles " in 32.44090 ++ *" $lib "*) ;; 32.44091 ++ *) dlfiles="$dlfiles $lib" ;; 32.44092 ++ esac 32.44093 ++ done 32.44094 ++ 32.44095 ++ # Make sure dlprefiles contains only unique files 32.44096 ++ old_dlprefiles="$dlprefiles" 32.44097 ++ dlprefiles= 32.44098 ++ for lib in $old_dlprefiles; do 32.44099 ++ case "$dlprefiles " in 32.44100 ++ *" $lib "*) ;; 32.44101 ++ *) dlprefiles="$dlprefiles $lib" ;; 32.44102 ++ esac 32.44103 ++ done 32.44104 ++ 32.44105 + if test "$build_libtool_libs" = yes; then 32.44106 ++ if test -n "$rpath"; then 32.44107 ++ case $host in 32.44108 ++ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) 32.44109 ++ # these systems don't actually have a c library (as such)! 32.44110 ++ ;; 32.44111 ++ *-*-rhapsody* | *-*-darwin1.[012]) 32.44112 ++ # Rhapsody C library is in the System framework 32.44113 ++ deplibs="$deplibs -framework System" 32.44114 ++ ;; 32.44115 ++ *-*-netbsd*) 32.44116 ++ # Don't link with libc until the a.out ld.so is fixed. 32.44117 ++ ;; 32.44118 ++ *-*-openbsd* | *-*-freebsd*) 32.44119 ++ # Do not include libc due to us having libc/libc_r. 32.44120 ++ test "X$arg" = "X-lc" && continue 32.44121 ++ ;; 32.44122 ++ *) 32.44123 ++ # Add libc to deplibs on all other systems if necessary. 32.44124 ++ if test "$build_libtool_need_lc" = "yes"; then 32.44125 ++ deplibs="$deplibs -lc" 32.44126 ++ fi 32.44127 ++ ;; 32.44128 ++ esac 32.44129 ++ fi 32.44130 ++ 32.44131 + # Transform deplibs into only deplibs that can be linked in shared. 32.44132 +- ## Gordon: Do you check for the existence of the libraries in deplibs 32.44133 +- ## on the system? That should maybe be merged in here someplace.... 32.44134 +- ## Actually: I think test_compile and file_magic do this... file_regex 32.44135 +- ## sorta does this. Only pass_all needs to be changed. -Toshio 32.44136 + name_save=$name 32.44137 + libname_save=$libname 32.44138 + release_save=$release 32.44139 +@@ -1504,14 +3170,16 @@ compiler." 32.44140 + versuffix="" 32.44141 + major="" 32.44142 + newdeplibs= 32.44143 +- case "$deplibs_check_method" in 32.44144 +- pass_all) 32.44145 +- newdeplibs=$deplibs 32.44146 +- ;; # Don't check for shared/static. Everything works. 32.44147 +- # This might be a little naive. We might want to check 32.44148 +- # whether the library exists or not. But this is on 32.44149 +- # osf3 & osf4 and I'm not really sure... Just 32.44150 +- # implementing what was already the behaviour. 32.44151 ++ droppeddeps=no 32.44152 ++ case $deplibs_check_method in 32.44153 ++ pass_all) 32.44154 ++ # Don't check for shared/static. Everything works. 32.44155 ++ # This might be a little naive. We might want to check 32.44156 ++ # whether the library exists or not. But this is on 32.44157 ++ # osf3 & osf4 and I'm not really sure... Just 32.44158 ++ # implementing what was already the behavior. 32.44159 ++ newdeplibs=$deplibs 32.44160 ++ ;; 32.44161 + test_compile) 32.44162 + # This code stresses the "libraries are programs" paradigm to its 32.44163 + # limits. Maybe even breaks it. We compile a program, linking it 32.44164 +@@ -1522,42 +3190,64 @@ compiler." 32.44165 + int main() { return 0; } 32.44166 + EOF 32.44167 + $rm conftest 32.44168 +- $C_compiler -o conftest conftest.c $deplibs 32.44169 +- if test $? -eq 0 ; then 32.44170 ++ $LTCC -o conftest conftest.c $deplibs 32.44171 ++ if test "$?" -eq 0 ; then 32.44172 + ldd_output=`ldd conftest` 32.44173 + for i in $deplibs; do 32.44174 + name="`expr $i : '-l\(.*\)'`" 32.44175 + # If $name is empty we are operating on a -L argument. 32.44176 +- if test "$name" != "" ; then 32.44177 +- libname=`eval \\$echo \"$libname_spec\"` 32.44178 +- deplib_matches=`eval \\$echo \"$library_names_spec\"` 32.44179 +- set dummy $deplib_matches 32.44180 +- deplib_match=$2 32.44181 +- if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 32.44182 +- newdeplibs="$newdeplibs $i" 32.44183 +- else 32.44184 +- echo 32.44185 +- echo "*** Warning: This library needs some functionality provided by $i." 32.44186 +- echo "*** I have the capability to make that library automatically link in when" 32.44187 +- echo "*** you link to this library. But I can only do this if you have a" 32.44188 +- echo "*** shared version of the library, which you do not appear to have." 32.44189 ++ if test "$name" != "" && test "$name" -ne "0"; then 32.44190 ++ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 32.44191 ++ case " $predeps $postdeps " in 32.44192 ++ *" $i "*) 32.44193 ++ newdeplibs="$newdeplibs $i" 32.44194 ++ i="" 32.44195 ++ ;; 32.44196 ++ esac 32.44197 ++ fi 32.44198 ++ if test -n "$i" ; then 32.44199 ++ libname=`eval \\$echo \"$libname_spec\"` 32.44200 ++ deplib_matches=`eval \\$echo \"$library_names_spec\"` 32.44201 ++ set dummy $deplib_matches 32.44202 ++ deplib_match=$2 32.44203 ++ if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 32.44204 ++ newdeplibs="$newdeplibs $i" 32.44205 ++ else 32.44206 ++ droppeddeps=yes 32.44207 ++ $echo 32.44208 ++ $echo "*** Warning: dynamic linker does not accept needed library $i." 32.44209 ++ $echo "*** I have the capability to make that library automatically link in when" 32.44210 ++ $echo "*** you link to this library. But I can only do this if you have a" 32.44211 ++ $echo "*** shared version of the library, which I believe you do not have" 32.44212 ++ $echo "*** because a test_compile did reveal that the linker did not use it for" 32.44213 ++ $echo "*** its dynamic dependency list that programs get resolved with at runtime." 32.44214 ++ fi 32.44215 + fi 32.44216 + else 32.44217 + newdeplibs="$newdeplibs $i" 32.44218 + fi 32.44219 + done 32.44220 + else 32.44221 +- # Error occured in the first compile. Let's try to salvage the situation: 32.44222 +- # Compile a seperate program for each library. 32.44223 ++ # Error occurred in the first compile. Let's try to salvage 32.44224 ++ # the situation: Compile a separate program for each library. 32.44225 + for i in $deplibs; do 32.44226 + name="`expr $i : '-l\(.*\)'`" 32.44227 +- # If $name is empty we are operating on a -L argument. 32.44228 +- if test "$name" != "" ; then 32.44229 ++ # If $name is empty we are operating on a -L argument. 32.44230 ++ if test "$name" != "" && test "$name" != "0"; then 32.44231 + $rm conftest 32.44232 +- $C_compiler -o conftest conftest.c $i 32.44233 ++ $LTCC -o conftest conftest.c $i 32.44234 + # Did it work? 32.44235 +- if test $? -eq 0 ; then 32.44236 ++ if test "$?" -eq 0 ; then 32.44237 + ldd_output=`ldd conftest` 32.44238 ++ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 32.44239 ++ case " $predeps $postdeps " in 32.44240 ++ *" $i "*) 32.44241 ++ newdeplibs="$newdeplibs $i" 32.44242 ++ i="" 32.44243 ++ ;; 32.44244 ++ esac 32.44245 ++ fi 32.44246 ++ if test -n "$i" ; then 32.44247 + libname=`eval \\$echo \"$libname_spec\"` 32.44248 + deplib_matches=`eval \\$echo \"$library_names_spec\"` 32.44249 + set dummy $deplib_matches 32.44250 +@@ -1565,93 +3255,301 @@ EOF 32.44251 + if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 32.44252 + newdeplibs="$newdeplibs $i" 32.44253 + else 32.44254 +- echo 32.44255 +- echo "*** Warning: This library needs some functionality provided by $i." 32.44256 +- echo "*** I have the capability to make that library automatically link in when" 32.44257 +- echo "*** you link to this library. But I can only do this if you have a" 32.44258 +- echo "*** shared version of the library, which you do not appear to have." 32.44259 ++ droppeddeps=yes 32.44260 ++ $echo 32.44261 ++ $echo "*** Warning: dynamic linker does not accept needed library $i." 32.44262 ++ $echo "*** I have the capability to make that library automatically link in when" 32.44263 ++ $echo "*** you link to this library. But I can only do this if you have a" 32.44264 ++ $echo "*** shared version of the library, which you do not appear to have" 32.44265 ++ $echo "*** because a test_compile did reveal that the linker did not use this one" 32.44266 ++ $echo "*** as a dynamic dependency that programs can get resolved with at runtime." 32.44267 + fi 32.44268 ++ fi 32.44269 + else 32.44270 +- echo 32.44271 +- echo "*** Warning! Library $i is needed by this library but I was not able to" 32.44272 +- echo "*** make it link in! You will probably need to install it or some" 32.44273 +- echo "*** library that it depends on before this library will be fully" 32.44274 +- echo "*** functional. Installing it before continuing would be even better." 32.44275 ++ droppeddeps=yes 32.44276 ++ $echo 32.44277 ++ $echo "*** Warning! Library $i is needed by this library but I was not able to" 32.44278 ++ $echo "*** make it link in! You will probably need to install it or some" 32.44279 ++ $echo "*** library that it depends on before this library will be fully" 32.44280 ++ $echo "*** functional. Installing it before continuing would be even better." 32.44281 + fi 32.44282 + else 32.44283 + newdeplibs="$newdeplibs $i" 32.44284 + fi 32.44285 + done 32.44286 + fi 32.44287 +- deplibs=$newdeplibs 32.44288 + ;; 32.44289 +- file_magic* | file_regex) 32.44290 ++ file_magic*) 32.44291 + set dummy $deplibs_check_method 32.44292 +- file_magic_regex="`expr \"$deplibs_check_method\" : \"$2 \(.*\)\"`" 32.44293 ++ file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` 32.44294 + for a_deplib in $deplibs; do 32.44295 + name="`expr $a_deplib : '-l\(.*\)'`" 32.44296 + # If $name is empty we are operating on a -L argument. 32.44297 +- if test "$name" != "" ; then 32.44298 +- libname=`eval \\$echo \"$libname_spec\"` 32.44299 +- case "$deplibs_check_method" in 32.44300 +- file_magic*) 32.44301 +- for i in $lib_search_path; do 32.44302 +- # This needs to be more general than file_regex in order to 32.44303 +- # catch things like glibc on linux. Maybe file_regex 32.44304 +- # should be more general as well, but maybe not. Since 32.44305 +- # library names are supposed to conform to 32.44306 +- # library_name_spec, I think file_regex should remain 32.44307 +- # strict. What do you think Gordon? 32.44308 +- potential_libs=`ls $i/$libname[.-]* 2>/dev/null` 32.44309 +- for potent_lib in $potential_libs; do 32.44310 +- file_output=`eval $file_magic_command $potent_lib \ 32.44311 +- | sed '11,$d'` 32.44312 +- if test `expr "X$file_output" : "X.*$file_magic_regex"` -ne 0 ; then 32.44313 ++ if test "$name" != "" && test "$name" != "0"; then 32.44314 ++ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 32.44315 ++ case " $predeps $postdeps " in 32.44316 ++ *" $a_deplib "*) 32.44317 ++ newdeplibs="$newdeplibs $a_deplib" 32.44318 ++ a_deplib="" 32.44319 ++ ;; 32.44320 ++ esac 32.44321 ++ fi 32.44322 ++ if test -n "$a_deplib" ; then 32.44323 ++ libname=`eval \\$echo \"$libname_spec\"` 32.44324 ++ for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do 32.44325 ++ potential_libs=`ls $i/$libname[.-]* 2>/dev/null` 32.44326 ++ for potent_lib in $potential_libs; do 32.44327 ++ # Follow soft links. 32.44328 ++ if ls -lLd "$potent_lib" 2>/dev/null \ 32.44329 ++ | grep " -> " >/dev/null; then 32.44330 ++ continue 32.44331 ++ fi 32.44332 ++ # The statement above tries to avoid entering an 32.44333 ++ # endless loop below, in case of cyclic links. 32.44334 ++ # We might still enter an endless loop, since a link 32.44335 ++ # loop can be closed while we follow links, 32.44336 ++ # but so what? 32.44337 ++ potlib="$potent_lib" 32.44338 ++ while test -h "$potlib" 2>/dev/null; do 32.44339 ++ potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` 32.44340 ++ case $potliblink in 32.44341 ++ [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; 32.44342 ++ *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; 32.44343 ++ esac 32.44344 ++ done 32.44345 ++ if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ 32.44346 ++ | ${SED} 10q \ 32.44347 ++ | $EGREP "$file_magic_regex" > /dev/null; then 32.44348 + newdeplibs="$newdeplibs $a_deplib" 32.44349 + a_deplib="" 32.44350 + break 2 32.44351 + fi 32.44352 +- done 32.44353 + done 32.44354 ++ done 32.44355 ++ fi 32.44356 ++ if test -n "$a_deplib" ; then 32.44357 ++ droppeddeps=yes 32.44358 ++ $echo 32.44359 ++ $echo "*** Warning: linker path does not have real file for library $a_deplib." 32.44360 ++ $echo "*** I have the capability to make that library automatically link in when" 32.44361 ++ $echo "*** you link to this library. But I can only do this if you have a" 32.44362 ++ $echo "*** shared version of the library, which you do not appear to have" 32.44363 ++ $echo "*** because I did check the linker path looking for a file starting" 32.44364 ++ if test -z "$potlib" ; then 32.44365 ++ $echo "*** with $libname but no candidates were found. (...for file magic test)" 32.44366 ++ else 32.44367 ++ $echo "*** with $libname and none of the candidates passed a file format test" 32.44368 ++ $echo "*** using a file magic. Last file checked: $potlib" 32.44369 ++ fi 32.44370 ++ fi 32.44371 ++ else 32.44372 ++ # Add a -L argument. 32.44373 ++ newdeplibs="$newdeplibs $a_deplib" 32.44374 ++ fi 32.44375 ++ done # Gone through all deplibs. 32.44376 ++ ;; 32.44377 ++ match_pattern*) 32.44378 ++ set dummy $deplibs_check_method 32.44379 ++ match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` 32.44380 ++ for a_deplib in $deplibs; do 32.44381 ++ name="`expr $a_deplib : '-l\(.*\)'`" 32.44382 ++ # If $name is empty we are operating on a -L argument. 32.44383 ++ if test -n "$name" && test "$name" != "0"; then 32.44384 ++ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 32.44385 ++ case " $predeps $postdeps " in 32.44386 ++ *" $a_deplib "*) 32.44387 ++ newdeplibs="$newdeplibs $a_deplib" 32.44388 ++ a_deplib="" 32.44389 + ;; 32.44390 +- file_regex) 32.44391 +- deplib_matches=`eval \\$echo \"$library_names_spec\"` 32.44392 +- set dummy $deplib_matches 32.44393 +- deplib_match=$2 32.44394 +- for i in $lib_search_path; do 32.44395 +- potential_libs=`ls $i/$deplib_match* 2>/dev/null` 32.44396 +- if test "$potential_libs" != "" ; then 32.44397 ++ esac 32.44398 ++ fi 32.44399 ++ if test -n "$a_deplib" ; then 32.44400 ++ libname=`eval \\$echo \"$libname_spec\"` 32.44401 ++ for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do 32.44402 ++ potential_libs=`ls $i/$libname[.-]* 2>/dev/null` 32.44403 ++ for potent_lib in $potential_libs; do 32.44404 ++ potlib="$potent_lib" # see symlink-check above in file_magic test 32.44405 ++ if eval $echo \"$potent_lib\" 2>/dev/null \ 32.44406 ++ | ${SED} 10q \ 32.44407 ++ | $EGREP "$match_pattern_regex" > /dev/null; then 32.44408 + newdeplibs="$newdeplibs $a_deplib" 32.44409 + a_deplib="" 32.44410 +- break 32.44411 ++ break 2 32.44412 + fi 32.44413 + done 32.44414 +- ;; 32.44415 +- esac 32.44416 +- if test "$a_deplib" != "" ; then 32.44417 +- echo 32.44418 +- echo "*** Warning: This library needs some functionality provided by $a_deplib." 32.44419 +- echo "*** I have the capability to make that library automatically link in when" 32.44420 +- echo "*** you link to this library. But I can only do this if you have a" 32.44421 +- echo "*** shared version of the library, which you do not appear to have." 32.44422 ++ done 32.44423 ++ fi 32.44424 ++ if test -n "$a_deplib" ; then 32.44425 ++ droppeddeps=yes 32.44426 ++ $echo 32.44427 ++ $echo "*** Warning: linker path does not have real file for library $a_deplib." 32.44428 ++ $echo "*** I have the capability to make that library automatically link in when" 32.44429 ++ $echo "*** you link to this library. But I can only do this if you have a" 32.44430 ++ $echo "*** shared version of the library, which you do not appear to have" 32.44431 ++ $echo "*** because I did check the linker path looking for a file starting" 32.44432 ++ if test -z "$potlib" ; then 32.44433 ++ $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 32.44434 ++ else 32.44435 ++ $echo "*** with $libname and none of the candidates passed a file format test" 32.44436 ++ $echo "*** using a regex pattern. Last file checked: $potlib" 32.44437 ++ fi 32.44438 ++ fi 32.44439 ++ else 32.44440 ++ # Add a -L argument. 32.44441 ++ newdeplibs="$newdeplibs $a_deplib" 32.44442 ++ fi 32.44443 ++ done # Gone through all deplibs. 32.44444 ++ ;; 32.44445 ++ none | unknown | *) 32.44446 ++ newdeplibs="" 32.44447 ++ tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ 32.44448 ++ -e 's/ -[LR][^ ]*//g'` 32.44449 ++ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 32.44450 ++ for i in $predeps $postdeps ; do 32.44451 ++ # can't use Xsed below, because $i might contain '/' 32.44452 ++ tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` 32.44453 ++ done 32.44454 ++ fi 32.44455 ++ if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ 32.44456 ++ | grep . >/dev/null; then 32.44457 ++ $echo 32.44458 ++ if test "X$deplibs_check_method" = "Xnone"; then 32.44459 ++ $echo "*** Warning: inter-library dependencies are not supported in this platform." 32.44460 ++ else 32.44461 ++ $echo "*** Warning: inter-library dependencies are not known to be supported." 32.44462 ++ fi 32.44463 ++ $echo "*** All declared inter-library dependencies are being dropped." 32.44464 ++ droppeddeps=yes 32.44465 ++ fi 32.44466 ++ ;; 32.44467 ++ esac 32.44468 ++ versuffix=$versuffix_save 32.44469 ++ major=$major_save 32.44470 ++ release=$release_save 32.44471 ++ libname=$libname_save 32.44472 ++ name=$name_save 32.44473 ++ 32.44474 ++ case $host in 32.44475 ++ *-*-rhapsody* | *-*-darwin1.[012]) 32.44476 ++ # On Rhapsody replace the C library is the System framework 32.44477 ++ newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` 32.44478 ++ ;; 32.44479 ++ esac 32.44480 ++ 32.44481 ++ if test "$droppeddeps" = yes; then 32.44482 ++ if test "$module" = yes; then 32.44483 ++ $echo 32.44484 ++ $echo "*** Warning: libtool could not satisfy all declared inter-library" 32.44485 ++ $echo "*** dependencies of module $libname. Therefore, libtool will create" 32.44486 ++ $echo "*** a static module, that should work as long as the dlopening" 32.44487 ++ $echo "*** application is linked with the -dlopen flag." 32.44488 ++ if test -z "$global_symbol_pipe"; then 32.44489 ++ $echo 32.44490 ++ $echo "*** However, this would only work if libtool was able to extract symbol" 32.44491 ++ $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 32.44492 ++ $echo "*** not find such a program. So, this module is probably useless." 32.44493 ++ $echo "*** \`nm' from GNU binutils and a full rebuild may help." 32.44494 ++ fi 32.44495 ++ if test "$build_old_libs" = no; then 32.44496 ++ oldlibs="$output_objdir/$libname.$libext" 32.44497 ++ build_libtool_libs=module 32.44498 ++ build_old_libs=yes 32.44499 ++ else 32.44500 ++ build_libtool_libs=no 32.44501 ++ fi 32.44502 ++ else 32.44503 ++ $echo "*** The inter-library dependencies that have been dropped here will be" 32.44504 ++ $echo "*** automatically added whenever a program is linked with this library" 32.44505 ++ $echo "*** or is declared to -dlopen it." 32.44506 ++ 32.44507 ++ if test "$allow_undefined" = no; then 32.44508 ++ $echo 32.44509 ++ $echo "*** Since this library must not contain undefined symbols," 32.44510 ++ $echo "*** because either the platform does not support them or" 32.44511 ++ $echo "*** it was explicitly requested with -no-undefined," 32.44512 ++ $echo "*** libtool will only create a static version of it." 32.44513 ++ if test "$build_old_libs" = no; then 32.44514 ++ oldlibs="$output_objdir/$libname.$libext" 32.44515 ++ build_libtool_libs=module 32.44516 ++ build_old_libs=yes 32.44517 ++ else 32.44518 ++ build_libtool_libs=no 32.44519 ++ fi 32.44520 ++ fi 32.44521 ++ fi 32.44522 ++ fi 32.44523 ++ # Done checking deplibs! 32.44524 ++ deplibs=$newdeplibs 32.44525 ++ fi 32.44526 ++ 32.44527 ++ # All the library-specific variables (install_libdir is set above). 32.44528 ++ library_names= 32.44529 ++ old_library= 32.44530 ++ dlname= 32.44531 ++ 32.44532 ++ # Test again, we may have decided not to build it any more 32.44533 ++ if test "$build_libtool_libs" = yes; then 32.44534 ++ if test "$hardcode_into_libs" = yes; then 32.44535 ++ # Hardcode the library paths 32.44536 ++ hardcode_libdirs= 32.44537 ++ dep_rpath= 32.44538 ++ rpath="$finalize_rpath" 32.44539 ++ test "$mode" != relink && rpath="$compile_rpath$rpath" 32.44540 ++ for libdir in $rpath; do 32.44541 ++ if test -n "$hardcode_libdir_flag_spec"; then 32.44542 ++ if test -n "$hardcode_libdir_separator"; then 32.44543 ++ if test -z "$hardcode_libdirs"; then 32.44544 ++ hardcode_libdirs="$libdir" 32.44545 ++ else 32.44546 ++ # Just accumulate the unique libdirs. 32.44547 ++ case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in 32.44548 ++ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 32.44549 ++ ;; 32.44550 ++ *) 32.44551 ++ hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 32.44552 ++ ;; 32.44553 ++ esac 32.44554 ++ fi 32.44555 ++ else 32.44556 ++ eval flag=\"$hardcode_libdir_flag_spec\" 32.44557 ++ dep_rpath="$dep_rpath $flag" 32.44558 + fi 32.44559 ++ elif test -n "$runpath_var"; then 32.44560 ++ case "$perm_rpath " in 32.44561 ++ *" $libdir "*) ;; 32.44562 ++ *) perm_rpath="$perm_rpath $libdir" ;; 32.44563 ++ esac 32.44564 ++ fi 32.44565 ++ done 32.44566 ++ # Substitute the hardcoded libdirs into the rpath. 32.44567 ++ if test -n "$hardcode_libdir_separator" && 32.44568 ++ test -n "$hardcode_libdirs"; then 32.44569 ++ libdir="$hardcode_libdirs" 32.44570 ++ if test -n "$hardcode_libdir_flag_spec_ld"; then 32.44571 ++ eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" 32.44572 + else 32.44573 +- # Add a -L argument. 32.44574 +- newdeplibs="$newdeplibs $a_deplib" 32.44575 ++ eval dep_rpath=\"$hardcode_libdir_flag_spec\" 32.44576 + fi 32.44577 +- done # Gone through all deplibs. 32.44578 +- ;; 32.44579 +- none | *) deplibs="" ;; 32.44580 +- esac 32.44581 +- versuffix=$versuffix_save 32.44582 +- major=$major_save 32.44583 +- release=$release_save 32.44584 +- libname=$libname_save 32.44585 +- name=$name_save 32.44586 +- deplibs=$newdeplibs 32.44587 +- # Done checking deplibs! 32.44588 +- 32.44589 ++ fi 32.44590 ++ if test -n "$runpath_var" && test -n "$perm_rpath"; then 32.44591 ++ # We should set the runpath_var. 32.44592 ++ rpath= 32.44593 ++ for dir in $perm_rpath; do 32.44594 ++ rpath="$rpath$dir:" 32.44595 ++ done 32.44596 ++ eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" 32.44597 ++ fi 32.44598 ++ test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" 32.44599 ++ fi 32.44600 ++ 32.44601 ++ shlibpath="$finalize_shlibpath" 32.44602 ++ test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" 32.44603 ++ if test -n "$shlibpath"; then 32.44604 ++ eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" 32.44605 ++ fi 32.44606 ++ 32.44607 + # Get the real and link names of the library. 32.44608 ++ eval shared_ext=\"$shrext\" 32.44609 + eval library_names=\"$library_names_spec\" 32.44610 + set dummy $library_names 32.44611 + realname="$2" 32.44612 +@@ -1662,6 +3560,9 @@ EOF 32.44613 + else 32.44614 + soname="$realname" 32.44615 + fi 32.44616 ++ if test -z "$dlname"; then 32.44617 ++ dlname=$soname 32.44618 ++ fi 32.44619 + 32.44620 + lib="$output_objdir/$realname" 32.44621 + for link 32.44622 +@@ -1669,42 +3570,259 @@ EOF 32.44623 + linknames="$linknames $link" 32.44624 + done 32.44625 + 32.44626 +- # Use standard objects if they are PIC. 32.44627 ++ # Use standard objects if they are pic 32.44628 + test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 32.44629 + 32.44630 +- if test -n "$whole_archive_flag_spec"; then 32.44631 +- if test -n "$convenience"; then 32.44632 +- eval libobjs=\"\$libobjs $whole_archive_flag_spec\" 32.44633 ++ # Prepare the list of exported symbols 32.44634 ++ if test -z "$export_symbols"; then 32.44635 ++ if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then 32.44636 ++ $show "generating symbol list for \`$libname.la'" 32.44637 ++ export_symbols="$output_objdir/$libname.exp" 32.44638 ++ $run $rm $export_symbols 32.44639 ++ eval cmds=\"$export_symbols_cmds\" 32.44640 ++ save_ifs="$IFS"; IFS='~' 32.44641 ++ for cmd in $cmds; do 32.44642 ++ IFS="$save_ifs" 32.44643 ++ if len=`expr "X$cmd" : ".*"` && 32.44644 ++ test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 32.44645 ++ $show "$cmd" 32.44646 ++ $run eval "$cmd" || exit $? 32.44647 ++ skipped_export=false 32.44648 ++ else 32.44649 ++ # The command line is too long to execute in one step. 32.44650 ++ $show "using reloadable object file for export list..." 32.44651 ++ skipped_export=: 32.44652 ++ fi 32.44653 ++ done 32.44654 ++ IFS="$save_ifs" 32.44655 ++ if test -n "$export_symbols_regex"; then 32.44656 ++ $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" 32.44657 ++ $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' 32.44658 ++ $show "$mv \"${export_symbols}T\" \"$export_symbols\"" 32.44659 ++ $run eval '$mv "${export_symbols}T" "$export_symbols"' 32.44660 ++ fi 32.44661 + fi 32.44662 +- else 32.44663 +- for xlib in $convenience; do 32.44664 +- # Extract the objects. 32.44665 +- xdir="$xlib"x 32.44666 +- generated="$generated $xdir" 32.44667 +- xlib=`echo "$xlib" | $Xsed -e 's%^.*/%%'` 32.44668 ++ fi 32.44669 + 32.44670 +- $show "${rm}r $xdir" 32.44671 +- $run ${rm}r "$xdir" 32.44672 +- $show "mkdir $xdir" 32.44673 +- $run mkdir "$xdir" 32.44674 ++ if test -n "$export_symbols" && test -n "$include_expsyms"; then 32.44675 ++ $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' 32.44676 ++ fi 32.44677 ++ 32.44678 ++ tmp_deplibs= 32.44679 ++ for test_deplib in $deplibs; do 32.44680 ++ case " $convenience " in 32.44681 ++ *" $test_deplib "*) ;; 32.44682 ++ *) 32.44683 ++ tmp_deplibs="$tmp_deplibs $test_deplib" 32.44684 ++ ;; 32.44685 ++ esac 32.44686 ++ done 32.44687 ++ deplibs="$tmp_deplibs" 32.44688 ++ 32.44689 ++ if test -n "$convenience"; then 32.44690 ++ if test -n "$whole_archive_flag_spec"; then 32.44691 ++ save_libobjs=$libobjs 32.44692 ++ eval libobjs=\"\$libobjs $whole_archive_flag_spec\" 32.44693 ++ else 32.44694 ++ gentop="$output_objdir/${outputname}x" 32.44695 ++ $show "${rm}r $gentop" 32.44696 ++ $run ${rm}r "$gentop" 32.44697 ++ $show "$mkdir $gentop" 32.44698 ++ $run $mkdir "$gentop" 32.44699 + status=$? 32.44700 +- if test $status -ne 0 && test ! -d "$xdir"; then 32.44701 ++ if test "$status" -ne 0 && test ! -d "$gentop"; then 32.44702 + exit $status 32.44703 + fi 32.44704 +- $show "(cd $xdir && $AR x ../$xlib)" 32.44705 +- $run eval "(cd \$xdir && $AR x ../\$xlib)" || exit $? 32.44706 ++ generated="$generated $gentop" 32.44707 + 32.44708 +- libobjs="$libobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP` 32.44709 +- done 32.44710 ++ for xlib in $convenience; do 32.44711 ++ # Extract the objects. 32.44712 ++ case $xlib in 32.44713 ++ [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; 32.44714 ++ *) xabs=`pwd`"/$xlib" ;; 32.44715 ++ esac 32.44716 ++ xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` 32.44717 ++ xdir="$gentop/$xlib" 32.44718 ++ 32.44719 ++ $show "${rm}r $xdir" 32.44720 ++ $run ${rm}r "$xdir" 32.44721 ++ $show "$mkdir $xdir" 32.44722 ++ $run $mkdir "$xdir" 32.44723 ++ status=$? 32.44724 ++ if test "$status" -ne 0 && test ! -d "$xdir"; then 32.44725 ++ exit $status 32.44726 ++ fi 32.44727 ++ # We will extract separately just the conflicting names and we will no 32.44728 ++ # longer touch any unique names. It is faster to leave these extract 32.44729 ++ # automatically by $AR in one run. 32.44730 ++ $show "(cd $xdir && $AR x $xabs)" 32.44731 ++ $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? 32.44732 ++ if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then 32.44733 ++ : 32.44734 ++ else 32.44735 ++ $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 32.44736 ++ $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 32.44737 ++ $AR t "$xabs" | sort | uniq -cd | while read -r count name 32.44738 ++ do 32.44739 ++ i=1 32.44740 ++ while test "$i" -le "$count" 32.44741 ++ do 32.44742 ++ # Put our $i before any first dot (extension) 32.44743 ++ # Never overwrite any file 32.44744 ++ name_to="$name" 32.44745 ++ while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" 32.44746 ++ do 32.44747 ++ name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` 32.44748 ++ done 32.44749 ++ $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" 32.44750 ++ $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? 32.44751 ++ i=`expr $i + 1` 32.44752 ++ done 32.44753 ++ done 32.44754 ++ fi 32.44755 ++ 32.44756 ++ libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` 32.44757 ++ done 32.44758 ++ fi 32.44759 ++ fi 32.44760 ++ 32.44761 ++ if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then 32.44762 ++ eval flag=\"$thread_safe_flag_spec\" 32.44763 ++ linker_flags="$linker_flags $flag" 32.44764 ++ fi 32.44765 ++ 32.44766 ++ # Make a backup of the uninstalled library when relinking 32.44767 ++ if test "$mode" = relink; then 32.44768 ++ $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? 32.44769 + fi 32.44770 + 32.44771 + # Do each of the archive commands. 32.44772 +- if test -n "$export_symbols" && test -n "$archive_sym_cmds"; then 32.44773 +- eval cmds=\"$archive_sym_cmds\" 32.44774 ++ if test "$module" = yes && test -n "$module_cmds" ; then 32.44775 ++ if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then 32.44776 ++ eval cmds=\"$module_expsym_cmds\" 32.44777 ++ else 32.44778 ++ eval cmds=\"$module_cmds\" 32.44779 ++ fi 32.44780 ++ else 32.44781 ++ if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then 32.44782 ++ eval cmds=\"$archive_expsym_cmds\" 32.44783 + else 32.44784 + eval cmds=\"$archive_cmds\" 32.44785 ++ fi 32.44786 ++ fi 32.44787 ++ 32.44788 ++ if test "X$skipped_export" != "X:" && len=`expr "X$cmds" : ".*"` && 32.44789 ++ test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 32.44790 ++ : 32.44791 ++ else 32.44792 ++ # The command line is too long to link in one step, link piecewise. 32.44793 ++ $echo "creating reloadable object files..." 32.44794 ++ 32.44795 ++ # Save the value of $output and $libobjs because we want to 32.44796 ++ # use them later. If we have whole_archive_flag_spec, we 32.44797 ++ # want to use save_libobjs as it was before 32.44798 ++ # whole_archive_flag_spec was expanded, because we can't 32.44799 ++ # assume the linker understands whole_archive_flag_spec. 32.44800 ++ # This may have to be revisited, in case too many 32.44801 ++ # convenience libraries get linked in and end up exceeding 32.44802 ++ # the spec. 32.44803 ++ if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then 32.44804 ++ save_libobjs=$libobjs 32.44805 ++ fi 32.44806 ++ save_output=$output 32.44807 ++ 32.44808 ++ # Clear the reloadable object creation command queue and 32.44809 ++ # initialize k to one. 32.44810 ++ test_cmds= 32.44811 ++ concat_cmds= 32.44812 ++ objlist= 32.44813 ++ delfiles= 32.44814 ++ last_robj= 32.44815 ++ k=1 32.44816 ++ output=$output_objdir/$save_output-${k}.$objext 32.44817 ++ # Loop over the list of objects to be linked. 32.44818 ++ for obj in $save_libobjs 32.44819 ++ do 32.44820 ++ eval test_cmds=\"$reload_cmds $objlist $last_robj\" 32.44821 ++ if test "X$objlist" = X || 32.44822 ++ { len=`expr "X$test_cmds" : ".*"` && 32.44823 ++ test "$len" -le "$max_cmd_len"; }; then 32.44824 ++ objlist="$objlist $obj" 32.44825 ++ else 32.44826 ++ # The command $test_cmds is almost too long, add a 32.44827 ++ # command to the queue. 32.44828 ++ if test "$k" -eq 1 ; then 32.44829 ++ # The first file doesn't have a previous command to add. 32.44830 ++ eval concat_cmds=\"$reload_cmds $objlist $last_robj\" 32.44831 ++ else 32.44832 ++ # All subsequent reloadable object files will link in 32.44833 ++ # the last one created. 32.44834 ++ eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" 32.44835 ++ fi 32.44836 ++ last_robj=$output_objdir/$save_output-${k}.$objext 32.44837 ++ k=`expr $k + 1` 32.44838 ++ output=$output_objdir/$save_output-${k}.$objext 32.44839 ++ objlist=$obj 32.44840 ++ len=1 32.44841 ++ fi 32.44842 ++ done 32.44843 ++ # Handle the remaining objects by creating one last 32.44844 ++ # reloadable object file. All subsequent reloadable object 32.44845 ++ # files will link in the last one created. 32.44846 ++ test -z "$concat_cmds" || concat_cmds=$concat_cmds~ 32.44847 ++ eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" 32.44848 ++ 32.44849 ++ if ${skipped_export-false}; then 32.44850 ++ $show "generating symbol list for \`$libname.la'" 32.44851 ++ export_symbols="$output_objdir/$libname.exp" 32.44852 ++ $run $rm $export_symbols 32.44853 ++ libobjs=$output 32.44854 ++ # Append the command to create the export file. 32.44855 ++ eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" 32.44856 ++ fi 32.44857 ++ 32.44858 ++ # Set up a command to remove the reloadale object files 32.44859 ++ # after they are used. 32.44860 ++ i=0 32.44861 ++ while test "$i" -lt "$k" 32.44862 ++ do 32.44863 ++ i=`expr $i + 1` 32.44864 ++ delfiles="$delfiles $output_objdir/$save_output-${i}.$objext" 32.44865 ++ done 32.44866 ++ 32.44867 ++ $echo "creating a temporary reloadable object file: $output" 32.44868 ++ 32.44869 ++ # Loop through the commands generated above and execute them. 32.44870 ++ save_ifs="$IFS"; IFS='~' 32.44871 ++ for cmd in $concat_cmds; do 32.44872 ++ IFS="$save_ifs" 32.44873 ++ $show "$cmd" 32.44874 ++ $run eval "$cmd" || exit $? 32.44875 ++ done 32.44876 ++ IFS="$save_ifs" 32.44877 ++ 32.44878 ++ libobjs=$output 32.44879 ++ # Restore the value of output. 32.44880 ++ output=$save_output 32.44881 ++ 32.44882 ++ if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then 32.44883 ++ eval libobjs=\"\$libobjs $whole_archive_flag_spec\" 32.44884 ++ fi 32.44885 ++ # Expand the library linking commands again to reset the 32.44886 ++ # value of $libobjs for piecewise linking. 32.44887 ++ 32.44888 ++ # Do each of the archive commands. 32.44889 ++ if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then 32.44890 ++ eval cmds=\"$archive_expsym_cmds\" 32.44891 ++ else 32.44892 ++ eval cmds=\"$archive_cmds\" 32.44893 ++ fi 32.44894 ++ 32.44895 ++ # Append the command to remove the reloadable object files 32.44896 ++ # to the just-reset $cmds. 32.44897 ++ eval cmds=\"\$cmds~$rm $delfiles\" 32.44898 + fi 32.44899 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.44900 ++ save_ifs="$IFS"; IFS='~' 32.44901 + for cmd in $cmds; do 32.44902 + IFS="$save_ifs" 32.44903 + $show "$cmd" 32.44904 +@@ -1712,6 +3830,12 @@ EOF 32.44905 + done 32.44906 + IFS="$save_ifs" 32.44907 + 32.44908 ++ # Restore the uninstalled library and exit 32.44909 ++ if test "$mode" = relink; then 32.44910 ++ $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? 32.44911 ++ exit 0 32.44912 ++ fi 32.44913 ++ 32.44914 + # Create links to the real library. 32.44915 + for linkname in $linknames; do 32.44916 + if test "$realname" != "$linkname"; then 32.44917 +@@ -1728,17 +3852,12 @@ EOF 32.44918 + fi 32.44919 + ;; 32.44920 + 32.44921 +- *.lo | *.o | *.obj) 32.44922 +- if test -n "$link_against_libtool_libs"; then 32.44923 +- $echo "$modename: error: cannot link libtool libraries into objects" 1>&2 32.44924 +- exit 1 32.44925 +- fi 32.44926 +- 32.44927 ++ obj) 32.44928 + if test -n "$deplibs"; then 32.44929 + $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 32.44930 + fi 32.44931 + 32.44932 +- if test -n "$dlfiles$dlprefiles"; then 32.44933 ++ if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 32.44934 + $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 32.44935 + fi 32.44936 + 32.44937 +@@ -1758,9 +3877,9 @@ EOF 32.44938 + $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 32.44939 + fi 32.44940 + 32.44941 +- case "$output" in 32.44942 ++ case $output in 32.44943 + *.lo) 32.44944 +- if test -n "$objs"; then 32.44945 ++ if test -n "$objs$old_deplibs"; then 32.44946 + $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 32.44947 + exit 1 32.44948 + fi 32.44949 +@@ -1776,12 +3895,88 @@ EOF 32.44950 + # Delete the old objects. 32.44951 + $run $rm $obj $libobj 32.44952 + 32.44953 ++ # Objects from convenience libraries. This assumes 32.44954 ++ # single-version convenience libraries. Whenever we create 32.44955 ++ # different ones for PIC/non-PIC, this we'll have to duplicate 32.44956 ++ # the extraction. 32.44957 ++ reload_conv_objs= 32.44958 ++ gentop= 32.44959 ++ # reload_cmds runs $LD directly, so let us get rid of 32.44960 ++ # -Wl from whole_archive_flag_spec 32.44961 ++ wl= 32.44962 ++ 32.44963 ++ if test -n "$convenience"; then 32.44964 ++ if test -n "$whole_archive_flag_spec"; then 32.44965 ++ eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" 32.44966 ++ else 32.44967 ++ gentop="$output_objdir/${obj}x" 32.44968 ++ $show "${rm}r $gentop" 32.44969 ++ $run ${rm}r "$gentop" 32.44970 ++ $show "$mkdir $gentop" 32.44971 ++ $run $mkdir "$gentop" 32.44972 ++ status=$? 32.44973 ++ if test "$status" -ne 0 && test ! -d "$gentop"; then 32.44974 ++ exit $status 32.44975 ++ fi 32.44976 ++ generated="$generated $gentop" 32.44977 ++ 32.44978 ++ for xlib in $convenience; do 32.44979 ++ # Extract the objects. 32.44980 ++ case $xlib in 32.44981 ++ [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; 32.44982 ++ *) xabs=`pwd`"/$xlib" ;; 32.44983 ++ esac 32.44984 ++ xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` 32.44985 ++ xdir="$gentop/$xlib" 32.44986 ++ 32.44987 ++ $show "${rm}r $xdir" 32.44988 ++ $run ${rm}r "$xdir" 32.44989 ++ $show "$mkdir $xdir" 32.44990 ++ $run $mkdir "$xdir" 32.44991 ++ status=$? 32.44992 ++ if test "$status" -ne 0 && test ! -d "$xdir"; then 32.44993 ++ exit $status 32.44994 ++ fi 32.44995 ++ # We will extract separately just the conflicting names and we will no 32.44996 ++ # longer touch any unique names. It is faster to leave these extract 32.44997 ++ # automatically by $AR in one run. 32.44998 ++ $show "(cd $xdir && $AR x $xabs)" 32.44999 ++ $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? 32.45000 ++ if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then 32.45001 ++ : 32.45002 ++ else 32.45003 ++ $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 32.45004 ++ $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 32.45005 ++ $AR t "$xabs" | sort | uniq -cd | while read -r count name 32.45006 ++ do 32.45007 ++ i=1 32.45008 ++ while test "$i" -le "$count" 32.45009 ++ do 32.45010 ++ # Put our $i before any first dot (extension) 32.45011 ++ # Never overwrite any file 32.45012 ++ name_to="$name" 32.45013 ++ while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" 32.45014 ++ do 32.45015 ++ name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` 32.45016 ++ done 32.45017 ++ $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" 32.45018 ++ $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? 32.45019 ++ i=`expr $i + 1` 32.45020 ++ done 32.45021 ++ done 32.45022 ++ fi 32.45023 ++ 32.45024 ++ reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` 32.45025 ++ done 32.45026 ++ fi 32.45027 ++ fi 32.45028 ++ 32.45029 + # Create the old-style object. 32.45030 +- reload_objs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP` 32.45031 ++ reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test 32.45032 + 32.45033 + output="$obj" 32.45034 + eval cmds=\"$reload_cmds\" 32.45035 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.45036 ++ save_ifs="$IFS"; IFS='~' 32.45037 + for cmd in $cmds; do 32.45038 + IFS="$save_ifs" 32.45039 + $show "$cmd" 32.45040 +@@ -1790,41 +3985,54 @@ EOF 32.45041 + IFS="$save_ifs" 32.45042 + 32.45043 + # Exit if we aren't doing a library object file. 32.45044 +- test -z "$libobj" && exit 0 32.45045 ++ if test -z "$libobj"; then 32.45046 ++ if test -n "$gentop"; then 32.45047 ++ $show "${rm}r $gentop" 32.45048 ++ $run ${rm}r $gentop 32.45049 ++ fi 32.45050 ++ 32.45051 ++ exit 0 32.45052 ++ fi 32.45053 + 32.45054 + if test "$build_libtool_libs" != yes; then 32.45055 ++ if test -n "$gentop"; then 32.45056 ++ $show "${rm}r $gentop" 32.45057 ++ $run ${rm}r $gentop 32.45058 ++ fi 32.45059 ++ 32.45060 + # Create an invalid libtool object if no PIC, so that we don't 32.45061 + # accidentally link it into a program. 32.45062 +- $show "echo timestamp > $libobj" 32.45063 +- $run eval "echo timestamp > $libobj" || exit $? 32.45064 ++ # $show "echo timestamp > $libobj" 32.45065 ++ # $run eval "echo timestamp > $libobj" || exit $? 32.45066 + exit 0 32.45067 + fi 32.45068 + 32.45069 +- if test -n "$pic_flag"; then 32.45070 ++ if test -n "$pic_flag" || test "$pic_mode" != default; then 32.45071 + # Only do commands if we really have different PIC objects. 32.45072 +- reload_objs="$libobjs" 32.45073 ++ reload_objs="$libobjs $reload_conv_objs" 32.45074 + output="$libobj" 32.45075 + eval cmds=\"$reload_cmds\" 32.45076 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.45077 ++ save_ifs="$IFS"; IFS='~' 32.45078 + for cmd in $cmds; do 32.45079 + IFS="$save_ifs" 32.45080 + $show "$cmd" 32.45081 + $run eval "$cmd" || exit $? 32.45082 + done 32.45083 + IFS="$save_ifs" 32.45084 +- else 32.45085 +- # Just create a symlink. 32.45086 +- $show $rm $libobj 32.45087 +- $run $rm $libobj 32.45088 +- $show "$LN_S $obj $libobj" 32.45089 +- $run $LN_S $obj $libobj || exit $? 32.45090 ++ fi 32.45091 ++ 32.45092 ++ if test -n "$gentop"; then 32.45093 ++ $show "${rm}r $gentop" 32.45094 ++ $run ${rm}r $gentop 32.45095 + fi 32.45096 + 32.45097 + exit 0 32.45098 + ;; 32.45099 + 32.45100 +- # Anything else should be a program. 32.45101 +- *) 32.45102 ++ prog) 32.45103 ++ case $host in 32.45104 ++ *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; 32.45105 ++ esac 32.45106 + if test -n "$vinfo"; then 32.45107 + $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 32.45108 + fi 32.45109 +@@ -1833,55 +4041,125 @@ EOF 32.45110 + $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 32.45111 + fi 32.45112 + 32.45113 ++ if test "$preload" = yes; then 32.45114 ++ if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && 32.45115 ++ test "$dlopen_self_static" = unknown; then 32.45116 ++ $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." 32.45117 ++ fi 32.45118 ++ fi 32.45119 ++ 32.45120 ++ case $host in 32.45121 ++ *-*-rhapsody* | *-*-darwin1.[012]) 32.45122 ++ # On Rhapsody replace the C library is the System framework 32.45123 ++ compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` 32.45124 ++ finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` 32.45125 ++ ;; 32.45126 ++ esac 32.45127 ++ 32.45128 ++ case $host in 32.45129 ++ *darwin*) 32.45130 ++ # Don't allow lazy linking, it breaks C++ global constructors 32.45131 ++ if test "$tagname" = CXX ; then 32.45132 ++ compile_command="$compile_command ${wl}-bind_at_load" 32.45133 ++ finalize_command="$finalize_command ${wl}-bind_at_load" 32.45134 ++ fi 32.45135 ++ ;; 32.45136 ++ esac 32.45137 ++ 32.45138 ++ compile_command="$compile_command $compile_deplibs" 32.45139 ++ finalize_command="$finalize_command $finalize_deplibs" 32.45140 ++ 32.45141 + if test -n "$rpath$xrpath"; then 32.45142 + # If the user specified any rpath flags, then add them. 32.45143 + for libdir in $rpath $xrpath; do 32.45144 +- if test -n "$hardcode_libdir_flag_spec"; then 32.45145 +- if test -n "$hardcode_libdir_separator"; then 32.45146 +- if test -z "$hardcode_libdirs"; then 32.45147 +- # Put the magic libdir with the hardcode flag. 32.45148 +- hardcode_libdirs="$libdir" 32.45149 +- libdir="@HARDCODE_LIBDIRS@" 32.45150 +- else 32.45151 +- # Just accumulate the unique libdirs. 32.45152 +- case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in 32.45153 +- *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 32.45154 +- ;; 32.45155 +- *) 32.45156 +- hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 32.45157 +- ;; 32.45158 +- esac 32.45159 +- libdir= 32.45160 +- fi 32.45161 +- fi 32.45162 +- 32.45163 +- if test -n "$libdir"; then 32.45164 +- eval flag=\"$hardcode_libdir_flag_spec\" 32.45165 +- 32.45166 +- compile_command="$compile_command $flag" 32.45167 +- finalize_command="$finalize_command $flag" 32.45168 +- fi 32.45169 +- elif test -n "$runpath_var"; then 32.45170 +- case "$perm_rpath " in 32.45171 +- *" $libdir "*) ;; 32.45172 +- *) perm_rpath="$perm_rpath $libdir" ;; 32.45173 +- esac 32.45174 +- fi 32.45175 ++ # This is the magic to use -rpath. 32.45176 ++ case "$finalize_rpath " in 32.45177 ++ *" $libdir "*) ;; 32.45178 ++ *) finalize_rpath="$finalize_rpath $libdir" ;; 32.45179 ++ esac 32.45180 + done 32.45181 + fi 32.45182 + 32.45183 +- # Substitute the hardcoded libdirs into the compile commands. 32.45184 +- if test -n "$hardcode_libdir_separator"; then 32.45185 +- compile_command=`$echo "X$compile_command" | $Xsed -e "s%@HARDCODE_LIBDIRS@%$hardcode_libdirs%g"` 32.45186 +- finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@HARDCODE_LIBDIRS@%$hardcode_libdirs%g"` 32.45187 +- fi 32.45188 +- 32.45189 +- output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` 32.45190 +- if test "X$output_objdir" = "X$output"; then 32.45191 +- output_objdir="$objdir" 32.45192 +- else 32.45193 +- output_objdir="$output_objdir/$objdir" 32.45194 ++ # Now hardcode the library paths 32.45195 ++ rpath= 32.45196 ++ hardcode_libdirs= 32.45197 ++ for libdir in $compile_rpath $finalize_rpath; do 32.45198 ++ if test -n "$hardcode_libdir_flag_spec"; then 32.45199 ++ if test -n "$hardcode_libdir_separator"; then 32.45200 ++ if test -z "$hardcode_libdirs"; then 32.45201 ++ hardcode_libdirs="$libdir" 32.45202 ++ else 32.45203 ++ # Just accumulate the unique libdirs. 32.45204 ++ case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in 32.45205 ++ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 32.45206 ++ ;; 32.45207 ++ *) 32.45208 ++ hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 32.45209 ++ ;; 32.45210 ++ esac 32.45211 ++ fi 32.45212 ++ else 32.45213 ++ eval flag=\"$hardcode_libdir_flag_spec\" 32.45214 ++ rpath="$rpath $flag" 32.45215 ++ fi 32.45216 ++ elif test -n "$runpath_var"; then 32.45217 ++ case "$perm_rpath " in 32.45218 ++ *" $libdir "*) ;; 32.45219 ++ *) perm_rpath="$perm_rpath $libdir" ;; 32.45220 ++ esac 32.45221 ++ fi 32.45222 ++ case $host in 32.45223 ++ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 32.45224 ++ case :$dllsearchpath: in 32.45225 ++ *":$libdir:"*) ;; 32.45226 ++ *) dllsearchpath="$dllsearchpath:$libdir";; 32.45227 ++ esac 32.45228 ++ ;; 32.45229 ++ esac 32.45230 ++ done 32.45231 ++ # Substitute the hardcoded libdirs into the rpath. 32.45232 ++ if test -n "$hardcode_libdir_separator" && 32.45233 ++ test -n "$hardcode_libdirs"; then 32.45234 ++ libdir="$hardcode_libdirs" 32.45235 ++ eval rpath=\" $hardcode_libdir_flag_spec\" 32.45236 ++ fi 32.45237 ++ compile_rpath="$rpath" 32.45238 ++ 32.45239 ++ rpath= 32.45240 ++ hardcode_libdirs= 32.45241 ++ for libdir in $finalize_rpath; do 32.45242 ++ if test -n "$hardcode_libdir_flag_spec"; then 32.45243 ++ if test -n "$hardcode_libdir_separator"; then 32.45244 ++ if test -z "$hardcode_libdirs"; then 32.45245 ++ hardcode_libdirs="$libdir" 32.45246 ++ else 32.45247 ++ # Just accumulate the unique libdirs. 32.45248 ++ case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in 32.45249 ++ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 32.45250 ++ ;; 32.45251 ++ *) 32.45252 ++ hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 32.45253 ++ ;; 32.45254 ++ esac 32.45255 ++ fi 32.45256 ++ else 32.45257 ++ eval flag=\"$hardcode_libdir_flag_spec\" 32.45258 ++ rpath="$rpath $flag" 32.45259 ++ fi 32.45260 ++ elif test -n "$runpath_var"; then 32.45261 ++ case "$finalize_perm_rpath " in 32.45262 ++ *" $libdir "*) ;; 32.45263 ++ *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; 32.45264 ++ esac 32.45265 ++ fi 32.45266 ++ done 32.45267 ++ # Substitute the hardcoded libdirs into the rpath. 32.45268 ++ if test -n "$hardcode_libdir_separator" && 32.45269 ++ test -n "$hardcode_libdirs"; then 32.45270 ++ libdir="$hardcode_libdirs" 32.45271 ++ eval rpath=\" $hardcode_libdir_flag_spec\" 32.45272 + fi 32.45273 ++ finalize_rpath="$rpath" 32.45274 + 32.45275 + if test -n "$libobjs" && test "$build_old_libs" = yes; then 32.45276 + # Transform all the library objects into standard objects. 32.45277 +@@ -1889,42 +4167,31 @@ EOF 32.45278 + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 32.45279 + fi 32.45280 + 32.45281 +- if test "$export_dynamic" = yes || test -n "$dlfiles$dlprefiles" && test -n "$NM" && test -n "$global_symbol_pipe"; then 32.45282 +- dlsyms="${outputname}S.c" 32.45283 +- else 32.45284 +- dlsyms= 32.45285 ++ dlsyms= 32.45286 ++ if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 32.45287 ++ if test -n "$NM" && test -n "$global_symbol_pipe"; then 32.45288 ++ dlsyms="${outputname}S.c" 32.45289 ++ else 32.45290 ++ $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 32.45291 ++ fi 32.45292 + fi 32.45293 + 32.45294 + if test -n "$dlsyms"; then 32.45295 +- case "$dlsyms" in 32.45296 ++ case $dlsyms in 32.45297 + "") ;; 32.45298 + *.c) 32.45299 +- if test "$export_dynamic" = yes && test -z "$export_symbols"; then 32.45300 +- # Add our own program objects to the preloaded list. 32.45301 +- dlprefiles=`$echo "X$objs $dlprefiles" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 32.45302 +- fi 32.45303 +- 32.45304 + # Discover the nlist of each of the dlfiles. 32.45305 +- nlist="$objdir/${output}.nm" 32.45306 ++ nlist="$output_objdir/${outputname}.nm" 32.45307 + 32.45308 +- if test -d $objdir; then 32.45309 +- $show "$rm $nlist ${nlist}T" 32.45310 +- $run $rm "$nlist" "${nlist}T" 32.45311 +- else 32.45312 +- $show "$mkdir $objdir" 32.45313 +- $run $mkdir $objdir 32.45314 +- status=$? 32.45315 +- if test $status -ne 0 && test ! -d $objdir; then 32.45316 +- exit $status 32.45317 +- fi 32.45318 +- fi 32.45319 ++ $show "$rm $nlist ${nlist}S ${nlist}T" 32.45320 ++ $run $rm "$nlist" "${nlist}S" "${nlist}T" 32.45321 + 32.45322 + # Parse the name list into a source file. 32.45323 +- $show "creating $objdir/$dlsyms" 32.45324 ++ $show "creating $output_objdir/$dlsyms" 32.45325 + 32.45326 +- $echo > "$objdir/$dlsyms" "\ 32.45327 ++ test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ 32.45328 + /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ 32.45329 +-/* Generated by $PROGRAM - GNU $PACKAGE $VERSION */ 32.45330 ++/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ 32.45331 + 32.45332 + #ifdef __cplusplus 32.45333 + extern \"C\" { 32.45334 +@@ -1936,12 +4203,44 @@ extern \"C\" { 32.45335 + /* External symbol declarations for the compiler. */\ 32.45336 + " 32.45337 + 32.45338 +- if test "$export_dynamic" = yes && test -n "$export_symbols"; then 32.45339 +- sed -e 's/^\(.*\)/\1 \1/' < "$export_symbols" > "$nlist" 32.45340 ++ if test "$dlself" = yes; then 32.45341 ++ $show "generating symbol list for \`$output'" 32.45342 ++ 32.45343 ++ test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" 32.45344 ++ 32.45345 ++ # Add our own program objects to the symbol list. 32.45346 ++ progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 32.45347 ++ for arg in $progfiles; do 32.45348 ++ $show "extracting global C symbols from \`$arg'" 32.45349 ++ $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 32.45350 ++ done 32.45351 ++ 32.45352 ++ if test -n "$exclude_expsyms"; then 32.45353 ++ $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' 32.45354 ++ $run eval '$mv "$nlist"T "$nlist"' 32.45355 ++ fi 32.45356 ++ 32.45357 ++ if test -n "$export_symbols_regex"; then 32.45358 ++ $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' 32.45359 ++ $run eval '$mv "$nlist"T "$nlist"' 32.45360 ++ fi 32.45361 ++ 32.45362 ++ # Prepare the list of exported symbols 32.45363 ++ if test -z "$export_symbols"; then 32.45364 ++ export_symbols="$output_objdir/$output.exp" 32.45365 ++ $run $rm $export_symbols 32.45366 ++ $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 32.45367 ++ else 32.45368 ++ $run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"' 32.45369 ++ $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T' 32.45370 ++ $run eval 'mv "$nlist"T "$nlist"' 32.45371 ++ fi 32.45372 + fi 32.45373 + 32.45374 + for arg in $dlprefiles; do 32.45375 + $show "extracting global C symbols from \`$arg'" 32.45376 ++ name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` 32.45377 ++ $run eval '$echo ": $name " >> "$nlist"' 32.45378 + $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 32.45379 + done 32.45380 + 32.45381 +@@ -1949,17 +4248,28 @@ extern \"C\" { 32.45382 + # Make sure we have at least an empty file. 32.45383 + test -f "$nlist" || : > "$nlist" 32.45384 + 32.45385 ++ if test -n "$exclude_expsyms"; then 32.45386 ++ $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T 32.45387 ++ $mv "$nlist"T "$nlist" 32.45388 ++ fi 32.45389 ++ 32.45390 + # Try sorting and uniquifying the output. 32.45391 +- if sort "$nlist" | uniq > "$nlist"T; then 32.45392 +- mv -f "$nlist"T "$nlist" 32.45393 ++ if grep -v "^: " < "$nlist" | 32.45394 ++ if sort -k 3 </dev/null >/dev/null 2>&1; then 32.45395 ++ sort -k 3 32.45396 ++ else 32.45397 ++ sort +2 32.45398 ++ fi | 32.45399 ++ uniq > "$nlist"S; then 32.45400 ++ : 32.45401 + else 32.45402 +- $rm "$nlist"T 32.45403 ++ grep -v "^: " < "$nlist" > "$nlist"S 32.45404 + fi 32.45405 + 32.45406 +- if test -f "$nlist"; then 32.45407 +- sed -e 's/^.* \(.*\)$/extern char \1;/' < "$nlist" >> "$output_objdir/$dlsyms" 32.45408 ++ if test -f "$nlist"S; then 32.45409 ++ eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"' 32.45410 + else 32.45411 +- echo '/* NONE */' >> "$output_objdir/$dlsyms" 32.45412 ++ $echo '/* NONE */' >> "$output_objdir/$dlsyms" 32.45413 + fi 32.45414 + 32.45415 + $echo >> "$output_objdir/$dlsyms" "\ 32.45416 +@@ -1967,56 +4277,70 @@ extern \"C\" { 32.45417 + #undef lt_preloaded_symbols 32.45418 + 32.45419 + #if defined (__STDC__) && __STDC__ 32.45420 +-# define lt_ptr_t void * 32.45421 ++# define lt_ptr void * 32.45422 + #else 32.45423 +-# define lt_ptr_t char * 32.45424 ++# define lt_ptr char * 32.45425 ++# define const 32.45426 + #endif 32.45427 + 32.45428 + /* The mapping between symbol names and symbols. */ 32.45429 + const struct { 32.45430 + const char *name; 32.45431 +- lt_ptr_t address; 32.45432 ++ lt_ptr address; 32.45433 + } 32.45434 + lt_preloaded_symbols[] = 32.45435 + {\ 32.45436 + " 32.45437 + 32.45438 +- if test "$export_dynamic" = yes && test -n "$export_symbols"; then 32.45439 +- echo >> "$output_objdir/$dlsyms" "\ 32.45440 +- {\"${output}\", (lt_ptr_t) 0}," 32.45441 +- sed 's/^\(.*\)/ {"\1", (lt_ptr_t) \&\1},/' < "$export_symbols" >> "$output_objdir/$dlsyms" 32.45442 +- fi 32.45443 +- 32.45444 +- for arg in $dlprefiles; do 32.45445 +- name=`echo "$arg" | sed -e 's%^.*/%%'` 32.45446 +- echo >> "$output_objdir/$dlsyms" "\ 32.45447 +- {\"$name\", (lt_ptr_t) 0}," 32.45448 +- eval "$NM $arg | $global_symbol_pipe > '$nlist'" 32.45449 +- 32.45450 +- if test -f "$nlist"; then 32.45451 +- sed 's/^\(.*\) \(.*\)$/ {"\1", (lt_ptr_t) \&\2},/' < "$nlist" >> "$output_objdir/$dlsyms" 32.45452 +- else 32.45453 +- echo '/* NONE */' >> "$output_objdir/$dlsyms" 32.45454 +- fi 32.45455 +- done 32.45456 ++ eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" 32.45457 + 32.45458 + $echo >> "$output_objdir/$dlsyms" "\ 32.45459 +- {0, (lt_ptr_t) 0} 32.45460 ++ {0, (lt_ptr) 0} 32.45461 + }; 32.45462 + 32.45463 ++/* This works around a problem in FreeBSD linker */ 32.45464 ++#ifdef FREEBSD_WORKAROUND 32.45465 ++static const void *lt_preloaded_setup() { 32.45466 ++ return lt_preloaded_symbols; 32.45467 ++} 32.45468 ++#endif 32.45469 ++ 32.45470 + #ifdef __cplusplus 32.45471 + } 32.45472 + #endif\ 32.45473 + " 32.45474 + fi 32.45475 + 32.45476 ++ pic_flag_for_symtable= 32.45477 ++ case $host in 32.45478 ++ # compiling the symbol table file with pic_flag works around 32.45479 ++ # a FreeBSD bug that causes programs to crash when -lm is 32.45480 ++ # linked before any other PIC object. But we must not use 32.45481 ++ # pic_flag when linking with -static. The problem exists in 32.45482 ++ # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. 32.45483 ++ *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) 32.45484 ++ case "$compile_command " in 32.45485 ++ *" -static "*) ;; 32.45486 ++ *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; 32.45487 ++ esac;; 32.45488 ++ *-*-hpux*) 32.45489 ++ case "$compile_command " in 32.45490 ++ *" -static "*) ;; 32.45491 ++ *) pic_flag_for_symtable=" $pic_flag";; 32.45492 ++ esac 32.45493 ++ esac 32.45494 ++ 32.45495 + # Now compile the dynamic symbol file. 32.45496 +- $show "(cd $objdir && $C_compiler -c$no_builtin_flag \"$dlsyms\")" 32.45497 +- $run eval '(cd $objdir && $C_compiler -c$no_builtin_flag "$dlsyms")' || exit $? 32.45498 ++ $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" 32.45499 ++ $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? 32.45500 ++ 32.45501 ++ # Clean up the generated files. 32.45502 ++ $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" 32.45503 ++ $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" 32.45504 + 32.45505 + # Transform the symbol file into the correct name. 32.45506 +- compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$objdir/${output}S.${objext}%"` 32.45507 +- finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$objdir/${output}S.${objext}%"` 32.45508 ++ compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` 32.45509 ++ finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` 32.45510 + ;; 32.45511 + *) 32.45512 + $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 32.45513 +@@ -2027,46 +4351,37 @@ lt_preloaded_symbols[] = 32.45514 + # We keep going just in case the user didn't refer to 32.45515 + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe 32.45516 + # really was required. 32.45517 +- if test -n "$dlfiles$dlprefiles"; then 32.45518 +- $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 32.45519 +- fi 32.45520 + 32.45521 + # Nullify the symbol file. 32.45522 + compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` 32.45523 + finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` 32.45524 + fi 32.45525 + 32.45526 +- if test -z "$link_against_libtool_libs" || test "$build_libtool_libs" != yes; then 32.45527 ++ if test "$need_relink" = no || test "$build_libtool_libs" != yes; then 32.45528 + # Replace the output file specification. 32.45529 + compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` 32.45530 +- finalize_command=`$echo "X$finalize_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` 32.45531 ++ link_command="$compile_command$compile_rpath" 32.45532 + 32.45533 + # We have no uninstalled library dependencies, so finalize right now. 32.45534 +- $show "$compile_command" 32.45535 +- $run eval "$compile_command" 32.45536 +- exit $? 32.45537 +- fi 32.45538 +- 32.45539 +- # Replace the output file specification. 32.45540 +- compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` 32.45541 +- finalize_command=`$echo "X$finalize_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'T%g'` 32.45542 +- 32.45543 +- # Create the binary in the object directory, then wrap it. 32.45544 +- if test ! -d $output_objdir; then 32.45545 +- $show "$mkdir $output_objdir" 32.45546 +- $run $mkdir $output_objdir 32.45547 ++ $show "$link_command" 32.45548 ++ $run eval "$link_command" 32.45549 + status=$? 32.45550 +- if test $status -ne 0 && test ! -d $objdir; then 32.45551 +- exit $status 32.45552 ++ 32.45553 ++ # Delete the generated files. 32.45554 ++ if test -n "$dlsyms"; then 32.45555 ++ $show "$rm $output_objdir/${outputname}S.${objext}" 32.45556 ++ $run $rm "$output_objdir/${outputname}S.${objext}" 32.45557 + fi 32.45558 ++ 32.45559 ++ exit $status 32.45560 + fi 32.45561 + 32.45562 + if test -n "$shlibpath_var"; then 32.45563 + # We should set the shlibpath_var 32.45564 + rpath= 32.45565 + for dir in $temp_rpath; do 32.45566 +- case "$dir" in 32.45567 +- /* | [A-Za-z]:[/\\]*) 32.45568 ++ case $dir in 32.45569 ++ [\\/]* | [A-Za-z]:[\\/]*) 32.45570 + # Absolute path. 32.45571 + rpath="$rpath$dir:" 32.45572 + ;; 32.45573 +@@ -2079,45 +4394,102 @@ lt_preloaded_symbols[] = 32.45574 + temp_rpath="$rpath" 32.45575 + fi 32.45576 + 32.45577 +- # Delete the old output file. 32.45578 +- $run $rm $output 32.45579 +- 32.45580 +- if test -n "$compile_shlibpath"; then 32.45581 +- compile_command="$shlibpath_var=\"$compile_shlibpath\$$shlibpath_var\" $compile_command" 32.45582 ++ if test -n "$compile_shlibpath$finalize_shlibpath"; then 32.45583 ++ compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" 32.45584 + fi 32.45585 + if test -n "$finalize_shlibpath"; then 32.45586 + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" 32.45587 + fi 32.45588 + 32.45589 +- if test -n "$runpath_var" && test -n "$perm_rpath"; then 32.45590 +- # We should set the runpath_var. 32.45591 +- rpath= 32.45592 +- for dir in $perm_rpath; do 32.45593 +- rpath="$rpath$dir:" 32.45594 +- done 32.45595 +- compile_command="$runpath_var=\"$rpath\$$runpath_var\" $compile_command" 32.45596 +- finalize_command="$runpath_var=\"$rpath\$$runpath_var\" $finalize_command" 32.45597 ++ compile_var= 32.45598 ++ finalize_var= 32.45599 ++ if test -n "$runpath_var"; then 32.45600 ++ if test -n "$perm_rpath"; then 32.45601 ++ # We should set the runpath_var. 32.45602 ++ rpath= 32.45603 ++ for dir in $perm_rpath; do 32.45604 ++ rpath="$rpath$dir:" 32.45605 ++ done 32.45606 ++ compile_var="$runpath_var=\"$rpath\$$runpath_var\" " 32.45607 ++ fi 32.45608 ++ if test -n "$finalize_perm_rpath"; then 32.45609 ++ # We should set the runpath_var. 32.45610 ++ rpath= 32.45611 ++ for dir in $finalize_perm_rpath; do 32.45612 ++ rpath="$rpath$dir:" 32.45613 ++ done 32.45614 ++ finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " 32.45615 ++ fi 32.45616 ++ fi 32.45617 ++ 32.45618 ++ if test "$no_install" = yes; then 32.45619 ++ # We don't need to create a wrapper script. 32.45620 ++ link_command="$compile_var$compile_command$compile_rpath" 32.45621 ++ # Replace the output file specification. 32.45622 ++ link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` 32.45623 ++ # Delete the old output file. 32.45624 ++ $run $rm $output 32.45625 ++ # Link the executable and exit 32.45626 ++ $show "$link_command" 32.45627 ++ $run eval "$link_command" || exit $? 32.45628 ++ exit 0 32.45629 + fi 32.45630 + 32.45631 + if test "$hardcode_action" = relink; then 32.45632 +- # AGH! Flame the AIX and HP-UX people for me, will ya? 32.45633 ++ # Fast installation is not supported 32.45634 ++ link_command="$compile_var$compile_command$compile_rpath" 32.45635 ++ relink_command="$finalize_var$finalize_command$finalize_rpath" 32.45636 ++ 32.45637 + $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 32.45638 + $echo "$modename: \`$output' will be relinked during installation" 1>&2 32.45639 ++ else 32.45640 ++ if test "$fast_install" != no; then 32.45641 ++ link_command="$finalize_var$compile_command$finalize_rpath" 32.45642 ++ if test "$fast_install" = yes; then 32.45643 ++ relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` 32.45644 ++ else 32.45645 ++ # fast_install is set to needless 32.45646 ++ relink_command= 32.45647 ++ fi 32.45648 ++ else 32.45649 ++ link_command="$compile_var$compile_command$compile_rpath" 32.45650 ++ relink_command="$finalize_var$finalize_command$finalize_rpath" 32.45651 ++ fi 32.45652 + fi 32.45653 + 32.45654 +- $show "$compile_command" 32.45655 +- $run eval "$compile_command" || exit $? 32.45656 ++ # Replace the output file specification. 32.45657 ++ link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` 32.45658 ++ 32.45659 ++ # Delete the old output files. 32.45660 ++ $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname 32.45661 ++ 32.45662 ++ $show "$link_command" 32.45663 ++ $run eval "$link_command" || exit $? 32.45664 + 32.45665 + # Now create the wrapper script. 32.45666 + $show "creating $output" 32.45667 + 32.45668 +- # Quote the finalize command for shipping. 32.45669 +- finalize_command=`$echo "X$finalize_command" | $Xsed -e "$sed_quote_subst"` 32.45670 ++ # Quote the relink command for shipping. 32.45671 ++ if test -n "$relink_command"; then 32.45672 ++ # Preserve any variables that may affect compiler behavior 32.45673 ++ for var in $variables_saved_for_relink; do 32.45674 ++ if eval test -z \"\${$var+set}\"; then 32.45675 ++ relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" 32.45676 ++ elif eval var_value=\$$var; test -z "$var_value"; then 32.45677 ++ relink_command="$var=; export $var; $relink_command" 32.45678 ++ else 32.45679 ++ var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` 32.45680 ++ relink_command="$var=\"$var_value\"; export $var; $relink_command" 32.45681 ++ fi 32.45682 ++ done 32.45683 ++ relink_command="(cd `pwd`; $relink_command)" 32.45684 ++ relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` 32.45685 ++ fi 32.45686 + 32.45687 + # Quote $echo for shipping. 32.45688 + if test "X$echo" = "X$SHELL $0 --fallback-echo"; then 32.45689 +- case "$0" in 32.45690 +- /* | [A-Za-z]:[/\\]*) qecho="$SHELL $0 --fallback-echo";; 32.45691 ++ case $0 in 32.45692 ++ [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $0 --fallback-echo";; 32.45693 + *) qecho="$SHELL `pwd`/$0 --fallback-echo";; 32.45694 + esac 32.45695 + qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` 32.45696 +@@ -2130,7 +4502,227 @@ lt_preloaded_symbols[] = 32.45697 + # win32 will think the script is a binary if it has 32.45698 + # a .exe suffix, so we strip it off here. 32.45699 + case $output in 32.45700 +- *.exe) output=`echo $output|sed 's,.exe$,,'` ;; 32.45701 ++ *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; 32.45702 ++ esac 32.45703 ++ # test for cygwin because mv fails w/o .exe extensions 32.45704 ++ case $host in 32.45705 ++ *cygwin*) 32.45706 ++ exeext=.exe 32.45707 ++ outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; 32.45708 ++ *) exeext= ;; 32.45709 ++ esac 32.45710 ++ case $host in 32.45711 ++ *cygwin* | *mingw* ) 32.45712 ++ cwrappersource=`$echo ${objdir}/lt-${output}.c` 32.45713 ++ cwrapper=`$echo ${output}.exe` 32.45714 ++ $rm $cwrappersource $cwrapper 32.45715 ++ trap "$rm $cwrappersource $cwrapper; exit 1" 1 2 15 32.45716 ++ 32.45717 ++ cat > $cwrappersource <<EOF 32.45718 ++ 32.45719 ++/* $cwrappersource - temporary wrapper executable for $objdir/$outputname 32.45720 ++ Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 32.45721 ++ 32.45722 ++ The $output program cannot be directly executed until all the libtool 32.45723 ++ libraries that it depends on are installed. 32.45724 ++ 32.45725 ++ This wrapper executable should never be moved out of the build directory. 32.45726 ++ If it is, it will not operate correctly. 32.45727 ++ 32.45728 ++ Currently, it simply execs the wrapper *script* "/bin/sh $output", 32.45729 ++ but could eventually absorb all of the scripts functionality and 32.45730 ++ exec $objdir/$outputname directly. 32.45731 ++*/ 32.45732 ++EOF 32.45733 ++ cat >> $cwrappersource<<"EOF" 32.45734 ++#include <stdio.h> 32.45735 ++#include <stdlib.h> 32.45736 ++#include <unistd.h> 32.45737 ++#include <malloc.h> 32.45738 ++#include <stdarg.h> 32.45739 ++#include <assert.h> 32.45740 ++ 32.45741 ++#if defined(PATH_MAX) 32.45742 ++# define LT_PATHMAX PATH_MAX 32.45743 ++#elif defined(MAXPATHLEN) 32.45744 ++# define LT_PATHMAX MAXPATHLEN 32.45745 ++#else 32.45746 ++# define LT_PATHMAX 1024 32.45747 ++#endif 32.45748 ++ 32.45749 ++#ifndef DIR_SEPARATOR 32.45750 ++#define DIR_SEPARATOR '/' 32.45751 ++#endif 32.45752 ++ 32.45753 ++#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ 32.45754 ++ defined (__OS2__) 32.45755 ++#define HAVE_DOS_BASED_FILE_SYSTEM 32.45756 ++#ifndef DIR_SEPARATOR_2 32.45757 ++#define DIR_SEPARATOR_2 '\\' 32.45758 ++#endif 32.45759 ++#endif 32.45760 ++ 32.45761 ++#ifndef DIR_SEPARATOR_2 32.45762 ++# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) 32.45763 ++#else /* DIR_SEPARATOR_2 */ 32.45764 ++# define IS_DIR_SEPARATOR(ch) \ 32.45765 ++ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) 32.45766 ++#endif /* DIR_SEPARATOR_2 */ 32.45767 ++ 32.45768 ++#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 32.45769 ++#define XFREE(stale) do { \ 32.45770 ++ if (stale) { free ((void *) stale); stale = 0; } \ 32.45771 ++} while (0) 32.45772 ++ 32.45773 ++const char *program_name = NULL; 32.45774 ++ 32.45775 ++void * xmalloc (size_t num); 32.45776 ++char * xstrdup (const char *string); 32.45777 ++char * basename (const char *name); 32.45778 ++char * fnqualify(const char *path); 32.45779 ++char * strendzap(char *str, const char *pat); 32.45780 ++void lt_fatal (const char *message, ...); 32.45781 ++ 32.45782 ++int 32.45783 ++main (int argc, char *argv[]) 32.45784 ++{ 32.45785 ++ char **newargz; 32.45786 ++ int i; 32.45787 ++ 32.45788 ++ program_name = (char *) xstrdup ((char *) basename (argv[0])); 32.45789 ++ newargz = XMALLOC(char *, argc+2); 32.45790 ++EOF 32.45791 ++ 32.45792 ++ cat >> $cwrappersource <<EOF 32.45793 ++ newargz[0] = "$SHELL"; 32.45794 ++EOF 32.45795 ++ 32.45796 ++ cat >> $cwrappersource <<"EOF" 32.45797 ++ newargz[1] = fnqualify(argv[0]); 32.45798 ++ /* we know the script has the same name, without the .exe */ 32.45799 ++ /* so make sure newargz[1] doesn't end in .exe */ 32.45800 ++ strendzap(newargz[1],".exe"); 32.45801 ++ for (i = 1; i < argc; i++) 32.45802 ++ newargz[i+1] = xstrdup(argv[i]); 32.45803 ++ newargz[argc+1] = NULL; 32.45804 ++EOF 32.45805 ++ 32.45806 ++ cat >> $cwrappersource <<EOF 32.45807 ++ execv("$SHELL",newargz); 32.45808 ++EOF 32.45809 ++ 32.45810 ++ cat >> $cwrappersource <<"EOF" 32.45811 ++} 32.45812 ++ 32.45813 ++void * 32.45814 ++xmalloc (size_t num) 32.45815 ++{ 32.45816 ++ void * p = (void *) malloc (num); 32.45817 ++ if (!p) 32.45818 ++ lt_fatal ("Memory exhausted"); 32.45819 ++ 32.45820 ++ return p; 32.45821 ++} 32.45822 ++ 32.45823 ++char * 32.45824 ++xstrdup (const char *string) 32.45825 ++{ 32.45826 ++ return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL 32.45827 ++; 32.45828 ++} 32.45829 ++ 32.45830 ++char * 32.45831 ++basename (const char *name) 32.45832 ++{ 32.45833 ++ const char *base; 32.45834 ++ 32.45835 ++#if defined (HAVE_DOS_BASED_FILE_SYSTEM) 32.45836 ++ /* Skip over the disk name in MSDOS pathnames. */ 32.45837 ++ if (isalpha (name[0]) && name[1] == ':') 32.45838 ++ name += 2; 32.45839 ++#endif 32.45840 ++ 32.45841 ++ for (base = name; *name; name++) 32.45842 ++ if (IS_DIR_SEPARATOR (*name)) 32.45843 ++ base = name + 1; 32.45844 ++ return (char *) base; 32.45845 ++} 32.45846 ++ 32.45847 ++char * 32.45848 ++fnqualify(const char *path) 32.45849 ++{ 32.45850 ++ size_t size; 32.45851 ++ char *p; 32.45852 ++ char tmp[LT_PATHMAX + 1]; 32.45853 ++ 32.45854 ++ assert(path != NULL); 32.45855 ++ 32.45856 ++ /* Is it qualified already? */ 32.45857 ++#if defined (HAVE_DOS_BASED_FILE_SYSTEM) 32.45858 ++ if (isalpha (path[0]) && path[1] == ':') 32.45859 ++ return xstrdup (path); 32.45860 ++#endif 32.45861 ++ if (IS_DIR_SEPARATOR (path[0])) 32.45862 ++ return xstrdup (path); 32.45863 ++ 32.45864 ++ /* prepend the current directory */ 32.45865 ++ /* doesn't handle '~' */ 32.45866 ++ if (getcwd (tmp, LT_PATHMAX) == NULL) 32.45867 ++ lt_fatal ("getcwd failed"); 32.45868 ++ size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */ 32.45869 ++ p = XMALLOC(char, size); 32.45870 ++ sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path); 32.45871 ++ return p; 32.45872 ++} 32.45873 ++ 32.45874 ++char * 32.45875 ++strendzap(char *str, const char *pat) 32.45876 ++{ 32.45877 ++ size_t len, patlen; 32.45878 ++ 32.45879 ++ assert(str != NULL); 32.45880 ++ assert(pat != NULL); 32.45881 ++ 32.45882 ++ len = strlen(str); 32.45883 ++ patlen = strlen(pat); 32.45884 ++ 32.45885 ++ if (patlen <= len) 32.45886 ++ { 32.45887 ++ str += len - patlen; 32.45888 ++ if (strcmp(str, pat) == 0) 32.45889 ++ *str = '\0'; 32.45890 ++ } 32.45891 ++ return str; 32.45892 ++} 32.45893 ++ 32.45894 ++static void 32.45895 ++lt_error_core (int exit_status, const char * mode, 32.45896 ++ const char * message, va_list ap) 32.45897 ++{ 32.45898 ++ fprintf (stderr, "%s: %s: ", program_name, mode); 32.45899 ++ vfprintf (stderr, message, ap); 32.45900 ++ fprintf (stderr, ".\n"); 32.45901 ++ 32.45902 ++ if (exit_status >= 0) 32.45903 ++ exit (exit_status); 32.45904 ++} 32.45905 ++ 32.45906 ++void 32.45907 ++lt_fatal (const char *message, ...) 32.45908 ++{ 32.45909 ++ va_list ap; 32.45910 ++ va_start (ap, message); 32.45911 ++ lt_error_core (EXIT_FAILURE, "FATAL", message, ap); 32.45912 ++ va_end (ap); 32.45913 ++} 32.45914 ++EOF 32.45915 ++ # we should really use a build-platform specific compiler 32.45916 ++ # here, but OTOH, the wrappers (shell script and this C one) 32.45917 ++ # are only useful if you want to execute the "real" binary. 32.45918 ++ # Since the "real" binary is built for $host, then this 32.45919 ++ # wrapper might as well be built for $host, too. 32.45920 ++ $run $LTCC -s -o $cwrapper $cwrappersource 32.45921 ++ ;; 32.45922 + esac 32.45923 + $rm $output 32.45924 + trap "$rm $output; exit 1" 1 2 15 32.45925 +@@ -2139,7 +4731,7 @@ lt_preloaded_symbols[] = 32.45926 + #! $SHELL 32.45927 + 32.45928 + # $output - temporary wrapper script for $objdir/$outputname 32.45929 +-# Generated by $PROGRAM - GNU $PACKAGE $VERSION 32.45930 ++# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 32.45931 + # 32.45932 + # The $output program cannot be directly executed until all the libtool 32.45933 + # libraries that it depends on are installed. 32.45934 +@@ -2149,18 +4741,19 @@ lt_preloaded_symbols[] = 32.45935 + 32.45936 + # Sed substitution that helps us do robust quoting. It backslashifies 32.45937 + # metacharacters that are still active within double-quoted strings. 32.45938 +-Xsed='sed -e s/^X//' 32.45939 ++Xsed='${SED} -e 1s/^X//' 32.45940 + sed_quote_subst='$sed_quote_subst' 32.45941 + 32.45942 + # The HP-UX ksh and POSIX shell print the target directory to stdout 32.45943 + # if CDPATH is set. 32.45944 +-if test \"\${CDPATH+set}\" = set; then CDPATH=; export CDPATH; fi 32.45945 ++if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi 32.45946 ++ 32.45947 ++relink_command=\"$relink_command\" 32.45948 + 32.45949 + # This environment variable determines our operation mode. 32.45950 + if test \"\$libtool_install_magic\" = \"$magic\"; then 32.45951 +- # install mode needs the following variables: 32.45952 +- link_against_libtool_libs='$link_against_libtool_libs' 32.45953 +- finalize_command=\"cd `pwd | sed -e $sed_quote_subst`; $finalize_command\" 32.45954 ++ # install mode needs the following variable: 32.45955 ++ notinst_deplibs='$notinst_deplibs' 32.45956 + else 32.45957 + # When we are sourced in execute mode, \$file and \$echo are already set. 32.45958 + if test \"\$libtool_execute_magic\" != \"$magic\"; then 32.45959 +@@ -2186,33 +4779,74 @@ else 32.45960 + test \"x\$thisdir\" = \"x\$file\" && thisdir=. 32.45961 + 32.45962 + # Follow symbolic links until we get to the real thisdir. 32.45963 +- file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\` 32.45964 ++ file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` 32.45965 + while test -n \"\$file\"; do 32.45966 + destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` 32.45967 + 32.45968 + # If there was a directory component, then change thisdir. 32.45969 + if test \"x\$destdir\" != \"x\$file\"; then 32.45970 + case \"\$destdir\" in 32.45971 +- /* | [A-Za-z]:[/\\]*) thisdir=\"\$destdir\" ;; 32.45972 ++ [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; 32.45973 + *) thisdir=\"\$thisdir/\$destdir\" ;; 32.45974 + esac 32.45975 + fi 32.45976 + 32.45977 + file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` 32.45978 +- file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\` 32.45979 ++ file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` 32.45980 + done 32.45981 + 32.45982 + # Try to get the absolute directory name. 32.45983 + absdir=\`cd \"\$thisdir\" && pwd\` 32.45984 + test -n \"\$absdir\" && thisdir=\"\$absdir\" 32.45985 ++" 32.45986 + 32.45987 ++ if test "$fast_install" = yes; then 32.45988 ++ $echo >> $output "\ 32.45989 ++ program=lt-'$outputname'$exeext 32.45990 + progdir=\"\$thisdir/$objdir\" 32.45991 ++ 32.45992 ++ if test ! -f \"\$progdir/\$program\" || \\ 32.45993 ++ { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ 32.45994 ++ test \"X\$file\" != \"X\$progdir/\$program\"; }; then 32.45995 ++ 32.45996 ++ file=\"\$\$-\$program\" 32.45997 ++ 32.45998 ++ if test ! -d \"\$progdir\"; then 32.45999 ++ $mkdir \"\$progdir\" 32.46000 ++ else 32.46001 ++ $rm \"\$progdir/\$file\" 32.46002 ++ fi" 32.46003 ++ 32.46004 ++ $echo >> $output "\ 32.46005 ++ 32.46006 ++ # relink executable if necessary 32.46007 ++ if test -n \"\$relink_command\"; then 32.46008 ++ if relink_command_output=\`eval \$relink_command 2>&1\`; then : 32.46009 ++ else 32.46010 ++ $echo \"\$relink_command_output\" >&2 32.46011 ++ $rm \"\$progdir/\$file\" 32.46012 ++ exit 1 32.46013 ++ fi 32.46014 ++ fi 32.46015 ++ 32.46016 ++ $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || 32.46017 ++ { $rm \"\$progdir/\$program\"; 32.46018 ++ $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } 32.46019 ++ $rm \"\$progdir/\$file\" 32.46020 ++ fi" 32.46021 ++ else 32.46022 ++ $echo >> $output "\ 32.46023 + program='$outputname' 32.46024 ++ progdir=\"\$thisdir/$objdir\" 32.46025 ++" 32.46026 ++ fi 32.46027 ++ 32.46028 ++ $echo >> $output "\ 32.46029 + 32.46030 + if test -f \"\$progdir/\$program\"; then" 32.46031 + 32.46032 + # Export our shlibpath_var if we have one. 32.46033 +- if test -n "$shlibpath_var" && test -n "$temp_rpath"; then 32.46034 ++ if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then 32.46035 + $echo >> $output "\ 32.46036 + # Add our own library path to $shlibpath_var 32.46037 + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" 32.46038 +@@ -2238,20 +4872,16 @@ else 32.46039 + # Run the actual program with our arguments. 32.46040 + " 32.46041 + case $host in 32.46042 +- *-*-cygwin32* | *-*-mingw32 | *-*-os2*) 32.46043 +- # win32 systems need to use the prog path for dll 32.46044 +- # lookup to work 32.46045 ++ # Backslashes separate directories on plain windows 32.46046 ++ *-*-mingw | *-*-os2*) 32.46047 + $echo >> $output "\ 32.46048 + exec \$progdir\\\\\$program \${1+\"\$@\"} 32.46049 + " 32.46050 + ;; 32.46051 ++ 32.46052 + *) 32.46053 + $echo >> $output "\ 32.46054 +- # Export the path to the program. 32.46055 +- PATH=\"\$progdir:\$PATH\" 32.46056 +- export PATH 32.46057 +- 32.46058 +- exec \$program \${1+\"\$@\"} 32.46059 ++ exec \$progdir/\$program \${1+\"\$@\"} 32.46060 + " 32.46061 + ;; 32.46062 + esac 32.46063 +@@ -2263,7 +4893,7 @@ else 32.46064 + # The program doesn't exist. 32.46065 + \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2 32.46066 + \$echo \"This script is just a wrapper for \$program.\" 1>&2 32.46067 +- echo \"See the $PACKAGE documentation for more information.\" 1>&2 32.46068 ++ $echo \"See the $PACKAGE documentation for more information.\" 1>&2 32.46069 + exit 1 32.46070 + fi 32.46071 + fi\ 32.46072 +@@ -2282,38 +4912,143 @@ fi\ 32.46073 + addlibs="$convenience" 32.46074 + build_libtool_libs=no 32.46075 + else 32.46076 +- oldobjs="$objs "`$echo "X$libobjs_save" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP` 32.46077 ++ if test "$build_libtool_libs" = module; then 32.46078 ++ oldobjs="$libobjs_save" 32.46079 ++ build_libtool_libs=no 32.46080 ++ else 32.46081 ++ oldobjs="$old_deplibs $non_pic_objects" 32.46082 ++ fi 32.46083 + addlibs="$old_convenience" 32.46084 + fi 32.46085 + 32.46086 +- # Add in members from convenience archives. 32.46087 +- for xlib in $addlibs; do 32.46088 +- # Extract the objects. 32.46089 +- xdir="$xlib"x 32.46090 +- generated="$generated $xdir" 32.46091 +- xlib=`echo "$xlib" | $Xsed -e 's%^.*/%%'` 32.46092 +- 32.46093 +- $show "${rm}r $xdir" 32.46094 +- $run ${rm}r "$xdir" 32.46095 +- $show "mkdir $xdir" 32.46096 +- $run mkdir "$xdir" 32.46097 ++ if test -n "$addlibs"; then 32.46098 ++ gentop="$output_objdir/${outputname}x" 32.46099 ++ $show "${rm}r $gentop" 32.46100 ++ $run ${rm}r "$gentop" 32.46101 ++ $show "$mkdir $gentop" 32.46102 ++ $run $mkdir "$gentop" 32.46103 + status=$? 32.46104 +- if test $status -ne 0 && test ! -d "$xdir"; then 32.46105 ++ if test "$status" -ne 0 && test ! -d "$gentop"; then 32.46106 + exit $status 32.46107 + fi 32.46108 +- $show "(cd $xdir && $AR x ../$xlib)" 32.46109 +- $run eval "(cd \$xdir && $AR x ../\$xlib)" || exit $? 32.46110 ++ generated="$generated $gentop" 32.46111 + 32.46112 +- oldobjs="$oldobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP` 32.46113 +- done 32.46114 ++ # Add in members from convenience archives. 32.46115 ++ for xlib in $addlibs; do 32.46116 ++ # Extract the objects. 32.46117 ++ case $xlib in 32.46118 ++ [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; 32.46119 ++ *) xabs=`pwd`"/$xlib" ;; 32.46120 ++ esac 32.46121 ++ xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` 32.46122 ++ xdir="$gentop/$xlib" 32.46123 ++ 32.46124 ++ $show "${rm}r $xdir" 32.46125 ++ $run ${rm}r "$xdir" 32.46126 ++ $show "$mkdir $xdir" 32.46127 ++ $run $mkdir "$xdir" 32.46128 ++ status=$? 32.46129 ++ if test "$status" -ne 0 && test ! -d "$xdir"; then 32.46130 ++ exit $status 32.46131 ++ fi 32.46132 ++ # We will extract separately just the conflicting names and we will no 32.46133 ++ # longer touch any unique names. It is faster to leave these extract 32.46134 ++ # automatically by $AR in one run. 32.46135 ++ $show "(cd $xdir && $AR x $xabs)" 32.46136 ++ $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? 32.46137 ++ if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then 32.46138 ++ : 32.46139 ++ else 32.46140 ++ $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 32.46141 ++ $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 32.46142 ++ $AR t "$xabs" | sort | uniq -cd | while read -r count name 32.46143 ++ do 32.46144 ++ i=1 32.46145 ++ while test "$i" -le "$count" 32.46146 ++ do 32.46147 ++ # Put our $i before any first dot (extension) 32.46148 ++ # Never overwrite any file 32.46149 ++ name_to="$name" 32.46150 ++ while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" 32.46151 ++ do 32.46152 ++ name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` 32.46153 ++ done 32.46154 ++ $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" 32.46155 ++ $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? 32.46156 ++ i=`expr $i + 1` 32.46157 ++ done 32.46158 ++ done 32.46159 ++ fi 32.46160 ++ 32.46161 ++ oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP` 32.46162 ++ done 32.46163 ++ fi 32.46164 + 32.46165 + # Do each command in the archive commands. 32.46166 + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then 32.46167 + eval cmds=\"$old_archive_from_new_cmds\" 32.46168 + else 32.46169 + eval cmds=\"$old_archive_cmds\" 32.46170 ++ 32.46171 ++ if len=`expr "X$cmds" : ".*"` && 32.46172 ++ test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 32.46173 ++ : 32.46174 ++ else 32.46175 ++ # the command line is too long to link in one step, link in parts 32.46176 ++ $echo "using piecewise archive linking..." 32.46177 ++ save_RANLIB=$RANLIB 32.46178 ++ RANLIB=: 32.46179 ++ objlist= 32.46180 ++ concat_cmds= 32.46181 ++ save_oldobjs=$oldobjs 32.46182 ++ # GNU ar 2.10+ was changed to match POSIX; thus no paths are 32.46183 ++ # encoded into archives. This makes 'ar r' malfunction in 32.46184 ++ # this piecewise linking case whenever conflicting object 32.46185 ++ # names appear in distinct ar calls; check, warn and compensate. 32.46186 ++ if (for obj in $save_oldobjs 32.46187 ++ do 32.46188 ++ $echo "X$obj" | $Xsed -e 's%^.*/%%' 32.46189 ++ done | sort | sort -uc >/dev/null 2>&1); then 32.46190 ++ : 32.46191 ++ else 32.46192 ++ $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&2 32.46193 ++ $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&2 32.46194 ++ AR_FLAGS=cq 32.46195 ++ fi 32.46196 ++ # Is there a better way of finding the last object in the list? 32.46197 ++ for obj in $save_oldobjs 32.46198 ++ do 32.46199 ++ last_oldobj=$obj 32.46200 ++ done 32.46201 ++ for obj in $save_oldobjs 32.46202 ++ do 32.46203 ++ oldobjs="$objlist $obj" 32.46204 ++ objlist="$objlist $obj" 32.46205 ++ eval test_cmds=\"$old_archive_cmds\" 32.46206 ++ if len=`expr "X$test_cmds" : ".*"` && 32.46207 ++ test "$len" -le "$max_cmd_len"; then 32.46208 ++ : 32.46209 ++ else 32.46210 ++ # the above command should be used before it gets too long 32.46211 ++ oldobjs=$objlist 32.46212 ++ if test "$obj" = "$last_oldobj" ; then 32.46213 ++ RANLIB=$save_RANLIB 32.46214 ++ fi 32.46215 ++ test -z "$concat_cmds" || concat_cmds=$concat_cmds~ 32.46216 ++ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" 32.46217 ++ objlist= 32.46218 ++ fi 32.46219 ++ done 32.46220 ++ RANLIB=$save_RANLIB 32.46221 ++ oldobjs=$objlist 32.46222 ++ if test "X$oldobjs" = "X" ; then 32.46223 ++ eval cmds=\"\$concat_cmds\" 32.46224 ++ else 32.46225 ++ eval cmds=\"\$concat_cmds~$old_archive_cmds\" 32.46226 ++ fi 32.46227 ++ fi 32.46228 + fi 32.46229 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.46230 ++ save_ifs="$IFS"; IFS='~' 32.46231 + for cmd in $cmds; do 32.46232 + IFS="$save_ifs" 32.46233 + $show "$cmd" 32.46234 +@@ -2328,20 +5063,111 @@ fi\ 32.46235 + fi 32.46236 + 32.46237 + # Now create the libtool archive. 32.46238 +- case "$output" in 32.46239 ++ case $output in 32.46240 + *.la) 32.46241 + old_library= 32.46242 + test "$build_old_libs" = yes && old_library="$libname.$libext" 32.46243 + $show "creating $output" 32.46244 + 32.46245 ++ # Preserve any variables that may affect compiler behavior 32.46246 ++ for var in $variables_saved_for_relink; do 32.46247 ++ if eval test -z \"\${$var+set}\"; then 32.46248 ++ relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" 32.46249 ++ elif eval var_value=\$$var; test -z "$var_value"; then 32.46250 ++ relink_command="$var=; export $var; $relink_command" 32.46251 ++ else 32.46252 ++ var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` 32.46253 ++ relink_command="$var=\"$var_value\"; export $var; $relink_command" 32.46254 ++ fi 32.46255 ++ done 32.46256 ++ # Quote the link command for shipping. 32.46257 ++ relink_command="(cd `pwd`; $SHELL $0 $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" 32.46258 ++ relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` 32.46259 ++ if test "$hardcode_automatic" = yes ; then 32.46260 ++ relink_command= 32.46261 ++ fi 32.46262 + # Only create the output if not a dry run. 32.46263 + if test -z "$run"; then 32.46264 +- $echo > $output "\ 32.46265 +-# $output - a libtool library file 32.46266 +-# Generated by $PROGRAM - GNU $PACKAGE $VERSION 32.46267 ++ for installed in no yes; do 32.46268 ++ if test "$installed" = yes; then 32.46269 ++ if test -z "$install_libdir"; then 32.46270 ++ break 32.46271 ++ fi 32.46272 ++ output="$output_objdir/$outputname"i 32.46273 ++ # Replace all uninstalled libtool libraries with the installed ones 32.46274 ++ newdependency_libs= 32.46275 ++ for deplib in $dependency_libs; do 32.46276 ++ case $deplib in 32.46277 ++ *.la) 32.46278 ++ name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` 32.46279 ++ eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` 32.46280 ++ if test -z "$libdir"; then 32.46281 ++ $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 32.46282 ++ exit 1 32.46283 ++ fi 32.46284 ++ newdependency_libs="$newdependency_libs $libdir/$name" 32.46285 ++ ;; 32.46286 ++ *) newdependency_libs="$newdependency_libs $deplib" ;; 32.46287 ++ esac 32.46288 ++ done 32.46289 ++ dependency_libs="$newdependency_libs" 32.46290 ++ newdlfiles= 32.46291 ++ for lib in $dlfiles; do 32.46292 ++ name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 32.46293 ++ eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` 32.46294 ++ if test -z "$libdir"; then 32.46295 ++ $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 32.46296 ++ exit 1 32.46297 ++ fi 32.46298 ++ newdlfiles="$newdlfiles $libdir/$name" 32.46299 ++ done 32.46300 ++ dlfiles="$newdlfiles" 32.46301 ++ newdlprefiles= 32.46302 ++ for lib in $dlprefiles; do 32.46303 ++ name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 32.46304 ++ eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` 32.46305 ++ if test -z "$libdir"; then 32.46306 ++ $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 32.46307 ++ exit 1 32.46308 ++ fi 32.46309 ++ newdlprefiles="$newdlprefiles $libdir/$name" 32.46310 ++ done 32.46311 ++ dlprefiles="$newdlprefiles" 32.46312 ++ else 32.46313 ++ newdlfiles= 32.46314 ++ for lib in $dlfiles; do 32.46315 ++ case $lib in 32.46316 ++ [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; 32.46317 ++ *) abs=`pwd`"/$lib" ;; 32.46318 ++ esac 32.46319 ++ newdlfiles="$newdlfiles $abs" 32.46320 ++ done 32.46321 ++ dlfiles="$newdlfiles" 32.46322 ++ newdlprefiles= 32.46323 ++ for lib in $dlprefiles; do 32.46324 ++ case $lib in 32.46325 ++ [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; 32.46326 ++ *) abs=`pwd`"/$lib" ;; 32.46327 ++ esac 32.46328 ++ newdlprefiles="$newdlprefiles $abs" 32.46329 ++ done 32.46330 ++ dlprefiles="$newdlprefiles" 32.46331 ++ fi 32.46332 ++ $rm $output 32.46333 ++ # place dlname in correct position for cygwin 32.46334 ++ tdlname=$dlname 32.46335 ++ case $host,$output,$installed,$module,$dlname in 32.46336 ++ *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; 32.46337 ++ esac 32.46338 ++ $echo > $output "\ 32.46339 ++# $outputname - a libtool library file 32.46340 ++# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 32.46341 ++# 32.46342 ++# Please DO NOT delete this file! 32.46343 ++# It is necessary for linking the library. 32.46344 + 32.46345 + # The name that we can dlopen(3). 32.46346 +-dlname='$dlname' 32.46347 ++dlname='$tdlname' 32.46348 + 32.46349 + # Names of this library. 32.46350 + library_names='$library_names' 32.46351 +@@ -2358,17 +5184,28 @@ age=$age 32.46352 + revision=$revision 32.46353 + 32.46354 + # Is this an already installed library? 32.46355 +-installed=no 32.46356 ++installed=$installed 32.46357 ++ 32.46358 ++# Should we warn about portability when linking against -modules? 32.46359 ++shouldnotlink=$module 32.46360 ++ 32.46361 ++# Files to dlopen/dlpreopen 32.46362 ++dlopen='$dlfiles' 32.46363 ++dlpreopen='$dlprefiles' 32.46364 + 32.46365 + # Directory that this library needs to be installed in: 32.46366 +-libdir='$install_libdir'\ 32.46367 +-" 32.46368 ++libdir='$install_libdir'" 32.46369 ++ if test "$installed" = no && test "$need_relink" = yes; then 32.46370 ++ $echo >> $output "\ 32.46371 ++relink_command=\"$relink_command\"" 32.46372 ++ fi 32.46373 ++ done 32.46374 + fi 32.46375 + 32.46376 + # Do a symbolic link so that the libtool archive can be found in 32.46377 + # LD_LIBRARY_PATH before the program is installed. 32.46378 + $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" 32.46379 +- $run eval "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" || exit $? 32.46380 ++ $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? 32.46381 + ;; 32.46382 + esac 32.46383 + exit 0 32.46384 +@@ -2380,10 +5217,12 @@ libdir='$install_libdir'\ 32.46385 + 32.46386 + # There may be an optional sh(1) argument at the beginning of 32.46387 + # install_prog (especially on Windows NT). 32.46388 +- if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh; then 32.46389 ++ if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || 32.46390 ++ # Allow the use of GNU shtool's install command. 32.46391 ++ $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then 32.46392 + # Aesthetically quote it. 32.46393 + arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` 32.46394 +- case "$arg" in 32.46395 ++ case $arg in 32.46396 + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 32.46397 + arg="\"$arg\"" 32.46398 + ;; 32.46399 +@@ -2399,7 +5238,7 @@ libdir='$install_libdir'\ 32.46400 + # The real first argument should be the name of the installation program. 32.46401 + # Aesthetically quote it. 32.46402 + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 32.46403 +- case "$arg" in 32.46404 ++ case $arg in 32.46405 + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 32.46406 + arg="\"$arg\"" 32.46407 + ;; 32.46408 +@@ -2422,7 +5261,7 @@ libdir='$install_libdir'\ 32.46409 + continue 32.46410 + fi 32.46411 + 32.46412 +- case "$arg" in 32.46413 ++ case $arg in 32.46414 + -d) isdir=yes ;; 32.46415 + -f) prev="-f" ;; 32.46416 + -g) prev="-g" ;; 32.46417 +@@ -2447,7 +5286,7 @@ libdir='$install_libdir'\ 32.46418 + 32.46419 + # Aesthetically quote the argument. 32.46420 + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 32.46421 +- case "$arg" in 32.46422 ++ case $arg in 32.46423 + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 32.46424 + arg="\"$arg\"" 32.46425 + ;; 32.46426 +@@ -2492,17 +5331,17 @@ libdir='$install_libdir'\ 32.46427 + 32.46428 + # Not a directory, so check to see that there is only one file specified. 32.46429 + set dummy $files 32.46430 +- if test $# -gt 2; then 32.46431 ++ if test "$#" -gt 2; then 32.46432 + $echo "$modename: \`$dest' is not a directory" 1>&2 32.46433 + $echo "$help" 1>&2 32.46434 + exit 1 32.46435 + fi 32.46436 + fi 32.46437 +- case "$destdir" in 32.46438 +- /* | [A-Za-z]:[/\\]*) ;; 32.46439 ++ case $destdir in 32.46440 ++ [\\/]* | [A-Za-z]:[\\/]*) ;; 32.46441 + *) 32.46442 + for file in $files; do 32.46443 +- case "$file" in 32.46444 ++ case $file in 32.46445 + *.lo) ;; 32.46446 + *) 32.46447 + $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 32.46448 +@@ -2524,15 +5363,15 @@ libdir='$install_libdir'\ 32.46449 + for file in $files; do 32.46450 + 32.46451 + # Do each installation. 32.46452 +- case "$file" in 32.46453 +- *.a | *.lib) 32.46454 ++ case $file in 32.46455 ++ *.$libext) 32.46456 + # Do the static libraries later. 32.46457 + staticlibs="$staticlibs $file" 32.46458 + ;; 32.46459 + 32.46460 + *.la) 32.46461 + # Check to see that this really is a libtool archive. 32.46462 +- if (sed -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 32.46463 ++ if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 32.46464 + else 32.46465 + $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 32.46466 + $echo "$help" 1>&2 32.46467 +@@ -2541,8 +5380,9 @@ libdir='$install_libdir'\ 32.46468 + 32.46469 + library_names= 32.46470 + old_library= 32.46471 ++ relink_command= 32.46472 + # If there is no directory component, then add one. 32.46473 +- case "$file" in 32.46474 ++ case $file in 32.46475 + */* | *\\*) . $file ;; 32.46476 + *) . ./$file ;; 32.46477 + esac 32.46478 +@@ -2561,10 +5401,41 @@ libdir='$install_libdir'\ 32.46479 + esac 32.46480 + fi 32.46481 + 32.46482 +- dir="`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/" 32.46483 ++ dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ 32.46484 + test "X$dir" = "X$file/" && dir= 32.46485 + dir="$dir$objdir" 32.46486 + 32.46487 ++ if test -n "$relink_command"; then 32.46488 ++ # Determine the prefix the user has applied to our future dir. 32.46489 ++ inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` 32.46490 ++ 32.46491 ++ # Don't allow the user to place us outside of our expected 32.46492 ++ # location b/c this prevents finding dependent libraries that 32.46493 ++ # are installed to the same prefix. 32.46494 ++ # At present, this check doesn't affect windows .dll's that 32.46495 ++ # are installed into $libdir/../bin (currently, that works fine) 32.46496 ++ # but it's something to keep an eye on. 32.46497 ++ if test "$inst_prefix_dir" = "$destdir"; then 32.46498 ++ $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 32.46499 ++ exit 1 32.46500 ++ fi 32.46501 ++ 32.46502 ++ if test -n "$inst_prefix_dir"; then 32.46503 ++ # Stick the inst_prefix_dir data into the link command. 32.46504 ++ relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` 32.46505 ++ else 32.46506 ++ relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"` 32.46507 ++ fi 32.46508 ++ 32.46509 ++ $echo "$modename: warning: relinking \`$file'" 1>&2 32.46510 ++ $show "$relink_command" 32.46511 ++ if $run eval "$relink_command"; then : 32.46512 ++ else 32.46513 ++ $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 32.46514 ++ exit 1 32.46515 ++ fi 32.46516 ++ fi 32.46517 ++ 32.46518 + # See the names of the shared library. 32.46519 + set dummy $library_names 32.46520 + if test -n "$2"; then 32.46521 +@@ -2572,16 +5443,21 @@ libdir='$install_libdir'\ 32.46522 + shift 32.46523 + shift 32.46524 + 32.46525 ++ srcname="$realname" 32.46526 ++ test -n "$relink_command" && srcname="$realname"T 32.46527 ++ 32.46528 + # Install the shared library and build the symlinks. 32.46529 +- $show "$install_prog $dir/$realname $destdir/$realname" 32.46530 +- $run eval "$install_prog $dir/$realname $destdir/$realname" || exit $? 32.46531 +- test "X$dlname" = "X$realname" && dlname= 32.46532 ++ $show "$install_prog $dir/$srcname $destdir/$realname" 32.46533 ++ $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? 32.46534 ++ if test -n "$stripme" && test -n "$striplib"; then 32.46535 ++ $show "$striplib $destdir/$realname" 32.46536 ++ $run eval "$striplib $destdir/$realname" || exit $? 32.46537 ++ fi 32.46538 + 32.46539 +- if test $# -gt 0; then 32.46540 ++ if test "$#" -gt 0; then 32.46541 + # Delete the old symlinks, and create new ones. 32.46542 + for linkname 32.46543 + do 32.46544 +- test "X$dlname" = "X$linkname" && dlname= 32.46545 + if test "$linkname" != "$realname"; then 32.46546 + $show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" 32.46547 + $run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" 32.46548 +@@ -2589,16 +5465,10 @@ libdir='$install_libdir'\ 32.46549 + done 32.46550 + fi 32.46551 + 32.46552 +- if test -n "$dlname"; then 32.46553 +- # Install the dynamically-loadable library. 32.46554 +- $show "$install_prog $dir/$dlname $destdir/$dlname" 32.46555 +- $run eval "$install_prog $dir/$dlname $destdir/$dlname" || exit $? 32.46556 +- fi 32.46557 +- 32.46558 + # Do each command in the postinstall commands. 32.46559 + lib="$destdir/$realname" 32.46560 + eval cmds=\"$postinstall_cmds\" 32.46561 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.46562 ++ save_ifs="$IFS"; IFS='~' 32.46563 + for cmd in $cmds; do 32.46564 + IFS="$save_ifs" 32.46565 + $show "$cmd" 32.46566 +@@ -2610,13 +5480,8 @@ libdir='$install_libdir'\ 32.46567 + # Install the pseudo-library for information purposes. 32.46568 + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 32.46569 + instname="$dir/$name"i 32.46570 +- $show "Creating $instname" 32.46571 +- $rm "$instname" 32.46572 +- sed 's/^installed=no$/installed=yes/' "$file" > "$instname" 32.46573 + $show "$install_prog $instname $destdir/$name" 32.46574 + $run eval "$install_prog $instname $destdir/$name" || exit $? 32.46575 +- $show "$rm $instname" 32.46576 +- $rm "$instname" 32.46577 + 32.46578 + # Maybe install the static library, too. 32.46579 + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" 32.46580 +@@ -2634,11 +5499,11 @@ libdir='$install_libdir'\ 32.46581 + fi 32.46582 + 32.46583 + # Deduce the name of the destination old-style object file. 32.46584 +- case "$destfile" in 32.46585 ++ case $destfile in 32.46586 + *.lo) 32.46587 + staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` 32.46588 + ;; 32.46589 +- *.o | *.obj) 32.46590 ++ *.$objext) 32.46591 + staticdest="$destfile" 32.46592 + destfile= 32.46593 + ;; 32.46594 +@@ -2675,62 +5540,136 @@ libdir='$install_libdir'\ 32.46595 + destfile="$destdir/$destfile" 32.46596 + fi 32.46597 + 32.46598 +- # Do a test to see if this is really a libtool program. 32.46599 +- if (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.46600 +- link_against_libtool_libs= 32.46601 +- finalize_command= 32.46602 ++ # If the file is missing, and there is a .exe on the end, strip it 32.46603 ++ # because it is most likely a libtool script we actually want to 32.46604 ++ # install 32.46605 ++ stripped_ext="" 32.46606 ++ case $file in 32.46607 ++ *.exe) 32.46608 ++ if test ! -f "$file"; then 32.46609 ++ file=`$echo $file|${SED} 's,.exe$,,'` 32.46610 ++ stripped_ext=".exe" 32.46611 ++ fi 32.46612 ++ ;; 32.46613 ++ esac 32.46614 + 32.46615 ++ # Do a test to see if this is really a libtool program. 32.46616 ++ case $host in 32.46617 ++ *cygwin*|*mingw*) 32.46618 ++ wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` 32.46619 ++ ;; 32.46620 ++ *) 32.46621 ++ wrapper=$file 32.46622 ++ ;; 32.46623 ++ esac 32.46624 ++ if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then 32.46625 ++ notinst_deplibs= 32.46626 ++ relink_command= 32.46627 ++ 32.46628 ++ # To insure that "foo" is sourced, and not "foo.exe", 32.46629 ++ # finese the cygwin/MSYS system by explicitly sourcing "foo." 32.46630 ++ # which disallows the automatic-append-.exe behavior. 32.46631 ++ case $build in 32.46632 ++ *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; 32.46633 ++ *) wrapperdot=${wrapper} ;; 32.46634 ++ esac 32.46635 + # If there is no directory component, then add one. 32.46636 +- case "$file" in 32.46637 +- */* | *\\*) . $file ;; 32.46638 +- *) . ./$file ;; 32.46639 ++ case $file in 32.46640 ++ */* | *\\*) . ${wrapperdot} ;; 32.46641 ++ *) . ./${wrapperdot} ;; 32.46642 + esac 32.46643 + 32.46644 + # Check the variables that should have been set. 32.46645 +- if test -z "$link_against_libtool_libs" || test -z "$finalize_command"; then 32.46646 +- $echo "$modename: invalid libtool wrapper script \`$file'" 1>&2 32.46647 ++ if test -z "$notinst_deplibs"; then 32.46648 ++ $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 32.46649 + exit 1 32.46650 + fi 32.46651 + 32.46652 + finalize=yes 32.46653 +- for lib in $link_against_libtool_libs; do 32.46654 ++ for lib in $notinst_deplibs; do 32.46655 + # Check to see that each library is installed. 32.46656 + libdir= 32.46657 + if test -f "$lib"; then 32.46658 + # If there is no directory component, then add one. 32.46659 +- case "$lib" in 32.46660 ++ case $lib in 32.46661 + */* | *\\*) . $lib ;; 32.46662 + *) . ./$lib ;; 32.46663 + esac 32.46664 + fi 32.46665 +- libfile="$libdir/`$echo "X$lib" | $Xsed -e 's%^.*/%%g'`" 32.46666 ++ libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test 32.46667 + if test -n "$libdir" && test ! -f "$libfile"; then 32.46668 + $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 32.46669 + finalize=no 32.46670 + fi 32.46671 + done 32.46672 + 32.46673 +- if test "$hardcode_action" = relink; then 32.46674 +- if test "$finalize" = yes; then 32.46675 +- $echo "$modename: warning: relinking \`$file' on behalf of your buggy system linker" 1>&2 32.46676 +- $show "$finalize_command" 32.46677 +- if $run eval "$finalize_command"; then : 32.46678 ++ relink_command= 32.46679 ++ # To insure that "foo" is sourced, and not "foo.exe", 32.46680 ++ # finese the cygwin/MSYS system by explicitly sourcing "foo." 32.46681 ++ # which disallows the automatic-append-.exe behavior. 32.46682 ++ case $build in 32.46683 ++ *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; 32.46684 ++ *) wrapperdot=${wrapper} ;; 32.46685 ++ esac 32.46686 ++ # If there is no directory component, then add one. 32.46687 ++ case $file in 32.46688 ++ */* | *\\*) . ${wrapperdot} ;; 32.46689 ++ *) . ./${wrapperdot} ;; 32.46690 ++ esac 32.46691 ++ 32.46692 ++ outputname= 32.46693 ++ if test "$fast_install" = no && test -n "$relink_command"; then 32.46694 ++ if test "$finalize" = yes && test -z "$run"; then 32.46695 ++ tmpdir="/tmp" 32.46696 ++ test -n "$TMPDIR" && tmpdir="$TMPDIR" 32.46697 ++ tmpdir="$tmpdir/libtool-$$" 32.46698 ++ if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then : 32.46699 ++ else 32.46700 ++ $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2 32.46701 ++ continue 32.46702 ++ fi 32.46703 ++ file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` 32.46704 ++ outputname="$tmpdir/$file" 32.46705 ++ # Replace the output file specification. 32.46706 ++ relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` 32.46707 ++ 32.46708 ++ $show "$relink_command" 32.46709 ++ if $run eval "$relink_command"; then : 32.46710 + else 32.46711 + $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 32.46712 ++ ${rm}r "$tmpdir" 32.46713 + continue 32.46714 + fi 32.46715 +- file="$objdir/$file"T 32.46716 ++ file="$outputname" 32.46717 + else 32.46718 +- $echo "$modename: warning: cannot relink \`$file' on behalf of your buggy system linker" 1>&2 32.46719 ++ $echo "$modename: warning: cannot relink \`$file'" 1>&2 32.46720 + fi 32.46721 + else 32.46722 + # Install the binary that we compiled earlier. 32.46723 +- file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` 32.46724 ++ file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` 32.46725 + fi 32.46726 + fi 32.46727 + 32.46728 ++ # remove .exe since cygwin /usr/bin/install will append another 32.46729 ++ # one anyways 32.46730 ++ case $install_prog,$host in 32.46731 ++ */usr/bin/install*,*cygwin*) 32.46732 ++ case $file:$destfile in 32.46733 ++ *.exe:*.exe) 32.46734 ++ # this is ok 32.46735 ++ ;; 32.46736 ++ *.exe:*) 32.46737 ++ destfile=$destfile.exe 32.46738 ++ ;; 32.46739 ++ *:*.exe) 32.46740 ++ destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` 32.46741 ++ ;; 32.46742 ++ esac 32.46743 ++ ;; 32.46744 ++ esac 32.46745 + $show "$install_prog$stripme $file $destfile" 32.46746 + $run eval "$install_prog\$stripme \$file \$destfile" || exit $? 32.46747 ++ test -n "$outputname" && ${rm}r "$tmpdir" 32.46748 + ;; 32.46749 + esac 32.46750 + done 32.46751 +@@ -2744,9 +5683,14 @@ libdir='$install_libdir'\ 32.46752 + $show "$install_prog $file $oldlib" 32.46753 + $run eval "$install_prog \$file \$oldlib" || exit $? 32.46754 + 32.46755 ++ if test -n "$stripme" && test -n "$striplib"; then 32.46756 ++ $show "$old_striplib $oldlib" 32.46757 ++ $run eval "$old_striplib $oldlib" || exit $? 32.46758 ++ fi 32.46759 ++ 32.46760 + # Do each command in the postinstall commands. 32.46761 + eval cmds=\"$old_postinstall_cmds\" 32.46762 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.46763 ++ save_ifs="$IFS"; IFS='~' 32.46764 + for cmd in $cmds; do 32.46765 + IFS="$save_ifs" 32.46766 + $show "$cmd" 32.46767 +@@ -2762,11 +5706,10 @@ libdir='$install_libdir'\ 32.46768 + if test -n "$current_libdirs"; then 32.46769 + # Maybe just do a dry run. 32.46770 + test -n "$run" && current_libdirs=" -n$current_libdirs" 32.46771 +- exec $SHELL $0 --finish$current_libdirs 32.46772 +- exit 1 32.46773 ++ exec_cmd='$SHELL $0 $preserve_args --finish$current_libdirs' 32.46774 ++ else 32.46775 ++ exit 0 32.46776 + fi 32.46777 +- 32.46778 +- exit 0 32.46779 + ;; 32.46780 + 32.46781 + # libtool finish mode 32.46782 +@@ -2785,7 +5728,7 @@ libdir='$install_libdir'\ 32.46783 + if test -n "$finish_cmds"; then 32.46784 + # Do each command in the finish commands. 32.46785 + eval cmds=\"$finish_cmds\" 32.46786 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.46787 ++ save_ifs="$IFS"; IFS='~' 32.46788 + for cmd in $cmds; do 32.46789 + IFS="$save_ifs" 32.46790 + $show "$cmd" 32.46791 +@@ -2806,40 +5749,40 @@ libdir='$install_libdir'\ 32.46792 + # Exit here if they wanted silent mode. 32.46793 + test "$show" = : && exit 0 32.46794 + 32.46795 +- echo "----------------------------------------------------------------------" 32.46796 +- echo "Libraries have been installed in:" 32.46797 ++ $echo "----------------------------------------------------------------------" 32.46798 ++ $echo "Libraries have been installed in:" 32.46799 + for libdir in $libdirs; do 32.46800 +- echo " $libdir" 32.46801 ++ $echo " $libdir" 32.46802 + done 32.46803 +- echo 32.46804 +- echo "If you ever happen to want to link against installed libraries" 32.46805 +- echo "in a given directory, LIBDIR, you must either use libtool, and" 32.46806 +- echo "specify the full pathname of the library, or use \`-LLIBDIR'" 32.46807 +- echo "flag during linking and do at least one of the following:" 32.46808 ++ $echo 32.46809 ++ $echo "If you ever happen to want to link against installed libraries" 32.46810 ++ $echo "in a given directory, LIBDIR, you must either use libtool, and" 32.46811 ++ $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" 32.46812 ++ $echo "flag during linking and do at least one of the following:" 32.46813 + if test -n "$shlibpath_var"; then 32.46814 +- echo " - add LIBDIR to the \`$shlibpath_var' environment variable" 32.46815 +- echo " during execution" 32.46816 ++ $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" 32.46817 ++ $echo " during execution" 32.46818 + fi 32.46819 + if test -n "$runpath_var"; then 32.46820 +- echo " - add LIBDIR to the \`$runpath_var' environment variable" 32.46821 +- echo " during linking" 32.46822 ++ $echo " - add LIBDIR to the \`$runpath_var' environment variable" 32.46823 ++ $echo " during linking" 32.46824 + fi 32.46825 + if test -n "$hardcode_libdir_flag_spec"; then 32.46826 + libdir=LIBDIR 32.46827 + eval flag=\"$hardcode_libdir_flag_spec\" 32.46828 + 32.46829 +- echo " - use the \`$flag' linker flag" 32.46830 ++ $echo " - use the \`$flag' linker flag" 32.46831 + fi 32.46832 + if test -n "$admincmds"; then 32.46833 +- echo " - have your system administrator run these commands:$admincmds" 32.46834 ++ $echo " - have your system administrator run these commands:$admincmds" 32.46835 + fi 32.46836 + if test -f /etc/ld.so.conf; then 32.46837 +- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" 32.46838 ++ $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" 32.46839 + fi 32.46840 +- echo 32.46841 +- echo "See any operating system documentation about shared libraries for" 32.46842 +- echo "more information, such as the ld(1) and ld.so(8) manual pages." 32.46843 +- echo "----------------------------------------------------------------------" 32.46844 ++ $echo 32.46845 ++ $echo "See any operating system documentation about shared libraries for" 32.46846 ++ $echo "more information, such as the ld(1) and ld.so(8) manual pages." 32.46847 ++ $echo "----------------------------------------------------------------------" 32.46848 + exit 0 32.46849 + ;; 32.46850 + 32.46851 +@@ -2864,10 +5807,10 @@ libdir='$install_libdir'\ 32.46852 + fi 32.46853 + 32.46854 + dir= 32.46855 +- case "$file" in 32.46856 ++ case $file in 32.46857 + *.la) 32.46858 + # Check to see that this really is a libtool archive. 32.46859 +- if (sed -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 32.46860 ++ if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 32.46861 + else 32.46862 + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 32.46863 + $echo "$help" 1>&2 32.46864 +@@ -2879,7 +5822,7 @@ libdir='$install_libdir'\ 32.46865 + library_names= 32.46866 + 32.46867 + # If there is no directory component, then add one. 32.46868 +- case "$file" in 32.46869 ++ case $file in 32.46870 + */* | *\\*) . $file ;; 32.46871 + *) . ./$file ;; 32.46872 + esac 32.46873 +@@ -2934,13 +5877,13 @@ libdir='$install_libdir'\ 32.46874 + args= 32.46875 + for file 32.46876 + do 32.46877 +- case "$file" in 32.46878 ++ case $file in 32.46879 + -*) ;; 32.46880 + *) 32.46881 + # Do a test to see if this is really a libtool program. 32.46882 +- if (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.46883 ++ if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.46884 + # If there is no directory component, then add one. 32.46885 +- case "$file" in 32.46886 ++ case $file in 32.46887 + */* | *\\*) . $file ;; 32.46888 + *) . ./$file ;; 32.46889 + esac 32.46890 +@@ -2956,10 +5899,12 @@ libdir='$install_libdir'\ 32.46891 + done 32.46892 + 32.46893 + if test -z "$run"; then 32.46894 +- # Export the shlibpath_var. 32.46895 +- eval "export $shlibpath_var" 32.46896 ++ if test -n "$shlibpath_var"; then 32.46897 ++ # Export the shlibpath_var. 32.46898 ++ eval "export $shlibpath_var" 32.46899 ++ fi 32.46900 + 32.46901 +- # Restore saved enviroment variables 32.46902 ++ # Restore saved environment variables 32.46903 + if test "${save_LC_ALL+set}" = set; then 32.46904 + LC_ALL="$save_LC_ALL"; export LC_ALL 32.46905 + fi 32.46906 +@@ -2967,29 +5912,35 @@ libdir='$install_libdir'\ 32.46907 + LANG="$save_LANG"; export LANG 32.46908 + fi 32.46909 + 32.46910 +- # Now actually exec the command. 32.46911 +- eval "exec \$cmd$args" 32.46912 +- 32.46913 +- $echo "$modename: cannot exec \$cmd$args" 32.46914 +- exit 1 32.46915 ++ # Now prepare to actually exec the command. 32.46916 ++ exec_cmd="\$cmd$args" 32.46917 + else 32.46918 + # Display what would be done. 32.46919 +- eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" 32.46920 +- $echo "export $shlibpath_var" 32.46921 ++ if test -n "$shlibpath_var"; then 32.46922 ++ eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" 32.46923 ++ $echo "export $shlibpath_var" 32.46924 ++ fi 32.46925 + $echo "$cmd$args" 32.46926 + exit 0 32.46927 + fi 32.46928 + ;; 32.46929 + 32.46930 +- # libtool uninstall mode 32.46931 +- uninstall) 32.46932 +- modename="$modename: uninstall" 32.46933 ++ # libtool clean and uninstall mode 32.46934 ++ clean | uninstall) 32.46935 ++ modename="$modename: $mode" 32.46936 + rm="$nonopt" 32.46937 + files= 32.46938 ++ rmforce= 32.46939 ++ exit_status=0 32.46940 ++ 32.46941 ++ # This variable tells wrapper scripts just to set variables rather 32.46942 ++ # than running their programs. 32.46943 ++ libtool_install_magic="$magic" 32.46944 + 32.46945 + for arg 32.46946 + do 32.46947 +- case "$arg" in 32.46948 ++ case $arg in 32.46949 ++ -f) rm="$rm $arg"; rmforce=yes ;; 32.46950 + -*) rm="$rm $arg" ;; 32.46951 + *) files="$files $arg" ;; 32.46952 + esac 32.46953 +@@ -3001,74 +5952,155 @@ libdir='$install_libdir'\ 32.46954 + exit 1 32.46955 + fi 32.46956 + 32.46957 ++ rmdirs= 32.46958 ++ 32.46959 ++ origobjdir="$objdir" 32.46960 + for file in $files; do 32.46961 + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` 32.46962 +- test "X$dir" = "X$file" && dir=. 32.46963 ++ if test "X$dir" = "X$file"; then 32.46964 ++ dir=. 32.46965 ++ objdir="$origobjdir" 32.46966 ++ else 32.46967 ++ objdir="$dir/$origobjdir" 32.46968 ++ fi 32.46969 + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 32.46970 ++ test "$mode" = uninstall && objdir="$dir" 32.46971 ++ 32.46972 ++ # Remember objdir for removal later, being careful to avoid duplicates 32.46973 ++ if test "$mode" = clean; then 32.46974 ++ case " $rmdirs " in 32.46975 ++ *" $objdir "*) ;; 32.46976 ++ *) rmdirs="$rmdirs $objdir" ;; 32.46977 ++ esac 32.46978 ++ fi 32.46979 ++ 32.46980 ++ # Don't error if the file doesn't exist and rm -f was used. 32.46981 ++ if (test -L "$file") >/dev/null 2>&1 \ 32.46982 ++ || (test -h "$file") >/dev/null 2>&1 \ 32.46983 ++ || test -f "$file"; then 32.46984 ++ : 32.46985 ++ elif test -d "$file"; then 32.46986 ++ exit_status=1 32.46987 ++ continue 32.46988 ++ elif test "$rmforce" = yes; then 32.46989 ++ continue 32.46990 ++ fi 32.46991 + 32.46992 + rmfiles="$file" 32.46993 + 32.46994 +- case "$name" in 32.46995 ++ case $name in 32.46996 + *.la) 32.46997 + # Possibly a libtool archive, so verify it. 32.46998 +- if (sed -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.46999 ++ if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.47000 + . $dir/$name 32.47001 + 32.47002 + # Delete the libtool libraries and symlinks. 32.47003 + for n in $library_names; do 32.47004 +- rmfiles="$rmfiles $dir/$n" 32.47005 +- test "X$n" = "X$dlname" && dlname= 32.47006 ++ rmfiles="$rmfiles $objdir/$n" 32.47007 + done 32.47008 +- test -n "$dlname" && rmfiles="$rmfiles $dir/$dlname" 32.47009 +- test -n "$old_library" && rmfiles="$rmfiles $dir/$old_library" 32.47010 ++ test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" 32.47011 ++ test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" 32.47012 + 32.47013 +- $show "$rm $rmfiles" 32.47014 +- $run $rm $rmfiles 32.47015 +- 32.47016 +- if test -n "$library_names"; then 32.47017 +- # Do each command in the postuninstall commands. 32.47018 +- eval cmds=\"$postuninstall_cmds\" 32.47019 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.47020 +- for cmd in $cmds; do 32.47021 ++ if test "$mode" = uninstall; then 32.47022 ++ if test -n "$library_names"; then 32.47023 ++ # Do each command in the postuninstall commands. 32.47024 ++ eval cmds=\"$postuninstall_cmds\" 32.47025 ++ save_ifs="$IFS"; IFS='~' 32.47026 ++ for cmd in $cmds; do 32.47027 ++ IFS="$save_ifs" 32.47028 ++ $show "$cmd" 32.47029 ++ $run eval "$cmd" 32.47030 ++ if test "$?" -ne 0 && test "$rmforce" != yes; then 32.47031 ++ exit_status=1 32.47032 ++ fi 32.47033 ++ done 32.47034 + IFS="$save_ifs" 32.47035 +- $show "$cmd" 32.47036 +- $run eval "$cmd" 32.47037 +- done 32.47038 +- IFS="$save_ifs" 32.47039 +- fi 32.47040 ++ fi 32.47041 + 32.47042 +- if test -n "$old_library"; then 32.47043 +- # Do each command in the old_postuninstall commands. 32.47044 +- eval cmds=\"$old_postuninstall_cmds\" 32.47045 +- IFS="${IFS= }"; save_ifs="$IFS"; IFS='~' 32.47046 +- for cmd in $cmds; do 32.47047 ++ if test -n "$old_library"; then 32.47048 ++ # Do each command in the old_postuninstall commands. 32.47049 ++ eval cmds=\"$old_postuninstall_cmds\" 32.47050 ++ save_ifs="$IFS"; IFS='~' 32.47051 ++ for cmd in $cmds; do 32.47052 ++ IFS="$save_ifs" 32.47053 ++ $show "$cmd" 32.47054 ++ $run eval "$cmd" 32.47055 ++ if test "$?" -ne 0 && test "$rmforce" != yes; then 32.47056 ++ exit_status=1 32.47057 ++ fi 32.47058 ++ done 32.47059 + IFS="$save_ifs" 32.47060 +- $show "$cmd" 32.47061 +- $run eval "$cmd" 32.47062 +- done 32.47063 +- IFS="$save_ifs" 32.47064 ++ fi 32.47065 ++ # FIXME: should reinstall the best remaining shared library. 32.47066 + fi 32.47067 +- 32.47068 +- # FIXME: should reinstall the best remaining shared library. 32.47069 + fi 32.47070 + ;; 32.47071 + 32.47072 + *.lo) 32.47073 +- if test "$build_old_libs" = yes; then 32.47074 +- oldobj=`$echo "X$name" | $Xsed -e "$lo2o"` 32.47075 +- rmfiles="$rmfiles $dir/$oldobj" 32.47076 ++ # Possibly a libtool object, so verify it. 32.47077 ++ if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.47078 ++ 32.47079 ++ # Read the .lo file 32.47080 ++ . $dir/$name 32.47081 ++ 32.47082 ++ # Add PIC object to the list of files to remove. 32.47083 ++ if test -n "$pic_object" \ 32.47084 ++ && test "$pic_object" != none; then 32.47085 ++ rmfiles="$rmfiles $dir/$pic_object" 32.47086 ++ fi 32.47087 ++ 32.47088 ++ # Add non-PIC object to the list of files to remove. 32.47089 ++ if test -n "$non_pic_object" \ 32.47090 ++ && test "$non_pic_object" != none; then 32.47091 ++ rmfiles="$rmfiles $dir/$non_pic_object" 32.47092 ++ fi 32.47093 + fi 32.47094 +- $show "$rm $rmfiles" 32.47095 +- $run $rm $rmfiles 32.47096 + ;; 32.47097 + 32.47098 + *) 32.47099 +- $show "$rm $rmfiles" 32.47100 +- $run $rm $rmfiles 32.47101 ++ if test "$mode" = clean ; then 32.47102 ++ noexename=$name 32.47103 ++ case $file in 32.47104 ++ *.exe) 32.47105 ++ file=`$echo $file|${SED} 's,.exe$,,'` 32.47106 ++ noexename=`$echo $name|${SED} 's,.exe$,,'` 32.47107 ++ # $file with .exe has already been added to rmfiles, 32.47108 ++ # add $file without .exe 32.47109 ++ rmfiles="$rmfiles $file" 32.47110 ++ ;; 32.47111 ++ esac 32.47112 ++ # Do a test to see if this is a libtool program. 32.47113 ++ if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 32.47114 ++ relink_command= 32.47115 ++ . $dir/$noexename 32.47116 ++ 32.47117 ++ # note $name still contains .exe if it was in $file originally 32.47118 ++ # as does the version of $file that was added into $rmfiles 32.47119 ++ rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" 32.47120 ++ if test "$fast_install" = yes && test -n "$relink_command"; then 32.47121 ++ rmfiles="$rmfiles $objdir/lt-$name" 32.47122 ++ fi 32.47123 ++ if test "X$noexename" != "X$name" ; then 32.47124 ++ rmfiles="$rmfiles $objdir/lt-${noexename}.c" 32.47125 ++ fi 32.47126 ++ fi 32.47127 ++ fi 32.47128 + ;; 32.47129 + esac 32.47130 ++ $show "$rm $rmfiles" 32.47131 ++ $run $rm $rmfiles || exit_status=1 32.47132 + done 32.47133 +- exit 0 32.47134 ++ objdir="$origobjdir" 32.47135 ++ 32.47136 ++ # Try to remove the ${objdir}s in the directories where we deleted files 32.47137 ++ for dir in $rmdirs; do 32.47138 ++ if test -d "$dir"; then 32.47139 ++ $show "rmdir $dir" 32.47140 ++ $run rmdir $dir >/dev/null 2>&1 32.47141 ++ fi 32.47142 ++ done 32.47143 ++ 32.47144 ++ exit $exit_status 32.47145 + ;; 32.47146 + 32.47147 + "") 32.47148 +@@ -3078,13 +6110,20 @@ libdir='$install_libdir'\ 32.47149 + ;; 32.47150 + esac 32.47151 + 32.47152 +- $echo "$modename: invalid operation mode \`$mode'" 1>&2 32.47153 +- $echo "$generic_help" 1>&2 32.47154 +- exit 1 32.47155 ++ if test -z "$exec_cmd"; then 32.47156 ++ $echo "$modename: invalid operation mode \`$mode'" 1>&2 32.47157 ++ $echo "$generic_help" 1>&2 32.47158 ++ exit 1 32.47159 ++ fi 32.47160 + fi # test -z "$show_help" 32.47161 + 32.47162 ++if test -n "$exec_cmd"; then 32.47163 ++ eval exec $exec_cmd 32.47164 ++ exit 1 32.47165 ++fi 32.47166 ++ 32.47167 + # We need to display help for each of the modes. 32.47168 +-case "$mode" in 32.47169 ++case $mode in 32.47170 + "") $echo \ 32.47171 + "Usage: $modename [OPTION]... [MODE-ARG]... 32.47172 + 32.47173 +@@ -3099,10 +6138,12 @@ Provide generalized library-building sup 32.47174 + --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] 32.47175 + --quiet same as \`--silent' 32.47176 + --silent don't print informational messages 32.47177 ++ --tag=TAG use configuration variables from tag TAG 32.47178 + --version print version information 32.47179 + 32.47180 + MODE must be one of the following: 32.47181 + 32.47182 ++ clean remove files from the build directory 32.47183 + compile compile a source file into a libtool object 32.47184 + execute automatically set library path, then run a program 32.47185 + finish complete the installation of libtool libraries 32.47186 +@@ -3111,10 +6152,26 @@ MODE must be one of the following: 32.47187 + uninstall remove libraries from an installed directory 32.47188 + 32.47189 + MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for 32.47190 +-a more detailed description of MODE." 32.47191 ++a more detailed description of MODE. 32.47192 ++ 32.47193 ++Report bugs to <bug-libtool@gnu.org>." 32.47194 + exit 0 32.47195 + ;; 32.47196 + 32.47197 ++clean) 32.47198 ++ $echo \ 32.47199 ++"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... 32.47200 ++ 32.47201 ++Remove files from the build directory. 32.47202 ++ 32.47203 ++RM is the name of the program to use to delete files associated with each FILE 32.47204 ++(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed 32.47205 ++to RM. 32.47206 ++ 32.47207 ++If FILE is a libtool library, object or program, all the files associated 32.47208 ++with it are deleted. Otherwise, only FILE itself is deleted using RM." 32.47209 ++ ;; 32.47210 ++ 32.47211 + compile) 32.47212 + $echo \ 32.47213 + "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE 32.47214 +@@ -3123,6 +6180,9 @@ Compile a source file into a libtool lib 32.47215 + 32.47216 + This mode accepts the following additional options: 32.47217 + 32.47218 ++ -o OUTPUT-FILE set the output file name to OUTPUT-FILE 32.47219 ++ -prefer-pic try to building PIC objects only 32.47220 ++ -prefer-non-pic try to building non-PIC objects only 32.47221 + -static always build a \`.o' file suitable for static linking 32.47222 + 32.47223 + COMPILE-COMMAND is a command to be used in creating a \`standard' object file 32.47224 +@@ -3191,17 +6251,22 @@ a program from several object files. 32.47225 + The following components of LINK-COMMAND are treated specially: 32.47226 + 32.47227 + -all-static do not do any dynamic linking at all 32.47228 +- -avoid-versioning do not add a version suffix if possible 32.47229 ++ -avoid-version do not add a version suffix if possible 32.47230 + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime 32.47231 + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols 32.47232 + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) 32.47233 + -export-symbols SYMFILE 32.47234 + try to export only the symbols listed in SYMFILE 32.47235 ++ -export-symbols-regex REGEX 32.47236 ++ try to export only the symbols matching REGEX 32.47237 + -LLIBDIR search LIBDIR for required installed libraries 32.47238 + -lNAME OUTPUT-FILE requires the installed library libNAME 32.47239 + -module build a library that can dlopened 32.47240 ++ -no-fast-install disable the fast-install mode 32.47241 ++ -no-install link a not-installable executable 32.47242 + -no-undefined declare that a library does not refer to external symbols 32.47243 + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects 32.47244 ++ -objectlist FILE Use a list of object files found in FILE to specify objects 32.47245 + -release RELEASE specify package release information 32.47246 + -rpath LIBDIR the created library will eventually be installed in LIBDIR 32.47247 + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries 32.47248 +@@ -3227,7 +6292,7 @@ is created, otherwise an executable prog 32.47249 + ;; 32.47250 + 32.47251 + uninstall) 32.47252 +- $echo 32.47253 ++ $echo \ 32.47254 + "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... 32.47255 + 32.47256 + Remove libraries from an installation directory. 32.47257 +@@ -3247,11 +6312,31 @@ Otherwise, only FILE itself is deleted u 32.47258 + ;; 32.47259 + esac 32.47260 + 32.47261 +-echo 32.47262 ++$echo 32.47263 + $echo "Try \`$modename --help' for more information about other modes." 32.47264 + 32.47265 + exit 0 32.47266 + 32.47267 ++# The TAGs below are defined such that we never get into a situation 32.47268 ++# in which we disable both kinds of libraries. Given conflicting 32.47269 ++# choices, we go for a static library, that is the most portable, 32.47270 ++# since we can't tell whether shared libraries were disabled because 32.47271 ++# the user asked for that or because the platform doesn't support 32.47272 ++# them. This is particularly important on AIX, because we don't 32.47273 ++# support having both static and shared libraries enabled at the same 32.47274 ++# time on that platform, so we default to a shared-only configuration. 32.47275 ++# If a disable-shared tag is given, we'll fallback to a static-only 32.47276 ++# configuration. But we'll never go from static-only to shared-only. 32.47277 ++ 32.47278 ++# ### BEGIN LIBTOOL TAG CONFIG: disable-shared 32.47279 ++build_libtool_libs=no 32.47280 ++build_old_libs=yes 32.47281 ++# ### END LIBTOOL TAG CONFIG: disable-shared 32.47282 ++ 32.47283 ++# ### BEGIN LIBTOOL TAG CONFIG: disable-static 32.47284 ++build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` 32.47285 ++# ### END LIBTOOL TAG CONFIG: disable-static 32.47286 ++ 32.47287 + # Local Variables: 32.47288 + # mode:shell-script 32.47289 + # sh-indentation:2 32.47290 +--- libstroke-0.5.1.orig/missing 32.47291 ++++ libstroke-0.5.1/missing 32.47292 +@@ -1,6 +1,6 @@ 32.47293 + #! /bin/sh 32.47294 + # Common stub for a few missing GNU programs while installing. 32.47295 +-# Copyright (C) 1996, 1997 Free Software Foundation, Inc. 32.47296 ++# Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc. 32.47297 + # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996. 32.47298 + 32.47299 + # This program is free software; you can redistribute it and/or modify 32.47300 +@@ -23,6 +23,14 @@ if test $# -eq 0; then 32.47301 + exit 1 32.47302 + fi 32.47303 + 32.47304 ++# In the cases where this matters, `missing' is being run in the 32.47305 ++# srcdir already. 32.47306 ++if test -f configure.in; then 32.47307 ++ configure_ac=configure.ac 32.47308 ++else 32.47309 ++ configure_ac=configure.in 32.47310 ++fi 32.47311 ++ 32.47312 + case "$1" in 32.47313 + 32.47314 + -h|--h|--he|--hel|--help) 32.47315 +@@ -58,10 +66,10 @@ Supported PROGRAM values: 32.47316 + exit 1 32.47317 + ;; 32.47318 + 32.47319 +- aclocal) 32.47320 ++ aclocal*) 32.47321 + echo 1>&2 "\ 32.47322 + WARNING: \`$1' is missing on your system. You should only need it if 32.47323 +- you modified \`acinclude.m4' or \`configure.in'. You might want 32.47324 ++ you modified \`acinclude.m4' or \`$configure_ac'. You might want 32.47325 + to install the \`Automake' and \`Perl' packages. Grab them from 32.47326 + any GNU archive site." 32.47327 + touch aclocal.m4 32.47328 +@@ -70,7 +78,7 @@ WARNING: \`$1' is missing on your system 32.47329 + autoconf) 32.47330 + echo 1>&2 "\ 32.47331 + WARNING: \`$1' is missing on your system. You should only need it if 32.47332 +- you modified \`configure.in'. You might want to install the 32.47333 ++ you modified \`$configure_ac'. You might want to install the 32.47334 + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU 32.47335 + archive site." 32.47336 + touch configure 32.47337 +@@ -79,10 +87,10 @@ WARNING: \`$1' is missing on your system 32.47338 + autoheader) 32.47339 + echo 1>&2 "\ 32.47340 + WARNING: \`$1' is missing on your system. You should only need it if 32.47341 +- you modified \`acconfig.h' or \`configure.in'. You might want 32.47342 ++ you modified \`acconfig.h' or \`$configure_ac'. You might want 32.47343 + to install the \`Autoconf' and \`GNU m4' packages. Grab them 32.47344 + from any GNU archive site." 32.47345 +- files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in` 32.47346 ++ files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac` 32.47347 + test -z "$files" && files="config.h" 32.47348 + touch_files= 32.47349 + for f in $files; do 32.47350 +@@ -95,10 +103,10 @@ WARNING: \`$1' is missing on your system 32.47351 + touch $touch_files 32.47352 + ;; 32.47353 + 32.47354 +- automake) 32.47355 ++ automake*) 32.47356 + echo 1>&2 "\ 32.47357 + WARNING: \`$1' is missing on your system. You should only need it if 32.47358 +- you modified \`Makefile.am', \`acinclude.m4' or \`configure.in'. 32.47359 ++ you modified \`Makefile.am', \`acinclude.m4' or \`$configure_ac'. 32.47360 + You might want to install the \`Automake' and \`Perl' packages. 32.47361 + Grab them from any GNU archive site." 32.47362 + find . -type f -name Makefile.am -print | 32.47363 +--- libstroke-0.5.1.orig/tests/Makefile.am 32.47364 ++++ libstroke-0.5.1/tests/Makefile.am 32.47365 +@@ -7,7 +7,7 @@ GSTROKETEST = 32.47366 + endif 32.47367 + 32.47368 + 32.47369 +-noinst_PROGRAMS = stroke_test $(GSTROKETEST) #gstroke_conf 32.47370 ++bin_PROGRAMS = stroke_test $(GSTROKETEST) #gstroke_conf 32.47371 + 32.47372 + # don't forget all *.h files */ 32.47373 + stroke_test_SOURCES = stroke_test.c #gstroke_conf.c 32.47374 +--- libstroke-0.5.1.orig/tests/Makefile.in 32.47375 ++++ libstroke-0.5.1/tests/Makefile.in 32.47376 +@@ -1,6 +1,8 @@ 32.47377 +-# Makefile.in generated automatically by automake 1.4 from Makefile.am 32.47378 ++# Makefile.in generated by automake 1.7.8 from Makefile.am. 32.47379 ++# @configure_input@ 32.47380 + 32.47381 +-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 32.47382 ++# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 32.47383 ++# Free Software Foundation, Inc. 32.47384 + # This Makefile.in is free software; the Free Software Foundation 32.47385 + # gives unlimited permission to copy and/or distribute it, 32.47386 + # with or without modifications, as long as this notice is preserved. 32.47387 +@@ -10,171 +12,283 @@ 32.47388 + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32.47389 + # PARTICULAR PURPOSE. 32.47390 + 32.47391 +- 32.47392 +-SHELL = @SHELL@ 32.47393 ++@SET_MAKE@ 32.47394 + 32.47395 + srcdir = @srcdir@ 32.47396 + top_srcdir = @top_srcdir@ 32.47397 + VPATH = @srcdir@ 32.47398 +-prefix = @prefix@ 32.47399 +-exec_prefix = @exec_prefix@ 32.47400 +- 32.47401 +-bindir = @bindir@ 32.47402 +-sbindir = @sbindir@ 32.47403 +-libexecdir = @libexecdir@ 32.47404 +-datadir = @datadir@ 32.47405 +-sysconfdir = @sysconfdir@ 32.47406 +-sharedstatedir = @sharedstatedir@ 32.47407 +-localstatedir = @localstatedir@ 32.47408 +-libdir = @libdir@ 32.47409 +-infodir = @infodir@ 32.47410 +-mandir = @mandir@ 32.47411 +-includedir = @includedir@ 32.47412 +-oldincludedir = /usr/include 32.47413 +- 32.47414 +-DESTDIR = 32.47415 +- 32.47416 + pkgdatadir = $(datadir)/@PACKAGE@ 32.47417 + pkglibdir = $(libdir)/@PACKAGE@ 32.47418 + pkgincludedir = $(includedir)/@PACKAGE@ 32.47419 +- 32.47420 + top_builddir = .. 32.47421 + 32.47422 +-ACLOCAL = @ACLOCAL@ 32.47423 +-AUTOCONF = @AUTOCONF@ 32.47424 +-AUTOMAKE = @AUTOMAKE@ 32.47425 +-AUTOHEADER = @AUTOHEADER@ 32.47426 +- 32.47427 ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 32.47428 + INSTALL = @INSTALL@ 32.47429 +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 32.47430 +-INSTALL_DATA = @INSTALL_DATA@ 32.47431 +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.47432 +-transform = @program_transform_name@ 32.47433 +- 32.47434 ++install_sh_DATA = $(install_sh) -c -m 644 32.47435 ++install_sh_PROGRAM = $(install_sh) -c 32.47436 ++install_sh_SCRIPT = $(install_sh) -c 32.47437 ++INSTALL_HEADER = $(INSTALL_DATA) 32.47438 ++transform = $(program_transform_name) 32.47439 + NORMAL_INSTALL = : 32.47440 + PRE_INSTALL = : 32.47441 + POST_INSTALL = : 32.47442 + NORMAL_UNINSTALL = : 32.47443 + PRE_UNINSTALL = : 32.47444 + POST_UNINSTALL = : 32.47445 +-host_alias = @host_alias@ 32.47446 + host_triplet = @host@ 32.47447 +-AS = @AS@ 32.47448 ++ACLOCAL = @ACLOCAL@ 32.47449 ++AMDEP_FALSE = @AMDEP_FALSE@ 32.47450 ++AMDEP_TRUE = @AMDEP_TRUE@ 32.47451 ++AMTAR = @AMTAR@ 32.47452 ++AR = @AR@ 32.47453 ++AUTOCONF = @AUTOCONF@ 32.47454 ++AUTOHEADER = @AUTOHEADER@ 32.47455 ++AUTOMAKE = @AUTOMAKE@ 32.47456 ++AWK = @AWK@ 32.47457 + CC = @CC@ 32.47458 +-DLLTOOL = @DLLTOOL@ 32.47459 ++CCDEPMODE = @CCDEPMODE@ 32.47460 ++CFLAGS = @CFLAGS@ 32.47461 ++CPP = @CPP@ 32.47462 ++CPPFLAGS = @CPPFLAGS@ 32.47463 ++CXX = @CXX@ 32.47464 ++CXXCPP = @CXXCPP@ 32.47465 ++CXXDEPMODE = @CXXDEPMODE@ 32.47466 ++CXXFLAGS = @CXXFLAGS@ 32.47467 ++CYGPATH_W = @CYGPATH_W@ 32.47468 ++DEFS = @DEFS@ 32.47469 ++DEPDIR = @DEPDIR@ 32.47470 ++ECHO = @ECHO@ 32.47471 ++ECHO_C = @ECHO_C@ 32.47472 ++ECHO_N = @ECHO_N@ 32.47473 ++ECHO_T = @ECHO_T@ 32.47474 ++EGREP = @EGREP@ 32.47475 ++ENABLE_TCL_FALSE = @ENABLE_TCL_FALSE@ 32.47476 ++ENABLE_TCL_TRUE = @ENABLE_TCL_TRUE@ 32.47477 ++EXEEXT = @EXEEXT@ 32.47478 ++F77 = @F77@ 32.47479 ++FFLAGS = @FFLAGS@ 32.47480 + GTK_CFLAGS = @GTK_CFLAGS@ 32.47481 + GTK_CONFIG = @GTK_CONFIG@ 32.47482 + GTK_LIBS = @GTK_LIBS@ 32.47483 +-LD = @LD@ 32.47484 ++HAVE_LIBGTK_FALSE = @HAVE_LIBGTK_FALSE@ 32.47485 ++HAVE_LIBGTK_TRUE = @HAVE_LIBGTK_TRUE@ 32.47486 ++INSTALL_DATA = @INSTALL_DATA@ 32.47487 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ 32.47488 ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ 32.47489 ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 32.47490 ++LDFLAGS = @LDFLAGS@ 32.47491 ++LIBOBJS = @LIBOBJS@ 32.47492 ++LIBS = @LIBS@ 32.47493 + LIBTOOL = @LIBTOOL@ 32.47494 + LN_S = @LN_S@ 32.47495 ++LTLIBOBJS = @LTLIBOBJS@ 32.47496 + MAINT = @MAINT@ 32.47497 ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 32.47498 ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 32.47499 + MAKEINFO = @MAKEINFO@ 32.47500 +-NM = @NM@ 32.47501 ++OBJEXT = @OBJEXT@ 32.47502 + PACKAGE = @PACKAGE@ 32.47503 ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 32.47504 ++PACKAGE_NAME = @PACKAGE_NAME@ 32.47505 ++PACKAGE_STRING = @PACKAGE_STRING@ 32.47506 ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ 32.47507 ++PACKAGE_VERSION = @PACKAGE_VERSION@ 32.47508 ++PATH_SEPARATOR = @PATH_SEPARATOR@ 32.47509 + RANLIB = @RANLIB@ 32.47510 +-USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ 32.47511 ++SET_MAKE = @SET_MAKE@ 32.47512 ++SHELL = @SHELL@ 32.47513 ++STRIP = @STRIP@ 32.47514 + VERSION = @VERSION@ 32.47515 + X_CFLAGS = @X_CFLAGS@ 32.47516 ++X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.47517 + X_LDFLAGS = @X_LDFLAGS@ 32.47518 +-@HAVE_LIBGTK_TRUE@GSTROKETEST = gnome_stroke_test 32.47519 ++X_LIBS = @X_LIBS@ 32.47520 ++X_PRE_LIBS = @X_PRE_LIBS@ 32.47521 ++ac_ct_AR = @ac_ct_AR@ 32.47522 ++ac_ct_CC = @ac_ct_CC@ 32.47523 ++ac_ct_CXX = @ac_ct_CXX@ 32.47524 ++ac_ct_F77 = @ac_ct_F77@ 32.47525 ++ac_ct_RANLIB = @ac_ct_RANLIB@ 32.47526 ++ac_ct_STRIP = @ac_ct_STRIP@ 32.47527 ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 32.47528 ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 32.47529 ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 32.47530 ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 32.47531 ++am__include = @am__include@ 32.47532 ++am__leading_dot = @am__leading_dot@ 32.47533 ++am__quote = @am__quote@ 32.47534 ++bindir = @bindir@ 32.47535 ++build = @build@ 32.47536 ++build_alias = @build_alias@ 32.47537 ++build_cpu = @build_cpu@ 32.47538 ++build_os = @build_os@ 32.47539 ++build_vendor = @build_vendor@ 32.47540 ++datadir = @datadir@ 32.47541 ++exec_prefix = @exec_prefix@ 32.47542 ++host = @host@ 32.47543 ++host_alias = @host_alias@ 32.47544 ++host_cpu = @host_cpu@ 32.47545 ++host_os = @host_os@ 32.47546 ++host_vendor = @host_vendor@ 32.47547 ++includedir = @includedir@ 32.47548 ++infodir = @infodir@ 32.47549 ++install_sh = @install_sh@ 32.47550 ++libdir = @libdir@ 32.47551 ++libexecdir = @libexecdir@ 32.47552 ++localstatedir = @localstatedir@ 32.47553 ++mandir = @mandir@ 32.47554 ++oldincludedir = @oldincludedir@ 32.47555 ++prefix = @prefix@ 32.47556 ++program_transform_name = @program_transform_name@ 32.47557 ++sbindir = @sbindir@ 32.47558 ++sharedstatedir = @sharedstatedir@ 32.47559 ++sysconfdir = @sysconfdir@ 32.47560 ++target_alias = @target_alias@ 32.47561 + @HAVE_LIBGTK_FALSE@GSTROKETEST = 32.47562 + 32.47563 +-noinst_PROGRAMS = stroke_test $(GSTROKETEST) #gstroke_conf 32.47564 ++@HAVE_LIBGTK_TRUE@GSTROKETEST = gnome_stroke_test 32.47565 ++ 32.47566 ++bin_PROGRAMS = stroke_test $(GSTROKETEST) #gstroke_conf 32.47567 + 32.47568 + # don't forget all *.h files */ 32.47569 + stroke_test_SOURCES = stroke_test.c #gstroke_conf.c 32.47570 + gnome_stroke_test_SOURCES = gnome_stroke_test.c 32.47571 + 32.47572 +-INCLUDES = -I$(top_srcdir)/libstroke -I$(top_srcdir)/libgstroke @X_CFLAGS@ @GTK_CFLAGS@ 32.47573 ++INCLUDES = -I$(top_srcdir)/libstroke -I$(top_srcdir)/libgstroke \ 32.47574 ++ @X_CFLAGS@ @GTK_CFLAGS@ 32.47575 + 32.47576 + 32.47577 + stroke_test_LDADD = ../libstroke/libstroke.la @X_LDFLAGS@ 32.47578 + gnome_stroke_test_LDADD = ../libgstroke/libgstroke.la @GTK_LIBS@ 32.47579 +-#gstroke_conf_LDADD = ../libstroke/libgstroke.la @X_LDFLAGS@ 32.47580 + 32.47581 ++#gstroke_conf_LDADD = ../libstroke/libgstroke.la @X_LDFLAGS@ 32.47582 + EXTRA_DIST = stroke_test.tcl 32.47583 + 32.47584 + MOSTLYCLEANFILES = core *~ 32.47585 + CLEANFILES = core *~ 32.47586 + DISTCLEANFILES = core *~ 32.47587 + MAINTAINERCLEANFILES = core *~ 32.47588 ++subdir = tests 32.47589 ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 32.47590 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 32.47591 +-CONFIG_HEADER = ../config.h 32.47592 +-CONFIG_CLEAN_FILES = 32.47593 +-PROGRAMS = $(noinst_PROGRAMS) 32.47594 +- 32.47595 +- 32.47596 +-DEFS = @DEFS@ -I. -I$(srcdir) -I.. 32.47597 +-CPPFLAGS = @CPPFLAGS@ 32.47598 +-LDFLAGS = @LDFLAGS@ 32.47599 +-LIBS = @LIBS@ 32.47600 +-X_LIBS = @X_LIBS@ 32.47601 +-X_EXTRA_LIBS = @X_EXTRA_LIBS@ 32.47602 +-X_PRE_LIBS = @X_PRE_LIBS@ 32.47603 +-stroke_test_OBJECTS = stroke_test.o 32.47604 +-stroke_test_DEPENDENCIES = ../libstroke/libstroke.la 32.47605 +-stroke_test_LDFLAGS = 32.47606 +-gnome_stroke_test_OBJECTS = gnome_stroke_test.o 32.47607 +-gnome_stroke_test_DEPENDENCIES = ../libgstroke/libgstroke.la 32.47608 +-gnome_stroke_test_LDFLAGS = 32.47609 +-CFLAGS = @CFLAGS@ 32.47610 +-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.47611 +-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.47612 ++CONFIG_HEADER = $(top_builddir)/config.h 32.47613 ++CONFIG_CLEAN_FILES = 32.47614 ++@HAVE_LIBGTK_TRUE@bin_PROGRAMS = stroke_test$(EXEEXT) \ 32.47615 ++@HAVE_LIBGTK_TRUE@ gnome_stroke_test$(EXEEXT) 32.47616 ++@HAVE_LIBGTK_FALSE@bin_PROGRAMS = stroke_test$(EXEEXT) 32.47617 ++PROGRAMS = $(bin_PROGRAMS) 32.47618 ++ 32.47619 ++am_gnome_stroke_test_OBJECTS = gnome_stroke_test.$(OBJEXT) 32.47620 ++gnome_stroke_test_OBJECTS = $(am_gnome_stroke_test_OBJECTS) 32.47621 ++gnome_stroke_test_DEPENDENCIES = ../libgstroke/libgstroke.la 32.47622 ++gnome_stroke_test_LDFLAGS = 32.47623 ++am_stroke_test_OBJECTS = stroke_test.$(OBJEXT) 32.47624 ++stroke_test_OBJECTS = $(am_stroke_test_OBJECTS) 32.47625 ++stroke_test_DEPENDENCIES = ../libstroke/libstroke.la 32.47626 ++stroke_test_LDFLAGS = 32.47627 ++ 32.47628 ++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 32.47629 ++depcomp = $(SHELL) $(top_srcdir)/depcomp 32.47630 ++am__depfiles_maybe = depfiles 32.47631 ++@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/gnome_stroke_test.Po \ 32.47632 ++@AMDEP_TRUE@ ./$(DEPDIR)/stroke_test.Po 32.47633 ++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 32.47634 ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.47635 ++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 32.47636 ++ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 32.47637 + CCLD = $(CC) 32.47638 +-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 32.47639 +-DIST_COMMON = Makefile.am Makefile.in 32.47640 ++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 32.47641 ++ $(AM_LDFLAGS) $(LDFLAGS) -o $@ 32.47642 ++DIST_SOURCES = $(gnome_stroke_test_SOURCES) $(stroke_test_SOURCES) 32.47643 ++DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 32.47644 ++SOURCES = $(gnome_stroke_test_SOURCES) $(stroke_test_SOURCES) 32.47645 + 32.47646 ++all: all-am 32.47647 + 32.47648 +-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 32.47649 +- 32.47650 +-TAR = gtar 32.47651 +-GZIP_ENV = --best 32.47652 +-DEP_FILES = .deps/gnome_stroke_test.P .deps/stroke_test.P 32.47653 +-SOURCES = $(stroke_test_SOURCES) $(gnome_stroke_test_SOURCES) 32.47654 +-OBJECTS = $(stroke_test_OBJECTS) $(gnome_stroke_test_OBJECTS) 32.47655 +- 32.47656 +-all: all-redirect 32.47657 + .SUFFIXES: 32.47658 +-.SUFFIXES: .S .c .lo .o .s 32.47659 +-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.47660 +- cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile 32.47661 +- 32.47662 +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 32.47663 +- cd $(top_builddir) \ 32.47664 +- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 32.47665 +- 32.47666 +- 32.47667 +-mostlyclean-noinstPROGRAMS: 32.47668 +- 32.47669 +-clean-noinstPROGRAMS: 32.47670 +- -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 32.47671 +- 32.47672 +-distclean-noinstPROGRAMS: 32.47673 +- 32.47674 +-maintainer-clean-noinstPROGRAMS: 32.47675 ++.SUFFIXES: .c .lo .o .obj 32.47676 ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 32.47677 ++ cd $(top_srcdir) && \ 32.47678 ++ $(AUTOMAKE) --gnu tests/Makefile 32.47679 ++Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 32.47680 ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 32.47681 ++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 32.47682 ++install-binPROGRAMS: $(bin_PROGRAMS) 32.47683 ++ @$(NORMAL_INSTALL) 32.47684 ++ $(mkinstalldirs) $(DESTDIR)$(bindir) 32.47685 ++ @list='$(bin_PROGRAMS)'; for p in $$list; do \ 32.47686 ++ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 32.47687 ++ if test -f $$p \ 32.47688 ++ || test -f $$p1 \ 32.47689 ++ ; then \ 32.47690 ++ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 32.47691 ++ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ 32.47692 ++ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ 32.47693 ++ else :; fi; \ 32.47694 ++ done 32.47695 + 32.47696 +-.s.o: 32.47697 +- $(COMPILE) -c $< 32.47698 ++uninstall-binPROGRAMS: 32.47699 ++ @$(NORMAL_UNINSTALL) 32.47700 ++ @list='$(bin_PROGRAMS)'; for p in $$list; do \ 32.47701 ++ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 32.47702 ++ echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 32.47703 ++ rm -f $(DESTDIR)$(bindir)/$$f; \ 32.47704 ++ done 32.47705 + 32.47706 +-.S.o: 32.47707 +- $(COMPILE) -c $< 32.47708 ++clean-binPROGRAMS: 32.47709 ++ @list='$(bin_PROGRAMS)'; for p in $$list; do \ 32.47710 ++ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 32.47711 ++ echo " rm -f $$p $$f"; \ 32.47712 ++ rm -f $$p $$f ; \ 32.47713 ++ done 32.47714 ++gnome_stroke_test$(EXEEXT): $(gnome_stroke_test_OBJECTS) $(gnome_stroke_test_DEPENDENCIES) 32.47715 ++ @rm -f gnome_stroke_test$(EXEEXT) 32.47716 ++ $(LINK) $(gnome_stroke_test_LDFLAGS) $(gnome_stroke_test_OBJECTS) $(gnome_stroke_test_LDADD) $(LIBS) 32.47717 ++stroke_test$(EXEEXT): $(stroke_test_OBJECTS) $(stroke_test_DEPENDENCIES) 32.47718 ++ @rm -f stroke_test$(EXEEXT) 32.47719 ++ $(LINK) $(stroke_test_LDFLAGS) $(stroke_test_OBJECTS) $(stroke_test_LDADD) $(LIBS) 32.47720 + 32.47721 + mostlyclean-compile: 32.47722 +- -rm -f *.o core *.core 32.47723 +- 32.47724 +-clean-compile: 32.47725 ++ -rm -f *.$(OBJEXT) core *.core 32.47726 + 32.47727 + distclean-compile: 32.47728 + -rm -f *.tab.c 32.47729 + 32.47730 +-maintainer-clean-compile: 32.47731 ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_stroke_test.Po@am__quote@ 32.47732 ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stroke_test.Po@am__quote@ 32.47733 + 32.47734 +-.s.lo: 32.47735 +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< 32.47736 +- 32.47737 +-.S.lo: 32.47738 +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< 32.47739 ++.c.o: 32.47740 ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.47741 ++@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 32.47742 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 32.47743 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.47744 ++@am__fastdepCC_TRUE@ fi 32.47745 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 32.47746 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 32.47747 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.47748 ++@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 32.47749 ++ 32.47750 ++.c.obj: 32.47751 ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.47752 ++@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 32.47753 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 32.47754 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.47755 ++@am__fastdepCC_TRUE@ fi 32.47756 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 32.47757 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 32.47758 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.47759 ++@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 32.47760 ++ 32.47761 ++.c.lo: 32.47762 ++@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 32.47763 ++@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 32.47764 ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ 32.47765 ++@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 32.47766 ++@am__fastdepCC_TRUE@ fi 32.47767 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 32.47768 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 32.47769 ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 32.47770 ++@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 32.47771 + 32.47772 + mostlyclean-libtool: 32.47773 + -rm -f *.lo 32.47774 +@@ -183,124 +297,114 @@ clean-libtool: 32.47775 + -rm -rf .libs _libs 32.47776 + 32.47777 + distclean-libtool: 32.47778 ++ -rm -f libtool 32.47779 ++uninstall-info-am: 32.47780 + 32.47781 +-maintainer-clean-libtool: 32.47782 ++ETAGS = etags 32.47783 ++ETAGSFLAGS = 32.47784 + 32.47785 +-stroke_test: $(stroke_test_OBJECTS) $(stroke_test_DEPENDENCIES) 32.47786 +- @rm -f stroke_test 32.47787 +- $(LINK) $(stroke_test_LDFLAGS) $(stroke_test_OBJECTS) $(stroke_test_LDADD) $(LIBS) 32.47788 +- 32.47789 +-gnome_stroke_test: $(gnome_stroke_test_OBJECTS) $(gnome_stroke_test_DEPENDENCIES) 32.47790 +- @rm -f gnome_stroke_test 32.47791 +- $(LINK) $(gnome_stroke_test_LDFLAGS) $(gnome_stroke_test_OBJECTS) $(gnome_stroke_test_LDADD) $(LIBS) 32.47792 ++CTAGS = ctags 32.47793 ++CTAGSFLAGS = 32.47794 + 32.47795 + tags: TAGS 32.47796 + 32.47797 +-ID: $(HEADERS) $(SOURCES) $(LISP) 32.47798 +- list='$(SOURCES) $(HEADERS)'; \ 32.47799 +- unique=`for i in $$list; do echo $$i; done | \ 32.47800 +- awk ' { files[$$0] = 1; } \ 32.47801 ++ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 32.47802 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.47803 ++ unique=`for i in $$list; do \ 32.47804 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.47805 ++ done | \ 32.47806 ++ $(AWK) ' { files[$$0] = 1; } \ 32.47807 + END { for (i in files) print i; }'`; \ 32.47808 +- here=`pwd` && cd $(srcdir) \ 32.47809 +- && mkid -f$$here/ID $$unique $(LISP) 32.47810 ++ mkid -fID $$unique 32.47811 + 32.47812 +-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 32.47813 ++TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 32.47814 ++ $(TAGS_FILES) $(LISP) 32.47815 + tags=; \ 32.47816 + here=`pwd`; \ 32.47817 +- list='$(SOURCES) $(HEADERS)'; \ 32.47818 +- unique=`for i in $$list; do echo $$i; done | \ 32.47819 +- awk ' { files[$$0] = 1; } \ 32.47820 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.47821 ++ unique=`for i in $$list; do \ 32.47822 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.47823 ++ done | \ 32.47824 ++ $(AWK) ' { files[$$0] = 1; } \ 32.47825 + END { for (i in files) print i; }'`; \ 32.47826 +- test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 32.47827 +- || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 32.47828 +- 32.47829 +-mostlyclean-tags: 32.47830 +- 32.47831 +-clean-tags: 32.47832 ++ test -z "$(ETAGS_ARGS)$$tags$$unique" \ 32.47833 ++ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 32.47834 ++ $$tags $$unique 32.47835 ++ 32.47836 ++ctags: CTAGS 32.47837 ++CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 32.47838 ++ $(TAGS_FILES) $(LISP) 32.47839 ++ tags=; \ 32.47840 ++ here=`pwd`; \ 32.47841 ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 32.47842 ++ unique=`for i in $$list; do \ 32.47843 ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 32.47844 ++ done | \ 32.47845 ++ $(AWK) ' { files[$$0] = 1; } \ 32.47846 ++ END { for (i in files) print i; }'`; \ 32.47847 ++ test -z "$(CTAGS_ARGS)$$tags$$unique" \ 32.47848 ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 32.47849 ++ $$tags $$unique 32.47850 ++ 32.47851 ++GTAGS: 32.47852 ++ here=`$(am__cd) $(top_builddir) && pwd` \ 32.47853 ++ && cd $(top_srcdir) \ 32.47854 ++ && gtags -i $(GTAGS_ARGS) $$here 32.47855 + 32.47856 + distclean-tags: 32.47857 +- -rm -f TAGS ID 32.47858 +- 32.47859 +-maintainer-clean-tags: 32.47860 ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 32.47861 ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 32.47862 + 32.47863 +-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 32.47864 +- 32.47865 +-subdir = tests 32.47866 ++top_distdir = .. 32.47867 ++distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 32.47868 + 32.47869 + distdir: $(DISTFILES) 32.47870 +- here=`cd $(top_builddir) && pwd`; \ 32.47871 +- top_distdir=`cd $(top_distdir) && pwd`; \ 32.47872 +- distdir=`cd $(distdir) && pwd`; \ 32.47873 +- cd $(top_srcdir) \ 32.47874 +- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/Makefile 32.47875 +- @for file in $(DISTFILES); do \ 32.47876 +- d=$(srcdir); \ 32.47877 ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 32.47878 ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 32.47879 ++ list='$(DISTFILES)'; for file in $$list; do \ 32.47880 ++ case $$file in \ 32.47881 ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 32.47882 ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 32.47883 ++ esac; \ 32.47884 ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 32.47885 ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 32.47886 ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 32.47887 ++ dir="/$$dir"; \ 32.47888 ++ $(mkinstalldirs) "$(distdir)$$dir"; \ 32.47889 ++ else \ 32.47890 ++ dir=''; \ 32.47891 ++ fi; \ 32.47892 + if test -d $$d/$$file; then \ 32.47893 +- cp -pr $$d/$$file $(distdir)/$$file; \ 32.47894 ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 32.47895 ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 32.47896 ++ fi; \ 32.47897 ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 32.47898 + else \ 32.47899 + test -f $(distdir)/$$file \ 32.47900 +- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 32.47901 +- || cp -p $$d/$$file $(distdir)/$$file || :; \ 32.47902 ++ || cp -p $$d/$$file $(distdir)/$$file \ 32.47903 ++ || exit 1; \ 32.47904 + fi; \ 32.47905 + done 32.47906 +- 32.47907 +-DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 32.47908 +- 32.47909 +--include $(DEP_FILES) 32.47910 +- 32.47911 +-mostlyclean-depend: 32.47912 +- 32.47913 +-clean-depend: 32.47914 +- 32.47915 +-distclean-depend: 32.47916 +- -rm -rf .deps 32.47917 +- 32.47918 +-maintainer-clean-depend: 32.47919 +- 32.47920 +-%.o: %.c 32.47921 +- @echo '$(COMPILE) -c $<'; \ 32.47922 +- $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 32.47923 +- @-cp .deps/$(*F).pp .deps/$(*F).P; \ 32.47924 +- tr ' ' '\012' < .deps/$(*F).pp \ 32.47925 +- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 32.47926 +- >> .deps/$(*F).P; \ 32.47927 +- rm .deps/$(*F).pp 32.47928 +- 32.47929 +-%.lo: %.c 32.47930 +- @echo '$(LTCOMPILE) -c $<'; \ 32.47931 +- $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 32.47932 +- @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 32.47933 +- < .deps/$(*F).pp > .deps/$(*F).P; \ 32.47934 +- tr ' ' '\012' < .deps/$(*F).pp \ 32.47935 +- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 32.47936 +- >> .deps/$(*F).P; \ 32.47937 +- rm -f .deps/$(*F).pp 32.47938 +-info-am: 32.47939 +-info: info-am 32.47940 +-dvi-am: 32.47941 +-dvi: dvi-am 32.47942 + check-am: all-am 32.47943 + check: check-am 32.47944 +-installcheck-am: 32.47945 +-installcheck: installcheck-am 32.47946 +-install-exec-am: 32.47947 +-install-exec: install-exec-am 32.47948 ++all-am: Makefile $(PROGRAMS) 32.47949 + 32.47950 +-install-data-am: 32.47951 ++installdirs: 32.47952 ++ $(mkinstalldirs) $(DESTDIR)$(bindir) 32.47953 ++install: install-am 32.47954 ++install-exec: install-exec-am 32.47955 + install-data: install-data-am 32.47956 ++uninstall: uninstall-am 32.47957 + 32.47958 + install-am: all-am 32.47959 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 32.47960 +-install: install-am 32.47961 +-uninstall-am: 32.47962 +-uninstall: uninstall-am 32.47963 +-all-am: Makefile $(PROGRAMS) 32.47964 +-all-redirect: all-am 32.47965 +-install-strip: 32.47966 +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 32.47967 +-installdirs: 32.47968 +- 32.47969 + 32.47970 ++installcheck: installcheck-am 32.47971 ++install-strip: 32.47972 ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 32.47973 ++ INSTALL_STRIP_FLAG=-s \ 32.47974 ++ `test -z '$(STRIP)' || \ 32.47975 ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 32.47976 + mostlyclean-generic: 32.47977 + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 32.47978 + 32.47979 +@@ -308,53 +412,72 @@ clean-generic: 32.47980 + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 32.47981 + 32.47982 + distclean-generic: 32.47983 +- -rm -f Makefile $(CONFIG_CLEAN_FILES) 32.47984 +- -rm -f config.cache config.log stamp-h stamp-h[0-9]* 32.47985 ++ -rm -f $(CONFIG_CLEAN_FILES) 32.47986 + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 32.47987 + 32.47988 + maintainer-clean-generic: 32.47989 ++ @echo "This command is intended for maintainers to use" 32.47990 ++ @echo "it deletes files that may require special tools to rebuild." 32.47991 + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 32.47992 +-mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 32.47993 +- mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ 32.47994 +- mostlyclean-generic 32.47995 ++clean: clean-am 32.47996 + 32.47997 +-mostlyclean: mostlyclean-am 32.47998 ++clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 32.47999 + 32.48000 +-clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \ 32.48001 +- clean-depend clean-generic mostlyclean-am 32.48002 ++distclean: distclean-am 32.48003 ++ -rm -rf ./$(DEPDIR) 32.48004 ++ -rm -f Makefile 32.48005 ++distclean-am: clean-am distclean-compile distclean-generic \ 32.48006 ++ distclean-libtool distclean-tags 32.48007 + 32.48008 +-clean: clean-am 32.48009 ++dvi: dvi-am 32.48010 + 32.48011 +-distclean-am: distclean-noinstPROGRAMS distclean-compile \ 32.48012 +- distclean-libtool distclean-tags distclean-depend \ 32.48013 +- distclean-generic clean-am 32.48014 +- -rm -f libtool 32.48015 ++dvi-am: 32.48016 + 32.48017 +-distclean: distclean-am 32.48018 ++info: info-am 32.48019 + 32.48020 +-maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ 32.48021 +- maintainer-clean-compile maintainer-clean-libtool \ 32.48022 +- maintainer-clean-tags maintainer-clean-depend \ 32.48023 +- maintainer-clean-generic distclean-am 32.48024 +- @echo "This command is intended for maintainers to use;" 32.48025 +- @echo "it deletes files that may require special tools to rebuild." 32.48026 ++info-am: 32.48027 ++ 32.48028 ++install-data-am: 32.48029 ++ 32.48030 ++install-exec-am: install-binPROGRAMS 32.48031 ++ 32.48032 ++install-info: install-info-am 32.48033 ++ 32.48034 ++install-man: 32.48035 ++ 32.48036 ++installcheck-am: 32.48037 + 32.48038 + maintainer-clean: maintainer-clean-am 32.48039 ++ -rm -rf ./$(DEPDIR) 32.48040 ++ -rm -f Makefile 32.48041 ++maintainer-clean-am: distclean-am maintainer-clean-generic 32.48042 ++ 32.48043 ++mostlyclean: mostlyclean-am 32.48044 ++ 32.48045 ++mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 32.48046 ++ mostlyclean-libtool 32.48047 ++ 32.48048 ++pdf: pdf-am 32.48049 ++ 32.48050 ++pdf-am: 32.48051 + 32.48052 +-.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 32.48053 +-clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 32.48054 +-mostlyclean-compile distclean-compile clean-compile \ 32.48055 +-maintainer-clean-compile mostlyclean-libtool distclean-libtool \ 32.48056 +-clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ 32.48057 +-distclean-tags clean-tags maintainer-clean-tags distdir \ 32.48058 +-mostlyclean-depend distclean-depend clean-depend \ 32.48059 +-maintainer-clean-depend info-am info dvi-am dvi check check-am \ 32.48060 +-installcheck-am installcheck install-exec-am install-exec \ 32.48061 +-install-data-am install-data install-am install uninstall-am uninstall \ 32.48062 +-all-redirect all-am all installdirs mostlyclean-generic \ 32.48063 +-distclean-generic clean-generic maintainer-clean-generic clean \ 32.48064 +-mostlyclean distclean maintainer-clean 32.48065 ++ps: ps-am 32.48066 + 32.48067 ++ps-am: 32.48068 ++ 32.48069 ++uninstall-am: uninstall-binPROGRAMS uninstall-info-am 32.48070 ++ 32.48071 ++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 32.48072 ++ clean-generic clean-libtool ctags distclean distclean-compile \ 32.48073 ++ distclean-generic distclean-libtool distclean-tags distdir dvi \ 32.48074 ++ dvi-am info info-am install install-am install-binPROGRAMS \ 32.48075 ++ install-data install-data-am install-exec install-exec-am \ 32.48076 ++ install-info install-info-am install-man install-strip \ 32.48077 ++ installcheck installcheck-am installdirs maintainer-clean \ 32.48078 ++ maintainer-clean-generic mostlyclean mostlyclean-compile \ 32.48079 ++ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 32.48080 ++ tags uninstall uninstall-am uninstall-binPROGRAMS \ 32.48081 ++ uninstall-info-am 32.48082 + 32.48083 + # Tell versions [3.59,3.63) of GNU make to not export all variables. 32.48084 + # Otherwise a system limit (for SysV at least) may be exceeded.
33.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 33.2 +++ b/libstroke/stuff/patches/series Mon Oct 16 22:34:14 2017 +0300 33.3 @@ -0,0 +1,5 @@ 33.4 +# https://packages.ubuntu.com/ru/source/artful/libs/libstroke 33.5 +# http://archive.ubuntu.com/ubuntu/pool/universe/libs/libstroke/libstroke_0.5.1-9.debian.tar.xz 33.6 + 33.7 +debian-changes.patch 33.8 +autoconf-macro-quoting.patch
34.1 --- a/libsvn/receipt Mon Oct 16 17:48:08 2017 +0200 34.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 34.3 @@ -1,20 +0,0 @@ 34.4 -# SliTaz package receipt. 34.5 - 34.6 -PACKAGE="libsvn" 34.7 -VERSION="1.9.0" 34.8 -CATEGORY="system-tools" 34.9 -SHORT_DESC="Subversion Source Code Management access" 34.10 -MAINTAINER="lehswe@gmail.com" 34.11 -LICENSE="Apache" 34.12 -WANTED="subversion" 34.13 -WEB_SITE="http://subversion.tigris.org" 34.14 - 34.15 -DEPENDS="apr libsasl libssl libkrb5 util-linux-uuid expat zlib neon libsqlite \ 34.16 -libgnutls libcomerr libcomerr3" 34.17 - 34.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 34.19 -genpkg_rules() 34.20 -{ 34.21 - mkdir -p $fs/usr/lib 34.22 - cp -a $install/usr/lib/*.so* $fs/usr/lib 34.23 -}
35.1 --- a/subversion-dev/receipt Mon Oct 16 17:48:08 2017 +0200 35.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 35.3 @@ -1,21 +0,0 @@ 35.4 -# SliTaz package receipt. 35.5 - 35.6 -PACKAGE="subversion-dev" 35.7 -VERSION="1.9.0" 35.8 -CATEGORY="development" 35.9 -SHORT_DESC="Subversion Source Code Management accessdev files" 35.10 -MAINTAINER="lehswe@gmail.com" 35.11 -LICENSE="Apache" 35.12 -WEB_SITE="http://subversion.tigris.org" 35.13 -WANTED="subversion" 35.14 - 35.15 -DEPENDS="libsvn" 35.16 - 35.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 35.18 -genpkg_rules() 35.19 -{ 35.20 - mkdir -p $fs/usr/lib 35.21 - 35.22 - cp -a $install/usr/include $fs/usr 35.23 - cp -a $install/usr/lib/*.*a $fs/usr/lib 35.24 -}
36.1 --- a/subversion/receipt Mon Oct 16 17:48:08 2017 +0200 36.2 +++ b/subversion/receipt Mon Oct 16 22:34:14 2017 +0300 36.3 @@ -1,31 +1,49 @@ 36.4 -# SliTaz package receipt. 36.5 +# SliTaz package receipt v2. 36.6 36.7 PACKAGE="subversion" 36.8 -VERSION="1.9.0" 36.9 +VERSION="1.9.7" 36.10 CATEGORY="development" 36.11 SHORT_DESC="Subversion Source Code Management access" 36.12 MAINTAINER="lehswe@gmail.com" 36.13 LICENSE="Apache" 36.14 +WEB_SITE="http://subversion.apache.org/" 36.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/subversion.html" 36.16 + 36.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 36.18 -WEB_SITE="http://subversion.tigris.org" 36.19 -WGET_URL="http://apache.osuosl.org/$PACKAGE/$TARBALL" 36.20 +WGET_URL="https://archive.apache.org/dist/subversion/$TARBALL" 36.21 36.22 -DEPENDS="libsvn apr-util libsqlite" 36.23 -BUILD_DEPENDS="zlib-dev neon expat apr-dev mysql-dev neon-dev apr-util-dev \ 36.24 -sqlite-dev expat-dev krb5 krb5-dev util-linux-uuid-dev apache-dev python-dev" 36.25 +BUILD_DEPENDS="apr-dev apr-util-dev cyrus-sasl-dev dbus-dev gettext \ 36.26 +libmagic-dev python-dev" 36.27 +SPLIT="libsvn subversion subversion-dev" 36.28 36.29 -# Rules to configure and make the package. 36.30 -compile_rules() 36.31 -{ 36.32 - ./configure --prefix=/usr $CONFIGURE_ARGS && 36.33 - sed -i 's/^INSTALL_APACHE_MODS =.*/INSTALL_APACHE_MODS = false/' Makefile && 36.34 - make -j1 && 36.35 - make -j1 DESTDIR=$DESTDIR install 36.36 +compile_rules() { 36.37 + ./configure \ 36.38 + --disable-static \ 36.39 + --with-apache-libexecdir \ 36.40 + $CONFIGURE_ARGS && 36.41 + make && 36.42 + make install || return 1 36.43 + 36.44 + cook_pick_docs doc/* 36.45 } 36.46 36.47 -# Rules to gen a SliTaz package suitable for Tazpkg. 36.48 -genpkg_rules() 36.49 -{ 36.50 - mkdir -p $fs/usr/lib 36.51 - cp -a $install/usr/bin $fs/usr 36.52 +genpkg_rules() { 36.53 + case $PACKAGE in 36.54 + libsvn) 36.55 + copy *.so* 36.56 + CAT="system-tools|library" 36.57 + DEPENDS="apr apr-util expat libmagic libsasl libsqlite3 \ 36.58 + util-linux-uuid zlib" 36.59 + ;; 36.60 + subversion) 36.61 + copy @std; remove_already_packed 36.62 + DEPENDS="libsvn" 36.63 + ;; 36.64 + *-dev) 36.65 + copy @dev 36.66 + DEPENDS="libsvn subversion apr-dev apr-util-dev cyrus-sasl-dev \ 36.67 + expat-dev libmagic-dev cyrus-sasl-dev sqlite3-dev \ 36.68 + util-linux-uuid-dev zlib-dev" 36.69 + ;; 36.70 + esac 36.71 }
37.1 --- a/sysfsutils-dev/receipt Mon Oct 16 17:48:08 2017 +0200 37.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 37.3 @@ -1,18 +0,0 @@ 37.4 -# SliTaz package receipt. 37.5 - 37.6 -PACKAGE="sysfsutils-dev" 37.7 -VERSION="2.1.0" 37.8 -CATEGORY="development" 37.9 -SHORT_DESC="Utilites built upon sysfs." 37.10 -MAINTAINER="pankso@slitaz.org" 37.11 -LICENSE="GPL2 LGPL2.1" 37.12 -WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html" 37.13 - 37.14 -WANTED="sysfsutils" 37.15 -DEPENDS="sysfsutils" 37.16 - 37.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 37.18 -genpkg_rules() 37.19 -{ 37.20 - copy *.h *.a *.la 37.21 -}
38.1 --- a/sysfsutils/receipt Mon Oct 16 17:48:08 2017 +0200 38.2 +++ b/sysfsutils/receipt Mon Oct 16 22:34:14 2017 +0300 38.3 @@ -1,9 +1,9 @@ 38.4 -# SliTaz package receipt. 38.5 +# SliTaz package receipt v2. 38.6 38.7 PACKAGE="sysfsutils" 38.8 VERSION="2.1.0" 38.9 CATEGORY="system-tools" 38.10 -SHORT_DESC="Utilites built upon sysfs." 38.11 +SHORT_DESC="Utilites built upon sysfs" 38.12 MAINTAINER="pankso@slitaz.org" 38.13 LICENSE="GPL2 LGPL2.1" 38.14 WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html" 38.15 @@ -11,17 +11,21 @@ 38.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 38.17 WGET_URL="$SF_MIRROR/linux-diag/$TARBALL" 38.18 38.19 -DEPENDS="linux" 38.20 BUILD_DEPENDS="gfortran autoconf" 38.21 +SPLIT="sysfsutils-dev" 38.22 38.23 -# Rules to configure and make the package. 38.24 -compile_rules() 38.25 -{ 38.26 +compile_rules() { 38.27 ./configure $CONFIGURE_ARGS && make && make install 38.28 } 38.29 38.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 38.31 -genpkg_rules() 38.32 -{ 38.33 - copy bin/ *.so* 38.34 +genpkg_rules() { 38.35 + case $PACKAGE in 38.36 + sysfsutils) 38.37 + copy @std 38.38 + DEPENDS="linux" 38.39 + ;; 38.40 + *-dev) 38.41 + copy @dev 38.42 + ;; 38.43 + esac 38.44 }
39.1 --- a/taglib-dev/receipt Mon Oct 16 17:48:08 2017 +0200 39.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 39.3 @@ -1,23 +0,0 @@ 39.4 -# SliTaz package receipt. 39.5 - 39.6 -PACKAGE="taglib-dev" 39.7 -VERSION="1.7" 39.8 -CATEGORY="development" 39.9 -SHORT_DESC="Taglib devel files." 39.10 -MAINTAINER="pankso@slitaz.org" 39.11 -LICENSE="LGPL2.1" 39.12 -WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 39.13 -WANTED="taglib" 39.14 -HOST_ARCH="i486 arm" 39.15 - 39.16 -DEPENDS="taglib pkg-config" 39.17 - 39.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 39.19 -genpkg_rules() 39.20 -{ 39.21 - mkdir -p $fs/usr/lib 39.22 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 39.23 - cp -a $install/usr/include $fs/usr 39.24 - cp -a $install/usr/bin $fs/usr 39.25 - chmod +x $fs/usr/bin/* 39.26 -}
40.1 --- a/taglib/receipt Mon Oct 16 17:48:08 2017 +0200 40.2 +++ b/taglib/receipt Mon Oct 16 22:34:14 2017 +0300 40.3 @@ -1,41 +1,42 @@ 40.4 -# SliTaz package receipt. 40.5 +# SliTaz package receipt v2. 40.6 40.7 PACKAGE="taglib" 40.8 -VERSION="1.7" 40.9 +VERSION="1.11.1" 40.10 CATEGORY="multimedia" 40.11 -SHORT_DESC="Audio tag library." 40.12 +SHORT_DESC="Audio tag library" 40.13 MAINTAINER="pankso@slitaz.org" 40.14 LICENSE="LGPL2.1" 40.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 40.16 -WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 40.17 -WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" 40.18 -TAGS="multimedia music tag" 40.19 +WEB_SITE="http://taglib.org/" 40.20 HOST_ARCH="i486 arm" 40.21 40.22 -DEPENDS="zlib gcc-lib-base" 40.23 -BUILD_DEPENDS="zlib-dev" 40.24 +TARBALL="$PACKAGE-$VERSION.tar.gz" 40.25 +WGET_URL="http://taglib.org/releases/$TARBALL" 40.26 40.27 -case $ARCH in 40.28 - i?86) BUILD_DEPENDS="$BUILD_DEPENDS cmake" ;; 40.29 -esac 40.30 +BUILD_DEPENDS_arm="zlib-dev" 40.31 +BUILD_DEPENDS="cmake zlib-dev" 40.32 +SPLIT="taglib-dev" 40.33 40.34 -# Rules to configure and make the package. 40.35 -compile_rules() 40.36 -{ 40.37 - mkdir build && cd build 40.38 +compile_rules() { 40.39 + mkdir build; cd build 40.40 cmake \ 40.41 -DCMAKE_INSTALL_PREFIX=/usr \ 40.42 -DCMAKE_BUILD_TYPE=Release \ 40.43 - -DENABLE_STATIC=OFF \ 40.44 + -DBUILD_SHARED_LIBS=ON \ 40.45 -DWITH_MP4=ON \ 40.46 -DWITH_ASF=ON \ 40.47 .. && 40.48 make VERBOSE=1 && make install 40.49 } 40.50 40.51 -# Rules to gen a SliTaz package suitable for Tazpkg. 40.52 -genpkg_rules() 40.53 -{ 40.54 - mkdir -p $fs/usr/lib 40.55 - cp -a $install/usr/lib/*.so* $fs/usr/lib 40.56 +genpkg_rules() { 40.57 + case $PACKAGE in 40.58 + taglib) 40.59 + copy @std 40.60 + DEPENDS="zlib" 40.61 + TAGS="multimedia music tag" 40.62 + ;; 40.63 + *-dev) 40.64 + copy @dev 40.65 + ;; 40.66 + esac 40.67 }
41.1 --- a/tcl-dev/receipt Mon Oct 16 17:48:08 2017 +0200 41.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 41.3 @@ -1,23 +0,0 @@ 41.4 -# SliTaz package receipt. 41.5 - 41.6 -PACKAGE="tcl-dev" 41.7 -VERSION="8.6.6" 41.8 -CATEGORY="development" 41.9 -SHORT_DESC="The Tool Command Language dev files" 41.10 -MAINTAINER="erjo@slitaz.org" 41.11 -LICENSE="BSD" 41.12 -WEB_SITE="http://tcl.sourceforge.net/" 41.13 -HOST_ARCH="i486 arm" 41.14 - 41.15 -WANTED="tcl" 41.16 -DEPENDS="tcl" 41.17 - 41.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 41.19 -genpkg_rules() 41.20 -{ 41.21 - mkdir -p $fs/usr/lib 41.22 - cp -a $install/usr/lib/*.*a $fs/usr/lib 41.23 - cp -a $install/usr/lib/tclConfig.sh $fs/usr/lib 41.24 - cp -a $install/usr/include $fs/usr 41.25 - chmod +x $fs/usr/lib/tclConfig.sh 41.26 -}
42.1 --- a/tcl/receipt Mon Oct 16 17:48:08 2017 +0200 42.2 +++ b/tcl/receipt Mon Oct 16 22:34:14 2017 +0300 42.3 @@ -1,69 +1,68 @@ 42.4 -# SliTaz package receipt. 42.5 +# SliTaz package receipt v2. 42.6 42.7 PACKAGE="tcl" 42.8 -VERSION="8.6.6" 42.9 +VERSION="8.6.7" 42.10 CATEGORY="development" 42.11 SHORT_DESC="The Tool Command Language" 42.12 MAINTAINER="erjo@slitaz.org" 42.13 LICENSE="BSD" 42.14 WEB_SITE="http://tcl.sourceforge.net/" 42.15 -TAGS="language programming" 42.16 -HOST_ARCH="i486 arm" 42.17 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/tcl.html" 42.18 42.19 -TARBALL="${PACKAGE}${VERSION}-src.tar.gz" 42.20 +TARBALL="$PACKAGE$VERSION-src.tar.gz" 42.21 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 42.22 42.23 BUILD_DEPENDS="zlib-dev" 42.24 +SPLIT="tcl-dev" 42.25 42.26 # Rules to configure and make the package. 42.27 -compile_rules() 42.28 -{ 42.29 - case "$ARCH" in 42.30 - arm*) 42.31 - export tcl_cv_strtod_buggy=1 42.32 - export ac_cv_func_strtod=yes 42.33 - sed -i s'#./${TCL_EXE}#/usr/bin/tclsh#' unix/Makefile.in 42.34 - ;; 42.35 - esac 42.36 - mkdir -p /usr/lib/tdbc1.0.4 42.37 +compile_rules() { 42.38 + export SRCDIR=$(pwd) && 42.39 42.40 - cd $src/unix 42.41 + cd unix && 42.42 + 42.43 ./configure \ 42.44 - --enable-shared \ 42.45 - --disable-symbols \ 42.46 - --mandir=/usr/share/man \ 42.47 - $CONFIGURE_ARGS && 42.48 + --prefix=/usr \ 42.49 + --mandir=/usr/share/man \ 42.50 + $([ $(uname -m) = x86_64 ] && echo --enable-64bit) && 42.51 make && 42.52 42.53 - sed -e "s#$SRCDIR/unix#/usr/lib#" \ 42.54 - -e "s#$SRCDIR#/usr/include#" \ 42.55 - -i tclConfig.sh && 42.56 + sed -e "s|$SRCDIR/unix|/usr/lib|" \ 42.57 + -e "s|$SRCDIR|/usr/include|" \ 42.58 + -i tclConfig.sh && 42.59 42.60 - sed -e "s#$SRCDIR/unix/pkgs/tdbc1.0.4#/usr/lib/tdbc1.0.4#" \ 42.61 - -e "s#$SRCDIR/pkgs/tdbc1.0.4/generic#/usr/include#" \ 42.62 - -e "s#$SRCDIR/pkgs/tdbc1.0.4/library#/usr/lib/tcl8.6#" \ 42.63 - -e "s#$SRCDIR/pkgs/tdbc1.0.4#/usr/include#" \ 42.64 - -i pkgs/tdbc1.0.4/tdbcConfig.sh && 42.65 + sed -e "s|$SRCDIR/unix/pkgs/tdbc1.0.5|/usr/lib/tdbc1.0.5|" \ 42.66 + -e "s|$SRCDIR/pkgs/tdbc1.0.5/generic|/usr/include|" \ 42.67 + -e "s|$SRCDIR/pkgs/tdbc1.0.5/library|/usr/lib/tcl8.6|" \ 42.68 + -e "s|$SRCDIR/pkgs/tdbc1.0.5|/usr/include|" \ 42.69 + -i pkgs/tdbc1.0.5/tdbcConfig.sh && 42.70 42.71 - sed -e "s#$SRCDIR/unix/pkgs/itcl4.0.5#/usr/lib/itcl4.0.5#" \ 42.72 - -e "s#$SRCDIR/pkgs/itcl4.0.5/generic#/usr/include#" \ 42.73 - -e "s#$SRCDIR/pkgs/itcl4.0.5#/usr/include#" \ 42.74 - -i pkgs/itcl4.0.5/itclConfig.sh && 42.75 + sed -e "s|$SRCDIR/unix/pkgs/itcl4.1.0|/usr/lib/itcl4.1.0|" \ 42.76 + -e "s|$SRCDIR/pkgs/itcl4.1.0/generic|/usr/include|" \ 42.77 + -e "s|$SRCDIR/pkgs/itcl4.1.0|/usr/include|" \ 42.78 + -i pkgs/itcl4.1.0/itclConfig.sh && 42.79 42.80 - unset SRCDIR && 42.81 + unset SRCDIR 42.82 42.83 make install && 42.84 - make install install-private-headers 42.85 - 42.86 - ln -sf tclsh8.6 $install/usr/bin/tclsh && 42.87 - chmod 755 $install/usr/lib/libtcl8.6.so 42.88 + make install-private-headers && 42.89 + ln -v -sf tclsh${VERSION:0:3} $install/usr/bin/tclsh && 42.90 + chmod -v 755 $install/usr/lib/libtcl${VERSION:0:3}.so && 42.91 + find $install -name '*.sh' -exec chmod -v 755 '{}' \; 42.92 } 42.93 42.94 # Rules to gen a SliTaz package suitable for Tazpkg. 42.95 -genpkg_rules() 42.96 -{ 42.97 - mkdir -p $fs/usr/lib 42.98 - cp -a $install/usr/lib/tcl${VERSION:0:1}* $fs/usr/lib 42.99 - cp -a $install/usr/lib/*.so* $fs/usr/lib 42.100 - cp -a $install/usr/bin $fs/usr 42.101 +genpkg_rules() { 42.102 + case $PACKAGE in 42.103 + tcl) 42.104 + copy @std 42.105 + find $fs -name '*Config.sh' -delete 42.106 + DEPENDS="zlib" 42.107 + TAGS="language programming" 42.108 + ;; 42.109 + *-dev) 42.110 + copy @dev *Config.sh 42.111 + DEPENDS="tcl zlib-dev" 42.112 + ;; 42.113 + esac 42.114 }
43.1 --- a/tcpcrypt-dev/receipt Mon Oct 16 17:48:08 2017 +0200 43.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 43.3 @@ -1,20 +0,0 @@ 43.4 -# SliTaz package receipt. 43.5 - 43.6 -PACKAGE="tcpcrypt-dev" 43.7 -VERSION="20140821" 43.8 -CATEGORY="development" 43.9 -SHORT_DESC="Attempts to encrypt (almost) all of your network traffic." 43.10 -MAINTAINER="pascal.bellard@slitaz.org" 43.11 -LICENSE="BSD" 43.12 -WEB_SITE="http://tcpcrypt.org/" 43.13 -WANTED="tcpcrypt" 43.14 - 43.15 -DEPENDS="tcpcrypt" 43.16 - 43.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 43.18 -genpkg_rules() 43.19 -{ 43.20 - mkdir -p $fs/usr/lib 43.21 - cp -a $install/usr/include $fs/usr 43.22 - cp -a $install/usr/lib/*a $fs/usr/lib 43.23 -}
44.1 --- a/tcpcrypt/receipt Mon Oct 16 17:48:08 2017 +0200 44.2 +++ b/tcpcrypt/receipt Mon Oct 16 22:34:14 2017 +0300 44.3 @@ -1,35 +1,36 @@ 44.4 -# SliTaz package receipt. 44.5 +# SliTaz package receipt v2. 44.6 44.7 PACKAGE="tcpcrypt" 44.8 -VERSION="20140821" 44.9 +VERSION="0.5" 44.10 CATEGORY="network" 44.11 -SHORT_DESC="Attempts to encrypt (almost) all of your network traffic." 44.12 +SHORT_DESC="Attempts to encrypt (almost) all of your network traffic" 44.13 MAINTAINER="pascal.bellard@slitaz.org" 44.14 LICENSE="BSD" 44.15 WEB_SITE="http://tcpcrypt.org/" 44.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 44.17 -WGET_URL="git|git://github.com/scslab/tcpcrypt.git" 44.18 44.19 -DEPENDS="libcrypto libnetfilter_queue libnfnetlink libcap libmnl iptables" 44.20 -BUILD_DEPENDS="git autoconf automake libtool openssl-dev \ 44.21 -libnetfilter_queue-dev libnfnetlink-dev libcap-dev libmnl m4" 44.22 +TARBALL="$PACKAGE-$VERSION.tar.gz" 44.23 +WGET_URL="http://tcpcrypt.org/$TARBALL" 44.24 44.25 -# Rules to configure and make the package. 44.26 -compile_rules() 44.27 -{ 44.28 - cd $src/user 44.29 - mkdir m4 44.30 - ./bootstrap.sh 44.31 - ./configure --prefix=/usr $CONFIGURE_ARGS && 44.32 - make && 44.33 - make DESTDIR=$DESTDIR install 44.34 +BUILD_DEPENDS="automake libtool libnetfilter_queue-dev \ 44.35 +libnetfilter_conntrack-dev openssl-dev libpcap-dev libcap-dev" 44.36 +SPLIT="tcpcrypt-dev" 44.37 + 44.38 +compile_rules() { 44.39 + ./bootstrap.sh && 44.40 + ./configure $CONFIGURE_ARGS && make && make install 44.41 + 44.42 + mkdir -p $install/var/run/tcpcryptd 44.43 } 44.44 44.45 -# Rules to gen a SliTaz package suitable for Tazpkg. 44.46 -genpkg_rules() 44.47 -{ 44.48 - mkdir -p $fs/usr/lib $fs/var/run/tcpcryptd 44.49 - cp -a $install/usr/bin $fs/usr 44.50 - cp -a $install/usr/lib/*.so* $fs/usr/lib 44.51 - cp -a $src/user/launch_tcpcryptd.sh $fs/usr/bin 44.52 +genpkg_rules() { 44.53 + case $PACKAGE in 44.54 + tcpcrypt) 44.55 + copy @std 44.56 + DEPENDS="libcap libcrypto libmnl libnetfilter_conntrack \ 44.57 + libnetfilter_queue libnfnetlink libpcap" 44.58 + ;; 44.59 + *-dev) 44.60 + copy @dev 44.61 + ;; 44.62 + esac 44.63 }
45.1 --- a/tidy-dev/receipt Mon Oct 16 17:48:08 2017 +0200 45.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 45.3 @@ -1,20 +0,0 @@ 45.4 -# SliTaz package receipt. 45.5 - 45.6 -PACKAGE="tidy-dev" 45.7 -VERSION="cvs_20101110" 45.8 -CATEGORY="development" 45.9 -SHORT_DESC="Development files for HTML Tidy" 45.10 -MAINTAINER="al.bobylev@gmail.com" 45.11 -LICENSE="MIT" 45.12 -WEB_SITE="http://tidy.sourceforge.net/" 45.13 - 45.14 -DEPENDS="tidy" 45.15 -WANTED="tidy" 45.16 - 45.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 45.18 -genpkg_rules() 45.19 -{ 45.20 - mkdir -p $fs/usr/lib 45.21 - cp -a $install/usr/include $fs/usr 45.22 - cp -a $install/usr/lib/*.la $fs/usr/lib 45.23 -}
46.1 --- a/tidy/receipt Mon Oct 16 17:48:08 2017 +0200 46.2 +++ b/tidy/receipt Mon Oct 16 22:34:14 2017 +0300 46.3 @@ -1,4 +1,4 @@ 46.4 -# SliTaz package receipt. 46.5 +# SliTaz package receipt v2. 46.6 46.7 PACKAGE="tidy" 46.8 VERSION="cvs_20101110" 46.9 @@ -7,14 +7,13 @@ 46.10 MAINTAINER="al.bobylev@gmail.com" 46.11 LICENSE="MIT" 46.12 WEB_SITE="http://tidy.sourceforge.net/" 46.13 + 46.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 46.15 WGET_URL="http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL" 46.16 46.17 -DEPENDS="glibc-base" 46.18 +SPLIT="tidy-dev" 46.19 46.20 -# Rules to configure and make the package. 46.21 -compile_rules() 46.22 -{ 46.23 +compile_rules() { 46.24 ./configure \ 46.25 --disable-debug \ 46.26 --disable-static \ 46.27 @@ -25,10 +24,9 @@ 46.28 make install 46.29 } 46.30 46.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 46.32 -genpkg_rules() 46.33 -{ 46.34 - mkdir -p $fs/usr/lib 46.35 - cp -a $install/usr/bin $fs/usr 46.36 - cp -a $install/usr/lib/*.so* $fs/usr/lib 46.37 +genpkg_rules() { 46.38 + case $PACKAGE in 46.39 + tidy) copy @std;; 46.40 + *-dev) copy @dev;; 46.41 + esac 46.42 }
47.1 --- a/tk-dev/receipt Mon Oct 16 17:48:08 2017 +0200 47.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 47.3 @@ -1,22 +0,0 @@ 47.4 -# SliTaz package receipt. 47.5 - 47.6 -PACKAGE="tk-dev" 47.7 -VERSION="8.6.6" 47.8 -CATEGORY="development" 47.9 -SHORT_DESC="The TCL gui toolkit dev files" 47.10 -MAINTAINER="erjo@slitaz.org" 47.11 -LICENSE="BSD" 47.12 -WEB_SITE="http://tcl.sourceforge.net/" 47.13 -HOST_ARCH="i486 arm" 47.14 - 47.15 -WANTED="tk" 47.16 -DEPENDS="tcl-dev tk xorg-libX11-dev" 47.17 - 47.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 47.19 -genpkg_rules() 47.20 -{ 47.21 - mkdir -p $fs/usr/lib 47.22 - cp -a $install/usr/lib/*.*a $fs/usr/lib 47.23 - cp -a $install/usr/lib/tkConfig.sh $fs/usr/lib 47.24 - cp -a $install/usr/include $fs/usr/ 47.25 -}
48.1 --- a/tk/receipt Mon Oct 16 17:48:08 2017 +0200 48.2 +++ b/tk/receipt Mon Oct 16 22:34:14 2017 +0300 48.3 @@ -1,53 +1,50 @@ 48.4 -# SliTaz package receipt. 48.5 +# SliTaz package receipt v2. 48.6 48.7 PACKAGE="tk" 48.8 -VERSION="8.6.6" 48.9 +VERSION="8.6.7" 48.10 CATEGORY="development" 48.11 SHORT_DESC="The TCL gui toolkit" 48.12 MAINTAINER="erjo@slitaz.org" 48.13 LICENSE="BSD" 48.14 WEB_SITE="http://tcl.sourceforge.net/" 48.15 -TAGS="programming language" 48.16 -HOST_ARCH="i486 arm" 48.17 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/tk.html" 48.18 48.19 TARBALL="$PACKAGE$VERSION-src.tar.gz" 48.20 WGET_URL="$SF_MIRROR/tcl/$TARBALL" 48.21 48.22 -DEPENDS="tcl expat fontconfig freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ 48.23 -xorg-libXft xorg-libXrender zlib xorg-libXScrnSaver" 48.24 BUILD_DEPENDS="tcl-dev xorg-libX11-dev" 48.25 +SPLIT="tk-dev" 48.26 48.27 # Rules to configure and make the package. 48.28 -compile_rules() 48.29 -{ 48.30 - case "$ARCH" in 48.31 - arm*) 48.32 - ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" 48.33 - export tcl_cv_strtod_buggy=1 48.34 - export ac_cv_func_strtod=yes ;; 48.35 - esac 48.36 - 48.37 - cd $src/unix 48.38 +compile_rules() { 48.39 + cd unix && 48.40 ./configure \ 48.41 - --enable-threads \ 48.42 - --enable-shared \ 48.43 - $ARCH_ARGS ${CONFIGURE_ARGS} && 48.44 + --prefix=/usr \ 48.45 + --mandir=/usr/share/man \ 48.46 + $([ $(uname -m) = x86_64 ] && echo --enable-64bit) && 48.47 make && 48.48 - 48.49 sed -e "s@^\(TK_SRC_DIR='\).*@\1/usr/include'@" \ 48.50 - -e "/TK_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \ 48.51 - -i tkConfig.sh && 48.52 - 48.53 - make DESTDIR=$DESTDIR install 48.54 + -e "/TK_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \ 48.55 + -i tkConfig.sh && 48.56 + make install && 48.57 + make install-private-headers && 48.58 + ln -v -sf wish${VERSION:0:3} $install/usr/bin/wish && 48.59 + chmod -v 755 $install/usr/lib/libtk${VERSION:0:3}.so && 48.60 + find $install -name '*.sh' -exec chmod -v 755 '{}' \; 48.61 } 48.62 48.63 # Rules to gen a SliTaz package suitable for Tazpkg. 48.64 -genpkg_rules() 48.65 -{ 48.66 - mkdir -p $fs/usr/lib 48.67 - cp -a $install/usr/bin $fs/usr 48.68 - cp -a $install/usr/lib/*.so* $fs/usr/lib 48.69 - cp -a $install/usr/lib/tk${VERSION:0:3} $fs/usr/lib 48.70 - 48.71 - ln -s wish${VERSION:0:3} $fs/usr/bin/wish 48.72 +genpkg_rules() { 48.73 + case $PACKAGE in 48.74 + tk) 48.75 + copy @std 48.76 + find $fs -name '*Config.sh' -delete 48.77 + DEPENDS="tcl xorg-libX11 zlib" 48.78 + TAGS="programming language" 48.79 + ;; 48.80 + *-dev) 48.81 + copy @dev *Config.sh 48.82 + DEPENDS="tk tcl-dev xorg-libX11-dev" 48.83 + ;; 48.84 + esac 48.85 }
49.1 --- a/tokyocabinet-dev/receipt Mon Oct 16 17:48:08 2017 +0200 49.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 49.3 @@ -1,21 +0,0 @@ 49.4 -# SliTaz package receipt. 49.5 - 49.6 -PACKAGE="tokyocabinet-dev" 49.7 -VERSION="1.4.32" 49.8 -CATEGORY="development" 49.9 -SHORT_DESC="High performance database library, successor of QDBM - development files" 49.10 -MAINTAINER="pascal.bellard@slitaz.org" 49.11 -LICENSE="LGPL2.1" 49.12 -WEB_SITE="http://sourceforge.net/projects/tokyocabinet" 49.13 -WANTED="tokyocabinet" 49.14 - 49.15 -DEPENDS="tokyocabinet pkg-config" 49.16 - 49.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 49.18 -genpkg_rules() 49.19 -{ 49.20 - mkdir -p $fs/usr/lib 49.21 - cp -a $install/usr/include $fs/usr 49.22 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 49.23 - cp -a $install/usr/lib/*a $fs/usr/lib 49.24 -}
50.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 50.2 +++ b/tokyocabinet/description.txt Mon Oct 16 22:34:14 2017 +0300 50.3 @@ -0,0 +1,3 @@ 50.4 +Tokyo Cabinet is the successor of QDBM, a high performance database library 50.5 +similar to the DBM family. It also supports hash and B-tree databases and does 50.6 +not require any server process. The overall speed is improved compared to QDBM.
51.1 --- a/tokyocabinet/receipt Mon Oct 16 17:48:08 2017 +0200 51.2 +++ b/tokyocabinet/receipt Mon Oct 16 22:34:14 2017 +0300 51.3 @@ -1,33 +1,36 @@ 51.4 -# SliTaz package receipt. 51.5 +# SliTaz package receipt v2. 51.6 51.7 PACKAGE="tokyocabinet" 51.8 VERSION="1.4.32" 51.9 CATEGORY="development" 51.10 -SHORT_DESC="High performance database library, successor of QDBM." 51.11 +SHORT_DESC="High performance database library, successor of QDBM" 51.12 MAINTAINER="pascal.bellard@slitaz.org" 51.13 -LICENSE="LGPL2.1" 51.14 +LICENSE="LGPL2" 51.15 +WEB_SITE="https://sourceforge.net/projects/tokyocabinet/" 51.16 + 51.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 51.18 -WEB_SITE="http://sourceforge.net/projects/tokyocabinet" 51.19 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 51.20 51.21 -DEPENDS="bzlib zlib" 51.22 BUILD_DEPENDS="bzip2-dev zlib-dev" 51.23 +SPLIT="tokyocabinet-dev" 51.24 51.25 -# Rules to configure and make the package. 51.26 -compile_rules() 51.27 -{ 51.28 - ./configure --prefix=/usr \ 51.29 +compile_rules() { 51.30 + ./configure \ 51.31 --enable-off64 \ 51.32 $CONFIGURE_ARGS && 51.33 make && 51.34 make DESTDIR=$DESTDIR install 51.35 } 51.36 51.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 51.38 -genpkg_rules() 51.39 -{ 51.40 - mkdir -p $fs/usr/lib 51.41 - cp -a $install/usr/bin $fs/usr 51.42 - cp -a $install/usr/libexec $fs/usr 51.43 - cp -a $install/usr/lib/*.so* $fs/usr/lib 51.44 +genpkg_rules() { 51.45 + case $PACKAGE in 51.46 + tokyocabinet) 51.47 + copy @std 51.48 + DEPENDS="bzlib zlib" 51.49 + ;; 51.50 + *-dev) 51.51 + copy @dev 51.52 + DEPENDS="tokyocabinet bzip2-dev zlib-dev" 51.53 + ;; 51.54 + esac 51.55 }
52.1 --- a/udisks2-dev/receipt Mon Oct 16 17:48:08 2017 +0200 52.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 52.3 @@ -1,18 +0,0 @@ 52.4 -# SliTaz package receipt. 52.5 - 52.6 -PACKAGE="udisks2-dev" 52.7 -VERSION="2.1.8" 52.8 -CATEGORY="development" 52.9 -SHORT_DESC="D-Bus service to access and manipulate storage devices (development)" 52.10 -MAINTAINER="pankso@slitaz.org" 52.11 -LICENSE="GPL2" 52.12 -WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 52.13 - 52.14 -WANTED="udisks2" 52.15 -DEPENDS="udisks2 glib-dev" 52.16 - 52.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 52.18 -genpkg_rules() 52.19 -{ 52.20 - copy *.h *.a *.la *.pc *.typelib *.gir 52.21 -}
53.1 --- a/udisks2/receipt Mon Oct 16 17:48:08 2017 +0200 53.2 +++ b/udisks2/receipt Mon Oct 16 22:34:14 2017 +0300 53.3 @@ -1,45 +1,44 @@ 53.4 -# SliTaz package receipt. 53.5 +# SliTaz package receipt v2. 53.6 53.7 PACKAGE="udisks2" 53.8 -VERSION="2.1.8" 53.9 +VERSION="2.7.2" 53.10 CATEGORY="system-tools" 53.11 SHORT_DESC="D-Bus service to access and manipulate storage devices" 53.12 MAINTAINER="pankso@slitaz.org" 53.13 LICENSE="GPL2" 53.14 WEB_SITE="https://www.freedesktop.org/wiki/Software/udisks/" 53.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/udisks2.html" 53.16 + 53.17 TARBALL="udisks-$VERSION.tar.bz2" 53.18 -WGET_URL="https://udisks.freedesktop.org/releases/$TARBALL" 53.19 +WGET_URL="https://github.com/storaged-project/udisks/releases/download/udisks-$VERSION/$TARBALL" 53.20 53.21 -DEPENDS="libatasmart libgudev polkit" 53.22 -BUILD_DEPENDS="docbook-xsl gtk-doc libgudev-dev polkit-dev libatasmart-dev \ 53.23 -gobject-introspection-dev intltool" 53.24 +BUILD_DEPENDS="docbook-xsl gtk-doc gobject-introspection-dev libgudev-dev \ 53.25 +libblockdev-dev polkit-dev libatasmart-dev acl-dev intltool" 53.26 +SPLIT="udisks2-dev" 53.27 53.28 -# Rules to configure and make the package. 53.29 -compile_rules() 53.30 -{ 53.31 +compile_rules() { 53.32 ./configure \ 53.33 --sysconfdir=/etc \ 53.34 --localstatedir=/var \ 53.35 + --disable-static \ 53.36 --enable-fhs-media \ 53.37 - --with-udevdir=/etc/udev \ 53.38 - --with-systemdsystemunitdir=no \ 53.39 $CONFIGURE_ARGS && 53.40 - make && make install 53.41 + make && make install || return 1 53.42 + 53.43 + # mount to "/media" instead of "/media/<user>" 53.44 + mkdir -p $install/etc/udev/rules.d/ 53.45 + cp $stuff/99-udisks2.rules $install/etc/udev/rules.d/ 53.46 } 53.47 53.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 53.49 -genpkg_rules() 53.50 -{ 53.51 - copy etc/ bin/ sbin/ libexec/ dbus-1/ polkit-1/ var/ *.so* 53.52 - 53.53 - sed '/lang=/d' -i \ 53.54 - $fs/usr/share/polkit-1/actions/org.freedesktop.udisks2.policy 53.55 - 53.56 - # Please, note: 53.57 - # Package: slitaz-configs-base 53.58 - # File: /etc/polkit-1/localauthority/50-local.d/55-storage.pkla 53.59 - # Provides: complete access to udisks2 methods 53.60 - 53.61 - # mount to "/media" instead of "/media/<user>" 53.62 - cp $stuff/99-udisks2.rules $fs/etc/udev/rules.d/ 53.63 +genpkg_rules() { 53.64 + case $PACKAGE in 53.65 + udisks2) 53.66 + copy @std 53.67 + DEPENDS="libatasmart libgudev polkit" 53.68 + ;; 53.69 + *-dev) 53.70 + copy @dev 53.71 + DEPENDS="udisks2 glib-dev" 53.72 + ;; 53.73 + esac 53.74 }
54.1 --- a/udisks2/stuff/org.freedesktop.udisks2.pkla Mon Oct 16 17:48:08 2017 +0200 54.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 54.3 @@ -1,4 +0,0 @@ 54.4 -[No password required for disk group] 54.5 -Identity=unix-group:disk 54.6 -Action=org.freedesktop.udisks2.* 54.7 -ResultAny=yes
55.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 55.2 +++ b/volume_key/receipt Mon Oct 16 22:34:14 2017 +0300 55.3 @@ -0,0 +1,46 @@ 55.4 +# SliTaz package receipt v2. 55.5 + 55.6 +PACKAGE="volume_key" 55.7 +VERSION="0.3.9" 55.8 +CATEGORY="libs" 55.9 +SHORT_DESC="Manipulating storage volume encryption keys" 55.10 +MAINTAINER="al.bobylev@gmail.com" 55.11 +LICENSE="GPL2" 55.12 +WEB_SITE="https://pagure.io/volume_key" 55.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/volume_key.html" 55.14 + 55.15 +TARBALL="$PACKAGE-$VERSION.tar.xz" 55.16 +WGET_URL="https://releases.pagure.org/volume_key/$TARBALL" 55.17 + 55.18 +BUILD_DEPENDS="automake gettext gpgme-dev libtool cryptsetup-dev nss-dev \ 55.19 +python-dev" 55.20 +SPLIT="volume_key-dev volume_key-python" 55.21 + 55.22 +compile_rules() { 55.23 + sed -i '/config.h/d' lib/libvolume_key.h && 55.24 + autoreconf -fiv && 55.25 + 55.26 + ./configure $CONFIGURE_ARGS && make && make install 55.27 +} 55.28 + 55.29 +genpkg_rules() { 55.30 + case $PACKAGE in 55.31 + volume_key) 55.32 + copy @std; rm -r $fs/usr/lib/python2.7/ 55.33 + DEPENDS="cryptsetup glib gpgme libassuan libdevmapper libgcrypt \ 55.34 + libgpg-error nspr nss pcre util-linux-blkid util-linux-uuid" 55.35 + ;; 55.36 + *-dev) 55.37 + copy @dev 55.38 + DEPENDS="volume_key volume_key-python cryptsetup-dev glib-dev \ 55.39 + gpgme-dev libassuan-dev libdevmapper-dev libgcrypt-dev \ 55.40 + libgpg-error-dev nspr-dev nss-dev pcre-dev python-dev \ 55.41 + util-linux-blkid-dev util-linux-uuid-dev" 55.42 + ;; 55.43 + *-python) 55.44 + copy site-packages/; remove_already_packed 55.45 + CAT="libs|python bindings" 55.46 + DEPENDS="volume_key python" 55.47 + ;; 55.48 + esac 55.49 +}