summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Stop using ACLOCAL_FLAGSRyan Lortie2014-03-131-1/+1
| | | | | | | ACLOCAL_PATH has replaced this for some time now. Bump automake dependency to 1.11.2 (this is the first automake that knows about ACLOCAL_PATH).
* build: enable running autoreconf on tarballsRyan Lortie2013-02-111-1/+1
| | | | | | | | | | | | | A couple of things were preventing autoreconf from working properly on our tarball releases. Fix those up: - the m4/ directory (with intltool and gtk-doc m4) was not being disted - our ./autogen.sh invoked automake with --foreign, suppressing warnings about missing ChangeLog, etc. Move that flag into configure.ac so that they are still suppressed when using autoreconf. https://bugzilla.gnome.org/show_bug.cgi?id=663961
* build: "&>" is a advanced shell extension. Use > and 2>&1 instead.Alban Browaeys2013-01-221-1/+1
| | | | | | | | | | | dconf autogen.sh uses /bin/sh as shebang which on debian bind to dash. Dash has no support for "&>" redirection (both stdout and stderr). Thus it interpret the command as detach and redirect stdout. Switch to explicitely redirect stdout and stderr : "> /dev/null 2>&1" for which "&>" is a shorthand to fix the build failure. https://bugzilla.gnome.org/show_bug.cgi?id=692186
* autogen.sh: remove 'autogen clean' featureRyan Lortie2012-08-201-7/+0
| | | | This isn't really useful when we have 'git clean'.
* Enable i18n support for dconf-editorRyan Lortie2012-08-061-0/+1
| | | | | | | | | Add i18n support using intltool and glib-gettext (to avoid the well-known issues with vanilla gettext). This patch is heavily based on a patch by Gabor Kelemen. https://bugzilla.gnome.org/show_bug.cgi?id=642217
* autogen.sh: support calling from out of treeRyan Lortie2012-03-081-1/+9
|
* cut it out with the -WerrorRyan Lortie2011-10-141-1/+1
| | | | This is a bad idea.
* Use GtkBuilderRobert Ancell2011-01-141-0/+1
|
* fix autogen.shRyan Lortie2010-07-291-6/+6
| | | | | | | | | If automake-1.11 existed, we would run that but not also aclocal-1.11. Ensure that we always run matching aclocal and automake. Also some small fixups: - use #!/bin/sh, not bash - silence the error in case we can't find 'automake-1.11'.
* Get rid of libtoolRyan Lortie2010-07-241-2/+1
| | | | | | | | | | | You need to type 'make clean' before trying to rebuild dconf after this update (in fact, 'git clean' may be appropriate to clean out all the extra files that libtool leaves around). It's quite likely that this completely breaks dconf builds on non-ELF platforms (and maybe some ELF ones). Please report any problems to bugzilla. I'm very happy to accept patches to fix portability (via ./configure-time checks).
* cleanup automakeRyan Lortie2010-07-191-3/+3
|
* Bug 623310 - Can't build from gitRyan Lortie2010-07-101-1/+7
| | | | Check for 'automake-1.11' and prefer that to 'automake', if available
* [autogen.sh] Support NOCONFIGURE, like gnome-commonColin Walters2010-06-291-1/+4
|
* Setup initial gtk-docRyan Lortie2010-06-101-0/+1
|
* Enable silent rules by defaultRyan Lortie2010-05-281-1/+1
| | | | | Used to be enabled via autogen.sh. Now enabled by default for ./configure, too.
* Honour ACLOCAL_FLAGSRyan Lortie2010-05-191-1/+1
|
* Initial commitRyan Lortie2010-04-281-0/+21