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
|
||||
aclocal
|
||||
aclocal -I m4
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
|
|
Loading…
Reference in New Issue