Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2705 in orxonox.OLD for orxonox/branches/automake-1.8/configure


Ignore:
Timestamp:
Nov 2, 2004, 10:35:07 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches: added branche automake-1.8 to test if automake 1.8 works better (or does work) with the Windows environment.

Location:
orxonox/branches/automake-1.8
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • orxonox/branches/automake-1.8/configure

    r2701 r2705  
    312312#endif"
    313313
    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 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 AWK SET_MAKE am__leading_dot 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 CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP MSBITFIELDS LIBOBJS LTLIBOBJS'
     314ac_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 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_dot 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 CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP MSBITFIELDS LIBOBJS LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    858858  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    859859  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    860   --disable-dependency-tracking Speeds up one-time builds
    861   --enable-dependency-tracking  Do not reject slow dependency extractors
     860  --disable-dependency-tracking  speeds up one-time build
     861  --enable-dependency-tracking   do not reject slow dependency extractors
    862862
    863863Some influential environment variables:
     
    13211321
    13221322
    1323 am__api_version="1.7"
     1323am__api_version="1.8"
    13241324ac_aux_dir=
    13251325for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     
    14841484rm conftest.sed
    14851485
    1486 
    14871486# expand $ac_aux_dir to an absolute path
    14881487am_aux_dir=`cd $ac_aux_dir && pwd`
     
    14961495  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    14971496echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     1497fi
     1498
     1499if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
     1500  # Keeping the `.' argument allows $(mkdir_p) to be used without
     1501  # argument.  Indeed, we sometimes output rules like
     1502  #   $(mkdir_p) $(somedir)
     1503  # where $(somedir) is conditionally defined.
     1504  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
     1505  # expensive solution, as it forces Make to start a sub-shell.)
     1506  mkdir_p='mkdir -p -- .'
     1507else
     1508  # On NextStep and OpenStep, the `mkdir' command does not
     1509  # recognize any option.  It will interpret all options as
     1510  # directories to create, and then abort because `.' already
     1511  # exists.
     1512  for d in ./-p ./--version;
     1513  do
     1514    test -d $d && rmdir $d
     1515  done
     1516  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
     1517  if test -f "$ac_aux_dir/mkinstalldirs"; then
     1518    mkdir_p='$(mkinstalldirs)'
     1519  else
     1520    mkdir_p='$(install_sh) -d'
     1521  fi
    14981522fi
    14991523
     
    15761600rmdir .tst 2>/dev/null
    15771601
    1578  # test to see if srcdir already configured
     1602# test to see if srcdir already configured
    15791603if test "`cd $srcdir && pwd`" != "`pwd`" &&
    15801604   test -f $srcdir/config.status; then
     
    23912415    for i in 1 2 3 4 5 6; do
    23922416      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    2393       : > sub/conftst$i.h
     2417      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     2418      # Solaris 8's {/usr,}/bin/sh.
     2419      touch sub/conftst$i.h
    23942420    done
    23952421    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    24192445       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    24202446      # icc doesn't choke on unknown options, it will just issue warnings
    2421       # (even with -Werror).  So we grep stderr for any message
    2422       # that says an option was ignored.
    2423       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
     2447      # or remarks (even with -Werror).  So we grep stderr for any message
     2448      # that says an option was ignored or not supported.
     2449      # When given -MP, icc 7.0 and 7.1 complain thusly:
     2450      #   icc: Command line warning: ignoring option '-M'; no argument required
     2451      # The diagnosis changed in icc 8.0:
     2452      #   icc: Command line remark: option '-MP' not supported
     2453      if (grep 'ignoring option' conftest.err ||
     2454          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
    24242455        am_cv_CXX_dependencies_compiler_type=$depmode
    24252456        break
     
    32223253    for i in 1 2 3 4 5 6; do
    32233254      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    3224       : > sub/conftst$i.h
     3255      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3256      # Solaris 8's {/usr,}/bin/sh.
     3257      touch sub/conftst$i.h
    32253258    done
    32263259    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    32503283       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    32513284      # icc doesn't choke on unknown options, it will just issue warnings
    3252       # (even with -Werror).  So we grep stderr for any message
    3253       # that says an option was ignored.
    3254       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
     3285      # or remarks (even with -Werror).  So we grep stderr for any message
     3286      # that says an option was ignored or not supported.
     3287      # When given -MP, icc 7.0 and 7.1 complain thusly:
     3288      #   icc: Command line warning: ignoring option '-M'; no argument required
     3289      # The diagnosis changed in icc 8.0:
     3290      #   icc: Command line remark: option '-MP' not supported
     3291      if (grep 'ignoring option' conftest.err ||
     3292          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
    32553293        am_cv_CC_dependencies_compiler_type=$depmode
    32563294        break
     
    70087046s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
    70097047s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
     7048s,@mkdir_p@,$mkdir_p,;t t
    70107049s,@AWK@,$AWK,;t t
    70117050s,@SET_MAKE@,$SET_MAKE,;t t
     
    76637702  # Extract the definition of DEP_FILES from the Makefile without
    76647703  # running `make'.
    7665   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
     7704  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    76667705  test -z "$DEPDIR" && continue
    76677706  # When using ansi2knr, U may be empty or an underscore; expand it
    7668   U=`sed -n -e '/^U = / s///p' < "$mf"`
     7707  U=`sed -n 's/^U = //p' < "$mf"`
    76697708  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    76707709  # We invoke sed twice because it is the simplest approach to
    76717710  # changing $(DEPDIR) to its actual value in the expansion.
    7672   for file in `sed -n -e '
     7711  for file in `sed -n '
    76737712    /^DEP_FILES = .*\\\\$/ {
    76747713      s/^DEP_FILES = //
Note: See TracChangeset for help on using the changeset viewer.