From 9d721178ee61cc1f43ad9eea87abc4f2638b83e6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Nov 2002 22:37:21 +0000 Subject: 2002-11-19 Ralf Corsepius * configure.ac: Cosmetical fixes. --- cpukit/itron/ChangeLog | 4 ++++ cpukit/itron/configure.ac | 2 +- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/configure.ac | 2 +- cpukit/libfs/ChangeLog | 4 ++++ cpukit/libfs/configure.ac | 2 +- cpukit/posix/ChangeLog | 4 ++++ cpukit/posix/configure.ac | 2 +- 8 files changed, 20 insertions(+), 4 deletions(-) (limited to 'cpukit') diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index 62ac6d24c4..9a12f75bb0 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,7 @@ +2002-11-19 Ralf Corsepius + + * configure.ac: Cosmetical fixes. + 2002-11-19 Ralf Corsepius * configure.ac: Fix package name. diff --git a/cpukit/itron/configure.ac b/cpukit/itron/configure.ac index 31c0b1dddf..61b3c63997 100644 --- a/cpukit/itron/configure.ac +++ b/cpukit/itron/configure.ac @@ -39,7 +39,7 @@ AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) ## Needed when using automake for libs/rels RTEMS_CHECK_NEWLIB -AM_CONFIG_HEADER(src/config.h) +AM_CONFIG_HEADER([src/config.h]) ## ## FIXME: We configure and build the macros subdirectory, too. diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index f7c39fb25f..3a3125a530 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,7 @@ +2002-11-19 Ralf Corsepius + + * configure.ac: Cosmetical fixes. + 2002-11-19 Ralf Corsepius * configure.ac: Fix package name. 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 ]) 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]) diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog index d2df8d5c03..a4195bc0d1 100644 --- a/cpukit/libfs/ChangeLog +++ b/cpukit/libfs/ChangeLog @@ -1,3 +1,7 @@ +2002-11-19 Ralf Corsepius + + * configure.ac: Cosmetical fixes. + 2002-11-19 Ralf Corsepius * configure.ac: Fix package name. diff --git a/cpukit/libfs/configure.ac b/cpukit/libfs/configure.ac index 94906b534c..0f1ad277fa 100644 --- a/cpukit/libfs/configure.ac +++ b/cpukit/libfs/configure.ac @@ -24,7 +24,7 @@ RTEMS_CANONICALIZE_TOOLS AC_PROG_RANLIB AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix") -AM_CONFIG_HEADER(config.h) +AM_CONFIG_HEADER([config.h]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index 5bdcf3ec7a..96e49e4342 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,3 +1,7 @@ +2002-11-19 Ralf Corsepius + + * configure.ac: Cosmetical fixes. + 2002-11-19 Ralf Corsepius * configure.ac: Fix package name. diff --git a/cpukit/posix/configure.ac b/cpukit/posix/configure.ac index 4a23a0cf26..aeec1e13d9 100644 --- a/cpukit/posix/configure.ac +++ b/cpukit/posix/configure.ac @@ -46,7 +46,7 @@ if test "$HAS_POSIX_API" != "yes"; then AC_MSG_ERROR([libposix is not supported by this configuration]) fi -AM_CONFIG_HEADER(src/config.h) +AM_CONFIG_HEADER([src/config.h]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -- cgit v1.2.3