(Hopefully) fix some issues with older version of autotools

This commit is contained in:
Bart van Strien
2012-08-27 15:57:39 +02:00
parent 7baf22c0e3
commit c4133f2489
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ AUTOMAKE=$(which automake)
[[ -x ${AUTOMAKE} ]] || die "Could not find automake."
automagic() {
cp platform/unix/configure.in .
cp platform/unix/configure.ac .
cp platform/unix/Makefile.am .
if ! sh platform/unix/gen-makefile; then