use m4/ autoconf subdirectory
parent
8b3b4a244e
commit
e455ae1343
|
@ -4,6 +4,8 @@ if USE_SCRIPTS
|
|||
SUBDIRS += scripts
|
||||
endif
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4/config m4/macros m4
|
||||
|
||||
EXTRA_DIST = Doxyfile.in CREDITS
|
||||
CLEANFILES = apidoc Doxyfile
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ dnl ===========================
|
|||
|
||||
AC_INIT(strongSwan,4.3.5)
|
||||
AM_INIT_AUTOMAKE(tar-ustar)
|
||||
AC_CONFIG_MACRO_DIR([m4/config])
|
||||
AC_SUBST(confdir, '${sysconfdir}')
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
|
|
Loading…
Reference in New Issue