projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc6c2db
)
New module 'relocatable-script'. From Ben Pfaff.
author
Bruno Haible
<bruno@clisp.org>
Thu, 1 Mar 2007 02:09:07 +0000
(
02:09
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 1 Mar 2007 02:09:07 +0000
(
02:09
+0000)
modules/relocatable-script
[new file with mode: 0644]
patch
|
blob
diff --git a/modules/relocatable-script
b/modules/relocatable-script
new file mode 100644
(file)
index 0000000..
c661aea
--- /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
+