Re: Running makedist on a machine w/o midgard installed failes when making apache2 tarball.
"Piotras" <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Sun, 12 Feb 2006 22:03:21 +0100 (CET)
| Newsgroups | gmane.comp.web.midgard.devel |
|---|---|
| Message-ID | <[email protected]> |
>> > Question: a) Why is ./configure run at all? >> >> Because is called when 'make dist' is running. > You mean that it generates the makefile make dist uses? It generates configure script and tarballs. >> > b) What is the best solution? Add >> > --with-midgard-configure=../../core/midgard/midgard-configure >> >> Bad , but I think you have no other choice :/ > Well, I will run configure again later anyhow and then reset it. This solution > worked for me. Patch below. Ok, thanks , I thought about using real path to midgard-config for makedist (/usr/local in this case ). But if that works I will change makedist like that. Not nice solution , but should work anywhere :) Piotras