diff options
author | Peter O'Gorman <pogma@thewrittenword.com> | 2008-09-26 16:21:02 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2008-09-26 16:21:02 +0000 |
commit | ae11dff459209c6a036556ced4012e86c88b96d8 (patch) | |
tree | 19ed065a7ac3584c6682b87d203bfa8da13642bd /lt~obsolete.m4 | |
parent | 74c061dec3dedff32309922fb4f57e7df32561fc (diff) | |
download | gcc-ae11dff459209c6a036556ced4012e86c88b96d8.zip gcc-ae11dff459209c6a036556ced4012e86c88b96d8.tar.gz gcc-ae11dff459209c6a036556ced4012e86c88b96d8.tar.bz2 |
libtool.m4: Update to libtool 2.2.6.
* libtool.m4: Update to libtool 2.2.6.
* lt~obsolete.m4: Update to libtool 2.2.6.
* ltmain.sh: Update to libtool 2.2.6.
* ltsugar.m4: Update to libtool 2.2.6.
* ltversion.m4: Update to libtool 2.2.6.
* ltoptions.m4: Update to libtool 2.2.6.
* ltgcc.m4: Update to match changes from libtool 2.2.6.
From-SVN: r140698
Diffstat (limited to 'lt~obsolete.m4')
-rw-r--r-- | lt~obsolete.m4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lt~obsolete.m4 b/lt~obsolete.m4 index 74f5746..637bb20 100644 --- a/lt~obsolete.m4 +++ b/lt~obsolete.m4 @@ -1,13 +1,13 @@ # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. -# Written by Scott James Remnant. +# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004. # # 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 2 +# serial 4 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # @@ -32,6 +32,9 @@ # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) |