source: rtems/c/src/lib/librpc/configure.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 694 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(xdr.c)
7RTEMS_TOP(../../../..)
8AC_CONFIG_AUX_DIR(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AC_PROG_MAKE_SET
13AC_PROG_INSTALL
14# AM_INIT_AUTOMAKE(rtems-c-src-lib-librpc,$RTEMS_VERSION,no)
15AM_MAINTAINER_MODE
16
17RTEMS_ENABLE_NETWORKING
18RTEMS_ENABLE_LIBCDIR
19RTEMS_ENABLE_BARE
20
21RTEMS_ENV_RTEMSBSP
22
23RTEMS_CHECK_CPU
24RTEMS_CANONICAL_HOST
25
26RTEMS_PROJECT_ROOT
27
28dnl check target cc
29RTEMS_PROG_CC_FOR_TARGET
30RTEMS_CANONICALIZE_TOOLS
31
32RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
33RTEMS_CHECK_NETWORKING(RTEMS_BSP)
34
35RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
36
37# try to explicitly list a Makefile here
38AC_OUTPUT(
39Makefile
40)
Note: See TracBrowser for help on using the repository browser.