~gnaservicesinc/tpad-project/6.x

« back to all changes in this revision

Viewing changes to m4/lt~obsolete.m4

  • Committer: Andrew Joseph Smith
  • Date: 2016-08-11 02:07:54 UTC
  • Revision ID: andrew@gnaservicesinc.com-20160811020754-xbyktseivjmbuut5
Mis bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
2
2
#
3
 
#   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
 
3
#   Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
 
4
#   Foundation, Inc.
4
5
#   Written by Scott James Remnant, 2004.
5
6
#
6
7
# This file is free software; the Free Software Foundation gives
11
12
 
12
13
# These exist entirely to fool aclocal when bootstrapping libtool.
13
14
#
14
 
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
 
15
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
15
16
# which have later been changed to m4_define as they aren't part of the
16
17
# exported API, or moved to Autoconf or Automake where they belong.
17
18
#
25
26
# included after everything else.  This provides aclocal with the
26
27
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
27
28
# because those macros already exist, or will be overwritten later.
28
 
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
 
29
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
29
30
#
30
31
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
31
32
# Yes, that means every name once taken will need to remain here until