New module 'relocatable-script'. From Ben Pfaff.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2007 02:09:07 +0000 (02:09 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2007 02:09:07 +0000 (02:09 +0000)
modules/relocatable-script [new file with mode: 0644]

diff --git a/modules/relocatable-script b/modules/relocatable-script
new file mode 100644 (file)
index 0000000..c661aea
--- /dev/null
@@ -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
+