Changeset 1823 in orxonox.OLD for orxonox/branches/bensch
- Timestamp:
- Apr 14, 2004, 1:33:08 PM (21 years ago)
- Location:
- orxonox/branches/bensch
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/bensch/Makefile
r1817 r1823 132 132 INSTALL_SCRIPT = ${INSTALL} 133 133 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 134 ISODATE = 2004-04-1 3134 ISODATE = 2004-04-14 135 135 LDFLAGS = 136 136 LIBOBJS = -
orxonox/branches/bensch/autom4te.cache/output.0
r1814 r1823 272 272 PACKAGE_BUGREPORT= 273 273 274 ac_unique_file="orxonox .cc"274 ac_unique_file="orxonox_gui.c" 275 275 # Factoring default headers for most tests. 276 276 ac_includes_default="\ … … 310 310 #endif" 311 311 312 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 mkdir_p AWK SET_MAKE am__leading_dot ISODATE build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE C XX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CPP EGREP ALLOCA LIB@&t@OBJS LTLIBOBJS'312 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 mkdir_p AWK SET_MAKE am__leading_dot ISODATE build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP ALLOCA LIB@&t@OBJS LTLIBOBJS' 313 313 ac_subst_files='' 314 314 … … 767 767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 768 768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 769 ac_env_CXX_set=${CXX+set}770 ac_env_CXX_value=$CXX771 ac_cv_env_CXX_set=${CXX+set}772 ac_cv_env_CXX_value=$CXX773 ac_env_CXXFLAGS_set=${CXXFLAGS+set}774 ac_env_CXXFLAGS_value=$CXXFLAGS775 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}776 ac_cv_env_CXXFLAGS_value=$CXXFLAGS777 769 ac_env_CPP_set=${CPP+set} 778 770 ac_env_CPP_value=$CPP … … 868 860 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 869 861 headers in a nonstandard directory <include dir> 870 CXX C++ compiler command871 CXXFLAGS C++ compiler flags872 862 CPP C preprocessor 873 863 … … 1606 1596 # Define the identity of the package. 1607 1597 PACKAGE=orxonox 1608 VERSION=0. 1.01598 VERSION=0.0.0 1609 1599 1610 1600 … … 2974 2964 2975 2965 2976 ac_ext=cc2977 ac_cpp='$CXXCPP $CPPFLAGS'2978 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'2979 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'2980 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu2981 if test -n "$ac_tool_prefix"; then2982 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC2983 do2984 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.2985 set dummy $ac_tool_prefix$ac_prog; ac_word=$22986 echo "$as_me:$LINENO: checking for $ac_word" >&52987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&62988 if test "${ac_cv_prog_CXX+set}" = set; then2989 echo $ECHO_N "(cached) $ECHO_C" >&62990 else2991 if test -n "$CXX"; then2992 ac_cv_prog_CXX="$CXX" # Let the user override the test.2993 else2994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2995 for as_dir in $PATH2996 do2997 IFS=$as_save_IFS2998 test -z "$as_dir" && as_dir=.2999 for ac_exec_ext in '' $ac_executable_extensions; do3000 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3001 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"3002 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53003 break 23004 fi3005 done3006 done3007 3008 fi3009 fi3010 CXX=$ac_cv_prog_CXX3011 if test -n "$CXX"; then3012 echo "$as_me:$LINENO: result: $CXX" >&53013 echo "${ECHO_T}$CXX" >&63014 else3015 echo "$as_me:$LINENO: result: no" >&53016 echo "${ECHO_T}no" >&63017 fi3018 3019 test -n "$CXX" && break3020 done3021 fi3022 if test -z "$CXX"; then3023 ac_ct_CXX=$CXX3024 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC3025 do3026 # Extract the first word of "$ac_prog", so it can be a program name with args.3027 set dummy $ac_prog; ac_word=$23028 echo "$as_me:$LINENO: checking for $ac_word" >&53029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&63030 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then3031 echo $ECHO_N "(cached) $ECHO_C" >&63032 else3033 if test -n "$ac_ct_CXX"; then3034 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.3035 else3036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3037 for as_dir in $PATH3038 do3039 IFS=$as_save_IFS3040 test -z "$as_dir" && as_dir=.3041 for ac_exec_ext in '' $ac_executable_extensions; do3042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3043 ac_cv_prog_ac_ct_CXX="$ac_prog"3044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53045 break 23046 fi3047 done3048 done3049 3050 fi3051 fi3052 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX3053 if test -n "$ac_ct_CXX"; then3054 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53055 echo "${ECHO_T}$ac_ct_CXX" >&63056 else3057 echo "$as_me:$LINENO: result: no" >&53058 echo "${ECHO_T}no" >&63059 fi3060 3061 test -n "$ac_ct_CXX" && break3062 done3063 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"3064 3065 CXX=$ac_ct_CXX3066 fi3067 3068 3069 # Provide some information about the compiler.3070 echo "$as_me:$LINENO:" \3071 "checking for C++ compiler version" >&53072 ac_compiler=`set X $ac_compile; echo $2`3073 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&53074 (eval $ac_compiler --version </dev/null >&5) 2>&53075 ac_status=$?3076 echo "$as_me:$LINENO: \$? = $ac_status" >&53077 (exit $ac_status); }3078 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&53079 (eval $ac_compiler -v </dev/null >&5) 2>&53080 ac_status=$?3081 echo "$as_me:$LINENO: \$? = $ac_status" >&53082 (exit $ac_status); }3083 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&53084 (eval $ac_compiler -V </dev/null >&5) 2>&53085 ac_status=$?3086 echo "$as_me:$LINENO: \$? = $ac_status" >&53087 (exit $ac_status); }3088 3089 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53090 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&63091 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then3092 echo $ECHO_N "(cached) $ECHO_C" >&63093 else3094 cat >conftest.$ac_ext <<_ACEOF3095 /* confdefs.h. */3096 _ACEOF3097 cat confdefs.h >>conftest.$ac_ext3098 cat >>conftest.$ac_ext <<_ACEOF3099 /* end confdefs.h. */3100 3101 int3102 main ()3103 {3104 #ifndef __GNUC__3105 choke me3106 #endif3107 3108 ;3109 return 0;3110 }3111 _ACEOF3112 rm -f conftest.$ac_objext3113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53114 (eval $ac_compile) 2>conftest.er13115 ac_status=$?3116 grep -v '^ *+' conftest.er1 >conftest.err3117 rm -f conftest.er13118 cat conftest.err >&53119 echo "$as_me:$LINENO: \$? = $ac_status" >&53120 (exit $ac_status); } &&3121 { ac_try='test -z "$ac_cxx_werror_flag"3122 || test ! -s conftest.err'3123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53124 (eval $ac_try) 2>&53125 ac_status=$?3126 echo "$as_me:$LINENO: \$? = $ac_status" >&53127 (exit $ac_status); }; } &&3128 { ac_try='test -s conftest.$ac_objext'3129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53130 (eval $ac_try) 2>&53131 ac_status=$?3132 echo "$as_me:$LINENO: \$? = $ac_status" >&53133 (exit $ac_status); }; }; then3134 ac_compiler_gnu=yes3135 else3136 echo "$as_me: failed program was:" >&53137 sed 's/^/| /' conftest.$ac_ext >&53138 3139 ac_compiler_gnu=no3140 fi3141 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3142 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu3143 3144 fi3145 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&53146 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&63147 GXX=`test $ac_compiler_gnu = yes && echo yes`3148 ac_test_CXXFLAGS=${CXXFLAGS+set}3149 ac_save_CXXFLAGS=$CXXFLAGS3150 CXXFLAGS="-g"3151 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53152 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&63153 if test "${ac_cv_prog_cxx_g+set}" = set; then3154 echo $ECHO_N "(cached) $ECHO_C" >&63155 else3156 cat >conftest.$ac_ext <<_ACEOF3157 /* confdefs.h. */3158 _ACEOF3159 cat confdefs.h >>conftest.$ac_ext3160 cat >>conftest.$ac_ext <<_ACEOF3161 /* end confdefs.h. */3162 3163 int3164 main ()3165 {3166 3167 ;3168 return 0;3169 }3170 _ACEOF3171 rm -f conftest.$ac_objext3172 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53173 (eval $ac_compile) 2>conftest.er13174 ac_status=$?3175 grep -v '^ *+' conftest.er1 >conftest.err3176 rm -f conftest.er13177 cat conftest.err >&53178 echo "$as_me:$LINENO: \$? = $ac_status" >&53179 (exit $ac_status); } &&3180 { ac_try='test -z "$ac_cxx_werror_flag"3181 || test ! -s conftest.err'3182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53183 (eval $ac_try) 2>&53184 ac_status=$?3185 echo "$as_me:$LINENO: \$? = $ac_status" >&53186 (exit $ac_status); }; } &&3187 { ac_try='test -s conftest.$ac_objext'3188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53189 (eval $ac_try) 2>&53190 ac_status=$?3191 echo "$as_me:$LINENO: \$? = $ac_status" >&53192 (exit $ac_status); }; }; then3193 ac_cv_prog_cxx_g=yes3194 else3195 echo "$as_me: failed program was:" >&53196 sed 's/^/| /' conftest.$ac_ext >&53197 3198 ac_cv_prog_cxx_g=no3199 fi3200 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3201 fi3202 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&53203 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&63204 if test "$ac_test_CXXFLAGS" = set; then3205 CXXFLAGS=$ac_save_CXXFLAGS3206 elif test $ac_cv_prog_cxx_g = yes; then3207 if test "$GXX" = yes; then3208 CXXFLAGS="-g -O2"3209 else3210 CXXFLAGS="-g"3211 fi3212 else3213 if test "$GXX" = yes; then3214 CXXFLAGS="-O2"3215 else3216 CXXFLAGS=3217 fi3218 fi3219 for ac_declaration in \3220 '' \3221 'extern "C" void std::exit (int) throw (); using std::exit;' \3222 'extern "C" void std::exit (int); using std::exit;' \3223 'extern "C" void exit (int) throw ();' \3224 'extern "C" void exit (int);' \3225 'void exit (int);'3226 do3227 cat >conftest.$ac_ext <<_ACEOF3228 /* confdefs.h. */3229 _ACEOF3230 cat confdefs.h >>conftest.$ac_ext3231 cat >>conftest.$ac_ext <<_ACEOF3232 /* end confdefs.h. */3233 $ac_declaration3234 @%:@include <stdlib.h>3235 int3236 main ()3237 {3238 exit (42);3239 ;3240 return 0;3241 }3242 _ACEOF3243 rm -f conftest.$ac_objext3244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53245 (eval $ac_compile) 2>conftest.er13246 ac_status=$?3247 grep -v '^ *+' conftest.er1 >conftest.err3248 rm -f conftest.er13249 cat conftest.err >&53250 echo "$as_me:$LINENO: \$? = $ac_status" >&53251 (exit $ac_status); } &&3252 { ac_try='test -z "$ac_cxx_werror_flag"3253 || test ! -s conftest.err'3254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53255 (eval $ac_try) 2>&53256 ac_status=$?3257 echo "$as_me:$LINENO: \$? = $ac_status" >&53258 (exit $ac_status); }; } &&3259 { ac_try='test -s conftest.$ac_objext'3260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53261 (eval $ac_try) 2>&53262 ac_status=$?3263 echo "$as_me:$LINENO: \$? = $ac_status" >&53264 (exit $ac_status); }; }; then3265 :3266 else3267 echo "$as_me: failed program was:" >&53268 sed 's/^/| /' conftest.$ac_ext >&53269 3270 continue3271 fi3272 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3273 cat >conftest.$ac_ext <<_ACEOF3274 /* confdefs.h. */3275 _ACEOF3276 cat confdefs.h >>conftest.$ac_ext3277 cat >>conftest.$ac_ext <<_ACEOF3278 /* end confdefs.h. */3279 $ac_declaration3280 int3281 main ()3282 {3283 exit (42);3284 ;3285 return 0;3286 }3287 _ACEOF3288 rm -f conftest.$ac_objext3289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53290 (eval $ac_compile) 2>conftest.er13291 ac_status=$?3292 grep -v '^ *+' conftest.er1 >conftest.err3293 rm -f conftest.er13294 cat conftest.err >&53295 echo "$as_me:$LINENO: \$? = $ac_status" >&53296 (exit $ac_status); } &&3297 { ac_try='test -z "$ac_cxx_werror_flag"3298 || test ! -s conftest.err'3299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53300 (eval $ac_try) 2>&53301 ac_status=$?3302 echo "$as_me:$LINENO: \$? = $ac_status" >&53303 (exit $ac_status); }; } &&3304 { ac_try='test -s conftest.$ac_objext'3305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53306 (eval $ac_try) 2>&53307 ac_status=$?3308 echo "$as_me:$LINENO: \$? = $ac_status" >&53309 (exit $ac_status); }; }; then3310 break3311 else3312 echo "$as_me: failed program was:" >&53313 sed 's/^/| /' conftest.$ac_ext >&53314 3315 fi3316 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3317 done3318 rm -f conftest*3319 if test -n "$ac_declaration"; then3320 echo '#ifdef __cplusplus' >>confdefs.h3321 echo $ac_declaration >>confdefs.h3322 echo '#endif' >>confdefs.h3323 fi3324 3325 ac_ext=c3326 ac_cpp='$CPP $CPPFLAGS'3327 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'3328 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'3329 ac_compiler_gnu=$ac_cv_c_compiler_gnu3330 3331 depcc="$CXX" am_compiler_list=3332 3333 echo "$as_me:$LINENO: checking dependency style of $depcc" >&53334 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&63335 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then3336 echo $ECHO_N "(cached) $ECHO_C" >&63337 else3338 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then3339 # We make a subdir and do the tests there. Otherwise we can end up3340 # making bogus files that we don't know about and never remove. For3341 # instance it was reported that on HP-UX the gcc test will end up3342 # making a dummy file named `D' -- because `-MD' means `put the output3343 # in D'.3344 mkdir conftest.dir3345 # Copy depcomp to subdir because otherwise we won't find it if we're3346 # using a relative directory.3347 cp "$am_depcomp" conftest.dir3348 cd conftest.dir3349 # We will build objects and dependencies in a subdirectory because3350 # it helps to detect inapplicable dependency modes. For instance3351 # both Tru64's cc and ICC support -MD to output dependencies as a3352 # side effect of compilation, but ICC will put the dependencies in3353 # the current directory while Tru64 will put them in the object3354 # directory.3355 mkdir sub3356 3357 am_cv_CXX_dependencies_compiler_type=none3358 if test "$am_compiler_list" = ""; then3359 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`3360 fi3361 for depmode in $am_compiler_list; do3362 # Setup a source with many dependencies, because some compilers3363 # like to wrap large dependency lists on column 80 (with \), and3364 # we should not choose a depcomp mode which is confused by this.3365 #3366 # We need to recreate these files for each test, as the compiler may3367 # overwrite some of them when testing with obscure command lines.3368 # This happens at least with the AIX C compiler.3369 : > sub/conftest.c3370 for i in 1 2 3 4 5 6; do3371 echo '#include "conftst'$i'.h"' >> sub/conftest.c3372 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with3373 # Solaris 8's {/usr,}/bin/sh.3374 touch sub/conftst$i.h3375 done3376 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf3377 3378 case $depmode in3379 nosideeffect)3380 # after this tag, mechanisms are not by side-effect, so they'll3381 # only be used when explicitly requested3382 if test "x$enable_dependency_tracking" = xyes; then3383 continue3384 else3385 break3386 fi3387 ;;3388 none) break ;;3389 esac3390 # We check with `-c' and `-o' for the sake of the "dashmstdout"3391 # mode. It turns out that the SunPro C++ compiler does not properly3392 # handle `-M -o', and we need to detect this.3393 if depmode=$depmode \3394 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \3395 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \3396 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \3397 >/dev/null 2>conftest.err &&3398 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&3399 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&3400 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then3401 # icc doesn't choke on unknown options, it will just issue warnings3402 # (even with -Werror). So we grep stderr for any message3403 # that says an option was ignored.3404 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else3405 am_cv_CXX_dependencies_compiler_type=$depmode3406 break3407 fi3408 fi3409 done3410 3411 cd ..3412 rm -rf conftest.dir3413 else3414 am_cv_CXX_dependencies_compiler_type=none3415 fi3416 3417 fi3418 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&53419 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&63420 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type3421 3422 3423 3424 if3425 test "x$enable_dependency_tracking" != xno \3426 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then3427 am__fastdepCXX_TRUE=3428 am__fastdepCXX_FALSE='#'3429 else3430 am__fastdepCXX_TRUE='#'3431 am__fastdepCXX_FALSE=3432 fi3433 3434 3435 2966 3436 2967 … … 4088 3619 4089 3620 3621 4090 3622 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 4091 3623 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 … … 5972 5504 Usually this means the macro was only invoked conditionally." >&5 5973 5505 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 5974 Usually this means the macro was only invoked conditionally." >&2;}5975 { (exit 1); exit 1; }; }5976 fi5977 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then5978 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.5979 Usually this means the macro was only invoked conditionally." >&55980 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.5981 5506 Usually this means the macro was only invoked conditionally." >&2;} 5982 5507 { (exit 1); exit 1; }; } … … 6561 6086 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t 6562 6087 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t 6563 s,@CXX@,$CXX,;t t6564 s,@CXXFLAGS@,$CXXFLAGS,;t t6565 s,@ac_ct_CXX@,$ac_ct_CXX,;t t6566 s,@CXXDEPMODE@,$CXXDEPMODE,;t t6567 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t6568 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t6569 6088 s,@CPP@,$CPP,;t t 6570 6089 s,@EGREP@,$EGREP,;t t -
orxonox/branches/bensch/autom4te.cache/requests
r1814 r1823 13 13 '/usr/share/autoconf/autoconf/autoconf.m4f', 14 14 'aclocal.m4', 15 'configure. in'15 'configure.ac' 16 16 ], 17 17 { … … 56 56 'AC_FUNC_STRERROR_R' => 1, 57 57 'AC_PROG_CC' => 1, 58 'AC_DECL_SYS_SIGLIST' => 1, 58 59 'AC_FUNC_FORK' => 1, 59 'AC_DECL_SYS_SIGLIST' => 1,60 60 'AC_FUNC_STRCOLL' => 1, 61 61 'AC_FUNC_VPRINTF' => 1, … … 88 88 'AC_C_CONST' => 1, 89 89 'AC_TYPE_PID_T' => 1, 90 'AM_ENABLE_MULTILIB' => 1,91 90 'AC_CONFIG_FILES' => 1, 92 91 'include' => 1, … … 94 93 'AC_PROG_INSTALL' => 1, 95 94 'AM_GNU_GETTEXT' => 1, 95 'AC_CHECK_LIB' => 1, 96 96 'AC_FUNC_OBSTACK' => 1, 97 'AC_CHECK_LIB' => 1,98 97 'AC_FUNC_MALLOC' => 1, 99 98 'AC_FUNC_GETGROUPS' => 1, … … 113 112 'AC_CHECK_FUNCS' => 1 114 113 } 115 ], 'Autom4te::Request' ),116 bless( [117 '1',118 1,119 [120 '/usr/share/autoconf'121 ],122 [123 '/usr/share/autoconf/autoconf/autoconf.m4f',124 '/usr/share/aclocal-1.8/amversion.m4',125 '/usr/share/aclocal-1.8/auxdir.m4',126 '/usr/share/aclocal-1.8/cond.m4',127 '/usr/share/aclocal-1.8/depend.m4',128 '/usr/share/aclocal-1.8/depout.m4',129 '/usr/share/aclocal-1.8/header.m4',130 '/usr/share/aclocal-1.8/init.m4',131 '/usr/share/aclocal-1.8/install-sh.m4',132 '/usr/share/aclocal-1.8/lead-dot.m4',133 '/usr/share/aclocal-1.8/make.m4',134 '/usr/share/aclocal-1.8/missing.m4',135 '/usr/share/aclocal-1.8/mkdirp.m4',136 '/usr/share/aclocal-1.8/options.m4',137 '/usr/share/aclocal-1.8/sanity.m4',138 '/usr/share/aclocal-1.8/strip.m4',139 'acinclude.m4',140 'configure.in'141 ],142 {143 'm4_pattern_forbid' => 1,144 'AC_CONFIG_LIBOBJ_DIR' => 1,145 'AC_C_VOLATILE' => 1,146 'AC_TYPE_OFF_T' => 1,147 'AC_FUNC_CLOSEDIR_VOID' => 1,148 'AC_REPLACE_FNMATCH' => 1,149 'AC_PROG_LIBTOOL' => 1,150 'AM_PROG_MKDIR_P' => 1,151 'AC_FUNC_STAT' => 1,152 'AC_FUNC_WAIT3' => 1,153 'AC_HEADER_TIME' => 1,154 'AM_AUTOMAKE_VERSION' => 1,155 'AC_FUNC_LSTAT' => 1,156 'AC_STRUCT_TM' => 1,157 'jm_CHECK_TYPE_STRUCT_UTIMBUF' => 1,158 'AM_MISSING_HAS_RUN' => 1,159 'AC_FUNC_GETMNTENT' => 1,160 'AC_TYPE_MODE_T' => 1,161 'AC_CHECK_HEADERS' => 1,162 'AC_FUNC_STRTOD' => 1,163 'AM_MISSING_PROG' => 1,164 'AC_FUNC_STRNLEN' => 1,165 'm4_sinclude' => 1,166 'AC_PROG_CXX' => 1,167 'AC_PATH_X' => 1,168 'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,169 'AM_PROG_INSTALL_STRIP' => 1,170 'AC_PROG_AWK' => 1,171 '_m4_warn' => 1,172 'AC_HEADER_STDC' => 1,173 'AC_HEADER_MAJOR' => 1,174 'AM_SANITY_CHECK' => 1,175 'AC_FUNC_ERROR_AT_LINE' => 1,176 'AC_PROG_GCC_TRADITIONAL' => 1,177 'AM_DEP_TRACK' => 1,178 'AC_LIBSOURCE' => 1,179 'AM_CONFIG_HEADER' => 1,180 'AC_FUNC_MBRTOWC' => 1,181 'AC_STRUCT_ST_BLOCKS' => 1,182 'AC_TYPE_SIGNAL' => 1,183 '_AM_IF_OPTION' => 1,184 'AC_TYPE_UID_T' => 1,185 'AC_PROG_MAKE_SET' => 1,186 'AC_CONFIG_AUX_DIR' => 1,187 'm4_pattern_allow' => 1,188 'sinclude' => 1,189 'AM_SET_LEADING_DOT' => 1,190 'AC_DEFINE_TRACE_LITERAL' => 1,191 '_AM_DEPENDENCIES' => 1,192 'AC_FUNC_STRERROR_R' => 1,193 'AC_PROG_CC' => 1,194 'AC_DECL_SYS_SIGLIST' => 1,195 'AC_FUNC_FORK' => 1,196 'AC_FUNC_STRCOLL' => 1,197 'AC_FUNC_VPRINTF' => 1,198 'AC_PROG_YACC' => 1,199 'AC_INIT' => 1,200 'AC_STRUCT_TIMEZONE' => 1,201 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,202 'AC_FUNC_CHOWN' => 1,203 'AC_SUBST' => 1,204 'AC_FUNC_ALLOCA' => 1,205 '_AM_SET_OPTION' => 1,206 'AC_CANONICAL_HOST' => 1,207 'AC_FUNC_GETPGRP' => 1,208 'AC_PROG_RANLIB' => 1,209 'AC_FUNC_SETPGRP' => 1,210 'AM_INIT_AUTOMAKE' => 1,211 'AC_CONFIG_SUBDIRS' => 1,212 'AC_FUNC_MMAP' => 1,213 'AC_FUNC_REALLOC' => 1,214 'AC_TYPE_SIZE_T' => 1,215 'AC_CHECK_TYPES' => 1,216 'AC_CONFIG_LINKS' => 1,217 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,218 'AC_CHECK_MEMBERS' => 1,219 'AM_MAINTAINER_MODE' => 1,220 'AC_FUNC_UTIME_NULL' => 1,221 'AC_FUNC_SELECT_ARGTYPES' => 1,222 'AC_FUNC_STRFTIME' => 1,223 'AC_HEADER_STAT' => 1,224 'AC_C_INLINE' => 1,225 'AC_PROG_CPP' => 1,226 'AC_C_CONST' => 1,227 'AC_PROG_LEX' => 1,228 'AC_TYPE_PID_T' => 1,229 'AC_CONFIG_FILES' => 1,230 'include' => 1,231 'AC_FUNC_SETVBUF_REVERSED' => 1,232 'AM_AUX_DIR_EXPAND' => 1,233 'AC_PROG_INSTALL' => 1,234 'AM_GNU_GETTEXT' => 1,235 'AC_FUNC_OBSTACK' => 1,236 'AC_CHECK_LIB' => 1,237 'AC_FUNC_MALLOC' => 1,238 '_AM_SET_OPTIONS' => 1,239 'AC_FUNC_GETGROUPS' => 1,240 '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,241 'AC_FUNC_GETLOADAVG' => 1,242 'AH_OUTPUT' => 1,243 'AC_FUNC_FSEEKO' => 1,244 'AM_PROG_CC_C_O' => 1,245 '_AM_MANGLE_OPTION' => 1,246 'AC_FUNC_MKTIME' => 1,247 'AM_CONDITIONAL' => 1,248 'AC_CANONICAL_SYSTEM' => 1,249 'AC_CONFIG_HEADERS' => 1,250 'AM_SET_DEPDIR' => 1,251 'AC_HEADER_SYS_WAIT' => 1,252 'AC_FUNC_MEMCMP' => 1,253 'AC_PROG_LN_S' => 1,254 'AM_PROG_INSTALL_SH' => 1,255 'm4_include' => 1,256 'AC_HEADER_DIRENT' => 1,257 '_AC_AM_CONFIG_HEADER_HOOK' => 1,258 'AC_CHECK_FUNCS' => 1,259 'AM_MAKE_INCLUDE' => 1260 }261 ], 'Autom4te::Request' ),262 bless( [263 '2',264 1,265 [266 '/usr/share/autoconf'267 ],268 [269 '/usr/share/autoconf/autoconf/autoconf.m4f',270 '/usr/share/aclocal-1.8/amversion.m4',271 '/usr/share/aclocal-1.8/auxdir.m4',272 '/usr/share/aclocal-1.8/cond.m4',273 '/usr/share/aclocal-1.8/depend.m4',274 '/usr/share/aclocal-1.8/depout.m4',275 '/usr/share/aclocal-1.8/header.m4',276 '/usr/share/aclocal-1.8/init.m4',277 '/usr/share/aclocal-1.8/install-sh.m4',278 '/usr/share/aclocal-1.8/lead-dot.m4',279 '/usr/share/aclocal-1.8/make.m4',280 '/usr/share/aclocal-1.8/missing.m4',281 '/usr/share/aclocal-1.8/mkdirp.m4',282 '/usr/share/aclocal-1.8/options.m4',283 '/usr/share/aclocal-1.8/sanity.m4',284 '/usr/share/aclocal-1.8/strip.m4',285 'acinclude.m4',286 'configure.ac'287 ],288 {289 'm4_pattern_forbid' => 1,290 'AC_CONFIG_LIBOBJ_DIR' => 1,291 'AC_C_VOLATILE' => 1,292 'AC_TYPE_OFF_T' => 1,293 'AC_FUNC_CLOSEDIR_VOID' => 1,294 'AC_REPLACE_FNMATCH' => 1,295 'AC_PROG_LIBTOOL' => 1,296 'AM_PROG_MKDIR_P' => 1,297 'AC_FUNC_STAT' => 1,298 'AC_FUNC_WAIT3' => 1,299 'AC_HEADER_TIME' => 1,300 'AM_AUTOMAKE_VERSION' => 1,301 'AC_FUNC_LSTAT' => 1,302 'AC_STRUCT_TM' => 1,303 'jm_CHECK_TYPE_STRUCT_UTIMBUF' => 1,304 'AM_MISSING_HAS_RUN' => 1,305 'AC_FUNC_GETMNTENT' => 1,306 'AC_TYPE_MODE_T' => 1,307 'AC_CHECK_HEADERS' => 1,308 'AC_FUNC_STRTOD' => 1,309 'AM_MISSING_PROG' => 1,310 'AC_FUNC_STRNLEN' => 1,311 'm4_sinclude' => 1,312 'AC_PROG_CXX' => 1,313 'AC_PATH_X' => 1,314 'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,315 'AM_PROG_INSTALL_STRIP' => 1,316 'AC_PROG_AWK' => 1,317 '_m4_warn' => 1,318 'AC_HEADER_STDC' => 1,319 'AC_HEADER_MAJOR' => 1,320 'AM_SANITY_CHECK' => 1,321 'AC_FUNC_ERROR_AT_LINE' => 1,322 'AC_PROG_GCC_TRADITIONAL' => 1,323 'AM_DEP_TRACK' => 1,324 'AC_LIBSOURCE' => 1,325 'AM_CONFIG_HEADER' => 1,326 'AC_FUNC_MBRTOWC' => 1,327 'AC_STRUCT_ST_BLOCKS' => 1,328 'AC_TYPE_SIGNAL' => 1,329 '_AM_IF_OPTION' => 1,330 'AC_TYPE_UID_T' => 1,331 'AC_PROG_MAKE_SET' => 1,332 'AC_CONFIG_AUX_DIR' => 1,333 'm4_pattern_allow' => 1,334 'sinclude' => 1,335 'AM_SET_LEADING_DOT' => 1,336 'AC_DEFINE_TRACE_LITERAL' => 1,337 '_AM_DEPENDENCIES' => 1,338 'AC_FUNC_STRERROR_R' => 1,339 'AC_PROG_CC' => 1,340 'AC_DECL_SYS_SIGLIST' => 1,341 'AC_FUNC_FORK' => 1,342 'AC_FUNC_STRCOLL' => 1,343 'AC_FUNC_VPRINTF' => 1,344 'AC_PROG_YACC' => 1,345 'AC_INIT' => 1,346 'AC_STRUCT_TIMEZONE' => 1,347 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,348 'AC_FUNC_CHOWN' => 1,349 'AC_SUBST' => 1,350 'AC_FUNC_ALLOCA' => 1,351 '_AM_SET_OPTION' => 1,352 'AC_CANONICAL_HOST' => 1,353 'AC_FUNC_GETPGRP' => 1,354 'AC_PROG_RANLIB' => 1,355 'AC_FUNC_SETPGRP' => 1,356 'AM_INIT_AUTOMAKE' => 1,357 'AC_CONFIG_SUBDIRS' => 1,358 'AC_FUNC_MMAP' => 1,359 'AC_FUNC_REALLOC' => 1,360 'AC_TYPE_SIZE_T' => 1,361 'AC_CHECK_TYPES' => 1,362 'AC_CONFIG_LINKS' => 1,363 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,364 'AC_CHECK_MEMBERS' => 1,365 'AM_MAINTAINER_MODE' => 1,366 'AC_FUNC_UTIME_NULL' => 1,367 'AC_FUNC_SELECT_ARGTYPES' => 1,368 'AC_FUNC_STRFTIME' => 1,369 'AC_HEADER_STAT' => 1,370 'AC_C_INLINE' => 1,371 'AC_PROG_CPP' => 1,372 'AC_C_CONST' => 1,373 'AC_PROG_LEX' => 1,374 'AC_TYPE_PID_T' => 1,375 'AC_CONFIG_FILES' => 1,376 'include' => 1,377 'AC_FUNC_SETVBUF_REVERSED' => 1,378 'AM_AUX_DIR_EXPAND' => 1,379 'AC_PROG_INSTALL' => 1,380 'AM_GNU_GETTEXT' => 1,381 'AC_FUNC_OBSTACK' => 1,382 'AC_CHECK_LIB' => 1,383 'AC_FUNC_MALLOC' => 1,384 '_AM_SET_OPTIONS' => 1,385 'AC_FUNC_GETGROUPS' => 1,386 '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,387 'AC_FUNC_GETLOADAVG' => 1,388 'AH_OUTPUT' => 1,389 'AC_FUNC_FSEEKO' => 1,390 'AM_PROG_CC_C_O' => 1,391 '_AM_MANGLE_OPTION' => 1,392 'AC_FUNC_MKTIME' => 1,393 'AM_CONDITIONAL' => 1,394 'AC_CANONICAL_SYSTEM' => 1,395 'AC_CONFIG_HEADERS' => 1,396 'AM_SET_DEPDIR' => 1,397 'AC_HEADER_SYS_WAIT' => 1,398 'AC_FUNC_MEMCMP' => 1,399 'AC_PROG_LN_S' => 1,400 'AM_PROG_INSTALL_SH' => 1,401 'm4_include' => 1,402 'AC_HEADER_DIRENT' => 1,403 '_AC_AM_CONFIG_HEADER_HOOK' => 1,404 'AC_CHECK_FUNCS' => 1,405 'AM_MAKE_INCLUDE' => 1406 }407 ], 'Autom4te::Request' ),408 bless( [409 '3',410 1,411 [412 '/usr/share/autoconf'413 ],414 [415 '/usr/share/autoconf/autoconf/autoconf.m4f',416 'aclocal.m4',417 'configure.ac'418 ],419 {420 'm4_pattern_forbid' => 1,421 'AC_CONFIG_LIBOBJ_DIR' => 1,422 'AC_TYPE_OFF_T' => 1,423 'AC_C_VOLATILE' => 1,424 'AC_FUNC_CLOSEDIR_VOID' => 1,425 'AC_REPLACE_FNMATCH' => 1,426 'AC_PROG_LIBTOOL' => 1,427 'AC_FUNC_STAT' => 1,428 'AC_HEADER_TIME' => 1,429 'AC_FUNC_WAIT3' => 1,430 'AM_AUTOMAKE_VERSION' => 1,431 'AC_STRUCT_TM' => 1,432 'AC_FUNC_LSTAT' => 1,433 'AC_TYPE_MODE_T' => 1,434 'AC_FUNC_GETMNTENT' => 1,435 'AC_FUNC_STRTOD' => 1,436 'AC_CHECK_HEADERS' => 1,437 'AC_FUNC_STRNLEN' => 1,438 'm4_sinclude' => 1,439 'AC_PROG_CXX' => 1,440 'AC_PATH_X' => 1,441 'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,442 'AC_PROG_AWK' => 1,443 '_m4_warn' => 1,444 'AC_HEADER_STDC' => 1,445 'AC_HEADER_MAJOR' => 1,446 'AC_FUNC_ERROR_AT_LINE' => 1,447 'AC_PROG_GCC_TRADITIONAL' => 1,448 'AC_LIBSOURCE' => 1,449 'AC_FUNC_MBRTOWC' => 1,450 'AC_STRUCT_ST_BLOCKS' => 1,451 'AC_TYPE_SIGNAL' => 1,452 'AC_TYPE_UID_T' => 1,453 'AC_PROG_MAKE_SET' => 1,454 'AC_CONFIG_AUX_DIR' => 1,455 'sinclude' => 1,456 'm4_pattern_allow' => 1,457 'AC_DEFINE_TRACE_LITERAL' => 1,458 'AC_FUNC_STRERROR_R' => 1,459 'AC_PROG_CC' => 1,460 'AC_DECL_SYS_SIGLIST' => 1,461 'AC_FUNC_FORK' => 1,462 'AC_FUNC_VPRINTF' => 1,463 'AC_FUNC_STRCOLL' => 1,464 'AC_PROG_YACC' => 1,465 'AC_STRUCT_TIMEZONE' => 1,466 'AC_INIT' => 1,467 'AC_FUNC_CHOWN' => 1,468 'AC_SUBST' => 1,469 'AC_FUNC_ALLOCA' => 1,470 'AC_CANONICAL_HOST' => 1,471 'AC_FUNC_GETPGRP' => 1,472 'AC_PROG_RANLIB' => 1,473 'AM_INIT_AUTOMAKE' => 1,474 'AC_FUNC_SETPGRP' => 1,475 'AC_CONFIG_SUBDIRS' => 1,476 'AC_FUNC_MMAP' => 1,477 'AC_FUNC_REALLOC' => 1,478 'AC_TYPE_SIZE_T' => 1,479 'AC_CONFIG_LINKS' => 1,480 'AC_CHECK_TYPES' => 1,481 'AC_CHECK_MEMBERS' => 1,482 'AM_MAINTAINER_MODE' => 1,483 'AC_FUNC_UTIME_NULL' => 1,484 'AC_FUNC_SELECT_ARGTYPES' => 1,485 'AC_FUNC_STRFTIME' => 1,486 'AC_HEADER_STAT' => 1,487 'AC_C_INLINE' => 1,488 'AC_PROG_CPP' => 1,489 'AC_TYPE_PID_T' => 1,490 'AC_C_CONST' => 1,491 'AC_PROG_LEX' => 1,492 'AM_ENABLE_MULTILIB' => 1,493 'AC_CONFIG_FILES' => 1,494 'include' => 1,495 'AC_FUNC_SETVBUF_REVERSED' => 1,496 'AC_PROG_INSTALL' => 1,497 'AM_GNU_GETTEXT' => 1,498 'AC_CHECK_LIB' => 1,499 'AC_FUNC_OBSTACK' => 1,500 'AC_FUNC_MALLOC' => 1,501 'AC_FUNC_GETGROUPS' => 1,502 'AC_FUNC_GETLOADAVG' => 1,503 'AH_OUTPUT' => 1,504 'AC_FUNC_FSEEKO' => 1,505 'AM_PROG_CC_C_O' => 1,506 'AM_CONDITIONAL' => 1,507 'AC_CANONICAL_SYSTEM' => 1,508 'AC_FUNC_MKTIME' => 1,509 'AC_CONFIG_HEADERS' => 1,510 'AC_HEADER_SYS_WAIT' => 1,511 'AC_PROG_LN_S' => 1,512 'AC_FUNC_MEMCMP' => 1,513 'm4_include' => 1,514 'AC_HEADER_DIRENT' => 1,515 'AC_CHECK_FUNCS' => 1516 }517 114 ], 'Autom4te::Request' ) 518 115 ); -
orxonox/branches/bensch/autom4te.cache/traces.0
r1814 r1823 1 1 m4trace:aclocal.m4:928: -1- m4_include([acinclude.m4]) 2 m4trace:configure. in:3: -1- AC_INIT([orxonox.cc])3 m4trace:configure. in:3: -1- m4_pattern_forbid([^_?A[CHUM]_])4 m4trace:configure. in:3: -1- m4_pattern_forbid([_AC_])5 m4trace:configure. in:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])6 m4trace:configure. in:3: -1- m4_pattern_allow([^AS_FLAGS$])7 m4trace:configure. in:3: -1- m4_pattern_forbid([^_?m4_])8 m4trace:configure. in:3: -1- m4_pattern_forbid([^dnl$])9 m4trace:configure. in:3: -1- m4_pattern_forbid([^_?AS_])10 m4trace:configure. in:3: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])11 m4trace:configure. in:3: -1- AC_SUBST([PATH_SEPARATOR])12 m4trace:configure. in:3: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])13 m4trace:configure. in:3: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])14 m4trace:configure. in:3: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])15 m4trace:configure. in:3: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])16 m4trace:configure. in:3: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])17 m4trace:configure. in:3: -1- AC_SUBST([exec_prefix], [NONE])18 m4trace:configure. in:3: -1- AC_SUBST([prefix], [NONE])19 m4trace:configure. in:3: -1- AC_SUBST([program_transform_name], [s,x,x,])20 m4trace:configure. in:3: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])21 m4trace:configure. in:3: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])22 m4trace:configure. in:3: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])23 m4trace:configure. in:3: -1- AC_SUBST([datadir], ['${prefix}/share'])24 m4trace:configure. in:3: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])25 m4trace:configure. in:3: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])26 m4trace:configure. in:3: -1- AC_SUBST([localstatedir], ['${prefix}/var'])27 m4trace:configure. in:3: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])28 m4trace:configure. in:3: -1- AC_SUBST([includedir], ['${prefix}/include'])29 m4trace:configure. in:3: -1- AC_SUBST([oldincludedir], ['/usr/include'])30 m4trace:configure. in:3: -1- AC_SUBST([infodir], ['${prefix}/info'])31 m4trace:configure. in:3: -1- AC_SUBST([mandir], ['${prefix}/man'])32 m4trace:configure. in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])33 m4trace:configure. in:3: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */2 m4trace:configure.ac:3: -1- AC_INIT([orxonox_gui.c]) 3 m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) 4 m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_]) 5 m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) 6 m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$]) 7 m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_]) 8 m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$]) 9 m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_]) 10 m4trace:configure.ac:3: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}]) 11 m4trace:configure.ac:3: -1- AC_SUBST([PATH_SEPARATOR]) 12 m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) 13 m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) 14 m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) 15 m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) 16 m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) 17 m4trace:configure.ac:3: -1- AC_SUBST([exec_prefix], [NONE]) 18 m4trace:configure.ac:3: -1- AC_SUBST([prefix], [NONE]) 19 m4trace:configure.ac:3: -1- AC_SUBST([program_transform_name], [s,x,x,]) 20 m4trace:configure.ac:3: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) 21 m4trace:configure.ac:3: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) 22 m4trace:configure.ac:3: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) 23 m4trace:configure.ac:3: -1- AC_SUBST([datadir], ['${prefix}/share']) 24 m4trace:configure.ac:3: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) 25 m4trace:configure.ac:3: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) 26 m4trace:configure.ac:3: -1- AC_SUBST([localstatedir], ['${prefix}/var']) 27 m4trace:configure.ac:3: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) 28 m4trace:configure.ac:3: -1- AC_SUBST([includedir], ['${prefix}/include']) 29 m4trace:configure.ac:3: -1- AC_SUBST([oldincludedir], ['/usr/include']) 30 m4trace:configure.ac:3: -1- AC_SUBST([infodir], ['${prefix}/info']) 31 m4trace:configure.ac:3: -1- AC_SUBST([mandir], ['${prefix}/man']) 32 m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) 33 m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ 34 34 #undef PACKAGE_NAME]) 35 m4trace:configure. in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])36 m4trace:configure. in:3: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */35 m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) 36 m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ 37 37 #undef PACKAGE_TARNAME]) 38 m4trace:configure. in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])39 m4trace:configure. in:3: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */38 m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) 39 m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ 40 40 #undef PACKAGE_VERSION]) 41 m4trace:configure. in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])42 m4trace:configure. in:3: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */41 m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) 42 m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ 43 43 #undef PACKAGE_STRING]) 44 m4trace:configure. in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])45 m4trace:configure. in:3: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */44 m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) 45 m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ 46 46 #undef PACKAGE_BUGREPORT]) 47 m4trace:configure. in:3: -1- AC_SUBST([build_alias])48 m4trace:configure. in:3: -1- AC_SUBST([host_alias])49 m4trace:configure. in:3: -1- AC_SUBST([target_alias])50 m4trace:configure. in:3: -1- AC_SUBST([DEFS])51 m4trace:configure. in:3: -1- AC_SUBST([ECHO_C])52 m4trace:configure. in:3: -1- AC_SUBST([ECHO_N])53 m4trace:configure. in:3: -1- AC_SUBST([ECHO_T])54 m4trace:configure. in:3: -1- AC_SUBST([LIBS])55 m4trace:configure. in:5: -1- AM_INIT_AUTOMAKE([orxonox], [0.1.0])56 m4trace:configure. in:5: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])57 m4trace:configure. in:5: -1- AM_AUTOMAKE_VERSION([1.8.3])58 m4trace:configure. in:5: -1- AC_PROG_INSTALL59 m4trace:configure. in:5: -1- AC_SUBST([INSTALL_PROGRAM])60 m4trace:configure. in:5: -1- AC_SUBST([INSTALL_SCRIPT])61 m4trace:configure. in:5: -1- AC_SUBST([INSTALL_DATA])62 m4trace:configure. in:5: -1- AC_SUBST([CYGPATH_W])63 m4trace:configure. in:5: -1- AC_SUBST([PACKAGE], [orxonox])64 m4trace:configure. in:5: -1- AC_SUBST([VERSION], [0.1.0])65 m4trace:configure. in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])66 m4trace:configure. in:5: -1- AH_OUTPUT([PACKAGE], [/* Name of package */47 m4trace:configure.ac:3: -1- AC_SUBST([build_alias]) 48 m4trace:configure.ac:3: -1- AC_SUBST([host_alias]) 49 m4trace:configure.ac:3: -1- AC_SUBST([target_alias]) 50 m4trace:configure.ac:3: -1- AC_SUBST([DEFS]) 51 m4trace:configure.ac:3: -1- AC_SUBST([ECHO_C]) 52 m4trace:configure.ac:3: -1- AC_SUBST([ECHO_N]) 53 m4trace:configure.ac:3: -1- AC_SUBST([ECHO_T]) 54 m4trace:configure.ac:3: -1- AC_SUBST([LIBS]) 55 m4trace:configure.ac:5: -1- AM_INIT_AUTOMAKE([orxonox], [0.0.0]) 56 m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) 57 m4trace:configure.ac:5: -1- AM_AUTOMAKE_VERSION([1.8.3]) 58 m4trace:configure.ac:5: -1- AC_PROG_INSTALL 59 m4trace:configure.ac:5: -1- AC_SUBST([INSTALL_PROGRAM]) 60 m4trace:configure.ac:5: -1- AC_SUBST([INSTALL_SCRIPT]) 61 m4trace:configure.ac:5: -1- AC_SUBST([INSTALL_DATA]) 62 m4trace:configure.ac:5: -1- AC_SUBST([CYGPATH_W]) 63 m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE], [orxonox]) 64 m4trace:configure.ac:5: -1- AC_SUBST([VERSION], [0.0.0]) 65 m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) 66 m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE], [/* Name of package */ 67 67 #undef PACKAGE]) 68 m4trace:configure. in:5: -1- AC_DEFINE_TRACE_LITERAL([VERSION])69 m4trace:configure. in:5: -1- AH_OUTPUT([VERSION], [/* Version number of package */68 m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) 69 m4trace:configure.ac:5: -1- AH_OUTPUT([VERSION], [/* Version number of package */ 70 70 #undef VERSION]) 71 m4trace:configure. in:5: -1- AC_SUBST([ACLOCAL])72 m4trace:configure. in:5: -1- AC_SUBST([AUTOCONF])73 m4trace:configure. in:5: -1- AC_SUBST([AUTOMAKE])74 m4trace:configure. in:5: -1- AC_SUBST([AUTOHEADER])75 m4trace:configure. in:5: -1- AC_SUBST([MAKEINFO])76 m4trace:configure. in:5: -1- AC_SUBST([AMTAR])77 m4trace:configure. in:5: -1- AC_SUBST([install_sh])78 m4trace:configure. in:5: -1- AC_SUBST([STRIP])79 m4trace:configure. in:5: -1- AC_SUBST([ac_ct_STRIP])80 m4trace:configure. in:5: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])81 m4trace:configure. in:5: -1- AC_SUBST([mkdir_p])82 m4trace:configure. in:5: -1- AC_PROG_AWK83 m4trace:configure. in:5: -1- AC_SUBST([AWK])84 m4trace:configure. in:5: -1- AC_PROG_MAKE_SET85 m4trace:configure. in:5: -1- AC_SUBST([SET_MAKE])86 m4trace:configure. in:5: -1- AC_SUBST([am__leading_dot])87 m4trace:configure. in:8: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.71 m4trace:configure.ac:5: -1- AC_SUBST([ACLOCAL]) 72 m4trace:configure.ac:5: -1- AC_SUBST([AUTOCONF]) 73 m4trace:configure.ac:5: -1- AC_SUBST([AUTOMAKE]) 74 m4trace:configure.ac:5: -1- AC_SUBST([AUTOHEADER]) 75 m4trace:configure.ac:5: -1- AC_SUBST([MAKEINFO]) 76 m4trace:configure.ac:5: -1- AC_SUBST([AMTAR]) 77 m4trace:configure.ac:5: -1- AC_SUBST([install_sh]) 78 m4trace:configure.ac:5: -1- AC_SUBST([STRIP]) 79 m4trace:configure.ac:5: -1- AC_SUBST([ac_ct_STRIP]) 80 m4trace:configure.ac:5: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) 81 m4trace:configure.ac:5: -1- AC_SUBST([mkdir_p]) 82 m4trace:configure.ac:5: -1- AC_PROG_AWK 83 m4trace:configure.ac:5: -1- AC_SUBST([AWK]) 84 m4trace:configure.ac:5: -1- AC_PROG_MAKE_SET 85 m4trace:configure.ac:5: -1- AC_SUBST([SET_MAKE]) 86 m4trace:configure.ac:5: -1- AC_SUBST([am__leading_dot]) 87 m4trace:configure.ac:8: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. 88 88 You should run autoupdate.], [aclocal.m4:421: AM_CONFIG_HEADER is expanded from... 89 configure. in:8: the top level])90 m4trace:configure. in:8: -1- AC_CONFIG_HEADERS([config.h])91 m4trace:configure. in:10: -1- AC_SUBST([VERSION])92 m4trace:configure. in:13: -1- AC_SUBST([ISODATE])93 m4trace:configure. in:15: -1- AC_CANONICAL_HOST94 m4trace:configure. in:15: -1- AC_SUBST([build], [$ac_cv_build])95 m4trace:configure. in:15: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])96 m4trace:configure. in:15: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])97 m4trace:configure. in:15: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])98 m4trace:configure. in:15: -1- AC_SUBST([host], [$ac_cv_host])99 m4trace:configure. in:15: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])100 m4trace:configure. in:15: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])101 m4trace:configure. in:15: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])102 m4trace:configure. in:18: -1- AC_PROG_INSTALL103 m4trace:configure. in:18: -1- AC_SUBST([INSTALL_PROGRAM])104 m4trace:configure. in:18: -1- AC_SUBST([INSTALL_SCRIPT])105 m4trace:configure. in:18: -1- AC_SUBST([INSTALL_DATA])106 m4trace:configure. in:19: -1- AC_PROG_CC107 m4trace:configure. in:19: -1- AC_SUBST([CC])108 m4trace:configure. in:19: -1- AC_SUBST([CFLAGS])109 m4trace:configure. in:19: -1- AC_SUBST([LDFLAGS])110 m4trace:configure. in:19: -1- AC_SUBST([CPPFLAGS])111 m4trace:configure. in:19: -1- AC_SUBST([CC])112 m4trace:configure. in:19: -1- AC_SUBST([ac_ct_CC])113 m4trace:configure. in:19: -1- AC_SUBST([CC])114 m4trace:configure. in:19: -1- AC_SUBST([ac_ct_CC])115 m4trace:configure. in:19: -1- AC_SUBST([CC])116 m4trace:configure. in:19: -1- AC_SUBST([CC])117 m4trace:configure. in:19: -1- AC_SUBST([ac_ct_CC])118 m4trace:configure. in:19: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])119 m4trace:configure. in:19: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])120 m4trace:configure. in:19: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])121 m4trace:configure. in:19: -1- AC_SUBST([am__include])122 m4trace:configure. in:19: -1- AC_SUBST([am__quote])123 m4trace:configure. in:19: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])124 m4trace:configure. in:19: -1- AC_SUBST([AMDEP_TRUE])125 m4trace:configure. in:19: -1- AC_SUBST([AMDEP_FALSE])126 m4trace:configure. in:19: -1- AC_SUBST([AMDEPBACKSLASH])127 m4trace:configure. in:19: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])128 m4trace:configure. in:19: -1- AM_CONDITIONAL([am__fastdepCC], [89 configure.ac:8: the top level]) 90 m4trace:configure.ac:8: -1- AC_CONFIG_HEADERS([config.h]) 91 m4trace:configure.ac:10: -1- AC_SUBST([VERSION]) 92 m4trace:configure.ac:13: -1- AC_SUBST([ISODATE]) 93 m4trace:configure.ac:15: -1- AC_CANONICAL_HOST 94 m4trace:configure.ac:15: -1- AC_SUBST([build], [$ac_cv_build]) 95 m4trace:configure.ac:15: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`]) 96 m4trace:configure.ac:15: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`]) 97 m4trace:configure.ac:15: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`]) 98 m4trace:configure.ac:15: -1- AC_SUBST([host], [$ac_cv_host]) 99 m4trace:configure.ac:15: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`]) 100 m4trace:configure.ac:15: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`]) 101 m4trace:configure.ac:15: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`]) 102 m4trace:configure.ac:18: -1- AC_PROG_INSTALL 103 m4trace:configure.ac:18: -1- AC_SUBST([INSTALL_PROGRAM]) 104 m4trace:configure.ac:18: -1- AC_SUBST([INSTALL_SCRIPT]) 105 m4trace:configure.ac:18: -1- AC_SUBST([INSTALL_DATA]) 106 m4trace:configure.ac:19: -1- AC_PROG_CC 107 m4trace:configure.ac:19: -1- AC_SUBST([CC]) 108 m4trace:configure.ac:19: -1- AC_SUBST([CFLAGS]) 109 m4trace:configure.ac:19: -1- AC_SUBST([LDFLAGS]) 110 m4trace:configure.ac:19: -1- AC_SUBST([CPPFLAGS]) 111 m4trace:configure.ac:19: -1- AC_SUBST([CC]) 112 m4trace:configure.ac:19: -1- AC_SUBST([ac_ct_CC]) 113 m4trace:configure.ac:19: -1- AC_SUBST([CC]) 114 m4trace:configure.ac:19: -1- AC_SUBST([ac_ct_CC]) 115 m4trace:configure.ac:19: -1- AC_SUBST([CC]) 116 m4trace:configure.ac:19: -1- AC_SUBST([CC]) 117 m4trace:configure.ac:19: -1- AC_SUBST([ac_ct_CC]) 118 m4trace:configure.ac:19: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) 119 m4trace:configure.ac:19: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) 120 m4trace:configure.ac:19: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) 121 m4trace:configure.ac:19: -1- AC_SUBST([am__include]) 122 m4trace:configure.ac:19: -1- AC_SUBST([am__quote]) 123 m4trace:configure.ac:19: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 124 m4trace:configure.ac:19: -1- AC_SUBST([AMDEP_TRUE]) 125 m4trace:configure.ac:19: -1- AC_SUBST([AMDEP_FALSE]) 126 m4trace:configure.ac:19: -1- AC_SUBST([AMDEPBACKSLASH]) 127 m4trace:configure.ac:19: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) 128 m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__fastdepCC], [ 129 129 test "x$enable_dependency_tracking" != xno \ 130 130 && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) 131 m4trace:configure.in:19: -1- AC_SUBST([am__fastdepCC_TRUE]) 132 m4trace:configure.in:19: -1- AC_SUBST([am__fastdepCC_FALSE]) 133 m4trace:configure.in:20: -1- AC_PROG_CXX 134 m4trace:configure.in:20: -1- AC_SUBST([CXX]) 135 m4trace:configure.in:20: -1- AC_SUBST([CXXFLAGS]) 136 m4trace:configure.in:20: -1- AC_SUBST([LDFLAGS]) 137 m4trace:configure.in:20: -1- AC_SUBST([CPPFLAGS]) 138 m4trace:configure.in:20: -1- AC_SUBST([CXX]) 139 m4trace:configure.in:20: -1- AC_SUBST([ac_ct_CXX]) 140 m4trace:configure.in:20: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type]) 141 m4trace:configure.in:20: -1- AM_CONDITIONAL([am__fastdepCXX], [ 142 test "x$enable_dependency_tracking" != xno \ 143 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3]) 144 m4trace:configure.in:20: -1- AC_SUBST([am__fastdepCXX_TRUE]) 145 m4trace:configure.in:20: -1- AC_SUBST([am__fastdepCXX_FALSE]) 146 m4trace:configure.in:25: -1- AC_HEADER_STDC 147 m4trace:configure.in:25: -1- AC_PROG_CPP 148 m4trace:configure.in:25: -1- AC_SUBST([CPP]) 149 m4trace:configure.in:25: -1- AC_SUBST([CPPFLAGS]) 150 m4trace:configure.in:25: -1- AC_SUBST([CPP]) 151 m4trace:configure.in:25: -1- AC_SUBST([EGREP]) 152 m4trace:configure.in:25: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) 153 m4trace:configure.in:25: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ 131 m4trace:configure.ac:19: -1- AC_SUBST([am__fastdepCC_TRUE]) 132 m4trace:configure.ac:19: -1- AC_SUBST([am__fastdepCC_FALSE]) 133 m4trace:configure.ac:24: -1- AC_HEADER_STDC 134 m4trace:configure.ac:24: -1- AC_PROG_CPP 135 m4trace:configure.ac:24: -1- AC_SUBST([CPP]) 136 m4trace:configure.ac:24: -1- AC_SUBST([CPPFLAGS]) 137 m4trace:configure.ac:24: -1- AC_SUBST([CPP]) 138 m4trace:configure.ac:24: -1- AC_SUBST([EGREP]) 139 m4trace:configure.ac:24: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) 140 m4trace:configure.ac:24: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ 154 141 #undef STDC_HEADERS]) 155 m4trace:configure. in:26: -1- AC_CHECK_HEADERS([unistd.h sys/param.h sys/time.h time.h sys/mkdev.h sys/sysmacros.h string.h memory.h fcntl.h dirent.h sys/ndir.h ndir.h alloca.h locale.h ])156 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */142 m4trace:configure.ac:25: -1- AC_CHECK_HEADERS([unistd.h sys/param.h sys/time.h time.h sys/mkdev.h sys/sysmacros.h string.h memory.h fcntl.h dirent.h sys/ndir.h ndir.h alloca.h locale.h ]) 143 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ 157 144 #undef HAVE_UNISTD_H]) 158 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */145 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */ 159 146 #undef HAVE_SYS_PARAM_H]) 160 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */147 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */ 161 148 #undef HAVE_SYS_TIME_H]) 162 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_TIME_H], [/* Define to 1 if you have the <time.h> header file. */149 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_TIME_H], [/* Define to 1 if you have the <time.h> header file. */ 163 150 #undef HAVE_TIME_H]) 164 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_SYS_MKDEV_H], [/* Define to 1 if you have the <sys/mkdev.h> header file. */151 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_SYS_MKDEV_H], [/* Define to 1 if you have the <sys/mkdev.h> header file. */ 165 152 #undef HAVE_SYS_MKDEV_H]) 166 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_SYS_SYSMACROS_H], [/* Define to 1 if you have the <sys/sysmacros.h> header file. */153 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_SYS_SYSMACROS_H], [/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 167 154 #undef HAVE_SYS_SYSMACROS_H]) 168 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */155 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ 169 156 #undef HAVE_STRING_H]) 170 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */157 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */ 171 158 #undef HAVE_MEMORY_H]) 172 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */159 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */ 173 160 #undef HAVE_FCNTL_H]) 174 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file. */161 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file. */ 175 162 #undef HAVE_DIRENT_H]) 176 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file. */163 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file. */ 177 164 #undef HAVE_SYS_NDIR_H]) 178 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file. */165 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file. */ 179 166 #undef HAVE_NDIR_H]) 180 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have the <alloca.h> header file. */167 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have the <alloca.h> header file. */ 181 168 #undef HAVE_ALLOCA_H]) 182 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */169 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */ 183 170 #undef HAVE_LOCALE_H]) 184 m4trace:configure. in:26: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \171 m4trace:configure.ac:25: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 185 172 inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default]) 186 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */173 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ 187 174 #undef HAVE_SYS_TYPES_H]) 188 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */175 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ 189 176 #undef HAVE_SYS_STAT_H]) 190 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */177 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ 191 178 #undef HAVE_STDLIB_H]) 192 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */179 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ 193 180 #undef HAVE_STRING_H]) 194 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */181 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */ 195 182 #undef HAVE_MEMORY_H]) 196 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */183 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */ 197 184 #undef HAVE_STRINGS_H]) 198 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */185 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */ 199 186 #undef HAVE_INTTYPES_H]) 200 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */187 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */ 201 188 #undef HAVE_STDINT_H]) 202 m4trace:configure. in:26: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */189 m4trace:configure.ac:25: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ 203 190 #undef HAVE_UNISTD_H]) 204 m4trace:configure. in:28: -1- AC_CHECK_HEADERS([utime.h])205 m4trace:configure. in:28: -1- AH_OUTPUT([HAVE_UTIME_H], [/* Define to 1 if you have the <utime.h> header file. */191 m4trace:configure.ac:28: -1- AC_CHECK_HEADERS([utime.h]) 192 m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_UTIME_H], [/* Define to 1 if you have the <utime.h> header file. */ 206 193 #undef HAVE_UTIME_H]) 207 m4trace:configure. in:28: -1- AC_HEADER_TIME208 m4trace:configure. in:28: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME])209 m4trace:configure. in:28: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */194 m4trace:configure.ac:28: -1- AC_HEADER_TIME 195 m4trace:configure.ac:28: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME]) 196 m4trace:configure.ac:28: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 210 197 #undef TIME_WITH_SYS_TIME]) 211 m4trace:configure. in:28: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.198 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. 212 199 You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from... 213 200 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from... 214 201 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from... 215 202 acinclude.m4:40: jm_CHECK_TYPE_STRUCT_UTIMBUF is expanded from... 216 configure. in:28: the top level])217 m4trace:configure. in:28: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_UTIMBUF])218 m4trace:configure. in:28: -1- AH_OUTPUT([HAVE_STRUCT_UTIMBUF], [/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems203 configure.ac:28: the top level]) 204 m4trace:configure.ac:28: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_UTIMBUF]) 205 m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_STRUCT_UTIMBUF], [/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems 219 206 have utime.h but don\'t declare the struct anywhere. */ 220 207 #undef HAVE_STRUCT_UTIMBUF]) 221 m4trace:configure. in:29: -1- AC_HEADER_MAJOR222 m4trace:configure. in:29: -1- AC_DEFINE_TRACE_LITERAL([MAJOR_IN_MKDEV])223 m4trace:configure. in:29: -1- AH_OUTPUT([MAJOR_IN_MKDEV], [/* Define to 1 if `major\', `minor\', and `makedev\' are declared in <mkdev.h>.208 m4trace:configure.ac:29: -1- AC_HEADER_MAJOR 209 m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([MAJOR_IN_MKDEV]) 210 m4trace:configure.ac:29: -1- AH_OUTPUT([MAJOR_IN_MKDEV], [/* Define to 1 if `major\', `minor\', and `makedev\' are declared in <mkdev.h>. 224 211 */ 225 212 #undef MAJOR_IN_MKDEV]) 226 m4trace:configure. in:29: -1- AC_DEFINE_TRACE_LITERAL([MAJOR_IN_SYSMACROS])227 m4trace:configure. in:29: -1- AH_OUTPUT([MAJOR_IN_SYSMACROS], [/* Define to 1 if `major\', `minor\', and `makedev\' are declared in213 m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([MAJOR_IN_SYSMACROS]) 214 m4trace:configure.ac:29: -1- AH_OUTPUT([MAJOR_IN_SYSMACROS], [/* Define to 1 if `major\', `minor\', and `makedev\' are declared in 228 215 <sysmacros.h>. */ 229 216 #undef MAJOR_IN_SYSMACROS]) 230 m4trace:configure. in:30: -1- AC_FUNC_ALLOCA231 m4trace:configure. in:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])232 m4trace:configure. in:30: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).217 m4trace:configure.ac:30: -1- AC_FUNC_ALLOCA 218 m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H]) 219 m4trace:configure.ac:30: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 233 220 */ 234 221 #undef HAVE_ALLOCA_H]) 235 m4trace:configure. in:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])236 m4trace:configure. in:30: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */222 m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA]) 223 m4trace:configure.ac:30: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */ 237 224 #undef HAVE_ALLOCA]) 238 m4trace:configure. in:30: -1- AC_LIBSOURCE([alloca.c])239 m4trace:configure. in:30: -1- AC_SUBST([ALLOCA], [alloca.$ac_objext])240 m4trace:configure. in:30: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])241 m4trace:configure. in:30: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */225 m4trace:configure.ac:30: -1- AC_LIBSOURCE([alloca.c]) 226 m4trace:configure.ac:30: -1- AC_SUBST([ALLOCA], [alloca.$ac_objext]) 227 m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA]) 228 m4trace:configure.ac:30: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */ 242 229 #undef C_ALLOCA]) 243 m4trace:configure. in:30: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])244 m4trace:configure. in:30: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP230 m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END]) 231 m4trace:configure.ac:30: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP 245 232 systems. This function is required for `alloca.c\' support on those systems. 246 233 */ 247 234 #undef CRAY_STACKSEG_END]) 248 m4trace:configure. in:30: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the235 m4trace:configure.ac:30: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the 249 236 direction of stack growth for your system; otherwise it will be 250 237 automatically deduced at run-time. … … 253 240 STACK_DIRECTION = 0 => direction of growth unknown */ 254 241 @%:@undef STACK_DIRECTION]) 255 m4trace:configure. in:30: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])256 m4trace:configure. in:31: -1- AC_STRUCT_TM257 m4trace:configure. in:31: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME])258 m4trace:configure. in:31: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your <sys/time.h> declares `struct tm\'. */242 m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION]) 243 m4trace:configure.ac:31: -1- AC_STRUCT_TM 244 m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME]) 245 m4trace:configure.ac:31: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your <sys/time.h> declares `struct tm\'. */ 259 246 #undef TM_IN_SYS_TIME]) 260 m4trace:configure. in:32: -1- AC_STRUCT_ST_BLOCKS261 m4trace:configure. in:32: -1- AC_CHECK_MEMBERS([struct stat.st_blocks], [AC_DEFINE(HAVE_ST_BLOCKS, 1,247 m4trace:configure.ac:32: -1- AC_STRUCT_ST_BLOCKS 248 m4trace:configure.ac:32: -1- AC_CHECK_MEMBERS([struct stat.st_blocks], [AC_DEFINE(HAVE_ST_BLOCKS, 1, 262 249 [Define to 1 if your `struct stat' has 263 250 `st_blocks'. Deprecated, use 264 251 `HAVE_STRUCT_STAT_ST_BLOCKS' instead.])], [AC_LIBOBJ([fileblocks])]) 265 m4trace:configure. in:32: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_BLOCKS])266 m4trace:configure. in:32: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_BLOCKS], [/* Define to 1 if `st_blocks\' is member of `struct stat\'. */252 m4trace:configure.ac:32: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_BLOCKS]) 253 m4trace:configure.ac:32: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_BLOCKS], [/* Define to 1 if `st_blocks\' is member of `struct stat\'. */ 267 254 #undef HAVE_STRUCT_STAT_ST_BLOCKS]) 268 m4trace:configure. in:32: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ST_BLOCKS])269 m4trace:configure. in:32: -1- AH_OUTPUT([HAVE_ST_BLOCKS], [/* Define to 1 if your `struct stat\' has `st_blocks\'. Deprecated, use255 m4trace:configure.ac:32: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ST_BLOCKS]) 256 m4trace:configure.ac:32: -1- AH_OUTPUT([HAVE_ST_BLOCKS], [/* Define to 1 if your `struct stat\' has `st_blocks\'. Deprecated, use 270 257 `HAVE_STRUCT_STAT_ST_BLOCKS\' instead. */ 271 258 #undef HAVE_ST_BLOCKS]) 272 m4trace:configure. in:32: -1- AC_LIBSOURCE([fileblocks.c])273 m4trace:configure. in:32: -1- AC_SUBST([LIB@&t@OBJS])274 m4trace:configure. in:33: -1- AC_FUNC_CLOSEDIR_VOID275 m4trace:configure. in:33: -1- AC_HEADER_DIRENT276 m4trace:configure. in:33: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'.259 m4trace:configure.ac:32: -1- AC_LIBSOURCE([fileblocks.c]) 260 m4trace:configure.ac:32: -1- AC_SUBST([LIB@&t@OBJS]) 261 m4trace:configure.ac:33: -1- AC_FUNC_CLOSEDIR_VOID 262 m4trace:configure.ac:33: -1- AC_HEADER_DIRENT 263 m4trace:configure.ac:33: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'. 277 264 */ 278 265 #undef HAVE_DIRENT_H]) 279 m4trace:configure. in:33: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'.266 m4trace:configure.ac:33: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'. 280 267 */ 281 268 #undef HAVE_SYS_NDIR_H]) 282 m4trace:configure. in:33: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'.269 m4trace:configure.ac:33: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'. 283 270 */ 284 271 #undef HAVE_SYS_DIR_H]) 285 m4trace:configure. in:33: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */272 m4trace:configure.ac:33: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */ 286 273 #undef HAVE_NDIR_H]) 287 m4trace:configure. in:33: -1- AC_DEFINE_TRACE_LITERAL([CLOSEDIR_VOID])288 m4trace:configure. in:33: -1- AH_OUTPUT([CLOSEDIR_VOID], [/* Define to 1 if the `closedir\' function returns void instead of `int\'. */274 m4trace:configure.ac:33: -1- AC_DEFINE_TRACE_LITERAL([CLOSEDIR_VOID]) 275 m4trace:configure.ac:33: -1- AH_OUTPUT([CLOSEDIR_VOID], [/* Define to 1 if the `closedir\' function returns void instead of `int\'. */ 289 276 #undef CLOSEDIR_VOID]) 290 m4trace:configure. in:34: -1- AC_CHECK_FUNCS([mkfifo])291 m4trace:configure. in:34: -1- AH_OUTPUT([HAVE_MKFIFO], [/* Define to 1 if you have the `mkfifo\' function. */277 m4trace:configure.ac:34: -1- AC_CHECK_FUNCS([mkfifo]) 278 m4trace:configure.ac:34: -1- AH_OUTPUT([HAVE_MKFIFO], [/* Define to 1 if you have the `mkfifo\' function. */ 292 279 #undef HAVE_MKFIFO]) 293 m4trace:configure. in:41: -1- AC_CONFIG_FILES([Makefile orxonox.lsm orxonox.spec])294 m4trace:configure. in:41: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.280 m4trace:configure.ac:41: -1- AC_CONFIG_FILES([Makefile orxonox.lsm orxonox.spec]) 281 m4trace:configure.ac:41: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. 295 282 You should run autoupdate.], []) 296 m4trace:configure. in:41: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])297 m4trace:configure. in:41: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])283 m4trace:configure.ac:41: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) 284 m4trace:configure.ac:41: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) -
orxonox/branches/bensch/config.log
r1817 r1823 5 5 generated by GNU Autoconf 2.58. Invocation command line was 6 6 7 $ ./configure CC=gcc CXX=g++--no-create --no-recursion7 $ ./configure CC=gcc --no-create --no-recursion 8 8 9 9 ## --------- ## … … 11 11 ## --------- ## 12 12 13 hostname = iasius13 hostname = bonsai 14 14 uname -m = i686 15 uname -r = 2.6. 3-gentoo-r115 uname -r = 2.6.4-rc2-mm1 16 16 uname -s = Linux 17 uname -v = # 1 SMP Thu Apr 1 20:37:55 MEST 200418 19 /usr/bin/uname -p = AMD Athlon(tm) MP 2000+17 uname -v = #7 Mon Mar 22 21:20:51 MET 2004 18 19 /usr/bin/uname -p = Intel(R) Pentium(R) M processor 1600MHz 20 20 /bin/uname -X = unknown 21 21 … … 33 33 PATH: /opt/bin 34 34 PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3 35 PATH: /opt/ Acrobat535 PATH: /opt/ati/bin 36 36 PATH: /usr/X11R6/bin 37 37 PATH: /opt/blackdown-jdk-1.4.1/bin … … 39 39 PATH: /usr/qt/3/bin 40 40 PATH: /usr/kde/3.2/bin 41 PATH: /opt/interbase/bin 41 42 PATH: /usr/games/bin 42 43 … … 73 74 configure:2191: gcc -v </dev/null >&5 74 75 Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs 75 Configured with: /var/tmp/portage/gcc-3.3.2-r5/work/gcc-3.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --disable-multilib76 Configured with: /var/tmp/portage/gcc-3.3.2-r5/work/gcc-3.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --disable-multilib 76 77 Thread model: posix 77 78 gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7) … … 932 933 INSTALL_SCRIPT='${INSTALL}' 933 934 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' 934 ISODATE='2004-04-1 3'935 ISODATE='2004-04-14' 935 936 LDFLAGS='' 936 937 LIBOBJS='' … … 1043 1044 $ ./config.status 1044 1045 1045 on iasius1046 on bonsai 1046 1047 1047 1048 config.status:696: creating Makefile … … 1065 1066 $ ./config.status config.h 1066 1067 1067 on iasius1068 on bonsai 1068 1069 1069 1070 config.status:800: creating config.h 1070 1071 config.status:944: config.h is unchanged 1071 1072 ## ---------------------- ##1073 ## Running config.status. ##1074 ## ---------------------- ##1075 1076 This file was extended by config.status, which was1077 generated by GNU Autoconf 2.58. Invocation command line was1078 1079 CONFIG_FILES =1080 CONFIG_HEADERS =1081 CONFIG_LINKS =1082 CONFIG_COMMANDS =1083 $ ./config.status Makefile depfiles1084 1085 on iasius1086 1087 config.status:696: creating Makefile1088 config.status:1121: executing depfiles commands1089 1090 ## ---------------------- ##1091 ## Running config.status. ##1092 ## ---------------------- ##1093 1094 This file was extended by config.status, which was1095 generated by GNU Autoconf 2.58. Invocation command line was1096 1097 CONFIG_FILES =1098 CONFIG_HEADERS =1099 CONFIG_LINKS =1100 CONFIG_COMMANDS =1101 $ ./config.status Makefile depfiles1102 1103 on iasius1104 1105 config.status:696: creating Makefile1106 config.status:1121: executing depfiles commands -
orxonox/branches/bensch/config.status
r1816 r1823 305 305 config.status 306 306 configured by ./configure, generated by GNU Autoconf 2.58, 307 with options \"'CC=gcc' 'CXX=g++'\"307 with options \"'CC=gcc'\" 308 308 309 309 Copyright (C) 2003 Free Software Foundation, Inc. … … 384 384 385 385 if $ac_cs_recheck; then 386 echo "running /bin/sh ./configure " 'CC=gcc' 'CXX=g++'$ac_configure_extra_args " --no-create --no-recursion" >&6387 exec /bin/sh ./configure 'CC=gcc' 'CXX=g++'$ac_configure_extra_args --no-create --no-recursion386 echo "running /bin/sh ./configure " 'CC=gcc' $ac_configure_extra_args " --no-create --no-recursion" >&6 387 exec /bin/sh ./configure 'CC=gcc' $ac_configure_extra_args --no-create --no-recursion 388 388 fi 389 389 … … 505 505 s,@SET_MAKE@,,;t t 506 506 s,@am__leading_dot@,.,;t t 507 s,@ISODATE@,2004-04-1 3,;t t507 s,@ISODATE@,2004-04-14,;t t 508 508 s,@build@,i686-pc-linux-gnu,;t t 509 509 s,@build_cpu@,i686,;t t -
orxonox/branches/bensch/orxonox.lsm
r1814 r1823 2 2 Title: orxonox 3 3 Version: 0.0.0 4 Entered-date: 2004-04-1 34 Entered-date: 2004-04-14 5 5 Description: the future of 3D-vertical-scrollers 6 6 orxonox.lsm. Generated from orxonox.lsm.in by configure. -
orxonox/branches/bensch/orxonox_gui_exec.c
r1822 r1823 12 12 } 13 13 14 void exec_verbose_mode_change(GtkWidget *widget, gpointer data) 15 { 16 verbose = GPOINTER_TO_INT(data); 17 orxonox_flags_update (); 18 if (verbose >= 1) 19 printf ("Verbose-mode changed to %i.\n", verbose); 20 return; 21 } 14 22 15 23 … … 22 30 GtkWidget *quit_button; 23 31 GtkWidget *flags_frame; 32 GtkWidget *setting_box; 33 GtkWidget *verbose_button; 24 34 25 35 … … 33 43 start_button = gtk_button_new_with_label ("Start"); 34 44 gtk_box_pack_start(GTK_BOX (orxonox_gui_exec_vbox), start_button, TRUE, TRUE, 5); 45 setting_box = gtk_hbox_new(FALSE, 5); 46 { 47 save_settings_button = gtk_check_button_new_with_label ("Save Settings"); 48 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (save_settings_button), orxonox_settings->exec_save_settings); 49 g_signal_connect(GTK_TOGGLE_BUTTON(save_settings_button), "clicked", G_CALLBACK(exec_check_button_change), &(orxonox_settings->exec_save_settings)); 50 gtk_box_pack_start(GTK_BOX (setting_box), save_settings_button, TRUE, TRUE, 0); 51 52 { 53 GtkWidget *opt; 54 GtkWidget *menu; 55 GtkWidget *item; 35 56 36 save_settings_button = gtk_check_button_new_with_label ("Save Settings"); 37 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (save_settings_button), orxonox_settings->exec_save_settings); 38 g_signal_connect(GTK_TOGGLE_BUTTON(save_settings_button), "clicked", G_CALLBACK(exec_check_button_change), &(orxonox_settings->exec_save_settings)); 39 gtk_box_pack_start(GTK_BOX (orxonox_gui_exec_vbox), save_settings_button, TRUE, TRUE, 0); 57 opt = gtk_option_menu_new (); 58 menu = gtk_menu_new (); 40 59 60 item = gtk_menu_item_new_with_label ("no verbose"); 61 g_signal_connect (G_OBJECT (item), "activate", G_CALLBACK (exec_verbose_mode_change), GINT_TO_POINTER(0)); 62 gtk_menu_shell_append(GTK_MENU_SHELL (menu), item); 63 64 item = gtk_menu_item_new_with_label ("verbose"); 65 g_signal_connect (G_OBJECT (item), "activate", G_CALLBACK (exec_verbose_mode_change), GINT_TO_POINTER(1)); 66 gtk_menu_shell_append(GTK_MENU_SHELL (menu), item); 67 68 item = gtk_menu_item_new_with_label ("debug"); 69 g_signal_connect (G_OBJECT (item), "activate", G_CALLBACK (exec_verbose_mode_change), GINT_TO_POINTER(2)); 70 gtk_menu_shell_append(GTK_MENU_SHELL (menu), item); 71 72 gtk_option_menu_set_menu (GTK_OPTION_MENU (opt), menu); 73 gtk_option_menu_set_history (GTK_OPTION_MENU (opt), verbose); 74 gtk_box_pack_start (GTK_BOX (setting_box), opt, TRUE, TRUE, 0); 75 76 } 77 } 78 gtk_box_pack_start(GTK_BOX(orxonox_gui_exec_vbox), setting_box, TRUE, TRUE, 0); 41 79 show_menu_button = gtk_check_button_new_with_label ("Always show this Menu"); 42 80 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (show_menu_button), orxonox_settings->exec_show_menu); … … 44 82 gtk_box_pack_start(GTK_BOX (orxonox_gui_exec_vbox), show_menu_button, TRUE, TRUE, 0); 45 83 46 47 84 quit_button = gtk_button_new_with_label ("quit"); 48 85 g_signal_connect(GTK_BUTTON(quit_button), "clicked", G_CALLBACK(gtk_main_quit), NULL);
Note: See TracChangeset
for help on using the changeset viewer.