summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 10:20:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 10:20:51 +0000
commit33b52ecca5a11ae9bf250f6b32a11127302a46bf (patch)
tree7a6a37a8a25ec788a28184643f1c960b6f9a2466 /c
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-33b52ecca5a11ae9bf250f6b32a11127302a46bf.tar.bz2
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([../libmisc]).
Diffstat (limited to 'c')
-rw-r--r--c/src/wrapup/ChangeLog4
-rw-r--r--c/src/wrapup/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index cd23971649..f6c2f4eb34 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -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.
diff --git a/c/src/wrapup/configure.ac b/c/src/wrapup/configure.ac
index 05c495b15b..276b41999a 100644
--- a/c/src/wrapup/configure.ac
+++ b/c/src/wrapup/configure.ac
@@ -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(../../..)