From 1b39f1892be42200d8965349e2565f4d3d5ea91b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 27 Jul 2008 07:15:14 +0000 Subject: =?UTF-8?q?2008-07-27=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Remove RPCGEN, RPCTOOLS. --- c/src/configure.ac | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'c/src/configure.ac') 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"]) -- cgit v1.2.3