From 1eebbcf85c230cedf2eae06afd6254a5fed1d879 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Jan 2015 12:34:37 -0500 Subject: Fix make dist builds with automake 1.15 Do this by removing directives that we do not really depend on. --- .gitignore | 10 +++++++++- configure.ac | 4 ---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9e561a8..ce700dd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,14 @@ Makefile.in *.8 aclocal.m4 autom4te.cache/ -build/ +ar-lib +compile +config.guess +config.sub +depcomp +install-sh +ltmain.sh +missing config.h config.h.in config.h.in~ @@ -24,3 +31,4 @@ ntlmssptest .dirstamp stamp-h1 examples/mech.ntlmssp +po/*.mo diff --git a/configure.ac b/configure.ac index b548506..589fd2e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,15 +11,11 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" -AC_CONFIG_SRCDIR([BUILD.txt]) -AC_CONFIG_AUX_DIR([build]) - AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) AM_PROG_CC_C_O AM_PROG_AR AC_PROG_INSTALL LT_INIT([disable-static]) -AC_CONFIG_MACRO_DIR([m4]) AC_SUBST([PRERELEASE_VERSION], PRERELEASE_VERSION_NUMBER) -- cgit