mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
aclocal nicety
Original commit message from CVS: aclocal nicety
This commit is contained in:
parent
7b1ff67b53
commit
043a898599
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ AM_CONFIG_HEADER(config.h)
|
|||
|
||||
dnl Add parameters for aclocal
|
||||
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
|
||||
ACLOCAL_AMFLAGS="-I m4 -I common/m4"
|
||||
ACLOCAL_FLAGS="-I m4 -I common/m4"
|
||||
AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
|
||||
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_STDC
|
||||
|
|
Loading…
Reference in a new issue