mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +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
|
||||
VERSION=$GST_VERSION
|
||||
|
||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
||||
AC_SUBST(PACKAGE)
|
||||
|
@ -272,7 +273,6 @@ if test x$AUDIOFILE_CONFIG = xno; then
|
|||
AUDIOFILE_LIBS=
|
||||
HAVE_LIBAUDIOFILE=no
|
||||
else
|
||||
AC_MSG_WARN(did find audiofile-config: delete this msg)
|
||||
AUDIOFILE_LIBS=`audiofile-config --libs`
|
||||
HAVE_LIBAUDIOFILE=yes
|
||||
fi
|
||||
|
@ -935,7 +935,8 @@ dnl #########################
|
|||
dnl # Make the output files #
|
||||
dnl #########################
|
||||
|
||||
AC_CONFIG_FILES(Makefile
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
include/Makefile
|
||||
include/wine/Makefile
|
||||
gst/Makefile
|
||||
|
@ -1082,4 +1083,3 @@ gstreamer-config
|
|||
gstreamer.spec,
|
||||
chmod +x gstreamer-config
|
||||
)
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue