Skip to content
Snippets Groups Projects
Select Git revision
  • branch/default-vms
  • master
  • wild/d977301c9051bf84ddc07dafbaece5492e8f2043
  • branch/default default protected
  • wild/4f4d05e50134ee5072dac0a6471d1800df36962d
5 results

configure.ac

Blame
    • Lasse Collin's avatar
      51bfc863bf64
      Build: Workaround a POSIX shell detection problem on Solaris. · 51bfc863bf64
      Lasse Collin authored
      I don't know if the problem is in gnulib's gl_POSIX_SHELL macro
      or if xzgrep does something that isn't in POSIX. The workaround
      adds a special case for Solaris: if /usr/xpg4/bin/sh exists and
      gl_cv_posix_shell wasn't overriden on the configure command line,
      use that shell for xzgrep and other scripts. That shell is known
      to work and exists on most Solaris systems.
      51bfc863bf64
      History
      Build: Workaround a POSIX shell detection problem on Solaris.
      Lasse Collin authored
      I don't know if the problem is in gnulib's gl_POSIX_SHELL macro
      or if xzgrep does something that isn't in POSIX. The workaround
      adds a special case for Solaris: if /usr/xpg4/bin/sh exists and
      gl_cv_posix_shell wasn't overriden on the configure command line,
      use that shell for xzgrep and other scripts. That shell is known
      to work and exists on most Solaris systems.