From 5613d96001db9c0f421ea0496f91dabea32800a2 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 5 Apr 2006 22:49:18 +1000 Subject: [PATCH] Do not call autoconf in Makefile, since configure will automatically reconfigure itself if configure.ac has changed darcs-hash:20060405124918-ac50b-0f45ddc7759383d930e0473a281f092566570210.gz --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ce380b305..938eb1007 100644 --- a/Makefile.in +++ b/Makefile.in @@ -198,7 +198,6 @@ all: $(PROGRAMS) user_doc .PHONY: all configure: configure.ac - autoconf ./config.status --recheck Makefile: Makefile.in configure