Ignore:
Timestamp:
May 20, 2003, 2:43:36 PM (22 years ago)
Author:
bird
Message:

#422: Regenerated aclocal.m4.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r199 r200  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4-p5
    22
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     3dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
    44dnl This file is free software; the Free Software Foundation
    55dnl gives unlimited permission to copy and/or distribute it,
     
    3838dnl AM_INIT_AUTOMAKE(package,version, [no-define])
    3939
    40 AC_DEFUN(AM_INIT_AUTOMAKE,
     40AC_DEFUN([AM_INIT_AUTOMAKE],
    4141[AC_REQUIRE([AC_PROG_INSTALL])
    4242PACKAGE=[$1]
     
    6666#
    6767
    68 AC_DEFUN(AM_SANITY_CHECK,
     68AC_DEFUN([AM_SANITY_CHECK],
    6969[AC_MSG_CHECKING([whether build environment is sane])
    7070# Just in case
     
    107107dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
    108108dnl The program must properly implement --version.
    109 AC_DEFUN(AM_MISSING_PROG,
     109AC_DEFUN([AM_MISSING_PROG],
    110110[AC_MSG_CHECKING(for working $2)
    111111# Run test in a subshell; some versions of sh will print an error if
     
    123123# Like AC_CONFIG_HEADER, but automatically create stamp file.
    124124
    125 AC_DEFUN(AM_CONFIG_HEADER,
     125AC_DEFUN([AM_CONFIG_HEADER],
    126126[AC_PREREQ([2.12])
    127127AC_CONFIG_HEADER([$1])
     
    149149# serial 1
    150150
    151 AC_DEFUN(AM_MAINTAINER_MODE,
     151AC_DEFUN([AM_MAINTAINER_MODE],
    152152[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    153153  dnl maintainer-mode is disabled by default
     
    166166# Define a conditional.
    167167
    168 AC_DEFUN(AM_CONDITIONAL,
     168AC_DEFUN([AM_CONDITIONAL],
    169169[AC_SUBST($1_TRUE)
    170170AC_SUBST($1_FALSE)
Note: See TracChangeset for help on using the changeset viewer.