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

Diff of /linuxsampler/trunk/configure

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

revision 30 by schoenebeck, Sun Jan 11 16:43:54 2004 UTC revision 31 by schoenebeck, Sun Jan 18 20:31:31 2004 UTC
# Line 463  ac_includes_default="\ Line 463  ac_includes_default="\
463  # include <unistd.h>  # include <unistd.h>
464  #endif"  #endif"
465    
466  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP PKG_CONFIG JACK_CFLAGS JACK_LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'
467  ac_subst_files=''  ac_subst_files=''
468    
469  # Initialize some variables set by options.  # Initialize some variables set by options.
# Line 3636  _ACEOF Line 3636  _ACEOF
3636    
3637    
3638    
3639    # JACK
3640    
3641      succeeded=no
3642    
3643      if test -z "$PKG_CONFIG"; then
3644        # Extract the first word of "pkg-config", so it can be a program name with args.
3645    set dummy pkg-config; ac_word=$2
3646    echo "$as_me:$LINENO: checking for $ac_word" >&5
3647    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3648    if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
3649      echo $ECHO_N "(cached) $ECHO_C" >&6
3650    else
3651      case $PKG_CONFIG in
3652      [\\/]* | ?:[\\/]*)
3653      ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
3654      ;;
3655      *)
3656      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3657    for as_dir in $PATH
3658    do
3659      IFS=$as_save_IFS
3660      test -z "$as_dir" && as_dir=.
3661      for ac_exec_ext in '' $ac_executable_extensions; do
3662      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3663        ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3664        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3665        break 2
3666      fi
3667    done
3668    done
3669    
3670      test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
3671      ;;
3672    esac
3673    fi
3674    PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3675    
3676    if test -n "$PKG_CONFIG"; then
3677      echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
3678    echo "${ECHO_T}$PKG_CONFIG" >&6
3679    else
3680      echo "$as_me:$LINENO: result: no" >&5
3681    echo "${ECHO_T}no" >&6
3682    fi
3683    
3684      fi
3685    
3686      if test "$PKG_CONFIG" = "no" ; then
3687         echo "*** The pkg-config script could not be found. Make sure it is"
3688         echo "*** in your path, or set the PKG_CONFIG environment variable"
3689         echo "*** to the full path to pkg-config."
3690         echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
3691      else
3692         PKG_CONFIG_MIN_VERSION=0.9.0
3693         if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
3694            echo "$as_me:$LINENO: checking for jack" >&5
3695    echo $ECHO_N "checking for jack... $ECHO_C" >&6
3696    
3697            if $PKG_CONFIG --exists "jack" ; then
3698                echo "$as_me:$LINENO: result: yes" >&5
3699    echo "${ECHO_T}yes" >&6
3700                succeeded=yes
3701    
3702                echo "$as_me:$LINENO: checking JACK_CFLAGS" >&5
3703    echo $ECHO_N "checking JACK_CFLAGS... $ECHO_C" >&6
3704                JACK_CFLAGS=`$PKG_CONFIG --cflags "jack"`
3705                echo "$as_me:$LINENO: result: $JACK_CFLAGS" >&5
3706    echo "${ECHO_T}$JACK_CFLAGS" >&6
3707    
3708                echo "$as_me:$LINENO: checking JACK_LIBS" >&5
3709    echo $ECHO_N "checking JACK_LIBS... $ECHO_C" >&6
3710                JACK_LIBS=`$PKG_CONFIG --libs "jack"`
3711                echo "$as_me:$LINENO: result: $JACK_LIBS" >&5
3712    echo "${ECHO_T}$JACK_LIBS" >&6
3713            else
3714                JACK_CFLAGS=""
3715                JACK_LIBS=""
3716                ## If we have a custom action on failure, don't print errors, but
3717                ## do set a variable so people can do so.
3718                JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "jack"`
3719    
3720            fi
3721    
3722    
3723    
3724         else
3725            echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
3726            echo "*** See http://www.freedesktop.org/software/pkgconfig"
3727         fi
3728      fi
3729    
3730      if test $succeeded = yes; then
3731         HAVE_JACK=true
3732      else
3733         HAVE_JACK=false
3734      fi
3735    
3736    
3737    
3738    
3739    cat >>confdefs.h <<_ACEOF
3740    #define HAVE_JACK $HAVE_JACK
3741    _ACEOF
3742    
3743    
3744    
3745  # Add the stamp file to the list of files AC keeps track of,  # Add the stamp file to the list of files AC keeps track of,
3746  # along with our hook.  # along with our hook.
3747            ac_config_headers="$ac_config_headers config.h"            ac_config_headers="$ac_config_headers config.h"
# Line 5097  ia64-*-hpux*) Line 5203  ia64-*-hpux*)
5203    ;;    ;;
5204  *-*-irix6*)  *-*-irix6*)
5205    # Find out which ABI we are using.    # Find out which ABI we are using.
5206    echo '#line 5100 "configure"' > conftest.$ac_ext    echo '#line 5206 "configure"' > conftest.$ac_ext
5207    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5208    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5209    ac_status=$?    ac_status=$?
# Line 5730  fi Line 5836  fi
5836    
5837    
5838  # Provide some information about the compiler.  # Provide some information about the compiler.
5839  echo "$as_me:5733:" \  echo "$as_me:5839:" \
5840       "checking for Fortran 77 compiler version" >&5       "checking for Fortran 77 compiler version" >&5
5841  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
5842  { (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 6868  else
6868     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6869     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6870     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6871     (eval echo "\"\$as_me:6765: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6871: $lt_compile\"" >&5)
6872     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
6873     ac_status=$?     ac_status=$?
6874     cat conftest.err >&5     cat conftest.err >&5
6875     echo "$as_me:6769: \$? = $ac_status" >&5     echo "$as_me:6875: \$? = $ac_status" >&5
6876     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
6877       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
6878       # So say no if there are warnings       # So say no if there are warnings
# Line 6995  else Line 7101  else
7101     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7102     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7103     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
7104     (eval echo "\"\$as_me:6998: $lt_compile\"" >&5)     (eval echo "\"\$as_me:7104: $lt_compile\"" >&5)
7105     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
7106     ac_status=$?     ac_status=$?
7107     cat conftest.err >&5     cat conftest.err >&5
7108     echo "$as_me:7002: \$? = $ac_status" >&5     echo "$as_me:7108: \$? = $ac_status" >&5
7109     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
7110       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
7111       # So say no if there are warnings       # So say no if there are warnings
# Line 7062  else Line 7168  else
7168     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7169     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7170     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
7171     (eval echo "\"\$as_me:7065: $lt_compile\"" >&5)     (eval echo "\"\$as_me:7171: $lt_compile\"" >&5)
7172     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
7173     ac_status=$?     ac_status=$?
7174     cat out/conftest.err >&5     cat out/conftest.err >&5
7175     echo "$as_me:7069: \$? = $ac_status" >&5     echo "$as_me:7175: \$? = $ac_status" >&5
7176     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
7177     then     then
7178       # 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 9343  else
9343    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9344    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
9345    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
9346  #line 9240 "configure"  #line 9346 "configure"
9347  #include "confdefs.h"  #include "confdefs.h"
9348    
9349  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 9335  else Line 9441  else
9441    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9442    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
9443    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
9444  #line 9338 "configure"  #line 9444 "configure"
9445  #include "confdefs.h"  #include "confdefs.h"
9446    
9447  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 11512  else Line 11618  else
11618     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11619     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11620     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11621     (eval echo "\"\$as_me:11515: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11621: $lt_compile\"" >&5)
11622     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
11623     ac_status=$?     ac_status=$?
11624     cat conftest.err >&5     cat conftest.err >&5
11625     echo "$as_me:11519: \$? = $ac_status" >&5     echo "$as_me:11625: \$? = $ac_status" >&5
11626     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
11627       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
11628       # So say no if there are warnings       # So say no if there are warnings
# Line 11579  else Line 11685  else
11685     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11686     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11687     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11688     (eval echo "\"\$as_me:11582: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11688: $lt_compile\"" >&5)
11689     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
11690     ac_status=$?     ac_status=$?
11691     cat out/conftest.err >&5     cat out/conftest.err >&5
11692     echo "$as_me:11586: \$? = $ac_status" >&5     echo "$as_me:11692: \$? = $ac_status" >&5
11693     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
11694     then     then
11695       # 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 13039  else
13039    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13040    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
13041    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
13042  #line 12936 "configure"  #line 13042 "configure"
13043  #include "confdefs.h"  #include "confdefs.h"
13044    
13045  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 13031  else Line 13137  else
13137    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13138    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
13139    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
13140  #line 13034 "configure"  #line 13140 "configure"
13141  #include "confdefs.h"  #include "confdefs.h"
13142    
13143  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 13858  else Line 13964  else
13964     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13965     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13966     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13967     (eval echo "\"\$as_me:13861: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13967: $lt_compile\"" >&5)
13968     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
13969     ac_status=$?     ac_status=$?
13970     cat conftest.err >&5     cat conftest.err >&5
13971     echo "$as_me:13865: \$? = $ac_status" >&5     echo "$as_me:13971: \$? = $ac_status" >&5
13972     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
13973       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
13974       # So say no if there are warnings       # So say no if there are warnings
# Line 13925  else Line 14031  else
14031     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14032     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14033     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
14034     (eval echo "\"\$as_me:13928: $lt_compile\"" >&5)     (eval echo "\"\$as_me:14034: $lt_compile\"" >&5)
14035     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
14036     ac_status=$?     ac_status=$?
14037     cat out/conftest.err >&5     cat out/conftest.err >&5
14038     echo "$as_me:13932: \$? = $ac_status" >&5     echo "$as_me:14038: \$? = $ac_status" >&5
14039     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
14040     then     then
14041       # 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 16063  else
16063     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16064     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16065     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16066     (eval echo "\"\$as_me:15960: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16066: $lt_compile\"" >&5)
16067     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
16068     ac_status=$?     ac_status=$?
16069     cat conftest.err >&5     cat conftest.err >&5
16070     echo "$as_me:15964: \$? = $ac_status" >&5     echo "$as_me:16070: \$? = $ac_status" >&5
16071     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
16072       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
16073       # So say no if there are warnings       # So say no if there are warnings
# Line 16190  else Line 16296  else
16296     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16297     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16298     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16299     (eval echo "\"\$as_me:16193: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16299: $lt_compile\"" >&5)
16300     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
16301     ac_status=$?     ac_status=$?
16302     cat conftest.err >&5     cat conftest.err >&5
16303     echo "$as_me:16197: \$? = $ac_status" >&5     echo "$as_me:16303: \$? = $ac_status" >&5
16304     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
16305       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
16306       # So say no if there are warnings       # So say no if there are warnings
# Line 16257  else Line 16363  else
16363     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16364     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16365     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16366     (eval echo "\"\$as_me:16260: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16366: $lt_compile\"" >&5)
16367     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
16368     ac_status=$?     ac_status=$?
16369     cat out/conftest.err >&5     cat out/conftest.err >&5
16370     echo "$as_me:16264: \$? = $ac_status" >&5     echo "$as_me:16370: \$? = $ac_status" >&5
16371     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
16372     then     then
16373       # 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 18538  else
18538    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18539    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18540    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18541  #line 18435 "configure"  #line 18541 "configure"
18542  #include "confdefs.h"  #include "confdefs.h"
18543    
18544  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 18530  else Line 18636  else
18636    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18637    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18638    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18639  #line 18533 "configure"  #line 18639 "configure"
18640  #include "confdefs.h"  #include "confdefs.h"
18641    
18642  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 20198  s,@target_vendor@,$target_vendor,;t t Line 20304  s,@target_vendor@,$target_vendor,;t t
20304  s,@target_os@,$target_os,;t t  s,@target_os@,$target_os,;t t
20305  s,@CPP@,$CPP,;t t  s,@CPP@,$CPP,;t t
20306  s,@EGREP@,$EGREP,;t t  s,@EGREP@,$EGREP,;t t
20307    s,@PKG_CONFIG@,$PKG_CONFIG,;t t
20308    s,@JACK_CFLAGS@,$JACK_CFLAGS,;t t
20309    s,@JACK_LIBS@,$JACK_LIBS,;t t
20310  s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t  s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
20311  s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t  s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
20312  s,@INSTALL_DATA@,$INSTALL_DATA,;t t  s,@INSTALL_DATA@,$INSTALL_DATA,;t t

Legend:
Removed from v.30  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC