diff options
author | Werner Koch <[email protected]> | 2014-01-09 18:14:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-01-10 14:00:22 +0000 |
commit | 69c15393d1dac28e08c3b84b1aea286f12327847 (patch) | |
tree | fc34c1fbfd1824460e6cd7879f7119bee9632834 | |
parent | Add build support for ppc64le. (diff) | |
download | libgpg-error-69c15393d1dac28e08c3b84b1aea286f12327847.tar.gz libgpg-error-69c15393d1dac28e08c3b84b1aea286f12327847.zip |
Move helper scripts to build-aux.
* compile, config.guess, config.rpath, config.sub
* depcomp, install-sh, ltmain.sh, missing: Move to build-aux/.
* configure.ac (AC_CONFIG_AUX_DIR): New.
-rwxr-xr-x | build-aux/compile (renamed from compile) | 0 | ||||
-rwxr-xr-x | build-aux/config.guess (renamed from config.guess) | 0 | ||||
-rwxr-xr-x | build-aux/config.rpath (renamed from config.rpath) | 0 | ||||
-rwxr-xr-x | build-aux/config.sub (renamed from config.sub) | 0 | ||||
-rwxr-xr-x | build-aux/depcomp (renamed from depcomp) | 0 | ||||
-rwxr-xr-x | build-aux/install-sh (renamed from install-sh) | 0 | ||||
-rw-r--r-- | build-aux/ltmain.sh (renamed from ltmain.sh) | 1 | ||||
-rwxr-xr-x | build-aux/missing (renamed from missing) | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
9 files changed, 2 insertions, 1 deletions
diff --git a/compile b/build-aux/compile index 531136b..531136b 100755 --- a/compile +++ b/build-aux/compile diff --git a/config.guess b/build-aux/config.guess index 9afd676..9afd676 100755 --- a/config.guess +++ b/build-aux/config.guess diff --git a/config.rpath b/build-aux/config.rpath index c38b914..c38b914 100755 --- a/config.rpath +++ b/build-aux/config.rpath diff --git a/config.sub b/build-aux/config.sub index 61cb4bc..61cb4bc 100755 --- a/config.sub +++ b/build-aux/config.sub diff --git a/depcomp b/build-aux/depcomp index 91d4bf8..91d4bf8 100755 --- a/depcomp +++ b/build-aux/depcomp diff --git a/install-sh b/build-aux/install-sh index 377bb86..377bb86 100755 --- a/install-sh +++ b/build-aux/install-sh diff --git a/ltmain.sh b/build-aux/ltmain.sh index 07bf696..f8c3614 100644 --- a/ltmain.sh +++ b/build-aux/ltmain.sh @@ -9675,4 +9675,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # sh-indentation:2 # End: # vi:sw=2 - diff --git a/missing b/build-aux/missing index 894e786..894e786 100755 --- a/missing +++ b/build-aux/missing diff --git a/configure.ac b/configure.ac index 04e259b..73de716 100644 --- a/configure.ac +++ b/configure.ac @@ -64,11 +64,13 @@ VERSION_NUMBER=m4_esyscmd(printf "0x%02x%02x00" mym4_version_major \ mym4_version_minor) AC_SUBST(VERSION_NUMBER) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE AC_CONFIG_SRCDIR([src/err-sources.h.in]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) +AM_SILENT_RULES # We need to know about the host architecture to avoid spurious # warnings. |