mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
faq it
Original commit message from CVS: faq it
This commit is contained in:
parent
0d4e23d642
commit
4d1336e708
1 changed files with 6 additions and 6 deletions
12
configure.ac
12
configure.ac
|
@ -14,8 +14,7 @@ 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_FLAGS="-I common/m4 $ACLOCAL_FLAGS"
|
ACLOCAL="$ACLOCAL -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
|
||||||
|
@ -505,16 +504,17 @@ examples/typefind/Makefile
|
||||||
examples/xml/Makefile
|
examples/xml/Makefile
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
|
docs/devhelp/Makefile
|
||||||
|
docs/devhelp/html2xml.py
|
||||||
|
docs/faq/Makefile
|
||||||
docs/gst/Makefile
|
docs/gst/Makefile
|
||||||
docs/gst/gstreamer.types
|
docs/gst/gstreamer.types
|
||||||
docs/libs/Makefile
|
docs/libs/Makefile
|
||||||
docs/plugins/Makefile
|
|
||||||
docs/plugins/gstreamer-plugins.types
|
|
||||||
docs/manual/Makefile
|
docs/manual/Makefile
|
||||||
docs/pwg/Makefile
|
docs/pwg/Makefile
|
||||||
|
docs/plugins/Makefile
|
||||||
|
docs/plugins/gstreamer-plugins.types
|
||||||
docs/xsl/Makefile
|
docs/xsl/Makefile
|
||||||
docs/devhelp/Makefile
|
|
||||||
docs/devhelp/html2xml.py
|
|
||||||
stamp.h
|
stamp.h
|
||||||
gstreamer.pc
|
gstreamer.pc
|
||||||
gstreamer-uninstalled.pc
|
gstreamer-uninstalled.pc
|
||||||
|
|
Loading…
Reference in a new issue