From c59f99522fb88de1c42b2bf5c72b91fca346e08b Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 30 Oct 2001 09:19:59 +0000 Subject: Explicity run aclocal and autoheader --- games/quakeforge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/quakeforge') diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 831fc13dcad9..c2877e1a43a4 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -30,7 +30,6 @@ USE_GMAKE= yes USE_AUTOCONF= yes USE_XLIB= yes PLIST= ${WRKDIR}/PLIST -AUTOCONF= ${WRKSRC}/bootstrap BINARIES= quake-x11 quake-sdl qw-client-x11 qw-client-sdl qw-server @@ -56,6 +55,8 @@ pre-configure: .if !defined(WITH_GLX) @${ECHO_MSG} "Define WITH_GLX to use GLX (otherwise it is explicitly disabled!)" .endif + @cd ${WRKSRC} ; aclocal + @cd ${WRKSRC} ; autoheader do-install: @${CP} ${PKGDIR}/pkg-plist ${PLIST} -- cgit