mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-25 16:47:20 +08:00
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
|
|
||
|
AC_INIT([newlib],[NEWLIB_VERSION])
|
||
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||
|
|
||
|
AC_CONFIG_AUX_DIR(../../../..)
|
||
|
|
||
|
NEWLIB_CONFIGURE(../../..)
|
||
|
|
||
|
AC_CONFIG_FILES([Makefile])
|
||
|
AC_OUTPUT
|