summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-29 17:00:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-29 17:00:59 +0000
commit8a79786886d83e0346146bcc36d0ae7b535c723c (patch)
tree71ae14b1b4f58aeb5c7b327ad35d566d7219df8f /cpukit/libnetworking/configure.ac
parent2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8a79786886d83e0346146bcc36d0ae7b535c723c.tar.bz2
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Relocate c/src/libnetworking. * Makefile.am: Reflect moval. * machine/Makefile.am: Ditto. * net/Makefile.am: Ditto. * lib/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * vm/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * sys/Makefile.am: Ditto. * arpa/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * kern/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * configure.ac: Dittp. * wrapup/Makefile.am: Ditto. Remove references to networking apps.
Diffstat (limited to 'cpukit/libnetworking/configure.ac')
-rw-r--r--cpukit/libnetworking/configure.ac10
1 files changed, 3 insertions, 7 deletions
diff --git a/cpukit/libnetworking/configure.ac b/cpukit/libnetworking/configure.ac
index ab867ab9a9..0131ed5061 100644
--- a/cpukit/libnetworking/configure.ac
+++ b/cpukit/libnetworking/configure.ac
@@ -5,8 +5,8 @@
AC_PREREQ(2.52)
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([arpa])
-RTEMS_TOP(../../..)
-AC_CONFIG_AUX_DIR(../../..)
+RTEMS_TOP(../../../..)
+AC_CONFIG_AUX_DIR(../../../..)
RTEMS_CANONICAL_TARGET_CPU
@@ -17,7 +17,7 @@ RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_BARE
RTEMS_ENABLE_POSIX
-RTEMS_ENV_RTEMSBSP
+RTEMS_ENV_RTEMSCPU
RTEMS_CHECK_CPU
RTEMS_CANONICAL_HOST
@@ -45,11 +45,7 @@ libc/Makefile
net/Makefile
netinet/Makefile
nfs/Makefile
-pppd/Makefile
rtems/Makefile
-rtems_servers/Makefile
-rtems_telnetd/Makefile
-rtems_webserver/Makefile
wrapup/Makefile
])
AC_OUTPUT