cdesktopenv/src/lib
Martijn Dekker 5a7bd2c196 Further fix 'command -p' (re: c9ccee86)
This fixes 'command -p' for systems where getconf(1) lives
somewhere other than in /bin or /usr/bin, i.e. NixOS.

src/lib/libast/comp/conf.tab:
- To determine the default path value for AST 'getconf PATH' and
  'command -p', compile a small C program to get the correct local
  default path value (_CS_PATH) from the operating system so it
  gets hardcoded in the ksh binary. This eliminates the need to to
  invoke 'getconf PATH' to get this value, which fixes a catch-22
  problem on systems where getconf(1) exists somewhere other than
  /bin or /usr/bin.
2020-08-03 09:24:13 +01:00
..
libast Further fix 'command -p' (re: c9ccee86) 2020-08-03 09:24:13 +01:00
libcmd Fix a few cases of missing CCFLAGS and LDFLAGS (#96) 2020-07-27 10:10:19 +01:00
libdll Fix a few cases of missing CCFLAGS and LDFLAGS (#96) 2020-07-27 10:10:19 +01:00
libsum Fix 80 typos in comments 2020-06-12 01:45:12 +02:00
Makefile Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
Mamfile Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00