Changeset 5475 in orxonox.OLD for trunk/configure
- Timestamp:
- Nov 3, 2005, 2:24:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r5471 r5475 312 312 #endif" 313 313 314 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dotCXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE RANLIB ac_ct_RANLIB CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOCUMENTATION_TRUE DOCUMENTATION_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE GPROF PKG_CONFIG MSBITFIELDS CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE LIBOBJS LTLIBOBJS'314 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os 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 CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE RANLIB ac_ct_RANLIB CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOCUMENTATION_TRUE DOCUMENTATION_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE GPROF PKG_CONFIG MSBITFIELDS CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE LIBOBJS LTLIBOBJS' 315 315 ac_subst_files='' 316 316 … … 1455 1455 program_prefix=${target_alias}- 1456 1456 1457 am__api_version="1. 8"1457 am__api_version="1.9" 1458 1458 # Find a good install program. We prefer a C program (faster), 1459 1459 # so one script is as good as another. But avoid the broken or … … 1607 1607 1608 1608 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 1609 # Keeping the `.' argument allows $(mkdir_p) to be used without1610 # a rgument. Indeed, we sometimes output rules like1609 # We used to keeping the `.' as first argument, in order to 1610 # allow $(mkdir_p) to be used without argument. As in 1611 1611 # $(mkdir_p) $(somedir) 1612 # where $(somedir) is conditionally defined. 1613 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more 1614 # expensive solution, as it forces Make to start a sub-shell.) 1615 mkdir_p='mkdir -p -- .' 1612 # where $(somedir) is conditionally defined. However this is wrong 1613 # for two reasons: 1614 # 1. if the package is installed by a user who cannot write `.' 1615 # make install will fail, 1616 # 2. the above comment should most certainly read 1617 # $(mkdir_p) $(DESTDIR)$(somedir) 1618 # so it does not work when $(somedir) is undefined and 1619 # $(DESTDIR) is not. 1620 # To support the latter case, we have to write 1621 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), 1622 # so the `.' trick is pointless. 1623 mkdir_p='mkdir -p --' 1616 1624 else 1617 1625 # On NextStep and OpenStep, the `mkdir' command does not … … 1757 1765 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1758 1766 1759 1760 AMTAR=${AMTAR-"${am_missing_run}tar"}1761 1762 1767 install_sh=${install_sh-"$am_aux_dir/install-sh"} 1763 1768 … … 1852 1857 # We need awk for the "check" target. The system "awk" is bad on 1853 1858 # some platforms. 1859 # Always define AMTAR for backward compatibility. 1860 1861 AMTAR=${AMTAR-"${am_missing_run}tar"} 1862 1863 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' 1864 1865 1854 1866 1855 1867 … … 11475 11487 s,@AUTOHEADER@,$AUTOHEADER,;t t 11476 11488 s,@MAKEINFO@,$MAKEINFO,;t t 11477 s,@AMTAR@,$AMTAR,;t t11478 11489 s,@install_sh@,$install_sh,;t t 11479 11490 s,@STRIP@,$STRIP,;t t … … 11484 11495 s,@SET_MAKE@,$SET_MAKE,;t t 11485 11496 s,@am__leading_dot@,$am__leading_dot,;t t 11497 s,@AMTAR@,$AMTAR,;t t 11498 s,@am__tar@,$am__tar,;t t 11499 s,@am__untar@,$am__untar,;t t 11486 11500 s,@CXX@,$CXX,;t t 11487 11501 s,@CXXFLAGS@,$CXXFLAGS,;t t … … 12153 12167 continue 12154 12168 fi 12155 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 12156 # Extract the definition of DEP_FILES from the Makefile without 12157 # running `make'. 12169 # Extract the definition of DEPDIR, am__include, and am__quote 12170 # from the Makefile without running `make'. 12158 12171 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 12159 12172 test -z "$DEPDIR" && continue 12173 am__include=`sed -n 's/^am__include = //p' < "$mf"` 12174 test -z "am__include" && continue 12175 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 12160 12176 # When using ansi2knr, U may be empty or an underscore; expand it 12161 12177 U=`sed -n 's/^U = //p' < "$mf"` 12162 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 12163 # We invoke sed twice because it is the simplest approach to 12164 # changing $(DEPDIR) to its actual value in the expansion. 12165 for file in `sed -n ' 12166 /^DEP_FILES = .*\\\\$/ { 12167 s/^DEP_FILES = // 12168 :loop 12169 s/\\\\$// 12170 p 12171 n 12172 /\\\\$/ b loop 12173 p 12174 } 12175 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 12178 # Find all dependency output files, they are included files with 12179 # $(DEPDIR) in their names. We invoke sed twice because it is the 12180 # simplest approach to changing $(DEPDIR) to its actual value in the 12181 # expansion. 12182 for file in `sed -n " 12183 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 12176 12184 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 12177 12185 # Make sure the directory exists.
Note: See TracChangeset
for help on using the changeset viewer.