mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Added a note about the file version being used.
This commit is contained in:
parent
0d7e5e6845
commit
23a7e191b0
@ -45,9 +45,11 @@ export WANT_AUTOCONF_2_5=1
|
|||||||
AUTOCONFVER=`autoconf --version | head -n 1 | sed 's;[^0-9\.];;g'`
|
AUTOCONFVER=`autoconf --version | head -n 1 | sed 's;[^0-9\.];;g'`
|
||||||
case $AUTOCONFVER in
|
case $AUTOCONFVER in
|
||||||
2.1*)
|
2.1*)
|
||||||
|
echo Using autoconf-2.1 style files.
|
||||||
cp acinclude-2.1.m4 acinclude.m4
|
cp acinclude-2.1.m4 acinclude.m4
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
echo Using autoconf-2.5 style files.
|
||||||
cp acinclude-2.5.m4 acinclude.m4
|
cp acinclude-2.5.m4 acinclude.m4
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user