autotools: fixed build with old versions of automake

Automake-1.11 and some newer versions fail if m4/ doesn't exist. This
behaviour was changed to warning in version 1.13.2.
This commit is contained in:
Dmitry Podgorny
2015-01-03 01:01:07 +02:00
parent 86f913b001
commit 57ed30b2bc

View File

@@ -1,3 +1,5 @@
#!/bin/sh
# Some versions of aclocal fail if m4/ doesn't exist
mkdir -p m4
autoreconf -i