[gst-devel] autoconf/automake madness
wrobell
wrobell at ite.pl
Sun Nov 25 08:58:01 CET 2001
I am going to send you some patches
so autoconf 2.52 and automake 1.5 will work.
I hope...
So... there is the first one attached in the e-mail:
- removes AC_ARG_PROGRAM due to the warning
warning: AC_ARG_PROGRAM invoked multiple times
autoconf 2.52 adds it by default or with another macro?
- moves up some dnl'ed lines from AC_OUTPUT
with these lines in AC_OUTPUT there is an error:
configure.in:1360: error: m4_popdef: undefined macro: AC_Dest
acgeneral.m4:3403: AC_CONFIG_FILES is expanded from...
configure.in:1360: the top level
wrobell <wrobell at ite.pl>
-------------- next part --------------
--- configure.base Sun Nov 25 17:52:03 2001
+++ configure.base.new Sun Nov 25 17:53:17 2001
@@ -51,7 +51,6 @@
AC_ISC_POSIX
SUBSTFOR configure.ac:AC_HEADER_STDC([])
SUBSTFOR configure.in:AC_STDC_HEADERS
-AC_ARG_PROGRAM
dnl We disable static building for development, for time savings
dnl *NOTE*: dnl this line before release, so release does static too
@@ -1173,6 +1172,9 @@
dnl # Make the output files #
dnl #########################
+dnl until ffmpeg is handled by configure plugins/ffmpeg/Makefile
+dnl components/bonobo-gstmediaplay/Makefile
+dnl someone should fix this test/misc/Makefile
SUBSTFOR configure.ac:AC_OUTPUT(
SUBSTFOR configure.ac:Makefile
SUBSTFOR configure.in:AC_OUTPUT([Makefile
@@ -1237,7 +1239,6 @@
plugins/rtp/Makefile
plugins/mulaw/Makefile
plugins/alaw/Makefile
-dnl until ffmpeg is handled by configure plugins/ffmpeg/Makefile
plugins/filters/Makefile
plugins/filters/smooth/Makefile
plugins/filters/median/Makefile
@@ -1294,11 +1295,9 @@
plugins/synthesis/sinesrc/Makefile
plugins/silence/Makefile
gstplay/Makefile
-dnl components/bonobo-gstmediaplay/Makefile
test/Makefile
test/xml/Makefile
test/bindings/Makefile
-dnl someone should fix this test/misc/Makefile
test/memchunk/Makefile
test/events/Makefile
tests/Makefile
More information about the gstreamer-devel
mailing list