Skip to content
Snippets Groups Projects
Commit ba1bd031 authored by Ralph Giles's avatar Ralph Giles
Browse files

Use AC_CONFIG_HEADERS.

This avoids a warning about obsolete AM_CONFIG_HEADERS() on more
recent autoconf. The new macro has been around at least since
autoconf 2.60. So this should be safe.
parent 5367dac3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*-
AC_INIT(src/opus_encoder.c)
AM_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
dnl enable silent rules on automake 1.11 and later
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment