X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=e30f93c064ed626d58ce1094fd25290df2f54b44;hb=b042e2bf98b0e320ee55213252bac1a0260fafc3;hp=e44dcce95f12307215726c198f364ecb467ba796;hpb=b2be264914a7f376fa00d26de702c7077f086ca8;p=pspp diff --git a/configure.ac b/configure.ac index e44dcce95f..e30f93c064 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 @@ -35,10 +36,6 @@ dnl Internationalization macros. AC_PROVIDE([AM_PO_SUBDIRS]) # PSPP provides its own po/ support. AM_GNU_GETTEXT([external], [need-ngettext]) AM_GNU_GETTEXT_VERSION([0.17]) -if test -n "$LIBINTL"; then - AC_DEFINE([DEPENDS_ON_LIBINTL], [1], - [Define to 1 if libintl is a separate library, not integrated into libc]) -fi dnl Checks for libraries. AC_SYS_LARGEFILE