summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/itron/configure.in')
-rw-r--r--c/src/exec/itron/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/itron/configure.in b/c/src/exec/itron/configure.in
index a568520ef1..b3300fc8c1 100644
--- a/c/src/exec/itron/configure.in
+++ b/c/src/exec/itron/configure.in
@@ -39,6 +39,8 @@ AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" )
## Needed when using automake for libs/rels
RTEMS_CHECK_NEWLIB
+AM_CONFIG_HEADER(src/config.h)
+
##
## FIXME: We configure and build the macros subdirectory, too.
## Should probably use AM_CONDITIONALs to disable them in future