Skip to content
Snippets Groups Projects
Commit 323d194d authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-30 10:28:12 by simonm]

uncomment creation of 'configure' in binary-dist.
parent 24283481
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment