X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/1b114415f0123cc79ad9e3f003ec534f20a85ce4..a3814af6068326e79cb5a1fd663b8280d4e57ae1:/configure.ac diff --git a/configure.ac b/configure.ac index 36c3ffd..762de22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,12 @@ -dnl Copyright © 2009-2012, 2015, 2019-2020 Nick Bowler +dnl Copyright © 2009-2012, 2015, 2019-2020, 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_PREREQ(2.62) AC_INIT([upkg],[0.1],[nbowler@draconx.ca]) AC_CONFIG_SRCDIR([src/libupkg.c]) -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) @@ -28,6 +27,8 @@ AC_CACHE_SAVE m4_include([lib/gnulib.mk]) DX_LIB_GLIB2([], [gobject]) +AC_DEFINE([GLIB_DISABLE_DEPRECATION_WARNINGS], [1], + [Define to shut up glib deprecation silliness.]) AC_ARG_WITH([modlib], [AS_HELP_STRING([--with-modlib],