- Timestamp:
- May 29, 2006, 6:14:45 PM (17 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- f3f3adb81ffa3bac3ab830a1cb09005336f22750
- Parents:
- 6fc94170622931a7d7420b94ddf05a83056ed1d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r6fc941 r9f738e4 2376 2376 BUILD1_SUBDIRS="$BUILD1_SUBDIRS ntl" 2377 2377 ac_configure_args="$ac_configure_args --enable-NTL" 2378 ac_ext=C 2379 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2380 ac_cpp='$CXXCPP $CPPFLAGS' 2381 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2382 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2383 cross_compiling=$ac_cv_prog_cxx_cross 2384 2385 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 2386 echo "configure:2387: checking how to run the C++ preprocessor" >&5 2387 if test -z "$CXXCPP"; then 2388 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then 2389 echo $ac_n "(cached) $ac_c" 1>&6 2390 else 2391 ac_ext=C 2392 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2393 ac_cpp='$CXXCPP $CPPFLAGS' 2394 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2395 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2396 cross_compiling=$ac_cv_prog_cxx_cross 2397 CXXCPP="${CXX-g++} -E" 2398 cat > conftest.$ac_ext <<EOF 2399 #line 2400 "configure" 2400 #include "confdefs.h" 2401 #include <stdlib.h> 2402 EOF 2403 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2404 { (eval echo configure:2405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2405 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2406 if test -z "$ac_err"; then 2407 : 2408 else 2409 echo "$ac_err" >&5 2410 echo "configure: failed program was:" >&5 2411 cat conftest.$ac_ext >&5 2412 rm -rf conftest* 2413 CXXCPP=/lib/cpp 2414 fi 2415 rm -f conftest* 2416 ac_cv_prog_CXXCPP="$CXXCPP" 2417 ac_ext=C 2418 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2419 ac_cpp='$CXXCPP $CPPFLAGS' 2420 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2421 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2422 cross_compiling=$ac_cv_prog_cxx_cross 2423 fi 2424 fi 2425 CXXCPP="$ac_cv_prog_CXXCPP" 2426 echo "$ac_t""$CXXCPP" 1>&6 2427 2428 for ac_hdr in iostream.h iostream 2429 do 2430 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2431 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2432 echo "configure:2433: checking for $ac_hdr" >&5 2433 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2434 echo $ac_n "(cached) $ac_c" 1>&6 2435 else 2436 cat > conftest.$ac_ext <<EOF 2437 #line 2438 "configure" 2438 #include "confdefs.h" 2439 #include <$ac_hdr> 2440 EOF 2441 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2442 { (eval echo configure:2443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2443 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2444 if test -z "$ac_err"; then 2445 rm -rf conftest* 2446 eval "ac_cv_header_$ac_safe=yes" 2447 else 2448 echo "$ac_err" >&5 2449 echo "configure: failed program was:" >&5 2450 cat conftest.$ac_ext >&5 2451 rm -rf conftest* 2452 eval "ac_cv_header_$ac_safe=no" 2453 fi 2454 rm -f conftest* 2455 fi 2456 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 2457 echo "$ac_t""yes" 1>&6 2458 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 2459 cat >> confdefs.h <<EOF 2460 #define $ac_tr_hdr 1 2461 EOF 2462 2463 else 2464 echo "$ac_t""no" 1>&6 2465 fi 2466 done 2467 2468 2378 2469 else 2379 2470 enable_NTL=no … … 2394 2485 2395 2486 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 2396 echo "configure:2 397: checking whether to configure and build factory lib" >&52487 echo "configure:2488: checking whether to configure and build factory lib" >&5 2397 2488 if test "$enable_factory" != yes && test "$enable_factory" != no; then 2398 2489 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 2421 2512 2422 2513 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 2423 echo "configure:2 424: checking whether to configure and build libfac lib" >&52514 echo "configure:2515: checking whether to configure and build libfac lib" >&5 2424 2515 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 2425 2516 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 2453 2544 2454 2545 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 2455 echo "configure:2 456: checking whether to configure and build sgroup lib" >&52546 echo "configure:2547: checking whether to configure and build sgroup lib" >&5 2456 2547 if test "$enable_sgroup" = yes; then 2457 2548 if test ! -d sgroup; then … … 2474 2565 2475 2566 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 2476 echo "configure:2 477: checking whether to configure and build Singular" >&52567 echo "configure:2568: checking whether to configure and build Singular" >&5 2477 2568 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 2478 2569 if test "$with_Singular" != no && test -d Singular; then … … 2505 2596 2506 2597 echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6 2507 echo "configure:25 08: checking whether to build IntegerProgramming" >&52598 echo "configure:2599: checking whether to build IntegerProgramming" >&5 2508 2599 if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then 2509 2600 BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming" … … 2518 2609 2519 2610 echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6 2520 echo "configure:2 521: checking whether to build Plural" >&52611 echo "configure:2612: checking whether to build Plural" >&5 2521 2612 if test "$enable_Plural" != no || test "$with_Plural" != no; then 2522 2613 echo "$ac_t""yes" 1>&6 … … 2530 2621 2531 2622 echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6 2532 echo "configure:2 533: checking whether to configure and build Texinfo" >&52623 echo "configure:2624: checking whether to configure and build Texinfo" >&5 2533 2624 if test "$enable_Texinfo" != no && test -d Texinfo; then 2534 2625 echo "$ac_t""yes" 1>&6 … … 2554 2645 set dummy makeinfo; ac_word=$2 2555 2646 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2556 echo "configure:2 557: checking for $ac_word" >&52647 echo "configure:2648: checking for $ac_word" >&5 2557 2648 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then 2558 2649 echo $ac_n "(cached) $ac_c" 1>&6 … … 2584 2675 set dummy texi2dvi; ac_word=$2 2585 2676 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2586 echo "configure:2 587: checking for $ac_word" >&52677 echo "configure:2678: checking for $ac_word" >&5 2587 2678 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then 2588 2679 echo $ac_n "(cached) $ac_c" 1>&6 … … 2614 2705 set dummy texindex; ac_word=$2 2615 2706 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2616 echo "configure:2 617: checking for $ac_word" >&52707 echo "configure:2708: checking for $ac_word" >&5 2617 2708 if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then 2618 2709 echo $ac_n "(cached) $ac_c" 1>&6 … … 2644 2735 set dummy texi2pdf; ac_word=$2 2645 2736 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2646 echo "configure:2 647: checking for $ac_word" >&52737 echo "configure:2738: checking for $ac_word" >&5 2647 2738 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2PDF'+set}'`\" = set"; then 2648 2739 echo $ac_n "(cached) $ac_c" 1>&6 … … 2674 2765 2675 2766 echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6 2676 echo "configure:2 677: checking whether to configure and build Texi2html" >&52767 echo "configure:2768: checking whether to configure and build Texi2html" >&5 2677 2768 if test "$enable_Texi2html" != no && test -d Texi2html; then 2678 2769 echo "$ac_t""yes" 1>&6 … … 2689 2780 set dummy texi2html; ac_word=$2 2690 2781 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2691 echo "configure:2 692: checking for $ac_word" >&52782 echo "configure:2783: checking for $ac_word" >&5 2692 2783 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then 2693 2784 echo $ac_n "(cached) $ac_c" 1>&6 … … 2727 2818 2728 2819 echo $ac_n "checking whether to build doc""... $ac_c" 1>&6 2729 echo "configure:2 730: checking whether to build doc" >&52820 echo "configure:2821: checking whether to build doc" >&5 2730 2821 if test "$enable_doc" != no && test -d doc; then 2731 2822 echo "$ac_t""yes" 1>&6 … … 2741 2832 2742 2833 echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6 2743 echo "configure:2 744: checking whether to build emacs" >&52834 echo "configure:2835: checking whether to build emacs" >&5 2744 2835 if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then 2745 2836 echo "$ac_t""yes" 1>&6 … … 2753 2844 2754 2845 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 2755 echo "configure:2 756: checking which apint package to use" >&52846 echo "configure:2847: checking which apint package to use" >&5 2756 2847 if test "$with_apint" = gmp; then 2757 2848 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 2769 2860 2770 2861 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 2771 echo "configure:2 772: checking whether to use with MP" >&52862 echo "configure:2863: checking whether to use with MP" >&5 2772 2863 if test "$with_MP" = yes; then 2773 2864 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 2789 2880 2790 2881 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 2791 echo "configure:2 792: checking whether to use with factory" >&52882 echo "configure:2883: checking whether to use with factory" >&5 2792 2883 if test "$with_factory" = yes; then 2793 2884 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 2808 2899 2809 2900 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 2810 echo "configure:2 811: checking whether to use with libfac" >&52901 echo "configure:2902: checking whether to use with libfac" >&5 2811 2902 if test "$with_libfac" = yes; then 2812 2903 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 2829 2920 2830 2921 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 2831 echo "configure:2 832: checking whether to use with Singular" >&52922 echo "configure:2923: checking whether to use with Singular" >&5 2832 2923 if test "$with_Singular" != no && test "$with_Singular" != yes; then 2833 2924 if test "$enable_Singular" = yes; then … … 2892 2983 2893 2984 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2894 echo "configure:2 895: checking whether ${MAKE-make} sets \${MAKE}" >&52985 echo "configure:2986: checking whether ${MAKE-make} sets \${MAKE}" >&5 2895 2986 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2896 2987 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 3094 3185 s%@DOC2TEX_EXAMPLE_EXCLUSIONS@%$DOC2TEX_EXAMPLE_EXCLUSIONS%g 3095 3186 s%@TMP_DIR@%$TMP_DIR%g 3187 s%@CXXCPP@%$CXXCPP%g 3096 3188 s%@TEXI2DVI@%$TEXI2DVI%g 3097 3189 s%@TEXI2PDF@%$TEXI2PDF%g
Note: See TracChangeset
for help on using the changeset viewer.