about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-02 01:02:28 +0100
committerJames Booth <boothj5@gmail.com>2012-07-02 01:02:28 +0100
commit46e0f25f5150ee43efbd9184095ef6237820ef8e (patch)
treefd37b5f99ddf10378b6ca3247abefa7f4d278b78 /configure.ac
parente1bfc92b67ab566cefa9d01a4126f1493b1b3bfc (diff)
downloadprofani-tty-46e0f25f5150ee43efbd9184095ef6237820ef8e.tar.gz
Changed autoconf version to work on Ubuntu
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8426cd40..ff6796f3 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.68])
 AC_INIT([profanity], [0.10], [boothj5web@gmail.com])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([src/main.c])