File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ set_default_version()
88
88
" bison:3.0.4"
89
89
" pkg-config:0.28"
90
90
" make:4.1"
91
+ " m4:1.4.17"
91
92
" _unknown:0"
92
93
)
93
94
for package in " ${package_version[@]} " ; do
@@ -162,6 +163,7 @@ check_prerequisites()
162
163
" bison:wget"
163
164
" pkg-config:wget"
164
165
" make:ftp"
166
+ " m4:ftp"
165
167
" _unknown:0"
166
168
)
167
169
for package in " ${package_download_mechanism[@]} " ; do
@@ -207,6 +209,7 @@ download_if_necessary()
207
209
package_url_head=(
208
210
" gcc;svn://gcc.gnu.org/svn/gcc/"
209
211
" wget;ftp.gnu.org:/gnu/wget/"
212
+ " m4;ftp.gnu.org:/gnu/m4/"
210
213
" pkg-config;http://pkgconfig.freedesktop.org/releases/"
211
214
" mpich;http://www.mpich.org/static/downloads/$version_to_build /"
212
215
" flex;http://sourceforge.net/projects/flex/files/"
@@ -242,6 +245,7 @@ download_if_necessary()
242
245
package_url_tail=(
243
246
" gcc;$gcc_tail "
244
247
" wget;wget-$version_to_build .tar.xz"
248
+ " m4;m4-$version_to_build .tar.xz"
245
249
" pkg-config;pkg-config-$version_to_build .tar.gz"
246
250
" mpich;mpich-$version_to_build .tar.gz"
247
251
" flex;flex-$version_to_build .tar.xz"
You can’t perform that action at this time.
0 commit comments