Oneway: Remove group_values struct from show_contrast_coeffs
[pspp] / configure.ac
index e44dcce95f12307215726c198f364ecb467ba796..e30f93c064ed626d58ce1094fd25290df2f54b44 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
@@ -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