Mail Archives: djgpp-workers/2000/01/27/16:32:26
>
> On Wed, 26 Jan 2000, Mark E. wrote:
>
> > configure.in sets it using this method:
> > BUILD_DIR=`pwd`
> > AC_SUBST(BUILD_DIR)
>
> This is highly non-standard; no other GNU package does this.
>
> Can you override this from the environment? Or perhaps the configure
> script has some command-line option to do that?
No and no.
>
> suggest to look for any reasonable way to avoid forcing the users into
> running configure.
>
> One way would be to modify configure.in and regenerate the configure
> script.
Yes, but I don't see what could be done to fix it.
> I would even consider editing Makefile's to change the value
> of BUILD_DIR before packaging, if no other trick solves this.
>
Right now, this the only method I think will work. I could just warn that if
they re-run configure, the generated files will be site specific. And then
ask the Bash maintainer to please have 2.04 follow the standard in this
area.
Mark
- Raw text -