Ignore:
Timestamp:
Jan 29, 2004, 10:37:45 PM (22 years ago)
Author:
bird
Message:

Regenerated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/ld/aclocal.m4

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r1112 r1113  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4-p5
     1dnl aclocal.m4 generated automatically by aclocal 1.4-p6
    22
    33dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
     
    2828])
    2929
    30 #serial 1
    31 # This test replaces the one in autoconf.
    32 # Currently this macro should have the same name as the autoconf macro
    33 # because gettext's gettext.m4 (distributed in the automake package)
    34 # still uses it.  Otherwise, the use in gettext.m4 makes autoheader
    35 # give these diagnostics:
    36 #   configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
    37 #   configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
    38 
    39 undefine([AC_ISC_POSIX])
    40 
    41 AC_DEFUN([AC_ISC_POSIX],
    42   [
    43     dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
    44     AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
    45   ]
    46 )
    47 
    4830# Do all the work for Automake.  This macro actually does too much --
    4931# some checks are only needed if your package does certain things.
     
    5638
    5739AC_DEFUN([AM_INIT_AUTOMAKE],
    58 [AC_REQUIRE([AC_PROG_INSTALL])
     40[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
     41AC_REQUIRE([AC_PROG_INSTALL])
    5942PACKAGE=[$1]
    6043AC_SUBST(PACKAGE)
     
    7255dnl FIXME This is truly gross.
    7356missing_dir=`cd $ac_aux_dir && pwd`
    74 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
     57AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
    7558AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
    76 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
     59AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
    7760AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    7861AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    7962AC_REQUIRE([AC_PROG_MAKE_SET])])
     63
     64# Copyright 2002  Free Software Foundation, Inc.
     65
     66# This program is free software; you can redistribute it and/or modify
     67# it under the terms of the GNU General Public License as published by
     68# the Free Software Foundation; either version 2, or (at your option)
     69# any later version.
     70
     71# This program is distributed in the hope that it will be useful,
     72# but WITHOUT ANY WARRANTY; without even the implied warranty of
     73# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     74# GNU General Public License for more details.
     75
     76# You should have received a copy of the GNU General Public License
     77# along with this program; if not, write to the Free Software
     78# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     79
     80# AM_AUTOMAKE_VERSION(VERSION)
     81# ----------------------------
     82# Automake X.Y traces this macro to ensure aclocal.m4 has been
     83# generated from the m4 files accompanying Automake X.Y.
     84AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
     85
     86# AM_SET_CURRENT_AUTOMAKE_VERSION
     87# -------------------------------
     88# Call AM_AUTOMAKE_VERSION so it can be traced.
     89# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
     90AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
     91         [AM_AUTOMAKE_VERSION([1.4-p6])])
    8092
    8193#
Note: See TracChangeset for help on using the changeset viewer.