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/opcodes/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.
     
    4646
    4747AC_DEFUN([AM_INIT_AUTOMAKE],
    48 [AC_REQUIRE([AC_PROG_INSTALL])
     48[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
     49AC_REQUIRE([AC_PROG_INSTALL])
    4950PACKAGE=[$1]
    5051AC_SUBST(PACKAGE)
     
    6263dnl FIXME This is truly gross.
    6364missing_dir=`cd $ac_aux_dir && pwd`
    64 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
     65AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
    6566AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
    66 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
     67AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
    6768AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    6869AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    6970AC_REQUIRE([AC_PROG_MAKE_SET])])
     71
     72# Copyright 2002  Free Software Foundation, Inc.
     73
     74# This program is free software; you can redistribute it and/or modify
     75# it under the terms of the GNU General Public License as published by
     76# the Free Software Foundation; either version 2, or (at your option)
     77# any later version.
     78
     79# This program is distributed in the hope that it will be useful,
     80# but WITHOUT ANY WARRANTY; without even the implied warranty of
     81# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     82# GNU General Public License for more details.
     83
     84# You should have received a copy of the GNU General Public License
     85# along with this program; if not, write to the Free Software
     86# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     87
     88# AM_AUTOMAKE_VERSION(VERSION)
     89# ----------------------------
     90# Automake X.Y traces this macro to ensure aclocal.m4 has been
     91# generated from the m4 files accompanying Automake X.Y.
     92AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
     93
     94# AM_SET_CURRENT_AUTOMAKE_VERSION
     95# -------------------------------
     96# Call AM_AUTOMAKE_VERSION so it can be traced.
     97# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
     98AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
     99         [AM_AUTOMAKE_VERSION([1.4-p6])])
    70100
    71101#
Note: See TracChangeset for help on using the changeset viewer.