source: trunk/libs/newlib/src/newlib/libc/machine/epiphany/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.9 KB
Line 
1dnl This is the newlib/libc/machine/epiphany configure.in file.
2
3dnl Copyright (c) 2011, 2012 Adapteva, Inc.
4dnl All rights reserved.
5
6dnl Redistribution and use in source and binary forms, with or without
7dnl modification, are permitted provided that the following conditions are met:
8dnl  * Redistributions of source code must retain the above copyright notice,
9dnl    this list of conditions and the following disclaimer.
10dnl  * Redistributions in binary form must reproduce the above copyright
11dnl    notice, this list of conditions and the following disclaimer in the
12dnl    documentation and/or other materials provided with the distribution.
13dnl  * Neither the name of Adapteva nor the names of its contributors may be
14dnl    used to endorse or promote products derived from this software without
15dnl    specific prior written permission.
16
17dnl THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18dnl AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19dnl IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20dnl ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
21dnl LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22dnl CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23dnl SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24dnl INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25dnl CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26dnl ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27dnl POSSIBILITY OF SUCH DAMAGE.
28
29dnl Process this file with autoconf to produce a configure script.
30
31AC_PREREQ(2.59)
32AC_INIT([newlib],[NEWLIB_VERSION])
33AC_CONFIG_SRCDIR([Makefile.am])
34
35dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
36AC_CONFIG_AUX_DIR(../../../..)
37
38NEWLIB_CONFIGURE(../../..)
39
40AC_CONFIG_FILES([Makefile])
41AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.