From ebc54d0759bb4110a2bf7e8e60da92bbde158b41 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 May 2014 12:36:38 -0500 Subject: configure.ac: Generate config.h --- schedsim/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schedsim/configure.ac b/schedsim/configure.ac index 91b215c..5e99a20 100644 --- a/schedsim/configure.ac +++ b/schedsim/configure.ac @@ -179,6 +179,8 @@ AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes") AC_SUBST(rtems_srcdir) AC_SUBST(program_prefix) +AC_CONFIG_HEADER(config.h) + # Explicitly list all Makefiles here AC_CONFIG_FILES([ Makefile -- cgit v1.2.3