소스 검색

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>
Justus Winter 10 년 전
부모
커밋
3b0b61189b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -80,6 +80,7 @@ BUILD_REVISION=svn_revision
 PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION
 
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/cryptoki.h])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR(m4)