[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nano-devel
Subject:    [PATCH] build: enable maintainer mode
From:       Mike Frysinger <vapier () gentoo ! org>
Date:       2022-02-26 7:10:57
Message-ID: 20220226071057.813-1-vapier () gentoo ! org
[Download RAW message or body]

This disable regeneration of autotools by default (e.g. autoconf &
automake) when running `make`.  The few maintainers that want this
can re-enable with `./configure --enable-maintainer-mode`.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index f80be59459c4..6f25728865e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,7 @@ AC_INIT([GNU nano], [6.2], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_HOST
 AM_INIT_AUTOMAKE([1.14])
+AM_MAINTAINER_MODE
 AC_CONFIG_HEADERS([config.h])
 
 dnl Make sure the ONCE macros are available.
-- 
2.34.1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic