From: Hugo Villeneuve Date: Thu, 11 Apr 2024 21:25:39 +0000 (-0400) Subject: Update AC_CONFIG_SRCDIR after scripts/vs removal X-Git-Url: http://gitweb.hugovil.com/?p=hvutilities.git;a=commitdiff_plain Update AC_CONFIG_SRCDIR after scripts/vs removal --- 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])