On 29/10/2015 20:53, Roger Pack wrote:
As a note, running this:
setup-x86.exe ^
--quiet-mode ^
--no-admin ^
--no-startmenu ^
--no-shortcuts ^
--no-desktop ^
--site http://mirrors.xmission.com/cygwin/ ^
--root %cd% ^
--packages ^
ed,curl,wget,subversion,texinfo,gcc-g++,bison,flex,cvs,yasm,automake,libtool,autoconf,gcc-core,cmake,git,make,pkg-config,zlib1g-dev,mercurial,unzip,pax,ncurses,patch
downloads seemingly lots of versions of particular packages [?] (note
the duplicates of autoconf and automake, various versions:
[cut]
Not sure if that's expected or not.
Cheers!
-roger-
Setup is correct.
Autoconf and automake are wrapper managing
alternative version of the same package.
If you looks on setup.ini content:
@ autoconf
sdesc: "Wrapper scripts for autoconf commands"
ldesc: "Wrapper scripts for autoconf commands"
category: Devel
requires: bash sed autoconf2.1 autoconf2.5 cygwin
....
@ automake
sdesc: "Wrapper scripts for automake and aclocal"
ldesc: "Wrapper scripts for automake and aclocal"
category: Devel
requires: bash gawk automake1.4 automake1.5 automake1.6 automake1.7
automake1.8 automake1.9 automake1.10 automake1.11 automake1.12
automake1.13 automake1.14 automake1.15 cygwin
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple