]> git.draconx.ca Git - slotifier.git/blobdiff - configure.ac
Use help formatting routines from dxcommon.
[slotifier.git] / configure.ac
index 524dac3bce3dffa0f7d31c53e379ca9ee3d751d4..6100d262f3ffe7a54223914b1d4f9ab83e110a75 100644 (file)
@@ -4,11 +4,12 @@ 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], [1a], [nbowler@draconx.ca])
+AC_INIT([slotifier], [1.2a], [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