From eff640b28f6c4414d604329865719990eb70ab14 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 Mar 2012 15:27:26 +0100 Subject: [PATCH] xf86-video-nouveau: use autogen.sh. --- srcpkgs/xf86-video-nouveau/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-nouveau/template b/srcpkgs/xf86-video-nouveau/template index 2a753a9038..873512bd32 100644 --- a/srcpkgs/xf86-video-nouveau/template +++ b/srcpkgs/xf86-video-nouveau/template @@ -33,5 +33,5 @@ do_fetch() { } pre_configure() { - autoreconf -fi + ./autogen.sh }