maint: get rid of $perllibdir environment variable hack
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 11:45:59 +0000 (12:45 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 11:45:59 +0000 (12:45 +0100)
commit4872dfe765470157af6276f7e9bd8c5d3f0e34eb
treec18962b814ffe229405c6a8c18331b9237803b4f
parente0a0fbf00414e26bf9869c2d82177fd9426887b2
maint: get rid of $perllibdir environment variable hack

That was needed when the automake-$APIVERSION and aclocal-$APIVERSION
wrapper scripts used by the testsuite were shell script, rather than
perl scripts acting as a thin layers.

* aclocal.in (BEGIN): Update @INC based on the contents of the array
'@Aclocal::perl_libdirs', rather than of the environment variable
'perllibdir'.
* t/wrap/aclocal.in (BEGIN): Initialize '@Aclocal::perl_libdirs'
rather than $ENV{'perllibdir'}.
* automake.in (BEGIN): Update @INC based on the contents of the array
'@Automake::perl_libdirs', rather than of the environment variable
'perllibdir'.
* t/wrap/automake.in (BEGIN): Initialize '@Automake::perl_libdirs'
rather than $ENV{'perllibdir'}.
* NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS
aclocal.in
automake.in
t/wrap/aclocal.in
t/wrap/automake.in