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/10 18:52:18 UTC

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

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


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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk resolved TS-345.
----------------------------

    Resolution: Fixed

Layout work finished

> 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
>             Fix For: 2.1.1
>
>         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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment: ats_common.m4

Updates ats_common.m4 with some macros form apr and httpd that allow
to subst expanded vars which could be used instead current -DPKGLOCALSTATEDIR
defines in a config.h file


> 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: ats_common.m4, ats_network.m4, config.layout
>
>   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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment: ats_common.m4

This is apr_common.m4 with modified APR_LAYOUT that uses trafficserver and fixes the pkg*foo autoconf macros


> 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: ats_common.m4, ats_network.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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment:     (was: config.layout)

> 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, dbd.m4, lzma.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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment:     (was: ats_network.m4)

> 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, dbd.m4, lzma.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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment: common.m4
                dbd.m4
                lzma.m4

First set of new macro files

> 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, dbd.m4, lzma.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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment:     (was: ats_common.m4)

> 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: ats_network.m4, config.layout
>
>   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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment: config.layout

Trafficserver layout file.
All defines go here
For each define that doesn't end with + the pkg{var}={var}/trafficserver is added unless configure already specified the trafficserver prefix.


> 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: ats_common.m4, ats_network.m4, config.layout
>
>   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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment:     (was: ats_common.m4)

> 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, dbd.m4, lzma.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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment: zlib.m4
                network.m4
                configure.ac

> 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.


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

Posted by "John Plevyak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak updated TS-345:
----------------------------

    Fix Version/s: 2.1.0

> 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
>             Fix For: 2.1.0
>
>         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.


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

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-345:
---------------------------

    Attachment: ats_network.m4

Cleaned up apr_network.m4

> 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: ats_common.m4, ats_network.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.