diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0c99647..cd36bca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,7 @@ +# Required in addition to AC_CONFIG_MACRO_DIR() to +# silence libtoolize: +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = lib src doc tests dist_pkgdata_DATA = sample.teco_ini |