aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGabriel Dos Reis <GabrielDosReis@users.noreply.github.com>2022-09-17 17:41:17 -0700
committerGitHub <noreply@github.com>2022-09-17 17:41:17 -0700
commitdbe239cd6eee022d1b8dccb9d8a1368acf52a8d7 (patch)
treed8924d8542d94d2ec4e327e96014d0e61365fe1f /configure.ac
parente18a2c1579348b7367762e4db733a36fa76719ba (diff)
downloadopen-axiom-dbe239cd6eee022d1b8dccb9d8a1368acf52a8d7.tar.gz
Disable automatic re-run of configuration steps. (#29)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 94dca8ea..e713f6b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,9 @@ OPENAXIOM_CANONICAL_SYSTEM
dnl Page Automake
AM_INIT_AUTOMAKE([foreign subdir-objects])
+dnl Don't attempt to re-run regenerate configuration and build
+dnl files based on perception that they might be out of date
+AM_MAINTAINER_MODE([disable])
AC_PREREQ([2.71])
dnl Simple sanity check.