Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-12 | build: Avoid shifting shell parameters that aren't there. | M Joonas Pihlaja | 1 | -1/+2 | |
The shift primitive of the Solaris 9 Bourne shell doesn't like it if we try to shift more formal arguments than are there. This causes the compare_versions function in autogen.sh to croak when the actual and compared versions differ in the number of components. | |||||
2010-07-08 | Support NOCONFIGURE environment variable | Colin Walters | 1 | -1/+3 | |
This is taken from gnome-common; it can be convenient for builders to separate the autogen from the configure stage. | |||||
2008-09-22 | Rename Makefile.*.config to Makefile.*.features as they should not be modified | Behdad Esfahbod | 1 | -3/+3 | |
The .config naming was giving people the impression that they can modify it. That's not the case. | |||||
2008-09-16 | [autogen.sh] Remove --enable-gtk-doc from configure options | Behdad Esfahbod | 1 | -1/+0 | |
Cause cworth doesn't like it. | |||||
2008-09-16 | [configure.ac] Generate boilerplate/Makefile.am.config | Behdad Esfahbod | 1 | -3/+3 | |
Same scheme as in src/ | |||||
2008-09-15 | [autogen] Delete Makefile.am.config | Chris Wilson | 1 | -0/+1 | |
Cause the Makefile.am.config to be regenerated every time as its contents may be invalid for the current run - e.g. if a developer is switching between branches with experimental surfaces. | |||||
2008-09-11 | Update gtk-doc makefile fragment | Behdad Esfahbod | 1 | -1/+8 | |
Also move it to build/. We still do not call gtkdocize from autogen.sh. | |||||
2008-09-11 | [autogen.sh] Quote ORIGDIR | Behdad Esfahbod | 1 | -1/+1 | |
2008-09-11 | Move m4 macros into build/aclocal.*.m4 files | Behdad Esfahbod | 1 | -15/+1 | |
2008-09-10 | [autogen.sh] Make libtoolize silent | Behdad Esfahbod | 1 | -1/+1 | |
2008-09-09 | [autogen.sh] Make sure ChangeLog exists | Behdad Esfahbod | 1 | -2/+3 | |
2008-09-08 | [configure.ac] Opt for more automake warnings and checks | Behdad Esfahbod | 1 | -1/+1 | |
2008-09-04 | Rename build/*.ac to build/configure.ac.*. | Behdad Esfahbod | 1 | -5/+4 | |
Also rename configure.in to configure.ac (finally) configure.in -> configure.ac build/analysis.ac -> build/configure.ac.analysis build/enable.ac -> build/configure.ac.enable build/system.ac -> build/configure.ac.system build/tools.ac -> build/configure.ac.tools build/version.ac -> build/configure.ac.version build/warnings.ac -> build/configure.ac.warnings | |||||
2008-09-04 | Rename src/*.mk to src/Makefile.* | Behdad Esfahbod | 1 | -2/+2 | |
Namely: src/Sources.mk -> src/Makefile.sources src/Config.mk -> src/Makefile.am.config src/Config.mk.win32 -> src/Makefile.win32.config | |||||
2008-09-04 | [autogen.sh] Only search in build/*.ac | Behdad Esfahbod | 1 | -1/+1 | |
2008-09-04 | [autogen] Check build/ for versions. | Chris Wilson | 1 | -1/+1 | |
Add the build/*.mk to extract_version() so that it correctly identifies our requirements. | |||||
2008-09-02 | [autogen.sh] Create dummy src/Config.mk so we can bootstrap | Behdad Esfahbod | 1 | -0/+3 | |
2008-08-28 | [autogen.sh] Handle case of no aclocal found | Behdad Esfahbod | 1 | -3/+3 | |
2008-08-27 | [autogen.sh] Prefer glibtoolize to libtoolize if available | Behdad Esfahbod | 1 | -2/+1 | |
Makes OS X users happy. | |||||
2007-10-15 | [autogen.sh] Tolerate tput failure (#12757) | Chris Heath | 1 | -2/+2 | |
2007-04-03 | [autogen.sh] Add --enable-test-surfaces to configure flags | Behdad Esfahbod | 1 | -1/+6 | |
Also remove --enable-maintainer-mode since we removed AM_MAINTAINER_MODE from configure.in in b0d05f7421c457120b9d86a83c4935c67b217fab. | |||||
2007-04-03 | [autogen.sh] Borrow version comparison from GNOME autogen.sh (#9566) | Chris Wilson | 1 | -89/+97 | |
Our previous version check code was thinking that 1.10 is older than 1.7 | |||||
2006-10-29 | [autogen.sh] Make sed script portable | Behdad Esfahbod | 1 | -1/+1 | |
2006-10-25 | Make autogen.sh extract required versions from configure.in | Behdad Esfahbod | 1 | -16/+26 | |
2006-09-06 | autogen.sh: Require automake version 1.9 | Carl Worth | 1 | -1/+2 | |
This is the first version of automake to support a slash in SUBDIRS, (as used by the recent addition of cairo/boilerplate). Thanks to Frederic Peters for pointing this out (fixes bug #8152). | |||||
2006-07-31 | Remove config.cache in autogen.sh. | Behdad Esfahbod | 1 | -0/+2 | |
2006-06-21 | Pass --cache-file=config.cache and --disable-static to configure from | Behdad Esfahbod | 1 | -1/+1 | |
autogen.sh. | |||||
2006-02-24 | autogen.sh: Pass --foreign option to automake so that it doesn't | Carl Worth | 1 | -1/+1 | |
complain that ChangeLog does not exist. | |||||
2005-08-22 | Set LC_ALL=C rather than LANG and LC_NUMERIC to be robust against whatever ↵ | Owen Taylor | 1 | -3/+4 | |
settings the user has. (Martin Dobias) | |||||
2005-08-21 | Check automake-<ver> if automake isn't sufficiently new. (#3593, Philip Van ↵ | Owen Taylor | 1 | -2/+27 | |
Hoof) | |||||
2005-08-21 | When invoked as, say, ../autogen.sh, switch to the sourcedir to run the ↵ | Owen Taylor | 1 | -1/+12 | |
auto*. Based on corresponding code in GTK+'s autogen.sh. (#3402, Thomas Fitzsimmons) Update from gtk-doc CVS, bringing in some minor output changes. (Eliminate the *** from the messages that don't indicate errors.) Use += for EXTRA_DIST, since gtk-doc.make already defines it. | |||||
2005-08-05 | Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore. | Carl Worth | 1 | -2/+1 | |
2005-04-12 | Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes ↵ | Carl Worth | 1 | -1/+1 | |
bug #3000. | |||||
2005-02-13 | Use LC_NUMERIC=C so that decimal separator works in version checks. | Carl Worth | 1 | -0/+1 | |
2005-01-27 | configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for ↵ | Owen Taylor | 1 | -1/+1 | |
doing docs via gtk-doc. src/cairo.[ch] src/cairo-matrix.c: Add some inline docs for arcs and matrices. gtk-doc.m4 acinclude.m4: Check in files from gtk-doc to make the dependency on gtk-doc optional. Add --enable-gtk-doc to the default args. | |||||
2004-12-21 | Change "head -1" to more standard "head -n 1". | Carl Worth | 1 | -3/+3 | |
2004-10-13 | automake 1.4 seems to be sufficient. Don't require 1.6. | Carl Worth | 1 | -2/+2 | |
2004-09-11 | Require automake 1.6 rather than 1.7 since it seems to work just fine. | Carl Worth | 1 | -1/+2 | |
2004-08-14 | Explicitly set LANG=C to fix the awk string->number conversion for user with ↵ | Carl Worth | 1 | -1/+2 | |
locales that don't match ASCII digit conventions. | |||||
2004-07-09 | Report versions of commands on failure. Try to get version numbers from ↵ | Dave Beckett | 1 | -8/+15 | |
newer GNU --version formats. | |||||
2004-07-09 | Require automake 1.7 (and thus aclocal 1.7) which requires autoconf 2.54. ↵ | Dave Beckett | 1 | -1/+75 | |
Changed since newer libtools may fail to work with older automake versions such as 1.4. I bet this will annoy people with older tool chains :( | |||||
2003-12-05 | Allow names of all autofoo programs to be overridden via environment variables. | Carl Worth | 1 | -5/+13 | |
2003-08-18 | Added better warning if pkg-config is not installed. Add ↵ | Carl Worth | 1 | -4/+21 | |
--enable-maintainer-mode to autogen.sh | |||||
2003-04-17 | Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. | Carl Worth | 1 | -0/+28 | |