summaryrefslogtreecommitdiff
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
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/
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rwxr-xr-xlocal/git-version-gen (renamed from misc/git-version-gen)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9bb4148..eb08379 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,7 +97,7 @@ EXTRA_DIST = \
.version \
autogen.sh \
COPYING.LIB \
- misc/git-version-gen \
+ local/git-version-gen \
doc/CodingStyle.md \
doc/TODO \
src/ps/HACKING \
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])
diff --git a/misc/git-version-gen b/local/git-version-gen
index 171767f..171767f 100755
--- a/misc/git-version-gen
+++ b/local/git-version-gen