old versions ignore other efforts to include our own m4 directory, so spceify it on the command line

This commit is contained in:
Isaac Connor 2015-04-01 12:19:27 -04:00
parent 5592f52cf8
commit 2591e946af
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
aclocal
aclocal -I m4
autoheader
automake --add-missing
autoconf