]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
Release 1.
[cdecl99.git] / configure.ac
index b30597aaa3c93798217d48e447458c2ed909c218..90440e3314fb2598c48e1302a3803cbe15755007 100644 (file)
@@ -5,10 +5,10 @@ dnl This is free software: you are free to do what the fuck you want to.
 dnl There is NO WARRANTY, to the extent permitted by law.
 
 AC_PREREQ([2.68])
-AC_INIT([cdecl99], [0.1], [nbowler@draconx.ca])
+AC_INIT([cdecl99], [1], [nbowler@draconx.ca])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])
+AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz])
 AM_SILENT_RULES([yes])
 DX_AUTOMAKE_COMPAT