utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / posix-shell
blob25ff5fd5ed239dcc47b310627809afc3ebd9a64f
1 Description:
2 Find a POSIX-conforming shell.
4 Files:
5 m4/posix-shell.m4
7 Depends-on:
8 gen-header
10 configure.ac:
11 gl_POSIX_SHELL
12 AC_PROG_MKDIR_P
14 Makefile.am:
15 ##Sample usage of posix-shell module:
16 #script: script.in
17 #@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
18 #       $(gl_V_at)sed \
19 #           -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
20 #           -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \
21 #           -e $(srcdir)/$@.in > $@-t
22 #       $(AM_V_at)chmod a+x $@-t
23 #       $(AM_V_at)mv $@-t $@
24 #EXTRA_DIST += script.in
25 #MOSTLYCLEANFILES += script script-t
27 Include:
29 License:
30 GPLed build tool
32 Maintainer:
33 Paul Eggert