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/gprof/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,
     
    3535dnl AM_INIT_AUTOMAKE(package,version, [no-define])
    3636
    37 AC_DEFUN(AM_INIT_AUTOMAKE,
     37AC_DEFUN([AM_INIT_AUTOMAKE],
    3838[AC_REQUIRE([AC_PROG_INSTALL])
    3939PACKAGE=[$1]
     
    6363#
    6464
    65 AC_DEFUN(AM_SANITY_CHECK,
     65AC_DEFUN([AM_SANITY_CHECK],
    6666[AC_MSG_CHECKING([whether build environment is sane])
    6767# Just in case
     
    104104dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
    105105dnl The program must properly implement --version.
    106 AC_DEFUN(AM_MISSING_PROG,
     106AC_DEFUN([AM_MISSING_PROG],
    107107[AC_MSG_CHECKING(for working $2)
    108108# Run test in a subshell; some versions of sh will print an error if
     
    120120# Like AC_CONFIG_HEADER, but automatically create stamp file.
    121121
    122 AC_DEFUN(AM_CONFIG_HEADER,
     122AC_DEFUN([AM_CONFIG_HEADER],
    123123[AC_PREREQ([2.12])
    124124AC_CONFIG_HEADER([$1])
     
    146146# serial 1
    147147
    148 AC_DEFUN(AM_MAINTAINER_MODE,
     148AC_DEFUN([AM_MAINTAINER_MODE],
    149149[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    150150  dnl maintainer-mode is disabled by default
     
    163163# Define a conditional.
    164164
    165 AC_DEFUN(AM_CONDITIONAL,
     165AC_DEFUN([AM_CONDITIONAL],
    166166[AC_SUBST($1_TRUE)
    167167AC_SUBST($1_FALSE)
Note: See TracChangeset for help on using the changeset viewer.