aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-03-27 22:19:00 +0200
committerGuido Günther <agx@sigxcpu.org>2011-03-27 22:19:00 +0200
commitc9a35c48cf304fc5e8b6998ec4cfb04cb7c7a209 (patch)
treed8645a44c61ee0199745aeb642ddfb44634432d8 /aclocal.m4
parentDocument changes and release 2.91.91-1 (diff)
parentNew upstream version 2.91.93 (diff)
downloadkrb5-auth-dialog-c9a35c48cf304fc5e8b6998ec4cfb04cb7c7a209.tar.gz
krb5-auth-dialog-c9a35c48cf304fc5e8b6998ec4cfb04cb7c7a209.tar.bz2
krb5-auth-dialog-c9a35c48cf304fc5e8b6998ec4cfb04cb7c7a209.zip
Merge commit 'upstream/2.91.93'
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 7cb58d1..35b739c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -9235,18 +9235,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
])
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 8
-
-# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
-
# Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
bgstack15