> [mailto:[EMAIL PROTECTED] On Behalf Of Charles Wilson > Brian Ford wrote: > > Incidentally, the command referenced there: > > > > /usr/sbin/alternatives --set automake /usr/bin/automake-1.4 > > > > never worked for me. I just tried all permutations of > automake again > > and only /usr/bin/automake-1.9 is accepted. All others > give something like: > > > > /usr/bin/automake-1.4 has not been configured as an alternative for > > automake > > Sounds like, for whatever reason, the postinstall scripts > were never executed. Take a look at > /var/lib/alternatives/automake. It should look something like this:
[You example is down below] My entire file looks like this: ----START /var/lib/alternatives/automake----- auto /usr/bin/automake aclocal /usr/bin/aclocal /usr/bin/automake-1.4 10 /usr/bin/aclocal-1.4 -----------END FILE---------- That's the entire thing, and it looks sick due to the 1.4 references and lack of higher numbers.... -- Herb Martin > -----Original Message----- > From: [EMAIL PROTECTED] > -----------clip---------- > auto > /usr/bin/automake > aclocal > /usr/bin/aclocal > automake-info > /usr/share/info/automake.info.gz > > /usr/bin/automake-1.4 > 10 > /usr/bin/aclocal-1.4 > > /usr/bin/automake-1.6 > 20 > /usr/bin/aclocal-1.6 > > /usr/bin/automake-1.7 > 30 > /usr/bin/aclocal-1.7 > > /usr/bin/automake-1.8 > 40 > /usr/bin/aclocal-1.8 > > /usr/bin/automake-1.9 > 50 > /usr/bin/aclocal-1.9 > /usr/share/info/automake1.9.info.gz > -----------clip---------- > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/