Setting minimum needed automake version.

This commit is contained in:
yabause 2009-01-07 21:08:47 +00:00
parent cb7887b1ec
commit 7877dbaa9b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ case $target in
esac
AC_SUBST(desmume_arch)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([1.10])
dnl -- make sure we have a C compiler
AC_PROG_CC