]> git.draconx.ca Git - slotifier.git/blobdiff - configure.ac
Trivial manual fixes.
[slotifier.git] / configure.ac
index d801614326a1318f0eb326ed8c8b3316972053a7..ac2b384e1ab83396299f4c7cc6278d18f62d440b 100644 (file)
@@ -1,10 +1,12 @@
-dnl Copyright © 2018-2019, 2021 Nick Bowler
+dnl Copyright © 2018-2019, 2021-2023 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], [1.2], [nbowler@draconx.ca])
+DX_PATCH_GNULIB
+
+AC_INIT([slotifier], [1.2a], [nbowler@draconx.ca])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz])
@@ -31,6 +33,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],
@@ -52,6 +56,8 @@ m4_newline([DX_LIB_USERFLAG_BLURB([libgerbv])])
 m4_newline([DX_LIB_PKGCONFIG_BLURB([libgerbv])])
 ])])
 
+AM_CONDITIONAL([USE_NLS], [test x"$USE_NLS" = x"yes"])
+
 AC_CONFIG_TESTDIR([.])
 DX_PROG_AUTOTEST
 AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"])