X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=d6415d0fc43c25b858b09e17604f3112c5e08588;hb=d01297fc4e5e2c48ca66c00cd78569217a5b5bc1;hp=e44dcce95f12307215726c198f364ecb467ba796;hpb=b2be264914a7f376fa00d26de702c7077f086ca8;p=pspp diff --git a/configure.ac b/configure.ac index e44dcce95f..d6415d0fc4 100644 --- a/configure.ac +++ b/configure.ac @@ -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