1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

Extras/tools: force the last version of m4

Previous ones are refused by autoconf
This commit is contained in:
Jean-Baptiste Kempf 2013-08-15 16:52:17 +02:00
parent 1d83cf55da
commit 3581f8630a
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ fi
check autoconf 2.67
check automake 1.11
check m4
check m4 1.4.16
check libtool 2.2
check pkg-config
check cmake

View File

@ -171,7 +171,7 @@ m4: m4-$(M4_VERSION).tar.gz
$(UNPACK)
$(MOVE)
.m4: m4 .autoconf
.m4: m4
(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@