Need help building gstreamer cvs on top ximian snapshots
Dave Bordoley <[email protected]>
| Newsgroups | gmane.comp.gnome.ximian.snapshots |
|---|---|
| Message-ID | <[email protected]> |
Ok i'm trying to build gstreamer from cvs with redhat 7.3 and ximian snapshots. However whenever i try to run autogen.sh i get this error: checking for automake >= 1.5... found 1.4-p5, not ok ! I think this is the relevant code from the gstreamer autogen.sh file, but i'm just guessing since i'm not familiar with the format. How do i change it so that it will find automake 1.5? thanks dave Ps. I can attach the full autogen.sh file if necessary... echo -n "+ check for build tools" if test ! -z $NOCHECK; then echo ": skipped version checks"; else echo; fi version_check "autoconf" "$AUTOCONF" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1 version_check "automake" "$AUTOMAKE" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1 version_check "libtool" "" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1 _______________________________________________ gnome-2-snapshots maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gnome-2-snapshots