summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 12:21:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 12:21:36 +0000
commit14d34d841ed0832fa3998d70c679e2369a70d5ee (patch)
tree1ca63b0ed0df7b25bbc4a6f8e143cc7cd37f3c53 /cpukit/libnetworking/configure.ac
parent2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-14d34d841ed0832fa3998d70c679e2369a70d5ee.tar.bz2
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac). * Makefile.am, libc/Makefile.am, lib/Makefile.am, wrapup/Makefile.am: Reflect having merged configure.ac into ../configure.ac. * kern/kern_mib.c: Use RTEMS_VERSION to setup osrelease.
Diffstat (limited to 'cpukit/libnetworking/configure.ac')
-rw-r--r--cpukit/libnetworking/configure.ac34
1 files changed, 0 insertions, 34 deletions
diff --git a/cpukit/libnetworking/configure.ac b/cpukit/libnetworking/configure.ac
deleted file mode 100644
index 145dd1e0de..0000000000
--- a/cpukit/libnetworking/configure.ac
+++ /dev/null
@@ -1,34 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-##
-## $Id$
-
-AC_PREREQ(2.57)
-AC_INIT([rtems-cpukit-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
-AC_CONFIG_SRCDIR([arpa])
-RTEMS_TOP(../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.7.2])
-AM_MAINTAINER_MODE
-
-RTEMS_ENABLE_NETWORKING
-
-RTEMS_ENV_RTEMSCPU
-
-RTEMS_CHECK_CPU
-RTEMS_CANONICAL_HOST
-
-RTEMS_PROG_CC_FOR_TARGET
-RTEMS_CANONICALIZE_TOOLS
-AC_PROG_RANLIB
-
-RTEMS_CHECK_NETWORKING
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-lib/Makefile
-libc/Makefile
-wrapup/Makefile
-])
-AC_OUTPUT