From e429195f91c20fec8732f466904723ecbe1d2f97 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 20 Aug 2002 07:10:16 +0000 Subject: [PATCH] allow qfdefs to build standalone again (thanks, raorn) --- tools/qfdefs/configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/qfdefs/configure.in b/tools/qfdefs/configure.in index d72e5f8ef..a7c2baa2d 100644 --- a/tools/qfdefs/configure.in +++ b/tools/qfdefs/configure.in @@ -97,6 +97,10 @@ if test "x$HAVE_QF" != xno; then ) fi +QFDEFS_LIBS="-lQFgamecode -lQFutil" +QFDEFS_DEPS="" +QFDEFS_INCS="" + if test "x$HAVE_QF" = xno; then echo '***' echo '*** You seem to not have the QuakeForge libs & headers installed' @@ -104,6 +108,10 @@ if test "x$HAVE_QF" = xno; then exit 1 fi +AC_SUBST(QFDEFS_LIBS) +AC_SUBST(QFDEFS_DEPS) +AC_SUBST(QFDEFS_INCS) + AC_OUTPUT( include/Makefile source/Makefile