[rtems-schedsim commit] configure.ac: Generate config.h

Joel Sherrill joel at rtems.org
Mon May 26 18:18:36 UTC 2014


Module:    rtems-schedsim
Branch:    master
Commit:    ebc54d0759bb4110a2bf7e8e60da92bbde158b41
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=ebc54d0759bb4110a2bf7e8e60da92bbde158b41

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon May 26 12:36:38 2014 -0500

configure.ac: Generate config.h

---

 schedsim/configure.ac |    2 ++
 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




More information about the vc mailing list