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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 00a6018..18bf4cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = cairomm data examples MSVC_Net2005 MSVC_Net2008 $(DOCS_SUBDIR) tests #docs examples -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS} EXTRA_DIST = MAINTAINERS autogen.sh |