]> git.draconx.ca Git - dxcommon.git/blobdiff - configure.ac
Fix DX_COMMAND_OUTPUT backslash-newline on heirloom-sh.
[dxcommon.git] / configure.ac
index 35014288f4c49c7446e66a58fea7a8fcc3cf8af4..6150d4c565332a8b86f1db37d536fec08ba94317 100644 (file)
@@ -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,8 +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])