2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: AC_CONFIG_SRCDIR([../libmisc]).
This commit is contained in:
Ralf Corsepius
2002-07-22 10:20:51 +00:00
parent 0e08a3c355
commit 33b52ecca5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([../libmisc]).
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove setting up bsplibdir.

View File

@@ -4,7 +4,7 @@
AC_PREREQ(2.52)
AC_INIT([rtems-c-src-wrapup],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([../exec])
AC_CONFIG_SRCDIR([../libmisc])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)