X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=configure.ac;h=0640ea27aaf4c71e8db86d278dcd2ee0dd65f00a;hb=e20f8057569b65f75994e8d88c7a0be80a749888;hp=50a8e056d13fe4d45f7332c0fd7273fef02ef24c;hpb=f37f269be1b81cdd00018db0486e377240093e75;p=wimlib diff --git a/configure.ac b/configure.ac index 50a8e056..0640ea27 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.5.3], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.6.2], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -67,6 +67,7 @@ AC_CHECK_HEADERS([alloca.h \ sys/endian.h \ sys/file.h \ sys/param.h \ + sys/sysctl.h \ sys/times.h \ time.h \ utime.h])