mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-06-17 06:24:10 +02: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
|