summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-27 07:15:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-27 07:15:14 +0000
commit1b39f1892be42200d8965349e2565f4d3d5ea91b (patch)
tree0791a7b2d2f214c446773f8157f191ce743ba886 /c/src/configure.ac
parent2008-07-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1b39f1892be42200d8965349e2565f4d3d5ea91b.tar.bz2
2008-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RPCGEN, RPCTOOLS.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 31ea3578e9..44575ca66c 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -19,21 +19,11 @@ RTEMS_ENABLE_MULTILIB
RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENV_RTEMSBSP
-AC_ARG_ENABLE(rpcgen,
-[AS_HELP_STRING([--enable-rpcgen],[rebuild rpcgen-generated sources])],
-[case "${enable_rpcgen}" in
- yes) enable_rpcgen=yes ;;
- no) enable_rpcgen=no ;;
- *) enable_rpcgen=no ;;
-esac],[enable_rpcgen=no])
-
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
RTEMS_CHECK_POSIX_API(RTEMS_BSP)
-AC_CHECK_PROG(RPCGEN,rpcgen,rpcgen)
-
AC_MSG_NOTICE([setting up make/custom])
AS_MKDIR_P([make/custom])
@@ -222,10 +212,6 @@ AM_CONDITIONAL([HAS_LIBBSP],[test "$RTEMS_BSP_FAMILY" != "bare"])
AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
-AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \
-&& test -n "$AWK" \
-&& test "$enable_rpcgen" = yes])
-
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
&& test x"$rtems_cv_HAS_POSIX_API" = x"yes"])