Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | no comment |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8ef5ee52cafe8a973f23e31e0ea11e4f |
User & Date: | ron 2010-03-02 11:21:18 |
2010-03-02
| ||
11:39 | (no comment) check-in: 275ee53b2d user: ron tags: trunk | |
11:21 | no comment check-in: 8ef5ee52ca user: ron tags: trunk | |
2010-03-01
| ||
20:45 | no comment check-in: 0f36db2926 user: ron tags: trunk | |
Changes to Makefile.
1
2
3
4
5
6
7
8
..
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Note: the fltk library has to be configured with os=$(shell uname) CPP=g++ -O3 -s OBJDIR=obj # cross compile for Windows: CROSS=0 PWD=$(shell pwd) ................................................................................ ifeq ($(os),Darwin) INC=-I`pwd`/fltk-1.3/ -I/usr/include LIB= `pwd`/fltk-1.3/maclib/libfltk.a -lpthread -framework Carbon -framework ApplicationServices TARGET=librevagui.dylib endif ifeq ($(os),Linux) INC=-I$(PWD)/fltk-1.3/ LIB=$(PWD)/fltk-1.3/linlib/libfltk.a -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -lpng -lz -ljpeg TARGET=librevagui.so CPP+=$(OPTIM) endif ifeq ($(CROSS),1) CWD=$(shell pwd) TARGET=revagui.dll MING=$(HOME)/mingw/i686-pc-mingw32 |
>
>
|
|
1
2
3
4
5
6
7
8
9
10
..
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Note: the fltk library has to be configured with # ./configure --disable-xinerama --disable-xft --disable-gl --disable-threads --enable-localjpeg --enable-localpng --enable-localzlib --disable-xdbe os=$(shell uname) CPP=g++ -O3 -s OBJDIR=obj # cross compile for Windows: CROSS=0 PWD=$(shell pwd) ................................................................................ ifeq ($(os),Darwin) INC=-I`pwd`/fltk-1.3/ -I/usr/include LIB= `pwd`/fltk-1.3/maclib/libfltk.a -lpthread -framework Carbon -framework ApplicationServices TARGET=librevagui.dylib endif ifeq ($(os),Linux) INC=-I$(PWD)/fltk-1.3/ LIB=$(PWD)/fltk-1.3/linlib/libfltk.a -lXext -lfontconfig -ldl -lm -lX11 TARGET=librevagui.so CPP+=$(OPTIM) endif ifeq ($(CROSS),1) CWD=$(shell pwd) TARGET=revagui.dll MING=$(HOME)/mingw/i686-pc-mingw32 |
Changes to fltk-1.3/autom4te.cache/output.0.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 ... 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 ... 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 ... 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 .... 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 .... 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 .... 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 .... 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 .... 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 .... 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 .... 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 .... 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 .... 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 .... 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 .... 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 .... 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 .... 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 .... 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 .... 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 .... 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 .... 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 .... 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 .... 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 .... 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 .... 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225 8226 8227 8228 8229 .... 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 .... 8363 8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 .... 8458 8459 8460 8461 8462 8463 8464 8465 8466 8467 8468 8469 8470 8471 8472 .... 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 .... 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 .... 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 8566 8567 8568 .... 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 8755 8756 8757 8758 8759 8760 8761 8762 8763 8764 8765 8766 8767 |
@%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. @%:@ Generated by GNU Autoconf 2.64. @%:@ @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software @%:@ Foundation, Inc. @%:@ @%:@ This configure script is free software; the Free Software Foundation @%:@ gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## ................................................................................ { { eval $1=; unset $1;} } as_unset=as_fn_unset @%:@ as_fn_set_status STATUS @%:@ ----------------------- @%:@ Set $? to STATUS, without forking. as_fn_set_status () { return $1 } @%:@ as_fn_set_status @%:@ as_fn_exit STATUS @%:@ ----------------- ................................................................................ set +e as_fn_set_status $1 exit $1 } @%:@ as_fn_exit @%:@ as_fn_mkdir_p @%:@ ------------- @%:@ Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { ................................................................................ eval $1=\$$1\$2 } fi # as_fn_append @%:@ as_fn_arith ARG... @%:@ ------------------ @%:@ Perform arithmetic evaluation on the ARGs, and store the result in the @%:@ global $as_val. Take advantage of shells that can avoid forks. The arguments @%:@ must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () ................................................................................ fi # as_fn_arith @%:@ as_fn_error ERROR [LINENO LOG_FD] @%:@ --------------------------------- @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the @%:@ script with status $?, using 1 if that was 0. as_fn_error () { as_status=$?; test $as_status -eq 0 && as_status=1 if test "$3"; then as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 fi ................................................................................ # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 7<&0 </dev/null 6>&1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # ................................................................................ --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. ................................................................................ Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir> LIBS libraries to pass to the linker, e.g. -l<library> CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir> CXX C++ compiler command CXXFLAGS C++ compiler flags CPP C preprocessor XMKMF Path to xmkmf, Makefile generator for X Window System Use these variables to override the choices made by `configure' or to help ................................................................................ done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF configure generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ................................................................................ ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## @%:@ ac_fn_c_try_compile LINENO @%:@ -------------------------- @%:@ Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} return $ac_retval } @%:@ ac_fn_c_try_compile @%:@ ac_fn_cxx_try_compile LINENO @%:@ ---------------------------- @%:@ Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} return $ac_retval } @%:@ ac_fn_cxx_try_compile @%:@ ac_fn_c_try_run LINENO @%:@ ---------------------- @%:@ Try to link conftest.$ac_ext, and return whether this succeeded. Assumes @%:@ that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} return $ac_retval } @%:@ ac_fn_c_try_run @%:@ ac_fn_c_try_cpp LINENO @%:@ ---------------------- @%:@ Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; ................................................................................ else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} return $ac_retval } @%:@ ac_fn_c_try_cpp @%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES @%:@ ------------------------------------------------------- @%:@ Tests whether HEADER exists and can be compiled using the include files in @%:@ INCLUDES, setting the cache variable VAR accordingly. ................................................................................ fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext rm -f conftest.val fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} return $ac_retval } @%:@ ac_fn_c_compute_int @%:@ ac_fn_c_try_link LINENO @%:@ ----------------------- @%:@ Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} return $ac_retval } @%:@ ac_fn_c_try_link @%:@ ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES @%:@ ------------------------------------------------------- @%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using @%:@ the include files in INCLUDES and setting the cache variable VAR ................................................................................ } @%:@ ac_fn_c_check_func cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ................................................................................ else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi ................................................................................ else # we target cygwin in combination with X11 if test x$enable_x11 == xyes; then uname_GUI="X11$uname" fi fi ;; esac LINKFLTK="../lib/libfltk.a" LINKFLTKFORMS="../lib/libfltk_forms.a" LINKFLTKGL="../lib/libfltk_gl.a" LINKFLTKIMG="../lib/libfltk_images.a" GLDEMOS="gldemos" ................................................................................ case $uname in Darwin*) # QD is not supported anymore since 1.3 $as_echo "@%:@define USE_QUARTZ 1" >>confdefs.h $as_echo "@%:@define __APPLE_QUARTZ__ 1" >>confdefs.h ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ................................................................................ (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 rm -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @%:@include <stdio.h> int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files ................................................................................ esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } if test -z "$ac_file"; then : $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { as_fn_set_status 77 as_fn_error "C compiler cannot create executables See \`config.log' for more details." "$LINENO" 5; }; } fi ac_exeext=$ac_cv_exeext # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac ................................................................................ done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." "$LINENO" 5; } fi rm -f conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ ................................................................................ (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 rm -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : ................................................................................ if test "x$with_links" != xyes; then HLINKS="#" fi ;; Darwin*) # MacOS X uses Carbon for graphics... LIBS="$LIBS -framework Carbon -framework ApplicationServices" if test x$have_pthread = xyes; then $as_echo "@%:@define HAVE_PTHREAD 1" >>confdefs.h THREADS="threads$EXEEXT" fi ................................................................................ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH @%:@ as_fn_error ERROR [LINENO LOG_FD] @%:@ --------------------------------- @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the @%:@ script with status $?, using 1 if that was 0. as_fn_error () { as_status=$?; test $as_status -eq 0 && as_status=1 if test "$3"; then as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 fi ................................................................................ $as_echo "$as_me: error: $1" >&2 as_fn_exit $as_status } @%:@ as_fn_error @%:@ as_fn_set_status STATUS @%:@ ----------------------- @%:@ Set $? to STATUS, without forking. as_fn_set_status () { return $1 } @%:@ as_fn_set_status @%:@ as_fn_exit STATUS @%:@ ----------------- ................................................................................ eval $1=\$$1\$2 } fi # as_fn_append @%:@ as_fn_arith ARG... @%:@ ------------------ @%:@ Perform arithmetic evaluation on the ARGs, and store the result in the @%:@ global $as_val. Take advantage of shells that can avoid forks. The arguments @%:@ must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () ................................................................................ fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @%:@ as_fn_mkdir_p @%:@ ------------- @%:@ Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { ................................................................................ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by $as_me, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ ................................................................................ from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] ................................................................................ Configuration headers: $config_headers Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ config.status configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2009 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' ................................................................................ case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac ................................................................................ s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\).*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\).*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p |
| > | < > > | | | | | | > | | | | | | | | | | | | | | | | | | | | > > > > > > > > > > > > > > > > < > | < < | | | > | | < | < < < < < < < < < < < < < < < < < < < < < | < < < | < < < < > | < < > > | | > | < < < < < < < | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > < > | | | | | | | > > | < > > > | | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 ... 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 ... 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 ... 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 ... 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 .... 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 .... 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 .... 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 .... 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 .... 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 .... 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 .... 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 .... 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 .... 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 .... 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 .... 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 .... 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 .... 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 .... 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 .... 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 .... 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 .... 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 .... 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 .... 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 .... 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 .... 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 .... 8303 8304 8305 8306 8307 8308 8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 .... 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 8417 8418 8419 8420 .... 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512 8513 8514 8515 .... 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 .... 8560 8561 8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 .... 8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 .... 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 8814 |
@%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. @%:@ Generated by GNU Autoconf 2.65. @%:@ @%:@ @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, @%:@ Inc. @%:@ @%:@ @%:@ This configure script is free software; the Free Software Foundation @%:@ gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## ................................................................................ { { eval $1=; unset $1;} } as_unset=as_fn_unset @%:@ as_fn_set_status STATUS @%:@ ----------------------- @%:@ Set @S|@? to STATUS, without forking. as_fn_set_status () { return $1 } @%:@ as_fn_set_status @%:@ as_fn_exit STATUS @%:@ ----------------- ................................................................................ set +e as_fn_set_status $1 exit $1 } @%:@ as_fn_exit @%:@ as_fn_mkdir_p @%:@ ------------- @%:@ Create "@S|@as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { ................................................................................ eval $1=\$$1\$2 } fi # as_fn_append @%:@ as_fn_arith ARG... @%:@ ------------------ @%:@ Perform arithmetic evaluation on the ARGs, and store the result in the @%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments @%:@ must be portable across @S|@(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () ................................................................................ fi # as_fn_arith @%:@ as_fn_error ERROR [LINENO LOG_FD] @%:@ --------------------------------- @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the @%:@ script with status @S|@?, using 1 if that was 0. as_fn_error () { as_status=$?; test $as_status -eq 0 && as_status=1 if test "$3"; then as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 fi ................................................................................ # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 </dev/null exec 6>&1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # ................................................................................ --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX @<:@@S|@ac_default_prefix@:>@ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX @<:@PREFIX@:>@ By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. ................................................................................ Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir> LIBS libraries to pass to the linker, e.g. -l<library> CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir> CXX C++ compiler command CXXFLAGS C++ compiler flags CPP C preprocessor XMKMF Path to xmkmf, Makefile generator for X Window System Use these variables to override the choices made by `configure' or to help ................................................................................ done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF configure generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ................................................................................ ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## @%:@ ac_fn_c_try_compile LINENO @%:@ -------------------------- @%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } @%:@ ac_fn_c_try_compile @%:@ ac_fn_cxx_try_compile LINENO @%:@ ---------------------------- @%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } @%:@ ac_fn_cxx_try_compile @%:@ ac_fn_c_try_run LINENO @%:@ ---------------------- @%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. Assumes @%:@ that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } @%:@ ac_fn_c_try_run @%:@ ac_fn_c_try_cpp LINENO @%:@ ---------------------- @%:@ Try to preprocess conftest.@S|@ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; ................................................................................ else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } @%:@ ac_fn_c_try_cpp @%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES @%:@ ------------------------------------------------------- @%:@ Tests whether HEADER exists and can be compiled using the include files in @%:@ INCLUDES, setting the cache variable VAR accordingly. ................................................................................ fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext rm -f conftest.val fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } @%:@ ac_fn_c_compute_int @%:@ ac_fn_c_try_link LINENO @%:@ ----------------------- @%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ................................................................................ fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } @%:@ ac_fn_c_try_link @%:@ ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES @%:@ ------------------------------------------------------- @%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using @%:@ the include files in INCLUDES and setting the cache variable VAR ................................................................................ } @%:@ ac_fn_c_check_func cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ................................................................................ else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi ................................................................................ else # we target cygwin in combination with X11 if test x$enable_x11 == xyes; then uname_GUI="X11$uname" fi fi ;; Darwin*) # Starting with 10.6 (Snow Leopard), OS X does not support # Carbon calls anymore. We patch this until we are completely Cocoa compliant # by limiting ourselves to 32 bit Intel compiles d_ver_rev=`sw_vers -productVersion | sed -e 's/\.[0-9][0-9]*//2'` d_ver=`echo $d_ver_rev | sed -e 's/\.[0-9][0-9]*//'` d_rev=`echo $d_ver_rev | sed -e 's/[0-9][0-9]*\.//'` if test $d_ver -gt 10 -o $d_ver -eq 10 -a $d_rev -ge 6; then CFLAGS="$CFLAGS -arch i386" CXXFLAGS="$CXXFLAGS -arch i386" LDFLAGS="$LDFLAGS -arch i386" fi ;; esac LINKFLTK="../lib/libfltk.a" LINKFLTKFORMS="../lib/libfltk_forms.a" LINKFLTKGL="../lib/libfltk_gl.a" LINKFLTKIMG="../lib/libfltk_images.a" GLDEMOS="gldemos" ................................................................................ case $uname in Darwin*) # QD is not supported anymore since 1.3 $as_echo "@%:@define USE_QUARTZ 1" >>confdefs.h $as_echo "@%:@define __APPLE_QUARTZ__ 1" >>confdefs.h $as_echo "@%:@define __APPLE_COCOA__ 1" >>confdefs.h ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ................................................................................ (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files ................................................................................ esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { as_fn_set_status 77 as_fn_error "C compiler cannot create executables See \`config.log' for more details." "$LINENO" 5; }; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac ................................................................................ done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @%:@include <stdio.h> int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ ................................................................................ (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : ................................................................................ if test "x$with_links" != xyes; then HLINKS="#" fi ;; Darwin*) # MacOS X uses Carbon for graphics... LIBS="$LIBS -framework Carbon -framework Cocoa -framework ApplicationServices" if test x$have_pthread = xyes; then $as_echo "@%:@define HAVE_PTHREAD 1" >>confdefs.h THREADS="threads$EXEEXT" fi ................................................................................ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH @%:@ as_fn_error ERROR [LINENO LOG_FD] @%:@ --------------------------------- @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the @%:@ script with status @S|@?, using 1 if that was 0. as_fn_error () { as_status=$?; test $as_status -eq 0 && as_status=1 if test "$3"; then as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 fi ................................................................................ $as_echo "$as_me: error: $1" >&2 as_fn_exit $as_status } @%:@ as_fn_error @%:@ as_fn_set_status STATUS @%:@ ----------------------- @%:@ Set @S|@? to STATUS, without forking. as_fn_set_status () { return $1 } @%:@ as_fn_set_status @%:@ as_fn_exit STATUS @%:@ ----------------- ................................................................................ eval $1=\$$1\$2 } fi # as_fn_append @%:@ as_fn_arith ARG... @%:@ ------------------ @%:@ Perform arithmetic evaluation on the ARGs, and store the result in the @%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments @%:@ must be portable across @S|@(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () ................................................................................ fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @%:@ as_fn_mkdir_p @%:@ ------------- @%:@ Create "@S|@as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { ................................................................................ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by $as_me, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ ................................................................................ from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] ................................................................................ Configuration headers: $config_headers Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ config.status configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" Copyright (C) 2009 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' ................................................................................ case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac ................................................................................ s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p |
Changes to fltk-1.3/autom4te.cache/requests.
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
'/usr/share/autoconf' ], [ '/usr/share/autoconf/autoconf/autoconf.m4f', 'configure.in' ], { '_LT_AC_TAGCONFIG' => 1, 'AM_PROG_F77_C_O' => 1, 'AC_INIT' => 1, 'm4_pattern_forbid' => 1, '_AM_COND_IF' => 1, 'AC_CANONICAL_TARGET' => 1, 'AC_SUBST' => 1, 'AC_CONFIG_LIBOBJ_DIR' => 1, 'AC_FC_SRCEXT' => 1, 'AC_CANONICAL_HOST' => 1, 'AC_PROG_LIBTOOL' => 1, 'AM_INIT_AUTOMAKE' => 1, 'AC_CONFIG_SUBDIRS' => 1, 'AM_AUTOMAKE_VERSION' => 1, 'LT_CONFIG_LTDL_DIR' => 1, 'AC_REQUIRE_AUX_FILE' => 1, 'AC_CONFIG_LINKS' => 1, 'm4_sinclude' => 1, 'LT_SUPPORTED_TAG' => 1, 'AM_MAINTAINER_MODE' => 1, 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, '_m4_warn' => 1, 'AM_PROG_CXX_C_O' => 1, '_AM_COND_ENDIF' => 1, 'AM_ENABLE_MULTILIB' => 1, 'AM_SILENT_RULES' => 1, 'AC_CONFIG_FILES' => 1, 'include' => 1, 'LT_INIT' => 1, 'AM_GNU_GETTEXT' => 1, 'AC_LIBSOURCE' => 1, 'AM_PROG_FC_C_O' => 1, 'AC_CANONICAL_BUILD' => 1, 'AC_FC_FREEFORM' => 1, 'AH_OUTPUT' => 1, '_AM_SUBST_NOTMAKE' => 1, 'AC_CONFIG_AUX_DIR' => 1, 'sinclude' => 1, 'm4_pattern_allow' => 1, 'AM_PROG_CC_C_O' => 1, 'AC_CANONICAL_SYSTEM' => 1, 'AM_CONDITIONAL' => 1, 'AC_CONFIG_HEADERS' => 1, 'AC_DEFINE_TRACE_LITERAL' => 1, 'm4_include' => 1, '_AM_COND_ELSE' => 1, 'AC_SUBST_TRACE' => 1 } ], 'Autom4te::Request' ) ); |
| | | | | | | | | | < < > > < > < > | | < > |
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
'/usr/share/autoconf' ], [ '/usr/share/autoconf/autoconf/autoconf.m4f', 'configure.in' ], { 'AM_PROG_F77_C_O' => 1, '_LT_AC_TAGCONFIG' => 1, 'm4_pattern_forbid' => 1, 'AC_INIT' => 1, 'AC_CANONICAL_TARGET' => 1, '_AM_COND_IF' => 1, 'AC_CONFIG_LIBOBJ_DIR' => 1, 'AC_SUBST' => 1, 'AC_CANONICAL_HOST' => 1, 'AC_FC_SRCEXT' => 1, 'AC_PROG_LIBTOOL' => 1, 'AM_INIT_AUTOMAKE' => 1, 'AC_CONFIG_SUBDIRS' => 1, 'AM_AUTOMAKE_VERSION' => 1, 'LT_CONFIG_LTDL_DIR' => 1, 'AC_CONFIG_LINKS' => 1, 'AC_REQUIRE_AUX_FILE' => 1, 'LT_SUPPORTED_TAG' => 1, 'm4_sinclude' => 1, 'AM_MAINTAINER_MODE' => 1, 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, '_m4_warn' => 1, 'AM_PROG_CXX_C_O' => 1, '_AM_COND_ENDIF' => 1, 'AM_ENABLE_MULTILIB' => 1, 'AM_SILENT_RULES' => 1, 'AC_CONFIG_FILES' => 1, 'include' => 1, 'LT_INIT' => 1, 'AM_GNU_GETTEXT' => 1, 'AC_LIBSOURCE' => 1, 'AC_CANONICAL_BUILD' => 1, 'AM_PROG_FC_C_O' => 1, 'AC_FC_FREEFORM' => 1, 'AH_OUTPUT' => 1, 'AC_CONFIG_AUX_DIR' => 1, '_AM_SUBST_NOTMAKE' => 1, 'AM_PROG_CC_C_O' => 1, 'm4_pattern_allow' => 1, 'sinclude' => 1, 'AM_CONDITIONAL' => 1, 'AC_CANONICAL_SYSTEM' => 1, 'AC_CONFIG_HEADERS' => 1, 'AC_DEFINE_TRACE_LITERAL' => 1, 'm4_include' => 1, '_AM_COND_ELSE' => 1, 'AC_SUBST_TRACE' => 1 } ], 'Autom4te::Request' ) ); |
Changes to fltk-1.3/autom4te.cache/traces.0.
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
m4trace:configure.in:45: -1- m4_pattern_allow([^FL_API_VERSION$]) m4trace:configure.in:67: -1- AC_SUBST([ARCHFLAGS]) m4trace:configure.in:67: -1- AC_SUBST_TRACE([ARCHFLAGS]) m4trace:configure.in:67: -1- m4_pattern_allow([^ARCHFLAGS$]) m4trace:configure.in:68: -1- AC_SUBST([OPTIM]) m4trace:configure.in:68: -1- AC_SUBST_TRACE([OPTIM]) m4trace:configure.in:68: -1- m4_pattern_allow([^OPTIM$]) m4trace:configure.in:128: -1- AC_DEFINE_TRACE_LITERAL([USE_CAIRO]) m4trace:configure.in:128: -1- m4_pattern_allow([^USE_CAIRO$]) m4trace:configure.in:129: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CAIRO]) m4trace:configure.in:129: -1- m4_pattern_allow([^HAVE_CAIRO$]) m4trace:configure.in:143: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CAIRO]) m4trace:configure.in:143: -1- m4_pattern_allow([^HAVE_CAIRO$]) m4trace:configure.in:155: -1- AC_SUBST([CAIRODIR]) m4trace:configure.in:155: -1- AC_SUBST_TRACE([CAIRODIR]) m4trace:configure.in:155: -1- m4_pattern_allow([^CAIRODIR$]) m4trace:configure.in:156: -1- AC_SUBST([CAIROFLAGS]) m4trace:configure.in:156: -1- AC_SUBST_TRACE([CAIROFLAGS]) m4trace:configure.in:156: -1- m4_pattern_allow([^CAIROFLAGS$]) m4trace:configure.in:157: -1- AC_SUBST([CAIROLIBS]) m4trace:configure.in:157: -1- AC_SUBST_TRACE([CAIROLIBS]) m4trace:configure.in:157: -1- m4_pattern_allow([^CAIROLIBS$]) m4trace:configure.in:158: -1- AC_SUBST([LINKFLTKCAIRO]) m4trace:configure.in:158: -1- AC_SUBST_TRACE([LINKFLTKCAIRO]) m4trace:configure.in:158: -1- m4_pattern_allow([^LINKFLTKCAIRO$]) m4trace:configure.in:159: -1- AC_SUBST([FLTKCAIROOPTION]) m4trace:configure.in:159: -1- AC_SUBST_TRACE([FLTKCAIROOPTION]) m4trace:configure.in:159: -1- m4_pattern_allow([^FLTKCAIROOPTION$]) m4trace:configure.in:162: -1- AC_SUBST([FLLIBNAME]) m4trace:configure.in:162: -1- AC_SUBST_TRACE([FLLIBNAME]) m4trace:configure.in:162: -1- m4_pattern_allow([^FLLIBNAME$]) m4trace:configure.in:163: -1- AC_SUBST([GLDEMOS]) m4trace:configure.in:163: -1- AC_SUBST_TRACE([GLDEMOS]) m4trace:configure.in:163: -1- m4_pattern_allow([^GLDEMOS$]) m4trace:configure.in:164: -1- AC_SUBST([GLLIBNAME]) m4trace:configure.in:164: -1- AC_SUBST_TRACE([GLLIBNAME]) m4trace:configure.in:164: -1- m4_pattern_allow([^GLLIBNAME$]) m4trace:configure.in:165: -1- AC_SUBST([IMGLIBNAME]) m4trace:configure.in:165: -1- AC_SUBST_TRACE([IMGLIBNAME]) m4trace:configure.in:165: -1- m4_pattern_allow([^IMGLIBNAME$]) m4trace:configure.in:166: -1- AC_SUBST([CAIROLIBNAME]) m4trace:configure.in:166: -1- AC_SUBST_TRACE([CAIROLIBNAME]) m4trace:configure.in:166: -1- m4_pattern_allow([^CAIROLIBNAME$]) m4trace:configure.in:167: -1- AC_SUBST([LIBEXT]) m4trace:configure.in:167: -1- AC_SUBST_TRACE([LIBEXT]) m4trace:configure.in:167: -1- m4_pattern_allow([^LIBEXT$]) m4trace:configure.in:168: -1- AC_SUBST([LIBNAME]) m4trace:configure.in:168: -1- AC_SUBST_TRACE([LIBNAME]) m4trace:configure.in:168: -1- m4_pattern_allow([^LIBNAME$]) m4trace:configure.in:169: -1- AC_SUBST([LINKFLTK]) m4trace:configure.in:169: -1- AC_SUBST_TRACE([LINKFLTK]) m4trace:configure.in:169: -1- m4_pattern_allow([^LINKFLTK$]) m4trace:configure.in:170: -1- AC_SUBST([LINKFLTKFORMS]) m4trace:configure.in:170: -1- AC_SUBST_TRACE([LINKFLTKFORMS]) m4trace:configure.in:170: -1- m4_pattern_allow([^LINKFLTKFORMS$]) m4trace:configure.in:171: -1- AC_SUBST([LINKFLTKGL]) m4trace:configure.in:171: -1- AC_SUBST_TRACE([LINKFLTKGL]) m4trace:configure.in:171: -1- m4_pattern_allow([^LINKFLTKGL$]) m4trace:configure.in:172: -1- AC_SUBST([LINKFLTKIMG]) m4trace:configure.in:172: -1- AC_SUBST_TRACE([LINKFLTKIMG]) m4trace:configure.in:172: -1- m4_pattern_allow([^LINKFLTKIMG$]) m4trace:configure.in:174: -1- AC_SUBST([LIBBASENAME]) m4trace:configure.in:174: -1- AC_SUBST_TRACE([LIBBASENAME]) m4trace:configure.in:174: -1- m4_pattern_allow([^LIBBASENAME$]) m4trace:configure.in:175: -1- AC_SUBST([FLLIBBASENAME]) m4trace:configure.in:175: -1- AC_SUBST_TRACE([FLLIBBASENAME]) m4trace:configure.in:175: -1- m4_pattern_allow([^FLLIBBASENAME$]) m4trace:configure.in:176: -1- AC_SUBST([GLLIBBASENAME]) m4trace:configure.in:176: -1- AC_SUBST_TRACE([GLLIBBASENAME]) m4trace:configure.in:176: -1- m4_pattern_allow([^GLLIBBASENAME$]) m4trace:configure.in:177: -1- AC_SUBST([IMGLIBBASENAME]) m4trace:configure.in:177: -1- AC_SUBST_TRACE([IMGLIBBASENAME]) m4trace:configure.in:177: -1- m4_pattern_allow([^IMGLIBBASENAME$]) m4trace:configure.in:178: -1- AC_SUBST([CAIROLIBBASENAME]) m4trace:configure.in:178: -1- AC_SUBST_TRACE([CAIROLIBBASENAME]) m4trace:configure.in:178: -1- m4_pattern_allow([^CAIROLIBBASENAME$]) m4trace:configure.in:329: -1- AC_SUBST([DSOCOMMAND]) m4trace:configure.in:329: -1- AC_SUBST_TRACE([DSOCOMMAND]) m4trace:configure.in:329: -1- m4_pattern_allow([^DSOCOMMAND$]) m4trace:configure.in:330: -1- AC_SUBST([DSOFLAGS]) m4trace:configure.in:330: -1- AC_SUBST_TRACE([DSOFLAGS]) m4trace:configure.in:330: -1- m4_pattern_allow([^DSOFLAGS$]) m4trace:configure.in:331: -1- AC_SUBST([DSOLINK]) m4trace:configure.in:331: -1- AC_SUBST_TRACE([DSOLINK]) m4trace:configure.in:331: -1- m4_pattern_allow([^DSOLINK$]) m4trace:configure.in:332: -1- AC_SUBST([DSONAME]) m4trace:configure.in:332: -1- AC_SUBST_TRACE([DSONAME]) m4trace:configure.in:332: -1- m4_pattern_allow([^DSONAME$]) m4trace:configure.in:333: -1- AC_SUBST([FLDSONAME]) m4trace:configure.in:333: -1- AC_SUBST_TRACE([FLDSONAME]) m4trace:configure.in:333: -1- m4_pattern_allow([^FLDSONAME$]) m4trace:configure.in:334: -1- AC_SUBST([GLDSONAME]) m4trace:configure.in:334: -1- AC_SUBST_TRACE([GLDSONAME]) m4trace:configure.in:334: -1- m4_pattern_allow([^GLDSONAME$]) m4trace:configure.in:335: -1- AC_SUBST([IMGDSONAME]) m4trace:configure.in:335: -1- AC_SUBST_TRACE([IMGDSONAME]) m4trace:configure.in:335: -1- m4_pattern_allow([^IMGDSONAME$]) m4trace:configure.in:336: -1- AC_SUBST([CAIRODSONAME]) m4trace:configure.in:336: -1- AC_SUBST_TRACE([CAIRODSONAME]) m4trace:configure.in:336: -1- m4_pattern_allow([^CAIRODSONAME$]) m4trace:configure.in:337: -1- AC_SUBST([SHAREDSUFFIX]) m4trace:configure.in:337: -1- AC_SUBST_TRACE([SHAREDSUFFIX]) m4trace:configure.in:337: -1- m4_pattern_allow([^SHAREDSUFFIX$]) m4trace:configure.in:338: -1- AC_SUBST([LINKSHARED]) m4trace:configure.in:338: -1- AC_SUBST_TRACE([LINKSHARED]) m4trace:configure.in:338: -1- m4_pattern_allow([^LINKSHARED$]) m4trace:configure.in:339: -1- AC_SUBST([FLUID]) m4trace:configure.in:339: -1- AC_SUBST_TRACE([FLUID]) m4trace:configure.in:339: -1- m4_pattern_allow([^FLUID$]) m4trace:configure.in:351: -1- AC_DEFINE_TRACE_LITERAL([USE_QUARTZ]) m4trace:configure.in:351: -1- m4_pattern_allow([^USE_QUARTZ$]) m4trace:configure.in:352: -1- AC_DEFINE_TRACE_LITERAL([__APPLE_QUARTZ__]) m4trace:configure.in:352: -1- m4_pattern_allow([^__APPLE_QUARTZ__$]) m4trace:configure.in:357: -1- AC_SUBST([CC]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:357: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:357: -1- AC_SUBST([CFLAGS]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([CFLAGS]) m4trace:configure.in:357: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.in:357: -1- AC_SUBST([LDFLAGS]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([LDFLAGS]) m4trace:configure.in:357: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.in:357: -1- AC_SUBST([LIBS]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([LIBS]) m4trace:configure.in:357: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.in:357: -1- AC_SUBST([CPPFLAGS]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([CPPFLAGS]) m4trace:configure.in:357: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:357: -1- AC_SUBST([CC]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:357: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:357: -1- AC_SUBST([CC]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:357: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:357: -1- AC_SUBST([CC]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:357: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:357: -1- AC_SUBST([CC]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:357: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:357: -1- AC_SUBST([ac_ct_CC]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([ac_ct_CC]) m4trace:configure.in:357: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.in:357: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([EXEEXT]) m4trace:configure.in:357: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.in:357: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) m4trace:configure.in:357: -1- AC_SUBST_TRACE([OBJEXT]) m4trace:configure.in:357: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.in:358: -1- AC_SUBST([CXX]) m4trace:configure.in:358: -1- AC_SUBST_TRACE([CXX]) m4trace:configure.in:358: -1- m4_pattern_allow([^CXX$]) m4trace:configure.in:358: -1- AC_SUBST([CXXFLAGS]) m4trace:configure.in:358: -1- AC_SUBST_TRACE([CXXFLAGS]) m4trace:configure.in:358: -1- m4_pattern_allow([^CXXFLAGS$]) m4trace:configure.in:358: -1- AC_SUBST([LDFLAGS]) m4trace:configure.in:358: -1- AC_SUBST_TRACE([LDFLAGS]) m4trace:configure.in:358: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.in:358: -1- AC_SUBST([LIBS]) m4trace:configure.in:358: -1- AC_SUBST_TRACE([LIBS]) m4trace:configure.in:358: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.in:358: -1- AC_SUBST([CPPFLAGS]) m4trace:configure.in:358: -1- AC_SUBST_TRACE([CPPFLAGS]) m4trace:configure.in:358: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:358: -1- AC_SUBST([CXX]) m4trace:configure.in:358: -1- AC_SUBST_TRACE([CXX]) m4trace:configure.in:358: -1- m4_pattern_allow([^CXX$]) m4trace:configure.in:358: -1- AC_SUBST([ac_ct_CXX]) m4trace:configure.in:358: -1- AC_SUBST_TRACE([ac_ct_CXX]) m4trace:configure.in:358: -1- m4_pattern_allow([^ac_ct_CXX$]) m4trace:configure.in:359: -1- AC_REQUIRE_AUX_FILE([install-sh]) m4trace:configure.in:359: -1- AC_SUBST([INSTALL_PROGRAM]) m4trace:configure.in:359: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) m4trace:configure.in:359: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.in:359: -1- AC_SUBST([INSTALL_SCRIPT]) m4trace:configure.in:359: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) m4trace:configure.in:359: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.in:359: -1- AC_SUBST([INSTALL_DATA]) m4trace:configure.in:359: -1- AC_SUBST_TRACE([INSTALL_DATA]) m4trace:configure.in:359: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.in:369: -1- AC_SUBST([NROFF]) m4trace:configure.in:369: -1- AC_SUBST_TRACE([NROFF]) m4trace:configure.in:369: -1- m4_pattern_allow([^NROFF$]) m4trace:configure.in:372: -1- AC_SUBST([GROFF]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([GROFF]) m4trace:configure.in:372: -1- m4_pattern_allow([^GROFF$]) m4trace:configure.in:379: -1- AC_SUBST([HTMLDOC]) m4trace:configure.in:379: -1- AC_SUBST_TRACE([HTMLDOC]) m4trace:configure.in:379: -1- m4_pattern_allow([^HTMLDOC$]) m4trace:configure.in:380: -1- AC_SUBST([DOXYDOC]) m4trace:configure.in:380: -1- AC_SUBST_TRACE([DOXYDOC]) m4trace:configure.in:380: -1- m4_pattern_allow([^DOXYDOC$]) m4trace:configure.in:383: -1- AC_SUBST([RANLIB]) m4trace:configure.in:383: -1- AC_SUBST_TRACE([RANLIB]) m4trace:configure.in:383: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.in:384: -1- AC_SUBST([AR]) m4trace:configure.in:384: -1- AC_SUBST_TRACE([AR]) m4trace:configure.in:384: -1- m4_pattern_allow([^AR$]) m4trace:configure.in:396: -1- AC_SUBST([LIBCOMMAND]) m4trace:configure.in:396: -1- AC_SUBST_TRACE([LIBCOMMAND]) m4trace:configure.in:396: -1- m4_pattern_allow([^LIBCOMMAND$]) m4trace:configure.in:399: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif]) m4trace:configure.in:399: -1- AC_SUBST([CPP]) m4trace:configure.in:399: -1- AC_SUBST_TRACE([CPP]) m4trace:configure.in:399: -1- m4_pattern_allow([^CPP$]) m4trace:configure.in:399: -1- AC_SUBST([CPPFLAGS]) m4trace:configure.in:399: -1- AC_SUBST_TRACE([CPPFLAGS]) m4trace:configure.in:399: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:399: -1- AC_SUBST([CPP]) m4trace:configure.in:399: -1- AC_SUBST_TRACE([CPP]) m4trace:configure.in:399: -1- m4_pattern_allow([^CPP$]) m4trace:configure.in:399: -1- AC_SUBST([GREP]) m4trace:configure.in:399: -1- AC_SUBST_TRACE([GREP]) m4trace:configure.in:399: -1- m4_pattern_allow([^GREP$]) m4trace:configure.in:399: -1- AC_SUBST([EGREP]) m4trace:configure.in:399: -1- AC_SUBST_TRACE([EGREP]) m4trace:configure.in:399: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.in:399: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) m4trace:configure.in:399: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.in:399: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ @%:@undef STDC_HEADERS]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ @%:@undef HAVE_SYS_TYPES_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ @%:@undef HAVE_SYS_STAT_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ @%:@undef HAVE_STDLIB_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ @%:@undef HAVE_STRING_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */ @%:@undef HAVE_MEMORY_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */ @%:@undef HAVE_STRINGS_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */ @%:@undef HAVE_INTTYPES_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */ @%:@undef HAVE_STDINT_H]) m4trace:configure.in:399: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ @%:@undef HAVE_UNISTD_H]) m4trace:configure.in:399: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN]) m4trace:configure.in:399: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) m4trace:configure.in:399: -1- AC_DEFINE_TRACE_LITERAL([AC_APPLE_UNIVERSAL_BUILD]) m4trace:configure.in:399: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$]) m4trace:configure.in:399: -1- AH_OUTPUT([AC_APPLE_UNIVERSAL_BUILD], [/* Define if building universal (internal helper macro) */ @%:@undef AC_APPLE_UNIVERSAL_BUILD]) m4trace:configure.in:401: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SHORT]) m4trace:configure.in:401: -1- m4_pattern_allow([^SIZEOF_SHORT$]) m4trace:configure.in:401: -1- AH_OUTPUT([SIZEOF_SHORT], [/* The size of `short\', as computed by sizeof. */ @%:@undef SIZEOF_SHORT]) m4trace:configure.in:402: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_INT]) m4trace:configure.in:402: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.in:402: -1- AH_OUTPUT([SIZEOF_INT], [/* The size of `int\', as computed by sizeof. */ @%:@undef SIZEOF_INT]) m4trace:configure.in:403: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG]) m4trace:configure.in:403: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.in:403: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of `long\', as computed by sizeof. */ @%:@undef SIZEOF_LONG]) m4trace:configure.in:405: -1- AC_DEFINE_TRACE_LITERAL([U16]) m4trace:configure.in:405: -1- m4_pattern_allow([^U16$]) m4trace:configure.in:408: -1- AC_DEFINE_TRACE_LITERAL([U32]) m4trace:configure.in:408: -1- m4_pattern_allow([^U32$]) m4trace:configure.in:411: -1- AC_DEFINE_TRACE_LITERAL([U32]) m4trace:configure.in:411: -1- m4_pattern_allow([^U32$]) m4trace:configure.in:415: -1- AC_DEFINE_TRACE_LITERAL([U64]) m4trace:configure.in:415: -1- m4_pattern_allow([^U64$]) m4trace:configure.in:418: -1- AC_DEFINE_TRACE_LITERAL([U64]) m4trace:configure.in:418: -1- m4_pattern_allow([^U64$]) m4trace:configure.in:423: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:423: the top level]) m4trace:configure.in:423: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete. You should run autoupdate.], [../../lib/autoconf/c.m4:273: AC_LANG_CPLUSPLUS is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:423: the top level]) m4trace:configure.in:423: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:423: the top level]) m4trace:configure.in:423: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:423: the top level]) m4trace:configure.in:443: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_DIRENT_H]) m4trace:configure.in:443: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_SYS_NDIR_H]) m4trace:configure.in:443: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_SYS_DIR_H]) m4trace:configure.in:443: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_NDIR_H]) m4trace:configure.in:444: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SELECT_H]) m4trace:configure.in:444: -2- m4_pattern_allow([^HAVE_SYS_SELECT_H$]) m4trace:configure.in:445: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SELECT_H]) m4trace:configure.in:445: -2- m4_pattern_allow([^HAVE_SYS_SELECT_H$]) m4trace:configure.in:450: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SCANDIR]) m4trace:configure.in:450: -2- m4_pattern_allow([^HAVE_SCANDIR$]) m4trace:configure.in:454: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:454: the top level]) m4trace:configure.in:454: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete. You should run autoupdate.], [../../lib/autoconf/c.m4:273: AC_LANG_CPLUSPLUS is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:454: the top level]) m4trace:configure.in:454: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:454: the top level]) m4trace:configure.in:454: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:454: the top level]) m4trace:configure.in:469: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SCANDIR_POSIX]) m4trace:configure.in:469: -1- m4_pattern_allow([^HAVE_SCANDIR_POSIX$]) m4trace:configure.in:472: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF]) m4trace:configure.in:472: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.in:472: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF]) m4trace:configure.in:472: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.in:472: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF]) m4trace:configure.in:472: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.in:494: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF]) m4trace:configure.in:494: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.in:494: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF]) m4trace:configure.in:494: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.in:494: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF]) m4trace:configure.in:494: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.in:516: -2- AC_DEFINE_TRACE_LITERAL([HAVE_STRINGS_H]) m4trace:configure.in:516: -2- m4_pattern_allow([^HAVE_STRINGS_H$]) m4trace:configure.in:517: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */ @%:@undef HAVE_STRCASECMP]) m4trace:configure.in:517: -1- AH_OUTPUT([HAVE_STRLCAT], [/* Define to 1 if you have the `strlcat\' function. */ @%:@undef HAVE_STRLCAT]) m4trace:configure.in:517: -1- AH_OUTPUT([HAVE_STRLCPY], [/* Define to 1 if you have the `strlcpy\' function. */ @%:@undef HAVE_STRLCPY]) m4trace:configure.in:519: -2- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALE_H]) m4trace:configure.in:519: -2- m4_pattern_allow([^HAVE_LOCALE_H$]) m4trace:configure.in:520: -1- AH_OUTPUT([HAVE_LOCALECONV], [/* Define to 1 if you have the `localeconv\' function. */ @%:@undef HAVE_LOCALECONV]) m4trace:configure.in:520: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALECONV]) m4trace:configure.in:520: -1- m4_pattern_allow([^HAVE_LOCALECONV$]) m4trace:configure.in:526: -1- AC_DEFINE_TRACE_LITERAL([_FILE_OFFSET_BITS]) m4trace:configure.in:526: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$]) m4trace:configure.in:526: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on hosts where this is settable. */ @%:@undef _FILE_OFFSET_BITS]) m4trace:configure.in:526: -1- AC_DEFINE_TRACE_LITERAL([_LARGE_FILES]) m4trace:configure.in:526: -1- m4_pattern_allow([^_LARGE_FILES$]) m4trace:configure.in:526: -1- AH_OUTPUT([_LARGE_FILES], [/* Define for large files, on AIX-style hosts. */ @%:@undef _LARGE_FILES]) m4trace:configure.in:541: -1- AC_SUBST([LARGEFILE]) m4trace:configure.in:541: -1- AC_SUBST_TRACE([LARGEFILE]) m4trace:configure.in:541: -1- m4_pattern_allow([^LARGEFILE$]) m4trace:configure.in:544: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from... ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from... configure.in:544: the top level]) m4trace:configure.in:554: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG]) m4trace:configure.in:554: -1- m4_pattern_allow([^HAVE_LONG_LONG$]) m4trace:configure.in:557: -2- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOLL]) m4trace:configure.in:557: -2- m4_pattern_allow([^HAVE_STRTOLL$]) m4trace:configure.in:560: -2- AC_DEFINE_TRACE_LITERAL([HAVE_DLSYM]) m4trace:configure.in:560: -2- m4_pattern_allow([^HAVE_DLSYM$]) m4trace:configure.in:561: -2- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H]) m4trace:configure.in:561: -2- m4_pattern_allow([^HAVE_DLFCN_H$]) m4trace:configure.in:578: -2- AC_DEFINE_TRACE_LITERAL([HAVE_ALSA_ASOUNDLIB_H]) m4trace:configure.in:578: -2- m4_pattern_allow([^HAVE_ALSA_ASOUNDLIB_H$]) m4trace:configure.in:583: -1- AC_SUBST([AUDIOLIBS]) m4trace:configure.in:583: -1- AC_SUBST_TRACE([AUDIOLIBS]) m4trace:configure.in:583: -1- m4_pattern_allow([^AUDIOLIBS$]) m4trace:configure.in:590: -1- AC_SUBST([IMAGELIBS]) m4trace:configure.in:590: -1- AC_SUBST_TRACE([IMAGELIBS]) m4trace:configure.in:590: -1- m4_pattern_allow([^IMAGELIBS$]) m4trace:configure.in:591: -1- AC_SUBST([STATICIMAGELIBS]) m4trace:configure.in:591: -1- AC_SUBST_TRACE([STATICIMAGELIBS]) m4trace:configure.in:591: -1- m4_pattern_allow([^STATICIMAGELIBS$]) m4trace:configure.in:614: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBJPEG]) m4trace:configure.in:614: -1- m4_pattern_allow([^HAVE_LIBJPEG$]) m4trace:configure.in:625: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBJPEG]) m4trace:configure.in:625: -1- m4_pattern_allow([^HAVE_LIBJPEG$]) m4trace:configure.in:650: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ]) m4trace:configure.in:650: -1- m4_pattern_allow([^HAVE_LIBZ$]) m4trace:configure.in:662: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ]) m4trace:configure.in:662: -1- m4_pattern_allow([^HAVE_LIBZ$]) m4trace:configure.in:675: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_H]) m4trace:configure.in:675: -2- m4_pattern_allow([^HAVE_PNG_H$]) m4trace:configure.in:675: -2- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG_PNG_H]) m4trace:configure.in:675: -2- m4_pattern_allow([^HAVE_LIBPNG_PNG_H$]) m4trace:configure.in:693: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG]) m4trace:configure.in:693: -1- m4_pattern_allow([^HAVE_LIBPNG$]) m4trace:configure.in:694: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_H]) m4trace:configure.in:694: -1- m4_pattern_allow([^HAVE_PNG_H$]) m4trace:configure.in:695: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_GET_VALID]) m4trace:configure.in:695: -1- m4_pattern_allow([^HAVE_PNG_GET_VALID$]) m4trace:configure.in:696: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_SET_TRNS_TO_ALPHA]) m4trace:configure.in:696: -1- m4_pattern_allow([^HAVE_PNG_SET_TRNS_TO_ALPHA$]) m4trace:configure.in:706: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG]) m4trace:configure.in:706: -1- m4_pattern_allow([^HAVE_LIBPNG$]) m4trace:configure.in:707: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_GET_VALID]) m4trace:configure.in:707: -2- m4_pattern_allow([^HAVE_PNG_GET_VALID$]) m4trace:configure.in:708: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_SET_TRNS_TO_ALPHA]) m4trace:configure.in:708: -2- m4_pattern_allow([^HAVE_PNG_SET_TRNS_TO_ALPHA$]) m4trace:configure.in:711: -1- AC_SUBST([JPEG]) m4trace:configure.in:711: -1- AC_SUBST_TRACE([JPEG]) m4trace:configure.in:711: -1- m4_pattern_allow([^JPEG$]) m4trace:configure.in:712: -1- AC_SUBST([JPEGINC]) m4trace:configure.in:712: -1- AC_SUBST_TRACE([JPEGINC]) m4trace:configure.in:712: -1- m4_pattern_allow([^JPEGINC$]) m4trace:configure.in:713: -1- AC_SUBST([PNG]) m4trace:configure.in:713: -1- AC_SUBST_TRACE([PNG]) m4trace:configure.in:713: -1- m4_pattern_allow([^PNG$]) m4trace:configure.in:714: -1- AC_SUBST([PNGINC]) m4trace:configure.in:714: -1- AC_SUBST_TRACE([PNGINC]) m4trace:configure.in:714: -1- m4_pattern_allow([^PNGINC$]) m4trace:configure.in:715: -1- AC_SUBST([ZLIB]) m4trace:configure.in:715: -1- AC_SUBST_TRACE([ZLIB]) m4trace:configure.in:715: -1- m4_pattern_allow([^ZLIB$]) m4trace:configure.in:716: -1- AC_SUBST([ZLIBINC]) m4trace:configure.in:716: -1- AC_SUBST_TRACE([ZLIBINC]) m4trace:configure.in:716: -1- m4_pattern_allow([^ZLIBINC$]) m4trace:configure.in:729: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_H]) m4trace:configure.in:729: -2- m4_pattern_allow([^HAVE_PTHREAD_H$]) m4trace:configure.in:737: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from... configure.in:737: the top level]) m4trace:configure.in:744: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:744: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:758: -1- AC_SUBST([PTHREAD_FLAGS]) m4trace:configure.in:758: -1- AC_SUBST_TRACE([PTHREAD_FLAGS]) m4trace:configure.in:758: -1- m4_pattern_allow([^PTHREAD_FLAGS$]) m4trace:configure.in:776: -1- AC_DEFINE_TRACE_LITERAL([U32]) m4trace:configure.in:776: -1- m4_pattern_allow([^U32$]) m4trace:configure.in:789: -2- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:789: -2- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:792: -2- AC_DEFINE_TRACE_LITERAL([HAVE_GL_GLU_H]) m4trace:configure.in:792: -2- m4_pattern_allow([^HAVE_GL_GLU_H$]) m4trace:configure.in:803: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:803: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:820: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:820: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:825: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:825: -1- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:826: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GL_GLU_H]) m4trace:configure.in:826: -1- m4_pattern_allow([^HAVE_GL_GLU_H$]) m4trace:configure.in:852: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:852: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:857: -1- AC_SUBST([XMKMF]) m4trace:configure.in:857: -1- AC_SUBST_TRACE([XMKMF]) m4trace:configure.in:857: -1- m4_pattern_allow([^XMKMF$]) m4trace:configure.in:857: -1- AC_DEFINE_TRACE_LITERAL([X_DISPLAY_MISSING]) m4trace:configure.in:857: -1- m4_pattern_allow([^X_DISPLAY_MISSING$]) m4trace:configure.in:857: -1- AH_OUTPUT([X_DISPLAY_MISSING], [/* Define to 1 if the X Window System is missing or not being used. */ @%:@undef X_DISPLAY_MISSING]) m4trace:configure.in:857: -1- AC_SUBST([X_CFLAGS]) m4trace:configure.in:857: -1- AC_SUBST_TRACE([X_CFLAGS]) m4trace:configure.in:857: -1- m4_pattern_allow([^X_CFLAGS$]) m4trace:configure.in:857: -1- AC_SUBST([X_PRE_LIBS]) m4trace:configure.in:857: -1- AC_SUBST_TRACE([X_PRE_LIBS]) m4trace:configure.in:857: -1- m4_pattern_allow([^X_PRE_LIBS$]) m4trace:configure.in:857: -1- AC_SUBST([X_LIBS]) m4trace:configure.in:857: -1- AC_SUBST_TRACE([X_LIBS]) m4trace:configure.in:857: -1- m4_pattern_allow([^X_LIBS$]) m4trace:configure.in:857: -1- AC_SUBST([X_EXTRA_LIBS]) m4trace:configure.in:857: -1- AC_SUBST_TRACE([X_EXTRA_LIBS]) m4trace:configure.in:857: -1- m4_pattern_allow([^X_EXTRA_LIBS$]) m4trace:configure.in:864: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure.], []) m4trace:configure.in:864: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure.], []) m4trace:configure.in:872: -1- AC_DEFINE_TRACE_LITERAL([USE_X11]) m4trace:configure.in:872: -1- m4_pattern_allow([^USE_X11$]) m4trace:configure.in:883: -3- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:883: -3- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:884: -4- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:884: -4- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:888: -3- AC_DEFINE_TRACE_LITERAL([HAVE_GLXGETPROCADDRESSARB]) m4trace:configure.in:888: -3- m4_pattern_allow([^HAVE_GLXGETPROCADDRESSARB$]) m4trace:configure.in:891: -2- AC_DEFINE_TRACE_LITERAL([HAVE_GL_GLU_H]) m4trace:configure.in:891: -2- m4_pattern_allow([^HAVE_GL_GLU_H$]) m4trace:configure.in:918: -2- AC_DEFINE_TRACE_LITERAL([HAVE_XINERAMA]) m4trace:configure.in:918: -2- m4_pattern_allow([^HAVE_XINERAMA$]) m4trace:configure.in:926: -1- AC_SUBST([FTCONFIG]) m4trace:configure.in:926: -1- AC_SUBST_TRACE([FTCONFIG]) m4trace:configure.in:926: -1- m4_pattern_allow([^FTCONFIG$]) m4trace:configure.in:932: -1- AH_OUTPUT([HAVE_LIBFONTCONFIG], [/* Define to 1 if you have the `fontconfig\' library (-lfontconfig). */ @%:@undef HAVE_LIBFONTCONFIG]) m4trace:configure.in:932: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBFONTCONFIG]) m4trace:configure.in:932: -1- m4_pattern_allow([^HAVE_LIBFONTCONFIG$]) m4trace:configure.in:935: -3- AC_DEFINE_TRACE_LITERAL([USE_XFT]) m4trace:configure.in:935: -3- m4_pattern_allow([^USE_XFT$]) m4trace:configure.in:944: -2- AC_DEFINE_TRACE_LITERAL([HAVE_XDBE]) m4trace:configure.in:944: -2- m4_pattern_allow([^HAVE_XDBE$]) m4trace:configure.in:951: -1- AC_SUBST([XPROP]) m4trace:configure.in:951: -1- AC_SUBST_TRACE([XPROP]) m4trace:configure.in:951: -1- m4_pattern_allow([^XPROP$]) m4trace:configure.in:964: -1- AC_DEFINE_TRACE_LITERAL([HAVE_OVERLAY]) m4trace:configure.in:964: -1- m4_pattern_allow([^HAVE_OVERLAY$]) m4trace:configure.in:986: -1- AC_SUBST([GLDEMOS]) m4trace:configure.in:986: -1- AC_SUBST_TRACE([GLDEMOS]) m4trace:configure.in:986: -1- m4_pattern_allow([^GLDEMOS$]) m4trace:configure.in:987: -1- AC_SUBST([GLLIB]) m4trace:configure.in:987: -1- AC_SUBST_TRACE([GLLIB]) m4trace:configure.in:987: -1- m4_pattern_allow([^GLLIB$]) m4trace:configure.in:988: -1- AC_SUBST([HLINKS]) m4trace:configure.in:988: -1- AC_SUBST_TRACE([HLINKS]) m4trace:configure.in:988: -1- m4_pattern_allow([^HLINKS$]) m4trace:configure.in:989: -1- AC_SUBST([OSX_ONLY]) m4trace:configure.in:989: -1- AC_SUBST_TRACE([OSX_ONLY]) m4trace:configure.in:989: -1- m4_pattern_allow([^OSX_ONLY$]) m4trace:configure.in:990: -1- AC_SUBST([THREADS]) m4trace:configure.in:990: -1- AC_SUBST_TRACE([THREADS]) m4trace:configure.in:990: -1- m4_pattern_allow([^THREADS$]) m4trace:configure.in:992: -1- AC_SUBST([INSTALL_DESKTOP]) m4trace:configure.in:992: -1- AC_SUBST_TRACE([INSTALL_DESKTOP]) m4trace:configure.in:992: -1- m4_pattern_allow([^INSTALL_DESKTOP$]) m4trace:configure.in:993: -1- AC_SUBST([UNINSTALL_DESKTOP]) m4trace:configure.in:993: -1- AC_SUBST_TRACE([UNINSTALL_DESKTOP]) m4trace:configure.in:993: -1- m4_pattern_allow([^UNINSTALL_DESKTOP$]) m4trace:configure.in:1017: -1- AC_SUBST([CAT1EXT]) m4trace:configure.in:1017: -1- AC_SUBST_TRACE([CAT1EXT]) m4trace:configure.in:1017: -1- m4_pattern_allow([^CAT1EXT$]) m4trace:configure.in:1018: -1- AC_SUBST([CAT3EXT]) m4trace:configure.in:1018: -1- AC_SUBST_TRACE([CAT3EXT]) m4trace:configure.in:1018: -1- m4_pattern_allow([^CAT3EXT$]) m4trace:configure.in:1019: -1- AC_SUBST([CAT6EXT]) m4trace:configure.in:1019: -1- AC_SUBST_TRACE([CAT6EXT]) m4trace:configure.in:1019: -1- m4_pattern_allow([^CAT6EXT$]) m4trace:configure.in:1051: -1- AC_SUBST([MAKEDEPEND]) m4trace:configure.in:1051: -1- AC_SUBST_TRACE([MAKEDEPEND]) m4trace:configure.in:1051: -1- m4_pattern_allow([^MAKEDEPEND$]) m4trace:configure.in:1102: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from... configure.in:1102: the top level]) m4trace:configure.in:1112: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from... configure.in:1112: the top level]) m4trace:configure.in:1130: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from... configure.in:1130: the top level]) m4trace:configure.in:1151: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: FOR BEST RESULTS BEFORE COMPILING: setenv SGI_ABI \"-n32 -mips3\"], []) m4trace:configure.in:1151: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: WARNING: FOR BEST RESULTS BEFORE COMPILING: setenv SGI_ABI \"-n32 -mips3\"], []) m4trace:configure.in:1232: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DOCDIR]) m4trace:configure.in:1232: -1- m4_pattern_allow([^FLTK_DOCDIR$]) m4trace:configure.in:1234: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DOCDIR]) m4trace:configure.in:1234: -1- m4_pattern_allow([^FLTK_DOCDIR$]) m4trace:configure.in:1239: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DATADIR]) m4trace:configure.in:1239: -1- m4_pattern_allow([^FLTK_DATADIR$]) m4trace:configure.in:1241: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DATADIR]) m4trace:configure.in:1241: -1- m4_pattern_allow([^FLTK_DATADIR$]) m4trace:configure.in:1322: -1- AC_CONFIG_HEADERS([config.h:configh.in]) m4trace:configure.in:1323: -1- AC_CONFIG_FILES([makeinclude fltk.list fltk-config fltk.spec FL/Makefile]) m4trace:configure.in:1323: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. You should run autoupdate.], []) m4trace:configure.in:1323: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:1323: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.in:1323: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([LTLIBOBJS]) m4trace:configure.in:1323: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([top_builddir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([top_build_prefix]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([srcdir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([abs_srcdir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([top_srcdir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([abs_top_srcdir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([builddir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([abs_builddir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([abs_top_builddir]) m4trace:configure.in:1323: -1- AC_SUBST_TRACE([INSTALL]) |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > |
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 |
m4trace:configure.in:45: -1- m4_pattern_allow([^FL_API_VERSION$]) m4trace:configure.in:67: -1- AC_SUBST([ARCHFLAGS]) m4trace:configure.in:67: -1- AC_SUBST_TRACE([ARCHFLAGS]) m4trace:configure.in:67: -1- m4_pattern_allow([^ARCHFLAGS$]) m4trace:configure.in:68: -1- AC_SUBST([OPTIM]) m4trace:configure.in:68: -1- AC_SUBST_TRACE([OPTIM]) m4trace:configure.in:68: -1- m4_pattern_allow([^OPTIM$]) m4trace:configure.in:142: -1- AC_DEFINE_TRACE_LITERAL([USE_CAIRO]) m4trace:configure.in:142: -1- m4_pattern_allow([^USE_CAIRO$]) m4trace:configure.in:143: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CAIRO]) m4trace:configure.in:143: -1- m4_pattern_allow([^HAVE_CAIRO$]) m4trace:configure.in:157: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CAIRO]) m4trace:configure.in:157: -1- m4_pattern_allow([^HAVE_CAIRO$]) m4trace:configure.in:169: -1- AC_SUBST([CAIRODIR]) m4trace:configure.in:169: -1- AC_SUBST_TRACE([CAIRODIR]) m4trace:configure.in:169: -1- m4_pattern_allow([^CAIRODIR$]) m4trace:configure.in:170: -1- AC_SUBST([CAIROFLAGS]) m4trace:configure.in:170: -1- AC_SUBST_TRACE([CAIROFLAGS]) m4trace:configure.in:170: -1- m4_pattern_allow([^CAIROFLAGS$]) m4trace:configure.in:171: -1- AC_SUBST([CAIROLIBS]) m4trace:configure.in:171: -1- AC_SUBST_TRACE([CAIROLIBS]) m4trace:configure.in:171: -1- m4_pattern_allow([^CAIROLIBS$]) m4trace:configure.in:172: -1- AC_SUBST([LINKFLTKCAIRO]) m4trace:configure.in:172: -1- AC_SUBST_TRACE([LINKFLTKCAIRO]) m4trace:configure.in:172: -1- m4_pattern_allow([^LINKFLTKCAIRO$]) m4trace:configure.in:173: -1- AC_SUBST([FLTKCAIROOPTION]) m4trace:configure.in:173: -1- AC_SUBST_TRACE([FLTKCAIROOPTION]) m4trace:configure.in:173: -1- m4_pattern_allow([^FLTKCAIROOPTION$]) m4trace:configure.in:176: -1- AC_SUBST([FLLIBNAME]) m4trace:configure.in:176: -1- AC_SUBST_TRACE([FLLIBNAME]) m4trace:configure.in:176: -1- m4_pattern_allow([^FLLIBNAME$]) m4trace:configure.in:177: -1- AC_SUBST([GLDEMOS]) m4trace:configure.in:177: -1- AC_SUBST_TRACE([GLDEMOS]) m4trace:configure.in:177: -1- m4_pattern_allow([^GLDEMOS$]) m4trace:configure.in:178: -1- AC_SUBST([GLLIBNAME]) m4trace:configure.in:178: -1- AC_SUBST_TRACE([GLLIBNAME]) m4trace:configure.in:178: -1- m4_pattern_allow([^GLLIBNAME$]) m4trace:configure.in:179: -1- AC_SUBST([IMGLIBNAME]) m4trace:configure.in:179: -1- AC_SUBST_TRACE([IMGLIBNAME]) m4trace:configure.in:179: -1- m4_pattern_allow([^IMGLIBNAME$]) m4trace:configure.in:180: -1- AC_SUBST([CAIROLIBNAME]) m4trace:configure.in:180: -1- AC_SUBST_TRACE([CAIROLIBNAME]) m4trace:configure.in:180: -1- m4_pattern_allow([^CAIROLIBNAME$]) m4trace:configure.in:181: -1- AC_SUBST([LIBEXT]) m4trace:configure.in:181: -1- AC_SUBST_TRACE([LIBEXT]) m4trace:configure.in:181: -1- m4_pattern_allow([^LIBEXT$]) m4trace:configure.in:182: -1- AC_SUBST([LIBNAME]) m4trace:configure.in:182: -1- AC_SUBST_TRACE([LIBNAME]) m4trace:configure.in:182: -1- m4_pattern_allow([^LIBNAME$]) m4trace:configure.in:183: -1- AC_SUBST([LINKFLTK]) m4trace:configure.in:183: -1- AC_SUBST_TRACE([LINKFLTK]) m4trace:configure.in:183: -1- m4_pattern_allow([^LINKFLTK$]) m4trace:configure.in:184: -1- AC_SUBST([LINKFLTKFORMS]) m4trace:configure.in:184: -1- AC_SUBST_TRACE([LINKFLTKFORMS]) m4trace:configure.in:184: -1- m4_pattern_allow([^LINKFLTKFORMS$]) m4trace:configure.in:185: -1- AC_SUBST([LINKFLTKGL]) m4trace:configure.in:185: -1- AC_SUBST_TRACE([LINKFLTKGL]) m4trace:configure.in:185: -1- m4_pattern_allow([^LINKFLTKGL$]) m4trace:configure.in:186: -1- AC_SUBST([LINKFLTKIMG]) m4trace:configure.in:186: -1- AC_SUBST_TRACE([LINKFLTKIMG]) m4trace:configure.in:186: -1- m4_pattern_allow([^LINKFLTKIMG$]) m4trace:configure.in:188: -1- AC_SUBST([LIBBASENAME]) m4trace:configure.in:188: -1- AC_SUBST_TRACE([LIBBASENAME]) m4trace:configure.in:188: -1- m4_pattern_allow([^LIBBASENAME$]) m4trace:configure.in:189: -1- AC_SUBST([FLLIBBASENAME]) m4trace:configure.in:189: -1- AC_SUBST_TRACE([FLLIBBASENAME]) m4trace:configure.in:189: -1- m4_pattern_allow([^FLLIBBASENAME$]) m4trace:configure.in:190: -1- AC_SUBST([GLLIBBASENAME]) m4trace:configure.in:190: -1- AC_SUBST_TRACE([GLLIBBASENAME]) m4trace:configure.in:190: -1- m4_pattern_allow([^GLLIBBASENAME$]) m4trace:configure.in:191: -1- AC_SUBST([IMGLIBBASENAME]) m4trace:configure.in:191: -1- AC_SUBST_TRACE([IMGLIBBASENAME]) m4trace:configure.in:191: -1- m4_pattern_allow([^IMGLIBBASENAME$]) m4trace:configure.in:192: -1- AC_SUBST([CAIROLIBBASENAME]) m4trace:configure.in:192: -1- AC_SUBST_TRACE([CAIROLIBBASENAME]) m4trace:configure.in:192: -1- m4_pattern_allow([^CAIROLIBBASENAME$]) m4trace:configure.in:343: -1- AC_SUBST([DSOCOMMAND]) m4trace:configure.in:343: -1- AC_SUBST_TRACE([DSOCOMMAND]) m4trace:configure.in:343: -1- m4_pattern_allow([^DSOCOMMAND$]) m4trace:configure.in:344: -1- AC_SUBST([DSOFLAGS]) m4trace:configure.in:344: -1- AC_SUBST_TRACE([DSOFLAGS]) m4trace:configure.in:344: -1- m4_pattern_allow([^DSOFLAGS$]) m4trace:configure.in:345: -1- AC_SUBST([DSOLINK]) m4trace:configure.in:345: -1- AC_SUBST_TRACE([DSOLINK]) m4trace:configure.in:345: -1- m4_pattern_allow([^DSOLINK$]) m4trace:configure.in:346: -1- AC_SUBST([DSONAME]) m4trace:configure.in:346: -1- AC_SUBST_TRACE([DSONAME]) m4trace:configure.in:346: -1- m4_pattern_allow([^DSONAME$]) m4trace:configure.in:347: -1- AC_SUBST([FLDSONAME]) m4trace:configure.in:347: -1- AC_SUBST_TRACE([FLDSONAME]) m4trace:configure.in:347: -1- m4_pattern_allow([^FLDSONAME$]) m4trace:configure.in:348: -1- AC_SUBST([GLDSONAME]) m4trace:configure.in:348: -1- AC_SUBST_TRACE([GLDSONAME]) m4trace:configure.in:348: -1- m4_pattern_allow([^GLDSONAME$]) m4trace:configure.in:349: -1- AC_SUBST([IMGDSONAME]) m4trace:configure.in:349: -1- AC_SUBST_TRACE([IMGDSONAME]) m4trace:configure.in:349: -1- m4_pattern_allow([^IMGDSONAME$]) m4trace:configure.in:350: -1- AC_SUBST([CAIRODSONAME]) m4trace:configure.in:350: -1- AC_SUBST_TRACE([CAIRODSONAME]) m4trace:configure.in:350: -1- m4_pattern_allow([^CAIRODSONAME$]) m4trace:configure.in:351: -1- AC_SUBST([SHAREDSUFFIX]) m4trace:configure.in:351: -1- AC_SUBST_TRACE([SHAREDSUFFIX]) m4trace:configure.in:351: -1- m4_pattern_allow([^SHAREDSUFFIX$]) m4trace:configure.in:352: -1- AC_SUBST([LINKSHARED]) m4trace:configure.in:352: -1- AC_SUBST_TRACE([LINKSHARED]) m4trace:configure.in:352: -1- m4_pattern_allow([^LINKSHARED$]) m4trace:configure.in:353: -1- AC_SUBST([FLUID]) m4trace:configure.in:353: -1- AC_SUBST_TRACE([FLUID]) m4trace:configure.in:353: -1- m4_pattern_allow([^FLUID$]) m4trace:configure.in:365: -1- AC_DEFINE_TRACE_LITERAL([USE_QUARTZ]) m4trace:configure.in:365: -1- m4_pattern_allow([^USE_QUARTZ$]) m4trace:configure.in:366: -1- AC_DEFINE_TRACE_LITERAL([__APPLE_QUARTZ__]) m4trace:configure.in:366: -1- m4_pattern_allow([^__APPLE_QUARTZ__$]) m4trace:configure.in:367: -1- AC_DEFINE_TRACE_LITERAL([__APPLE_COCOA__]) m4trace:configure.in:367: -1- m4_pattern_allow([^__APPLE_COCOA__$]) m4trace:configure.in:372: -1- AC_SUBST([CC]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:372: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:372: -1- AC_SUBST([CFLAGS]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([CFLAGS]) m4trace:configure.in:372: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.in:372: -1- AC_SUBST([LDFLAGS]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([LDFLAGS]) m4trace:configure.in:372: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.in:372: -1- AC_SUBST([LIBS]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([LIBS]) m4trace:configure.in:372: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.in:372: -1- AC_SUBST([CPPFLAGS]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([CPPFLAGS]) m4trace:configure.in:372: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:372: -1- AC_SUBST([CC]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:372: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:372: -1- AC_SUBST([CC]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:372: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:372: -1- AC_SUBST([CC]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:372: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:372: -1- AC_SUBST([CC]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:372: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:372: -1- AC_SUBST([ac_ct_CC]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([ac_ct_CC]) m4trace:configure.in:372: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.in:372: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([EXEEXT]) m4trace:configure.in:372: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.in:372: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) m4trace:configure.in:372: -1- AC_SUBST_TRACE([OBJEXT]) m4trace:configure.in:372: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.in:373: -1- AC_SUBST([CXX]) m4trace:configure.in:373: -1- AC_SUBST_TRACE([CXX]) m4trace:configure.in:373: -1- m4_pattern_allow([^CXX$]) m4trace:configure.in:373: -1- AC_SUBST([CXXFLAGS]) m4trace:configure.in:373: -1- AC_SUBST_TRACE([CXXFLAGS]) m4trace:configure.in:373: -1- m4_pattern_allow([^CXXFLAGS$]) m4trace:configure.in:373: -1- AC_SUBST([LDFLAGS]) m4trace:configure.in:373: -1- AC_SUBST_TRACE([LDFLAGS]) m4trace:configure.in:373: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.in:373: -1- AC_SUBST([LIBS]) m4trace:configure.in:373: -1- AC_SUBST_TRACE([LIBS]) m4trace:configure.in:373: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.in:373: -1- AC_SUBST([CPPFLAGS]) m4trace:configure.in:373: -1- AC_SUBST_TRACE([CPPFLAGS]) m4trace:configure.in:373: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:373: -1- AC_SUBST([CXX]) m4trace:configure.in:373: -1- AC_SUBST_TRACE([CXX]) m4trace:configure.in:373: -1- m4_pattern_allow([^CXX$]) m4trace:configure.in:373: -1- AC_SUBST([ac_ct_CXX]) m4trace:configure.in:373: -1- AC_SUBST_TRACE([ac_ct_CXX]) m4trace:configure.in:373: -1- m4_pattern_allow([^ac_ct_CXX$]) m4trace:configure.in:374: -1- AC_REQUIRE_AUX_FILE([install-sh]) m4trace:configure.in:374: -1- AC_SUBST([INSTALL_PROGRAM]) m4trace:configure.in:374: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) m4trace:configure.in:374: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.in:374: -1- AC_SUBST([INSTALL_SCRIPT]) m4trace:configure.in:374: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) m4trace:configure.in:374: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.in:374: -1- AC_SUBST([INSTALL_DATA]) m4trace:configure.in:374: -1- AC_SUBST_TRACE([INSTALL_DATA]) m4trace:configure.in:374: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.in:384: -1- AC_SUBST([NROFF]) m4trace:configure.in:384: -1- AC_SUBST_TRACE([NROFF]) m4trace:configure.in:384: -1- m4_pattern_allow([^NROFF$]) m4trace:configure.in:387: -1- AC_SUBST([GROFF]) m4trace:configure.in:387: -1- AC_SUBST_TRACE([GROFF]) m4trace:configure.in:387: -1- m4_pattern_allow([^GROFF$]) m4trace:configure.in:394: -1- AC_SUBST([HTMLDOC]) m4trace:configure.in:394: -1- AC_SUBST_TRACE([HTMLDOC]) m4trace:configure.in:394: -1- m4_pattern_allow([^HTMLDOC$]) m4trace:configure.in:395: -1- AC_SUBST([DOXYDOC]) m4trace:configure.in:395: -1- AC_SUBST_TRACE([DOXYDOC]) m4trace:configure.in:395: -1- m4_pattern_allow([^DOXYDOC$]) m4trace:configure.in:398: -1- AC_SUBST([RANLIB]) m4trace:configure.in:398: -1- AC_SUBST_TRACE([RANLIB]) m4trace:configure.in:398: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.in:399: -1- AC_SUBST([AR]) m4trace:configure.in:399: -1- AC_SUBST_TRACE([AR]) m4trace:configure.in:399: -1- m4_pattern_allow([^AR$]) m4trace:configure.in:411: -1- AC_SUBST([LIBCOMMAND]) m4trace:configure.in:411: -1- AC_SUBST_TRACE([LIBCOMMAND]) m4trace:configure.in:411: -1- m4_pattern_allow([^LIBCOMMAND$]) m4trace:configure.in:414: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif]) m4trace:configure.in:414: -1- AC_SUBST([CPP]) m4trace:configure.in:414: -1- AC_SUBST_TRACE([CPP]) m4trace:configure.in:414: -1- m4_pattern_allow([^CPP$]) m4trace:configure.in:414: -1- AC_SUBST([CPPFLAGS]) m4trace:configure.in:414: -1- AC_SUBST_TRACE([CPPFLAGS]) m4trace:configure.in:414: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:414: -1- AC_SUBST([CPP]) m4trace:configure.in:414: -1- AC_SUBST_TRACE([CPP]) m4trace:configure.in:414: -1- m4_pattern_allow([^CPP$]) m4trace:configure.in:414: -1- AC_SUBST([GREP]) m4trace:configure.in:414: -1- AC_SUBST_TRACE([GREP]) m4trace:configure.in:414: -1- m4_pattern_allow([^GREP$]) m4trace:configure.in:414: -1- AC_SUBST([EGREP]) m4trace:configure.in:414: -1- AC_SUBST_TRACE([EGREP]) m4trace:configure.in:414: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.in:414: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) m4trace:configure.in:414: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.in:414: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ @%:@undef STDC_HEADERS]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ @%:@undef HAVE_SYS_TYPES_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ @%:@undef HAVE_SYS_STAT_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ @%:@undef HAVE_STDLIB_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ @%:@undef HAVE_STRING_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */ @%:@undef HAVE_MEMORY_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */ @%:@undef HAVE_STRINGS_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */ @%:@undef HAVE_INTTYPES_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */ @%:@undef HAVE_STDINT_H]) m4trace:configure.in:414: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ @%:@undef HAVE_UNISTD_H]) m4trace:configure.in:414: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN]) m4trace:configure.in:414: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) m4trace:configure.in:414: -1- AC_DEFINE_TRACE_LITERAL([AC_APPLE_UNIVERSAL_BUILD]) m4trace:configure.in:414: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$]) m4trace:configure.in:414: -1- AH_OUTPUT([AC_APPLE_UNIVERSAL_BUILD], [/* Define if building universal (internal helper macro) */ @%:@undef AC_APPLE_UNIVERSAL_BUILD]) m4trace:configure.in:416: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SHORT]) m4trace:configure.in:416: -1- m4_pattern_allow([^SIZEOF_SHORT$]) m4trace:configure.in:416: -1- AH_OUTPUT([SIZEOF_SHORT], [/* The size of `short\', as computed by sizeof. */ @%:@undef SIZEOF_SHORT]) m4trace:configure.in:417: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_INT]) m4trace:configure.in:417: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.in:417: -1- AH_OUTPUT([SIZEOF_INT], [/* The size of `int\', as computed by sizeof. */ @%:@undef SIZEOF_INT]) m4trace:configure.in:418: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG]) m4trace:configure.in:418: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.in:418: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of `long\', as computed by sizeof. */ @%:@undef SIZEOF_LONG]) m4trace:configure.in:420: -1- AC_DEFINE_TRACE_LITERAL([U16]) m4trace:configure.in:420: -1- m4_pattern_allow([^U16$]) m4trace:configure.in:423: -1- AC_DEFINE_TRACE_LITERAL([U32]) m4trace:configure.in:423: -1- m4_pattern_allow([^U32$]) m4trace:configure.in:426: -1- AC_DEFINE_TRACE_LITERAL([U32]) m4trace:configure.in:426: -1- m4_pattern_allow([^U32$]) m4trace:configure.in:430: -1- AC_DEFINE_TRACE_LITERAL([U64]) m4trace:configure.in:430: -1- m4_pattern_allow([^U64$]) m4trace:configure.in:433: -1- AC_DEFINE_TRACE_LITERAL([U64]) m4trace:configure.in:433: -1- m4_pattern_allow([^U64$]) m4trace:configure.in:438: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:438: the top level]) m4trace:configure.in:438: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete. You should run autoupdate.], [../../lib/autoconf/c.m4:252: AC_LANG_CPLUSPLUS is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:438: the top level]) m4trace:configure.in:438: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:438: the top level]) m4trace:configure.in:438: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:438: the top level]) m4trace:configure.in:458: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_DIRENT_H]) m4trace:configure.in:458: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_SYS_NDIR_H]) m4trace:configure.in:458: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_SYS_DIR_H]) m4trace:configure.in:458: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */ @%:@undef HAVE_NDIR_H]) m4trace:configure.in:459: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SELECT_H]) m4trace:configure.in:459: -2- m4_pattern_allow([^HAVE_SYS_SELECT_H$]) m4trace:configure.in:460: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SELECT_H]) m4trace:configure.in:460: -2- m4_pattern_allow([^HAVE_SYS_SELECT_H$]) m4trace:configure.in:465: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SCANDIR]) m4trace:configure.in:465: -2- m4_pattern_allow([^HAVE_SCANDIR$]) m4trace:configure.in:469: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:469: the top level]) m4trace:configure.in:469: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete. You should run autoupdate.], [../../lib/autoconf/c.m4:252: AC_LANG_CPLUSPLUS is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:469: the top level]) m4trace:configure.in:469: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:469: the top level]) m4trace:configure.in:469: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete. You should run autoupdate.], [../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:469: the top level]) m4trace:configure.in:484: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SCANDIR_POSIX]) m4trace:configure.in:484: -1- m4_pattern_allow([^HAVE_SCANDIR_POSIX$]) m4trace:configure.in:487: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF]) m4trace:configure.in:487: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.in:487: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF]) m4trace:configure.in:487: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.in:487: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF]) m4trace:configure.in:487: -1- m4_pattern_allow([^HAVE_VSNPRINTF$]) m4trace:configure.in:509: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF]) m4trace:configure.in:509: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.in:509: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF]) m4trace:configure.in:509: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.in:509: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF]) m4trace:configure.in:509: -1- m4_pattern_allow([^HAVE_SNPRINTF$]) m4trace:configure.in:531: -2- AC_DEFINE_TRACE_LITERAL([HAVE_STRINGS_H]) m4trace:configure.in:531: -2- m4_pattern_allow([^HAVE_STRINGS_H$]) m4trace:configure.in:532: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */ @%:@undef HAVE_STRCASECMP]) m4trace:configure.in:532: -1- AH_OUTPUT([HAVE_STRLCAT], [/* Define to 1 if you have the `strlcat\' function. */ @%:@undef HAVE_STRLCAT]) m4trace:configure.in:532: -1- AH_OUTPUT([HAVE_STRLCPY], [/* Define to 1 if you have the `strlcpy\' function. */ @%:@undef HAVE_STRLCPY]) m4trace:configure.in:534: -2- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALE_H]) m4trace:configure.in:534: -2- m4_pattern_allow([^HAVE_LOCALE_H$]) m4trace:configure.in:535: -1- AH_OUTPUT([HAVE_LOCALECONV], [/* Define to 1 if you have the `localeconv\' function. */ @%:@undef HAVE_LOCALECONV]) m4trace:configure.in:535: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALECONV]) m4trace:configure.in:535: -1- m4_pattern_allow([^HAVE_LOCALECONV$]) m4trace:configure.in:541: -1- AC_DEFINE_TRACE_LITERAL([_FILE_OFFSET_BITS]) m4trace:configure.in:541: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$]) m4trace:configure.in:541: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on hosts where this is settable. */ @%:@undef _FILE_OFFSET_BITS]) m4trace:configure.in:541: -1- AC_DEFINE_TRACE_LITERAL([_LARGE_FILES]) m4trace:configure.in:541: -1- m4_pattern_allow([^_LARGE_FILES$]) m4trace:configure.in:541: -1- AH_OUTPUT([_LARGE_FILES], [/* Define for large files, on AIX-style hosts. */ @%:@undef _LARGE_FILES]) m4trace:configure.in:556: -1- AC_SUBST([LARGEFILE]) m4trace:configure.in:556: -1- AC_SUBST_TRACE([LARGEFILE]) m4trace:configure.in:556: -1- m4_pattern_allow([^LARGEFILE$]) m4trace:configure.in:559: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... configure.in:559: the top level]) m4trace:configure.in:569: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG]) m4trace:configure.in:569: -1- m4_pattern_allow([^HAVE_LONG_LONG$]) m4trace:configure.in:572: -2- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOLL]) m4trace:configure.in:572: -2- m4_pattern_allow([^HAVE_STRTOLL$]) m4trace:configure.in:575: -2- AC_DEFINE_TRACE_LITERAL([HAVE_DLSYM]) m4trace:configure.in:575: -2- m4_pattern_allow([^HAVE_DLSYM$]) m4trace:configure.in:576: -2- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H]) m4trace:configure.in:576: -2- m4_pattern_allow([^HAVE_DLFCN_H$]) m4trace:configure.in:593: -2- AC_DEFINE_TRACE_LITERAL([HAVE_ALSA_ASOUNDLIB_H]) m4trace:configure.in:593: -2- m4_pattern_allow([^HAVE_ALSA_ASOUNDLIB_H$]) m4trace:configure.in:598: -1- AC_SUBST([AUDIOLIBS]) m4trace:configure.in:598: -1- AC_SUBST_TRACE([AUDIOLIBS]) m4trace:configure.in:598: -1- m4_pattern_allow([^AUDIOLIBS$]) m4trace:configure.in:605: -1- AC_SUBST([IMAGELIBS]) m4trace:configure.in:605: -1- AC_SUBST_TRACE([IMAGELIBS]) m4trace:configure.in:605: -1- m4_pattern_allow([^IMAGELIBS$]) m4trace:configure.in:606: -1- AC_SUBST([STATICIMAGELIBS]) m4trace:configure.in:606: -1- AC_SUBST_TRACE([STATICIMAGELIBS]) m4trace:configure.in:606: -1- m4_pattern_allow([^STATICIMAGELIBS$]) m4trace:configure.in:629: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBJPEG]) m4trace:configure.in:629: -1- m4_pattern_allow([^HAVE_LIBJPEG$]) m4trace:configure.in:640: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBJPEG]) m4trace:configure.in:640: -1- m4_pattern_allow([^HAVE_LIBJPEG$]) m4trace:configure.in:665: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ]) m4trace:configure.in:665: -1- m4_pattern_allow([^HAVE_LIBZ$]) m4trace:configure.in:677: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ]) m4trace:configure.in:677: -1- m4_pattern_allow([^HAVE_LIBZ$]) m4trace:configure.in:690: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_H]) m4trace:configure.in:690: -2- m4_pattern_allow([^HAVE_PNG_H$]) m4trace:configure.in:690: -2- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG_PNG_H]) m4trace:configure.in:690: -2- m4_pattern_allow([^HAVE_LIBPNG_PNG_H$]) m4trace:configure.in:708: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG]) m4trace:configure.in:708: -1- m4_pattern_allow([^HAVE_LIBPNG$]) m4trace:configure.in:709: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_H]) m4trace:configure.in:709: -1- m4_pattern_allow([^HAVE_PNG_H$]) m4trace:configure.in:710: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_GET_VALID]) m4trace:configure.in:710: -1- m4_pattern_allow([^HAVE_PNG_GET_VALID$]) m4trace:configure.in:711: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_SET_TRNS_TO_ALPHA]) m4trace:configure.in:711: -1- m4_pattern_allow([^HAVE_PNG_SET_TRNS_TO_ALPHA$]) m4trace:configure.in:721: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG]) m4trace:configure.in:721: -1- m4_pattern_allow([^HAVE_LIBPNG$]) m4trace:configure.in:722: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_GET_VALID]) m4trace:configure.in:722: -2- m4_pattern_allow([^HAVE_PNG_GET_VALID$]) m4trace:configure.in:723: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PNG_SET_TRNS_TO_ALPHA]) m4trace:configure.in:723: -2- m4_pattern_allow([^HAVE_PNG_SET_TRNS_TO_ALPHA$]) m4trace:configure.in:726: -1- AC_SUBST([JPEG]) m4trace:configure.in:726: -1- AC_SUBST_TRACE([JPEG]) m4trace:configure.in:726: -1- m4_pattern_allow([^JPEG$]) m4trace:configure.in:727: -1- AC_SUBST([JPEGINC]) m4trace:configure.in:727: -1- AC_SUBST_TRACE([JPEGINC]) m4trace:configure.in:727: -1- m4_pattern_allow([^JPEGINC$]) m4trace:configure.in:728: -1- AC_SUBST([PNG]) m4trace:configure.in:728: -1- AC_SUBST_TRACE([PNG]) m4trace:configure.in:728: -1- m4_pattern_allow([^PNG$]) m4trace:configure.in:729: -1- AC_SUBST([PNGINC]) m4trace:configure.in:729: -1- AC_SUBST_TRACE([PNGINC]) m4trace:configure.in:729: -1- m4_pattern_allow([^PNGINC$]) m4trace:configure.in:730: -1- AC_SUBST([ZLIB]) m4trace:configure.in:730: -1- AC_SUBST_TRACE([ZLIB]) m4trace:configure.in:730: -1- m4_pattern_allow([^ZLIB$]) m4trace:configure.in:731: -1- AC_SUBST([ZLIBINC]) m4trace:configure.in:731: -1- AC_SUBST_TRACE([ZLIBINC]) m4trace:configure.in:731: -1- m4_pattern_allow([^ZLIBINC$]) m4trace:configure.in:744: -2- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_H]) m4trace:configure.in:744: -2- m4_pattern_allow([^HAVE_PTHREAD_H$]) m4trace:configure.in:752: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from... configure.in:752: the top level]) m4trace:configure.in:759: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:759: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:773: -1- AC_SUBST([PTHREAD_FLAGS]) m4trace:configure.in:773: -1- AC_SUBST_TRACE([PTHREAD_FLAGS]) m4trace:configure.in:773: -1- m4_pattern_allow([^PTHREAD_FLAGS$]) m4trace:configure.in:791: -1- AC_DEFINE_TRACE_LITERAL([U32]) m4trace:configure.in:791: -1- m4_pattern_allow([^U32$]) m4trace:configure.in:804: -2- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:804: -2- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:807: -2- AC_DEFINE_TRACE_LITERAL([HAVE_GL_GLU_H]) m4trace:configure.in:807: -2- m4_pattern_allow([^HAVE_GL_GLU_H$]) m4trace:configure.in:818: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:818: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:835: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:835: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:840: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:840: -1- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:841: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GL_GLU_H]) m4trace:configure.in:841: -1- m4_pattern_allow([^HAVE_GL_GLU_H$]) m4trace:configure.in:867: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD]) m4trace:configure.in:867: -1- m4_pattern_allow([^HAVE_PTHREAD$]) m4trace:configure.in:872: -1- AC_SUBST([XMKMF]) m4trace:configure.in:872: -1- AC_SUBST_TRACE([XMKMF]) m4trace:configure.in:872: -1- m4_pattern_allow([^XMKMF$]) m4trace:configure.in:872: -1- AC_DEFINE_TRACE_LITERAL([X_DISPLAY_MISSING]) m4trace:configure.in:872: -1- m4_pattern_allow([^X_DISPLAY_MISSING$]) m4trace:configure.in:872: -1- AH_OUTPUT([X_DISPLAY_MISSING], [/* Define to 1 if the X Window System is missing or not being used. */ @%:@undef X_DISPLAY_MISSING]) m4trace:configure.in:872: -1- AC_SUBST([X_CFLAGS]) m4trace:configure.in:872: -1- AC_SUBST_TRACE([X_CFLAGS]) m4trace:configure.in:872: -1- m4_pattern_allow([^X_CFLAGS$]) m4trace:configure.in:872: -1- AC_SUBST([X_PRE_LIBS]) m4trace:configure.in:872: -1- AC_SUBST_TRACE([X_PRE_LIBS]) m4trace:configure.in:872: -1- m4_pattern_allow([^X_PRE_LIBS$]) m4trace:configure.in:872: -1- AC_SUBST([X_LIBS]) m4trace:configure.in:872: -1- AC_SUBST_TRACE([X_LIBS]) m4trace:configure.in:872: -1- m4_pattern_allow([^X_LIBS$]) m4trace:configure.in:872: -1- AC_SUBST([X_EXTRA_LIBS]) m4trace:configure.in:872: -1- AC_SUBST_TRACE([X_EXTRA_LIBS]) m4trace:configure.in:872: -1- m4_pattern_allow([^X_EXTRA_LIBS$]) m4trace:configure.in:879: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure.], []) m4trace:configure.in:879: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure.], []) m4trace:configure.in:887: -1- AC_DEFINE_TRACE_LITERAL([USE_X11]) m4trace:configure.in:887: -1- m4_pattern_allow([^USE_X11$]) m4trace:configure.in:898: -3- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:898: -3- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:899: -4- AC_DEFINE_TRACE_LITERAL([HAVE_GL]) m4trace:configure.in:899: -4- m4_pattern_allow([^HAVE_GL$]) m4trace:configure.in:903: -3- AC_DEFINE_TRACE_LITERAL([HAVE_GLXGETPROCADDRESSARB]) m4trace:configure.in:903: -3- m4_pattern_allow([^HAVE_GLXGETPROCADDRESSARB$]) m4trace:configure.in:906: -2- AC_DEFINE_TRACE_LITERAL([HAVE_GL_GLU_H]) m4trace:configure.in:906: -2- m4_pattern_allow([^HAVE_GL_GLU_H$]) m4trace:configure.in:933: -2- AC_DEFINE_TRACE_LITERAL([HAVE_XINERAMA]) m4trace:configure.in:933: -2- m4_pattern_allow([^HAVE_XINERAMA$]) m4trace:configure.in:941: -1- AC_SUBST([FTCONFIG]) m4trace:configure.in:941: -1- AC_SUBST_TRACE([FTCONFIG]) m4trace:configure.in:941: -1- m4_pattern_allow([^FTCONFIG$]) m4trace:configure.in:947: -1- AH_OUTPUT([HAVE_LIBFONTCONFIG], [/* Define to 1 if you have the `fontconfig\' library (-lfontconfig). */ @%:@undef HAVE_LIBFONTCONFIG]) m4trace:configure.in:947: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBFONTCONFIG]) m4trace:configure.in:947: -1- m4_pattern_allow([^HAVE_LIBFONTCONFIG$]) m4trace:configure.in:950: -3- AC_DEFINE_TRACE_LITERAL([USE_XFT]) m4trace:configure.in:950: -3- m4_pattern_allow([^USE_XFT$]) m4trace:configure.in:959: -2- AC_DEFINE_TRACE_LITERAL([HAVE_XDBE]) m4trace:configure.in:959: -2- m4_pattern_allow([^HAVE_XDBE$]) m4trace:configure.in:966: -1- AC_SUBST([XPROP]) m4trace:configure.in:966: -1- AC_SUBST_TRACE([XPROP]) m4trace:configure.in:966: -1- m4_pattern_allow([^XPROP$]) m4trace:configure.in:979: -1- AC_DEFINE_TRACE_LITERAL([HAVE_OVERLAY]) m4trace:configure.in:979: -1- m4_pattern_allow([^HAVE_OVERLAY$]) m4trace:configure.in:1001: -1- AC_SUBST([GLDEMOS]) m4trace:configure.in:1001: -1- AC_SUBST_TRACE([GLDEMOS]) m4trace:configure.in:1001: -1- m4_pattern_allow([^GLDEMOS$]) m4trace:configure.in:1002: -1- AC_SUBST([GLLIB]) m4trace:configure.in:1002: -1- AC_SUBST_TRACE([GLLIB]) m4trace:configure.in:1002: -1- m4_pattern_allow([^GLLIB$]) m4trace:configure.in:1003: -1- AC_SUBST([HLINKS]) m4trace:configure.in:1003: -1- AC_SUBST_TRACE([HLINKS]) m4trace:configure.in:1003: -1- m4_pattern_allow([^HLINKS$]) m4trace:configure.in:1004: -1- AC_SUBST([OSX_ONLY]) m4trace:configure.in:1004: -1- AC_SUBST_TRACE([OSX_ONLY]) m4trace:configure.in:1004: -1- m4_pattern_allow([^OSX_ONLY$]) m4trace:configure.in:1005: -1- AC_SUBST([THREADS]) m4trace:configure.in:1005: -1- AC_SUBST_TRACE([THREADS]) m4trace:configure.in:1005: -1- m4_pattern_allow([^THREADS$]) m4trace:configure.in:1007: -1- AC_SUBST([INSTALL_DESKTOP]) m4trace:configure.in:1007: -1- AC_SUBST_TRACE([INSTALL_DESKTOP]) m4trace:configure.in:1007: -1- m4_pattern_allow([^INSTALL_DESKTOP$]) m4trace:configure.in:1008: -1- AC_SUBST([UNINSTALL_DESKTOP]) m4trace:configure.in:1008: -1- AC_SUBST_TRACE([UNINSTALL_DESKTOP]) m4trace:configure.in:1008: -1- m4_pattern_allow([^UNINSTALL_DESKTOP$]) m4trace:configure.in:1032: -1- AC_SUBST([CAT1EXT]) m4trace:configure.in:1032: -1- AC_SUBST_TRACE([CAT1EXT]) m4trace:configure.in:1032: -1- m4_pattern_allow([^CAT1EXT$]) m4trace:configure.in:1033: -1- AC_SUBST([CAT3EXT]) m4trace:configure.in:1033: -1- AC_SUBST_TRACE([CAT3EXT]) m4trace:configure.in:1033: -1- m4_pattern_allow([^CAT3EXT$]) m4trace:configure.in:1034: -1- AC_SUBST([CAT6EXT]) m4trace:configure.in:1034: -1- AC_SUBST_TRACE([CAT6EXT]) m4trace:configure.in:1034: -1- m4_pattern_allow([^CAT6EXT$]) m4trace:configure.in:1066: -1- AC_SUBST([MAKEDEPEND]) m4trace:configure.in:1066: -1- AC_SUBST_TRACE([MAKEDEPEND]) m4trace:configure.in:1066: -1- m4_pattern_allow([^MAKEDEPEND$]) m4trace:configure.in:1117: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from... configure.in:1117: the top level]) m4trace:configure.in:1127: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from... configure.in:1127: the top level]) m4trace:configure.in:1145: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from... configure.in:1145: the top level]) m4trace:configure.in:1166: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: FOR BEST RESULTS BEFORE COMPILING: setenv SGI_ABI \"-n32 -mips3\"], []) m4trace:configure.in:1166: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: WARNING: FOR BEST RESULTS BEFORE COMPILING: setenv SGI_ABI \"-n32 -mips3\"], []) m4trace:configure.in:1247: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DOCDIR]) m4trace:configure.in:1247: -1- m4_pattern_allow([^FLTK_DOCDIR$]) m4trace:configure.in:1249: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DOCDIR]) m4trace:configure.in:1249: -1- m4_pattern_allow([^FLTK_DOCDIR$]) m4trace:configure.in:1254: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DATADIR]) m4trace:configure.in:1254: -1- m4_pattern_allow([^FLTK_DATADIR$]) m4trace:configure.in:1256: -1- AC_DEFINE_TRACE_LITERAL([FLTK_DATADIR]) m4trace:configure.in:1256: -1- m4_pattern_allow([^FLTK_DATADIR$]) m4trace:configure.in:1337: -1- AC_CONFIG_HEADERS([config.h:configh.in]) m4trace:configure.in:1338: -1- AC_CONFIG_FILES([makeinclude fltk.list fltk-config fltk.spec FL/Makefile]) m4trace:configure.in:1338: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. You should run autoupdate.], []) m4trace:configure.in:1338: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:1338: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.in:1338: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([LTLIBOBJS]) m4trace:configure.in:1338: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([top_builddir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([top_build_prefix]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([srcdir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([abs_srcdir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([top_srcdir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([abs_top_srcdir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([builddir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([abs_builddir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([abs_top_builddir]) m4trace:configure.in:1338: -1- AC_SUBST_TRACE([INSTALL]) |
Changes to fltk-1.3/config.h.
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 .. 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 |
/* * HAVE_GL: * * Do you have OpenGL? Set this to 0 if you don't have or plan to use * OpenGL, and FLTK will be smaller. */ #define HAVE_GL 1 /* * HAVE_GL_GLU_H: * * Do you have the OpenGL Utility Library header file? * (many broken Mesa RPMs do not...) */ #define HAVE_GL_GLU_H 1 /* * HAVE_GLXGETPROCADDRESSARB: * * Do you have the OpenGL glXGetProcAddressARB() function? */ #define HAVE_GLXGETPROCADDRESSARB 1 /* * USE_COLORMAP: * * Setting this to zero will save a good deal of code (especially for * fl_draw_image), but FLTK will only work on TrueColor visuals. */ ................................................................................ /* * HAVE_XINERAMA * * Do we have the Xinerama library to support multi-head displays? */ #define HAVE_XINERAMA 1 /* * USE_XFT * * Use the new Xft library to draw anti-aliased text. */ #define USE_XFT 1 /* * HAVE_XDBE: * * Do we have the X double-buffer extension? */ #define HAVE_XDBE 1 /* * USE_XDBE: * * Actually try to use the double-buffer extension? */ ................................................................................ #define HAVE_PNG_GET_VALID 1 #define HAVE_PNG_SET_TRNS_TO_ALPHA 1 /* * Do we have POSIX threading? */ #define HAVE_PTHREAD 1 #define HAVE_PTHREAD_H 1 /* * Do we have the ALSA library? */ #define HAVE_ALSA_ASOUNDLIB_H 1 |
| | | | | | | | |
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 .. 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 |
/* * HAVE_GL: * * Do you have OpenGL? Set this to 0 if you don't have or plan to use * OpenGL, and FLTK will be smaller. */ #define HAVE_GL 0 /* * HAVE_GL_GLU_H: * * Do you have the OpenGL Utility Library header file? * (many broken Mesa RPMs do not...) */ /* #undef HAVE_GL_GLU_H */ /* * HAVE_GLXGETPROCADDRESSARB: * * Do you have the OpenGL glXGetProcAddressARB() function? */ /* #undef HAVE_GLXGETPROCADDRESSARB */ /* * USE_COLORMAP: * * Setting this to zero will save a good deal of code (especially for * fl_draw_image), but FLTK will only work on TrueColor visuals. */ ................................................................................ /* * HAVE_XINERAMA * * Do we have the Xinerama library to support multi-head displays? */ #define HAVE_XINERAMA 0 /* * USE_XFT * * Use the new Xft library to draw anti-aliased text. */ #define USE_XFT 0 /* * HAVE_XDBE: * * Do we have the X double-buffer extension? */ #define HAVE_XDBE 0 /* * USE_XDBE: * * Actually try to use the double-buffer extension? */ ................................................................................ #define HAVE_PNG_GET_VALID 1 #define HAVE_PNG_SET_TRNS_TO_ALPHA 1 /* * Do we have POSIX threading? */ /* #undef HAVE_PTHREAD */ /* #undef HAVE_PTHREAD_H */ /* * Do we have the ALSA library? */ #define HAVE_ALSA_ASOUNDLIB_H 1 |
Changes to fltk-1.3/config.log.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .. 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 ... 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 ... 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 ... 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 ... 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 ... 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 ... 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 ... 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 .... 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 .... 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 .... 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 .... 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 .... 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 |
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = ronlap uname -m = i686 uname -r = 2.6.32-fw3 uname -s = Linux uname -v = #1 SMP PREEMPT Sat Feb 13 15:07:39 CET 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown ................................................................................ PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /usr/games PATH: /usr/lib/qt/bin PATH: /home/ron/bin PATH: /home/ron/proj/reva/bin PATH: /home/ron/mingw/bin PATH: /usr/local/texlive/2008/bin/i386-linux/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2219: checking for gcc configure:2235: found /usr/bin/gcc configure:2246: result: gcc configure:2484: checking for C compiler version configure:2491: gcc --version >&5 gcc (Frugalware Linux) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2494: $? = 0 configure:2501: gcc -v >&5 Using built-in specs. Target: i686-frugalware-linux Configured with: ../gcc-4.4.3/configure --prefix=/usr --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --enable-plugin --disable-libjava-multilib --enable-hash-synchronization --with-ecj --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-target-optspace --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking --build=i686-frugalware-linux Thread model: posix gcc version 4.4.3 (Frugalware Linux) configure:2504: $? = 0 configure:2511: gcc -V >&5 gcc: '-V' option must have argument configure:2514: $? = 1 configure:2537: checking for C compiler default output file name configure:2564: gcc conftest.c >&5 configure:2567: $? = 0 configure:2605: result: a.out configure:2622: checking whether the C compiler works configure:2632: ./a.out configure:2635: $? = 0 configure:2652: result: yes configure:2659: checking whether we are cross compiling configure:2661: result: no configure:2664: checking for suffix of executables configure:2671: gcc -o conftest conftest.c >&5 configure:2674: $? = 0 configure:2698: result: configure:2704: checking for suffix of object files configure:2730: gcc -c conftest.c >&5 configure:2733: $? = 0 configure:2756: result: o configure:2760: checking whether we are using the GNU C compiler configure:2789: gcc -c conftest.c >&5 configure:2795: $? = 0 configure:2812: result: yes configure:2817: checking whether gcc accepts -g configure:2847: gcc -c -g conftest.c >&5 configure:2853: $? = 0 configure:2952: result: yes configure:2969: checking for gcc option to accept ISO C89 configure:3043: gcc -c conftest.c >&5 configure:3049: $? = 0 configure:3072: result: none needed configure:3148: checking for g++ configure:3164: found /usr/bin/g++ configure:3175: result: g++ configure:3206: checking for C++ compiler version configure:3213: g++ --version >&5 g++ (Frugalware Linux) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3216: $? = 0 configure:3223: g++ -v >&5 Using built-in specs. Target: i686-frugalware-linux Configured with: ../gcc-4.4.3/configure --prefix=/usr --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --enable-plugin --disable-libjava-multilib --enable-hash-synchronization --with-ecj --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-target-optspace --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking --build=i686-frugalware-linux Thread model: posix gcc version 4.4.3 (Frugalware Linux) configure:3226: $? = 0 configure:3233: g++ -V >&5 g++: '-V' option must have argument configure:3236: $? = 1 configure:3239: checking whether we are using the GNU C++ compiler configure:3268: g++ -c conftest.cpp >&5 configure:3274: $? = 0 configure:3291: result: yes configure:3296: checking whether g++ accepts -g configure:3326: g++ -c -g conftest.cpp >&5 configure:3332: $? = 0 configure:3431: result: yes configure:3498: checking for a BSD-compatible install configure:3554: result: /usr/bin/ginstall -c configure:3576: checking for nroff configure:3594: found /usr/bin/nroff configure:3606: result: /usr/bin/nroff configure:3664: checking for htmldoc configure:3697: result: no configure:3704: checking for doxygen configure:3737: result: no configure:3786: checking for ranlib configure:3802: found /usr/bin/ranlib configure:3813: result: ranlib configure:3841: checking for ar configure:3859: found /usr/bin/ar configure:3871: result: /usr/bin/ar configure:3900: checking how to run the C preprocessor configure:3940: gcc -E conftest.c configure:3946: $? = 0 configure:3977: gcc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3983: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4016: result: gcc -E configure:4045: gcc -E conftest.c configure:4051: $? = 0 configure:4082: gcc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:4088: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4126: checking for grep that handles long lines and -e configure:4200: result: /usr/bin/grep configure:4205: checking for egrep configure:4283: result: /usr/bin/grep -E configure:4288: checking for ANSI C header files configure:4318: gcc -c conftest.c >&5 configure:4324: $? = 0 configure:4423: gcc -o conftest conftest.c >&5 configure:4426: $? = 0 configure:4432: ./conftest configure:4435: $? = 0 configure:4452: result: yes configure:4476: checking for sys/types.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for sys/stat.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for stdlib.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for string.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for memory.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for strings.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for inttypes.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for stdint.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4476: checking for unistd.h configure:4497: gcc -c conftest.c >&5 configure:4503: $? = 0 configure:4519: result: yes configure:4531: checking whether byte ordering is bigendian configure:4564: gcc -c conftest.c >&5 configure:4570: $? = 0 configure:4602: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:25: error: 'not' undeclared (first use in this function) conftest.c:25: error: (Each undeclared identifier is reported only once conftest.c:25: error: for each function it appears in.) conftest.c:25: error: expected ';' before 'big' configure:4608: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4748: result: no configure:4768: checking for short configure:4798: gcc -c conftest.c >&5 configure:4804: $? = 0 configure:4819: result: yes configure:4826: checking size of short configure:5128: gcc -o conftest conftest.c >&5 configure:5131: $? = 0 configure:5137: ./conftest configure:5140: $? = 0 configure:5163: result: 2 configure:5173: checking for int configure:5203: gcc -c conftest.c >&5 configure:5209: $? = 0 configure:5224: result: yes configure:5231: checking size of int configure:5533: gcc -o conftest conftest.c >&5 configure:5536: $? = 0 configure:5542: ./conftest configure:5545: $? = 0 configure:5568: result: 4 configure:5578: checking for long configure:5608: gcc -c conftest.c >&5 configure:5614: $? = 0 configure:5629: result: yes configure:5636: checking size of long configure:5938: gcc -o conftest conftest.c >&5 configure:5941: $? = 0 configure:5947: ./conftest configure:5950: $? = 0 configure:5973: result: 4 configure:6017: checking whether the compiler recognizes bool as a built-in type configure:6058: g++ -c conftest.cpp >&5 configure:6064: $? = 0 configure:6086: result: yes configure:6101: checking for dirent.h that defines DIR configure:6130: gcc -c conftest.c >&5 configure:6136: $? = 0 configure:6152: result: yes configure:6165: checking for library containing opendir configure:6206: gcc -o conftest conftest.c >&5 configure:6212: $? = 0 configure:6240: result: none required configure:6344: checking sys/select.h usability configure:6361: gcc -c conftest.c >&5 configure:6367: $? = 0 configure:6381: result: yes configure:6385: checking sys/select.h presence configure:6400: gcc -E conftest.c configure:6406: $? = 0 configure:6420: result: yes configure:6448: checking for sys/select.h configure:6455: result: yes configure:6477: checking sys/stdtypes.h usability configure:6494: gcc -c conftest.c >&5 conftest.c:58:26: error: sys/stdtypes.h: No such file or directory configure:6500: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/stdtypes.h> configure:6514: result: no configure:6518: checking sys/stdtypes.h presence configure:6533: gcc -E conftest.c conftest.c:25:26: error: sys/stdtypes.h: No such file or directory configure:6539: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include <sys/stdtypes.h> configure:6553: result: no configure:6581: checking for sys/stdtypes.h configure:6588: result: no configure:6600: checking for scandir configure:6656: gcc -o conftest conftest.c >&5 configure:6662: $? = 0 configure:6679: result: yes configure:6694: checking whether we have the POSIX compatible scandir() prototype configure:6734: g++ -c conftest.cpp >&5 configure:6740: $? = 0 configure:6762: result: yes configure:6772: checking for vsnprintf configure:6828: gcc -o conftest conftest.c >&5 conftest.c:50: warning: conflicting types for built-in function 'vsnprintf' configure:6834: $? = 0 configure:6851: result: yes configure:6889: checking for snprintf configure:6945: gcc -o conftest conftest.c >&5 conftest.c:51: warning: conflicting types for built-in function 'snprintf' configure:6951: $? = 0 configure:6968: result: yes configure:7007: checking for strings.h configure:7012: result: yes configure:7145: checking for strcasecmp configure:7201: gcc -o conftest conftest.c >&5 conftest.c:53: warning: conflicting types for built-in function 'strcasecmp' configure:7207: $? = 0 configure:7225: result: yes configure:7145: checking for strlcat configure:7201: gcc -o conftest conftest.c >&5 /tmp/cc7O7Zmc.o: In function `main': conftest.c:(.text+0x7): undefined reference to `strlcat' collect2: ld returned 1 exit status configure:7207: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return strlcat (); | ; | return 0; | } configure:7225: result: no configure:7145: checking for strlcpy configure:7201: gcc -o conftest conftest.c >&5 /tmp/ccOu9jzo.o: In function `main': conftest.c:(.text+0x7): undefined reference to `strlcpy' collect2: ld returned 1 exit status configure:7207: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return strlcpy (); | ; | return 0; | } configure:7225: result: no configure:7246: checking locale.h usability configure:7263: gcc -c conftest.c >&5 configure:7269: $? = 0 configure:7283: result: yes configure:7287: checking locale.h presence configure:7302: gcc -E conftest.c configure:7308: $? = 0 configure:7322: result: yes configure:7350: checking for locale.h configure:7357: result: yes configure:7373: checking for localeconv configure:7429: gcc -o conftest conftest.c >&5 configure:7435: $? = 0 configure:7453: result: yes configure:7464: checking for library containing pow configure:7505: gcc -o conftest conftest.c >&5 conftest.c:40: warning: conflicting types for built-in function 'pow' /tmp/ccHdWDV9.o: In function `main': conftest.c:(.text+0x7): undefined reference to `pow' collect2: ld returned 1 exit status configure:7511: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return pow (); | ; | return 0; | } configure:7505: gcc -o conftest conftest.c -lm >&5 conftest.c:40: warning: conflicting types for built-in function 'pow' configure:7511: $? = 0 configure:7539: result: -lm configure:7555: checking for special C compiler options needed for large files configure:7648: result: no configure:7654: checking for _FILE_OFFSET_BITS value needed for large files configure:7689: gcc -c conftest.c >&5 conftest.c:39: warning: left shift count >= width of type conftest.c:39: warning: left shift count >= width of type conftest.c:41: error: size of array 'off_t_is_large' is negative configure:7695: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | | ; | return 0; | } configure:7739: gcc -c conftest.c >&5 configure:7745: $? = 0 configure:7763: result: 64 configure:7913: checking for long long int configure:7964: result: yes configure:7974: checking for strtoll configure:8030: gcc -o conftest conftest.c -lm >&5 configure:8036: $? = 0 configure:8053: result: yes configure:8063: checking for library containing dlsym configure:8104: gcc -o conftest conftest.c -lm >&5 /tmp/ccIxX4aT.o: In function `main': conftest.c:(.text+0x7): undefined reference to `dlsym' collect2: ld returned 1 exit status configure:8110: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return dlsym (); | ; | return 0; | } configure:8104: gcc -o conftest conftest.c -ldl -lm >&5 configure:8110: $? = 0 configure:8138: result: -ldl configure:8159: checking dlfcn.h usability configure:8176: gcc -c conftest.c >&5 configure:8182: $? = 0 configure:8196: result: yes configure:8200: checking dlfcn.h presence configure:8215: gcc -E conftest.c configure:8221: $? = 0 configure:8235: result: yes configure:8263: checking for dlfcn.h configure:8270: result: yes configure:8305: checking alsa/asoundlib.h usability configure:8322: gcc -c conftest.c >&5 configure:8328: $? = 0 configure:8342: result: yes configure:8346: checking alsa/asoundlib.h presence configure:8361: gcc -E conftest.c configure:8367: $? = 0 configure:8381: result: yes configure:8409: checking for alsa/asoundlib.h configure:8416: result: yes configure:8453: checking for jpeg_CreateCompress in -ljpeg configure:8488: gcc -o conftest conftest.c -ljpeg -ldl -lm >&5 configure:8494: $? = 0 configure:8512: result: yes configure:8525: checking jpeglib.h usability configure:8542: gcc -c conftest.c >&5 configure:8548: $? = 0 configure:8562: result: yes configure:8566: checking jpeglib.h presence configure:8581: gcc -E conftest.c configure:8587: $? = 0 configure:8601: result: yes configure:8629: checking for jpeglib.h configure:8636: result: yes configure:8690: checking for gzgets in -lz configure:8725: gcc -o conftest conftest.c -lz -ldl -lm >&5 configure:8731: $? = 0 configure:8749: result: yes configure:8762: checking zlib.h usability configure:8779: gcc -c conftest.c >&5 configure:8785: $? = 0 configure:8799: result: yes configure:8803: checking zlib.h presence configure:8818: gcc -E conftest.c configure:8824: $? = 0 configure:8838: result: yes configure:8866: checking for zlib.h configure:8873: result: yes configure:8931: checking for png_read_info in -lpng configure:8966: gcc -o conftest conftest.c -lpng -lz -ldl -lm >&5 configure:8972: $? = 0 configure:8990: result: yes configure:9003: checking png.h usability configure:9020: gcc -c conftest.c >&5 configure:9026: $? = 0 configure:9040: result: yes configure:9044: checking png.h presence configure:9059: gcc -E conftest.c configure:9065: $? = 0 configure:9079: result: yes configure:9107: checking for png.h configure:9114: result: yes configure:9137: checking libpng/png.h usability configure:9154: gcc -c conftest.c >&5 conftest.c:75:24: error: libpng/png.h: No such file or directory configure:9160: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SCANDIR 1 | #define HAVE_SCANDIR_POSIX 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRINGS_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LOCALECONV 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_STRTOLL 1 | #define HAVE_DLSYM 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ALSA_ASOUNDLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_PNG_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <libpng/png.h> configure:9174: result: no configure:9178: checking libpng/png.h presence configure:9193: gcc -E conftest.c conftest.c:42:24: error: libpng/png.h: No such file or directory configure:9199: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SCANDIR 1 | #define HAVE_SCANDIR_POSIX 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRINGS_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LOCALECONV 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_STRTOLL 1 | #define HAVE_DLSYM 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ALSA_ASOUNDLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_PNG_H 1 | /* end confdefs.h. */ | #include <libpng/png.h> configure:9213: result: no configure:9241: checking for libpng/png.h configure:9248: result: no configure:9304: checking for png_get_valid in -lpng configure:9339: gcc -o conftest conftest.c -lpng -lz -ldl -lm >&5 configure:9345: $? = 0 configure:9363: result: yes configure:9372: checking for png_set_tRNS_to_alpha in -lpng configure:9407: gcc -o conftest conftest.c -lpng -lz -ldl -lm >&5 configure:9413: $? = 0 configure:9431: result: yes configure:9467: checking pthread.h usability configure:9484: gcc -c conftest.c >&5 configure:9490: $? = 0 configure:9504: result: yes configure:9508: checking pthread.h presence configure:9523: gcc -E conftest.c configure:9529: $? = 0 configure:9543: result: yes configure:9571: checking for pthread.h configure:9578: result: yes configure:9593: checking for pthread_create using -lpthreads configure:9618: gcc -o conftest conftest.c -lpthreads -ldl -lm >&5 /usr/lib/gcc/i686-frugalware-linux/4.4.3/../../../../i686-frugalware-linux/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:9624: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SCANDIR 1 | #define HAVE_SCANDIR_POSIX 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRINGS_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LOCALECONV 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_STRTOLL 1 | #define HAVE_DLSYM 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ALSA_ASOUNDLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_PNG_GET_VALID 1 | #define HAVE_PNG_SET_TRNS_TO_ALPHA 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include <pthread.h> | int | main () | { | pthread_create(0, 0, 0, 0); | ; | return 0; | } configure:9640: result: no configure:9593: checking for pthread_create using -lpthread configure:9618: gcc -o conftest conftest.c -lpthread -ldl -lm >&5 configure:9624: $? = 0 configure:9640: result: yes configure:10041: checking for X configure:10211: gcc -o conftest conftest.c -lX11 -lpthread -ldl -lm >&5 configure:10217: $? = 0 configure:10276: result: libraries , headers configure:10437: gcc -o conftest conftest.c -lpthread -ldl -lm -lX11 >&5 configure:10443: $? = 0 configure:10600: checking for gethostbyname configure:10656: gcc -o conftest conftest.c -lpthread -ldl -lm >&5 configure:10662: $? = 0 configure:10679: result: yes configure:10824: checking for connect configure:10880: gcc -o conftest conftest.c -lpthread -ldl -lm >&5 configure:10886: $? = 0 configure:10903: result: yes configure:10975: checking for remove configure:11031: gcc -o conftest conftest.c -lpthread -ldl -lm >&5 configure:11037: $? = 0 configure:11054: result: yes configure:11126: checking for shmat configure:11182: gcc -o conftest conftest.c -lpthread -ldl -lm >&5 configure:11188: $? = 0 configure:11205: result: yes configure:11286: checking for IceConnectionNumber in -lICE configure:11321: gcc -o conftest conftest.c -lICE -lpthread -ldl -lm >&5 configure:11327: $? = 0 configure:11345: result: yes configure:11363: WARNING: Ignoring libraries " -lSM -lICE" requested by configure. configure:11383: checking for library containing dlopen configure:11424: gcc -o conftest conftest.c -lpthread -ldl -lm -lX11 >&5 configure:11430: $? = 0 configure:11458: result: none required configure:11476: checking GL/gl.h usability configure:11493: gcc -c conftest.c >&5 configure:11499: $? = 0 configure:11513: result: yes configure:11517: checking GL/gl.h presence configure:11532: gcc -E conftest.c configure:11538: $? = 0 configure:11552: result: yes configure:11580: checking for GL/gl.h configure:11587: result: yes configure:11592: checking for glXMakeCurrent in -lGL configure:11627: gcc -o conftest conftest.c -lGL -lm -lpthread -ldl -lm -lX11 >&5 configure:11633: $? = 0 configure:11651: result: yes configure:11729: checking for glXGetProcAddressARB in -lGL configure:11764: gcc -o conftest conftest.c -lGL -lm -lpthread -ldl -lm -lX11 >&5 configure:11770: $? = 0 configure:11788: result: yes configure:11811: checking GL/glu.h usability configure:11828: gcc -c conftest.c >&5 configure:11834: $? = 0 configure:11848: result: yes configure:11852: checking GL/glu.h presence configure:11867: gcc -E conftest.c configure:11873: $? = 0 configure:11887: result: yes configure:11915: checking for GL/glu.h configure:11922: result: yes configure:11962: checking for XineramaIsActive in -lXinerama configure:11997: gcc -o conftest conftest.c -lXinerama -lpthread -ldl -lm -lX11 >&5 configure:12003: $? = 0 configure:12021: result: yes configure:12042: checking for freetype-config configure:12060: found /usr/bin/freetype-config configure:12072: result: /usr/bin/freetype-config configure:12086: checking for FcPatternCreate in -lfontconfig configure:12121: gcc -o conftest -I/usr/include/freetype2 conftest.c -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 >&5 configure:12127: $? = 0 configure:12145: result: yes configure:12166: checking X11/Xft/Xft.h usability configure:12183: gcc -c -I/usr/include/freetype2 conftest.c >&5 configure:12189: $? = 0 configure:12203: result: yes configure:12207: checking X11/Xft/Xft.h presence configure:12222: gcc -E -I/usr/include/freetype2 conftest.c configure:12228: $? = 0 configure:12242: result: yes configure:12270: checking for X11/Xft/Xft.h configure:12277: result: yes configure:12282: checking for XftDrawCreate in -lXft configure:12317: gcc -o conftest -I/usr/include/freetype2 conftest.c -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 >&5 configure:12323: $? = 0 configure:12341: result: yes configure:12364: checking for X11/extensions/Xdbe.h configure:12385: gcc -c -I/usr/include/freetype2 conftest.c >&5 configure:12391: $? = 0 configure:12406: result: yes configure:12416: checking for XdbeQueryExtension in -lXext configure:12451: gcc -o conftest -I/usr/include/freetype2 conftest.c -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 >&5 configure:12457: $? = 0 configure:12475: result: yes configure:12485: checking for xprop configure:12503: found /usr/bin/xprop configure:12515: result: /usr/bin/xprop configure:12523: checking for X overlay visuals configure:12538: result: no configure:12673: checking if GCC supports -fno-exceptions configure:12698: gcc -c -fno-exceptions -I/usr/include/freetype2 conftest.c >&5 configure:12704: $? = 0 configure:12710: result: yes configure:12724: checking if GCC supports -fno-strict-aliasing configure:12749: gcc -c -fno-strict-aliasing -I/usr/include/freetype2 conftest.c >&5 configure:12755: $? = 0 configure:12761: result: yes configure:13135: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ................................................................................ ac_cv_func_strcasecmp=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strtoll=yes ac_cv_func_vsnprintf=yes ac_cv_have_overlay=no ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_GL_gl_h=yes ac_cv_header_GL_glu_h=yes ac_cv_header_X11_Xft_Xft_h=yes ac_cv_header_X11_extensions_Xdbe_h=yes ac_cv_header_alsa_asoundlib_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_libpng_png_h=no ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_png_h=yes ac_cv_header_pthread_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stdtypes_h=no ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_lib_GL_glXGetProcAddressARB=yes ac_cv_lib_GL_glXMakeCurrent=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xext_XdbeQueryExtension=yes ac_cv_lib_Xft_XftDrawCreate=yes ac_cv_lib_Xinerama_XineramaIsActive=yes ac_cv_lib_fontconfig_FcPatternCreate=yes ac_cv_lib_jpeg_jpeg_CreateCompress=yes ac_cv_lib_png_png_get_valid=yes ac_cv_lib_png_png_read_info=yes ac_cv_lib_png_png_set_tRNS_to_alpha=yes ac_cv_lib_z_gzgets=yes ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FTCONFIG=/usr/bin/freetype-config ac_cv_path_GREP=/usr/bin/grep ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_XPROP=/usr/bin/xprop ac_cv_path_install='/usr/bin/ginstall -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_search_dlopen='none required' ac_cv_search_dlsym=-ldl ac_cv_search_opendir='none required' ac_cv_search_pow=-lm ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_short=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' ARCHFLAGS='' ................................................................................ CAIROLIBS='' CAT1EXT='1' CAT3EXT='3' CAT6EXT='6' CC='gcc' CFLAGS=' ' CPP='gcc -E' CPPFLAGS='-I/usr/include/freetype2 ' CXX='g++' CXXFLAGS='-I/usr/include/freetype2 ' DEFS='-DHAVE_CONFIG_H' DOXYDOC='' DSOCOMMAND='echo' DSOFLAGS=' ' DSOLINK='' DSONAME='' ECHO_C='' ................................................................................ FLLIBNAME='../lib/libfltk_forms.a' FLTKCAIROOPTION='' FLUID='fluid' FL_API_VERSION='1.3' FL_MAJOR_VERSION='1' FL_MINOR_VERSION='3' FL_PATCH_VERSION='0' FTCONFIG='/usr/bin/freetype-config' GLDEMOS='gldemos' GLDSONAME='' GLLIB='-lGLU -lGL' GLLIBBASENAME='libfltk_gl.a' GLLIBNAME='../lib/libfltk_gl.a' GREP='/usr/bin/grep' GROFF='' HLINKS='' HTMLDOC='' IMAGELIBS='-lpng -lz -ljpeg ' IMGDSONAME='' IMGLIBBASENAME='libfltk_images.a' IMGLIBNAME='../lib/libfltk_images.a' INSTALL_DATA='${INSTALL} -m 644' INSTALL_DESKTOP='install-linux' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' JPEG='' JPEGINC='' LARGEFILE='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' LDFLAGS=' ' LIBBASENAME='libfltk.a' LIBCOMMAND='/usr/bin/ar cr' LIBEXT='.a' LIBNAME='../lib/libfltk.a' LIBOBJS='' LIBS='-lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 ' LINKFLTK='../lib/libfltk.a' LINKFLTKCAIRO='' LINKFLTKFORMS='../lib/libfltk_forms.a' LINKFLTKGL='../lib/libfltk_gl.a' LINKFLTKIMG='../lib/libfltk_images.a' LINKSHARED=' ../lib/libfltk_images.a ../lib/libfltk_forms.a ../lib/libfltk.a' LTLIBOBJS='' MAKEDEPEND='$(CXX) -M' NROFF='/usr/bin/nroff' OBJEXT='o' OPTIM=' -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing' OSX_ONLY=':' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PNG='' PNGINC='' PTHREAD_FLAGS='-D_THREAD_SAFE -D_REENTRANT' RANLIB='ranlib' SHAREDSUFFIX='' SHELL='/bin/sh' STATICIMAGELIBS='-lpng -lz -ljpeg ' THREADS='threads' UNINSTALL_DESKTOP='uninstall-linux' XMKMF='' XPROP='/usr/bin/xprop' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ZLIB='' ZLIBINC='' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' ................................................................................ sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 ................................................................................ #define HAVE_LONG_LONG 1 #define HAVE_STRTOLL 1 #define HAVE_DLSYM 1 #define HAVE_DLFCN_H 1 #define HAVE_ALSA_ASOUNDLIB_H 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBZ 1 #define HAVE_PNG_H 1 #define HAVE_LIBPNG 1 #define HAVE_PNG_GET_VALID 1 #define HAVE_PNG_SET_TRNS_TO_ALPHA 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD 1 #define HAVE_PTHREAD 1 #define USE_X11 1 #define HAVE_GL 1 #define HAVE_GLXGETPROCADDRESSARB 1 #define HAVE_GL_GLU_H 1 #define HAVE_XINERAMA 1 #define HAVE_LIBFONTCONFIG 1 #define USE_XFT 1 #define HAVE_XDBE 1 #define FLTK_DOCDIR "/usr/local/share/doc/fltk" #define FLTK_DATADIR "/usr/local/share/fltk" configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ronlap config.status:678: creating makeinclude config.status:678: creating fltk.list config.status:678: creating fltk-config config.status:678: creating fltk.spec config.status:678: creating FL/Makefile config.status:678: creating config.h |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > | > > > | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > > > > > > > > > > > > > > > | > | > | > > > | < > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | | | | | | | | | | | | | < < < > | | < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | | | | | > | | | < < < | < | | | < | | < < | < | | | < | | < < | < | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | > | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | > | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | | | | | | | | | | | | | | | | | | | | | | | | | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | | | | | | | | | | | | | > > > > > > > > > > > > > > > > > > > > > > < < < < < < < < < < < < < < < < < < < | < < < < < | | | | | | | | | | | > | | | | | | | > > | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .. 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 ... 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 ... 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 ... 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 ... 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 ... 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 ... 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 ... 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 ... 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 .... 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 .... 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 .... 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 .... 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 |
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.65. Invocation command line was $ ./configure --disable-xinerama --disable-xft --disable-gl --disable-threads --enable-localjpeg --enable-localpng --enable-localzlib --disable-xdbe ## --------- ## ## Platform. ## ## --------- ## hostname = ronslinux uname -m = i686 uname -r = 2.6.32-fw3 uname -s = Linux uname -v = #1 SMP PREEMPT Sat Feb 13 15:07:39 CET 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown ................................................................................ PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /usr/games PATH: /usr/lib/qt/bin PATH: /home/ron/bin PATH: /home/ron/ron/reva/bin PATH: /usr/local/texlive/2008/bin/i386-linux PATH: /home/ron/mingw/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2820: checking for gcc configure:2836: found /usr/bin/gcc configure:2847: result: gcc configure:3076: checking for C compiler version configure:3085: gcc --version >&5 gcc (Frugalware Linux) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3096: $? = 0 configure:3085: gcc -v >&5 Using built-in specs. Target: i686-frugalware-linux Configured with: ../gcc-4.4.3/configure --prefix=/usr --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --enable-plugin --disable-libjava-multilib --enable-hash-synchronization --with-ecj --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-target-optspace --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking --build=i686-frugalware-linux Thread model: posix gcc version 4.4.3 (Frugalware Linux) configure:3096: $? = 0 configure:3085: gcc -V >&5 gcc: '-V' option must have argument configure:3096: $? = 1 configure:3085: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3096: $? = 1 configure:3116: checking whether the C compiler works configure:3138: gcc conftest.c >&5 configure:3142: $? = 0 configure:3191: result: yes configure:3194: checking for C compiler default output file name configure:3196: result: a.out configure:3202: checking for suffix of executables configure:3209: gcc -o conftest conftest.c >&5 configure:3213: $? = 0 configure:3235: result: configure:3257: checking whether we are cross compiling configure:3265: gcc -o conftest conftest.c >&5 configure:3269: $? = 0 configure:3276: ./conftest configure:3280: $? = 0 configure:3295: result: no configure:3300: checking for suffix of object files configure:3322: gcc -c conftest.c >&5 configure:3326: $? = 0 configure:3347: result: o configure:3351: checking whether we are using the GNU C compiler configure:3370: gcc -c conftest.c >&5 configure:3370: $? = 0 configure:3379: result: yes configure:3388: checking whether gcc accepts -g configure:3408: gcc -c -g conftest.c >&5 configure:3408: $? = 0 configure:3449: result: yes configure:3466: checking for gcc option to accept ISO C89 configure:3530: gcc -c conftest.c >&5 configure:3530: $? = 0 configure:3543: result: none needed configure:3621: checking for g++ configure:3637: found /usr/bin/g++ configure:3648: result: g++ configure:3675: checking for C++ compiler version configure:3684: g++ --version >&5 g++ (Frugalware Linux) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3695: $? = 0 configure:3684: g++ -v >&5 Using built-in specs. Target: i686-frugalware-linux Configured with: ../gcc-4.4.3/configure --prefix=/usr --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --enable-plugin --disable-libjava-multilib --enable-hash-synchronization --with-ecj --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-target-optspace --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking --build=i686-frugalware-linux Thread model: posix gcc version 4.4.3 (Frugalware Linux) configure:3695: $? = 0 configure:3684: g++ -V >&5 g++: '-V' option must have argument configure:3695: $? = 1 configure:3684: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:3695: $? = 1 configure:3699: checking whether we are using the GNU C++ compiler configure:3718: g++ -c conftest.cpp >&5 configure:3718: $? = 0 configure:3727: result: yes configure:3736: checking whether g++ accepts -g configure:3756: g++ -c -g conftest.cpp >&5 configure:3756: $? = 0 configure:3797: result: yes configure:3857: checking for a BSD-compatible install configure:3925: result: /usr/bin/ginstall -c configure:3947: checking for nroff configure:3965: found /usr/bin/nroff configure:3977: result: /usr/bin/nroff configure:4035: checking for htmldoc configure:4068: result: no configure:4075: checking for doxygen configure:4108: result: no configure:4157: checking for ranlib configure:4173: found /usr/bin/ranlib configure:4184: result: ranlib configure:4208: checking for ar configure:4226: found /usr/bin/ar configure:4238: result: /usr/bin/ar configure:4266: checking how to run the C preprocessor configure:4297: gcc -E conftest.c configure:4297: $? = 0 configure:4311: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:4311: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4336: result: gcc -E configure:4356: gcc -E conftest.c configure:4356: $? = 0 configure:4370: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:4370: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4399: checking for grep that handles long lines and -e configure:4457: result: /usr/bin/grep configure:4462: checking for egrep configure:4524: result: /usr/bin/grep -E configure:4529: checking for ANSI C header files configure:4549: gcc -c conftest.c >&5 configure:4549: $? = 0 configure:4622: gcc -o conftest conftest.c >&5 configure:4622: $? = 0 configure:4622: ./conftest configure:4622: $? = 0 configure:4633: result: yes configure:4646: checking for sys/types.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for sys/stat.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for stdlib.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for string.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for memory.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for strings.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for inttypes.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for stdint.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4646: checking for unistd.h configure:4646: gcc -c conftest.c >&5 configure:4646: $? = 0 configure:4646: result: yes configure:4659: checking whether byte ordering is bigendian configure:4674: gcc -c conftest.c >&5 conftest.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:4674: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:4719: gcc -c conftest.c >&5 configure:4719: $? = 0 configure:4737: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:26: error: 'not' undeclared (first use in this function) conftest.c:26: error: (Each undeclared identifier is reported only once conftest.c:26: error: for each function it appears in.) conftest.c:26: error: expected ';' before 'big' configure:4737: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4865: result: no configure:4888: checking size of short configure:4893: gcc -o conftest conftest.c >&5 configure:4893: $? = 0 configure:4893: ./conftest configure:4893: $? = 0 configure:4908: result: 2 configure:4922: checking size of int configure:4927: gcc -o conftest conftest.c >&5 configure:4927: $? = 0 configure:4927: ./conftest configure:4927: $? = 0 configure:4942: result: 4 configure:4956: checking size of long configure:4961: gcc -o conftest conftest.c >&5 configure:4961: $? = 0 configure:4961: ./conftest configure:4961: $? = 0 configure:4976: result: 4 configure:5010: checking whether the compiler recognizes bool as a built-in type configure:5041: g++ -c conftest.cpp >&5 configure:5041: $? = 0 configure:5055: result: yes configure:5065: checking for dirent.h that defines DIR configure:5084: gcc -c conftest.c >&5 configure:5084: $? = 0 configure:5092: result: yes configure:5106: checking for library containing opendir configure:5137: gcc -o conftest conftest.c >&5 configure:5137: $? = 0 configure:5154: result: none required configure:5221: checking sys/select.h usability configure:5221: gcc -c conftest.c >&5 configure:5221: $? = 0 configure:5221: result: yes configure:5221: checking sys/select.h presence configure:5221: gcc -E conftest.c configure:5221: $? = 0 configure:5221: result: yes configure:5221: checking for sys/select.h configure:5221: result: yes configure:5228: checking sys/stdtypes.h usability configure:5228: gcc -c conftest.c >&5 conftest.c:59:26: error: sys/stdtypes.h: No such file or directory configure:5228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/stdtypes.h> configure:5228: result: no configure:5228: checking sys/stdtypes.h presence configure:5228: gcc -E conftest.c conftest.c:26:26: error: sys/stdtypes.h: No such file or directory configure:5228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include <sys/stdtypes.h> configure:5228: result: no configure:5228: checking for sys/stdtypes.h configure:5228: result: no configure:5235: checking for scandir configure:5235: gcc -o conftest conftest.c >&5 configure:5235: $? = 0 configure:5235: result: yes configure:5247: checking whether we have the POSIX compatible scandir() prototype configure:5277: g++ -c conftest.cpp >&5 configure:5277: $? = 0 configure:5291: result: yes configure:5299: checking for vsnprintf configure:5299: gcc -o conftest conftest.c >&5 conftest.c:51: warning: conflicting types for built-in function 'vsnprintf' configure:5299: $? = 0 configure:5299: result: yes configure:5330: checking for snprintf configure:5330: gcc -o conftest conftest.c >&5 conftest.c:52: warning: conflicting types for built-in function 'snprintf' configure:5330: $? = 0 configure:5330: result: yes configure:5361: checking for strings.h configure:5361: result: yes configure:5371: checking for strcasecmp configure:5371: gcc -o conftest conftest.c >&5 conftest.c:54: warning: conflicting types for built-in function 'strcasecmp' configure:5371: $? = 0 configure:5371: result: yes configure:5371: checking for strlcat configure:5371: gcc -o conftest conftest.c >&5 /tmp/ccQIvYYY.o: In function `main': conftest.c:(.text+0x7): undefined reference to `strlcat' collect2: ld returned 1 exit status configure:5371: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return strlcat (); | ; | return 0; | } configure:5371: result: no configure:5371: checking for strlcpy configure:5371: gcc -o conftest conftest.c >&5 /tmp/cc5wNUv1.o: In function `main': conftest.c:(.text+0x7): undefined reference to `strlcpy' collect2: ld returned 1 exit status configure:5371: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return strlcpy (); | ; | return 0; | } configure:5371: result: no configure:5382: checking locale.h usability configure:5382: gcc -c conftest.c >&5 configure:5382: $? = 0 configure:5382: result: yes configure:5382: checking locale.h presence configure:5382: gcc -E conftest.c configure:5382: $? = 0 configure:5382: result: yes configure:5382: checking for locale.h configure:5382: result: yes configure:5391: checking for localeconv configure:5391: gcc -o conftest conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5401: checking for library containing pow configure:5432: gcc -o conftest conftest.c >&5 conftest.c:41: warning: conflicting types for built-in function 'pow' /tmp/ccDm7aR8.o: In function `main': conftest.c:(.text+0x7): undefined reference to `pow' collect2: ld returned 1 exit status configure:5432: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return pow (); | ; | return 0; | } configure:5432: gcc -o conftest conftest.c -lm >&5 conftest.c:41: warning: conflicting types for built-in function 'pow' configure:5432: $? = 0 configure:5449: result: -lm configure:5465: checking for special C compiler options needed for large files configure:5510: result: no configure:5516: checking for _FILE_OFFSET_BITS value needed for large files configure:5541: gcc -c conftest.c >&5 conftest.c:40: warning: left shift count >= width of type conftest.c:40: warning: left shift count >= width of type conftest.c:42: error: size of array 'off_t_is_large' is negative configure:5541: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | | ; | return 0; | } configure:5565: gcc -c conftest.c >&5 configure:5565: $? = 0 configure:5573: result: 64 configure:5671: checking for long long int configure:5698: result: yes configure:5706: checking for strtoll configure:5706: gcc -o conftest conftest.c -lm >&5 configure:5706: $? = 0 configure:5706: result: yes configure:5713: checking for library containing dlsym configure:5744: gcc -o conftest conftest.c -lm >&5 /tmp/ccwEoBk8.o: In function `main': conftest.c:(.text+0x7): undefined reference to `dlsym' collect2: ld returned 1 exit status configure:5744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 ................................................................................ | int | main () | { | return dlsym (); | ; | return 0; | } configure:5744: gcc -o conftest conftest.c -ldl -lm >&5 configure:5744: $? = 0 configure:5761: result: -ldl configure:5770: checking dlfcn.h usability configure:5770: gcc -c conftest.c >&5 configure:5770: $? = 0 configure:5770: result: yes configure:5770: checking dlfcn.h presence configure:5770: gcc -E conftest.c configure:5770: $? = 0 configure:5770: result: yes configure:5770: checking for dlfcn.h configure:5770: result: yes configure:5790: checking alsa/asoundlib.h usability configure:5790: gcc -c conftest.c >&5 configure:5790: $? = 0 configure:5790: result: yes configure:5790: checking alsa/asoundlib.h presence configure:5790: gcc -E conftest.c configure:5790: $? = 0 configure:5790: result: yes configure:5790: checking for alsa/asoundlib.h configure:5790: result: yes configure:6346: checking for X configure:6485: gcc -o conftest conftest.c -lX11 -ldl -lm >&5 configure:6485: $? = 0 configure:6535: result: libraries , headers configure:6634: gcc -o conftest conftest.c -ldl -lm -lX11 >&5 configure:6634: $? = 0 configure:6732: checking for gethostbyname configure:6732: gcc -o conftest conftest.c -ldl -lm >&5 configure:6732: $? = 0 configure:6732: result: yes configure:6829: checking for connect configure:6829: gcc -o conftest conftest.c -ldl -lm >&5 configure:6829: $? = 0 configure:6829: result: yes configure:6878: checking for remove configure:6878: gcc -o conftest conftest.c -ldl -lm >&5 configure:6878: $? = 0 configure:6878: result: yes configure:6927: checking for shmat configure:6927: gcc -o conftest conftest.c -ldl -lm >&5 configure:6927: $? = 0 configure:6927: result: yes configure:6985: checking for IceConnectionNumber in -lICE configure:7010: gcc -o conftest conftest.c -lICE -ldl -lm >&5 configure:7010: $? = 0 configure:7019: result: yes configure:7036: WARNING: Ignoring libraries " -lSM -lICE" requested by configure. configure:7525: checking for xprop configure:7543: found /usr/bin/xprop configure:7555: result: /usr/bin/xprop configure:7563: checking for X overlay visuals configure:7578: result: no configure:7711: checking if GCC supports -fno-exceptions configure:7726: gcc -c -fno-exceptions conftest.c >&5 configure:7726: $? = 0 configure:7728: result: yes configure:7738: checking if GCC supports -fno-strict-aliasing configure:7753: gcc -c -fno-strict-aliasing conftest.c >&5 configure:7753: $? = 0 configure:7755: result: yes configure:8104: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ronslinux config.status:914: creating makeinclude config.status:914: creating fltk.list config.status:914: creating fltk-config config.status:914: creating fltk.spec config.status:914: creating FL/Makefile config.status:914: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ................................................................................ ac_cv_func_strcasecmp=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strtoll=yes ac_cv_func_vsnprintf=yes ac_cv_have_overlay=no ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_alsa_asoundlib_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stdtypes_h=no ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_z_gzgets=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_XPROP=/usr/bin/xprop ac_cv_path_install='/usr/bin/ginstall -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_search_dlsym=-ldl ac_cv_search_opendir='none required' ac_cv_search_pow=-lm ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' ARCHFLAGS='' ................................................................................ CAIROLIBS='' CAT1EXT='1' CAT3EXT='3' CAT6EXT='6' CC='gcc' CFLAGS=' ' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXFLAGS=' ' DEFS='-DHAVE_CONFIG_H' DOXYDOC='' DSOCOMMAND='echo' DSOFLAGS=' ' DSOLINK='' DSONAME='' ECHO_C='' ................................................................................ FLLIBNAME='../lib/libfltk_forms.a' FLTKCAIROOPTION='' FLUID='fluid' FL_API_VERSION='1.3' FL_MAJOR_VERSION='1' FL_MINOR_VERSION='3' FL_PATCH_VERSION='0' FTCONFIG='' GLDEMOS='' GLDSONAME='' GLLIB='' GLLIBBASENAME='libfltk_gl.a' GLLIBNAME='' GREP='/usr/bin/grep' GROFF='' HLINKS='' HTMLDOC='' IMAGELIBS='-lfltk_png -lfltk_z -lfltk_jpeg ' IMGDSONAME='' IMGLIBBASENAME='libfltk_images.a' IMGLIBNAME='../lib/libfltk_images.a' INSTALL_DATA='${INSTALL} -m 644' INSTALL_DESKTOP='install-linux' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' JPEG='jpeg' JPEGINC='-I../jpeg' LARGEFILE='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' LDFLAGS=' ' LIBBASENAME='libfltk.a' LIBCOMMAND='/usr/bin/ar cr' LIBEXT='.a' LIBNAME='../lib/libfltk.a' LIBOBJS='' LIBS='-ldl -lm -lX11 ' LINKFLTK='../lib/libfltk.a' LINKFLTKCAIRO='' LINKFLTKFORMS='../lib/libfltk_forms.a' LINKFLTKGL='' LINKFLTKIMG='../lib/libfltk_images.a' LINKSHARED=' ../lib/libfltk_images.a ../lib/libfltk_forms.a ../lib/libfltk.a' LTLIBOBJS='' MAKEDEPEND='$(CXX) -M' NROFF='/usr/bin/nroff' OBJEXT='o' OPTIM=' -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing' OSX_ONLY=':' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PNG='png' PNGINC='-I../png' PTHREAD_FLAGS='' RANLIB='ranlib' SHAREDSUFFIX='' SHELL='/bin/sh' STATICIMAGELIBS='$libdir/libfltk_png.a $libdir/libfltk_z.a $libdir/libfltk_jpeg.a ' THREADS='' UNINSTALL_DESKTOP='uninstall-linux' XMKMF='' XPROP='/usr/bin/xprop' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ZLIB='zlib' ZLIBINC='-I../zlib' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' ................................................................................ sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 ................................................................................ #define HAVE_LONG_LONG 1 #define HAVE_STRTOLL 1 #define HAVE_DLSYM 1 #define HAVE_DLFCN_H 1 #define HAVE_ALSA_ASOUNDLIB_H 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBZ 1 #define HAVE_LIBPNG 1 #define HAVE_PNG_H 1 #define HAVE_PNG_GET_VALID 1 #define HAVE_PNG_SET_TRNS_TO_ALPHA 1 #define USE_X11 1 #define FLTK_DOCDIR "/usr/local/share/doc/fltk" #define FLTK_DATADIR "/usr/local/share/fltk" configure: exit 0 |
Changes to fltk-1.3/config.status.
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 ... 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 ... 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 ... 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 ... 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 ... 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 ... 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 ... 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 ... 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 ... 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 ... 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 ... 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 |
# Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=${CONFIG_SHELL-/bin/sh} ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) as_nl=' ' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q ................................................................................ } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir fi echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' ................................................................................ as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. ................................................................................ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 # Save the log message, to keep $[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by $as_me, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ ................................................................................ " # Files that config.status was made for. config_files=" makeinclude fltk.list fltk-config fltk.spec FL/Makefile" config_headers=" config.h:configh.in" ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Report bugs to <bug-autoconf@gnu.org>." ac_cs_version="\ config.status configured by ./configure, generated by GNU Autoconf 2.61, with options \"\" Copyright (C) 2006 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='/home/ron/proj/revagui/fltk-1.3' srcdir='.' INSTALL='/usr/bin/ginstall -c' # If no file are specified by the user, then we need to provide default # value. By we need to know if files were specified by the user. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ................................................................................ esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header { echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; };; --help | --hel | -h ) echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= ................................................................................ if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi if $ac_cs_recheck; then echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " $ac_configure_extra_args " --no-create --no-recursion" >&6 CONFIG_SHELL=/bin/sh export CONFIG_SHELL exec /bin/sh "./configure" $ac_configure_extra_args --no-create --no-recursion fi exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX echo "$ac_log" } >&5 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in ................................................................................ "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:configh.in" ;; "makeinclude") CONFIG_FILES="$CONFIG_FILES makeinclude" ;; "fltk.list") CONFIG_FILES="$CONFIG_FILES fltk.list" ;; "fltk-config") CONFIG_FILES="$CONFIG_FILES fltk-config" ;; "fltk.spec") CONFIG_FILES="$CONFIG_FILES fltk.spec" ;; "FL/Makefile") CONFIG_FILES="$CONFIG_FILES FL/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely ................................................................................ # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } # # Set up the sed scripts for CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h if test -n "$CONFIG_FILES"; then cat >"$tmp/subs-1.sed" <<\CEOF /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s,@SHELL@,|#_!!_#|/bin/sh,g s,@PATH_SEPARATOR@,|#_!!_#|:,g s,@PACKAGE_NAME@,|#_!!_#|,g s,@PACKAGE_TARNAME@,|#_!!_#|,g s,@PACKAGE_VERSION@,|#_!!_#|,g s,@PACKAGE_STRING@,|#_!!_#|,g s,@PACKAGE_BUGREPORT@,|#_!!_#|,g s,@exec_prefix@,|#_!!_#|${prefix},g s,@prefix@,|#_!!_#|/usr/local,g s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g s,@bindir@,|#_!!_#|${exec_prefix}/bin,g s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g s,@datarootdir@,|#_!!_#|${prefix}/share,g s,@datadir@,|#_!!_#|${datarootdir},g s,@sysconfdir@,|#_!!_#|${prefix}/etc,g s,@sharedstatedir@,|#_!!_#|${prefix}/com,g s,@localstatedir@,|#_!!_#|${prefix}/var,g s,@includedir@,|#_!!_#|${prefix}/include,g s,@oldincludedir@,|#_!!_#|/usr/include,g s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g s,@infodir@,|#_!!_#|${datarootdir}/info,g s,@htmldir@,|#_!!_#|${docdir},g s,@dvidir@,|#_!!_#|${docdir},g s,@pdfdir@,|#_!!_#|${docdir},g s,@psdir@,|#_!!_#|${docdir},g s,@libdir@,|#_!!_#|${exec_prefix}/lib,g s,@localedir@,|#_!!_#|${datarootdir}/locale,g s,@mandir@,|#_!!_#|${datarootdir}/man,g s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g s,@ECHO_C@,|#_!!_#|,g s,@ECHO_N@,|#_!!_#|-n,g s,@ECHO_T@,|#_!!_#|,g s,@LIBS@,|#_!!_#|-lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 ,g s,@build_alias@,|#_!!_#|,g s,@host_alias@,|#_!!_#|,g s,@target_alias@,|#_!!_#|,g s,@FL_MAJOR_VERSION@,|#_!!_#|1,g s,@FL_MINOR_VERSION@,|#_!!_#|3,g s,@FL_PATCH_VERSION@,|#_!!_#|0,g s,@FL_API_VERSION@,|#_!!_#|1.3,g s,@ARCHFLAGS@,|#_!!_#|,g s,@OPTIM@,|#_!!_#| -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing,g s,@CAIRODIR@,|#_!!_#|,g s,@CAIROFLAGS@,|#_!!_#|,g s,@CAIROLIBS@,|#_!!_#|,g s,@LINKFLTKCAIRO@,|#_!!_#|,g s,@FLTKCAIROOPTION@,|#_!!_#|,g s,@FLLIBNAME@,|#_!!_#|../lib/libfltk_forms.a,g s,@GLDEMOS@,|#_!!_#|gldemos,g s,@GLLIBNAME@,|#_!!_#|../lib/libfltk_gl.a,g s,@IMGLIBNAME@,|#_!!_#|../lib/libfltk_images.a,g s,@CAIROLIBNAME@,|#_!!_#|../lib/libfltk_cairo.a,g s,@LIBEXT@,|#_!!_#|.a,g s,@LIBNAME@,|#_!!_#|../lib/libfltk.a,g s,@LINKFLTK@,|#_!!_#|../lib/libfltk.a,g s,@LINKFLTKFORMS@,|#_!!_#|../lib/libfltk_forms.a,g s,@LINKFLTKGL@,|#_!!_#|../lib/libfltk_gl.a,g s,@LINKFLTKIMG@,|#_!!_#|../lib/libfltk_images.a,g s,@LIBBASENAME@,|#_!!_#|libfltk.a,g s,@FLLIBBASENAME@,|#_!!_#|libfltk_forms.a,g s,@GLLIBBASENAME@,|#_!!_#|libfltk_gl.a,g s,@IMGLIBBASENAME@,|#_!!_#|libfltk_images.a,g s,@CAIROLIBBASENAME@,|#_!!_#|libfltk_cairo.a,g s,@DSOCOMMAND@,|#_!!_#|echo,g s,@DSOFLAGS@,|#_!!_#| ,g s,@DSOLINK@,|#_!!_#|,g s,@DSONAME@,|#_!!_#|,g s,@FLDSONAME@,|#_!!_#|,g s,@GLDSONAME@,|#_!!_#|,g s,@IMGDSONAME@,|#_!!_#|,g s,@CAIRODSONAME@,|#_!!_#|,g s,@SHAREDSUFFIX@,|#_!!_#|,g s,@LINKSHARED@,|#_!!_#| ../lib/libfltk_images.a ../lib/libfltk_forms.a ../lib/libfltk.a,g s,@FLUID@,|#_!!_#|fluid,g s,@CC@,|#_!!_#|gcc,g s,@CFLAGS@,|#_!!_#| ,g s,@LDFLAGS@,|#_!!_#| ,g s,@CPPFLAGS@,|#_!!_#|-I/usr/include/freetype2 ,g s,@ac_ct_CC@,|#_!!_#|gcc,g s,@EXEEXT@,|#_!!_#|,g s,@OBJEXT@,|#_!!_#|o,g s,@CXX@,|#_!!_#|g++,g s,@CXXFLAGS@,|#_!!_#|-I/usr/include/freetype2 ,g s,@ac_ct_CXX@,|#_!!_#|g++,g s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g s,@NROFF@,|#_!!_#|/usr/bin/nroff,g s,@GROFF@,|#_!!_#|,g s,@HTMLDOC@,|#_!!_#|,g s,@DOXYDOC@,|#_!!_#|,g s,@RANLIB@,|#_!!_#|ranlib,g s,@AR@,|#_!!_#|/usr/bin/ar,g s,@LIBCOMMAND@,|#_!!_#|/usr/bin/ar cr,g s,@CPP@,|#_!!_#|gcc -E,g s,@GREP@,|#_!!_#|/usr/bin/grep,g CEOF cat >"$tmp/subs-2.sed" <<\CEOF /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end s,@EGREP@,|#_!!_#|/usr/bin/grep -E,g s,@LARGEFILE@,|#_!!_#|-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64,g s,@AUDIOLIBS@,|#_!!_#|-lasound,g s,@IMAGELIBS@,|#_!!_#|-lpng -lz -ljpeg ,g s,@STATICIMAGELIBS@,|#_!!_#|-lpng -lz -ljpeg ,g s,@JPEG@,|#_!!_#|,g s,@JPEGINC@,|#_!!_#|,g s,@PNG@,|#_!!_#|,g s,@PNGINC@,|#_!!_#|,g s,@ZLIB@,|#_!!_#|,g s,@ZLIBINC@,|#_!!_#|,g s,@PTHREAD_FLAGS@,|#_!!_#|-D_THREAD_SAFE -D_REENTRANT,g s,@XMKMF@,|#_!!_#|,g s,@X_CFLAGS@,|#_!!_#|,g s,@X_PRE_LIBS@,|#_!!_#| -lSM -lICE,g s,@X_LIBS@,|#_!!_#|,g s,@X_EXTRA_LIBS@,|#_!!_#|,g s,@FTCONFIG@,|#_!!_#|/usr/bin/freetype-config,g s,@XPROP@,|#_!!_#|/usr/bin/xprop,g s,@GLLIB@,|#_!!_#|-lGLU -lGL,g s,@HLINKS@,|#_!!_#|,g s,@OSX_ONLY@,|#_!!_#|:,g s,@THREADS@,|#_!!_#|threads,g s,@INSTALL_DESKTOP@,|#_!!_#|install-linux,g s,@UNINSTALL_DESKTOP@,|#_!!_#|uninstall-linux,g s,@CAT1EXT@,|#_!!_#|1,g s,@CAT3EXT@,|#_!!_#|3,g s,@CAT6EXT@,|#_!!_#|6,g s,@MAKEDEPEND@,|#_!!_#|$(CXX) -M,g s,@LIBOBJS@,|#_!!_#|,g s,@LTLIBOBJS@,|#_!!_#|,g :end s/|#_!!_#|//g CEOF fi # test -n "$CONFIG_FILES" for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS ................................................................................ # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac ac_file_inputs="$ac_file_inputs $ac_f" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input="Generated from "`IFS=: echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} fi case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin";; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q ................................................................................ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir="$ac_dir" case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix ................................................................................ case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= case `sed -n '/datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p ' $ac_file_inputs` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} ac_datarootdir_hack=' s&@datadir@&${datarootdir}&g s&@docdir@&${datarootdir}/doc/${PACKAGE}&g s&@infodir@&${datarootdir}/info&g s&@localedir@&${datarootdir}/locale&g s&@mandir@&${datarootdir}/man&g s&\${datarootdir}&${prefix}/share&g' ;; esac sed "/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/ s/:*\${srcdir}:*/:/ s/:*@srcdir@:*/:/ s/^\([^=]*=[ ]*\):*/\1/ s/:*$// s/^[^=]*=[ ]*$// } :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s&@configure_input@&$configure_input&;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out"; rm -f "$tmp/out";; *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; esac ;; :H) # # CONFIG_HEADER # # First, check the format of the line: cat >"$tmp/defines.sed" <<\CEOF /^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def /^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def b :def s/$/ / s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_NAME\)[ (].*,\1define\2 "" , s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_TARNAME\)[ (].*,\1define\2 "" , s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "" , s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "" , s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "" , s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRING_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMORY_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_INTTYPES_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDINT_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*SIZEOF_SHORT\)[ (].*,\1define\2 2 , s,^\([ #]*\)[^ ]*\([ ]*SIZEOF_INT\)[ (].*,\1define\2 4 , s,^\([ #]*\)[^ ]*\([ ]*SIZEOF_LONG\)[ (].*,\1define\2 4 , s,^\([ #]*\)[^ ]*\([ ]*U16\)[ (].*,\1define\2 unsigned short , s,^\([ #]*\)[^ ]*\([ ]*U32\)[ (].*,\1define\2 unsigned , s,^\([ #]*\)[^ ]*\([ ]*HAVE_DIRENT_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_SELECT_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_SCANDIR\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_SCANDIR_POSIX\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_VSNPRINTF\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_SNPRINTF\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRCASECMP\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_LOCALE_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_LOCALECONV\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*_FILE_OFFSET_BITS\)[ (].*,\1define\2 64 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_LONG_LONG\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRTOLL\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_DLSYM\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_DLFCN_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_ALSA_ASOUNDLIB_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBJPEG\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBZ\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_PNG_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBPNG\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_PNG_GET_VALID\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_PNG_SET_TRNS_TO_ALPHA\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_PTHREAD_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_PTHREAD\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*USE_X11\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_GL\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_GLXGETPROCADDRESSARB\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_GL_GLU_H\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_XINERAMA\)[ (].*,\1define\2 1 , CEOF sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1" # First, check the format of the line: cat >"$tmp/defines.sed" <<\CEOF /^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def /^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def b :def s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBFONTCONFIG\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*USE_XFT\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*HAVE_XDBE\)[ (].*,\1define\2 1 , s,^\([ #]*\)[^ ]*\([ ]*FLTK_DOCDIR\)[ (].*,\1define\2 "/usr/local/share/doc/fltk" , s,^\([ #]*\)[^ ]*\([ ]*FLTK_DATADIR\)[ (].*,\1define\2 "/usr/local/share/fltk" , s/ $// s,^[ #]*u.*,/* & */, CEOF sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2" ac_result="$tmp/out2" if test x"$ac_file" != x-; then echo "/* $configure_input */" >"$tmp/config.h" cat "$ac_result" >>"$tmp/config.h" if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else rm -f $ac_file mv "$tmp/config.h" $ac_file fi else echo "/* $configure_input */" cat "$ac_result" fi rm -f "$tmp/out12" ;; esac done # for ac_tag { (exit 0); exit 0; } |
> > | | | | | | > | > > < > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > | < < < < < < < > > > > > > < < < < | < > > | < < < | < < < < < < < | | | | | | > > > | < > > | | | | < > | < < | > > > > > > > > > > > > > < > > > < > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > < | | | < < < > > > | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | | > > < < < < < < < | | | | | | | | | | | | | | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | < > > > | | | | > | > > | | | | | | > | | | | | | | > > | > > > | > > > | | < | | | < | > > | | < > | | < < | < < | < | < < | > > > | > > | | | > > > > > > > > | < < < < < < < < | < < > > | < < < > > > | | < > | < < > > | < > | | | | < > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | < | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | < < > > | | | < > | | | | | | | | | | | | | | | | | | < > | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > | < < < | < > | | | > | | > > > > > > > | > | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | | | | | | | | | | > | > > | | | | | > < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < > | > | > | | | | | > | < > > < | |
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 ... 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 ... 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 ... 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 ... 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 ... 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 ... 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 ... 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 ... 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 ... 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 ... 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 ... 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 |
# Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=${CONFIG_SHELL-/bin/sh} export SHELL ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error ERROR [LINENO LOG_FD] # --------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with status $?, using 1 if that was 0. as_fn_error () { as_status=$?; test $as_status -eq 0 && as_status=1 if test "$3"; then as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 fi $as_echo "$as_me: error: $1" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q ................................................................................ } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' ................................................................................ as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. ................................................................................ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by $as_me, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ ................................................................................ " # Files that config.status was made for. config_files=" makeinclude fltk.list fltk-config fltk.spec FL/Makefile" config_headers=" config.h:configh.in" ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Report bugs to the package provider." ac_cs_config="'--disable-xinerama' '--disable-xft' '--disable-gl' '--disable-threads' '--enable-localjpeg' '--enable-localpng' '--enable-localzlib' '--disable-xdbe'" ac_cs_version="\ config.status configured by ./configure, generated by GNU Autoconf 2.65, with options \"$ac_cs_config\" Copyright (C) 2009 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='/home/ron/ron/revagui/fltk-1.3' srcdir='.' INSTALL='/usr/bin/ginstall -c' test -n "$AWK" || AWK=awk # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ................................................................................ esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= ................................................................................ if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi if $ac_cs_recheck; then set X '/bin/sh' './configure' '--disable-xinerama' '--disable-xft' '--disable-gl' '--disable-threads' '--enable-localjpeg' '--enable-localpng' '--enable-localzlib' '--disable-xdbe' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 CONFIG_SHELL='/bin/sh' export CONFIG_SHELL exec "$@" fi exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in ................................................................................ "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:configh.in" ;; "makeinclude") CONFIG_FILES="$CONFIG_FILES makeinclude" ;; "fltk.list") CONFIG_FILES="$CONFIG_FILES fltk.list" ;; "fltk-config") CONFIG_FILES="$CONFIG_FILES fltk-config" ;; "fltk.spec") CONFIG_FILES="$CONFIG_FILES fltk.spec" ;; "FL/Makefile") CONFIG_FILES="$CONFIG_FILES FL/Makefile" ;; *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely ................................................................................ # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$tmp/subs1.awk" && cat >>"$tmp/subs1.awk" <<\_ACAWK && S["LTLIBOBJS"]="" S["LIBOBJS"]="" S["MAKEDEPEND"]="$(CXX) -M" S["CAT6EXT"]="6" S["CAT3EXT"]="3" S["CAT1EXT"]="1" S["UNINSTALL_DESKTOP"]="uninstall-linux" S["INSTALL_DESKTOP"]="install-linux" S["THREADS"]="" S["OSX_ONLY"]=":" S["HLINKS"]="" S["GLLIB"]="" S["XPROP"]="/usr/bin/xprop" S["FTCONFIG"]="" S["X_EXTRA_LIBS"]="" S["X_LIBS"]="" S["X_PRE_LIBS"]=" -lSM -lICE" S["X_CFLAGS"]="" S["XMKMF"]="" S["PTHREAD_FLAGS"]="" S["ZLIBINC"]="-I../zlib" S["ZLIB"]="zlib" S["PNGINC"]="-I../png" S["PNG"]="png" S["JPEGINC"]="-I../jpeg" S["JPEG"]="jpeg" S["STATICIMAGELIBS"]="$libdir/libfltk_png.a $libdir/libfltk_z.a $libdir/libfltk_jpeg.a " S["IMAGELIBS"]="-lfltk_png -lfltk_z -lfltk_jpeg " S["AUDIOLIBS"]="-lasound" S["LARGEFILE"]="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" S["EGREP"]="/usr/bin/grep -E" S["GREP"]="/usr/bin/grep" S["CPP"]="gcc -E" S["LIBCOMMAND"]="/usr/bin/ar cr" S["AR"]="/usr/bin/ar" S["RANLIB"]="ranlib" S["DOXYDOC"]="" S["HTMLDOC"]="" S["GROFF"]="" S["NROFF"]="/usr/bin/nroff" S["INSTALL_DATA"]="${INSTALL} -m 644" S["INSTALL_SCRIPT"]="${INSTALL}" S["INSTALL_PROGRAM"]="${INSTALL}" S["ac_ct_CXX"]="g++" S["CXXFLAGS"]=" " S["CXX"]="g++" S["OBJEXT"]="o" S["EXEEXT"]="" S["ac_ct_CC"]="gcc" S["CPPFLAGS"]="" S["LDFLAGS"]=" " S["CFLAGS"]=" " S["CC"]="gcc" S["FLUID"]="fluid" S["LINKSHARED"]=" ../lib/libfltk_images.a ../lib/libfltk_forms.a ../lib/libfltk.a" S["SHAREDSUFFIX"]="" S["CAIRODSONAME"]="" S["IMGDSONAME"]="" S["GLDSONAME"]="" S["FLDSONAME"]="" S["DSONAME"]="" S["DSOLINK"]="" S["DSOFLAGS"]=" " S["DSOCOMMAND"]="echo" S["CAIROLIBBASENAME"]="libfltk_cairo.a" S["IMGLIBBASENAME"]="libfltk_images.a" S["GLLIBBASENAME"]="libfltk_gl.a" S["FLLIBBASENAME"]="libfltk_forms.a" S["LIBBASENAME"]="libfltk.a" S["LINKFLTKIMG"]="../lib/libfltk_images.a" S["LINKFLTKGL"]="" S["LINKFLTKFORMS"]="../lib/libfltk_forms.a" S["LINKFLTK"]="../lib/libfltk.a" S["LIBNAME"]="../lib/libfltk.a" S["LIBEXT"]=".a" S["CAIROLIBNAME"]="../lib/libfltk_cairo.a" S["IMGLIBNAME"]="../lib/libfltk_images.a" S["GLLIBNAME"]="" S["GLDEMOS"]="" S["FLLIBNAME"]="../lib/libfltk_forms.a" S["FLTKCAIROOPTION"]="" S["LINKFLTKCAIRO"]="" S["CAIROLIBS"]="" S["CAIROFLAGS"]="" S["CAIRODIR"]="" S["OPTIM"]=" -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing" S["ARCHFLAGS"]="" S["FL_API_VERSION"]="1.3" S["FL_PATCH_VERSION"]="0" S["FL_MINOR_VERSION"]="3" S["FL_MAJOR_VERSION"]="1" S["target_alias"]="" S["host_alias"]="" S["build_alias"]="" S["LIBS"]="-ldl -lm -lX11 " S["ECHO_T"]="" S["ECHO_N"]="-n" S["ECHO_C"]="" S["DEFS"]="-DHAVE_CONFIG_H" S["mandir"]="${datarootdir}/man" S["localedir"]="${datarootdir}/locale" S["libdir"]="${exec_prefix}/lib" S["psdir"]="${docdir}" S["pdfdir"]="${docdir}" S["dvidir"]="${docdir}" S["htmldir"]="${docdir}" S["infodir"]="${datarootdir}/info" S["docdir"]="${datarootdir}/doc/${PACKAGE}" S["oldincludedir"]="/usr/include" S["includedir"]="${prefix}/include" S["localstatedir"]="${prefix}/var" S["sharedstatedir"]="${prefix}/com" S["sysconfdir"]="${prefix}/etc" S["datadir"]="${datarootdir}" S["datarootdir"]="${prefix}/share" S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," S["prefix"]="/usr/local" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="" S["PACKAGE_BUGREPORT"]="" S["PACKAGE_STRING"]="" S["PACKAGE_VERSION"]="" S["PACKAGE_TARNAME"]="" S["PACKAGE_NAME"]="" S["PATH_SEPARATOR"]=":" S["SHELL"]="/bin/sh" _ACAWK cat >>"$tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ || as_fn_error "could not setup config files machinery" "$LINENO" 5 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$tmp/defines.awk" <<\_ACAWK || BEGIN { D["PACKAGE_NAME"]=" \"\"" D["PACKAGE_TARNAME"]=" \"\"" D["PACKAGE_VERSION"]=" \"\"" D["PACKAGE_STRING"]=" \"\"" D["PACKAGE_BUGREPORT"]=" \"\"" D["PACKAGE_URL"]=" \"\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" D["HAVE_SYS_STAT_H"]=" 1" D["HAVE_STDLIB_H"]=" 1" D["HAVE_STRING_H"]=" 1" D["HAVE_MEMORY_H"]=" 1" D["HAVE_STRINGS_H"]=" 1" D["HAVE_INTTYPES_H"]=" 1" D["HAVE_STDINT_H"]=" 1" D["HAVE_UNISTD_H"]=" 1" D["SIZEOF_SHORT"]=" 2" D["SIZEOF_INT"]=" 4" D["SIZEOF_LONG"]=" 4" D["U16"]=" unsigned short" D["U32"]=" unsigned" D["HAVE_DIRENT_H"]=" 1" D["HAVE_SYS_SELECT_H"]=" 1" D["HAVE_SCANDIR"]=" 1" D["HAVE_SCANDIR_POSIX"]=" 1" D["HAVE_VSNPRINTF"]=" 1" D["HAVE_SNPRINTF"]=" 1" D["HAVE_STRINGS_H"]=" 1" D["HAVE_STRCASECMP"]=" 1" D["HAVE_LOCALE_H"]=" 1" D["HAVE_LOCALECONV"]=" 1" D["_FILE_OFFSET_BITS"]=" 64" D["HAVE_LONG_LONG"]=" 1" D["HAVE_STRTOLL"]=" 1" D["HAVE_DLSYM"]=" 1" D["HAVE_DLFCN_H"]=" 1" D["HAVE_ALSA_ASOUNDLIB_H"]=" 1" D["HAVE_LIBJPEG"]=" 1" D["HAVE_LIBZ"]=" 1" D["HAVE_LIBPNG"]=" 1" D["HAVE_PNG_H"]=" 1" D["HAVE_PNG_GET_VALID"]=" 1" D["HAVE_PNG_SET_TRNS_TO_ALPHA"]=" 1" D["USE_X11"]=" 1" D["FLTK_DOCDIR"]=" \"/usr/local/share/doc/fltk\"" D["FLTK_DATADIR"]=" \"/usr/local/share/fltk\"" for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { line = $ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK as_fn_error "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS ................................................................................ # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q ................................................................................ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix ................................................................................ case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} ac_datarootdir_hack=' s&@datadir@&${datarootdir}&g s&@docdir@&${datarootdir}/doc/${PACKAGE}&g s&@infodir@&${datarootdir}/info&g s&@localedir@&${datarootdir}/locale&g s&@mandir@&${datarootdir}/man&g s&\${datarootdir}&${prefix}/share&g' ;; esac ac_sed_extra="/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/ s/:*\${srcdir}:*/:/ s/:*@srcdir@:*/:/ s/^\([^=]*=[ ]*\):*/\1/ s/:*$// s/^[^=]*=[ ]*$// } :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ || as_fn_error "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out" && rm -f "$tmp/out";; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; esac \ || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" } >"$tmp/config.h" \ || as_fn_error "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$tmp/config.h" "$ac_file" \ || as_fn_error "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error "could not create -" "$LINENO" 5 fi ;; esac done # for ac_tag as_fn_exit 0 |
Changes to fltk-1.3/configure.
more than 10,000 changes
Changes to fltk-1.3/fltk-config.
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 .. 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 ... 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 |
# compiler names CC="gcc" CXX="g++" # flags for C++ compiler: ARCHFLAGS="" CFLAGS=" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT" CXXFLAGS="-I/usr/include/freetype2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT" LDFLAGS=" " LDLIBS="-lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 " OPTIM=" -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing" CAIROFLAGS="" # Check for local invocation, and update paths accordingly... if test -f "$selfdir/FL/Fl_Window.H"; then bindir="$selfdir/fluid" includedir="$selfdir" ................................................................................ CXXFLAGS="$CAIROFLAGS $CXXFLAGS" fi # libraries to link with: LIBNAME="../lib/libfltk.a" DSONAME="" DSOLINK="" IMAGELIBS="-lpng -lz -ljpeg " STATICIMAGELIBS="-lpng -lz -ljpeg " CAIROLIBS="" SHAREDSUFFIX="" usage () { echo "Usage: fltk-config [OPTIONS] Options: ................................................................................ LDLIBS="-lfltk$SHAREDSUFFIX $LDLIBS" if test x$use_forms = xyes; then LDLIBS="-lfltk_forms$SHAREDSUFFIX $LDLIBS" LDSTATIC="$libdir/libfltk_forms.a $LDSTATIC" fi if test x$use_gl = xyes; then LDLIBS="-lfltk_gl$SHAREDSUFFIX -lGLU -lGL $LDLIBS" LDSTATIC="$libdir/libfltk_gl.a -lGLU -lGL $LDSTATIC" fi if test x$use_images = xyes; then LDLIBS="-lfltk_images$SHAREDSUFFIX $IMAGELIBS $LDLIBS" LDSTATIC="$libdir/libfltk_images.a $STATICIMAGELIBS $LDSTATIC" fi if test x$use_cairo = xyes; then |
| | | | | | | |
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 .. 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 ... 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 |
# compiler names CC="gcc" CXX="g++" # flags for C++ compiler: ARCHFLAGS="" CFLAGS=" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 " CXXFLAGS=" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 " LDFLAGS=" " LDLIBS="-ldl -lm -lX11 " OPTIM=" -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing" CAIROFLAGS="" # Check for local invocation, and update paths accordingly... if test -f "$selfdir/FL/Fl_Window.H"; then bindir="$selfdir/fluid" includedir="$selfdir" ................................................................................ CXXFLAGS="$CAIROFLAGS $CXXFLAGS" fi # libraries to link with: LIBNAME="../lib/libfltk.a" DSONAME="" DSOLINK="" IMAGELIBS="-lfltk_png -lfltk_z -lfltk_jpeg " STATICIMAGELIBS="$libdir/libfltk_png.a $libdir/libfltk_z.a $libdir/libfltk_jpeg.a " CAIROLIBS="" SHAREDSUFFIX="" usage () { echo "Usage: fltk-config [OPTIONS] Options: ................................................................................ LDLIBS="-lfltk$SHAREDSUFFIX $LDLIBS" if test x$use_forms = xyes; then LDLIBS="-lfltk_forms$SHAREDSUFFIX $LDLIBS" LDSTATIC="$libdir/libfltk_forms.a $LDSTATIC" fi if test x$use_gl = xyes; then LDLIBS="-lfltk_gl$SHAREDSUFFIX $LDLIBS" LDSTATIC="$libdir/libfltk_gl.a $LDSTATIC" fi if test x$use_images = xyes; then LDLIBS="-lfltk_images$SHAREDSUFFIX $IMAGELIBS $LDLIBS" LDSTATIC="$libdir/libfltk_images.a $STATICIMAGELIBS $LDSTATIC" fi if test x$use_cairo = xyes; then |
Changes to fltk-1.3/fltk.list.
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
$CAT3EXT=3
$CAT6EXT=6
$DSONAME=
$FLDSONAME=
$FLLIBNAME=../lib/libfltk_forms.a
$GLDSONAME=
$GLLIBNAME=../lib/libfltk_gl.a
$FLUID=fluid
$JPEG=
$PNG=
$ZLIB=
%if DSONAME
%system aix
f 0555 root sys $libdir/libfltk_s.a src/libfltk_s.a nostrip()
%system hpux
f 0555 root sys $libdir/libfltk.sl.1.3 src/libfltk.sl.1.3 nostrip()
%system darwin
|
| | | | |
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
$CAT3EXT=3 $CAT6EXT=6 $DSONAME= $FLDSONAME= $FLLIBNAME=../lib/libfltk_forms.a $GLDSONAME= $GLLIBNAME= $FLUID=fluid $JPEG=jpeg $PNG=png $ZLIB=zlib %if DSONAME %system aix f 0555 root sys $libdir/libfltk_s.a src/libfltk_s.a nostrip() %system hpux f 0555 root sys $libdir/libfltk.sl.1.3 src/libfltk.sl.1.3 nostrip() %system darwin |
Deleted fltk-1.3/fluid/fluid.
cannot compute difference between binary files
Deleted fltk-1.3/fluid/fluid-shared.exe.
cannot compute difference between binary files
Deleted fltk-1.3/fluid/fluid.exe.
cannot compute difference between binary files
Changes to fltk-1.3/linlib/libfltk.a.
cannot compute difference between binary files
Changes to fltk-1.3/linlib/libfltk_forms.a.
cannot compute difference between binary files
Changes to fltk-1.3/linlib/libfltk_images.a.
cannot compute difference between binary files
Changes to fltk-1.3/linlib/libfltk_jpeg.a.
cannot compute difference between binary files
Changes to fltk-1.3/linlib/libfltk_png.a.
cannot compute difference between binary files
Changes to fltk-1.3/linlib/libfltk_z.a.
cannot compute difference between binary files
Changes to fltk-1.3/makeinclude.
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 .. 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
CXX = g++ CC = gcc MAKEDEPEND = $(CXX) -M # flags for C++ compiler: ARCHFLAGS = OPTIM = -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing CFLAGS = $(OPTIM) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 CXXFLAGS = $(OPTIM) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/freetype2 # program to make the archive: LIBNAME = ../lib/libfltk.a FLLIBNAME = ../lib/libfltk_forms.a GLLIBNAME = ../lib/libfltk_gl.a IMGLIBNAME = ../lib/libfltk_images.a CAIROLIBNAME = ../lib/libfltk_cairo.a LIBCOMMAND = /usr/bin/ar cr LIBEXT = .a RANLIB = ranlib DSONAME = FLDSONAME = ................................................................................ # libraries to link with: AUDIOLIBS = -lasound CAIROLIBS = CAIROFLAGS = DSOFLAGS = -L. LDFLAGS = $(OPTIM) LDLIBS = -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 GLDLIBS = -lGLU -lGL -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 LINKFLTK = ../lib/libfltk.a LINKFLTKGL = ../lib/libfltk_gl.a LINKFLTKFORMS = ../lib/libfltk_forms.a ../lib/libfltk.a LINKFLTKIMG = ../lib/libfltk_images.a ../lib/libfltk.a $(IMAGELIBS) LINKFLTKCAIRO = $(CAIROLIBS) FLTKCAIROOPTION = LINKSHARED = ../lib/libfltk_images.a ../lib/libfltk_forms.a ../lib/libfltk.a $(IMAGELIBS) $(CAIROLIBS) IMAGELIBS = -L../lib -lpng -lz -ljpeg # image libraries to build... IMAGEDIRS = CAIRODIR = # The extension to use for executables... EXEEXT = # Do we build the OpenGL demos? GLDEMOS = gldemos # Do we build the threads demo? THREADS = threads # Name of FLUID executable we install FLUID = fluid$(EXEEXT) # Possible steps for OS X build only OSX_ONLY = : ................................................................................ .o$(EXEEXT): echo Linking $@... $(CXX) $(ARCHFLAGS) $(LDFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ .c.o: echo Compiling $<... $(CC) -I.. $(ARCHFLAGS) $(CFLAGS) -c $< -o $@ .cxx.o: echo Compiling $<... @if test `uname` = Darwin -a $< = Fl.cxx ; then \ $(CXX) -I.. $(ARCHFLAGS) $(CXXFLAGS) -x objective-c++ -c $< -o $@; \ elif test `uname` = Darwin -a $< = Fl_Native_File_Chooser.cxx ; then \ $(CXX) -I.. $(ARCHFLAGS) $(CXXFLAGS) -x objective-c++ -c $< -o $@; \ else \ $(CXX) -I.. $(ARCHFLAGS) $(CXXFLAGS) -c $< -o $@; \ fi .man.0 .man.1 .man.3 .man.6: echo Formatting $<... rm -f $@ $(NROFF) -man $< >$@ |
| | | | | | | | | | | | | | |
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 .. 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
CXX = g++ CC = gcc MAKEDEPEND = $(CXX) -M # flags for C++ compiler: ARCHFLAGS = OPTIM = -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing CFLAGS = $(OPTIM) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 CXXFLAGS = $(OPTIM) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 # program to make the archive: LIBNAME = ../lib/libfltk.a FLLIBNAME = ../lib/libfltk_forms.a GLLIBNAME = IMGLIBNAME = ../lib/libfltk_images.a CAIROLIBNAME = ../lib/libfltk_cairo.a LIBCOMMAND = /usr/bin/ar cr LIBEXT = .a RANLIB = ranlib DSONAME = FLDSONAME = ................................................................................ # libraries to link with: AUDIOLIBS = -lasound CAIROLIBS = CAIROFLAGS = DSOFLAGS = -L. LDFLAGS = $(OPTIM) LDLIBS = -ldl -lm -lX11 GLDLIBS = -ldl -lm -lX11 LINKFLTK = ../lib/libfltk.a LINKFLTKGL = LINKFLTKFORMS = ../lib/libfltk_forms.a ../lib/libfltk.a LINKFLTKIMG = ../lib/libfltk_images.a ../lib/libfltk.a $(IMAGELIBS) LINKFLTKCAIRO = $(CAIROLIBS) FLTKCAIROOPTION = LINKSHARED = ../lib/libfltk_images.a ../lib/libfltk_forms.a ../lib/libfltk.a $(IMAGELIBS) $(CAIROLIBS) IMAGELIBS = -L../lib -lfltk_png -lfltk_z -lfltk_jpeg # image libraries to build... IMAGEDIRS = jpeg zlib png CAIRODIR = # The extension to use for executables... EXEEXT = # Do we build the OpenGL demos? GLDEMOS = # Do we build the threads demo? THREADS = # Name of FLUID executable we install FLUID = fluid$(EXEEXT) # Possible steps for OS X build only OSX_ONLY = : ................................................................................ .o$(EXEEXT): echo Linking $@... $(CXX) $(ARCHFLAGS) $(LDFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ .c.o: echo Compiling $<... $(CC) -I.. $(ARCHFLAGS) -I../png -I../jpeg -I../zlib $(CFLAGS) -c $< -o $@ .cxx.o: echo Compiling $<... @if test `uname` = Darwin -a $< = Fl.cxx ; then \ $(CXX) -I.. $(ARCHFLAGS) -I../png -I../jpeg -I../zlib $(CXXFLAGS) -x objective-c++ -c $< -o $@; \ elif test `uname` = Darwin -a $< = Fl_Native_File_Chooser.cxx ; then \ $(CXX) -I.. $(ARCHFLAGS) -I../png -I../jpeg -I../zlib $(CXXFLAGS) -x objective-c++ -c $< -o $@; \ else \ $(CXX) -I.. $(ARCHFLAGS) -I../png -I../jpeg -I../zlib $(CXXFLAGS) -c $< -o $@; \ fi .man.0 .man.1 .man.3 .man.6: echo Formatting $<... rm -f $@ $(NROFF) -man $< >$@ |
Changes to fltk-1.3/test/adjuster.
cannot compute difference between binary files
Changes to fltk-1.3/test/arc.
cannot compute difference between binary files
Changes to fltk-1.3/test/ask.
cannot compute difference between binary files
Changes to fltk-1.3/test/bitmap.
cannot compute difference between binary files
Changes to fltk-1.3/test/blocks.
cannot compute difference between binary files
Changes to fltk-1.3/test/boxtype.
cannot compute difference between binary files
Changes to fltk-1.3/test/browser.
cannot compute difference between binary files
Changes to fltk-1.3/test/button.
cannot compute difference between binary files
Changes to fltk-1.3/test/buttons.
cannot compute difference between binary files
Changes to fltk-1.3/test/cairo_test.
cannot compute difference between binary files
Changes to fltk-1.3/test/checkers.
cannot compute difference between binary files
Changes to fltk-1.3/test/clock.
cannot compute difference between binary files
Changes to fltk-1.3/test/colbrowser.
cannot compute difference between binary files
Changes to fltk-1.3/test/color_chooser.
cannot compute difference between binary files
Changes to fltk-1.3/test/cursor.
cannot compute difference between binary files
Changes to fltk-1.3/test/curve.
cannot compute difference between binary files
Changes to fltk-1.3/test/demo.
cannot compute difference between binary files
Changes to fltk-1.3/test/doublebuffer.
cannot compute difference between binary files
Changes to fltk-1.3/test/editor.
cannot compute difference between binary files
Changes to fltk-1.3/test/fast_slow.
cannot compute difference between binary files
Changes to fltk-1.3/test/file_chooser.
cannot compute difference between binary files
Changes to fltk-1.3/test/fonts.
cannot compute difference between binary files
Changes to fltk-1.3/test/forms.
cannot compute difference between binary files
Changes to fltk-1.3/test/hello.
cannot compute difference between binary files
Changes to fltk-1.3/test/help.
cannot compute difference between binary files
Changes to fltk-1.3/test/iconize.
cannot compute difference between binary files
Changes to fltk-1.3/test/image.
cannot compute difference between binary files
Changes to fltk-1.3/test/inactive.
cannot compute difference between binary files
Changes to fltk-1.3/test/input.
cannot compute difference between binary files
Changes to fltk-1.3/test/input_choice.
cannot compute difference between binary files
Changes to fltk-1.3/test/keyboard.
cannot compute difference between binary files
Changes to fltk-1.3/test/label.
cannot compute difference between binary files
Changes to fltk-1.3/test/line_style.
cannot compute difference between binary files
Changes to fltk-1.3/test/list_visuals.
cannot compute difference between binary files
Changes to fltk-1.3/test/mandelbrot.
cannot compute difference between binary files
Changes to fltk-1.3/test/menubar.
cannot compute difference between binary files
Changes to fltk-1.3/test/message.
cannot compute difference between binary files
Changes to fltk-1.3/test/minimum.
cannot compute difference between binary files
Changes to fltk-1.3/test/navigation.
cannot compute difference between binary files
Changes to fltk-1.3/test/output.
cannot compute difference between binary files
Changes to fltk-1.3/test/overlay.
cannot compute difference between binary files
Changes to fltk-1.3/test/pack.
cannot compute difference between binary files
Changes to fltk-1.3/test/pixmap.
cannot compute difference between binary files
Changes to fltk-1.3/test/pixmap_browser.
cannot compute difference between binary files
Changes to fltk-1.3/test/preferences.
cannot compute difference between binary files
Changes to fltk-1.3/test/radio.
cannot compute difference between binary files
Changes to fltk-1.3/test/resize.
cannot compute difference between binary files
Changes to fltk-1.3/test/resizebox.
cannot compute difference between binary files
Changes to fltk-1.3/test/rotated_text.
cannot compute difference between binary files
Changes to fltk-1.3/test/scroll.
cannot compute difference between binary files
Changes to fltk-1.3/test/subwindow.
cannot compute difference between binary files
Changes to fltk-1.3/test/sudoku.
cannot compute difference between binary files
Changes to fltk-1.3/test/symbols.
cannot compute difference between binary files
Changes to fltk-1.3/test/tabs.
cannot compute difference between binary files
Changes to fltk-1.3/test/tile.
cannot compute difference between binary files
Changes to fltk-1.3/test/tiled_image.
cannot compute difference between binary files
Changes to fltk-1.3/test/unittests.
cannot compute difference between binary files
Changes to fltk-1.3/test/utf8.
cannot compute difference between binary files
Changes to fltk-1.3/test/valuators.
cannot compute difference between binary files