Put home page URL into configure --help

This commit is contained in:
Markus Armbruster 2012-01-21 10:44:57 +01:00
parent 39c4e957a4
commit f7533451d0
2 changed files with 6 additions and 4 deletions

View file

@ -36,8 +36,9 @@
# POSIX, and when something breaks on some oddball machine, see # POSIX, and when something breaks on some oddball machine, see
# whether it's worth fixing. # whether it's worth fixing.
AC_PREREQ(2.59) AC_PREREQ(2.64)
AC_INIT([Wolfpack Empire], [4.3.30], [wolfpack@wolfpackempire.com], [empire]) AC_INIT([Wolfpack Empire], [4.3.30], [wolfpack@wolfpackempire.com], [empire],
[http://www.wolfpackempire.com/])
AC_CONFIG_SRCDIR([include/combat.h]) AC_CONFIG_SRCDIR([include/combat.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])

View file

@ -36,8 +36,9 @@
# POSIX, and when something breaks on some oddball machine, see # POSIX, and when something breaks on some oddball machine, see
# whether it's worth fixing. # whether it's worth fixing.
AC_PREREQ(2.59) AC_PREREQ(2.64)
AC_INIT([Empire Client], [4.3.30], [wolfpack@wolfpackempire.com]) AC_INIT([Empire Client], [4.3.30], [wolfpack@wolfpackempire.com],,
[http://www.wolfpackempire.com/])
AC_CONFIG_SRCDIR([empire.6]) AC_CONFIG_SRCDIR([empire.6])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])