]> Dogcows Code - chaz/yoink/commitdiff
autoupdated configure.ac
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 18 Mar 2010 10:22:17 +0000 (04:22 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 18 Mar 2010 10:22:17 +0000 (04:22 -0600)
configure.ac

index 6ba6e540241085bee8606d56eec067f692d6e8e2..03df88747f03e7b96e9daf9e32ea71e275993b57 100644 (file)
@@ -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])
 
 
 #
This page took 0.019298 seconds and 4 git commands to generate.