Changes between Version 12 and Version 13 of DevWikiWinMingWSys_20
- Timestamp:
- 04/01/11 06:55:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v12 v13 96 96 97 97 == 8. Installing Autoconf, Automake and Libtool == 98 98 Verify which versions of these you have with 99 100 autoconf --version 101 etc. 102 103 If they are not newer than below then download and install. 99 104 Download the source code from the GNU site: 100 105 … … 116 121 Now 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. 117 122 {{{ 118 #tar xvfz autoconf-2.65.tar.gz119 #cd autoconf-2.65120 #./configure --prefix=/c/mingw121 #make122 #make install123 #autoconf --version123 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 124 129 }}} 125 130 If 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.