Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-07 12:13:23 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-08-07 12:13:23 (GMT)
commit96023f3e42e84369c226c8a9eaba70d92e770047 (patch)
tree3c6cc7354f5a72e38c7bd6ff411a4836d42d1e0d /Makefile.am
parentc0276b56091e9877f5a2fd377095e6f761c7370a (diff)
Fix regeneration of ./configure from configure.ac when using make
To use an m4 macro library you need three things: * configure.ac mentions it (OK) * autogen.sh mentions it (OK) * Makefile.am mentions it (fixed by this patch) Omission of the third part means that when you change configure.ac and run make, ./configure is rebuilt without using the m4 directory, so autoconf doesn't load python.m4 and the rebuild fails.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b47df4d..45f7370 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
SUBDIRS = bin data lib po shell sugar services
bin_SCRIPTS = \