Changed autoconf version to work on Ubuntu

This commit is contained in:
James Booth
2012-07-02 01:02:28 +01:00
parent e1bfc92b67
commit 46e0f25f51

View File

@@ -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])