Ticket #143 (defect)
Opened 2 years ago
Last modified 2 years ago
automatic autoconf rebuild rules omit -I config
Status: closed (fixed)
| Reported by: | gdt | Assigned to: | jcorgan |
|---|---|---|---|
| Priority: | normal | Milestone: | release-3.0.4 |
| Component: | build | Version: | 3.0svn |
| Keywords: | autoconf config | Cc: | |
After 'svn up', running GNU make is supposed to rebuild auto* files when their sources have changed. On a configure.ac change, the resulting configure file is broken because the macros in config/ are not expanded. Note that bootstrap includes -I config on the autoconf invocation.
checking for Cppunit - version >= 1.9.14... 1.10.2 ./configure[23081]: GR_REQUIRE_BOOST_INCLUDES: not found ./configure[23090]: GRC_OMNITHREAD: not found ./configure[23091]: GRC_USRP: not found ./configure[23092]: GRC_GR_USRP: not found
Change History
03/02/07 00:58:55: Modified by jcorgan
- priority changed from low to normal.
- status changed from new to closed.
- resolution set to fixed.
- milestone changed from to-be-decided to release-3.0.4.

Fixed in r4687 on trunk.