summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-30 09:12:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-30 09:12:33 +0000
commit6deb2f18ab50591e22a1bea6a4064cb040f319d3 (patch)
tree691a5a644129c19f94139218cc6a11e27d562671 /cpukit/librpc/configure.ac
parent2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6deb2f18ab50591e22a1bea6a4064cb040f319d3.tar.bz2
2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am. * include/Makefile.am: Merge include/rpc/Makefile.am. Merge include/rpcsvc/Makefile.am. * include/rpc/Makefile.am: Remove. * include/rpcsvc/Makefile.am: Remove. * src/rpc/PSD.doc/Makefile.am: Remove. * configure.ac: Remove duplicate AC_PROG_RANLIB. Remove include/rpc/Makefile. Remove include/rpcsvc/Makefile. Remove src/rpc/PSD.doc/Makefile.
Diffstat (limited to 'cpukit/librpc/configure.ac')
-rw-r--r--cpukit/librpc/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/librpc/configure.ac b/cpukit/librpc/configure.ac
index af2a44b5f3..433486617e 100644
--- a/cpukit/librpc/configure.ac
+++ b/cpukit/librpc/configure.ac
@@ -21,7 +21,6 @@ RTEMS_CHECK_CPU
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
AC_PROG_RANLIB
-AC_PROG_RANLIB
RTEMS_CHECK_NETWORKING
@@ -31,11 +30,8 @@ AM_CONDITIONAL(rpc_not_supported, test "$RTEMS_CPU" = "c4x")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
include/Makefile
-include/rpc/Makefile
-include/rpcsvc/Makefile
src/Makefile
src/xdr/Makefile
src/rpc/Makefile
-src/rpc/PSD.doc/Makefile
])
AC_OUTPUT