From dbe239cd6eee022d1b8dccb9d8a1368acf52a8d7 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sat, 17 Sep 2022 17:41:17 -0700 Subject: Disable automatic re-run of configuration steps. (#29) --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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. -- cgit v1.2.3