Issue 98667 - Missing hint for ./bootstrap in ./configure
Summary: Missing hint for ./bootstrap in ./configure
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: current
Hardware: Unknown All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: rene
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 20:24 UTC by maand
Modified: 2015-08-16 12:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description maand 2009-01-30 20:24:30 UTC
I checked DEV300_m41 out. Then I run ./configure. At the end the script points
me to run "source LinuxX86Env.Set. or LinuxX86Env.Set.sh". But this doesn't
work. I had to run ./bootstrap first. This hint is missing in the ./configure
script.
Comment 1 rene 2010-06-22 17:24:04 UTC
sure?

rene@frodo:~/OpenOffice.org/cws/configure25$ grep bootstrap configure.in
    echo "dmake will be built on ./bootstrap"
	 echo "A newer dmake will be built on ./bootstrap"
       echo "dmake will be built on ./bootstrap"

and that didn't change for long. Though I admit it's hidden inside the configure
"blurb"
Comment 2 Andrea Pescetti 2015-08-16 12:42:47 UTC
Closing this very old issue. Now the last line of the configure output says

Run ./bootstrap to provide build tools and get third-party packages

thus addressing the problem.