autotools: compensate for version removal

Günther Brammer 2010-10-02 20:06:45 +02:00
parent d6d0d4e2e5
commit 00c7517866
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(clonk, m4_format([[[%s.%s.%s.%s]]], m4_include(version)))
AC_INIT(clonk, 5)
AC_COPYRIGHT([©2005-2010 Günther Brammer])
AC_CONFIG_SRCDIR([/src/C4Game.cpp])
AC_CONFIG_AUX_DIR([autotools])