From 0efa9f01f80d98aabc54a87748d60cd19be2416c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Oct 1999 18:53:31 +0000 Subject: Patch from Ralf Corsepius to make fix bug where wrapup left pieces out of the librtemsall.a. --- c/src/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/configure.in') diff --git a/c/src/configure.in b/c/src/configure.in index d708184bb4..487f6cbc2e 100644 --- a/c/src/configure.in +++ b/c/src/configure.in @@ -33,10 +33,12 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then cfg_subdirs="$cfg_subdirs librtems++"; fi AC_CONFIG_SUBDIRS($cfg_subdirs) +AC_SUBST(cfg_subdirs) AC_CONFIG_SUBDIRS(tests) RTEMS_PROJECT_ROOT AC_OUTPUT( Makefile +wrapup/Makefile ) -- cgit v1.2.3