OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [linuxthreads/] [configure.in] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
dnl This is the newlib/libc/sys/linux/linuxthreads configure.in file.
2
dnl Process this file with autoconf to produce a configure script.
3
 
4
AC_PREREQ(2.59)
5
AC_INIT([newlib],[NEWLIB_VERSION])
6
AC_CONFIG_SRCDIR([attr.c])
7
 
8
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
9
AC_CONFIG_AUX_DIR(../../../../..)
10
 
11
NEWLIB_CONFIGURE(../../../..)
12
 
13
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
14
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
15
dnl line of the macro which fail because appropriate LDFLAGS are not set.
16
_LT_DECL_SED
17
AC_PROG_AWK
18
if test "${use_libtool}" = "yes"; then
19
AC_LIBTOOL_WIN32_DLL
20
AM_PROG_LIBTOOL
21
fi
22
 
23
if test -n "${machine_dir}"; then
24
  MACHINE_OBJLIST=machine/${machine_dir}/objectlist.awk.in
25
  MACHINE_LIB=machine/${machine_dir}/lib.a
26
fi
27
AC_SUBST(MACHINE_OBJLIST)
28
AC_SUBST(MACHINE_LIB)
29
 
30
AC_CONFIG_SUBDIRS(machine)
31
 
32
AC_CONFIG_FILES([Makefile])
33
AC_OUTPUT

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.