diff options
author | David King <davidk@openismus.com> | 2009-08-11 16:36:04 +0200 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2009-08-13 11:08:51 -0500 |
commit | bec0074252bb26a4d493ab7558fde1126c9d4f8d (patch) | |
tree | 835cbdcd6a877ad609234823b2497707c54a829d /ChangeLog | |
parent | 61de1eb019e54c0887ec2751354df3b6ee09daae (diff) |
Initial changes to ease transition to mm-common build infrastructure
* autogen.sh: Replace with a simple wrapper around mm-common-prepare
and autoreconf.
* build/*.m4: Move from m4 directory.
* Makefile.am: Rename m4 directory to build.
* configure.ac: Rename from configure.in, as it is recommended by
Autoconf developers and currently required by mm-common-prepare. Major
update to take advantage of mm-common build infrastructure.
* INSTALL: Remove from repository, using GNU install instructions
instead.
* cairomm/Makefile.am: Remove unnecessary win32 conditionals.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2009-08-11 David King <davidk@openismus.com> + + * autogen.sh: Replace with a simple wrapper around mm-common-prepare + and autoreconf. + * build/*.m4: Move from m4 directory. + * Makefile.am: Rename m4 directory to build. + * configure.ac: Rename from configure.in, as it is recommended by + Autoconf developers and currently required by mm-common-prepare. Major + update to take advantage of mm-common build infrastructure. + * INSTALL: Remove from repository, using GNU install instructions + instead. + * cairomm/Makefile.am: Remove unnecessary win32 conditionals. + 2009-07-07 Christopher Harvey <chris@basementcode.com> * cairomm/context.h |