linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES
@ 2013-01-10 15:18 Lucas De Marchi
  2013-01-10 15:18 ` [PATCH neard 2/2] build: Do not use deprecated AM_CONFIG_HEADER Lucas De Marchi
  2013-01-10 23:54 ` [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: Lucas De Marchi @ 2013-01-10 15:18 UTC (permalink / raw)
  To: linux-bluetooth, linux-nfc-request; +Cc: Lucas De Marchi

Makefile.am:50: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 2dd3517..8c3571e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,7 @@ AM_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ @NETLINK_CFLAGS@ $(builtin_cflags) \
 					-DPLUGINDIR=\""$(plugindir)"\" \
 					-DCONFIGDIR=\""$(configdir)\""
 
-INCLUDES = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus
+AM_CPPFLAGS = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus
 
 CLEANFILES = src/builtin.h $(local_headers)
 
-- 
1.8.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH neard 2/2] build: Do not use deprecated AM_CONFIG_HEADER
  2013-01-10 15:18 [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES Lucas De Marchi
@ 2013-01-10 15:18 ` Lucas De Marchi
  2013-01-10 23:54   ` Marcel Holtmann
  2013-01-10 23:54 ` [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES Marcel Holtmann
  1 sibling, 1 reply; 4+ messages in thread
From: Lucas De Marchi @ 2013-01-10 15:18 UTC (permalink / raw)
  To: linux-bluetooth, linux-nfc-request; +Cc: Lucas De Marchi

The long-obsoleted AM_CONFIG_HEADER macro was removed in automake 1.13.
Use AC_CONFIG_HEADERS instead.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 59d9a0a..3109192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.60)
 AC_INIT(neard, 0.8)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
-- 
1.8.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH neard 2/2] build: Do not use deprecated AM_CONFIG_HEADER
  2013-01-10 15:18 ` [PATCH neard 2/2] build: Do not use deprecated AM_CONFIG_HEADER Lucas De Marchi
@ 2013-01-10 23:54   ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2013-01-10 23:54 UTC (permalink / raw)
  To: Lucas De Marchi; +Cc: linux-bluetooth, linux-nfc

Hi Lucas,

> The long-obsoleted AM_CONFIG_HEADER macro was removed in automake 1.13.
> Use AC_CONFIG_HEADERS instead.
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied.

Regards

Marcel



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES
  2013-01-10 15:18 [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES Lucas De Marchi
  2013-01-10 15:18 ` [PATCH neard 2/2] build: Do not use deprecated AM_CONFIG_HEADER Lucas De Marchi
@ 2013-01-10 23:54 ` Marcel Holtmann
  1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2013-01-10 23:54 UTC (permalink / raw)
  To: Lucas De Marchi; +Cc: linux-bluetooth, linux-nfc

Hi Lucas,

> Makefile.am:50: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
> ---
>  Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied.

Regards

Marcel



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-10 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 15:18 [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES Lucas De Marchi
2013-01-10 15:18 ` [PATCH neard 2/2] build: Do not use deprecated AM_CONFIG_HEADER Lucas De Marchi
2013-01-10 23:54   ` Marcel Holtmann
2013-01-10 23:54 ` [PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).