include m4 dir
This commit is contained in:
parent
a19b226167
commit
4e73550bde
@ -1,6 +1,6 @@
|
|||||||
## Makefile.am -- Process this file with automake to produce Makefile.in
|
## Makefile.am -- Process this file with automake to produce Makefile.in
|
||||||
SUBDIRS = doc
|
SUBDIRS = doc
|
||||||
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
lib_LTLIBRARIES = \
|
lib_LTLIBRARIES = \
|
||||||
libbrandt.la
|
libbrandt.la
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ AC_INIT([libbrandt], [0.1], [teichm@net.in.tum.de])
|
|||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.15])
|
AM_INIT_AUTOMAKE([1.15])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_SRCDIR([brandt.c])
|
AC_CONFIG_SRCDIR([brandt.c])
|
||||||
AC_CONFIG_HEADERS([brandt_config.h])
|
AC_CONFIG_HEADERS([brandt_config.h])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user