old versions ignore other efforts to include our own m4 directory, so spceify it on the command line
This commit is contained in:
parent
5592f52cf8
commit
2591e946af
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
aclocal
|
aclocal -I m4
|
||||||
autoheader
|
autoheader
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Reference in New Issue