Feature #1730 ยป 0006-Update-BUG_URL-to-redmine.patch
| configure.ac | ||
|---|---|---|
|
dnl Process this file with autoconf to produce a configure script.
|
||
|
AC_INIT([Freeciv], m4_esyscmd([./fc_version | tr -d '\n']),
|
||
|
[https://osdn.net/projects/freeciv/ticket/],
|
||
|
[https://redmine.freeciv.org/projects/freeciv],
|
||
|
[freeciv])
|
||
|
AC_PREREQ(2.61)
|
||