]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
AC_CONFIG_MACRO_DIRS
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sun, 8 Aug 2021 08:03:51 +0000 (10:03 +0200)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Fri, 3 Dec 2021 16:44:04 +0000 (17:44 +0100)
According to the Automake manual, we should declare the 'm4' directory
explicitly:
https://www.gnu.org/software/automake/manual/html_node/Local-Macros.html

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
configure.ac

index 525f2ac558c6c3631d13c23e9f33ce078b1eb635..fa9d3f93ffc2b41b6c09d32225dd880ab8a2db96 100644 (file)
@@ -1,5 +1,6 @@
 AC_INIT(openconnect, 8.10)
 AC_CONFIG_HEADERS([config.h])
+m4_ifdef([AC_CONFIG_MACRO_DIRS], [AC_CONFIG_MACRO_DIRS([m4])])
 
 PKG_PROG_PKG_CONFIG
 AC_LANG_C