Updating skeinsum with a new scheme for reading large files, simplifying command...
[skeinsum.git] / configure.ac
index 05488e2155976d267838eccd949096197dd3f3ad..8bc5fe1f5d4b03b635f3f6cf9417d91898a42cc5 100644 (file)
@@ -5,7 +5,7 @@ AC_PREREQ([2.68])
 AC_INIT([skeinsum], [1.0], [j@jxself.org])
 AC_CONFIG_SRCDIR([skein.h])
 AC_CONFIG_HEADERS([config.h])
 AC_INIT([skeinsum], [1.0], [j@jxself.org])
 AC_CONFIG_SRCDIR([skein.h])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([skeinsum],[1.0])
+AM_INIT_AUTOMAKE
 
 # Checks for programs.
 AC_PROG_CC
 
 # Checks for programs.
 AC_PROG_CC
@@ -13,7 +13,7 @@ AC_PROG_CC
 # Checks for libraries.
 
 # Checks for header files.
 # Checks for libraries.
 
 # Checks for header files.
-AC_CHECK_HEADERS([limits.h malloc.h stddef.h stdlib.h string.h unistd.h])
+AC_CHECK_HEADERS([limits.h malloc.h stddef.h stdlib.h string.h unistd.h errno.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_SIZE_T
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_SIZE_T