mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
automake 1.4-p1 doesn't support AC_CONFIG_FILES. revert to AC_OUTPUT until the fix in the just released 1.4-p2 gets ...
Original commit message from CVS: automake 1.4-p1 doesn't support AC_CONFIG_FILES. revert to AC_OUTPUT until the fix in the just released 1.4-p2 gets debianized. ;)
This commit is contained in:
parent
2d931d0b2e
commit
9207932788
1 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,7 @@ GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||||
|
|
||||||
PACKAGE=gstreamer
|
PACKAGE=gstreamer
|
||||||
VERSION=$GST_VERSION
|
VERSION=$GST_VERSION
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
||||||
AC_SUBST(PACKAGE)
|
AC_SUBST(PACKAGE)
|
||||||
|
@ -272,7 +273,6 @@ if test x$AUDIOFILE_CONFIG = xno; then
|
||||||
AUDIOFILE_LIBS=
|
AUDIOFILE_LIBS=
|
||||||
HAVE_LIBAUDIOFILE=no
|
HAVE_LIBAUDIOFILE=no
|
||||||
else
|
else
|
||||||
AC_MSG_WARN(did find audiofile-config: delete this msg)
|
|
||||||
AUDIOFILE_LIBS=`audiofile-config --libs`
|
AUDIOFILE_LIBS=`audiofile-config --libs`
|
||||||
HAVE_LIBAUDIOFILE=yes
|
HAVE_LIBAUDIOFILE=yes
|
||||||
fi
|
fi
|
||||||
|
@ -935,7 +935,8 @@ dnl #########################
|
||||||
dnl # Make the output files #
|
dnl # Make the output files #
|
||||||
dnl #########################
|
dnl #########################
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile
|
AC_OUTPUT(
|
||||||
|
Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
include/wine/Makefile
|
include/wine/Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
|
@ -1082,4 +1083,3 @@ gstreamer-config
|
||||||
gstreamer.spec,
|
gstreamer.spec,
|
||||||
chmod +x gstreamer-config
|
chmod +x gstreamer-config
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
|
||||||
|
|
Loading…
Reference in a new issue