Skip to content

Commit

Permalink
Move auxiliary build scripts into separate directory
Browse files Browse the repository at this point in the history
* configure.ac: Move auxiliary build scripts into separate directory
`build-aux'.

Signed-off-by: Justus Winter <[email protected]>
  • Loading branch information
Justus Winter committed Nov 5, 2015
1 parent 844a30d commit e65c3c0
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ development_version=no
NEED_LIBGCRYPT_API=1
NEED_LIBGCRYPT_VERSION=1.2.0

AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(src/tgpg.c)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit e65c3c0

Please sign in to comment.