diff options
Diffstat (limited to 'getconf/getconf.c')
-rw-r--r-- | getconf/getconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/getconf/getconf.c b/getconf/getconf.c index 7c789dd..9dba3ec 100644 --- a/getconf/getconf.c +++ b/getconf/getconf.c @@ -327,6 +327,8 @@ const int sysvar_count = sizeof(sysconf_vars) / sizeof(sysconf_vars[0]); const var_map_t confstr_vars[] = { { "PATH", _CS_PATH }, + /* Work around GNU autogen brain damage. */ + { "CS_PATH", _CS_PATH }, #if defined(_CS_V7_ENV) { "V7_ENV", _CS_V7_ENV } #else |