Closed
Bug 5201
Opened 25 years ago
Closed 25 years ago
configure: cron job needs to add dependencies
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: slamm, Assigned: briano)
Details
I recently made changes to altoptions.m4 and a new configure script did not get
checked in my the cron job.
configure depends on these files:
$(TOPSRCDIR)/configure.in
$(TOPSRCDIR)/aclocal.m4
$(TOPSRCDIR)/build/autoconf/gtk.m4
$(TOPSRCDIR)/build/autoconf/altoptions.m4
$(TOPSRCDIR)/build/autoconf/libIDL.m4
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Already fixed. Now it just rebuilds configure and checks that
it is different, so changes to dependencies will get picked up
automatically.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•25 years ago
|
||
Cool, I just was not patient enough. Does the whole tree get checked out by the
cron job?
Assignee | ||
Comment 3•25 years ago
|
||
The whole tree? You mean build/autoconf, right? If so, yes.
So, we should only have problems if another .m4 file gets added
to $(TOPSRCDIR) and no one tells me.
Reporter | ||
Comment 4•25 years ago
|
||
Right, checking out build/autoconf should be good enough.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•