Use 5 parameter version of AC_INIT()

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@578 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2016-01-15 20:22:57 +00:00
parent 13a776a6f9
commit e04fd75288
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT([etr], [0.7.99], [https://sourceforge.net/apps/phpbb/extremetuxracer])
AC_PREREQ([2.64])
AC_INIT([Extreme Tux Racer], [0.7.99], [https://sourceforge.net/projects/extremetuxracer],
[etr], [http://sourceforge.net/projects/extremetuxracer])
AC_CONFIG_SRCDIR([src/gui.cpp])
AC_CONFIG_HEADERS([etr_config.h])