summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Automatic update of common submoduleThiago Santos2016-02-051-0/+2
| | | | From 86e4663 to b64f03f
* Automatic update of common submoduleNicolas Dufresne2015-12-071-1/+5
| | | | From b319909 to 86e4663
* Automatic update of common submoduleStefan Sauer2015-06-071-9/+20
| | | | From 241fcb7 to c408583
* Automatic update of common submoduleTim-Philipp Müller2015-04-031-23/+3
| | | | From bc76a8b to c8fb372
* Automatic update of common submoduleTim-Philipp Müller2013-12-221-7/+1
| | | | From dbedaa0 to d48bed3
* Automatic update of common submoduleTim-Philipp Müller2013-09-191-5/+7
| | | | From 098c0d7 to 74a6857
* Automatic update of common submoduleTim-Philipp Müller2013-04-141-28/+28
| | | | From aed87ae to 2736592
* configure: Modernize autotools setup a bitSebastian Dröge2012-04-131-5/+5
| | | | Also we now only create tar.bz2 and tar.xz tarballs.
* autogen: workaround for gettext/automake with gitDavid Schleef2012-02-211-0/+3
| | | | Fixes: #669207.
* autogen.sh: allow calling from out-of-treeRyan Lortie2012-02-021-4/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667665
* autogen: wingo signed commentLuis de Bethencourt2011-03-221-1/+1
|
* Bump automake requirement to 1.10Tim-Philipp Müller2010-06-281-3/+2
| | | | | | For maintainability reasons and $(builddir). Fixes #622944.
* build: bump autoconf requirement to 2.60 for gobject-introspection.m4Tim-Philipp Müller2010-04-071-2/+2
| | | | | | Require autoconf 2.60 (which was released in June 2006). Fixes #600718.
* autogen.sh: Don't call configure with --enable-plugin-docsDamien Lespiau2010-03-251-1/+1
| | | | | | | configure gives a nice warning: configure: WARNING: unrecognized options: --enable-plugin-docs and indeed, I could not find anything in the configure.ac or the m4 macros that would allow enabling that option. Remove it then.
* autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]Jan Schmidt2009-06-261-2/+2
| | | | | Check for more automake command variants. Use printf instead of 'echo -n' for portability
* autogen: remove -Wno-portability from hereTim-Philipp Müller2009-06-091-1/+1
| | | | as it is in configure.ac now.
* Run libtoolize before aclocalMarc-Andre Lureau2009-05-121-1/+1
| | | | This unbreaks the build in some cases. Fixes bug #582021
* Use a symbolic link for the pre-commit client-side hookEdward Hervey2009-01-301-3/+3
|
* Install and use pre-commit indentation hook from commonEdward Hervey2009-01-221-0/+8
|
* autogen.sh : Use git submoduleEdward Hervey2009-01-211-8/+5
|
* Require gettext 0.17 because older versions don't mix with libtool 2.2. At ↵Sebastian Dröge2008-11-291-1/+1
| | | | | | | | | | | | | 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.
* autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ↵Sebastian Dröge2008-01-101-1/+1
| | | | | | | | | | | | | 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.
* Use GST_PLUGIN_DOCS macro in configure.ac, addTim-Philipp Müller2006-06-161-1/+1
| | | | | | | | | | 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).
* autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolizeEdward Hervey2006-05-081-1/+1
| | | | | | Original commit message from CVS: * autogen.sh: (CONFIGURE_DEF_OPT): libtoolize on Darwin/MacOSX is called glibtoolize
* up automake requirement to 1.7Christian Schaller2006-01-201-3/+3
| | | | | Original commit message from CVS: up automake requirement to 1.7
* autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one.Edward Hervey2005-11-231-1/+1
| | | | | | | Original commit message from CVS: * autogen.sh: eheh, sinesrc is gone. Replacing sample srcfile by existing one. Fixes autogen
* try fix distcheck for FC3Thomas Vander Stichele2005-09-061-8/+8
| | | | | Original commit message from CVS: try fix distcheck for FC3
* updating docs buildThomas Vander Stichele2005-09-031-1/+1
| | | | | Original commit message from CVS: updating docs build
* reinstate plugin docsThomas Vander Stichele2005-06-291-1/+1
| | | | | Original commit message from CVS: reinstate plugin docs
* fix build so you can make dist and create rpmsChristian Schaller2005-05-051-1/+1
| | | | | Original commit message from CVS: fix build so you can make dist and create rpms
* ignore already applied patchThomas Vander Stichele2005-04-101-1/+1
| | | | | Original commit message from CVS: ignore already applied patch
* remove a whole bunch of plugins. This module now contains a set of free ↵Thomas Vander Stichele2005-02-231-1/+1
| | | | | | | | 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.
* whoops, checked in too muchBenjamin Otte2004-05-171-1/+1
| | | | | Original commit message from CVS: whoops, checked in too much
* compute offsets correctly for internal buffers so timestamps are set ↵David Moore2004-05-171-1/+1
| | | | | | | | | | | | 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)
* update for plugin changes to export symbolsThomas Vander Stichele2004-02-291-2/+2
| | | | | Original commit message from CVS: update for plugin changes to export symbols
* autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.Benjamin Otte2004-02-221-1/+1
| | | | | | | | | | | 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)
* up gettext versionThomas Vander Stichele2004-02-131-1/+1
| | | | | Original commit message from CVS: up gettext version
* force autopointThomas Vander Stichele2004-02-121-1/+1
| | | | | Original commit message from CVS: force autopoint
* run only onceThomas Vander Stichele2004-02-121-11/+0
| | | | | Original commit message from CVS: run only once
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-0/+24
| | | | | Original commit message from CVS: putting i18n in place for plugins
* fixing bug #126985, gst core requires 1.6 anywayLeif Johnson2003-11-271-1/+1
| | | | | Original commit message from CVS: fixing bug #126985, gst core requires 1.6 anyway
* get last fix correct.David Schleef2003-08-301-1/+1
| | | | | Original commit message from CVS: get last fix correct.
* Handle libtoolize with alternate namesDavid Schleef2003-08-171-2/+2
| | | | | Original commit message from CVS: Handle libtoolize with alternate names
* I'm too lazy to comment thisThomas Vander Stichele2003-05-281-1/+1
| | | | | Original commit message from CVS: *** empty log message ***
* fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte2003-05-221-1/+1
| | | | | | | 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.
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-211-1/+1
| | | | | | | | | 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
* fixes 107967Thomas Vander Stichele2003-05-121-3/+4
| | | | | Original commit message from CVS: fixes 107967
* remove bashismsDavid Schleef2003-05-091-2/+2
| | | | | Original commit message from CVS: remove bashisms
* Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef2003-04-131-1/+1
| | | | | Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
* oopsThomas Vander Stichele2002-12-301-1/+1
| | | | | Original commit message from CVS: oops