From f3826aa00b7eb64f613a99f85901325a52292387 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 11 Apr 2024 17:25:39 -0400 Subject: [PATCH] Update AC_CONFIG_SRCDIR after scripts/vs removal --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1ce8c86..1a167d3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Initialization stuff. AC_INIT([hv-utilities],[0.1.0]) AC_CONFIG_AUX_DIR(build-aux) -AC_CONFIG_SRCDIR(scripts/vs) +AC_CONFIG_SRCDIR(scripts/hv-scan) dnl Checking if the NEWS file has been updated to reflect the current version. AM_INIT_AUTOMAKE(check-news) AM_SILENT_RULES([yes]) -- 2.20.1