Changeset 341 for trunk/configure
- Timestamp:
- Jun 1, 2006 12:32:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r313 r341 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 MAINTAINER_SMALL_TRUE MAINTAINER_SMALL_FALSEsubdirs 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' 295 295 ac_subst_files='' 296 296 … … 1765 1765 1766 1766 coin_have_externals=no 1767 coin_maintainer_small=no1768 1767 if test "$enable_maintainer_mode" = yes; then 1769 1768 … … 2014 2013 fi 2015 2014 2016 # Check if this is a limited project (without config.guess)2017 if test -r $srcdir/config.guess; then :; else2018 coin_maintainer_small=yes2019 fi2020 2021 2015 # Find the location of the BuildTools directory 2022 2016 BUILDTOOLSDIR= … … 2051 2045 HAVE_EXTERNALS_TRUE='#' 2052 2046 HAVE_EXTERNALS_FALSE= 2053 fi2054 2055 2056 2057 if test $coin_maintainer_small = yes; then2058 MAINTAINER_SMALL_TRUE=2059 MAINTAINER_SMALL_FALSE='#'2060 else2061 MAINTAINER_SMALL_TRUE='#'2062 MAINTAINER_SMALL_FALSE=2063 2047 fi 2064 2048 … … 2447 2431 Usually this means the macro was only invoked conditionally." >&5 2448 2432 echo "$as_me: error: conditional \"HAVE_EXTERNALS\" was never defined. 2449 Usually this means the macro was only invoked conditionally." >&2;}2450 { (exit 1); exit 1; }; }2451 fi2452 if test -z "${MAINTAINER_SMALL_TRUE}" && test -z "${MAINTAINER_SMALL_FALSE}"; then2453 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_SMALL\" was never defined.2454 Usually this means the macro was only invoked conditionally." >&52455 echo "$as_me: error: conditional \"MAINTAINER_SMALL\" was never defined.2456 2433 Usually this means the macro was only invoked conditionally." >&2;} 2457 2434 { (exit 1); exit 1; }; } … … 3003 2980 s,@HAVE_EXTERNALS_TRUE@,$HAVE_EXTERNALS_TRUE,;t t 3004 2981 s,@HAVE_EXTERNALS_FALSE@,$HAVE_EXTERNALS_FALSE,;t t 3005 s,@MAINTAINER_SMALL_TRUE@,$MAINTAINER_SMALL_TRUE,;t t3006 s,@MAINTAINER_SMALL_FALSE@,$MAINTAINER_SMALL_FALSE,;t t3007 2982 s,@subdirs@,$subdirs,;t t 3008 2983 s,@LIBOBJS@,$LIBOBJS,;t t
Note: See TracChangeset
for help on using the changeset viewer.