Changeset 1113 for trunk/src/binutils/ld/aclocal.m4
- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/binutils/ld/aclocal.m4 (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ld/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2to1.2
r1112 r1113 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p 51 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. … … 28 28 ]) 29 29 30 #serial 131 # This test replaces the one in autoconf.32 # Currently this macro should have the same name as the autoconf macro33 # because gettext's gettext.m4 (distributed in the automake package)34 # still uses it. Otherwise, the use in gettext.m4 makes autoheader35 # give these diagnostics:36 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX37 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX38 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 48 30 # Do all the work for Automake. This macro actually does too much -- 49 31 # some checks are only needed if your package does certain things. … … 56 38 57 39 AC_DEFUN([AM_INIT_AUTOMAKE], 58 [AC_REQUIRE([AC_PROG_INSTALL]) 40 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 41 AC_REQUIRE([AC_PROG_INSTALL]) 59 42 PACKAGE=[$1] 60 43 AC_SUBST(PACKAGE) … … 72 55 dnl FIXME This is truly gross. 73 56 missing_dir=`cd $ac_aux_dir && pwd` 74 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)57 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 75 58 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 76 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)59 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 77 60 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 78 61 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 79 62 AC_REQUIRE([AC_PROG_MAKE_SET])]) 63 64 # Copyright 2002 Free Software Foundation, Inc. 65 66 # This program is free software; you can redistribute it and/or modify 67 # it under the terms of the GNU General Public License as published by 68 # the Free Software Foundation; either version 2, or (at your option) 69 # any later version. 70 71 # This program is distributed in the hope that it will be useful, 72 # but WITHOUT ANY WARRANTY; without even the implied warranty of 73 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 74 # GNU General Public License for more details. 75 76 # You should have received a copy of the GNU General Public License 77 # along with this program; if not, write to the Free Software 78 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 79 80 # AM_AUTOMAKE_VERSION(VERSION) 81 # ---------------------------- 82 # Automake X.Y traces this macro to ensure aclocal.m4 has been 83 # generated from the m4 files accompanying Automake X.Y. 84 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 85 86 # AM_SET_CURRENT_AUTOMAKE_VERSION 87 # ------------------------------- 88 # Call AM_AUTOMAKE_VERSION so it can be traced. 89 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 90 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 91 [AM_AUTOMAKE_VERSION([1.4-p6])]) 80 92 81 93 # -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
