Bug #1932
need configure.in cleanup (target lighttpd.1 has been failed without ./autogen.sh)
| Status: | Fixed | Start date: | 2009-03-14 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | - | |||
| Target version: | 1.4.23 | |||
| Missing in 1.5.x: |
Description
net1#svn up At revision 2419. make[3]: Leaving directory `/build/work/lighttpd-1.4.x/src' make[2]: Leaving directory `/build/work/lighttpd-1.4.x/src' Making all in doc make[2]: Entering directory `/build/work/lighttpd-1.4.x/doc' make[2]: *** No rule to make target `lighttpd.1', needed by `all-am'. Stop. make[2]: Leaving directory `/build/work/lighttpd-1.4.x/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/work/lighttpd-1.4.x' make: *** [all] Error 2 exp=0, got ec=2, abort=1
Associated revisions
Rename configure.in to configure.ac, with small cleanups (fixes #1932)
- This should remove the need for calling ./autogen.sh after svn up
merge: Rename configure.in to configure.ac, with small cleanups (#1932)
- This should remove the need for calling ./autogen.sh after svn up
History
#1 Updated by kjikaqawej about 4 years ago
Um, works here. You sure ALL your files are truly updated?
#2 Updated by dfavor about 4 years ago
Running ./autogen.sh again in my build directory seems to clear this up.
Unsure what's up with this.
#3 Updated by kjikaqawej about 4 years ago
It's called a Makefile.am was updated ;).
#4 Updated by stbuehler about 4 years ago
- Subject changed from target lighttpd.1 has been failing for several weeks to need configure.in cleanup (target lighttpd.1 has been failed without ./autogen.sh)
- Target version set to 1.4.23
I just use this as a reminder to have a look at the configure scripts... so the Makefiles get automatically updated.
#5 Updated by dfavor about 4 years ago
If Makefile is set to depend on Makefile.am then run autogen automagically this might clear up future problems.
And maybe running autogen automagically is... un-neighborly.
Just a thought.
#6 Updated by stbuehler about 4 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2435.
Also available in: Atom