mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +00:00
configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
AM_CONFIG_HEADER was removed in automake 1.13 https://bugzilla.gnome.org/show_bug.cgi?id=693367
This commit is contained in:
parent
5a08c1ba41
commit
cfa8710b7b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ dnl can autoconf find the source ?
|
||||||
AC_CONFIG_SRCDIR([testsuite/common.py])
|
AC_CONFIG_SRCDIR([testsuite/common.py])
|
||||||
|
|
||||||
dnl define the output header for config
|
dnl define the output header for config
|
||||||
AM_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
Loading…
Reference in a new issue