mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-18 05:43:17 +01:00
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
AC_PREREQ(2.59)
|
|
AC_INIT([newlib], [NEWLIB_VERSION])
|
|
AC_CONFIG_SRCDIR([crt0.c])
|
|
AC_CONFIG_AUX_DIR(../../../..)
|
|
NEWLIB_CONFIGURE(../../..)
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|