OSDN Git Service

Use datarootdir for locales.
[pf3gnuchains/pf3gnuchains4x.git] / newlib / libc / sys / linux / machine / i386 / configure.in
1 dnl This is the newlib/libc/sys/linux/machine/i386 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([crt0.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 _LT_PROG_ECHO_BACKSLASH
18 AC_PROG_AWK
19 if test "${use_libtool}" = "yes"; then
20 AC_LIBTOOL_WIN32_DLL
21 AM_PROG_LIBTOOL
22 fi
23
24 AC_CONFIG_FILES([Makefile])
25 AC_OUTPUT