From 6a55fc694085e843c406078f13b900580b81c133 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 1 Mar 2007 02:09:07 +0000 Subject: [PATCH] New module 'relocatable-script'. From Ben Pfaff. --- modules/relocatable-script | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/relocatable-script diff --git a/modules/relocatable-script b/modules/relocatable-script new file mode 100644 index 000000000..c661aeaec --- /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 + -- 2.11.0