mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[master] Put libtool macros in m4macros/
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
|
||||||
|
# ^^^^^^^^ This has to be the first line and cannot come later in this
|
||||||
|
# Makefile.am due to some bork in some versions of autotools.
|
||||||
|
|
||||||
SUBDIRS = compatcheck doc src tests
|
SUBDIRS = compatcheck doc src tests
|
||||||
USE_LCOV=@USE_LCOV@
|
USE_LCOV=@USE_LCOV@
|
||||||
LCOV=@LCOV@
|
LCOV=@LCOV@
|
||||||
|
@@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR(README)
|
|||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4macros])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
5
m4macros/.gitignore
vendored
Normal file
5
m4macros/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
libtool.m4
|
||||||
|
lt~obsolete.m4
|
||||||
|
ltoptions.m4
|
||||||
|
ltsugar.m4
|
||||||
|
ltversion.m4
|
Reference in New Issue
Block a user