summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-26 12:36:38 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-26 12:36:38 -0500
commitebc54d0759bb4110a2bf7e8e60da92bbde158b41 (patch)
tree500f3e619d6dd588eda379089aa2bc1adc6192f2
parentshared/smp_stub.c: Correct bug (diff)
downloadrtems-schedsim-ebc54d0759bb4110a2bf7e8e60da92bbde158b41.tar.bz2
configure.ac: Generate config.h
-rw-r--r--schedsim/configure.ac2
1 files changed, 2 insertions, 0 deletions
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