Stefan Sauer
1427c96b2e
Automatic update of common submodule
...
From d676993 to c408583
2015-06-07 17:16:06 +02:00
Tim-Philipp Müller
2c19914d9a
Automatic update of common submodule
...
From bc76a8b to c8fb372
2015-04-03 18:57:36 +01:00
Tim-Philipp Müller
b03361ac38
Automatic update of common submodule
...
From dbedaa0 to d48bed3
2013-12-22 22:33:12 +00:00
Tim-Philipp Müller
000b1a6e04
Automatic update of common submodule
...
From 12af105 to 74a6857
2013-09-19 17:34:27 +01:00
Tim-Philipp Müller
ef6e3512b6
Automatic update of common submodule
...
From aed87ae to 2736592
2013-04-14 17:25:35 +01:00
Sebastian Dröge
465282079d
configure: Modernize autotools setup a bit
...
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-13 14:02:03 +02:00
Ryan Lortie
31861969a9
build: avoid touching .po files during 'make'
...
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-21 16:48:58 -08:00
Ryan Lortie
1f1f6e0ed5
autogen.sh: allow calling from out-of-tree
...
https://bugzilla.gnome.org/show_bug.cgi?id=667664
2012-02-02 17:11:55 +00:00
Idar Tollefsen
17d5f4dc31
build: don't output configure options via autogen if $NOCONFIGURE is set
...
https://bugzilla.gnome.org/show_bug.cgi?id=667296
2012-01-05 01:13:01 +00:00
Luis de Bethencourt
1be2076922
autogen: wingo signed comment
2011-03-22 13:26:12 +01:00
Tim-Philipp Müller
9300c5b29b
Bump automake requirement to 1.10
...
For maintainability reasons and $(builddir).
Fixes #622944 .
2010-06-28 15:52:51 +01:00
Tim-Philipp Müller
6ab962bd51
build: bump autoconf requirement to 2.60 for gobject-introspection.m4
...
Require autoconf 2.60 (which was released in June 2006).
Fixes #600718 .
2010-04-07 19:09:24 +01:00
Tim-Philipp Müller
b40320d483
build: make autotools put its m4 files into m4/ instead of common/m4/
...
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).
2010-03-30 15:20:07 +01:00
Tim-Philipp Müller
a2a23800bf
autogen.sh: older aclocals don't like -I. so use -I . instead
2009-08-06 18:38:16 +01:00
Tim-Philipp Müller
ecbea36d39
check: use private copy of check for libgstcheck
...
See #577275 . Seems to work fine, but doesn't distcheck yet.
2009-08-06 17:27:12 +01:00
Jan Schmidt
03e97cafac
autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]
...
Check for more automake command variants. Use printf instead of 'echo -n'
for portability
2009-06-26 13:33:50 +01:00
Tim-Philipp Müller
db6f3ae042
Revert "go back to allowing gettext 0.11.5, but don't mix with libtool 2.2"
...
This reverts commit 31c09d738c
.
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-03 09:49:59 +01:00
Tim-Philipp Müller
b345a8d0db
Revert "only update submodule when it is not on a specific branch"
...
This reverts commit 93b83333aa
.
Reverting since this fails on a fresh checkout. Also, we shouldn't
depend on possibly translated strings.
2009-06-03 09:49:59 +01:00
Thomas Vander Stichele
31c09d738c
go back to allowing gettext 0.11.5, but don't mix with libtool 2.2
2009-06-03 01:25:26 +02:00
Thomas Vander Stichele
93b83333aa
only update submodule when it is not on a specific branch
2009-06-03 01:02:43 +02:00
Tim-Philipp Müller
25b1849b80
autogen.sh: can remove the -Wno-portability from here now
...
since we added it to configure.ac.
2009-05-21 10:54:13 +01:00
Marc-Andre Lureau
4aa8888997
Run libtoolize before aclocal
...
This unbreaks the build in some cases. Fixes bug #582021
2009-05-12 09:02:45 +02:00
Edward Hervey
c44ca96bee
Use a symbolic link for the pre-commit client-side hook
2009-01-30 08:41:20 +01:00
Edward Hervey
f3a8ecdd10
Install and use pre-commit indentation hook from common
2009-01-22 05:35:02 +01:00
Edward Hervey
044b46ec98
autogen.sh : Use git submodule
2009-01-21 04:29:25 +01:00
Sebastian Dröge
c159bda3a3
Require gettext 0.17 because older versions don't mix with libtool 2.2. At 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-11-29 13:29:14 +00:00
Sebastian Dröge
25a75c7cc8
autogen.sh: Add -Wno-portability to the automake parameters to stop warnings 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.
2008-01-10 12:14:04 +00:00
Thomas Vander Stichele
089bc67d1e
remove --enable-docs
...
Original commit message from CVS:
remove --enable-docs
2006-07-24 07:37:52 +00:00
Tim-Philipp Müller
fa5953d31c
autogen.sh: Add default for new --enable-plugin-docs switch.
...
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-06-16 08:30:47 +00:00
Edward Hervey
462d27b23a
autogen.sh: Darwin's libtoolize is in fact called glibtoolize.
...
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-05-08 11:43:19 +00:00
Thomas Vander Stichele
c29338bfbf
autogen.sh: up required version of automake to 1.7
...
Original commit message from CVS:
* autogen.sh:
up required version of automake to 1.7
2006-01-20 18:59:00 +00:00
Thomas Vander Stichele
0296eb6e9d
autoconf for freebsd
...
Original commit message from CVS:
autoconf for freebsd
2005-10-12 02:26:44 +00:00
Thomas Vander Stichele
7fdc7c2b48
autoconf for freebsd
...
Original commit message from CVS:
autoconf for freebsd
2005-10-12 02:25:18 +00:00
Thomas Vander Stichele
7f472f5e65
autoconf for freebsd
...
Original commit message from CVS:
autoconf for freebsd
2005-10-12 02:23:29 +00:00
Thomas Vander Stichele
8f8094f4fd
autoconf for freebsd
...
Original commit message from CVS:
autoconf for freebsd
2005-10-12 02:19:38 +00:00
Thomas Vander Stichele
de1f0d89a4
autoconf for freebsd
...
Original commit message from CVS:
autoconf for freebsd
2005-10-12 02:16:26 +00:00
Andy Wingo
0f03b8eef6
autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
...
Original commit message from CVS:
2005-10-10 Andy Wingo <wingo@pobox.com>
* autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
2005-10-10 08:51:59 +00:00
Thomas Vander Stichele
d131d746f9
maintenance updates
...
Original commit message from CVS:
maintenance updates
2005-09-05 17:55:10 +00:00
Thomas Vander Stichele
50a2f3fb6f
clean up docs build a little; have docdir be an overridable install 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-09-03 13:49:49 +00:00
Thomas Vander Stichele
6426406e1a
ignore already applied patch
...
Original commit message from CVS:
ignore already applied patch
2005-04-10 18:19:18 +00:00
Thomas Vander Stichele
047c0a3e9b
remove patch if autopoint fails
...
Original commit message from CVS:
remove patch if autopoint fails
2004-12-08 09:18:38 +00:00
David Schleef
9fd2b5628e
autogen.sh: Remove call to env, since the buildbot isn't broken anymore.
...
Original commit message from CVS:
* autogen.sh: Remove call to env, since the buildbot isn't
broken anymore.
2004-06-24 19:58:01 +00:00
David Schleef
3ce2d37899
autogen.sh: Add a temporary 'env' to test buildbot problems.
...
Original commit message from CVS:
* autogen.sh: Add a temporary 'env' to test buildbot problems.
2004-06-04 17:10:24 +00:00
Thomas Vander Stichele
b4450adfec
update libtool requirement for latest plugin symbol changes
...
Original commit message from CVS:
update libtool requirement for latest plugin symbol changes
2004-02-29 08:34:03 +00:00
Benjamin Otte
bf08b9f3d1
autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.
...
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-22 15:55:29 +00:00
Thomas Vander Stichele
5ee87d1992
up version of gettext
...
Original commit message from CVS:
up version of gettext
2004-02-13 16:43:03 +00:00
Thomas Vander Stichele
80b20e9a0f
use long options
...
Original commit message from CVS:
use long options
2004-02-12 19:07:33 +00:00
Thomas Vander Stichele
c67718aff2
copy libtool
...
Original commit message from CVS:
copy libtool
2004-02-12 12:09:28 +00:00
Thomas Vander Stichele
6ae04f0e3a
check out common with right tag
...
Original commit message from CVS:
check out common with right tag
2004-02-06 17:54:40 +00:00
Thomas Vander Stichele
d4eef4be74
print configure lien
...
Original commit message from CVS:
print configure lien
2004-02-05 13:34:10 +00:00