diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-08 14:17:38 -0700 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-04-14 10:35:44 -0400 |
commit | e72c85547b405fbd0117dc1236e5ca5a2126063c (patch) | |
tree | c3642ff05e28b0ec6d4b58e705d24d05f9604fc2 /Makefile.am | |
parent | bef1cfb2395df47458159a0b7ae27b9db15025ef (diff) |
Move contributed m4 to a subdir so we can more easily update contributions.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f5ab8a5ab..dea6fa47c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ AUTOMAKE_OPTIONS=dist-bzip2 foreign nostdinc +ACLOCAL_AMFLAGS = -I m4 if COMPOSITE COMPOSITE_DIR=composite |