Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-23 01:09:16 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-23 01:09:16 +0300
commit4ed502ba02270adee7c46bb738374cab867baee1 (patch)
tree5eb779cecd20a9cfee8e5269ff71e0c97b60a906 /libgloss/configure.ac
parentf2dc492df0f310aec97b5fc5847cca8d6cb70a33 (diff)
libgloss: enable maintainer mode support
Use AM_MAINTAINER_MODE so devs have to opt-in to automatic rebuilds of autotools. This matches what newlib (and most every other GNU toolchain package) does with automake.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index b5a0fce08..ec2a49e03 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -12,6 +12,7 @@ AC_PROG_INSTALL
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign no-dist no-define subdir-objects 1.15.1])
+AM_MAINTAINER_MODE
AM_SILENT_RULES(yes)
if test -z "${with_multisubdir}"; then