X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/803e498e869f88d9daceadf143e3360c17cb7410..a2a4e6a70ec3ed860f4ef0b4da1c2851ae4a988e:/configure.ac diff --git a/configure.ac b/configure.ac index 3501428..77a22c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright © 2015 Nick Bowler +dnl Copyright © 2015, 2019-2021 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. @@ -8,6 +8,9 @@ AC_PREREQ([2.68]) AC_INIT([dxcommon], [0], [nbowler@draconx.ca]) AC_CONFIG_SRCDIR([m4/base.m4]) +# To ensure automake --add-missing copies config.guess/config.sub +AC_CANONICAL_HOST + AC_PROG_CC AC_PROG_RANLIB