aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Post-release version bump.Matthew Barnes2009-07-271-1/+1
|
* Don't warn when NM support is explicitly disabled.Matthew Barnes2009-07-221-1/+0
|
* Post release version bump.EVOLUTION_2_27_4Chenthill Palanisamy2009-07-151-2/+2
|
* Update the LD_CFLAGS.Chenthill Palanisamy2009-07-151-1/+1
|
* Bug 588277 – Unnecessary special-purpose configure flagMatthew Barnes2009-07-141-14/+2
|
* Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-141-343/+282
|
* Bug 586991 – Require autoconf 2.58 / various configure cleanupsH.Habighorst2009-07-071-173/+173
|
* Bug 587374 - iconv test broken on some gccMatthew Barnes2009-06-301-3/+0
|
* Bug 587138 - Require libxml2 2.7.3Yavor Doganov2009-06-271-1/+1
|
* Bug 586809 – Enable "silent rules" automake 1.11 optionMatthew Barnes2009-06-241-0/+3
|
* Bug 586806 – Fix iconv cflags/libs in configure.acH.Habighorst2009-06-241-1/+1
|
* Bug 586629 – Fix whitespace in configure.acH.Habighorst2009-06-231-61/+61
|
* Bug 586632 – Require automake 1.9H.Habighorst2009-06-231-5/+1
|
* Bug 586631 – Rearrange autotool initialization in configure.acH.Habighorst2009-06-231-12/+12
|
* Bug 586478 – Fix quoting in configure.acH.Habighorst2009-06-211-7/+8
|
* More build cleanups.H.Habighorst2009-06-201-19/+11
|
* Bug 586378 - Various build cleanupsH.Habighorst2009-06-191-12/+12
|
* post release version bump.Chenthill Palanisamy2009-06-171-1/+1
|
* Don't link against libsoftoken3 explicitlyJeff Cai2009-06-151-2/+2
| | | | Fixes bug 585523.
* Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-051-1/+2
|
* Bug 582939 – Drop support for CDEMatthew Barnes2009-06-031-31/+0
|
* Post-release version bump.Matthew Barnes2009-05-251-1/+1
|
* Add very strict compiler warning flags.Matthew Barnes2009-05-251-15/+27
| | | | Lots of new warnings to clean up. Have fun.
* Relegate the "face" plugin to experimentalMatthew Barnes2009-05-211-2/+2
| | | | Until the UI is fixed. See Bug 573878 – [face] Plugin is unusable
* Rename configure.in to configure.ac.Matthew Barnes2009-05-211-0/+2161
GNU Autoconf manual states (section 3.1): Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which '.in' means "to be processed by configure"). Using configure.ac is now preferred.