Updated configure with autoconf 2.58. Set the bug report address.

This commit is contained in:
Alexandre Julliard 2004-01-02 01:55:29 +00:00
parent bb0d6b7202
commit 875927f67e
3 changed files with 3807 additions and 1526 deletions

4169
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ dnl See ChangeLog file for detailed change history.
m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)],[\1]))
AC_PREREQ(2.53)
AC_INIT([Wine],WINE_VERSION)
AC_INIT([Wine],WINE_VERSION,[wine-devel@winehq.org])
AC_CONFIG_SRCDIR(server/atom.c)
AC_CONFIG_HEADERS(include/config.h)
AC_CONFIG_AUX_DIR(tools)

File diff suppressed because it is too large Load Diff