Skip to content
Snippets Groups Projects
configure 658 KiB
Newer Older
  • Learn to ignore specific revisions
  •   --infodir=DIR          info documentation [PREFIX/info]
      --mandir=DIR           man documentation [PREFIX/man]
    
    _ACEOF
    
      cat <<\_ACEOF
    
    Program names:
      --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
    
    System types:
      --build=BUILD     configure for building on BUILD [guessed]
      --host=HOST       cross-compile to build programs to run on HOST [BUILD]
    _ACEOF
    fi
    
    if test -n "$ac_init_help"; then
    
      cat <<\_ACEOF
    
    Optional Features:
      --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
      --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
      --enable-maintainer-mode  enable make rules and dependencies not useful
    			  (and sometimes confusing) to the casual installer
      --enable-debug    Turn on debugging
      --enable-intel    Turn on support for the Intel compiler
      --enable-openmp    Turn on support for the Intel compiler
    
      --enable-marmot    Use marmot compiler for mpi debugging.
    
      --enable-parmetis   Compile with the ParMetis library
    
      --enable-parallel-domain  Parallelization with classical domain decomposition
    
      --enable-umfpack  Compile with the UMFPACK direct solver library
    
      --enable-mkl  Compile with the Intel MKL library
    
      --enable-boost  Compile with the Boost library
    
      --disable-dependency-tracking  speeds up one-time build
      --enable-dependency-tracking   do not reject slow dependency extractors
    
      --enable-shared[=PKGS]
                              build shared libraries [default=yes]
      --enable-static[=PKGS]
                              build static libraries [default=yes]
    
      --enable-fast-install[=PKGS]
                              optimize for fast installation [default=yes]
      --disable-libtool-lock  avoid locking (might break parallel builds)
    
    Optional Packages:
      --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
      --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
      --with-mpi=MPI_DIR
    
      --with-petsc=PETSC_DIR
    
      --with-dune=DUNE_DIR
    
      --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
    
      --with-pic              try to use only PIC/non-PIC objects [default=use
                              both]
    
      --with-tags[=TAGS]
                              include additional configurations [automatic]
    
    
    Some influential environment variables:
      CC          C compiler command
      CFLAGS      C compiler flags
      LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                  nonstandard directory <lib dir>
    
      CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
                  headers in a nonstandard directory <include dir>
    
      CXX         C++ compiler command
      CXXFLAGS    C++ compiler flags
      CPP         C preprocessor
      CXXCPP      C++ preprocessor
    
      F77         Fortran 77 compiler command
      FFLAGS      Fortran 77 compiler flags
    
    
    Use these variables to override the choices made by `configure' or to help
    it to find libraries and programs with nonstandard names/locations.
    
    _ACEOF
    fi
    
    if test "$ac_init_help" = "recursive"; then
      # If there are subdirs, report their specific --help.
    
      ac_popdir=`pwd`
    
      for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    
        test -d $ac_dir || continue
    
    if test "$ac_dir" != .; then
      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
      # A "../" for each directory in $ac_dir_suffix.
      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    else
      ac_dir_suffix= ac_top_builddir=
    fi
    
      .)  # No --srcdir option.  We are building in place.
    
        if test -z "$ac_top_builddir"; then
           ac_top_srcdir=.
        else
           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
        fi ;;
      [\\/]* | ?:[\\/]* )  # Absolute path.
    
        ac_srcdir=$srcdir$ac_dir_suffix;
    
        ac_top_srcdir=$srcdir ;;
      *) # Relative path.
        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
        ac_top_srcdir=$ac_top_builddir$srcdir ;;
    esac
    
    # Do not use `cd foo && pwd` to compute absolute paths, because
    # the directories may not exist.
    case `pwd` in
    .) ac_abs_builddir="$ac_dir";;
    *)
      case "$ac_dir" in
      .) ac_abs_builddir=`pwd`;;
      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
      *) ac_abs_builddir=`pwd`/"$ac_dir";;
      esac;;
    esac
    case $ac_abs_builddir in
    .) ac_abs_top_builddir=${ac_top_builddir}.;;
    *)
      case ${ac_top_builddir}. in
      .) ac_abs_top_builddir=$ac_abs_builddir;;
      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
      esac;;
    esac
    case $ac_abs_builddir in
    .) ac_abs_srcdir=$ac_srcdir;;
    *)
      case $ac_srcdir in
      .) ac_abs_srcdir=$ac_abs_builddir;;
      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
      esac;;
    esac
    case $ac_abs_builddir in
    .) ac_abs_top_srcdir=$ac_top_srcdir;;
    *)
      case $ac_top_srcdir in
      .) ac_abs_top_srcdir=$ac_abs_builddir;;
      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
      esac;;
    
    
        cd $ac_dir
        # Check for guested configure; otherwise get Cygnus style configure.
        if test -f $ac_srcdir/configure.gnu; then
          echo
          $SHELL $ac_srcdir/configure.gnu  --help=recursive
        elif test -f $ac_srcdir/configure; then
          echo
          $SHELL $ac_srcdir/configure  --help=recursive
        elif test -f $ac_srcdir/configure.ac ||
    	   test -f $ac_srcdir/configure.in; then
          echo
          $ac_configure --help
    
          echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
        fi
        cd $ac_popdir
    
    test -n "$ac_init_help" && exit 0
    
    if $ac_init_version; then
      cat <<\_ACEOF
    
    
    Copyright (C) 2003 Free Software Foundation, Inc.
    
    This configure script is free software; the Free Software Foundation
    gives unlimited permission to copy, distribute and modify it.
    _ACEOF
    
    exec 5>config.log
    cat >&5 <<_ACEOF
    
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by $as_me, which was
    
    generated by GNU Autoconf 2.59.  Invocation command line was
    
    
      $ $0 $@
    
    _ACEOF
    {
    cat <<_ASUNAME
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
    uname -m = `(uname -m) 2>/dev/null || echo unknown`
    uname -r = `(uname -r) 2>/dev/null || echo unknown`
    uname -s = `(uname -s) 2>/dev/null || echo unknown`
    uname -v = `(uname -v) 2>/dev/null || echo unknown`
    
    /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
    /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
    
    /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
    /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    
    hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
    
    /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
    /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
    
    _ASUNAME
    
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
      echo "PATH: $as_dir"
    
    done
    
    } >&5
    
    cat >&5 <<_ACEOF
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    _ACEOF
    
    
    # Keep a trace of the command line.
    # Strip out --no-create and --no-recursion so they do not pile up.
    # Strip out --silent because we don't want to record it for future runs.
    # Also quote any args containing shell meta-characters.
    # Make two passes to allow for proper duplicate-argument suppression.
    ac_configure_args=
    ac_configure_args0=
    ac_configure_args1=
    
    ac_must_keep_next=false
    for ac_pass in 1 2
    do
      for ac_arg
      do
        case $ac_arg in
        -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
        -q | -quiet | --quiet | --quie | --qui | --qu | --q \
        | -silent | --silent | --silen | --sile | --sil)
          continue ;;
    
        *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
          ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    
        esac
        case $ac_pass in
        1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
        2)
          ac_configure_args1="$ac_configure_args1 '$ac_arg'"
          if test $ac_must_keep_next = true; then
    	ac_must_keep_next=false # Got value, back to normal.
          else
    	case $ac_arg in
    	  *=* | --config-cache | -C | -disable-* | --disable-* \
    	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
    	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
    	  | -with-* | --with-* | -without-* | --without-* | --x)
    	    case "$ac_configure_args0 " in
    	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
    	    esac
    	    ;;
    	  -* ) ac_must_keep_next=true ;;
    	esac
          fi
    
          ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
          # Get rid of the leading space.
          ac_sep=" "
    
          ;;
        esac
      done
    done
    $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
    $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
    
    # When interrupted or exit'd, cleanup temporary files, and complete
    # config.log.  We remove comments because anyway the quotes in there
    # would cause problems or look ugly.
    
    # WARNING: Be sure not to use single quotes in there, as some shells,
    # such as our DU 5.0 friend, will then `close' the trap.
    
    trap 'exit_status=$?
      # Save into config.log some information that might help in debugging.
      {
        echo
    
        cat <<\_ASBOX
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    _ASBOX
        echo
        # The following way of writing the cache mishandles newlines in values,
    
        case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
        *ac_space=\ *)
    
    	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
          ;;
    
          sed -n \
    	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    
        echo
    
        cat <<\_ASBOX
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    _ASBOX
        echo
        for ac_var in $ac_subst_vars
        do
    
          eval ac_val=$`echo $ac_var`
          echo "$ac_var='"'"'$ac_val'"'"'"
    
        done | sort
        echo
    
        if test -n "$ac_subst_files"; then
          cat <<\_ASBOX
    
    ## ------------- ##
    ## Output files. ##
    ## ------------- ##
    
    _ASBOX
          echo
          for ac_var in $ac_subst_files
          do
    
    	eval ac_val=$`echo $ac_var`
    	echo "$ac_var='"'"'$ac_val'"'"'"
    
          done | sort
          echo
        fi
    
        if test -s confdefs.h; then
          cat <<\_ASBOX
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    _ASBOX
          echo
    
          sed "/^$/d" confdefs.h | sort
    
          echo
        fi
        test "$ac_signal" != 0 &&
    
          echo "$as_me: caught signal $ac_signal"
        echo "$as_me: exit $exit_status"
    
      rm -f core *.core &&
      rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
    
        exit $exit_status
    
    for ac_signal in 1 2 13 15; do
      trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
    done
    ac_signal=0
    
    # confdefs.h avoids OS command line length limits that DEFS can exceed.
    
    rm -rf conftest* confdefs.h
    # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    echo >confdefs.h
    
    
    # Predefined preprocessor variables.
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_NAME "$PACKAGE_NAME"
    _ACEOF
    
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
    _ACEOF
    
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_VERSION "$PACKAGE_VERSION"
    _ACEOF
    
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_STRING "$PACKAGE_STRING"
    _ACEOF
    
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
    _ACEOF
    
    
    # Let the site file select an alternate cache file if it wants to.
    
    # Prefer explicitly selected file to automatically selected ones.
    if test -z "$CONFIG_SITE"; then
      if test "x$prefix" != xNONE; then
        CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
      else
        CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
      fi
    fi
    for ac_site_file in $CONFIG_SITE; do
    
      if test -r "$ac_site_file"; then
    
        { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    echo "$as_me: loading site script $ac_site_file" >&6;}
    
        sed 's/^/| /' "$ac_site_file" >&5
        . "$ac_site_file"
      fi
    done
    
    if test -r "$cache_file"; then
      # Some versions of bash will fail to source /dev/null (special
      # files actually), so we avoid doing that.
      if test -f "$cache_file"; then
    
        { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    echo "$as_me: loading cache $cache_file" >&6;}
    
        case $cache_file in
    
          [\\/]* | ?:[\\/]* ) . $cache_file;;
          *)                      . ./$cache_file;;
    
      { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    echo "$as_me: creating cache $cache_file" >&6;}
    
      >$cache_file
    fi
    
    # Check that the precious variables saved in the cache have kept the same
    # value.
    ac_cache_corrupted=false
    
    for ac_var in `(set) 2>&1 |
    	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    
      eval ac_old_set=\$ac_cv_env_${ac_var}_set
      eval ac_new_set=\$ac_env_${ac_var}_set
    
      eval ac_old_val="\$ac_cv_env_${ac_var}_value"
      eval ac_new_val="\$ac_env_${ac_var}_value"
    
      case $ac_old_set,$ac_new_set in
        set,)
    
          { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    
          ac_cache_corrupted=: ;;
        ,set)
    
          { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    
          ac_cache_corrupted=: ;;
        ,);;
        *)
          if test "x$ac_old_val" != "x$ac_new_val"; then
    
    	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    echo "$as_me:   former value:  $ac_old_val" >&2;}
    	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    echo "$as_me:   current value: $ac_new_val" >&2;}
    	ac_cache_corrupted=:
    
          fi;;
      esac
      # Pass precious variables to config.status.
      if test "$ac_new_set" = set; then
        case $ac_new_val in
    
        *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
          ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    
        *) ac_arg=$ac_var=$ac_new_val ;;
        esac
        case " $ac_configure_args " in
          *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
          *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
        esac
      fi
    done
    if $ac_cache_corrupted; then
    
      { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    echo "$as_me: error: changes in the environment can compromise the build" >&2;}
      { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    
       { (exit 1); exit 1; }; }
    fi
    
    
    ac_ext=c
    ac_cpp='$CPP $CPPFLAGS'
    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    ac_compiler_gnu=$ac_cv_c_compiler_gnu
    
    am__api_version="1.9"
    
    for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
      if test -f $ac_dir/install-sh; then
    
        ac_aux_dir=$ac_dir
        ac_install_sh="$ac_aux_dir/install-sh -c"
        break
    
      elif test -f $ac_dir/install.sh; then
    
        ac_aux_dir=$ac_dir
        ac_install_sh="$ac_aux_dir/install.sh -c"
        break
    
      elif test -f $ac_dir/shtool; then
    
        ac_aux_dir=$ac_dir
        ac_install_sh="$ac_aux_dir/shtool install -c"
        break
      fi
    done
    if test -z "$ac_aux_dir"; then
    
      { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
    
       { (exit 1); exit 1; }; }
    fi
    
    ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
    
    
    # Find a good install program.  We prefer a C program (faster),
    # so one script is as good as another.  But avoid the broken or
    # incompatible versions:
    # SysV /etc/install, /usr/sbin/install
    # SunOS /usr/etc/install
    # IRIX /sbin/install
    # AIX /bin/install
    # AmigaOS /C/install, which installs bootblocks on floppy discs
    # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    # OS/2's system install, which has a completely different semantic
    # ./install, which can be erroneously created by make from ./install.sh.
    
    echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
    
    if test -z "$INSTALL"; then
    if test "${ac_cv_path_install+set}" = set; then
    
      echo $ECHO_N "(cached) $ECHO_C" >&6
    
    else
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      # Account for people who put trailing slashes in PATH elements.
    case $as_dir/ in
      ./ | .// | /cC/* | \
      /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
      ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
      /usr/ucb/* ) ;;
      *)
        # OSF1 and SCO ODT 3.0 have their own names for install.
        # Don't use installbsd from OSF since it installs stuff as root
        # by default.
        for ac_prog in ginstall scoinst install; do
          for ac_exec_ext in '' $ac_executable_extensions; do
    
    	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    
    	  if test $ac_prog = install &&
    	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    	    # AIX install.  It has an incompatible calling convention.
    	    :
    	  elif test $ac_prog = install &&
    	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    	    # program-specific install script used by HP pwplus--don't use.
    	    :
    	  else
    
    	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    	    break 3
    
    	  fi
    	fi
          done
        done
        ;;
    esac
    done
    
    
    fi
      if test "${ac_cv_path_install+set}" = set; then
        INSTALL=$ac_cv_path_install
      else
    
        # As a last resort, use the slow shell script.  We don't cache a
        # path for INSTALL within a source directory, because that will
    
        # break other packages using the cache if that directory is
    
        # removed, or if the path is relative.
    
        INSTALL=$ac_install_sh
      fi
    fi
    
    echo "$as_me:$LINENO: result: $INSTALL" >&5
    echo "${ECHO_T}$INSTALL" >&6
    
    
    # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    # It thinks the first close brace ends the variable substitution.
    test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    
    test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
    
    test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    
    
    echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
    
    # Just in case
    sleep 1
    echo timestamp > conftest.file
    # Do `set' in a subshell so we don't clobber the current shell's
    # arguments.  Must try -L first in case configure is actually a
    # symlink; some systems play weird games with the mod time of symlinks
    # (eg FreeBSD returns the mod time of the symlink's containing
    # directory).
    if (
       set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
       if test "$*" = "X"; then
          # -L didn't work.
          set X `ls -t $srcdir/configure conftest.file`
       fi
       rm -f conftest.file
       if test "$*" != "X $srcdir/configure conftest.file" \
          && test "$*" != "X conftest.file $srcdir/configure"; then
    
          # If neither matched, then we have a broken ls.  This can happen
          # if, for instance, CONFIG_SHELL is bash and it inherits a
          # broken ls alias from the environment.  This has actually
          # happened.  Such a system could not be considered "sane".
    
          { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    
    alias in your environment" >&5
    
    echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    
    alias in your environment" >&2;}
       { (exit 1); exit 1; }; }
       fi
    
       test "$2" = conftest.file
       )
    then
       # Ok.
       :
    else
    
       { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    
    Check your system clock" >&5
    
    echo "$as_me: error: newly created file is older than distributed files!
    
    Check your system clock" >&2;}
       { (exit 1); exit 1; }; }
    fi
    
    echo "$as_me:$LINENO: result: yes" >&5
    echo "${ECHO_T}yes" >&6
    
    test "$program_prefix" != NONE &&
    
      program_transform_name="s,^,$program_prefix,;$program_transform_name"
    
    # Use a double $ so make ignores it.
    test "$program_suffix" != NONE &&
    
      program_transform_name="s,\$,$program_suffix,;$program_transform_name"
    # Double any \ or $.  echo might interpret backslashes.
    
    # By default was `s,x,x', remove it if useless.
    
    cat <<\_ACEOF >conftest.sed
    s/[\\$]/&&/g;s/;s,x,x,$//
    _ACEOF
    program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
    rm conftest.sed
    
    
    # expand $ac_aux_dir to an absolute path
    am_aux_dir=`cd $ac_aux_dir && pwd`
    
    test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
    # Use eval to expand $SHELL
    if eval "$MISSING --run true"; then
      am_missing_run="$MISSING --run "
    else
      am_missing_run=
    
      { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    fi
    
    if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
      # We used to keeping the `.' as first argument, in order to
      # allow $(mkdir_p) to be used without argument.  As in
      #   $(mkdir_p) $(somedir)
      # where $(somedir) is conditionally defined.  However this is wrong
      # for two reasons:
      #  1. if the package is installed by a user who cannot write `.'
      #     make install will fail,
      #  2. the above comment should most certainly read
      #     $(mkdir_p) $(DESTDIR)$(somedir)
      #     so it does not work when $(somedir) is undefined and
      #     $(DESTDIR) is not.
      #  To support the latter case, we have to write
      #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
      #  so the `.' trick is pointless.
      mkdir_p='mkdir -p --'
    else
      # On NextStep and OpenStep, the `mkdir' command does not
      # recognize any option.  It will interpret all options as
      # directories to create, and then abort because `.' already
      # exists.
      for d in ./-p ./--version;
      do
        test -d $d && rmdir $d
      done
      # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
      if test -f "$ac_aux_dir/mkinstalldirs"; then
        mkdir_p='$(mkinstalldirs)'
    
        mkdir_p='$(install_sh) -d'
    
      fi
    fi
    
    for ac_prog in gawk mawk nawk awk
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    
    echo "$as_me:$LINENO: checking for $ac_word" >&5
    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    
    if test "${ac_cv_prog_AWK+set}" = set; then
    
      echo $ECHO_N "(cached) $ECHO_C" >&6
    
    else
      if test -n "$AWK"; then
      ac_cv_prog_AWK="$AWK" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      for ac_exec_ext in '' $ac_executable_extensions; do
    
      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    
        ac_cv_prog_AWK="$ac_prog"
    
        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    
        break 2
      fi
    done
    done
    
    fi
    fi
    AWK=$ac_cv_prog_AWK
    if test -n "$AWK"; then
    
      echo "$as_me:$LINENO: result: $AWK" >&5
    echo "${ECHO_T}$AWK" >&6
    
      echo "$as_me:$LINENO: result: no" >&5
    echo "${ECHO_T}no" >&6
    
    echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
    if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
      echo $ECHO_N "(cached) $ECHO_C" >&6
    
    else
      cat >conftest.make <<\_ACEOF
    all:
    
    	@echo 'ac_maketemp="$(MAKE)"'
    
    _ACEOF
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    
    eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
    if test -n "$ac_maketemp"; then
      eval ac_cv_prog_make_${ac_make}_set=yes
    else
      eval ac_cv_prog_make_${ac_make}_set=no
    fi
    
    rm -f conftest.make
    fi
    
    if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
      echo "$as_me:$LINENO: result: yes" >&5
    echo "${ECHO_T}yes" >&6
    
      echo "$as_me:$LINENO: result: no" >&5
    echo "${ECHO_T}no" >&6
    
      SET_MAKE="MAKE=${MAKE-make}"
    fi
    
    rm -rf .tst 2>/dev/null
    mkdir .tst 2>/dev/null
    if test -d .tst; then
      am__leading_dot=.
    else
      am__leading_dot=_
    fi
    rmdir .tst 2>/dev/null
    
    
    # test to see if srcdir already configured
    if test "`cd $srcdir && pwd`" != "`pwd`" &&
       test -f $srcdir/config.status; then
      { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    
       { (exit 1); exit 1; }; }
    fi
    
    # test whether we have cygpath
    if test -z "$CYGPATH_W"; then
      if (cygpath --version) >/dev/null 2>/dev/null; then
        CYGPATH_W='cygpath -w'
      else
        CYGPATH_W=echo
      fi
    fi
    
    
    # Define the identity of the package.
     PACKAGE=AMDiS
     VERSION=0.1
    
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE "$PACKAGE"
    _ACEOF
    
    
    cat >>confdefs.h <<_ACEOF
    #define VERSION "$VERSION"
    _ACEOF
    
    # Some tools Automake needs.
    
    ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
    
    
    AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
    
    
    AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
    
    
    AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
    
    
    MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    
    
    install_sh=${install_sh-"$am_aux_dir/install-sh"}
    
    
    # Installed binaries are usually stripped using `strip' when the user
    # run `make install-strip'.  However `strip' might not be the right
    # tool to use in cross-compilation environments, therefore Automake
    # will honor the `STRIP' environment variable to overrule this program.
    if test "$cross_compiling" != no; then
      if test -n "$ac_tool_prefix"; then
      # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    set dummy ${ac_tool_prefix}strip; ac_word=$2
    
    echo "$as_me:$LINENO: checking for $ac_word" >&5
    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    
    if test "${ac_cv_prog_STRIP+set}" = set; then
    
      echo $ECHO_N "(cached) $ECHO_C" >&6
    
    else
      if test -n "$STRIP"; then
      ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      for ac_exec_ext in '' $ac_executable_extensions; do
    
      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    
        ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    
        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    
        break 2
      fi
    done
    done
    
    fi
    fi
    STRIP=$ac_cv_prog_STRIP
    if test -n "$STRIP"; then
    
      echo "$as_me:$LINENO: result: $STRIP" >&5
    echo "${ECHO_T}$STRIP" >&6
    
      echo "$as_me:$LINENO: result: no" >&5
    echo "${ECHO_T}no" >&6
    
    fi
    
    fi
    if test -z "$ac_cv_prog_STRIP"; then
      ac_ct_STRIP=$STRIP
      # Extract the first word of "strip", so it can be a program name with args.
    set dummy strip; ac_word=$2
    
    echo "$as_me:$LINENO: checking for $ac_word" >&5
    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    
    if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    
      echo $ECHO_N "(cached) $ECHO_C" >&6
    
    else
      if test -n "$ac_ct_STRIP"; then
      ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      for ac_exec_ext in '' $ac_executable_extensions; do
    
      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    
        ac_cv_prog_ac_ct_STRIP="strip"
    
        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    
      test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
    
    fi
    fi
    ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    if test -n "$ac_ct_STRIP"; then
    
      echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    echo "${ECHO_T}$ac_ct_STRIP" >&6
    
      echo "$as_me:$LINENO: result: no" >&5
    echo "${ECHO_T}no" >&6
    
      STRIP=$ac_ct_STRIP
    
    INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
    
    
    # We need awk for the "check" target.  The system "awk" is bad on
    # some platforms.
    # Always define AMTAR for backward compatibility.
    
    AMTAR=${AMTAR-"${am_missing_run}tar"}
    
    am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
    
    
    
    
    
    
    echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
    echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
        # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    
    if test "${enable_maintainer_mode+set}" = set; then
    
      enableval="$enable_maintainer_mode"
      USE_MAINTAINER_MODE=$enableval
    
    else
      USE_MAINTAINER_MODE=no
    
    fi;
      echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
    echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
    
    
    if test $USE_MAINTAINER_MODE = yes; then
    
      MAINTAINER_MODE_TRUE=
      MAINTAINER_MODE_FALSE='#'
    else
      MAINTAINER_MODE_TRUE='#'
      MAINTAINER_MODE_FALSE=
    fi
    
      MAINT=$MAINTAINER_MODE_TRUE
    
    
    
    #AC_DISABLE_SHARED
    
    
    # Check whether --enable-debug or --disable-debug was given.
    
    if test "${enable_debug+set}" = set; then
    
      enableval="$enable_debug"
      case "${enableval}" in
    
        yes) debug=true ;;
        no)  debug=false ;;
    
        *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-debug" >&5
    echo "$as_me: error: bad value ${enableval} for --enable-debug" >&2;}
    
       { (exit 1); exit 1; }; } ;;
      esac
    else
      debug=false
    
    if test $debug = true; then
    
      AMDIS_DEBUG_TRUE=
      AMDIS_DEBUG_FALSE='#'
    else
      AMDIS_DEBUG_TRUE='#'
      AMDIS_DEBUG_FALSE=
    fi
    
    
    
    # Check whether --enable-intel or --disable-intel was given.
    
    if test "${enable_intel+set}" = set; then
    
      enableval="$enable_intel"