summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/ChangeLog4
-rw-r--r--cpukit/libcsupport/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index f7c39fb25f..3a3125a530 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,5 +1,9 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Cosmetical fixes.
+
+2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Fix package name.
2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/cpukit/libcsupport/configure.ac b/cpukit/libcsupport/configure.ac
index 90feaa6b02..5294b41ed1 100644
--- a/cpukit/libcsupport/configure.ac
+++ b/cpukit/libcsupport/configure.ac
@@ -45,7 +45,7 @@ AC_CHECK_DECLS([CHAR_BIT],,,[#include <limits.h>])
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
-AM_CONFIG_HEADER(src/config.h)
+AM_CONFIG_HEADER([src/config.h])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])