diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-08-06 09:19:02 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-08-07 14:03:16 +0100 |
commit | afdf3917ee86a7d8ae17f556db96478682674a76 (patch) | |
tree | d60cca60ef68bfe169aa4174f2e2d692ee185ec2 /Makefile.am | |
parent | 7c1078b830ac7b88a56dd2afa5dc48234e3b6e84 (diff) |
[configure.in] Slight massage for recent Ubuntu autotools.
Fix up a couple of minor complaints about possibly undefined macros,
cached conditional values and suggested improvements.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0458998b..936d6491 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,8 @@ if CAIRO_HAS_PNG_FUNCTIONS SUBDIRS += boilerplate test perf endif +ACLOCAL_AMFLAGS=-I m4 + .PHONY: doc test retest recheck check-valgrind # We have some generated header files, so we really need to build the |