Changeset 609 for branches/GNU/src/binutils/ld/aclocal.m4
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/ld/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.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.1 dnl aclocal.m4 generated automatically by aclocal 1.4-p5 2 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 4 4 dnl This file is free software; the Free Software Foundation 5 5 dnl gives unlimited permission to copy and/or distribute it, … … 28 28 ]) 29 29 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 39 undefine([AC_ISC_POSIX]) 40 41 AC_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 30 48 # Do all the work for Automake. This macro actually does too much -- 31 49 # some checks are only needed if your package does certain things. … … 37 55 dnl AM_INIT_AUTOMAKE(package,version, [no-define]) 38 56 39 AC_DEFUN( AM_INIT_AUTOMAKE,57 AC_DEFUN([AM_INIT_AUTOMAKE], 40 58 [AC_REQUIRE([AC_PROG_INSTALL]) 41 59 PACKAGE=[$1] … … 65 83 # 66 84 67 AC_DEFUN( AM_SANITY_CHECK,85 AC_DEFUN([AM_SANITY_CHECK], 68 86 [AC_MSG_CHECKING([whether build environment is sane]) 69 87 # Just in case … … 106 124 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) 107 125 dnl The program must properly implement --version. 108 AC_DEFUN( AM_MISSING_PROG,126 AC_DEFUN([AM_MISSING_PROG], 109 127 [AC_MSG_CHECKING(for working $2) 110 128 # Run test in a subshell; some versions of sh will print an error if … … 122 140 # Like AC_CONFIG_HEADER, but automatically create stamp file. 123 141 124 AC_DEFUN( AM_CONFIG_HEADER,142 AC_DEFUN([AM_CONFIG_HEADER], 125 143 [AC_PREREQ([2.12]) 126 144 AC_CONFIG_HEADER([$1]) … … 146 164 dnl AM_PROG_LEX 147 165 dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT 148 AC_DEFUN( AM_PROG_LEX,166 AC_DEFUN([AM_PROG_LEX], 149 167 [missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) 150 168 AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex") … … 157 175 # serial 1 158 176 159 AC_DEFUN( AM_MAINTAINER_MODE,177 AC_DEFUN([AM_MAINTAINER_MODE], 160 178 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 161 179 dnl maintainer-mode is disabled by default … … 174 192 # Define a conditional. 175 193 176 AC_DEFUN( AM_CONDITIONAL,194 AC_DEFUN([AM_CONDITIONAL], 177 195 [AC_SUBST($1_TRUE) 178 196 AC_SUBST($1_FALSE) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.