Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/aclocal.m4

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    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,
     
    2929])
    3030
     31dnl AM_INSTALL_LIBBFD already included in bfd/acinclude.m4
     32ifelse(yes,no,[
     33AC_DEFUN([AM_INSTALL_LIBBFD],)
     34AC_SUBST(bfdlibdir)
     35AC_SUBST(bfdincludedir)
     36])
     37
    3138# Do all the work for Automake.  This macro actually does too much --
    3239# some checks are only needed if your package does certain things.
     
    3845dnl AM_INIT_AUTOMAKE(package,version, [no-define])
    3946
    40 AC_DEFUN(AM_INIT_AUTOMAKE,
     47AC_DEFUN([AM_INIT_AUTOMAKE],
    4148[AC_REQUIRE([AC_PROG_INSTALL])
    4249PACKAGE=[$1]
     
    6673#
    6774
    68 AC_DEFUN(AM_SANITY_CHECK,
     75AC_DEFUN([AM_SANITY_CHECK],
    6976[AC_MSG_CHECKING([whether build environment is sane])
    7077# Just in case
     
    107114dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
    108115dnl The program must properly implement --version.
    109 AC_DEFUN(AM_MISSING_PROG,
     116AC_DEFUN([AM_MISSING_PROG],
    110117[AC_MSG_CHECKING(for working $2)
    111118# Run test in a subshell; some versions of sh will print an error if
     
    123130# Like AC_CONFIG_HEADER, but automatically create stamp file.
    124131
    125 AC_DEFUN(AM_CONFIG_HEADER,
     132AC_DEFUN([AM_CONFIG_HEADER],
    126133[AC_PREREQ([2.12])
    127134AC_CONFIG_HEADER([$1])
     
    149156# serial 1
    150157
    151 AC_DEFUN(AM_MAINTAINER_MODE,
     158AC_DEFUN([AM_MAINTAINER_MODE],
    152159[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    153160  dnl maintainer-mode is disabled by default
     
    166173# Define a conditional.
    167174
    168 AC_DEFUN(AM_CONDITIONAL,
     175AC_DEFUN([AM_CONDITIONAL],
    169176[AC_SUBST($1_TRUE)
    170177AC_SUBST($1_FALSE)
Note: See TracChangeset for help on using the changeset viewer.