mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Move build support files into build-tools
Now that we have a build-tools directory, move the various support files used by Autoconf and Automake into it as well to reduce clutter at the top level. Change-Id: Ieae317524d5354e3a6168507c569378f7913b05f Reviewed-on: http://gerrit.openafs.org/2432 Tested-by: Russ Allbery <rra@stanford.edu> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
aeba16157e
commit
01afbb03cc
0
config.guess → build-tools/config.guess
vendored
0
config.guess → build-tools/config.guess
vendored
0
config.sub → build-tools/config.sub
vendored
0
config.sub → build-tools/config.sub
vendored
@ -1 +1,6 @@
|
|||||||
|
config.guess
|
||||||
|
config.sub
|
||||||
git-version
|
git-version
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
|
mkinstalldirs
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
AC_PRERQ([2.60])
|
AC_PRERQ([2.60])
|
||||||
AC_INIT([OpenAFS], m4_esyscmd([build-tools/git-version .]))
|
AC_INIT([OpenAFS], m4_esyscmd([build-tools/git-version .]))
|
||||||
|
AC_CONFIG_AUX_DIR([build-tools])
|
||||||
AC_CONFIG_SRCDIR(src/libafs/Makefile.common.in)
|
AC_CONFIG_SRCDIR(src/libafs/Makefile.common.in)
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([OpenAFS], m4_esyscmd([build-tools/git-version .]))
|
AC_INIT([OpenAFS], m4_esyscmd([build-tools/git-version .]))
|
||||||
|
AC_CONFIG_AUX_DIR([build-tools])
|
||||||
AC_CONFIG_SRCDIR([src/config/stds.h])
|
AC_CONFIG_SRCDIR([src/config/stds.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
@ -2,12 +2,6 @@
|
|||||||
# Note, do not copy configure-libafs, or Makefile-libafs, as they are
|
# Note, do not copy configure-libafs, or Makefile-libafs, as they are
|
||||||
# copied and renamed in the make_libafs_tree.pl script.
|
# copied and renamed in the make_libafs_tree.pl script.
|
||||||
#
|
#
|
||||||
config.guess
|
|
||||||
config.sub
|
|
||||||
install-sh
|
|
||||||
missing
|
|
||||||
mkinstalldirs
|
|
||||||
#
|
|
||||||
# Following are listed in here cause the include/ dir doesn't exist in
|
# Following are listed in here cause the include/ dir doesn't exist in
|
||||||
# source tree. For now, just copying everything, though this could easily
|
# source tree. For now, just copying everything, though this could easily
|
||||||
# be shrunk to only copying minimal list of files if you're willing to accept
|
# be shrunk to only copying minimal list of files if you're willing to accept
|
||||||
|
Loading…
Reference in New Issue
Block a user