mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
various additions
Original commit message from CVS: various additions
This commit is contained in:
parent
065998cf90
commit
42494b104c
3 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
#undef PACKAGE
|
#undef PACKAGE
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
#undef GST_PLUGINS
|
||||||
|
#undef GST_PLUGINS_RELEASE
|
||||||
#undef GST_VERSION_RELEASE
|
#undef GST_VERSION_RELEASE
|
||||||
|
|
||||||
/* Gettext stuff */
|
/* Gettext stuff */
|
||||||
|
|
|
@ -38,7 +38,7 @@ fi
|
||||||
|
|
||||||
toplevel_check $srcfile
|
toplevel_check $srcfile
|
||||||
|
|
||||||
tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS"
|
tool_run "aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
|
||||||
|
|
||||||
# FIXME : why does libtoolize keep complaining about aclocal ?
|
# FIXME : why does libtoolize keep complaining about aclocal ?
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ AC_CANONICAL_TARGET([])
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
|
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
|
||||||
|
|
||||||
|
|
||||||
dnl FIXME take something else ?
|
dnl FIXME take something else ?
|
||||||
AC_CONFIG_SRCDIR([gst/law/alaw.c])
|
AC_CONFIG_SRCDIR([gst/law/alaw.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
Loading…
Reference in a new issue