Index: config.h.in =================================================================== --- config.h.in (revision 34903) +++ config.h.in (revision 34904) @@ -17,17 +17,6 @@ #define RND_APP_PREFIX(x) pcb_ ## x /****************************************************************************/ -/* These ones are already autodetected by scconfig */ -@] - -# calculate the /local/confdir: either specified conf-time or compatibility fallback -switch /local/confdir - case {^$} put /local/confdir_final {PCBSHAREDIR}; end - default put /local/confdir_final [@"@/local/confdir@"@]; end -end - -print [@ -/****************************************************************************/ /* Paths */ @] @@ -38,7 +27,7 @@ #define PCBSHAREDIR rnd_w32_sharedir #define PCBLIBDIR rnd_w32_libdir #define BINDIR rnd_w32_bindir -#define PCBCONFDIR @/local/confdir_final@ +#define PCBCONFDIR @/local/confdir@ @] end; default @@ -47,7 +36,7 @@ #define PCBSHAREDIR PCB_PREFIX "/share/pcb-rnd" #define PCBLIBDIR PCB_PREFIX "/lib/pcb-rnd" #define BINDIR PCB_PREFIX "/bin" -#define PCBCONFDIR @/local/confdir_final@ +#define PCBCONFDIR "@/local/confdir@" @] end; end;