summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2015-06-12Convert gst-plugins-base to stand-alone gst-plugins-xvbo packageRussell King
We want to be a stand-alone package to support the xvboimagesink plugin, so we don't want to replicate most of gst-plugins-base code here. Delete mode of it, and rename ourselves appropriately. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2009-06-26autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]Jan Schmidt
Check for more automake command variants. Use printf instead of 'echo -n' for portability
2009-06-09autogen: remove -Wno-portability from hereTim-Philipp Müller
as it is in configure.ac now.
2009-05-12Run libtoolize before aclocalMarc-Andre Lureau
This unbreaks the build in some cases. Fixes bug #582021
2009-01-30Use a symbolic link for the pre-commit client-side hookEdward Hervey
2009-01-22Install and use pre-commit indentation hook from commonEdward Hervey
2009-01-21autogen.sh : Use git submoduleEdward Hervey
2008-11-29Require gettext 0.17 because older versions don't mix with libtool 2.2. At ↵Sebastian Dröge
build time an older gettext version will s... Original commit message from CVS: Patch by: Cygwin Ports maintainer <yselkowitz at users dot sourceforge dot net> * autogen.sh: * configure.ac: Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will still work. Fixes bug #556091.
2008-01-10autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ↵Sebastian Dröge
about GNU make extensions being used. We... Original commit message from CVS: * autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We require GNU make in almost every Makefile anyway. * configure.ac: Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o at the same time is required for per target flags.
2006-06-16Use GST_PLUGIN_DOCS macro in configure.ac, addTim-Philipp Müller
Original commit message from CVS: * autogen.sh: * configure.ac: * docs/Makefile.am: Use GST_PLUGIN_DOCS macro in configure.ac, add --enable-plugin-docs default to autogen.sh and use ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
2006-05-08autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolizeEdward Hervey
Original commit message from CVS: * autogen.sh: (CONFIGURE_DEF_OPT): libtoolize on Darwin/MacOSX is called glibtoolize
2006-01-20up automake requirement to 1.7Christian Schaller
Original commit message from CVS: up automake requirement to 1.7
2005-11-23autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one.Edward Hervey
Original commit message from CVS: * autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one. Fixes autogen
2005-09-06try fix distcheck for FC3Thomas Vander Stichele
Original commit message from CVS: try fix distcheck for FC3
2005-09-03updating docs buildThomas Vander Stichele
Original commit message from CVS: updating docs build
2005-06-29reinstate plugin docsThomas Vander Stichele
Original commit message from CVS: reinstate plugin docs
2005-05-05fix build so you can make dist and create rpmsChristian Schaller
Original commit message from CVS: fix build so you can make dist and create rpms
2005-04-10ignore already applied patchThomas Vander Stichele
Original commit message from CVS: ignore already applied patch
2005-02-23remove a whole bunch of plugins. This module now contains a set of free ↵Thomas Vander Stichele
reference plugins/elements as agreed. Original commit message from CVS: remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed.
2004-05-17whoops, checked in too muchBenjamin Otte
Original commit message from CVS: whoops, checked in too much
2004-05-17compute offsets correctly for internal buffers so timestamps are set ↵David Moore
correctly when we can't seek. Also handle cases ... Original commit message from CVS: * autogen.sh: * configure.ac: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases where there are no offsets. (based on a patch by David Moore, fixes #142507)
2004-02-29update for plugin changes to export symbolsThomas Vander Stichele
Original commit message from CVS: update for plugin changes to export symbols
2004-02-22autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.Benjamin Otte
Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> reported by: Padraig O'Briain <padraig.obriain@sun.com> * autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable. (fixes #134816)
2004-02-13up gettext versionThomas Vander Stichele
Original commit message from CVS: up gettext version
2004-02-12force autopointThomas Vander Stichele
Original commit message from CVS: force autopoint
2004-02-12run only onceThomas Vander Stichele
Original commit message from CVS: run only once
2004-01-19putting i18n in place for pluginsThomas Vander Stichele
Original commit message from CVS: putting i18n in place for plugins
2003-11-27fixing bug #126985, gst core requires 1.6 anywayLeif Johnson
Original commit message from CVS: fixing bug #126985, gst core requires 1.6 anyway
2003-08-30get last fix correct.David Schleef
Original commit message from CVS: get last fix correct.
2003-08-17Handle libtoolize with alternate namesDavid Schleef
Original commit message from CVS: Handle libtoolize with alternate names
2003-05-28I'm too lazy to comment thisThomas Vander Stichele
Original commit message from CVS: *** empty log message ***
2003-05-22fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte
a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2003-05-12fixes 107967Thomas Vander Stichele
Original commit message from CVS: fixes 107967
2003-05-09remove bashismsDavid Schleef
Original commit message from CVS: remove bashisms
2003-04-13Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef
Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
2002-12-30oopsThomas Vander Stichele
Original commit message from CVS: oops
2002-12-26slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele
link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
2002-11-02run libtoolize, remove generated file ltmain.sh add some newer versions for ↵David I. Lehn
tool checks Original commit message from CVS: run libtoolize, remove generated file ltmain.sh add some newer versions for tool checks
2002-09-30list preferred autotoolsThomas Vander Stichele
Original commit message from CVS: list preferred autotools
2002-05-27same changesThomas Vander Stichele
Original commit message from CVS: same changes
2002-05-18small fixThomas Vander Stichele
Original commit message from CVS: small fix
2002-04-18same fix for pluginsThomas Vander Stichele
Original commit message from CVS: same fix for plugins
2002-03-02let's not update here, it's not necessary; ie, if you run cvs update in ↵Andy Wingo
gst-plugins, it will update common automatica... Original commit message from CVS: let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatically, and we don't support half-updated trees
2002-03-02fix a typoAndy Wingo
Original commit message from CVS: fix a typo
2002-03-02more changesThomas Vander Stichele
Original commit message from CVS: more changes
2002-03-02adapt to use new stuffThomas Vander Stichele
Original commit message from CVS: adapt to use new stuff
2002-02-10fix mad check, add defaut options properlyAndy Wingo
Original commit message from CVS: fix mad check, add defaut options properly
2002-02-07smallish fixesThomas Vander Stichele
Original commit message from CVS: smallish fixes
2002-02-06this makes more sense higher in the fileThomas Vander Stichele
Original commit message from CVS: this makes more sense higher in the file