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/ld/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
    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,
     
    2828])
    2929
     30#serial 1
     31# This test replaces the one in autoconf.
     32# Currently this macro should have the same name as the autoconf macro
     33# because gettext's gettext.m4 (distributed in the automake package)
     34# still uses it.  Otherwise, the use in gettext.m4 makes autoheader
     35# give these diagnostics:
     36#   configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
     37#   configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
     38
     39undefine([AC_ISC_POSIX])
     40
     41AC_DEFUN([AC_ISC_POSIX],
     42  [
     43    dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
     44    AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
     45  ]
     46)
     47
    3048# Do all the work for Automake.  This macro actually does too much --
    3149# some checks are only needed if your package does certain things.
     
    3755dnl AM_INIT_AUTOMAKE(package,version, [no-define])
    3856
    39 AC_DEFUN(AM_INIT_AUTOMAKE,
     57AC_DEFUN([AM_INIT_AUTOMAKE],
    4058[AC_REQUIRE([AC_PROG_INSTALL])
    4159PACKAGE=[$1]
     
    6583#
    6684
    67 AC_DEFUN(AM_SANITY_CHECK,
     85AC_DEFUN([AM_SANITY_CHECK],
    6886[AC_MSG_CHECKING([whether build environment is sane])
    6987# Just in case
     
    106124dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
    107125dnl The program must properly implement --version.
    108 AC_DEFUN(AM_MISSING_PROG,
     126AC_DEFUN([AM_MISSING_PROG],
    109127[AC_MSG_CHECKING(for working $2)
    110128# Run test in a subshell; some versions of sh will print an error if
     
    122140# Like AC_CONFIG_HEADER, but automatically create stamp file.
    123141
    124 AC_DEFUN(AM_CONFIG_HEADER,
     142AC_DEFUN([AM_CONFIG_HEADER],
    125143[AC_PREREQ([2.12])
    126144AC_CONFIG_HEADER([$1])
     
    146164dnl AM_PROG_LEX
    147165dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
    148 AC_DEFUN(AM_PROG_LEX,
     166AC_DEFUN([AM_PROG_LEX],
    149167[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)
    150168AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex")
     
    157175# serial 1
    158176
    159 AC_DEFUN(AM_MAINTAINER_MODE,
     177AC_DEFUN([AM_MAINTAINER_MODE],
    160178[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    161179  dnl maintainer-mode is disabled by default
     
    174192# Define a conditional.
    175193
    176 AC_DEFUN(AM_CONDITIONAL,
     194AC_DEFUN([AM_CONDITIONAL],
    177195[AC_SUBST($1_TRUE)
    178196AC_SUBST($1_FALSE)
Note: See TracChangeset for help on using the changeset viewer.