changeset 8271:0b09f59fddf2

New module 'relocatable-script'. From Ben Pfaff.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Mar 2007 02:09:07 +0000
parents 9ccf2018b56e
children fd48e35f4e5e
files modules/relocatable-script
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/relocatable-script
@@ -0,0 +1,24 @@
+Description:
+Help make shell scripts relocatable, that is, to allow them to
+function properly when copied to an arbitrary directory.
+
+Files:
+build-aux/relocatable.sh.in
+
+Depends-on:
+relocatable
+
+configure.ac:
+relocatable_sh=$ac_aux_dir/relocatable.sh.in
+AC_SUBST_FILE([relocatable_sh])
+
+Makefile.am:
+
+Include:
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible, Ben Pfaff
+