4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-24 17:47:46 +08:00
Mike Frysinger f034d8ad19 newlib: drop support for $aext
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.
2022-02-09 23:34:17 -05:00

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