summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-12-18 12:11:39 +0100
committerRomain Bouvier <skunnyk@alteroot.org>2020-12-18 12:11:39 +0100
commitd16010634f98cba467cb61c8b9451e84ed323b7a (patch)
tree1014d69548773ef4e3d1d6abedc54b08578bc54e
parent80b6f7d528c7f15f81b73d4bed627b62c6072b7f (diff)
downloadxfce4-dev-tools-d16010634f98cba467cb61c8b9451e84ed323b7a.tar.gz
Bump glib to 2.50 based on xfce4.16 roadmap
- And update configure.ac syntax
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5b144d9..454bca3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,12 +64,12 @@ AC_CHECK_HEADERS([libintl.h locale.h memory.h stdio.h stdlib.h string.h])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.42.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.50.0])
dnl **********************
dnl *** Generate files ***
dnl **********************
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
helpers/Makefile
m4macros/Makefile
@@ -80,5 +80,6 @@ docs/Makefile
tests/Makefile
tests/data/Makefile
])
+AC_OUTPUT
dnl vi:set ts=2 sw=2 et ai: