From: Jim Warner Date: Sat, 11 Feb 2012 17:11:11 +0000 (-0600) Subject: build-sys: rename the 'tools' subdirectory to 'misc' X-Git-Tag: v3.3.3~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42fe8a9f395be9e6783093ba0510ddb047f0076f;p=procps-ng 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 --- diff --git a/configure.ac b/configure.ac index 709868a7..d33eb39c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/tools/git-version-gen b/misc/git-version-gen similarity index 100% rename from tools/git-version-gen rename to misc/git-version-gen