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()
8888 " bison:3.0.4"
8989 " pkg-config:0.28"
9090 " make:4.1"
91+ " m4:1.4.17"
9192 " _unknown:0"
9293 )
9394 for package in " ${package_version[@]} " ; do
@@ -162,6 +163,7 @@ check_prerequisites()
162163 " bison:wget"
163164 " pkg-config:wget"
164165 " make:ftp"
166+ " m4:ftp"
165167 " _unknown:0"
166168 )
167169 for package in " ${package_download_mechanism[@]} " ; do
@@ -207,6 +209,7 @@ download_if_necessary()
207209 package_url_head=(
208210 " gcc;svn://gcc.gnu.org/svn/gcc/"
209211 " wget;ftp.gnu.org:/gnu/wget/"
212+ " m4;ftp.gnu.org:/gnu/m4/"
210213 " pkg-config;http://pkgconfig.freedesktop.org/releases/"
211214 " mpich;http://www.mpich.org/static/downloads/$version_to_build /"
212215 " flex;http://sourceforge.net/projects/flex/files/"
@@ -242,6 +245,7 @@ download_if_necessary()
242245 package_url_tail=(
243246 " gcc;$gcc_tail "
244247 " wget;wget-$version_to_build .tar.xz"
248+ " m4;m4-$version_to_build .tar.xz"
245249 " pkg-config;pkg-config-$version_to_build .tar.gz"
246250 " mpich;mpich-$version_to_build .tar.gz"
247251 " flex;flex-$version_to_build .tar.xz"
You can’t perform that action at this time.
0 commit comments