reduce autoconf vers (for mingw)

This commit is contained in:
Christopher Mosher 2013-12-20 18:13:20 -05:00
parent c3c53639d2
commit a7fe01e946

View File

@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(epple2, 1.2-SNAPSHOT)
AC_PREREQ(2.69)
AC_PREREQ(2.68)
AC_CONFIG_SRCDIR([src/apple2.cpp])