X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/2d17f059aa8a1e4670b9dad3f24556c7d97f6d45..1688bad1e5dc89cacf33bc426c92a4abf2bc0647:/configure.ac diff --git a/configure.ac b/configure.ac index abfccf7..6150d4c 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,7 +8,12 @@ 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 +AC_PROG_AWK AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) AM_SILENT_RULES([yes]) @@ -19,7 +24,5 @@ AC_CONFIG_TESTDIR([.]) DX_PROG_AUTOTEST AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"]) -AC_CONFIG_FILES([ - Makefile -]) +AC_CONFIG_FILES([Makefile atlocal]) AC_OUTPUT