summaryrefslogtreecommitdiff
path: root/m4/lt~obsolete.m4
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-07-06 20:39:02 -0600
committerEduardo Chappa <chappa@washington.edu>2018-07-06 20:39:02 -0600
commit28d0918a3d1647a8671dbc50d6abd263980f2272 (patch)
tree13c89be8b66230a6f4d0835358cecc9cb21af24f /m4/lt~obsolete.m4
parent46320c849ee311cf4b39900993be8961e590a5c4 (diff)
downloadalpine-28d0918a3d1647a8671dbc50d6abd263980f2272.tar.xz
* Update configure script to remove the search for a linking tcl
library until the development header have been found, and update C_CLIENT_AUTHS to not to have a trailing space.
Diffstat (limited to 'm4/lt~obsolete.m4')
-rw-r--r--m4/lt~obsolete.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4
index c573da90..c6b26f88 100644
--- a/m4/lt~obsolete.m4
+++ b/m4/lt~obsolete.m4
@@ -1,6 +1,7 @@
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
#
-# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
+# Foundation, Inc.
# Written by Scott James Remnant, 2004.
#
# This file is free software; the Free Software Foundation gives
@@ -11,7 +12,7 @@
# These exist entirely to fool aclocal when bootstrapping libtool.
#
-# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
# which have later been changed to m4_define as they aren't part of the
# exported API, or moved to Autoconf or Automake where they belong.
#
@@ -25,7 +26,7 @@
# included after everything else. This provides aclocal with the
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
# because those macros already exist, or will be overwritten later.
-# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
#
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
# Yes, that means every name once taken will need to remain here until