source: trunk/libs/newlib/src/newlib/libc/machine/msp430/configure.in @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 1.1 KB
Line 
1# Copyright (c) 2013  Red Hat, Inc. All rights reserved.
2#
3# This copyrighted material is made available to anyone wishing to use,
4# modify, copy, or redistribute it subject to the terms and conditions
5# of the BSD License.   This program is distributed in the hope that
6# it will be useful, but WITHOUT ANY WARRANTY expressed or implied,
7# including the implied warranties of MERCHANTABILITY or FITNESS FOR
8# A PARTICULAR PURPOSE.  A copy of this license is available at
9# http://www.opensource.org/licenses. Any Red Hat trademarks that are
10# incorporated in the source code or documentation are not subject to
11# the BSD License and may only be used or replicated with the express
12# permission of Red Hat, Inc.
13
14dnl This is the newlib/libc/machine/msp430 configure.in file.
15dnl Process this file with autoconf to produce a configure script.
16
17AC_PREREQ(2.59)
18AC_INIT([newlib],[NEWLIB_VERSION])
19AC_CONFIG_SRCDIR([setjmp.S])
20
21dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
22AC_CONFIG_AUX_DIR(../../../..)
23
24NEWLIB_CONFIGURE(../../..)
25
26AC_CONFIG_FILES([Makefile])
27AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.