aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/configure.ac')
-rw-r--r--libjava/classpath/configure.ac9
1 files changed, 6 insertions, 3 deletions
diff --git a/libjava/classpath/configure.ac b/libjava/classpath/configure.ac
index c7eacca..d9e442c 100644
--- a/libjava/classpath/configure.ac
+++ b/libjava/classpath/configure.ac
@@ -6,7 +6,7 @@ dnl -----------------------------------------------------------
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
-AC_INIT([GNU Classpath],[0.20-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.20],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET
@@ -274,7 +274,8 @@ if test "x${COMPILE_JNI}" = xyes; then
localtime_r \
strerror_r \
fcntl \
- mmap munmap mincore msync madvise getpagesize sysconf])
+ mmap munmap mincore msync madvise getpagesize sysconf \
+ isnan])
AC_HEADER_TIME
AC_STRUCT_TM
@@ -370,7 +371,7 @@ if test "x${COMPILE_JNI}" = xyes; then
dnl Check for AWT related Qt4
if test "x${COMPILE_QT_PEER}" = xyes; then
- PKG_CHECK_MODULES(QT, QtGui >= 4.0.1, HAVE_QT4="yes", HAVE_QT4="no")
+ PKG_CHECK_MODULES(QT, QtCore QtGui >= 4.1.0, HAVE_QT4="yes", HAVE_QT4="no")
if test "x$HAVE_QT4" = "xyes"; then
dnl Check needed because in some cases the QtGui includedir
dnl doesn't contain the subsystem dir.
@@ -560,6 +561,8 @@ AC_ARG_ENABLE([portable-native-sync],
esac],
[])
+AX_CREATE_STDINT_H([include/config-int.h])
+
dnl -----------------------------------------------------------
dnl output files
dnl -----------------------------------------------------------