]> granicus.if.org Git - procps-ng/commitdiff
build-sys: rename the 'tools' subdirectory to 'misc'
authorJim Warner <james.warner@comcast.net>
Sat, 11 Feb 2012 17:11:11 +0000 (11:11 -0600)
committerCraig Small <csmall@enc.com.au>
Fri, 2 Mar 2012 10:25:38 +0000 (21:25 +1100)
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>
configure.ac
misc/git-version-gen [moved from tools/git-version-gen with 100% similarity]

index 709868a75c624d27d9e7600f8680ac8031a8830c..d33eb39cf25b18a73f3319ea2d9636142dd7be6b 100644 (file)
@@ -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])
similarity index 100%
rename from tools/git-version-gen
rename to misc/git-version-gen