diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 10:46:14 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:31:27 -0400 |
commit | 3a829bc50c1da3163329356e561d5bf5b218ce35 (patch) | |
tree | 3ac1083eb792f32f739a1957c2a433afdb6305d1 /sim/m4 | |
parent | 1bf5c34239398dac1452e064b7194869054cf398 (diff) | |
download | gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.zip gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.tar.gz gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.tar.bz2 |
sim: unify general maintainer settings
Move these options up to the common dir so we only test & export
them once across all ports. This takes a page from the cgen maint
logic to make $(MAINT) work for non-automake Makefiles which will
allow us to merge it together.
Diffstat (limited to 'sim/m4')
-rw-r--r-- | sim/m4/sim_ac_common.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4 index 6587895..e15ec02 100644 --- a/sim/m4/sim_ac_common.m4 +++ b/sim/m4/sim_ac_common.m4 @@ -21,7 +21,4 @@ dnl dnl See README-HACKING for more details. AC_DEFUN([SIM_AC_COMMON], [dnl -dnl We don't use automake, but we still want to support -dnl --enable-maintainer-mode. -AM_MAINTAINER_MODE ]) dnl End of SIM_AC_COMMON |