Re: multiple configs, and --program-prefix

2009-11-29 Thread MK
My problem w/ rob0's method is that, as Yuri points out, the subshell now thinks ~ is something it is not, which for starters means copying or symlinking .bashrc, etc. I could not find a configure option for this, so in the src/ directory of the tarball I tried this: perl -pi

Re: multiple configs, and --program-prefix

2009-11-29 Thread Yury V. Zaytsev
On Sun, 2009-11-29 at 15:03 -0500, MK wrote: I could not find a configure option for this, so in the src/ directory of the tarball I tried this: CFLAGS='-DMC_USERCONF_DIR=\.mc2\' is your friend. I think this would be a nice option and very easy to impliment as a command line option -- I