X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=5d86b1a1603dc1af4f19e8c0d9eab56ad770ce64;hp=b70a2ec69a47790e373608136009d12d4b48bc9f;hb=d8af927e5d02cbcfc45cd1a3568b31c9814ec6f5;hpb=7ede26591f8fc14b94b40ad079d4e0d2824efaff diff --git a/configure.ac b/configure.ac index b70a2ec6..5d86b1a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.8.0-BETA4], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.8.0], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -63,6 +63,7 @@ AC_CHECK_FUNCS([futimens utimensat flock mempcpy \ # Header checks, most of which are only here to satisfy conditional includes # made by the libntfs-3g headers. AC_CHECK_HEADERS([alloca.h \ + attr/xattr.h \ byteswap.h \ endian.h \ errno.h \