From 85956f9b923a2d511a6bf83c7aca4d74a1c1c170 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Jul 2003 12:24:02 +0000 Subject: 2003-07-08 Ralf Corsepius * configure.ac: Merge-in libnetworking/configure.ac. Remove "rtems-" from RTEMS_VERSION. Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]). * Makefile.am: Add libmisc to SUBDIRS. --- cpukit/ChangeLog | 7 +++++++ cpukit/Makefile.am | 1 + cpukit/configure.ac | 10 ++++++++-- 3 files changed, 16 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 29a4d69882..faf6f452c5 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2003-07-08 Ralf Corsepius + + * configure.ac: Merge-in libnetworking/configure.ac. + Remove "rtems-" from RTEMS_VERSION. + Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]). + * Makefile.am: Add libmisc to SUBDIRS. + 2003-07-08 Ralf Corsepius * configure.ac: Merge-in libmisc/configure.ac. diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index e13186b6c0..146e549c4d 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -7,6 +7,7 @@ ACLOCAL_AMFLAGS = -I aclocal include $(top_srcdir)/automake/multilib.am SUBDIRS = . include ada score rtems sapi libblock libfs +SUBDIRS += libnetworking SUBDIRS += @subdirs@ SUBDIRS += libmisc SUBDIRS += wrapup diff --git a/cpukit/configure.ac b/cpukit/configure.ac index ad9b09ad53..972e96a22c 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -49,7 +49,7 @@ AM_CONDITIONAL(INLINE,test x"$INLINEdir" = x"inline" ) AM_CONDITIONAL(MACROS,test x"$INLINEdir" = x"macros" ) AM_CONDITIONAL(HAS_MP,test x"$HAS_MP" = x"yes" ) -AC_DEFINE(RTEMS_VERSION,["rtems-][_RTEMS_VERSION]["],[RTEMS version string]) +AC_DEFINE(RTEMS_VERSION,["][_RTEMS_VERSION]["],[RTEMS version string]) AM_CONDITIONAL(HAS_POSIX,test x"$HAS_POSIX_API" = x"yes") AM_CONDITIONAL(HAS_ITRON,test x"$HAS_ITRON_API" = x"yes") @@ -67,8 +67,8 @@ AM_CONDITIONAL([LIBSCORECPU], [test -f "${srcdir}/score/cpu/${RTEMS_CPU}/cpu.c"]) AC_CONFIG_SUBDIRS([libcsupport]) + AS_IF([test x"$HAS_NETWORKING" = x"yes"],[ - AC_CONFIG_SUBDIRS(libnetworking) ## FIXME: Should better use a feature-based test AC_MSG_CHECKING([whether CPU supports librpc]) case "$RTEMS_CPU" in @@ -109,6 +109,7 @@ AS_IF([test x"${enable_unixlib}" = x"yes"], [to indicate RTEMS using RTEMS's unixlib])] ) +AC_CHECK_FUNCS([strsep strcasecmp snprintf]) AM_CONFIG_HEADER([score/include/rtems/score/cpuopts-tmp.h],[ echo "/* target cpu dependent options file */" >$tmp/config.h @@ -188,6 +189,11 @@ libfs/src/Makefile libfs/src/imfs/Makefile libfs/src/dosfs/Makefile]) +AC_CONFIG_FILES([libnetworking/Makefile +libnetworking/lib/Makefile +libnetworking/libc/Makefile +libnetworking/wrapup/Makefile]) + AC_CONFIG_FILES([ada/Makefile]) AC_CONFIG_FILES([libmisc/Makefile -- cgit v1.2.3