Преглед изворни кода

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)