X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/843799dbec995b276a7d017bb32c053747b55400..0ee27791cef1166e467dc0b3eba88656d835ab32:/configure.ac diff --git a/configure.ac b/configure.ac index 75a4b94..47abd44 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright © 2015, 2019-2021 Nick Bowler +dnl Copyright © 2015, 2019-2022 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. @@ -32,5 +32,8 @@ return opt.name[opt.flag ? opt.val : opt.has_arg];]])], AM_CONDITIONAL([HAVE_STRUCT_OPTION], [test x"$dx_cv_have_struct_option" = x"yes"]) +AC_ARG_VAR([PERL], [command to execute perl programs]) +AC_CHECK_PROGS([PERL], [perl], [false]) + AC_CONFIG_FILES([Makefile atlocal]) AC_OUTPUT