> On current mainline (with --enable-languages=c,c++,objc,java) fastjar.info > is not installed any longer, even though it is created in the object tree. > > This is a change from 3.3, and given that we create that file, shouldn't > we also install it? Initially I just regened Makefile.in with automake-1.4 --cygnus which will install the info file properly, but then make all would not generate the info file. So I was about to modify the makeinfo hack to do just that, when I read that the hack existed solely because we were using automake 1.4. Since some portions of GCC already require automake 1.7, I followed the comment's suggestions by defining AM_MAKEINFOFLAGS, deleting the hack and regen-ing with automake 1.7.6 and autoconf 2.57. Whilst I was there I deleted four superfluous files since we do have a toplevel (this hunk would not apply to the fastjar mainline, if it is still active) Bootstrapped and regtested i686-pc-cygwin. make install now works as expected. OK to install? Kelley Cook