- Applied patch from Marc Leeman to specify the location of

autoconf helper scripts.
This commit is contained in:
Jamie Wilkinson 2003-01-01 02:34:13 +00:00
parent f501f57e5c
commit 44db620af6
2 changed files with 2 additions and 0 deletions

1
THANKS
View file

@ -19,6 +19,7 @@ Ryan C. Gordon <icculus@clutteredmind.org>
Peter Hardy <peter@hardy.dropbear.id.au>
Chris Ison <wildcode@quakeforge.net>
Paul Jenner <psj.home@ntlworld.com>
Mark Leeman <mleeman@users.sourceforge.net>
Ragnvald Maartman-Moe IV <despair@quakeforge.net>
Brady McCary <mccary@tamu.edu>
Faried Nawaz <fn@hungry.org>

View file

@ -6,6 +6,7 @@ AC_REVISION($Revision$) dnl
AC_PREREQ(2.50)
AC_INIT(quake2, 0.1, quake2-devel@lists.quakeforge.net)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_SRCDIR(src/main.c)
AM_CONFIG_HEADER(config.h)