summaryrefslogtreecommitdiffstats
path: root/c/src/make/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:07 +0000
commit3953cb4d66ab758efdcc0663839e13bd4c2b015f (patch)
treeda4ad281f1a5d6f750ff443a1316ef5e38748d01 /c/src/make/configure.ac
parent2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3953cb4d66ab758efdcc0663839e13bd4c2b015f.tar.bz2
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to account for movement of .cfg files.
Diffstat (limited to 'c/src/make/configure.ac')
-rw-r--r--c/src/make/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index f40ac6a755..dac051376f 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -17,6 +17,7 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
+RTEMS_VERSIONING
RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENABLE_POSIX
RTEMS_ENABLE_NETWORKING
@@ -69,6 +70,7 @@ AC_SUBST(RTEMS_HAS_CPLUSPLUS)
AC_SUBST(program_prefix)
AC_SUBST(CC_CFLAGS_DEFAULT)
AC_SUBST(CC_CFLAGS_DEBUG_V)
+AC_SUBST(RTEMS_API,[_RTEMS_API])
cfg_dir="${RTEMS_TOPdir}/make"
AC_SUBST(cfg_dir)