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:
David I. Lehn 2001-05-25 04:42:41 +00:00
parent 2d931d0b2e
commit 9207932788

View file

@ -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