sh autogen.sh fails in ubuntu hardy (8.04)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
Fix Released
|
Medium
|
Alexander Sack |
Bug Description
trying to debug bug 693214 i noticed that you cannot run autogen.sh on hardy atm. Seems the old automake et al. doesn't like a few syntax elements we use:
sh autogen.sh
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
Makefile.am: installing `./INSTALL'
libntrack_
libntrack_
common/Makefile.am: installing `./compile'
common/Makefile.am: installing `./depcomp'
check_PROGRAMS: variable `NULL' is used but `NULL' is undefined
libntrack_
libntrack_
libntrack_
libntrack_
AM_LDFLAGS: variable `NULL' is used but `NULL' is undefined
libntrack_
autoreconf: automake failed with exit status: 1
Related branches
- Alexander Sack: Pending requested
- Diff: 0 lines
Changed in ntrack: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 011 |
status: | Triaged → In Progress |
assignee: | nobody → Alexander Sack (asac) |
Changed in ntrack: | |
status: | Fix Committed → Fix Released |
pushed to lp:ntrack
------- ------- ------- ------- ------- ------- ------- ------- ---- /launchpad. net/bugs/ 693215 ------- ------- ------- ------- ------- ------- ------- ----
revno: 260
fixes bug(s): https:/
committer: Alexander Sack <email address hidden>
branch nick: ntrack
timestamp: Wed 2010-12-22 00:29:59 +0100
message:
BUILD: eliminate NULL and set AM_LDFLAGS everywhere to unbreak old autoreconfs - lp:693215
-------