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