From 323d194de147879b411a924ca423e064e4712e9e Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Tue, 30 Sep 1997 10:28:12 +0000
Subject: [PATCH] [project @ 1997-09-30 10:28:12 by simonm] uncomment creation
 of 'configure' in binary-dist.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index eb81d143ce13..0e980384d9c0 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ binary-dist::
 	$(MV) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile-bin.in $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in 
 	$(MV) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/configure-bin.in $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/configure.in 
 	@echo "Generating a shippable configure script.."
-	#-(cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); autoconf )
+	( cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); autoconf )
 
 #
 # binary dist'ing the documentation.  
-- 
GitLab