aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 634dacc..7ad16d3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -742,4 +742,8 @@ if test $with_gettext = yes; then
fi
fi
+echo "$0: patching Makefile.in"
+mv Makefile.in Makefile.in~
+sed 's/\$(DISTCHECK_CONFIGURE_FLAGS)/$(AM_DISTCHECK_CONFIGURE_FLAGS) $(DISTCHECK_CONFIGURE_FLAGS)/' Makefile.in~ > Makefile.in
+
echo "$0: done. Now you can run './configure'."

Return to:

Send suggestions and report system problems to the System administrator.