(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." [[ -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