#! /bin/sh




  PHP_VAR_SUBST="$PHP_VAR_SUBST EXT_STATIC"
  


  PHP_VAR_SUBST="$PHP_VAR_SUBST EXT_SHARED"
  


  PHP_VAR_SUBST="$PHP_VAR_SUBST EXT_LIBS"
  


  PHP_VAR_SUBST="$PHP_VAR_SUBST EXT_LTLIBS"
  





















# serial 40 AC_PROG_LIBTOOL




# AC_LIBTOOL_DLOPEN - enable checks for dlopen support


# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's


# AC_ENABLE_SHARED - implement the --enable-shared flag
# Usage: AC_ENABLE_SHARED[(DEFAULT)]
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
#   `yes'.


# AC_DISABLE_SHARED - set the default shared flag to --disable-shared


# AC_ENABLE_STATIC - implement the --enable-static flag
# Usage: AC_ENABLE_STATIC[(DEFAULT)]
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
#   `yes'.


# AC_DISABLE_STATIC - set the default static flag to --disable-static



# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
#   `yes'.


# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install


# AC_PROG_LD - find the path to the GNU or non-GNU linker




# AC_PROG_NM - find the path to a BSD-compatible name lister


# AC_CHECK_LIBM - check for math library


# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl convenience library, adds --enable-ltdl-convenience to
# the configure arguments.  Note that LIBLTDL is not AC_SUBSTed, nor
# is AC_CONFIG_SUBDIRS called.  If DIR is not provided, it is assumed
# to be `${top_builddir}/libltdl'.  Make sure you start DIR with
# '${top_builddir}/' (note the single quotes!) if your package is not
# flat, and, if you're not using automake, define top_builddir as
# appropriate in the Makefiles.


# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl installable library, and adds --enable-ltdl-install to
# the configure arguments.  Note that LIBLTDL is not AC_SUBSTed, nor
# is AC_CONFIG_SUBDIRS called.  If DIR is not provided, it is assumed
# to be `${top_builddir}/libltdl'.  Make sure you start DIR with
# '${top_builddir}/' (note the single quotes!) if your package is not
# flat, and, if you're not using automake, define top_builddir as
# appropriate in the Makefiles.
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.




# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

# Defaults:
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
ac_help="$ac_help
  --with-php-config=[PATH]"
ac_default_prefix=
ac_help="$ac_help
  --with-rrdtool[=DIR]      Include RRDTool support.  DIR is the rrdtool
                          install directory."
ac_help="$ac_help
  --enable-shared[=PKGS]  build shared libraries [default=yes]"
ac_help="$ac_help
  --enable-static[=PKGS]  build static libraries [default=yes]"
ac_help="$ac_help
  --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
ac_help="$ac_help
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
ac_help="$ac_help
  --disable-libtool-lock  avoid locking (might break parallel builds)"

# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
build=NONE
cache_file=./config.cache
exec_prefix=NONE
host=NONE
no_create=
nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'

# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12

ac_prev=
for ac_option
do

  # If the previous option needs an argument, assign it.
  if test -n "$ac_prev"; then
    eval "$ac_prev=\$ac_option"
    ac_prev=
    continue
  fi

  case "$ac_option" in
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  *) ac_optarg= ;;
  esac

  # Accept the important Cygnus configure options, so we can diagnose typos.

  case "$ac_option" in

  -bindir | --bindir | --bindi | --bind | --bin | --bi)
    ac_prev=bindir ;;
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    bindir="$ac_optarg" ;;

  -build | --build | --buil | --bui | --bu)
    ac_prev=build ;;
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    build="$ac_optarg" ;;

  -cache-file | --cache-file | --cache-fil | --cache-fi \
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    ac_prev=cache_file ;;
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    cache_file="$ac_optarg" ;;

  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    ac_prev=datadir ;;
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  | --da=*)
    datadir="$ac_optarg" ;;

  -disable-* | --disable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    eval "enable_${ac_feature}=no" ;;

  -enable-* | --enable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "enable_${ac_feature}='$ac_optarg'" ;;

  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  | --exec | --exe | --ex)
    ac_prev=exec_prefix ;;
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  | --exec=* | --exe=* | --ex=*)
    exec_prefix="$ac_optarg" ;;

  -gas | --gas | --ga | --g)
    # Obsolete; use --with-gas.
    with_gas=yes ;;

  -help | --help | --hel | --he)
    # Omit some internal or obsolete options to make the list less imposing.
    # This message is too long to be a string in the A/UX 3.1 sh.
    cat << EOF
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --no-create             do not create output files
  --quiet, --silent       do not print \`checking...' messages
  --version               print the version of autoconf that created configure
Directory and file names:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [same as prefix]
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  --datadir=DIR           read-only architecture-independent data in DIR
                          [PREFIX/share]
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
                          [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  --includedir=DIR        C header files in DIR [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  --infodir=DIR           info documentation in DIR [PREFIX/info]
  --mandir=DIR            man documentation in DIR [PREFIX/man]
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
  --program-prefix=PREFIX prepend PREFIX to installed program names
  --program-suffix=SUFFIX append SUFFIX to installed program names
  --program-transform-name=PROGRAM
                          run sed PROGRAM on installed program names
EOF
    cat << EOF
Host type:
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  --host=HOST             configure for HOST [guessed]
  --target=TARGET         configure for TARGET [TARGET=HOST]
Features and packages:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --x-includes=DIR        X include files are in DIR
  --x-libraries=DIR       X library files are in DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and DIR
EOF
    i