Update AC_CONFIG_SRCDIR after scripts/vs removal master
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 11 Apr 2024 21:25:39 +0000 (17:25 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 11 Apr 2024 21:25:39 +0000 (17:25 -0400)
configure.ac

index 1ce8c86..1a167d3 100644 (file)
@@ -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])