From 29adab903b9ea78325d40d641f1c29d10a3f6b97 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 11 Apr 2024 17:23:22 -0400 Subject: [PATCH] Run autoupdate --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6188dee..1ce8c86 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac -- Process this file with autoconf to produce configure. dnl Initialization stuff. -AC_INIT(hv-utilities, 0.1.0) +AC_INIT([hv-utilities],[0.1.0]) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_SRCDIR(scripts/vs) dnl Checking if the NEWS file has been updated to reflect the current version. @@ -11,4 +11,5 @@ AM_SILENT_RULES([yes]) AC_SUBST(ac_aux_dir) dnl Creating output file(s) -AC_OUTPUT(Makefile scripts/Makefile data/Makefile) +AC_CONFIG_FILES([Makefile scripts/Makefile data/Makefile]) +AC_OUTPUT -- 2.20.1