diff mbox

configure.ac: Move AM_INIT_AUTOMAKE to correct position

Message ID 1406665296-8306-1-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 68a45b11e52dbf835a7087c15d503c6b0e5d91ed
Headers show

Commit Message

Anders Roxell July 29, 2014, 8:21 p.m. UTC
Remove warning in automake-1.14 because of ordering of macros
"configure: WARNING: 'missing' script is too old or missing"

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mike Holmes July 29, 2014, 8:40 p.m. UTC | #1
On 29 July 2014 16:21, Anders Roxell <anders.roxell@linaro.org> wrote:

> Remove warning in automake-1.14 because of ordering of macros
> "configure: WARNING: 'missing' script is too old or missing"
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
>
Tested-by: MIke Holmes <mike.holmes@linaro.org>

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 5465c95..22d5c80 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,6 @@
>  AC_PREREQ([2.5])
>  AC_INIT([OpenDataPlane], [0.2], [lng-odp@lists.linaro.org])
> +AM_INIT_AUTOMAKE([subdir-objects])
>  AC_CONFIG_SRCDIR([include/config.h.in])
>  AM_CONFIG_HEADER([include/config.h])
>
> @@ -15,7 +16,6 @@ DX_INIT_DOXYGEN($PACKAGE_NAME, doc/doxygen.cfg)
>  # Checks for programs.
>  AC_PROG_CC
>  AM_PROG_CC_C_O
> -AM_INIT_AUTOMAKE([subdir-objects])
>
>  AC_PROG_INSTALL
>  AC_PROG_MAKE_SET
> --
> 1.9.1
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
Maxim Uvarov July 30, 2014, 10:11 a.m. UTC | #2
Applied, thanks,
Maxim.

On 07/30/2014 12:21 AM, Anders Roxell wrote:
> Remove warning in automake-1.14 because of ordering of macros
> "configure: WARNING: 'missing' script is too old or missing"
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>   configure.ac | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 5465c95..22d5c80 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,6 @@
>   AC_PREREQ([2.5])
>   AC_INIT([OpenDataPlane], [0.2], [lng-odp@lists.linaro.org])
> +AM_INIT_AUTOMAKE([subdir-objects])
>   AC_CONFIG_SRCDIR([include/config.h.in])
>   AM_CONFIG_HEADER([include/config.h])
>   
> @@ -15,7 +16,6 @@ DX_INIT_DOXYGEN($PACKAGE_NAME, doc/doxygen.cfg)
>   # Checks for programs.
>   AC_PROG_CC
>   AM_PROG_CC_C_O
> -AM_INIT_AUTOMAKE([subdir-objects])
>   
>   AC_PROG_INSTALL
>   AC_PROG_MAKE_SET
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 5465c95..22d5c80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@ 
 AC_PREREQ([2.5])
 AC_INIT([OpenDataPlane], [0.2], [lng-odp@lists.linaro.org])
+AM_INIT_AUTOMAKE([subdir-objects])
 AC_CONFIG_SRCDIR([include/config.h.in])
 AM_CONFIG_HEADER([include/config.h])
 
@@ -15,7 +16,6 @@  DX_INIT_DOXYGEN($PACKAGE_NAME, doc/doxygen.cfg)
 # Checks for programs.
 AC_PROG_CC
 AM_PROG_CC_C_O
-AM_INIT_AUTOMAKE([subdir-objects])
 
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET