summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-12-22Automatic update of common submoduleTim-Philipp Müller1-7/+1
From dbedaa0 to d48bed3
2013-09-19Automatic update of common submoduleTim-Philipp Müller1-5/+7
From 12af105 to 74a6857
2013-04-14Automatic update of common submoduleTim-Philipp Müller1-13/+22
From aed87ae to 2736592
2012-04-13configure: Modernize autotools setup a bitSebastian Dröge1-6/+6
Also we now only create tar.bz2 and tar.xz tarballs.
2012-02-21build: avoid touching .po files during 'make'Ryan Lortie1-1/+3
A simple workaround to deal with GNU gettext automake integration failing to deal with git. https://bugzilla.gnome.org/show_bug.cgi?id=669207
2012-02-02autogen.sh: allow calling from out-of-treeRyan Lortie1-2/+10
https://bugzilla.gnome.org/show_bug.cgi?id=667664
2012-01-05build: don't output configure options via autogen if $NOCONFIGURE is setIdar Tollefsen1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=667296
2011-03-22autogen: wingo signed commentLuis de Bethencourt1-1/+1
2010-06-28Bump automake requirement to 1.10Tim-Philipp Müller1-3/+2
For maintainability reasons and $(builddir). Fixes #622944.
2010-04-07build: bump autoconf requirement to 2.60 for gobject-introspection.m4Tim-Philipp Müller1-2/+2
Require autoconf 2.60 (which was released in June 2006). Fixes #600718.
2010-03-30build: make autotools put its m4 files into m4/ instead of common/m4/Tim-Philipp Müller1-1/+1
This is how we do it in the other modules, and gets rid of the annoying dirty status for common when doing git status (at least once you clean out the old files from there).
2009-08-06autogen.sh: older aclocals don't like -I. so use -I . insteadTim-Philipp Müller1-1/+1
2009-08-06check: use private copy of check for libgstcheckTim-Philipp Müller1-1/+1
See #577275. Seems to work fine, but doesn't distcheck yet.
2009-06-26autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]Jan Schmidt1-2/+2
Check for more automake command variants. Use printf instead of 'echo -n' for portability
2009-06-03Revert "go back to allowing gettext 0.11.5, but don't mix with libtool 2.2"Tim-Philipp Müller1-2/+1
This reverts commit 31c09d738ce7f47bff9d292996e9489c275e55a1. Reverting this, since it breaks autogen.sh for me on debian sid. Failure is: "libtool 2.2 requires autopoint 0.17 or higher" even though 0.17 was found.
2009-06-03Revert "only update submodule when it is not on a specific branch"Tim-Philipp Müller1-14/+1
This reverts commit 93b83333aad519c5555156576f0baa3be7b263f3. Reverting since this fails on a fresh checkout. Also, we shouldn't depend on possibly translated strings.
2009-06-03go back to allowing gettext 0.11.5, but don't mix with libtool 2.2Thomas Vander Stichele1-1/+2
2009-06-03only update submodule when it is not on a specific branchThomas Vander Stichele1-1/+14
2009-05-21autogen.sh: can remove the -Wno-portability from here nowTim-Philipp Müller1-1/+1
since we added it to configure.ac.
2009-05-12Run libtoolize before aclocalMarc-Andre Lureau1-1/+1
This unbreaks the build in some cases. Fixes bug #582021
2009-01-30Use a symbolic link for the pre-commit client-side hookEdward Hervey1-3/+3
2009-01-22Install and use pre-commit indentation hook from commonEdward Hervey1-0/+9
2009-01-21autogen.sh : Use git submoduleEdward Hervey1-8/+5
2008-11-29Require gettext 0.17 because older versions don't mix with libtool 2.2. At ↵Sebastian Dröge1-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.
2008-01-10autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ↵Sebastian Dröge1-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.
2006-07-24remove --enable-docsThomas Vander Stichele1-1/+1
Original commit message from CVS: remove --enable-docs
2006-06-16autogen.sh: Add default for new --enable-plugin-docs switch.Tim-Philipp Müller1-1/+1
Original commit message from CVS: * autogen.sh: Add default for new --enable-plugin-docs switch. * configure.ac: Use new GST_PLUGIN_DOCS macro to check for pyxml etc. Fixes #344039. * docs/Makefile.am: Use new ENABLE_PLUGIN_DOCS conditional.
2006-05-08autogen.sh: Darwin's libtoolize is in fact called glibtoolize.Edward Hervey1-1/+1
Original commit message from CVS: * autogen.sh: (CONFIGURE_DEF_OPT): Darwin's libtoolize is in fact called glibtoolize. Adding glibtoolize to the list of accepted names for libtoolize.
2006-01-20autogen.sh: up required version of automake to 1.7Thomas Vander Stichele1-1/+1
Original commit message from CVS: * autogen.sh: up required version of automake to 1.7
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-10autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yayAndy Wingo1-1/+1
Original commit message from CVS: 2005-10-10 Andy Wingo <wingo@pobox.com> * autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
2005-09-05maintenance updatesThomas Vander Stichele1-4/+6
Original commit message from CVS: maintenance updates
2005-09-03clean up docs build a little; have docdir be an overridable install ↵Thomas Vander Stichele1-1/+1
location; separate gtk-doc and docbook bits Original commit message from CVS: clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
2005-04-10ignore already applied patchThomas Vander Stichele1-1/+1
Original commit message from CVS: ignore already applied patch
2004-12-08remove patch if autopoint failsThomas Vander Stichele1-1/+1
Original commit message from CVS: remove patch if autopoint fails
2004-06-24autogen.sh: Remove call to env, since the buildbot isn't broken anymore.David Schleef1-3/+0
Original commit message from CVS: * autogen.sh: Remove call to env, since the buildbot isn't broken anymore.
2004-06-04autogen.sh: Add a temporary 'env' to test buildbot problems.David Schleef1-0/+3
Original commit message from CVS: * autogen.sh: Add a temporary 'env' to test buildbot problems.
2004-02-29update libtool requirement for latest plugin symbol changesThomas Vander Stichele1-2/+2
Original commit message from CVS: update libtool requirement for latest plugin symbol changes
2004-02-22autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.Benjamin Otte1-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)
2004-02-13up version of gettextThomas Vander Stichele1-1/+1
Original commit message from CVS: up version of gettext
2004-02-12use long optionsThomas Vander Stichele1-1/+1
Original commit message from CVS: use long options
2004-02-12copy libtoolThomas Vander Stichele1-1/+1
Original commit message from CVS: copy libtool
2004-02-06check out common with right tagThomas Vander Stichele1-1/+5
Original commit message from CVS: check out common with right tag
2004-02-05print configure lienThomas Vander Stichele1-0/+1
Original commit message from CVS: print configure lien
2004-01-23fix doc build fix autogenThomas Vander Stichele1-2/+2
Original commit message from CVS: fix doc build fix autogen
2004-01-13I'm too lazy to comment thisThomas Vander Stichele1-1/+4
Original commit message from CVS: *** empty log message ***