]> git.ipfire.org Git - thirdparty/automake.git/commit
init: ensure $ac_aux_dir is defined before being used
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 21 Apr 2014 16:12:41 +0000 (17:12 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 Apr 2014 20:48:44 +0000 (21:48 +0100)
commit7bc592708cc65f30f8322c18624f48f19ffd726f
treefca15f4dd0c42c1a4160910469dec5f58bed020d
parent5de7c3b47e04fe76980e9d8aa97ee5d17363140a
init: ensure $ac_aux_dir is defined before being used

Since we use '$ac_aux_dir' to define '$am_aux_dir', we need
to ensure the former has been initialized before we try to
define the latter, otherwise the definition:

   am_aux_dir=`cd $ac_aux_dir && pwd`

will set '$am_aux_dir' to '$HOME', likely causing weird and
unexpected behaviours.

This change fixes automake bug#15981.

* m4/auxdir.m4 (AM_AUX_DIR_EXPAND): AC_REQUIRE expansion
of 'AC_CONFIG_AUX_DIR_DEFAULT'. Fix redundant comment and
AC_PREREQ, add extra quoting around '$ac_aux_dir'.
* t/auxdir-pr15981.sh: New test.
* t/auxdir-cc-pr15981.sh: Likewise.
* t/list-of-tests.mk (handwritten_TESTS): Add them.
* THANKS, NEWS: Update.
* bin/automake.in: Fix a harmless typo in comments, that
I happened to notice while writing this patch.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS
THANKS
bin/automake.in
m4/auxdir.m4
t/auxdir-cc-pr15981.sh [new file with mode: 0644]
t/auxdir-pr15981.sh [new file with mode: 0644]
t/list-of-tests.mk