mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
(Hopefully) fix some issues with older version of autotools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user