X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/e89bebee19d3c919f3d501999fc38867cdcd2b00..e34a0aee1e615ef1153a7a80106455936b4d41f3:/configure.ac diff --git a/configure.ac b/configure.ac index 165e1a4..c7bc907 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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. @@ -54,6 +54,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"])