Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/3] build: Do not use deprecated AM_CONFIG_HEADER
@ 2013-01-04  1:21 Lucas De Marchi
  2013-01-04  1:21 ` [PATCH BlueZ 2/3] gdbus: Simplify generated introspection Lucas De Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Lucas De Marchi @ 2013-01-04  1:21 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

From: Lucas De Marchi <lucas.de.marchi@gmail.com>

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 cdfc013..e8193ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(bluez, 5.0)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_USE_SYSTEM_EXTENSIONS
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-- 
1.8.1


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04  1:21 [PATCH BlueZ 1/3] build: Do not use deprecated AM_CONFIG_HEADER Lucas De Marchi
2013-01-04  1:21 ` [PATCH BlueZ 2/3] gdbus: Simplify generated introspection Lucas De Marchi
2013-01-04  5:32   ` Marcel Holtmann
2013-01-04  1:21 ` [PATCH BlueZ 3/3] gitignore: Ignore file generated by Automake 1.13 Lucas De Marchi
2013-01-04  5:32   ` Marcel Holtmann
2013-01-10 15:10     ` Lucas De Marchi
2013-01-04  5:29 ` [PATCH BlueZ 1/3] build: Do not use deprecated AM_CONFIG_HEADER Marcel Holtmann
2013-01-10 14:47 ` Vinicius Costa Gomes
2013-01-10 14:59   ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox