Fix docs and build system.

This commit is contained in:
Jack Moffitt
2012-02-07 22:40:55 -07:00
parent 90d4c54d81
commit 9b50b56dbb
6 changed files with 77 additions and 76 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/bash
#!/bin/sh
aclocal
ACFLAGS=""
if [ -d /usr/local/share/aclocal ]; then
ACFLAGS="-I /usr/local/share/aclocal"
fi
aclocal ${ACFLAGS}
automake --add-missing --foreign --copy
autoconf
autoconf