summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-07 19:30:47 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-08-09 00:50:14 +0200
commit7a5a8e6efc4485a55f998488ca9e6fa52ff98397 (patch)
treea9996419a7fa0f1838d3797f884a7da001484fe6 /Makefile.am
parentbe416f1881aa4a3d0d8be89413c7a5eeb2c83db2 (diff)
downloadglibmm-7a5a8e6efc4485a55f998488ca9e6fa52ff98397.tar.gz
Begin transition to new build infrastructure
* autogen.sh: Replace script with a minimalistic wrapper around mm-common-prepare, autoreconf and configure. * Makefile.am (ACLOCAL_AMFLAGS): Pick up ${ACLOCAL_FLAGS} from the environment, so that autoreconf can do its magic. * configure.ac: Modernize. Cut loads of old cruft. Make use of magic mm-common macros to simplify things. Declare build/ as the destination for auxiliary build files. Add TODO comments to flag the pieces that still need cutting. Re-enable autoheader. * config.h.in: Remove file, and have autoheader generate it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3de355f8..f2ebb789 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS = -I scripts
+ACLOCAL_AMFLAGS = -I scripts ${ACLOCAL_FLAGS}
SUBDIRS = tools glib gio examples scripts tests MSVC_Net2005 MSVC_Net2008 docs
DIST_SUBDIRS = $(SUBDIRS)