Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 586478 – Fix quoting in configure.ac | H.Habighorst | 2009-06-21 | 1 | -7/+8 |
| | |||||
* | More build cleanups. | H.Habighorst | 2009-06-20 | 1 | -19/+11 |
| | |||||
* | Bug 586378 - Various build cleanups | H.Habighorst | 2009-06-19 | 1 | -12/+12 |
| | |||||
* | post release version bump. | Chenthill Palanisamy | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | Don't link against libsoftoken3 explicitly | Jeff Cai | 2009-06-15 | 1 | -2/+2 |
| | | | | Fixes bug 585523. | ||||
* | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-05 | 1 | -1/+2 |
| | |||||
* | Bug 582939 – Drop support for CDE | Matthew Barnes | 2009-06-03 | 1 | -31/+0 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Add very strict compiler warning flags. | Matthew Barnes | 2009-05-25 | 1 | -15/+27 |
| | | | | Lots of new warnings to clean up. Have fun. | ||||
* | Relegate the "face" plugin to experimental | Matthew Barnes | 2009-05-21 | 1 | -2/+2 |
| | | | | Until the UI is fixed. See Bug 573878 – [face] Plugin is unusable | ||||
* | Rename configure.in to configure.ac. | Matthew Barnes | 2009-05-21 | 1 | -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. |