IRC channel logs

2021-03-27.log

back to list of logs

***sneek_ is now known as sneek
***jonsger1 is now known as jonsger
<roptat>probably a stupid question, but how do I fully expand something like @datarootdir@ with autoconf? I have a conf.scm.in file where I use that, but it get expanded to a string that contains "${prefix}", so that doesn't work as expected
<janneke>roptat: you can use make to create conf.scm from conf.in using sed -e 's,[@]datarootdir[@],$(datarootdir),g' ...
<roptat>ok, thanks
<morganw>I think technically you only need one [@] as it only needs to break the original pattern match