source: rtems/cpukit/libblock/configure.ac @ 9b353a5

4.104.114.84.95
Last change on this file since 9b353a5 was 9b353a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 08:47:30

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 519 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.57)
6AC_INIT([rtems-cpukit-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([src/bdbuf.c])
8RTEMS_TOP(../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11RTEMS_CANONICAL_HOST
12
13AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.7.2])
14AM_MAINTAINER_MODE
15
16RTEMS_ENV_RTEMSCPU
17RTEMS_CHECK_CPU
18RTEMS_PROG_CC_FOR_TARGET
19
20RTEMS_CANONICALIZE_TOOLS
21AC_PROG_RANLIB
22
23# Explicitly list all Makefiles here
24AC_CONFIG_FILES([Makefile])
25AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.