mirror of
https://github.com/love2d/love.git
synced 2026-08-21 21:15:09 +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
|
||||
|
||||
@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/love.cpp])
|
||||
AM_INIT_AUTOMAKE([foreign -Wall foreign tar-ustar silent-rules])
|
||||
AM_SILENT_RULES
|
||||
AC_PREFIX_DEFAULT([/usr])
|
||||
AM_PROG_AR
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
Reference in New Issue
Block a user