- Timestamp:
- Nov 19, 2004, 2:36:15 PM (20 years ago)
- Location:
- orxonox/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r2879 r2925 3741 3741 fi 3742 3742 3743 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 3743 3744 ### CHECKING FOR SYSTEM ### 3745 3746 echo "$as_me:$LINENO: checking for System" >&5 3747 echo $ECHO_N "checking for System... $ECHO_C" >&6 3748 case `uname` in 3749 ### WINDOWS ### 3750 *MINGW*) 3751 echo "mingw-WINDOWS detected" 3752 3753 mingw="yes" 3754 MSBITFIELDS="-mms-bitfields" 3755 MWINDOWS="-mwindows" 3756 3757 # checking gl header 3758 #done before loop 3759 3760 # checking gl header (has to be here because of a Linux error) 3761 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 3744 3762 3745 3763 … … 3813 3831 3814 3832 3815 for ac_header in3816 do3817 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`3818 if eval "test \"\${$as_ac_Header+set}\" = set"; then3819 echo "$as_me:$LINENO: checking for $ac_header" >&53820 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&63821 if eval "test \"\${$as_ac_Header+set}\" = set"; then3822 echo $ECHO_N "(cached) $ECHO_C" >&63823 fi3824 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&53825 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&63826 else3827 # Is the header compilable?3828 echo "$as_me:$LINENO: checking $ac_header usability" >&53829 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&63830 cat >conftest.$ac_ext <<_ACEOF3831 /* confdefs.h. */3832 _ACEOF3833 cat confdefs.h >>conftest.$ac_ext3834 cat >>conftest.$ac_ext <<_ACEOF3835 /* end confdefs.h. */3836 $ac_includes_default3837 #include <$ac_header>3838 _ACEOF3839 rm -f conftest.$ac_objext3840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53841 (eval $ac_compile) 2>conftest.er13842 ac_status=$?3843 grep -v '^ *+' conftest.er1 >conftest.err3844 rm -f conftest.er13845 cat conftest.err >&53846 echo "$as_me:$LINENO: \$? = $ac_status" >&53847 (exit $ac_status); } &&3848 { ac_try='test -z "$ac_c_werror_flag"3849 || test ! -s conftest.err'3850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53851 (eval $ac_try) 2>&53852 ac_status=$?3853 echo "$as_me:$LINENO: \$? = $ac_status" >&53854 (exit $ac_status); }; } &&3855 { ac_try='test -s conftest.$ac_objext'3856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53857 (eval $ac_try) 2>&53858 ac_status=$?3859 echo "$as_me:$LINENO: \$? = $ac_status" >&53860 (exit $ac_status); }; }; then3861 ac_header_compiler=yes3862 else3863 echo "$as_me: failed program was:" >&53864 sed 's/^/| /' conftest.$ac_ext >&53865 3866 ac_header_compiler=no3867 fi3868 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3869 echo "$as_me:$LINENO: result: $ac_header_compiler" >&53870 echo "${ECHO_T}$ac_header_compiler" >&63871 3872 # Is the header present?3873 echo "$as_me:$LINENO: checking $ac_header presence" >&53874 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&63875 cat >conftest.$ac_ext <<_ACEOF3876 /* confdefs.h. */3877 _ACEOF3878 cat confdefs.h >>conftest.$ac_ext3879 cat >>conftest.$ac_ext <<_ACEOF3880 /* end confdefs.h. */3881 #include <$ac_header>3882 _ACEOF3883 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&53884 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er13885 ac_status=$?3886 grep -v '^ *+' conftest.er1 >conftest.err3887 rm -f conftest.er13888 cat conftest.err >&53889 echo "$as_me:$LINENO: \$? = $ac_status" >&53890 (exit $ac_status); } >/dev/null; then3891 if test -s conftest.err; then3892 ac_cpp_err=$ac_c_preproc_warn_flag3893 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3894 else3895 ac_cpp_err=3896 fi3897 else3898 ac_cpp_err=yes3899 fi3900 if test -z "$ac_cpp_err"; then3901 ac_header_preproc=yes3902 else3903 echo "$as_me: failed program was:" >&53904 sed 's/^/| /' conftest.$ac_ext >&53905 3906 ac_header_preproc=no3907 fi3908 rm -f conftest.err conftest.$ac_ext3909 echo "$as_me:$LINENO: result: $ac_header_preproc" >&53910 echo "${ECHO_T}$ac_header_preproc" >&63911 3912 # So? What about this header?3913 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in3914 yes:no: )3915 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&53916 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}3917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&53918 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}3919 ac_header_preproc=yes3920 ;;3921 no:yes:* )3922 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&53923 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}3924 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&53925 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}3926 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&53927 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}3928 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&53929 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}3930 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&53931 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}3932 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&53933 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}3934 (3935 cat <<\_ASBOX3936 ## ------------------------------------------- ##3937 ## Report this to orxonox-dev@mail.datacore.ch ##3938 ## ------------------------------------------- ##3939 _ASBOX3940 ) |3941 sed "s/^/$as_me: WARNING: /" >&23942 ;;3943 esac3944 echo "$as_me:$LINENO: checking for $ac_header" >&53945 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&63946 if eval "test \"\${$as_ac_Header+set}\" = set"; then3947 echo $ECHO_N "(cached) $ECHO_C" >&63948 else3949 eval "$as_ac_Header=\$ac_header_preproc"3950 fi3951 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&53952 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&63953 3954 fi3955 if test `eval echo '${'$as_ac_Header'}'` = yes; then3956 cat >>confdefs.h <<_ACEOF3957 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 13958 _ACEOF3959 3960 fi3961 3962 done3963 3964 3965 3966 3967 ### CHECKING FOR SYSTEM ###3968 3969 echo "$as_me:$LINENO: checking for System" >&53970 echo $ECHO_N "checking for System... $ECHO_C" >&63971 case `uname` in3972 ### WINDOWS ###3973 *MINGW*)3974 echo "mingw-WINDOWS detected"3975 3976 mingw="yes"3977 MSBITFIELDS="-mms-bitfields"3978 MWINDOWS="-mwindows"3979 3980 # checking gl header3981 #done before loop3982 3983 # checking gl header (has to be here because of a Linux error)3984 3833 3985 3834 for ac_header in GL/gl.h -
orxonox/trunk/configure.ac
r2879 r2925 16 16 17 17 18 AC_CHECK_HEADERS(,,,) 19 20 18 AC_HEADER_STDC 21 19 22 20 ### CHECKING FOR SYSTEM ### … … 35 33 #done before loop 36 34 37 # checking gl header (has to be here because of a Linux error)35 # checking gl header 38 36 AC_CHECK_HEADERS(GL/gl.h ,, 39 37 [AC_MSG_ERROR([cannot find opengl headers]) ]) … … 106 104 Linux="yes" 107 105 108 # checking gl header (has to be here because of a Linux error)106 # checking gl header 109 107 AC_CHECK_HEADERS(GL/gl.h ,, 110 108 [AC_MSG_ERROR([cannot find opengl headers]) ])
Note: See TracChangeset
for help on using the changeset viewer.