Bump to 1.14.1
[platform/upstream/augeas.git] / modules / posix-shell
1 Description:
2 Find a POSIX-conforming shell.
3
4 Files:
5 m4/posix-shell.m4
6
7 Depends-on:
8
9 configure.ac:
10 gl_POSIX_SHELL
11
12 Makefile.am:
13 ##Sample usage of posix-shell module:
14 #script: script.in
15 #       rm -f $@-t $@
16 #       sed -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
17 #           -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \
18 #           -e $(srcdir)/$@.in >$@-t
19 #       chmod a+x $@-t
20 #       mv $@-t $@
21 #EXTRA_DIST += script.in
22 #MOSTLYCLEANFILES += script script-t
23
24 Include:
25
26 License:
27 GPLed build tool
28
29 Maintainer:
30 Paul Eggert