run config.status after recheck
diff --git a/Makefile.in b/Makefile.in
index e64345d..4a97f91 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,6 +174,7 @@
 config.status:	$(srcdir)/configure
 		if test -f config.status; \
 		then $(SHELL) config.status --recheck; \
+		     $(SHELL) config.status; \
 		else $(SHELL) $(srcdir)/configure $(WITH); \
 		fi