aboutsummaryrefslogtreecommitdiffstats
path: root/make_dist
diff options
context:
space:
mode:
Diffstat (limited to 'make_dist')
-rwxr-xr-xmake_dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_dist b/make_dist
index 71e3be55..e6c489ff 100755
--- a/make_dist
+++ b/make_dist
@@ -110,7 +110,7 @@ if ($version_error)
}
run("./autogen.sh");
-run("./configure --enable-doc-maintenance");
+run("./configure --enable-doc-maintenance --enable-werror");
run("make build_manual");
run("make distclean");
cd($pwd);