diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-12-07 23:10:05 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-12-07 23:10:05 +0200 |
| commit | a53f549d07314f329dcaad98ba2ff4266034a40a (patch) | |
| tree | 4400ad4aa06d9f95d0be4be30cc05fc4f3acb646 /Makefile.am | |
| parent | 68af1732462ed51b906e0dc1f37c37a7227e880c (diff) | |
* configure.ac/Makfile.am: add m4 as a macro dir, require stdc
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 156b1b2..bde3c20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,8 @@ include $(top_srcdir)/gtest.mk SUBDIRS=man src contrib toys +ACLOCAL_AMFLAGS=-I m4 + # so we can say 'make test' check: test cleanupnote |
