aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-03-07 01:32:46 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-03-07 01:32:46 -0500
commit83db47a8e8e9ee1bca9888f138fd225d5e9c3823 (patch)
treeb43adf87ebf3b7c2a43da804ad0a3d14c71b8616 /configure.ac
parent3c1b9d82e423b5d8ed9e3200af0a83cc3d5d80ba (diff)
downloadcalfuse-83db47a8e8e9ee1bca9888f138fd225d5e9c3823.tar.gz
Using older autotools to appeal to older distros
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
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.