Changes between Version 12 and Version 13 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Apr 1, 2011, 6:55:05 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v12 v13  
    9696
    9797== 8. Installing Autoconf, Automake and Libtool ==
    98 
     98Verify which versions of these you have with
     99
     100autoconf --version
     101etc.
     102
     103If they are not newer than below then download and install.
    99104Download the source code from the GNU site:
    100105
     
    116121Now you will get the folders you have copied to the directory listed. The names of the folders will be different than in this example if you have newer releases of the tools. Configure, compile and install autoconf.
    117122{{{
    118 # tar xvfz autoconf-2.65.tar.gz
    119 # cd autoconf-2.65
    120 # ./configure --prefix=/c/mingw
    121 # make
    122 # make install
    123 # autoconf --version
     123 tar xvfz autoconf-2.65.tar.gz
     124 cd autoconf-2.65
     125 ./configure --prefix=/c/mingw
     126 make
     127 make install
     128 autoconf --version
    124129}}}
    125130If it says you are running lower than 2.63, most likely you have another one installed in addition.  Running the below will tell you which one it is picking up.