Skip to content

Commit e65c3c0

Browse files
author
Justus Winter
committed
Move auxiliary build scripts into separate directory
* configure.ac: Move auxiliary build scripts into separate directory `build-aux'. Signed-off-by: Justus Winter <justus@g10code.com>
1 parent 844a30d commit e65c3c0

File tree

8 files changed

+1
-0
lines changed

8 files changed

+1
-0
lines changed

compile build-aux/compile

File renamed without changes.
File renamed without changes.

config.sub build-aux/config.sub

File renamed without changes.

depcomp build-aux/depcomp

File renamed without changes.

install-sh build-aux/install-sh

File renamed without changes.

ltmain.sh build-aux/ltmain.sh

File renamed without changes.

missing build-aux/missing

File renamed without changes.

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ development_version=no
4040
NEED_LIBGCRYPT_API=1
4141
NEED_LIBGCRYPT_VERSION=1.2.0
4242

43+
AC_CONFIG_AUX_DIR([build-aux])
4344
AC_CONFIG_SRCDIR(src/tgpg.c)
4445
AM_CONFIG_HEADER(config.h)
4546
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)