summaryrefslogtreecommitdiff
path: root/bin/wrap-aclocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wrap-aclocal.in')
-rw-r--r--bin/wrap-aclocal.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/wrap-aclocal.in b/bin/wrap-aclocal.in
index a624bcb16..2fcccb4a2 100644
--- a/bin/wrap-aclocal.in
+++ b/bin/wrap-aclocal.in
@@ -19,9 +19,6 @@
BEGIN
{
use strict;
- @Aclocal::perl_libdirs = ('@abs_top_srcdir@/lib');
- unshift @Aclocal::perl_libdirs, '@abs_top_builddir@/lib'
- if '@srcdir@' ne '.';
unshift @ARGV,
'--automake-acdir=@abs_top_srcdir@/m4',
'--system-acdir=@abs_top_srcdir@/m4/acdir';