include m4 dir

This commit is contained in:
Christian Grothoff 2016-08-10 15:24:57 +02:00
parent a19b226167
commit 4e73550bde
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
SUBDIRS = doc
ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = \
libbrandt.la

View File

@ -6,7 +6,7 @@ AC_INIT([libbrandt], [0.1], [teichm@net.in.tum.de])
AM_INIT_AUTOMAKE([1.15])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([brandt.c])
AC_CONFIG_HEADERS([brandt_config.h])