build-sys: rename the 'tools' subdirectory to 'misc'
The newer tools/ subdirectory shares a common prefix with the previously existing top/ subdirectory and thereby hinders shell command completion. There was already a minor conflict between testsuite/ and top/. This patch renames the tools/ subdirecory to avoid an even greater conflict. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
efb9fcb816
commit
42fe8a9f39
@ -4,7 +4,7 @@
|
||||
AC_PREREQ([2.64])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_INIT([procps-ng],
|
||||
m4_esyscmd([tools/git-version-gen .tarball-version]),
|
||||
m4_esyscmd([misc/git-version-gen .tarball-version]),
|
||||
[procps@freelists.org],,[http://gitorious.org/procps])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability tar-pax no-dist-gzip dist-xz])
|
||||
AC_CONFIG_SRCDIR([free.c])
|
||||
|
Loading…
Reference in New Issue
Block a user