aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Vogel <vogelchr@vogel.cx>2013-01-05 19:30:41 +0100
committerSteve Markgraf <steve@steve-m.de>2013-01-13 22:34:47 +0100
commit0eb0daa0b533502e8261b5d3582692709d90b840 (patch)
treea33b553a33051ea2acfdc57d0ddde90977768c7a
parent4d88e1aa7a517ef8bb588c69f5200e5f88d05094 (diff)
Replace obsolete automake AM_CONFIG_HEADER.
This fixes the following complaint by autoconf 2.69-1, automake 1.13.1-1. : configure.ac:80: error: 'AM_CONFIG_HEADER': this macro is obsolete. : You should use the 'AC_CONFIG_HEADERS' macro instead. : /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expan : configure.ac:80: the top level Automake 1:1.11.3-1ubuntu2, autoconf 2.68-1ubuntu2 don't even emit a warning without, and work just fine with this patch. Signed-off-by: Christian Vogel <vogelchr@vogel.cx> Signed-off-by: Steve Markgraf <steve@steve-m.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3eb91b4..4fb75e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_TRY_COMPILE([],[],
CFLAGS="$old_CFLAGS")
dnl Generate the output
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
AC_OUTPUT(
libmirisdr.pc