mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-25 01:57:17 +08:00
This was needed only to support libtool in case the library ended in .la instead of .a, but we dropped libtool, so drop this too.
19 lines
448 B
Plaintext
19 lines
448 B
Plaintext
dnl This is the newlib/libc/sys/phoenix configure.in file.
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_INIT([newlib],[NEWLIB_VERSION])
|
|
AC_CONFIG_SRCDIR([phoenix.c])
|
|
|
|
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
|
|
AC_CONFIG_AUX_DIR(../../../..)
|
|
|
|
NEWLIB_CONFIGURE(../../..)
|
|
|
|
AC_CONFIG_SUBDIRS(machine)
|
|
|
|
PHOENIX_MACH_LIB=machine/lib.a
|
|
AC_SUBST(PHOENIX_MACH_LIB)
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|