Changeset 352 for trunk/configure
- Timestamp:
- Jun 8, 2006 11:01:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r348 r352 292 292 ac_subdirs_all="$ac_subdirs_all Cgl" 293 293 ac_subdirs_all="$ac_subdirs_all Cbc" 294 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 EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake BUILDTOOLSDIR AUX_DIR HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE subdirs LIBOBJS LTLIBOBJS VPATH_DISTCLEANFILES'294 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 EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE subdirs LIBOBJS LTLIBOBJS VPATH_DISTCLEANFILES' 295 295 ac_subst_files='' 296 296 … … 2027 2027 coin_have_externals=yes 2028 2028 fi 2029 # Check if subversion is installed and understands https 2030 # Extract the first word of "svn", so it can be a program name with args. 2031 set dummy svn; ac_word=$2 2032 echo "$as_me:$LINENO: checking for $ac_word" >&5 2033 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2034 if test "${ac_cv_prog_have_svn+set}" = set; then 2035 echo $ECHO_N "(cached) $ECHO_C" >&6 2036 else 2037 if test -n "$have_svn"; then 2038 ac_cv_prog_have_svn="$have_svn" # Let the user override the test. 2039 else 2040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2041 for as_dir in $PATH 2042 do 2043 IFS=$as_save_IFS 2044 test -z "$as_dir" && as_dir=. 2045 for ac_exec_ext in '' $ac_executable_extensions; do 2046 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2047 ac_cv_prog_have_svn="yes" 2048 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2049 break 2 2050 fi 2051 done 2052 done 2053 2054 test -z "$ac_cv_prog_have_svn" && ac_cv_prog_have_svn="no" 2055 fi 2056 fi 2057 have_svn=$ac_cv_prog_have_svn 2058 if test -n "$have_svn"; then 2059 echo "$as_me:$LINENO: result: $have_svn" >&5 2060 echo "${ECHO_T}$have_svn" >&6 2061 else 2062 echo "$as_me:$LINENO: result: no" >&5 2063 echo "${ECHO_T}no" >&6 2064 fi 2065 2066 if test x$have_svn = xyes; then 2067 echo "$as_me:$LINENO: checking svn understands https" >&5 2068 echo $ECHO_N "checking svn understands https... $ECHO_C" >&6 2069 svn --version > confauto.out 2>&1 2070 if $EGREP https confauto.out >/dev/null 2>&1; then 2071 echo "$as_me:$LINENO: result: yes" >&5 2072 echo "${ECHO_T}yes" >&6 2073 else 2074 echo "$as_me:$LINENO: result: no" >&5 2075 echo "${ECHO_T}no" >&6 2076 have_svn=no 2077 fi 2078 fi 2029 2079 2030 2080 # Find the location of the BuildTools directory … … 2054 2104 2055 2105 2056 if test $coin_have_externals = yes; then 2106 2107 2108 2109 if test $coin_have_externals = yes && test x$have_svn = xyes; then 2057 2110 HAVE_EXTERNALS_TRUE= 2058 2111 HAVE_EXTERNALS_FALSE='#' … … 2992 3045 s,@have_autoconf@,$have_autoconf,;t t 2993 3046 s,@have_automake@,$have_automake,;t t 3047 s,@have_svn@,$have_svn,;t t 2994 3048 s,@BUILDTOOLSDIR@,$BUILDTOOLSDIR,;t t 2995 3049 s,@AUX_DIR@,$AUX_DIR,;t t
Note: See TracChangeset
for help on using the changeset viewer.