Changeset 342 for trunk/configure
- Timestamp:
- Jun 1, 2006 12:45:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r341 r342 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 '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' 295 295 ac_subst_files='' 296 296 … … 2298 2298 2299 2299 # Finally, we let configure write all the output... 2300 2300 2301 cat >confcache <<\_ACEOF 2301 2302 # This file is a shell script that caches the results of configure … … 3429 3430 3430 3431 3431 # ...and tell the user, that the configuration finished 3432 { echo "$as_me:$LINENO: Cbc main configuration successful" >&5 3433 echo "$as_me: Cbc main configuration successful" >&6;} 3432 if test x"$coin_vpath_link_files" = x; then : ; else 3433 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&5 3434 echo "$as_me: Creating VPATH links for data files" >&6;} 3435 for file in $coin_vpath_link_files; do 3436 rm -f $file 3437 $LN_S $srcdir/$file $file 3438 done 3439 fi 3440 3441 # Define VPATH_DISTCLEANFILES to be everything that needs to be 3442 # cleaned for distclean in a vpath configuration 3443 3444 VPATH_DISTCLEANFILES="$coin_vpath_link_files" 3445 3446 if test x$coin_projectdir = xyes; then 3447 { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 3448 echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} 3449 else 3450 { echo "$as_me:$LINENO: Main configuration of $PACKAGE_NAME successful" >&5 3451 echo "$as_me: Main configuration of $PACKAGE_NAME successful" >&6;} 3452 fi 3453
Note: See TracChangeset
for help on using the changeset viewer.