summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 20:53:01 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 20:53:01 +1000
commitb72eb5c9ea7ce0eafd2251ec131b6215151f7fc9 (patch)
treec7fa5d5e4be25b0135345f65f5dff9e856d27310 /configure.ac
parent4ec809bc6f5d1597b27b59a140be64523538c1c0 (diff)
downloadprocps-ng-b72eb5c9ea7ce0eafd2251ec131b6215151f7fc9.tar.gz
build-sys: Move git-version-gen
git-version-gen was the only file in misc/ moving it to local/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7c9ade6..93670fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
AC_PREREQ([2.69])
AC_CONFIG_MACRO_DIR([m4])
AC_INIT([procps-ng],
- m4_esyscmd([misc/git-version-gen .tarball-version]),
+ m4_esyscmd([local/git-version-gen .tarball-version]),
[procps@freelists.org],,[https://gitlab.com/procps-ng/procps])
AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects -Wall -Wno-portability tar-pax no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])