From 83db47a8e8e9ee1bca9888f138fd225d5e9c3823 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 7 Mar 2015 01:32:46 -0500 Subject: Using older autotools to appeal to older distros --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 96a2e5b..c2d0749 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.69]) +AC_PREREQ([2.6]) AC_INIT([calfuse], [3.2.3], [archive@stsci.edu]) AM_INIT_AUTOMAKE([foreign]) LT_INIT -AC_CONFIG_MACRO_DIRS([m4]) +AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([src/include/config.h]) @@ -21,7 +21,7 @@ AC_FUNC_ALLOCA AC_CHECK_HEADERS([fcntl.h limits.h malloc.h stddef.h stdlib.h string.h strings.h unistd.h]) PKG_CHECK_MODULES([cfitsio], [cfitsio >= 3]) # Checks for typedefs, structures, and compiler characteristics. -AC_CHECK_HEADER_STDBOOL +#AC_CHECK_HEADER_STDBOOL AC_TYPE_SIZE_T # Checks for library functions. -- cgit