X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=d6415d0fc43c25b858b09e17604f3112c5e08588;hb=a3dbdbf5fafb47979f2489ff80aff74685f83386;hp=e44dcce95f12307215726c198f364ecb467ba796;hpb=fb2f5ddb7eb9396936e6712ab39a3dca08ec7f1e;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