diff mbox

[1/4] configure: show libs and rename output

Message ID 1416844898-12631-2-git-send-email-anders.roxell@linaro.org
State Superseded
Headers show

Commit Message

Anders Roxell Nov. 24, 2014, 4:01 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Mike Holmes Dec. 1, 2014, 9:27 p.m. UTC | #1
On 24 November 2014 at 11:01, Anders Roxell <anders.roxell@linaro.org>
wrote:

> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
>

Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org>


> ---
>  configure.ac | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index c30d9cb..3752f3d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -198,9 +198,10 @@ AC_MSG_RESULT([
>         libdir:                 ${libdir}
>         includedir:             ${includedir}
>
> -       compiler:               ${CC}
> +       cc:                     ${CC}
>         cflags:                 ${CFLAGS}
>         am_cflags:              ${AM_CFLAGS}
>         ldflags:                ${LDFLAGS}
>         am_ldflags:             ${AM_LDFLAGS}
> +       libs:                   ${LIBS}
>  ])
> --
> 2.1.0
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
Mike Holmes Dec. 1, 2014, 10:04 p.m. UTC | #2
should be on v2

On 1 December 2014 at 16:27, Mike Holmes <mike.holmes@linaro.org> wrote:

>
>
> On 24 November 2014 at 11:01, Anders Roxell <anders.roxell@linaro.org>
> wrote:
>
>> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
>>
>
> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org>
>
>
>> ---
>>  configure.ac | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index c30d9cb..3752f3d 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -198,9 +198,10 @@ AC_MSG_RESULT([
>>         libdir:                 ${libdir}
>>         includedir:             ${includedir}
>>
>> -       compiler:               ${CC}
>> +       cc:                     ${CC}
>>         cflags:                 ${CFLAGS}
>>         am_cflags:              ${AM_CFLAGS}
>>         ldflags:                ${LDFLAGS}
>>         am_ldflags:             ${AM_LDFLAGS}
>> +       libs:                   ${LIBS}
>>  ])
>> --
>> 2.1.0
>>
>>
>> _______________________________________________
>> lng-odp mailing list
>> lng-odp@lists.linaro.org
>> http://lists.linaro.org/mailman/listinfo/lng-odp
>>
>
>
>
> --
> *Mike Holmes*
> Linaro  Sr Technical Manager
> LNG - ODP
>
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index c30d9cb..3752f3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,9 +198,10 @@  AC_MSG_RESULT([
 	libdir:			${libdir}
 	includedir:		${includedir}
 
-	compiler:		${CC}
+	cc:			${CC}
 	cflags:			${CFLAGS}
 	am_cflags:		${AM_CFLAGS}
 	ldflags:		${LDFLAGS}
 	am_ldflags:		${AM_LDFLAGS}
+	libs:			${LIBS}
 ])