]> git.draconx.ca Git - slotifier.git/blobdiff - configure.ac
Release 1.2.
[slotifier.git] / configure.ac
index f5c7c70dc80a5437a17f90972cf56eb749498de3..d801614326a1318f0eb326ed8c8b3316972053a7 100644 (file)
@@ -1,14 +1,15 @@
-dnl Copyright © 2018-2019 Nick Bowler
+dnl Copyright © 2018-2019, 2021 Nick Bowler
 dnl
 dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
 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_INIT([slotifier], [0], [nbowler@draconx.ca])
-AC_CONFIG_HEADER([config.h])
+AC_INIT([slotifier], [1.2], [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
 
 AC_PROG_CC
 AM_PROG_CC_C_O