X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=6c6725bc601dd39118a8990c9cc0a00b8d051754;hb=e5dd2e1e85140dcb909749359ee8e82f10977ad3;hp=597d24c6bf4834e3fcd85b9fd385f0440ed19234;hpb=8421f50a0ac410d5f440fdae89958d460bfeeae7;p=android-x86%2Fexternal-exfat.git diff --git a/configure.ac b/configure.ac index 597d24c..6c6725b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf source. # # Free exFAT implementation. -# Copyright (C) 2010-2015 Andrew Nayenko +# Copyright (C) 2010-2018 Andrew Nayenko # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,16 +21,22 @@ # AC_INIT([Free exFAT implementation], - [1.2.0], + [1.2.8], [relan@users.noreply.github.com], [exfat], [https://github.com/relan/exfat]) -AM_INIT_AUTOMAKE([1.11.2 -Wall -Werror foreign subdir-objects no-installman]) +AM_INIT_AUTOMAKE([1.11.2 -Wall -Werror foreign subdir-objects]) AC_PROG_CC AC_PROG_CC_C99 AC_PROG_RANLIB AM_PROG_AR AC_SYS_LARGEFILE +PKG_CHECK_MODULES([UBLIO], [libublio], [ + CFLAGS="$CFLAGS $UBLIO_CFLAGS" + LIBS="$LIBS $UBLIO_LIBS" + AC_DEFINE([USE_UBLIO], [1], + [Define if block devices are not supported.]) +], [:]) PKG_CHECK_MODULES([FUSE], [fuse]) AC_CONFIG_HEADERS([libexfat/config.h]) AC_CONFIG_FILES([