]> git.draconx.ca Git - liblbx.git/blobdiff - configure.ac
Trivial manual fixes.
[liblbx.git] / configure.ac
index e722392f084bfd30c42a754bdbaf5954435ce637..98cc477b38c3d0746ce46e2ef9c3074a131653d6 100644 (file)
@@ -1,9 +1,11 @@
-dnl Copyright © 2009, 2013-2014, 2021 Nick Bowler
+dnl Copyright © 2009, 2013-2014, 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.
 
+DX_PATCH_GNULIB
+
 AC_PREREQ([2.68])
 AC_INIT([liblbx], [0.1], [nbowler@draconx.ca])
 AC_CONFIG_SRCDIR([src/lbx.c])
@@ -21,6 +23,8 @@ AC_HEADER_ASSERT
 LT_INIT
 gl_INIT
 
+AC_C_FLEXIBLE_ARRAY_MEMBER
+
 m4_include([lib/gnulib.mk])
 
 AC_ARG_WITH([libpng],