Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2994 in orxonox.OLD for orxonox/branches/osX/configure


Ignore:
Timestamp:
Nov 26, 2004, 2:02:16 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/osX: switched back to automake-1.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/osX/configure

    r2993 r2994  
    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 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_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 SDL_CONFIG SDL_CFLAGS SDL_LIBS MSBITFIELDS PKG_CONFIG GTK2_CFLAGS GTK2_LIBS HAVE_GTK2_TRUE HAVE_GTK2_FALSE 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 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 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 SDL_CONFIG SDL_CFLAGS SDL_LIBS MSBITFIELDS PKG_CONFIG GTK2_CFLAGS GTK2_LIBS HAVE_GTK2_TRUE HAVE_GTK2_FALSE LIBOBJS LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    863863  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    864864  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    865   --disable-dependency-tracking  speeds up one-time build
    866   --enable-dependency-tracking   do not reject slow dependency extractors
     865  --disable-dependency-tracking Speeds up one-time builds
     866  --enable-dependency-tracking  Do not reject slow dependency extractors
    867867  --disable-sdltest       Do not try to compile and run a test SDL program
    868868
     
    14441444
    14451445
    1446 am__api_version="1.8"
     1446am__api_version="1.7"
    14471447# Find a good install program.  We prefer a C program (faster),
    14481448# so one script is as good as another.  But avoid the broken or
     
    15821582rm conftest.sed
    15831583
     1584
    15841585# expand $ac_aux_dir to an absolute path
    15851586am_aux_dir=`cd $ac_aux_dir && pwd`
     
    15931594  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    15941595echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    1595 fi
    1596 
    1597 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
    1598   # Keeping the `.' argument allows $(mkdir_p) to be used without
    1599   # argument.  Indeed, we sometimes output rules like
    1600   #   $(mkdir_p) $(somedir)
    1601   # where $(somedir) is conditionally defined.
    1602   # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
    1603   # expensive solution, as it forces Make to start a sub-shell.)
    1604   mkdir_p='mkdir -p -- .'
    1605 else
    1606   # On NextStep and OpenStep, the `mkdir' command does not
    1607   # recognize any option.  It will interpret all options as
    1608   # directories to create, and then abort because `.' already
    1609   # exists.
    1610   for d in ./-p ./--version;
    1611   do
    1612     test -d $d && rmdir $d
    1613   done
    1614   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
    1615   if test -f "$ac_aux_dir/mkinstalldirs"; then
    1616     mkdir_p='$(mkinstalldirs)'
    1617   else
    1618     mkdir_p='$(install_sh) -d'
    1619   fi
    16201596fi
    16211597
     
    16981674rmdir .tst 2>/dev/null
    16991675
    1700 # test to see if srcdir already configured
     1676 # test to see if srcdir already configured
    17011677if test "`cd $srcdir && pwd`" != "`pwd`" &&
    17021678   test -f $srcdir/config.status; then
     
    25132489    for i in 1 2 3 4 5 6; do
    25142490      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    2515       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
    2516       # Solaris 8's {/usr,}/bin/sh.
    2517       touch sub/conftst$i.h
     2491      : > sub/conftst$i.h
    25182492    done
    25192493    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    25432517       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    25442518      # icc doesn't choke on unknown options, it will just issue warnings
    2545       # or remarks (even with -Werror).  So we grep stderr for any message
    2546       # that says an option was ignored or not supported.
    2547       # When given -MP, icc 7.0 and 7.1 complain thusly:
    2548       #   icc: Command line warning: ignoring option '-M'; no argument required
    2549       # The diagnosis changed in icc 8.0:
    2550       #   icc: Command line remark: option '-MP' not supported
    2551       if (grep 'ignoring option' conftest.err ||
    2552           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
     2519      # (even with -Werror).  So we grep stderr for any message
     2520      # that says an option was ignored.
     2521      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
    25532522        am_cv_CXX_dependencies_compiler_type=$depmode
    25542523        break
     
    33513320    for i in 1 2 3 4 5 6; do
    33523321      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    3353       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
    3354       # Solaris 8's {/usr,}/bin/sh.
    3355       touch sub/conftst$i.h
     3322      : > sub/conftst$i.h
    33563323    done
    33573324    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    33813348       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    33823349      # icc doesn't choke on unknown options, it will just issue warnings
    3383       # or remarks (even with -Werror).  So we grep stderr for any message
    3384       # that says an option was ignored or not supported.
    3385       # When given -MP, icc 7.0 and 7.1 complain thusly:
    3386       #   icc: Command line warning: ignoring option '-M'; no argument required
    3387       # The diagnosis changed in icc 8.0:
    3388       #   icc: Command line remark: option '-MP' not supported
    3389       if (grep 'ignoring option' conftest.err ||
    3390           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
     3350      # (even with -Werror).  So we grep stderr for any message
     3351      # that says an option was ignored.
     3352      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
    33913353        am_cv_CC_dependencies_compiler_type=$depmode
    33923354        break
     
    77717733s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
    77727734s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
    7773 s,@mkdir_p@,$mkdir_p,;t t
    77747735s,@AWK@,$AWK,;t t
    77757736s,@SET_MAKE@,$SET_MAKE,;t t
     
    84358396  # Extract the definition of DEP_FILES from the Makefile without
    84368397  # running `make'.
    8437   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     8398  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
    84388399  test -z "$DEPDIR" && continue
    84398400  # When using ansi2knr, U may be empty or an underscore; expand it
    8440   U=`sed -n 's/^U = //p' < "$mf"`
     8401  U=`sed -n -e '/^U = / s///p' < "$mf"`
    84418402  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    84428403  # We invoke sed twice because it is the simplest approach to
    84438404  # changing $(DEPDIR) to its actual value in the expansion.
    8444   for file in `sed -n '
     8405  for file in `sed -n -e '
    84458406    /^DEP_FILES = .*\\\\$/ {
    84468407      s/^DEP_FILES = //
Note: See TracChangeset for help on using the changeset viewer.