Ignore:
Timestamp:
May 8, 2003, 2:53:44 AM (23 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.1 to 1.2
    r105 r106  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
    2 
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     1dnl aclocal.m4 generated automatically by aclocal 1.4-p5
     2
     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,
     
    1616case "${host}" in
    1717changequote(,)dnl
    18 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
     18*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows* | *-*-os2*)
    1919changequote([,])dnl
    2020  AC_DEFINE(USE_BINARY_FOPEN, 1, [Use b modifier when opening binary files?]) ;;
     
    146146dnl AM_INIT_AUTOMAKE(package,version, [no-define])
    147147
    148 AC_DEFUN(AM_INIT_AUTOMAKE,
     148AC_DEFUN([AM_INIT_AUTOMAKE],
    149149[AC_REQUIRE([AC_PROG_INSTALL])
    150150PACKAGE=[$1]
     
    174174#
    175175
    176 AC_DEFUN(AM_SANITY_CHECK,
     176AC_DEFUN([AM_SANITY_CHECK],
    177177[AC_MSG_CHECKING([whether build environment is sane])
    178178# Just in case
     
    215215dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
    216216dnl The program must properly implement --version.
    217 AC_DEFUN(AM_MISSING_PROG,
     217AC_DEFUN([AM_MISSING_PROG],
    218218[AC_MSG_CHECKING(for working $2)
    219219# Run test in a subshell; some versions of sh will print an error if
     
    231231# Like AC_CONFIG_HEADER, but automatically create stamp file.
    232232
    233 AC_DEFUN(AM_CONFIG_HEADER,
     233AC_DEFUN([AM_CONFIG_HEADER],
    234234[AC_PREREQ([2.12])
    235235AC_CONFIG_HEADER([$1])
     
    257257# serial 1
    258258
    259 AC_DEFUN(AM_MAINTAINER_MODE,
     259AC_DEFUN([AM_MAINTAINER_MODE],
    260260[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    261261  dnl maintainer-mode is disabled by default
     
    274274# Define a conditional.
    275275
    276 AC_DEFUN(AM_CONDITIONAL,
     276AC_DEFUN([AM_CONDITIONAL],
    277277[AC_SUBST($1_TRUE)
    278278AC_SUBST($1_FALSE)
Note: See TracChangeset for help on using the changeset viewer.