summaryrefslogtreecommitdiff
path: root/m4/sh-filename.m4
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* sh-filename: Add support for native Windows.Bruno Haible2020-12-241-2/+4
| | | | * m4/sh-filename.m4 (gl_SH_FILENAME): Treat native Windows like Cygwin.
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* sh-filename: Add support for Android 4.3.Bruno Haible2019-01-261-4/+6
| | | | * m4/sh-filename.m4 (gl_SH_FILENAME): Set to "sh" on Android.
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
|
* sh-filename: New module.Bruno Haible2018-10-051-0/+20
* m4/sh-filename.m4: New file. * modules/sh-filename: New file. * lib/spawni.c (_PATH_BSHELL): Use BOURNE_SHELL instead of hardcoding "/bin/sh". * tests/test-posix_spawn1.c (main): Likewise. * tests/test-posix_spawn2.c (main): Likewise. * lib/javacomp.c (compile_using_envjavac, is_envjavac_gcj, is_envjavac_gcj43): Likewise. * lib/javaexec.c (execute_java_class): Likewise. * modules/posix_spawn-internal (Depends-on): Add sh-filename. * modules/posix_spawnp-tests (Depends-on): Likewise. * modules/javacomp (Depends-on): Likewise. * modules/javaexec (Depends-on): Likewise.