X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/7fa907f302724a95227b00943917740f8c1b0229..HEAD:/configure.ac diff --git a/configure.ac b/configure.ac index 165e1a4..ac2b384 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,11 @@ -dnl Copyright © 2018-2019, 2021-2022 Nick Bowler +dnl Copyright © 2018-2019, 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_INIT([slotifier], [1.2a], [nbowler@draconx.ca]) AC_CONFIG_HEADERS([config.h]) @@ -54,6 +56,8 @@ m4_newline([DX_LIB_USERFLAG_BLURB([libgerbv])]) m4_newline([DX_LIB_PKGCONFIG_BLURB([libgerbv])]) ])]) +AM_CONDITIONAL([USE_NLS], [test x"$USE_NLS" = x"yes"]) + AC_CONFIG_TESTDIR([.]) DX_PROG_AUTOTEST AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"])