aboutsummaryrefslogtreecommitdiffhomepage
path: root/pcre2-10.21/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-04-19 12:15:08 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-04-19 15:13:15 +0800
commitbf0e91cc97a7430f69d29e4448e36974581df902 (patch)
tree2066f95d427c9c66cc6c669dd882df7ad663e14a /pcre2-10.21/configure.ac
parentfc78e70d082741e6c7c71c537668fd9169e58610 (diff)
pcre2: add maintainer mode and disable by default
Diffstat (limited to 'pcre2-10.21/configure.ac')
-rw-r--r--pcre2-10.21/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/pcre2-10.21/configure.ac b/pcre2-10.21/configure.ac
index 99ad8a9f..32307644 100644
--- a/pcre2-10.21/configure.ac
+++ b/pcre2-10.21/configure.ac
@@ -29,6 +29,12 @@ AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS(src/config.h)
+# FISH PATCH
+# Enable maintainer mode to avoid spurious rebuilds due to timestamps in git
+# not being stored. Discussion in https://github.com/fish-shell/fish-shell/issues/2469
+AM_MAINTAINER_MODE
+# END FISH PATCH
+
# This is a new thing required to stop a warning from automake 1.12
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])