From: Charles McGarvey Date: Thu, 18 Mar 2010 10:22:17 +0000 (-0600) Subject: autoupdated configure.ac X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=commitdiff_plain;h=5ee819d810f9ea1c4e4692efe63ffe646e82c857 autoupdated configure.ac --- diff --git a/configure.ac b/configure.ac index 6ba6e54..03df887 100644 --- a/configure.ac +++ b/configure.ac @@ -4,16 +4,16 @@ # Process this file with autoconf to produce a configure script. # -AC_PREREQ([2.60]) +AC_PREREQ(2.63) -AC_INIT([Yoink], [0.1], [chaz@dogcows.com], [yoink]) +AC_INIT([Yoink],[0.1],[chaz@dogcows.com],[yoink]) AC_CANONICAL_TARGET AC_CONFIG_SRCDIR([src/version.c]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) #