GSOC POSIX Compliance: Stuck trying to build Newlib

Matthew Joyce mfjoyce2004 at gmail.com
Wed Jun 16 10:32:29 UTC 2021


Hi Eshan,

Thanks very much for your follow up! Ok, I see now that if I go into
development/newlib/newlib-cygwin/newlib and run autoreconf -fvi with
the v2.69 using the PATH that Dr. Joel just showed, it starts to run.
It always eventually exits with an error though. (please see attached
.txt). I hope you can read that...I used the command "script" to
output everything to a text file.

Do you have any idea where I might be going wrong?

Thank you!

Sincerely,

Matt

On Tue, Jun 15, 2021 at 8:23 PM Eshan Dhawan <eshandhawan51 at gmail.com> wrote:
>
> Hi matt
> It would work if run inside newlib instead of newlib-cygwin
> run command inside of ../newlib-cygwin/newlib
> instead of ../newlib-cygwin
>
>
> On Tue, Jun 15, 2021 at 10:59 PM Matthew Joyce <mfjoyce2004 at gmail.com> wrote:
>>
>> Ah, ok will do! Thank you for the tip.
>>
>> On Tue, Jun 15, 2021 at 7:17 PM Gedare Bloom <gedare at rtems.org> wrote:
>> >
>> > Just a note, it's more efficient to capture your terminal dump into a
>> > text file and attach that, rather than put a screenshot up.
>> >
>> > On Tue, Jun 15, 2021 at 11:14 AM Matthew Joyce <mfjoyce2004 at gmail.com> wrote:
>> > >
>> > > Hi Gentlemen,
>> > >
>> > > Thanks very much for your quick replies!
>> > >
>> > > I just tried both, but perhaps I'm misinterpreting your suggestions.
>> > > (Could you please see the attached commands / errors!)
>> > >
>> > > Eshan,
>> > >
>> > > I did see that link, but it wasn't clear to me what the solution was...Sorry!
>> > >
>> > > Sincerely,
>> > >
>> > > Matt
>> > >
>> > > On Tue, Jun 15, 2021 at 6:52 PM Eshan Dhawan <eshandhawan51 at gmail.com> wrote:
>> > > >
>> > > > Hi Matt,
>> > > > Try running the command with autoconf version 2.69 that's shipped with RTEMS in the rtems bin
>> > > > That works as well.
>> > > >
>> > > > Also From a quick google search this is what I found : https://superuser.com/questions/617872/cant-locate-autom4te-channeldefs-pm-in-inc-when-it-definitely-is-there
>> > > >
>> > > > On Tue, Jun 15, 2021 at 9:12 PM Matthew Joyce <mfjoyce2004 at gmail.com> wrote:
>> > > >>
>> > > >> Hello Dr. Joel and Eshan,
>> > > >>
>> > > >> I have a patch ready to send to Newlib for the sig function prototypes
>> > > >> and STR2SIG_MAX.
>> > > >>
>> > > >> But to do that, I think I need to have Newlib built, which I must
>> > > >> still be doing wrong. The error that I am getting is attached below.
>> > > >>
>> > > >> I’ve been trying to follow the steps here:
>> > > >> https://medium.com/my-gsoc-2019-journey/apply-newlib-patch-to-rtems-source-builder-6873b0fb31b8
>> > > >> and https://medium.com/my-gsoc-2019-journey/build-newlib-for-sparc-and-arm-architecture-6b3287d4c6f2
>> > > >>
>> > > >> I even had rebuilt everything from scratch to see if that would help,
>> > > >> but I still get the same error. Maybe I cloned the newlib source into
>> > > >> the wrong directory?
>> > > >>
>> > > >> I was hoping to get the patch off to Newlib for review as a first step
>> > > >> while I work on writing the actual methods. When you get a moment,
>> > > >> could you please advise? Thank you very much!
>> > > >>
>> > > >> Sincerely,
>> > > >>
>> > > >> Matt
>> > > _______________________________________________
>> > > devel mailing list
>> > > devel at rtems.org
>> > > http://lists.rtems.org/mailman/listinfo/devel
-------------- next part --------------
Script started on 2021-06-16 11:49:24+02:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="129" LINES="33"]
]777;notify;Command completed;exit\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ cd ~/development/newlib/newlib-cygwin/newlib/
]777;preexec\]777;notify;Command completed;cd ~/development/newlib/newlib-cygwin/newlib/\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ autoconf -V
]777;preexec\autoconf (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
]777;notify;Command completed;autoconf -V\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ echo $PATH
]777;preexec\/opt/autoconf-2.64/bin:/home/mj/.local/bin:/home/mj/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
]777;notify;Command completed;echo $PATH\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ autoreconf =-fvi
]777;preexec\Can't locate Autom4te/ChannelDefs.pm in @INC (you may need to install the Autom4te::ChannelDefs module) (@INC contains: /usr/local/share/autoconf /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /opt/autoconf-2.64/bin/autoreconf line 42.
BEGIN failed--compilation aborted at /opt/autoconf-2.64/bin/autoreconf line 42.
]777;notify;Command completed;autoreconf -fvi\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ export PATH =${HOME}/development/rettems/6/bin:$PATH
]777;preexec\]777;notify;Command completed;export PATH=${HOME}/development/rtems/6/bin:$PATH\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ autoechoautoconf -V
]777;preexec\autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
]777;notify;Command completed;autoconf -V\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ autoreconf -fvi
]777;preexec\autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force -I . -I ..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: tracing
autoreconf: configure.in: adding subdirectory libc to autoreconf
autoreconf: Entering directory `libc'
autoreconf: running: aclocal --force -I .. -I ../..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory machine to autoreconf
autoreconf: Entering directory `machine'
autoreconf: running: aclocal --force -I ../.. -I ../../..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory a29k to autoreconf
autoreconf: Entering directory `a29k'
autoreconf: running: aclocal --force -I ../../.. -I ../../../..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: not using Libtool
autoreconf: running: /home/mj/development/rtems/6/bin/autoconf --force
autoreconf: configure.in: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `a29k'
autoreconf: configure.in: adding subdirectory aarch64 to autoreconf
autoreconf: Entering directory `aarch64'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `aarch64'
autoreconf: configure.in: adding subdirectory amdgcn to autoreconf
autoreconf: Entering directory `amdgcn'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `amdgcn'
autoreconf: configure.in: adding subdirectory arc to autoreconf
autoreconf: Entering directory `arc'
autoreconf: running: aclocal --force -I ../../..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `arc'
autoreconf: configure.in: adding subdirectory arm to autoreconf
autoreconf: Entering directory `arm'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `arm'
autoreconf: configure.in: adding subdirectory bfin to autoreconf
autoreconf: Entering directory `bfin'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `bfin'
autoreconf: configure.in: adding subdirectory cr16 to autoreconf
autoreconf: Entering directory `cr16'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `cr16'
autoreconf: configure.in: adding subdirectory cris to autoreconf
autoreconf: Entering directory `cris'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `cris'
autoreconf: configure.in: adding subdirectory crx to autoreconf
autoreconf: Entering directory `crx'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `crx'
autoreconf: configure.in: adding subdirectory csky to autoreconf
autoreconf: Entering directory `csky'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `csky'
autoreconf: configure.in: adding subdirectory d10v to autoreconf
autoreconf: Entering directory `d10v'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `d10v'
autoreconf: configure.in: adding subdirectory d30v to autoreconf
autoreconf: Entering directory `d30v'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `d30v'
autoreconf: configure.in: adding subdirectory epiphany to autoreconf
autoreconf: Entering directory `epiphany'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:31: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:29: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `epiphany'
autoreconf: configure.in: adding subdirectory fr30 to autoreconf
autoreconf: Entering directory `fr30'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `fr30'
autoreconf: configure.in: adding subdirectory frv to autoreconf
autoreconf: Entering directory `frv'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `frv'
autoreconf: configure.in: adding subdirectory ft32 to autoreconf
autoreconf: Entering directory `ft32'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `ft32'
autoreconf: configure.in: adding subdirectory h8300 to autoreconf
autoreconf: Entering directory `h8300'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `h8300'
autoreconf: configure.in: adding subdirectory h8500 to autoreconf
autoreconf: Entering directory `h8500'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `h8500'
autoreconf: configure.in: adding subdirectory hppa to autoreconf
autoreconf: Entering directory `hppa'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `hppa'
autoreconf: configure.in: adding subdirectory i386 to autoreconf
autoreconf: Entering directory `i386'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../..'.
libtoolize: copying file '../../../../ltmain.sh'
libtoolize: putting macros in '../../..'.
libtoolize: copying file '../../../libtool.m4'
libtoolize: copying file '../../../ltoptions.m4'
libtoolize: copying file '../../../ltsugar.m4'
libtoolize: copying file '../../../ltversion.m4'
libtoolize: copying file '../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `i386'
autoreconf: configure.in: adding subdirectory i960 to autoreconf
autoreconf: Entering directory `i960'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `i960'
autoreconf: configure.in: adding subdirectory iq2000 to autoreconf
autoreconf: Entering directory `iq2000'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `iq2000'
autoreconf: configure.in: adding subdirectory lm32 to autoreconf
autoreconf: Entering directory `lm32'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `lm32'
autoreconf: configure.in: adding subdirectory m32c to autoreconf
autoreconf: Entering directory `m32c'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `m32c'
autoreconf: configure.in: adding subdirectory m32r to autoreconf
autoreconf: Entering directory `m32r'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `m32r'
autoreconf: configure.in: adding subdirectory m68hc11 to autoreconf
autoreconf: Entering directory `m68hc11'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `m68hc11'
autoreconf: configure.in: adding subdirectory m68k to autoreconf
autoreconf: Entering directory `m68k'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `m68k'
autoreconf: configure.in: adding subdirectory m88k to autoreconf
autoreconf: Entering directory `m88k'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `m88k'
autoreconf: configure.in: adding subdirectory mep to autoreconf
autoreconf: Entering directory `mep'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `mep'
autoreconf: configure.in: adding subdirectory microblaze to autoreconf
autoreconf: Entering directory `microblaze'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `microblaze'
autoreconf: configure.in: adding subdirectory mips to autoreconf
autoreconf: Entering directory `mips'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `mips'
autoreconf: configure.in: adding subdirectory riscv to autoreconf
autoreconf: Entering directory `riscv'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `riscv'
autoreconf: configure.in: adding subdirectory mn10200 to autoreconf
autoreconf: Entering directory `mn10200'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `mn10200'
autoreconf: configure.in: adding subdirectory mn10300 to autoreconf
autoreconf: Entering directory `mn10300'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `mn10300'
autoreconf: configure.in: adding subdirectory moxie to autoreconf
autoreconf: Entering directory `moxie'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `moxie'
autoreconf: configure.in: adding subdirectory msp430 to autoreconf
autoreconf: Entering directory `msp430'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:16: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `msp430'
autoreconf: configure.in: adding subdirectory mt to autoreconf
autoreconf: Entering directory `mt'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `mt'
autoreconf: configure.in: adding subdirectory nds32 to autoreconf
autoreconf: Entering directory `nds32'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `nds32'
autoreconf: configure.in: adding subdirectory necv70 to autoreconf
autoreconf: Entering directory `necv70'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `necv70'
autoreconf: configure.in: adding subdirectory nios2 to autoreconf
autoreconf: Entering directory `nios2'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `nios2'
autoreconf: configure.in: adding subdirectory nvptx to autoreconf
autoreconf: Entering directory `nvptx'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `nvptx'
autoreconf: configure.in: adding subdirectory or1k to autoreconf
autoreconf: Entering directory `or1k'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `or1k'
autoreconf: configure.in: adding subdirectory powerpc to autoreconf
autoreconf: Entering directory `powerpc'
autoreconf: running: aclocal --force -I ../../.. -I ../../../.. 
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `powerpc'
autoreconf: configure.in: adding subdirectory pru to autoreconf
autoreconf: Entering directory `pru'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `pru'
autoreconf: configure.in: adding subdirectory rl78 to autoreconf
autoreconf: Entering directory `rl78'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `rl78'
autoreconf: configure.in: adding subdirectory rx to autoreconf
autoreconf: Entering directory `rx'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `rx'
autoreconf: configure.in: adding subdirectory sh to autoreconf
autoreconf: Entering directory `sh'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sh'
autoreconf: configure.in: adding subdirectory sparc to autoreconf
autoreconf: Entering directory `sparc'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sparc'
autoreconf: configure.in: adding subdirectory spu to autoreconf
autoreconf: Entering directory `spu'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `spu'
autoreconf: configure.in: adding subdirectory tic4x to autoreconf
autoreconf: Entering directory `tic4x'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `tic4x'
autoreconf: configure.in: adding subdirectory tic6x to autoreconf
autoreconf: Entering directory `tic6x'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `tic6x'
autoreconf: configure.in: adding subdirectory tic80 to autoreconf
autoreconf: Entering directory `tic80'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `tic80'
autoreconf: configure.in: adding subdirectory v850 to autoreconf
autoreconf: Entering directory `v850'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `v850'
autoreconf: configure.in: adding subdirectory visium to autoreconf
autoreconf: Entering directory `visium'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `visium'
autoreconf: configure.in: adding subdirectory w65 to autoreconf
autoreconf: Entering directory `w65'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `w65'
autoreconf: configure.in: adding subdirectory x86_64 to autoreconf
autoreconf: Entering directory `x86_64'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `x86_64'
autoreconf: configure.in: adding subdirectory xc16x to autoreconf
autoreconf: Entering directory `xc16x'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `xc16x'
autoreconf: configure.in: adding subdirectory xstormy16 to autoreconf
autoreconf: Entering directory `xstormy16'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `xstormy16'
autoreconf: configure.in: adding subdirectory z8k to autoreconf
autoreconf: Entering directory `z8k'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `z8k'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../..'.
libtoolize: copying file '../../../ltmain.sh'
libtoolize: putting macros in '../..'.
libtoolize: copying file '../../libtool.m4'
libtoolize: copying file '../../ltoptions.m4'
libtoolize: copying file '../../ltsugar.m4'
libtoolize: copying file '../../ltversion.m4'
libtoolize: copying file '../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../missing'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `machine'
autoreconf: configure.in: adding subdirectory sys to autoreconf
autoreconf: Entering directory `sys'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory a29khif to autoreconf
autoreconf: Entering directory `a29khif'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `a29khif'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory decstation to autoreconf
autoreconf: Entering directory `decstation'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `decstation'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:31: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:29: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory h8300hms to autoreconf
autoreconf: Entering directory `h8300hms'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `h8300hms'
autoreconf: configure.in: adding subdirectory h8500hms to autoreconf
autoreconf: Entering directory `h8500hms'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `h8500hms'
autoreconf: configure.in: adding subdirectory linux to autoreconf
autoreconf: Entering directory `linux'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: aclocal --force -I ../../../.. -I ../../../../..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: aclocal --force -I ../../../../.. -I ../../../../../..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../../../..'.
libtoolize: copying file '../../../../../../ltmain.sh'
libtoolize: putting macros in '../../../../..'.
libtoolize: copying file '../../../../../libtool.m4'
libtoolize: copying file '../../../../../ltoptions.m4'
libtoolize: copying file '../../../../../ltsugar.m4'
libtoolize: copying file '../../../../../ltversion.m4'
libtoolize: copying file '../../../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../../..'.
libtoolize: copying file '../../../../../ltmain.sh'
libtoolize: putting macros in '../../../..'.
libtoolize: copying file '../../../../libtool.m4'
libtoolize: copying file '../../../../ltoptions.m4'
libtoolize: copying file '../../../../ltsugar.m4'
libtoolize: copying file '../../../../ltversion.m4'
libtoolize: copying file '../../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../../missing'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
autoreconf: configure.in: adding subdirectory linuxthreads to autoreconf
autoreconf: Entering directory `linuxthreads'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: aclocal --force -I ../../../../../.. -I ../../../../../../..
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../../../../..'.
libtoolize: copying file '../../../../../../../ltmain.sh'
libtoolize: putting macros in '../../../../../..'.
libtoolize: copying file '../../../../../../libtool.m4'
libtoolize: copying file '../../../../../../ltoptions.m4'
libtoolize: copying file '../../../../../../ltsugar.m4'
libtoolize: copying file '../../../../../../ltversion.m4'
libtoolize: copying file '../../../../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../../../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../../../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../../../..'.
libtoolize: copying file '../../../../../../ltmain.sh'
libtoolize: putting macros in '../../../../..'.
libtoolize: copying file '../../../../../libtool.m4'
libtoolize: copying file '../../../../../ltoptions.m4'
libtoolize: copying file '../../../../../ltsugar.m4'
libtoolize: copying file '../../../../../ltversion.m4'
libtoolize: copying file '../../../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../../../missing'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../../..'.
libtoolize: copying file '../../../../../ltmain.sh'
libtoolize: putting macros in '../../../..'.
libtoolize: copying file '../../../../libtool.m4'
libtoolize: copying file '../../../../ltoptions.m4'
libtoolize: copying file '../../../../ltsugar.m4'
libtoolize: copying file '../../../../ltversion.m4'
libtoolize: copying file '../../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `linuxthreads'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../..'.
libtoolize: copying file '../../../../ltmain.sh'
libtoolize: putting macros in '../../..'.
libtoolize: copying file '../../../libtool.m4'
libtoolize: copying file '../../../ltoptions.m4'
libtoolize: copying file '../../../ltsugar.m4'
libtoolize: copying file '../../../ltversion.m4'
libtoolize: copying file '../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
argp/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
argp/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
cmath/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
cmath/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
dl/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
dl/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
iconv/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
iconv/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
intl/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
intl/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
net/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
net/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
autoreconf: Leaving directory `linux'
autoreconf: configure.in: adding subdirectory m88kbug to autoreconf
autoreconf: Entering directory `m88kbug'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `m88kbug'
autoreconf: configure.in: adding subdirectory mmixware to autoreconf
autoreconf: Entering directory `mmixware'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `mmixware'
autoreconf: configure.in: adding subdirectory netware to autoreconf
autoreconf: Entering directory `netware'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `netware'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory phoenix to autoreconf
autoreconf: Entering directory `phoenix'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: subdirectory esirisc not present
autoreconf: configure.in: subdirectory i386 not present
autoreconf: configure.in: subdirectory powerpc not present
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `phoenix'
autoreconf: configure.in: adding subdirectory rdos to autoreconf
autoreconf: Entering directory `rdos'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `rdos'
autoreconf: configure.in: adding subdirectory rtems to autoreconf
autoreconf: Entering directory `rtems'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `rtems'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory sparc64 to autoreconf
autoreconf: Entering directory `sparc64'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sparc64'
autoreconf: configure.in: adding subdirectory sun4 to autoreconf
autoreconf: Entering directory `sun4'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sun4'
autoreconf: configure.in: adding subdirectory sysmec to autoreconf
autoreconf: Entering directory `sysmec'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sysmec'
autoreconf: configure.in: adding subdirectory sysnec810 to autoreconf
autoreconf: Entering directory `sysnec810'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sysnec810'
autoreconf: configure.in: adding subdirectory sysnecv850 to autoreconf
autoreconf: Entering directory `sysnecv850'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sysnecv850'
autoreconf: configure.in: adding subdirectory sysvi386 to autoreconf
autoreconf: Entering directory `sysvi386'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sysvi386'
autoreconf: configure.in: adding subdirectory sysvnecv70 to autoreconf
autoreconf: Entering directory `sysvnecv70'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sysvnecv70'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory tirtos to autoreconf
autoreconf: Entering directory `tirtos'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `tirtos'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: adding subdirectory z8ksim to autoreconf
autoreconf: Entering directory `z8ksim'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `z8ksim'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../..'.
libtoolize: copying file '../../../ltmain.sh'
libtoolize: putting macros in '../..'.
libtoolize: copying file '../../libtool.m4'
libtoolize: copying file '../../ltoptions.m4'
libtoolize: copying file '../../ltsugar.m4'
libtoolize: copying file '../../ltversion.m4'
libtoolize: copying file '../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../missing'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `sys'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../..'.
libtoolize: copying file '../../ltmain.sh'
libtoolize: putting macros in '..'.
libtoolize: copying file '../libtool.m4'
libtoolize: copying file '../ltoptions.m4'
libtoolize: copying file '../ltsugar.m4'
libtoolize: copying file '../ltversion.m4'
libtoolize: copying file '../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:49: installing '../../missing'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
argz/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
argz/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
ctype/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
ctype/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
errno/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
errno/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
iconv/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
iconv/Makefile.am:2: warning: support for Cygnus-style trees is deprecated
iconv/ccs/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
iconv/ccs/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
iconv/ccs/binary/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
iconv/ces/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
iconv/ces/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
iconv/lib/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
iconv/lib/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
locale/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
locale/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
misc/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
misc/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
posix/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
posix/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
reent/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
reent/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
search/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
search/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
signal/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
signal/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
ssp/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
ssp/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
stdio/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
stdio/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
stdio64/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
stdio64/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
stdlib/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
stdlib/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
string/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
string/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
syscalls/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
syscalls/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
time/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
time/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
unix/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
unix/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
xdr/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
xdr/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
autoreconf: Leaving directory `libc'
autoreconf: configure.in: adding subdirectory libm to autoreconf
autoreconf: Entering directory `libm'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../..'.
libtoolize: copying file '../../../../ltmain.sh'
libtoolize: putting macros in '../../..'.
libtoolize: copying file '../../../libtool.m4'
libtoolize: copying file '../../../ltoptions.m4'
libtoolize: copying file '../../../ltsugar.m4'
libtoolize: copying file '../../../ltversion.m4'
libtoolize: copying file '../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
configure.in:8: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
configure.in:8: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../../..'.
libtoolize: copying file '../../../../ltmain.sh'
libtoolize: putting macros in '../../..'.
libtoolize: copying file '../../../libtool.m4'
libtoolize: copying file '../../../ltoptions.m4'
libtoolize: copying file '../../../ltsugar.m4'
libtoolize: copying file '../../../ltversion.m4'
libtoolize: copying file '../../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../../missing'
Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
configure.in:11: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
configure.in:8: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
configure.in:8: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
configure.in:8: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../../..'.
libtoolize: copying file '../../../ltmain.sh'
libtoolize: putting macros in '../..'.
libtoolize: copying file '../../libtool.m4'
libtoolize: copying file '../../ltoptions.m4'
libtoolize: copying file '../../ltsugar.m4'
libtoolize: copying file '../../ltversion.m4'
libtoolize: copying file '../../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../../missing'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../..'.
libtoolize: copying file '../../ltmain.sh'
libtoolize: putting macros in '..'.
libtoolize: copying file '../libtool.m4'
libtoolize: copying file '../ltoptions.m4'
libtoolize: copying file '../ltsugar.m4'
libtoolize: copying file '../ltversion.m4'
libtoolize: copying file '../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:40: installing '../../missing'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
common/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
common/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
complex/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
complex/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
fenv/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fenv/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
math/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
math/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
mathfp/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
mathfp/Makefile.am:3: warning: support for Cygnus-style trees is deprecated
autoreconf: Leaving directory `libm'
autoreconf: configure.in: adding subdirectory doc to autoreconf
autoreconf: Entering directory `doc'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
autoreconf: Leaving directory `doc'
autoreconf: configure.in: adding subdirectory iconvdata to autoreconf
autoreconf: Entering directory `iconvdata'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '../..'.
libtoolize: copying file '../../ltmain.sh'
libtoolize: putting macros in '..'.
libtoolize: copying file '../libtool.m4'
libtoolize: copying file '../ltoptions.m4'
libtoolize: copying file '../ltsugar.m4'
libtoolize: copying file '../ltversion.m4'
libtoolize: copying file '../lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([..])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing '../../missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:3: warning: support for Cygnus-style trees is deprecated
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory `iconvdata'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '..'.
libtoolize: copying file '../ltmain.sh'
libtoolize: putting macros in '.'.
libtoolize: copying file './libtool.m4'
libtoolize: copying file './ltoptions.m4'
libtoolize: copying file './ltsugar.m4'
libtoolize: copying file './ltversion.m4'
libtoolize: copying file './lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: /home/mj/development/rtems/6/bin/autoheader --force
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
autoheader: warning: missing template: _NANO_MALLOC
autoheader: Use AC_DEFINE([_NANO_MALLOC], [], [Description])
autoheader: warning: missing template: _REENT_GLOBAL_ATEXIT
autoheader: warning: missing template: _RETARGETABLE_LOCKING
autoheader: warning: missing template: _WANT_REENT_GLOBAL_STDIO_STREAMS
autoheader: warning: missing template: _WANT_REGISTER_FINI
autoheader: warning: missing template: _WANT_USE_LONG_TIME_T
autoreconf: /home/mj/development/rtems/6/bin/autoheader failed with exit status: 1
]777;notify;Command completed;autoreconf -fvi\]777;precmd\]0;mj at fedora:~/development/newlib/newlib-cygwin/newlib\]7;file://fedora/home/mj/development/newlib/newlib-cygwin/newlib\[mj@localhost newlib]$ lsexit
]777;preexec\exit

Script done on 2021-06-16 11:59:00+02:00 [COMMAND_EXIT_CODE="1"]


More information about the devel mailing list