]> Dogcows Code - chaz/yoink/blobdiff - configure.ac
autoupdated configure.ac
[chaz/yoink] / 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.021572 seconds and 4 git commands to generate.