Changeset 958fc4 in git
- Timestamp:
- Aug 20, 2008, 2:52:32 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '23b0a9c07070b684aa12355009488dc00d9501e3')
- Children:
- 4dfcb1fb38350979ceb92f36be2d4fcdb0b1247a
- Parents:
- ab0c08e42fd20b6047352728e9d379dcde457143
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/assert.h
rab0c08e r958fc4 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: assert.h,v 1. 8 2008-08-20 12:39:00Singular Exp $ */2 /* $Id: assert.h,v 1.9 2008-08-20 12:52:31 Singular Exp $ */ 3 3 4 4 /* This is for compatibility with standard assert.h */ … … 29 29 /* }}} */ 30 30 31 #ifdef HAVE_CSTDIO 32 #include <cstdio> 33 #else 31 34 #ifdef __cplusplus 32 35 extern "C" { … … 37 40 #ifdef __cplusplus 38 41 } 42 #endif 39 43 #endif 40 44 -
factory/configure
rab0c08e r958fc4 1881 1881 done 1882 1882 1883 for ac_hdr in cstdio 1884 do 1885 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1886 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1887 echo "configure:1888: checking for $ac_hdr" >&5 1888 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1889 echo $ac_n "(cached) $ac_c" 1>&6 1890 else 1891 cat > conftest.$ac_ext <<EOF 1892 #line 1893 "configure" 1893 #include "confdefs.h" 1894 #include <$ac_hdr> 1895 EOF 1896 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1897 { (eval echo configure:1898: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1898 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1899 if test -z "$ac_err"; then 1900 rm -rf conftest* 1901 eval "ac_cv_header_$ac_safe=yes" 1902 else 1903 echo "$ac_err" >&5 1904 echo "configure: failed program was:" >&5 1905 cat conftest.$ac_ext >&5 1906 rm -rf conftest* 1907 eval "ac_cv_header_$ac_safe=no" 1908 fi 1909 rm -f conftest* 1910 fi 1911 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 1912 echo "$ac_t""yes" 1>&6 1913 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 1914 cat >> confdefs.h <<EOF 1915 #define $ac_tr_hdr 1 1916 EOF 1917 1918 else 1919 echo "$ac_t""no" 1>&6 1920 fi 1921 done 1922 1883 1923 1884 1924 if test "x$enable_streamio" != xno; then … … 1887 1927 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1888 1928 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1889 echo "configure:1 890: checking for $ac_hdr" >&51929 echo "configure:1930: checking for $ac_hdr" >&5 1890 1930 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1891 1931 echo $ac_n "(cached) $ac_c" 1>&6 1892 1932 else 1893 1933 cat > conftest.$ac_ext <<EOF 1894 #line 1 895 "configure"1934 #line 1935 "configure" 1895 1935 #include "confdefs.h" 1896 1936 #include <$ac_hdr> 1897 1937 EOF 1898 1938 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1899 { (eval echo configure:19 00: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1939 { (eval echo configure:1940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1900 1940 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1901 1941 if test -z "$ac_err"; then … … 1927 1967 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1928 1968 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1929 echo "configure:19 30: checking for $ac_hdr" >&51969 echo "configure:1970: checking for $ac_hdr" >&5 1930 1970 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1931 1971 echo $ac_n "(cached) $ac_c" 1>&6 1932 1972 else 1933 1973 cat > conftest.$ac_ext <<EOF 1934 #line 19 35 "configure"1974 #line 1975 "configure" 1935 1975 #include "confdefs.h" 1936 1976 #include <$ac_hdr> 1937 1977 EOF 1938 1978 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1939 { (eval echo configure:19 40: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1979 { (eval echo configure:1980: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1940 1980 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1941 1981 if test -z "$ac_err"; then … … 1971 2011 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1972 2012 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1973 echo "configure: 1974: checking for $ac_hdr" >&52013 echo "configure:2014: checking for $ac_hdr" >&5 1974 2014 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1975 2015 echo $ac_n "(cached) $ac_c" 1>&6 1976 2016 else 1977 2017 cat > conftest.$ac_ext <<EOF 1978 #line 1979 "configure"2018 #line 2019 "configure" 1979 2019 #include "confdefs.h" 1980 2020 #include <$ac_hdr> 1981 2021 EOF 1982 2022 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1983 { (eval echo configure: 1984: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2023 { (eval echo configure:2024: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1984 2024 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1985 2025 if test -z "$ac_err"; then … … 2017 2057 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2018 2058 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2019 echo "configure:20 20: checking for $ac_hdr" >&52059 echo "configure:2060: checking for $ac_hdr" >&5 2020 2060 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2021 2061 echo $ac_n "(cached) $ac_c" 1>&6 2022 2062 else 2023 2063 cat > conftest.$ac_ext <<EOF 2024 #line 20 25 "configure"2064 #line 2065 "configure" 2025 2065 #include "confdefs.h" 2026 2066 #include <$ac_hdr> 2027 2067 EOF 2028 2068 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2029 { (eval echo configure:20 30: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2069 { (eval echo configure:2070: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2030 2070 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2031 2071 if test -z "$ac_err"; then … … 2061 2101 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2062 2102 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2063 echo "configure:2 064: checking for $ac_hdr" >&52103 echo "configure:2104: checking for $ac_hdr" >&5 2064 2104 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2065 2105 echo $ac_n "(cached) $ac_c" 1>&6 2066 2106 else 2067 2107 cat > conftest.$ac_ext <<EOF 2068 #line 2 069 "configure"2108 #line 2109 "configure" 2069 2109 #include "confdefs.h" 2070 2110 #include <$ac_hdr> 2071 2111 EOF 2072 2112 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2073 { (eval echo configure:2 074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2113 { (eval echo configure:2114: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2074 2114 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2075 2115 if test -z "$ac_err"; then … … 2128 2168 # arithmetic shift 2129 2169 echo $ac_n "checking whether your compiler does arithmetic shifts""... $ac_c" 1>&6 2130 echo "configure:21 31: checking whether your compiler does arithmetic shifts" >&52170 echo "configure:2171: checking whether your compiler does arithmetic shifts" >&5 2131 2171 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 2132 2172 echo $ac_n "(cached) $ac_c" 1>&6 … … 2137 2177 else 2138 2178 cat > conftest.$ac_ext <<EOF 2139 #line 21 40 "configure"2179 #line 2180 "configure" 2140 2180 #include "confdefs.h" 2141 2181 int main() { if (-2 >> 1 == -1) return(0); else return(1); } 2142 2182 EOF 2143 if { (eval echo configure:21 44: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2183 if { (eval echo configure:2184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2144 2184 then 2145 2185 ac_cv_shift=yes … … 2223 2263 # check whether CXX accepts -fno-rtti 2224 2264 echo $ac_n "checking whether gcc accepts -fno-rtti""... $ac_c" 1>&6 2225 echo "configure:22 26: checking whether gcc accepts -fno-rtti" >&52265 echo "configure:2266: checking whether gcc accepts -fno-rtti" >&5 2226 2266 tmp_flags=${CXXFLAGS} 2227 2267 CXXFLAGS="${CXXFLAGS} -fno-rtti" … … 2230 2270 else 2231 2271 cat > conftest.$ac_ext <<EOF 2232 #line 22 33 "configure"2272 #line 2273 "configure" 2233 2273 #include "confdefs.h" 2234 2274 … … 2237 2277 ; return 0; } 2238 2278 EOF 2239 if { (eval echo configure:22 40: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2279 if { (eval echo configure:2280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2240 2280 rm -rf conftest* 2241 2281 ac_cv_cxx_have_rtti=yes … … 2257 2297 2258 2298 echo $ac_n "checking whether gcc accepts -fno-exceptions""... $ac_c" 1>&6 2259 echo "configure:2 260: checking whether gcc accepts -fno-exceptions" >&52299 echo "configure:2300: checking whether gcc accepts -fno-exceptions" >&5 2260 2300 tmp_flags=${CXXFLAGS} 2261 2301 CXXFLAGS="${CXXFLAGS} -fno-exceptions" … … 2264 2304 else 2265 2305 cat > conftest.$ac_ext <<EOF 2266 #line 2 267 "configure"2306 #line 2307 "configure" 2267 2307 #include "confdefs.h" 2268 2308 … … 2271 2311 ; return 0; } 2272 2312 EOF 2273 if { (eval echo configure:2 274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2313 if { (eval echo configure:2314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2274 2314 rm -rf conftest* 2275 2315 ac_cv_cxx_have_exceptions=yes … … 2339 2379 2340 2380 echo $ac_n "checking whether to use omalloc""... $ac_c" 1>&6 2341 echo "configure:23 42: checking whether to use omalloc" >&52381 echo "configure:2382: checking whether to use omalloc" >&5 2342 2382 2343 2383 if test "$with_omalloc" = yes; then -
factory/configure.in
rab0c08e r958fc4 1 1 dnl # emacs edit mode for this file is -*- sh -*- 2 dnl # $Id: configure.in,v 1.4 8 2008-08-20 12:38:28Singular Exp $2 dnl # $Id: configure.in,v 1.49 2008-08-20 12:52:32 Singular Exp $ 3 3 4 4 dnl # … … 13 13 # - initialisation. 14 14 # 15 AC_REVISION($Id: configure.in,v 1.4 8 2008-08-20 12:38:28Singular Exp $)15 AC_REVISION($Id: configure.in,v 1.49 2008-08-20 12:52:32 Singular Exp $) 16 16 AC_INIT(canonicalform.cc) 17 17 AC_CONFIG_HEADER(config.h) … … 267 267 AC_CHECK_HEADERS(stdio.h stdlib.h string.h time.h math.h, , 268 268 [ AC_MSG_ERROR(C header files not found) ]) 269 AC_CHECK_HEADERS(cstdio) 269 270 270 271 if test "x$enable_streamio" != xno; then
Note: See TracChangeset
for help on using the changeset viewer.