mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
build: fix autogen.sh with automake 1.13
AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
This commit is contained in:
parent
4044aaecbe
commit
22742e7af5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ dnl can autoconf find the source ?
|
|||
AC_CONFIG_SRCDIR([omx/gstomx.c])
|
||||
|
||||
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
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
|
Loading…
Reference in a new issue