]> git.draconx.ca Git - upkg.git/blobdiff - configure.ac
Disable deprecation warnings from Glib.
[upkg.git] / configure.ac
index 36c3ffdae6f53e8e4e8e7b87ed7ff05f8f1d7a8e..7fd2cb47754c45b4da0c7b661d0454575e72a474 100644 (file)
@@ -1,10 +1,9 @@
-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])
@@ -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],