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/bfd/aclocal.m4

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    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.
     
    174174fi])
    175175
    176 #serial 1
    177 # This test replaces the one in autoconf.
    178 # Currently this macro should have the same name as the autoconf macro
    179 # because gettext's gettext.m4 (distributed in the automake package)
    180 # still uses it.  Otherwise, the use in gettext.m4 makes autoheader
    181 # give these diagnostics:
    182 #   configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
    183 #   configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
    184 
    185 undefine([AC_ISC_POSIX])
    186 
    187 AC_DEFUN([AC_ISC_POSIX],
    188   [
    189     dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
    190     AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
    191   ]
    192 )
    193 
    194176# Do all the work for Automake.  This macro actually does too much --
    195177# some checks are only needed if your package does certain things.
     
    202184
    203185AC_DEFUN([AM_INIT_AUTOMAKE],
    204 [AC_REQUIRE([AC_PROG_INSTALL])
     186[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
     187AC_REQUIRE([AC_PROG_INSTALL])
    205188PACKAGE=[$1]
    206189AC_SUBST(PACKAGE)
     
    218201dnl FIXME This is truly gross.
    219202missing_dir=`cd $ac_aux_dir && pwd`
    220 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
     203AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
    221204AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
    222 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
     205AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
    223206AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    224207AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    225208AC_REQUIRE([AC_PROG_MAKE_SET])])
     209
     210# Copyright 2002  Free Software Foundation, Inc.
     211
     212# This program is free software; you can redistribute it and/or modify
     213# it under the terms of the GNU General Public License as published by
     214# the Free Software Foundation; either version 2, or (at your option)
     215# any later version.
     216
     217# This program is distributed in the hope that it will be useful,
     218# but WITHOUT ANY WARRANTY; without even the implied warranty of
     219# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     220# GNU General Public License for more details.
     221
     222# You should have received a copy of the GNU General Public License
     223# along with this program; if not, write to the Free Software
     224# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     225
     226# AM_AUTOMAKE_VERSION(VERSION)
     227# ----------------------------
     228# Automake X.Y traces this macro to ensure aclocal.m4 has been
     229# generated from the m4 files accompanying Automake X.Y.
     230AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
     231
     232# AM_SET_CURRENT_AUTOMAKE_VERSION
     233# -------------------------------
     234# Call AM_AUTOMAKE_VERSION so it can be traced.
     235# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
     236AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
     237         [AM_AUTOMAKE_VERSION([1.4-p6])])
    226238
    227239#
Note: See TracChangeset for help on using the changeset viewer.