Hi , I'm trying to add new options to newlib.I get all different sort of errors when I run autoconf,automake.. How can I recreate the config files and sync with automake (GNU automake) 1.15, autoconf (GNU Autoconf) 2.69, libtool (GNU libtool) 2.4.6 ?
List of errors: 1)newlib/libc$ autoconf configure.in:37: error: possibly undefined macro: AM_CONDITIONAL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:71: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.in:72: error: possibly undefined macro: AM_PROG_LIBTOOL 2) newlib/libc$ automake automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal) 3) configure.in:11: error: support for Cygnus-style trees has been removed autoreconf: automake failed with exit status: 1 Thanks, Deepa