relocatable-perl: like relocatable-script, but for Perl scripts
[gnulib.git] / modules / relocatable-perl
1 Description:
2 Help make Perl scripts relocatable, that is, to allow them to
3 function properly when copied to an arbitrary directory.
4
5 Files:
6 doc/relocatable.texi
7 build-aux/relocatable.pl.in
8 m4/relocatable-lib.m4
9
10 Depends-on:
11
12 configure.ac:
13 AC_REQUIRE([gl_RELOCATABLE_NOP])
14 relocatable_pl=$ac_aux_dir/relocatable.pl.in
15 AC_SUBST_FILE([relocatable_pl])
16
17 Makefile.am:
18
19 Include:
20
21 License:
22 GPL
23
24 Maintainer:
25 Bruno Haible, Ben Pfaff, Reuben Thomas