summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-08-29 14:16:24 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-08-30 12:46:33 +0200
commitdd0b8142683d35bdb7e04cc15ece43039ede2a41 (patch)
tree7733576d6baa1504d7ccdd2d6c17c6cf6b0340ca /bin
parent37d403fd06596cd27ffd22d5d9796af811841305 (diff)
downloadautomake-dd0b8142683d35bdb7e04cc15ece43039ede2a41.tar.gz
config: Support AUTOMAKE_LIBDIR environment variable
* lib/Automake/Config.in: Let AUTOMAKE_LIBDIR environment variable override the default location for '$libdir'. * doc/automake.texi (automake Invocation): Document AUTOMAKE_LIBDIR. * pre-inst-env.in (AUTOMAKE_LIBDIR): Set AUTOMAKE_LIBDIR. * bin/wrap-automake.in: Don't use "--libdir" option.
Diffstat (limited to 'bin')
-rw-r--r--bin/wrap-automake.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/wrap-automake.in b/bin/wrap-automake.in
index a363dbc7c..09b1b30f8 100644
--- a/bin/wrap-automake.in
+++ b/bin/wrap-automake.in
@@ -16,9 +16,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-BEGIN
-{
- use strict;
- unshift @ARGV, '--libdir=@abs_top_srcdir@/lib';
-}
require '@abs_top_builddir@/bin/automake';