mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-17 19:36:22 +00:00
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:
@@ -1,3 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Some versions of aclocal fail if m4/ doesn't exist
|
||||||
|
mkdir -p m4
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|||||||
Reference in New Issue
Block a user