commit 4c2031d616f92bd7437fdb34cf4eafa0840c84bd Author: Oswald Buddenhagen <o...@users.sf.net> Date: Tue Aug 6 09:33:31 2024 +0200
fix initial build from git we need to ignore the absence of VERSION, as aclocal executes the include() while ignoring the prior m4_syscmd(). configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2555ce5..7f1fc6e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl SPDX-License-Identifier: GPL-2.0-or-later m4_syscmd([./version.sh]) -AC_INIT([isync], m4_include([VERSION])) +AC_INIT([isync], m4_sinclude([VERSION])) AC_CONFIG_HEADERS([autodefs.h]) AC_CANONICAL_TARGET _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel