diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-23 01:24:12 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-28 21:31:55 +0100 |
commit | 7d989ddd3afc5e4fbf58290c94a6e0c311ccd15e (patch) | |
tree | ffe6247563232c27890c7d1887d08769cf3b22ec /t/ax/distcheck-hook-m4.am | |
parent | 880595d0b4930c51f96da50f755f2f2f882fe5b4 (diff) | |
download | automake-7d989ddd3afc5e4fbf58290c94a6e0c311ccd15e.tar.gz |
ACLOCAL_AMFLAGS: fully deprecate, with warnings in the 'obsolete' category
Users are expected to use the AC_CONFIG_MACRO_DIR{,S} autoconf macros
instead. And the use of the '--install' aclocal option in ACLOCAL_AMFLAGS
has proved to be a bad idea anyway -- see automake bug#9037.
* NEWS: Update.
* t/aclocal-amflags.sh: Enhance and adjust.
* t/acloca14b.sh: Adjust.
* t/acloca22b.sh: Likewise.
* t/ax/distcheck-hook-m4.am: Likewise.
* t/dist-missing-m4.sh: Likewise.
* t/remake-renamed-m4-macro.sh: Likewise.
* t/remake-renamed-m4-macro-and-file.sh: Likewise.
* t/remake-renamed-m4-file.sh: Likewise.
* t/remake-moved-m4-file.sh: Likewise.
* t/remake-gnulib-remove-header.sh: Likewise.
* t/remake-gnulib-add-acsubst.sh: Likewise.
* t/remake-deleted-m4-file.sh: Likewise.
* t/remake-deleted-m4-file.sh: Likewise.
* t/libtool-macros.sh: Likewise.
* t/gettext-macros.sh: Likewise.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/ax/distcheck-hook-m4.am')
-rw-r--r-- | t/ax/distcheck-hook-m4.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/ax/distcheck-hook-m4.am b/t/ax/distcheck-hook-m4.am index 5d36102c6..262e370c9 100644 --- a/t/ax/distcheck-hook-m4.am +++ b/t/ax/distcheck-hook-m4.am @@ -15,6 +15,8 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. +AUTOMAKE_OPTIONS = -Wno-obsolete + distcheck-hook: @fatal () { echo "$@: $$*" >&2; exit 1; }; \ $(am__cd) $(distdir) && chmod u+w . && mkdir _m4 \ |