build-sys: Move git-version-gen
git-version-gen was the only file in misc/ moving it to local/
This commit is contained in:
parent
4ec809bc6f
commit
b72eb5c9ea
@ -97,7 +97,7 @@ EXTRA_DIST = \
|
|||||||
.version \
|
.version \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
COPYING.LIB \
|
COPYING.LIB \
|
||||||
misc/git-version-gen \
|
local/git-version-gen \
|
||||||
doc/CodingStyle.md \
|
doc/CodingStyle.md \
|
||||||
doc/TODO \
|
doc/TODO \
|
||||||
src/ps/HACKING \
|
src/ps/HACKING \
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_INIT([procps-ng],
|
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])
|
[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_INIT_AUTOMAKE([foreign 1.11 subdir-objects -Wall -Wno-portability tar-pax no-dist-gzip dist-xz])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
|
Loading…
Reference in New Issue
Block a user