You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Matt Massie (JIRA)" <ji...@apache.org> on 2009/11/02 16:38:59 UTC

[jira] Created: (AVRO-178) Add the AC_CONFIG_MACRO_DIR m4 macro for newer versions of autoconf

Add the AC_CONFIG_MACRO_DIR m4 macro for newer versions of autoconf
-------------------------------------------------------------------

                 Key: AVRO-178
                 URL: https://issues.apache.org/jira/browse/AVRO-178
             Project: Avro
          Issue Type: Improvement
    Affects Versions: 1.2.0, 1.1.0, 1.0.0
            Reporter: Matt Massie
            Assignee: Matt Massie
             Fix For: 1.2.1, 1.3.0


Simple patch to add

AC_CONFIG_MACRO_DIR([m4]) to configure.in

and

ACLOCAL_AMFLAGS=-I m4   to Makefile.am

for newer version of autotools.

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


[jira] Updated: (AVRO-178) Add the AC_CONFIG_MACRO_DIR m4 macro for newer versions of autoconf

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

Matt Massie updated AVRO-178:
-----------------------------

    Attachment: AVRO-178.patch

> Add the AC_CONFIG_MACRO_DIR m4 macro for newer versions of autoconf
> -------------------------------------------------------------------
>
>                 Key: AVRO-178
>                 URL: https://issues.apache.org/jira/browse/AVRO-178
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: AVRO-178.patch
>
>
> Simple patch to add
> AC_CONFIG_MACRO_DIR([m4]) to configure.in
> and
> ACLOCAL_AMFLAGS=-I m4   to Makefile.am
> for newer version of autotools.

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


[jira] Resolved: (AVRO-178) Add the AC_CONFIG_MACRO_DIR m4 macro for newer versions of autoconf

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

Matt Massie resolved AVRO-178.
------------------------------

    Resolution: Fixed

This was such a small change I simply added it to the AVRO-179 checkin

> Add the AC_CONFIG_MACRO_DIR m4 macro for newer versions of autoconf
> -------------------------------------------------------------------
>
>                 Key: AVRO-178
>                 URL: https://issues.apache.org/jira/browse/AVRO-178
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: AVRO-178.patch
>
>
> Simple patch to add
> AC_CONFIG_MACRO_DIR([m4]) to configure.in
> and
> ACLOCAL_AMFLAGS=-I m4   to Makefile.am
> for newer version of autotools.

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