automake 1.4-p1 doesn't support AC_CONFIG_FILES. revert to AC_OUTPUT until the fix...
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Fri, 25 May 2001 04:42:41 +0000 (04:42 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Fri, 25 May 2001 04:42:41 +0000 (04:42 +0000)
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. ;)

configure.in.ac250

index 1d25f9653d7f18cd929bb9fce283a06c802c2b97..227eccbc35e8b904367df3a98f977cd4454cadb5 100644 (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