mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 04:12:56 +08:00
2002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
This commit is contained in:
@@ -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.
|
||||
|
||||
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user