unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / relocatable-script
blobeb0970fb95a08dc3b6874155b748718df7052070
1 Description:
2 Help make shell scripts relocatable, that is, to allow them to
3 function properly when copied to an arbitrary directory.
5 Files:
6 doc/relocatable.texi
7 build-aux/relocatable.sh.in
8 m4/relocatable-lib.m4
10 Depends-on:
12 configure.ac:
13 AC_REQUIRE([gl_RELOCATABLE_NOP])
14 relocatable_sh=$ac_aux_dir/relocatable.sh.in
15 AC_SUBST_FILE([relocatable_sh])
17 Makefile.am:
19 Include:
21 License:
22 GPLv2+
24 Maintainer:
25 Ben Pfaff