comparison configure.ac @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
18:33936f7f2835 19:58ad6c70ea60
1248 gmplibs="-L$with_gmp_lib $gmplibs" 1248 gmplibs="-L$with_gmp_lib $gmplibs"
1249 fi 1249 fi
1250 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then 1250 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
1251 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs" 1251 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
1252 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc" 1252 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
1253 extra_mpfr_configure_flags='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
1253 # Do not test the gmp version. Assume that it is sufficient, since 1254 # Do not test the gmp version. Assume that it is sufficient, since
1254 # it is in the source tree, and the library has not been built yet 1255 # it is in the source tree, and the library has not been built yet
1255 # but it would be included on the link line in the version check below 1256 # but it would be included on the link line in the version check below
1256 # hence making the test fail. 1257 # hence making the test fail.
1257 have_gmp=yes 1258 have_gmp=yes
1312 fi 1313 fi
1313 1314
1314 # Flags needed for both GMP and/or MPFR 1315 # Flags needed for both GMP and/or MPFR
1315 AC_SUBST(gmplibs) 1316 AC_SUBST(gmplibs)
1316 AC_SUBST(gmpinc) 1317 AC_SUBST(gmpinc)
1318 AC_SUBST(extra_mpfr_configure_flags)
1317 1319
1318 # Allow host libstdc++ to be specified for static linking with PPL. 1320 # Allow host libstdc++ to be specified for static linking with PPL.
1319 AC_ARG_WITH(host-libstdcxx, [ --with-host-libstdcxx=L Use linker arguments L to link with libstdc++ 1321 AC_ARG_WITH(host-libstdcxx, [ --with-host-libstdcxx=L Use linker arguments L to link with libstdc++
1320 when linking with PPL]) 1322 when linking with PPL])
1321 1323