summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08Bump version to 1.12.2libmateweather-1.12.21.12Martin Wimpress1-1/+1
2015-11-29Bump version to 1.12.1v1.12.1Monsta1-1/+1
2015-10-31release 1.12.0Wolfgang Ulbrich1-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-1/+1
2015-09-06Forgot to let autoconf generate the gschema xmlinfirit1-0/+1
2015-09-06Bump required intltool version for gsettings supportinfirit1-1/+1
And mark the gschema accordingly in POTFILES
2015-08-25drop support for win32Monsta1-12/+1
2015-08-25Linking with libm explicityinfirit1-0/+1
While building with linker flags --no-copy-dt-needed-entries (default binutils), the linking fails, as libm is not specified. Taken from libgweather commit: d8e7b7ba7b1c8fc9820eb8b346d2f52be8c74b2f From: Dominique Leuenberger <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=671602
2015-08-25configure.ac: updates taken from libgweatherinfirit1-20/+10
Taken from libgweather commits: Do not use deprecated autoconf macros efcfd861fc12e0b725706addea128c670f359ae4 Use a build-aux directory for autogenerated files 4254e5e50a4c0e63d66957594e36d7c93d817e32 Do not use *_DISABLE_DEPRECATED e2aa597ee6211bc10a2a27a74dd362d8e089d995 Do not AC_SUBT some variables 2335da0c29a2f9f7d41ee934ab7c15762ee8f69f All from: Javier Jardón <[email protected]>
2015-08-25gtk doc: Move documentation to inline commentsinfirit1-1/+1
2015-08-25build: Modernize build system a bitinfirit1-47/+6
Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs. Do not use AM_MAINTAINER_MODE as it is not recommended by automake developers. Use LT_PREREQ & LT_INIT for libtool checks. Require intltool 0.40.6 to avoid various bugs. Do not use AC_ISC_POSIX, AC_HEADER_STDC, AM_PROG_CC_C_O as they shouldn't be needed on modern systems. Drop manual check for additional compiler flags and pass maximum to MATE_COMPILE_WARNINGS instead.
2015-08-05Revert "Use the new SoupSession object"infirit1-1/+1
This reverts commit a68b4d91372aa67ab16d5f619b251d72cb09652a.
2015-08-04Use the new SoupSession objectinfirit1-1/+1
This should, according to the docs retrieve a GProxyResolver. This requires version 2.42
2015-04-05Bump version to 1.10.0libmateweather-1.10.0Stefano Karapetsas1-1/+1
2015-02-24Bump version to 1.9.90libmateweather-1.9.90Stefano Karapetsas1-1/+1
2014-10-02Bump version to 1.9.1Stefano Karapetsas1-1/+1
2014-06-05Bump Gtk+ required version to 2.24infirit1-1/+1
2014-06-05Drop support for Glib < 2.36infirit1-1/+1
2014-03-17Bump version to 1.9.0Stefano Karapetsas1-1/+1
2014-02-28Bump version to 1.8.0libmateweather-1.8.0Stefano Karapetsas1-1/+1
2014-02-16Add option to disable icon cache updatelibmateweather-1.7.90infirit1-0/+7
2014-02-15Bump version to 1.7.90Stefano Karapetsas1-1/+1
2014-02-15configure: Add check newsStefano Karapetsas1-1/+1
2014-02-13Drop libsoup-gnome dependencyStefano Karapetsas1-10/+2
2014-02-09Bump version to 1.7.1Stefano Karapetsas1-1/+1
2013-12-19Fix automagic python supportinfirit1-1/+1
2013-10-08Bump version to 1.7.0libmateweather-1.7.0Stefano Karapetsas1-1/+1
2013-08-10Fixes for make dist and make distcheckStefano Karapetsas1-1/+1
2013-07-28Write appropriate GTK API version in pkgconfig fileStefano Karapetsas1-0/+1
2013-07-28Add support for multiple GTK versions in configureStefano Karapetsas1-3/+22
2013-04-11Bump version to 1.6.1libmateweather-1.6.1Stefano Karapetsas1-1/+1
2013-03-31Bump version to 1.6.0Stefano Karapetsas1-1/+1
2013-01-31AC_CONFIG_HEADERS to please automake 1.13Marcel Dijkstra1-1/+1
2013-01-20Preparing for 1.5.1 release.libmateweather-1.5.1Steve Zesch1-1/+1
2013-01-17rename configure.in to configure.ac to be liked by autoconf 1.12Elan Ruusamäe1-0/+282
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not 'configure.in'