branch: elpa/gnuplot
commit f5c44370753a0f8242becea325a82c49f188105e
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
Reduce autotools dependency to version 2.61
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0bfa75e..d4aaaef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.69])
+AC_PREREQ([2.61])
AC_INIT([gnuplot-mode], [0.7], [[email protected]])
AM_INIT_AUTOMAKE