You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/05/12 14:02:41 UTC

[jira] Commented: (TS-345) Use localized apr_foo.m4 macros and config.layout system

    [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866547#action_12866547 ] 

Mladen Turk commented on TS-345:
--------------------------------

OK. This is heavy rewrite of configure.ac that allows more flexible configure

Beside layout logic, new detection for required/optional libraries has been added that makes the common usage.
By default sqlite3 is detected unless --without-sqlite3 has been specified. Then bdb is scanned, so no need to
explicitly specify '--wihout-sqlite --with-libdb'

Also all libraries have an option to specify custom location.

Further more we use ATS_ADDTO(CPPFLAGS, foo) which will add foo unless already added


> Use localized apr_foo.m4 macros and config.layout system
> --------------------------------------------------------
>
>                 Key: TS-345
>                 URL: https://issues.apache.org/jira/browse/TS-345
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Build
>         Environment: Autoconf
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>         Attachments: common.m4, configure.ac, dbd.m4, lzma.m4, network.m4, zlib.m4
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Here are the cleaned versions of apr_common.m4 and apr_network.m4 with ATS_ namespace.
> There is also proposed config.layout file that should default to the current layout
> However since it's include file one doesn't need to run the autoreconf for changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.