diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-12-16 06:03:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-12-16 06:03:40 +0200 |
commit | f744d63e3fca8dc8b4d442fe14450f52f523335d (patch) | |
tree | bb3be972e70fb111e82c56621ea8524542e0bffe /extension/configure.ac | |
parent | 3fffebafacda8778122d43d05d5690302ef00731 (diff) | |
parent | 9ba56d858e953d2c2e83ba04cfcceb55899dbedd (diff) | |
download | egawk-f744d63e3fca8dc8b4d442fe14450f52f523335d.tar.gz egawk-f744d63e3fca8dc8b4d442fe14450f52f523335d.tar.bz2 egawk-f744d63e3fca8dc8b4d442fe14450f52f523335d.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index 5ff4ab69..dfab0b8d 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -79,6 +79,7 @@ dnl checks for compiler characteristics AC_C_INLINE AC_CONFIG_HEADERS([config.h:configh.in]) +AH_BOTTOM([#include "ext_custom.h"]) AC_CONFIG_FILES(Makefile) AC_OUTPUT |