From: Bruno Haible Date: Thu, 1 Mar 2007 02:09:07 +0000 (+0000) Subject: New module 'relocatable-script'. From Ben Pfaff. X-Git-Tag: cvs-readonly~947 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6a55fc694085e843c406078f13b900580b81c133;p=gnulib.git New module 'relocatable-script'. From Ben Pfaff. --- 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 +