mirror of
https://github.com/love2d/love.git
synced 2026-08-20 12:40: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."
|
[[ -x ${AUTOMAKE} ]] || die "Could not find automake."
|
||||||
|
|
||||||
automagic() {
|
automagic() {
|
||||||
cp platform/unix/configure.in .
|
cp platform/unix/configure.ac .
|
||||||
cp platform/unix/Makefile.am .
|
cp platform/unix/Makefile.am .
|
||||||
|
|
||||||
if ! sh platform/unix/gen-makefile; then
|
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_INIT_AUTOMAKE([foreign -Wall foreign tar-ustar silent-rules])
|
||||||
AM_SILENT_RULES
|
AM_SILENT_RULES
|
||||||
AC_PREFIX_DEFAULT([/usr])
|
AC_PREFIX_DEFAULT([/usr])
|
||||||
AM_PROG_AR
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
Reference in New Issue
Block a user