summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 17:59:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 17:59:05 +0000
commite4dbf554b50d9cef23d7078a4ebf9bf08fbbe09e (patch)
tree8bafa496e92e760b239f60e2efc313a0cad95a3b /c/src
parent2002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e4dbf554b50d9cef23d7078a4ebf9bf08fbbe09e.tar.bz2
2002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/configure.ac6
2 files changed, 7 insertions, 4 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 90a4415465..09d05f6082 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
+ AC_CONFIG_COMMANDS.
+
2001-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config-ml.in: New file. Imported from gcc and modified for RTEMS.
diff --git a/c/src/configure.ac b/c/src/configure.ac
index b27605f9d8..7a9dc61cfd 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -32,6 +32,7 @@ AC_CONFIG_SUBDIRS(make)
if test x"$multilib" = x"no"; then
AC_CONFIG_SUBDIRS(exec)
fi
+AC_CONFIG_SUBDIRS(optman)
AC_CONFIG_SUBDIRS(lib)
AC_CONFIG_SUBDIRS(lib/libcpu)
AC_CONFIG_SUBDIRS(lib/libbsp)
@@ -65,8 +66,5 @@ AC_CONFIG_SUBDIRS(wrapup tests)
RTEMS_PROJECT_ROOT
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
-AC_CONFIG_COMMANDS([default],[[]],[[test -d lib || mkdir lib
-]])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT