source: rtems/c/src/lib/libcpu/configure.ac @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 445 bytes
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
[9b5c258]5AC_PREREQ(2.57)
[7273b6e]6AC_INIT([rtems-c-src-lib-libcpu],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
[d7aecdc]7AC_CONFIG_SRCDIR([README])
8RTEMS_TOP(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
[ccd81b60]11AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
[d7aecdc]12AM_MAINTAINER_MODE
13
14RTEMS_CHECK_CPU
15RTEMS_CANONICAL_HOST
16
17RTEMS_CPU_SUBDIRS
18
19# Explicitly list all Makefiles here
20AC_CONFIG_FILES([Makefile])
21AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.