Index: Makefile.conf.in =================================================================== --- Makefile.conf.in (revision 34903) +++ Makefile.conf.in (revision 34904) @@ -6,12 +6,6 @@ uniq /local/pcb/CFLAGS uniq /local/pcb/CFLAGS_GENERIC -# calculate the /local/confdir: either specified conf-time or compatibility fallback -switch /local/confdir - case {^$} put /local/confdir_final_m [@@/local/prefix@/share/pcb-rnd@]; end - default put /local/confdir_final_m /local/confdir; end -end - print [@# generated by ./configure, do not modify # Compatibility with autotools on DESTDIR - Debian really wants this @@ -24,7 +18,7 @@ BINDIR=$(Install_root)@/local/prefix@/bin DATADIR=$(Install_root)@/local/prefix@/share/pcb-rnd MAN1DIR=$(Install_root)@/local/prefix@@/local/man1dir@ -CONFDIR=$(Install_root)@/local/confdir_final_m@ +CONFDIR=$(Install_root)@/local/confdir@ RM=@/host/fstools/rm@ CP=@/host/fstools/cp@ LN=@/host/fstools/ln@