summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 18:14:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 18:14:38 +0000
commitd7a75734b05154f0a44fe00fbe026027814e0c4e (patch)
tree17480d31ac3ae977cf6c494ba20575854066b2d1 /cpukit/aclocal
parent2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7a75734b05154f0a44fe00fbe026027814e0c4e.tar.bz2
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING). * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING). * automake/amcompile.am: Remove $(ARCH). * wrapup/Makefile.am: Add $(ARCH). Remove compile.am, lib.am. Include amcompile.am.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/check-networking.m41
-rw-r--r--cpukit/aclocal/enable-networking.m41
2 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4
index 514f61b6fa..289c1b3eb2 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -25,5 +25,4 @@ if test "$rtems_cv_HAS_NETWORKING" = "yes"; then
else
HAS_NETWORKING="no";
fi
-AC_SUBST(HAS_NETWORKING)dnl
])
diff --git a/cpukit/aclocal/enable-networking.m4 b/cpukit/aclocal/enable-networking.m4
index 7f3b01365c..00a4b6258c 100644
--- a/cpukit/aclocal/enable-networking.m4
+++ b/cpukit/aclocal/enable-networking.m4
@@ -11,5 +11,4 @@ AC_HELP_STRING([--enable-networking],[enable TCP/IP stack]),
no) RTEMS_HAS_NETWORKING=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-networking option) ;;
esac],[RTEMS_HAS_NETWORKING=yes])
-AC_SUBST(RTEMS_HAS_NETWORKING)dnl
])