ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / posix-shell
blob8f7b864e88afe6c791deee5172b00bfd9542b918
1 Description:
2 Find a POSIX-conforming shell.
4 Files:
5 m4/posix-shell.m4
7 Depends-on:
9 configure.ac:
10 gl_POSIX_SHELL
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
24 Include:
26 License:
27 GPLed build tool
29 Maintainer:
30 Paul Eggert