summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-01-08 12:34:37 -0500
committerSimo Sorce <simo@redhat.com>2015-01-08 12:38:40 -0500
commit1eebbcf85c230cedf2eae06afd6254a5fed1d879 (patch)
tree961a3f91e439d0536bce0408b237ffdfe2fe8961
parent12cfa317b8cdee94d0c4a6daf30dec56cd8d8fe2 (diff)
downloadgss-ntlmssp-1eebbcf85c230cedf2eae06afd6254a5fed1d879.tar.gz
gss-ntlmssp-1eebbcf85c230cedf2eae06afd6254a5fed1d879.tar.xz
gss-ntlmssp-1eebbcf85c230cedf2eae06afd6254a5fed1d879.zip
Fix make dist builds with automake 1.15
Do this by removing directives that we do not really depend on.
-rw-r--r--.gitignore10
-rw-r--r--configure.ac4
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)