summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Expand)AuthorAgeFilesLines
* build: Do not replace existing filesAndrea Canciani2012-05-261-1/+1
* build: Allow autogen-eration on systems without GTK-docAndrea Canciani2012-05-261-3/+3
* autogen.sh: User autoreconf instead custom scriptJavier Jardón2012-04-141-180/+14
* build: Avoid shifting shell parameters that aren't there.M Joonas Pihlaja2010-07-121-1/+2
* Support NOCONFIGURE environment variableColin Walters2010-07-081-1/+3
* Rename Makefile.*.config to Makefile.*.features as they should not be modifiedBehdad Esfahbod2008-09-221-3/+3
* [autogen.sh] Remove --enable-gtk-doc from configure optionsBehdad Esfahbod2008-09-161-1/+0
* [configure.ac] Generate boilerplate/Makefile.am.configBehdad Esfahbod2008-09-161-3/+3
* [autogen] Delete Makefile.am.configChris Wilson2008-09-151-0/+1
* Update gtk-doc makefile fragmentBehdad Esfahbod2008-09-111-1/+8
* [autogen.sh] Quote ORIGDIRBehdad Esfahbod2008-09-111-1/+1
* Move m4 macros into build/aclocal.*.m4 filesBehdad Esfahbod2008-09-111-15/+1
* [autogen.sh] Make libtoolize silentBehdad Esfahbod2008-09-101-1/+1
* [autogen.sh] Make sure ChangeLog existsBehdad Esfahbod2008-09-091-2/+3
* [configure.ac] Opt for more automake warnings and checksBehdad Esfahbod2008-09-081-1/+1
* Rename build/*.ac to build/configure.ac.*.Behdad Esfahbod2008-09-041-5/+4
* Rename src/*.mk to src/Makefile.*Behdad Esfahbod2008-09-041-2/+2
* [autogen.sh] Only search in build/*.acBehdad Esfahbod2008-09-041-1/+1
* [autogen] Check build/ for versions.Chris Wilson2008-09-041-1/+1
* [autogen.sh] Create dummy src/Config.mk so we can bootstrapBehdad Esfahbod2008-09-021-0/+3
* [autogen.sh] Handle case of no aclocal foundBehdad Esfahbod2008-08-281-3/+3
* [autogen.sh] Prefer glibtoolize to libtoolize if availableBehdad Esfahbod2008-08-271-2/+1
* [autogen.sh] Tolerate tput failure (#12757)Chris Heath2007-10-151-2/+2
* [autogen.sh] Add --enable-test-surfaces to configure flagsBehdad Esfahbod2007-04-031-1/+6
* [autogen.sh] Borrow version comparison from GNOME autogen.sh (#9566)Chris Wilson2007-04-031-89/+97
* [autogen.sh] Make sed script portableBehdad Esfahbod2006-10-291-1/+1
* Make autogen.sh extract required versions from configure.inBehdad Esfahbod2006-10-251-16/+26
* autogen.sh: Require automake version 1.9Carl Worth2006-09-061-1/+2
* Remove config.cache in autogen.sh.Behdad Esfahbod2006-07-311-0/+2
* Pass --cache-file=config.cache and --disable-static to configure fromBehdad Esfahbod2006-06-211-1/+1
* autogen.sh: Pass --foreign option to automake so that it doesn'tCarl Worth2006-02-241-1/+1
* Set LC_ALL=C rather than LANG and LC_NUMERIC to be robust against whatever se...Owen Taylor2005-08-221-3/+4
* Check automake-<ver> if automake isn't sufficiently new. (#3593, Philip Van H...Owen Taylor2005-08-211-2/+27
* When invoked as, say, ../autogen.sh, switch to the sourcedir to run the auto*...Owen Taylor2005-08-211-1/+12
* Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore.Carl Worth2005-08-051-2/+1
* Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes ...Carl Worth2005-04-121-1/+1
* Use LC_NUMERIC=C so that decimal separator works in version checks.Carl Worth2005-02-131-0/+1
* configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...Owen Taylor2005-01-271-1/+1
* Change "head -1" to more standard "head -n 1".Carl Worth2004-12-211-3/+3
* automake 1.4 seems to be sufficient. Don't require 1.6.Carl Worth2004-10-131-2/+2
* Require automake 1.6 rather than 1.7 since it seems to work just fine.Carl Worth2004-09-111-1/+2
* Explicitly set LANG=C to fix the awk string->number conversion for user with ...Carl Worth2004-08-141-1/+2
* Report versions of commands on failure. Try to get version numbers from newer...Dave Beckett2004-07-091-8/+15
* Require automake 1.7 (and thus aclocal 1.7) which requires autoconf 2.54. Cha...Dave Beckett2004-07-091-1/+75
* Allow names of all autofoo programs to be overridden via environment variables.Carl Worth2003-12-051-5/+13
* Added better warning if pkg-config is not installed. Add --enable-maintainer-...Carl Worth2003-08-181-4/+21
* Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering.Carl Worth2003-04-171-0/+28