aboutsummaryrefslogtreecommitdiffstats
path: root/build-scripts
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-12-12 00:09:12 +0100
committerJay Berkenbilt <ejb@ql.org>2022-12-12 00:09:54 +0100
commit0e8a287aa59bca66d91be8cd0553b98223d190f6 (patch)
tree3c501c2b90a64f9edf53b2bfd8ece3eac316cf6f /build-scripts
parentbbd057b231594c55455e4f709d1d9b8a0e14e125 (diff)
downloadqpdf-0e8a287aa59bca66d91be8cd0553b98223d190f6.tar.zst
Fix generate_auto_job message to not reference ./configure
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/prebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-scripts/prebuild b/build-scripts/prebuild
index e6ee197c..44b59949 100755
--- a/build-scripts/prebuild
+++ b/build-scripts/prebuild
@@ -8,9 +8,9 @@ if ! ./generate_auto_job --check; then
An input or output file of generate_auto_job was modified without
rerunning ./generate_auto_job. If you are seeing this in your pull
-request, you should pass --enable-maintainer-mode to ./configure if
-possible, or if not, run "./generate_auto_job --generate" and include
-any changed files in your commit.
+request, you should pass -DMAINTAINER_MODE=1 to cmake if possible, or
+if not, run "./generate_auto_job --generate" and include any changed
+files in your commit.
******************************