Skip to content

Commit 322b1c9

Browse files
author
Patrick West
committed
Need 2.61 autoconf, not 2.63
M configure.ac
1 parent 74a0b69 commit 322b1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33

4-
AC_PREREQ(2.63)
4+
AC_PREREQ(2.61)
55
AC_INIT(netcdf_handler, 3.10.2, opendap-tech@opendap.org)
66
AC_CONFIG_AUX_DIR([conf])
77
AC_CONFIG_MACRO_DIR([conf])

0 commit comments

Comments
 (0)