X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/61342041b52f7a2fc861853b15bde356cd66bfed..HEAD:/configure.ac diff --git a/configure.ac b/configure.ac index e722392..98cc477 100644 --- a/configure.ac +++ b/configure.ac @@ -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],