/[svn]/linuxsampler/trunk/configure
ViewVC logotype

Diff of /linuxsampler/trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28 by schoenebeck, Sun Dec 7 05:03:43 2003 UTC revision 29 by schoenebeck, Fri Jan 2 00:05:42 2004 UTC
# Line 1032  Optional Features: Line 1032  Optional Features:
1032                            build static libraries [default=yes]                            build static libraries [default=yes]
1033    --enable-fast-install[=PKGS]    --enable-fast-install[=PKGS]
1034                            optimize for fast installation [default=yes]                            optimize for fast installation [default=yes]
1035    --disable-libtool-lock  avoid locking (might break parallel builds)    --disable-libtool-lock
1036                              avoid locking (might break parallel builds)
1037    
1038  Optional Packages:  Optional Packages:
1039    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1040    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1041    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]    --with-gnu-ld
1042    --with-pic              try to use only PIC/non-PIC objects [default=use                            assume the C compiler uses GNU ld [default=no]
1043                            both]    --with-pic
1044                              try to use only PIC/non-PIC objects [default=use both]
1045    --with-tags[=TAGS]    --with-tags[=TAGS]
1046                            include additional configurations [automatic]                            include additional configurations [automatic]
1047    
1048  Some influential environment variables:  Some influential environment variables:
1049    CC          C compiler command    CC
1050    CFLAGS      C compiler flags                C compiler command
1051    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a    CFLAGS
1052                nonstandard directory <lib dir>                C compiler flags
1053    CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have    LDFLAGS
1054                headers in a nonstandard directory <include dir>                linker flags, e.g. -L<lib dir> if you have
1055    CPP         C preprocessor                libraries in a nonstandard directory <lib dir>
1056    CXX         C++ compiler command    CPPFLAGS
1057    CXXFLAGS    C++ compiler flags                C/C++ preprocessor flags, e.g. -I<include dir> if you
1058    CXXCPP      C++ preprocessor                have headers in a nonstandard directory <include dir>
1059    F77         Fortran 77 compiler command    CPP
1060    FFLAGS      Fortran 77 compiler flags                C preprocessor
1061      CXX
1062                  C++ compiler command
1063      CXXFLAGS
1064                  C++ compiler flags
1065      CXXCPP
1066                  C++ preprocessor
1067      F77
1068                  Fortran 77 compiler command
1069      FFLAGS
1070                  Fortran 77 compiler flags
1071    
1072  Use these variables to override the choices made by `configure' or to help  Use these variables to override the choices made by `configure' or to help
1073  it to find libraries and programs with nonstandard names/locations.  it to find libraries and programs with nonstandard names/locations.
# Line 5097  ia64-*-hpux*) Line 5109  ia64-*-hpux*)
5109    ;;    ;;
5110  *-*-irix6*)  *-*-irix6*)
5111    # Find out which ABI we are using.    # Find out which ABI we are using.
5112    echo '#line 5100 "configure"' > conftest.$ac_ext    echo '#line 5112 "configure"' > conftest.$ac_ext
5113    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5114    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5115    ac_status=$?    ac_status=$?
# Line 5730  fi Line 5742  fi
5742    
5743    
5744  # Provide some information about the compiler.  # Provide some information about the compiler.
5745  echo "$as_me:5733:" \  echo "$as_me:5745:" \
5746       "checking for Fortran 77 compiler version" >&5       "checking for Fortran 77 compiler version" >&5
5747  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
5748  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
# Line 6762  else Line 6774  else
6774     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6775     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6776     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6777     (eval echo "\"\$as_me:6765: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6777: $lt_compile\"" >&5)
6778     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
6779     ac_status=$?     ac_status=$?
6780     cat conftest.err >&5     cat conftest.err >&5
6781     echo "$as_me:6769: \$? = $ac_status" >&5     echo "$as_me:6781: \$? = $ac_status" >&5
6782     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
6783       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
6784       # So say no if there are warnings       # So say no if there are warnings
# Line 6995  else Line 7007  else
7007     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7008     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7009     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
7010     (eval echo "\"\$as_me:6998: $lt_compile\"" >&5)     (eval echo "\"\$as_me:7010: $lt_compile\"" >&5)
7011     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
7012     ac_status=$?     ac_status=$?
7013     cat conftest.err >&5     cat conftest.err >&5
7014     echo "$as_me:7002: \$? = $ac_status" >&5     echo "$as_me:7014: \$? = $ac_status" >&5
7015     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
7016       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
7017       # So say no if there are warnings       # So say no if there are warnings
# Line 7062  else Line 7074  else
7074     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7075     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7076     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
7077     (eval echo "\"\$as_me:7065: $lt_compile\"" >&5)     (eval echo "\"\$as_me:7077: $lt_compile\"" >&5)
7078     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
7079     ac_status=$?     ac_status=$?
7080     cat out/conftest.err >&5     cat out/conftest.err >&5
7081     echo "$as_me:7069: \$? = $ac_status" >&5     echo "$as_me:7081: \$? = $ac_status" >&5
7082     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
7083     then     then
7084       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 9237  else Line 9249  else
9249    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9250    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
9251    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
9252  #line 9240 "configure"  #line 9252 "configure"
9253  #include "confdefs.h"  #include "confdefs.h"
9254    
9255  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 9335  else Line 9347  else
9347    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9348    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
9349    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
9350  #line 9338 "configure"  #line 9350 "configure"
9351  #include "confdefs.h"  #include "confdefs.h"
9352    
9353  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 11512  else Line 11524  else
11524     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11525     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11526     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11527     (eval echo "\"\$as_me:11515: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11527: $lt_compile\"" >&5)
11528     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
11529     ac_status=$?     ac_status=$?
11530     cat conftest.err >&5     cat conftest.err >&5
11531     echo "$as_me:11519: \$? = $ac_status" >&5     echo "$as_me:11531: \$? = $ac_status" >&5
11532     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
11533       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
11534       # So say no if there are warnings       # So say no if there are warnings
# Line 11579  else Line 11591  else
11591     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11592     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11593     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11594     (eval echo "\"\$as_me:11582: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11594: $lt_compile\"" >&5)
11595     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
11596     ac_status=$?     ac_status=$?
11597     cat out/conftest.err >&5     cat out/conftest.err >&5
11598     echo "$as_me:11586: \$? = $ac_status" >&5     echo "$as_me:11598: \$? = $ac_status" >&5
11599     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
11600     then     then
11601       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 12933  else Line 12945  else
12945    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12946    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
12947    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
12948  #line 12936 "configure"  #line 12948 "configure"
12949  #include "confdefs.h"  #include "confdefs.h"
12950    
12951  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 13031  else Line 13043  else
13043    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13044    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
13045    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
13046  #line 13034 "configure"  #line 13046 "configure"
13047  #include "confdefs.h"  #include "confdefs.h"
13048    
13049  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 13858  else Line 13870  else
13870     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13871     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13872     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13873     (eval echo "\"\$as_me:13861: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13873: $lt_compile\"" >&5)
13874     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
13875     ac_status=$?     ac_status=$?
13876     cat conftest.err >&5     cat conftest.err >&5
13877     echo "$as_me:13865: \$? = $ac_status" >&5     echo "$as_me:13877: \$? = $ac_status" >&5
13878     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
13879       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
13880       # So say no if there are warnings       # So say no if there are warnings
# Line 13925  else Line 13937  else
13937     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13938     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13939     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13940     (eval echo "\"\$as_me:13928: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13940: $lt_compile\"" >&5)
13941     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
13942     ac_status=$?     ac_status=$?
13943     cat out/conftest.err >&5     cat out/conftest.err >&5
13944     echo "$as_me:13932: \$? = $ac_status" >&5     echo "$as_me:13944: \$? = $ac_status" >&5
13945     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
13946     then     then
13947       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 15957  else Line 15969  else
15969     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15970     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15971     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
15972     (eval echo "\"\$as_me:15960: $lt_compile\"" >&5)     (eval echo "\"\$as_me:15972: $lt_compile\"" >&5)
15973     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
15974     ac_status=$?     ac_status=$?
15975     cat conftest.err >&5     cat conftest.err >&5
15976     echo "$as_me:15964: \$? = $ac_status" >&5     echo "$as_me:15976: \$? = $ac_status" >&5
15977     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
15978       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
15979       # So say no if there are warnings       # So say no if there are warnings
# Line 16190  else Line 16202  else
16202     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16203     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16204     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16205     (eval echo "\"\$as_me:16193: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16205: $lt_compile\"" >&5)
16206     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
16207     ac_status=$?     ac_status=$?
16208     cat conftest.err >&5     cat conftest.err >&5
16209     echo "$as_me:16197: \$? = $ac_status" >&5     echo "$as_me:16209: \$? = $ac_status" >&5
16210     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
16211       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
16212       # So say no if there are warnings       # So say no if there are warnings
# Line 16257  else Line 16269  else
16269     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16270     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16271     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16272     (eval echo "\"\$as_me:16260: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16272: $lt_compile\"" >&5)
16273     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
16274     ac_status=$?     ac_status=$?
16275     cat out/conftest.err >&5     cat out/conftest.err >&5
16276     echo "$as_me:16264: \$? = $ac_status" >&5     echo "$as_me:16276: \$? = $ac_status" >&5
16277     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
16278     then     then
16279       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 18432  else Line 18444  else
18444    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18445    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18446    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18447  #line 18435 "configure"  #line 18447 "configure"
18448  #include "confdefs.h"  #include "confdefs.h"
18449    
18450  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 18530  else Line 18542  else
18542    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18543    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18544    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18545  #line 18533 "configure"  #line 18545 "configure"
18546  #include "confdefs.h"  #include "confdefs.h"
18547    
18548  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 20405  esac Line 20417  esac
20417    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
20418    esac    esac
20419    
   if test x"$ac_file" != x-; then  
     { echo "$as_me:$LINENO: creating $ac_file" >&5  
 echo "$as_me: creating $ac_file" >&6;}  
     rm -f "$ac_file"  
   fi  
20420    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is `configure' which instantiates (i.e., don't
20421    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
20422    #    /* config.h.  Generated by config.status.  */    #    /* config.h.  Generated by config.status.  */
# Line 20448  echo "$as_me: error: cannot find input f Line 20455  echo "$as_me: error: cannot find input f
20455           fi;;           fi;;
20456        esac        esac
20457      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
20458    
20459      if test x"$ac_file" != x-; then
20460        { echo "$as_me:$LINENO: creating $ac_file" >&5
20461    echo "$as_me: creating $ac_file" >&6;}
20462        rm -f "$ac_file"
20463      fi
20464  _ACEOF  _ACEOF
20465  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
20466    sed "$ac_vpsub    sed "$ac_vpsub

Legend:
Removed from v.28  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC