Skip to content

Commit

Permalink
updated, modernized
Browse files Browse the repository at this point in the history
git-svn-id: https://ilk.uvt.nl/svn/sources/ucto/trunk@18335 12f355fe-0486-481a-ad91-c297ab22b4e3
  • Loading branch information
kosloot committed Apr 21, 2015
1 parent e9a229d commit dd2f374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -4,7 +4,7 @@
# $URL$

AC_PREREQ(2.59)
AC_INIT([ucto], [0.8.1], [timbl@uvt.nl])
AC_INIT([ucto], [0.8.2], [timbl@uvt.nl])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Expand Down Expand Up @@ -41,9 +41,9 @@ if test $prefix = "NONE"; then
fi

# Checks for header files.
AC_CHECK_HEADER_STDBOOL

# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
AC_C_INLINE
AC_TYPE_SIZE_T
AC_TYPE_INT32_T
Expand All @@ -68,7 +68,7 @@ AC_ARG_WITH(icu,
fi] )

if test "$useICU" = "1"; then
AX_ICU_CHECK( [3.6],
AX_ICU_CHECK( [4.2],
[CXXFLAGS="$CXXFLAGS $ICU_CPPSEARCHPATH"
LIBS="$ICU_LIBPATH $ICU_LIBS $ICU_IOLIBS $LIBS"],
[AC_MSG_FAILURE( "No ICU development environment found. Please check if libicu-dev or the like is installed" )] )
Expand Down

0 comments on commit dd2f374

Please sign in to comment.