X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/41712dbd49b5919a7ffe58ce31d6fcbd6f41e4de..e89bebee19d3c919f3d501999fc38867cdcd2b00:/configure.ac diff --git a/configure.ac b/configure.ac index f5c7c70..165e1a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,14 +1,15 @@ -dnl Copyright © 2018-2019 Nick Bowler +dnl Copyright © 2018-2019, 2021-2022 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.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 @@ -30,6 +31,8 @@ DX_LINGUAS DX_LIB_CNEARTREE DX_LIB_LIBGERBV +AC_DEFINE([GLIB_DISABLE_DEPRECATION_WARNINGS], [1], + [Define to shut up glib deprecation silliness.]) AS_IF([test x"$dx_cv_libgerbv_lib_found" = x"yes"], [AC_CACHE_CHECK([if libgerbv supports G85 slots], [dx_cv_gerbv_supports_g85],