Browse Source

Update the configure file to check more used features.

master
Reece H. Dunn 9 years ago
parent
commit
dd7bd6f8c4
1 changed files with 15 additions and 3 deletions
  1. 15
    3
      configure.ac

+ 15
- 3
configure.ac View File

dnl Program checks. dnl Program checks.
dnl ================================================================ dnl ================================================================


AC_PROG_CC
AC_PROG_CXX AC_PROG_CXX
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
AC_PROG_LIBTOOL

dnl ================================================================
dnl library checks.
dnl ================================================================

AC_CHECK_HEADERS([stddef.h]) dnl C89

AC_TYPE_UINT8_T
AC_TYPE_UINT32_T


dnl ================================================================ dnl ================================================================
dnl UCD data configuration. dnl UCD data configuration.


Source code location: ${srcdir} Source code location: ${srcdir}


Compiler: ${CXX}
Compiler flags: ${CXXFLAGS}
C Compiler: ${CC}
C Compiler flags: ${CFLAGS}

C++ Compiler: ${CXX}
C++ Compiler flags: ${CXXFLAGS}


Unicode version: ${UCD_VERSION} Unicode version: ${UCD_VERSION}
]) ])

Loading…
Cancel
Save