Move auxiliary files used for build into "build-aux" directory.
[pspp] / configure.ac
index e44dcce95f12307215726c198f364ecb467ba796..d6415d0fc43c25b858b09e17604f3112c5e08588 100644 (file)
@@ -3,6 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl Initialize.
 AC_PREREQ(2.63)
 AC_INIT([GNU PSPP], [0.7.5], [bug-gnu-pspp@gnu.org], [pspp])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])
 AM_INIT_AUTOMAKE