Changeset 1113 for trunk/src/binutils/bfd/aclocal.m4
- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/binutils/bfd/aclocal.m4 (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.3to1.4
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. … … 174 174 fi]) 175 175 176 #serial 1177 # This test replaces the one in autoconf.178 # Currently this macro should have the same name as the autoconf macro179 # because gettext's gettext.m4 (distributed in the automake package)180 # still uses it. Otherwise, the use in gettext.m4 makes autoheader181 # give these diagnostics:182 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX183 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX184 185 undefine([AC_ISC_POSIX])186 187 AC_DEFUN([AC_ISC_POSIX],188 [189 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.190 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])191 ]192 )193 194 176 # Do all the work for Automake. This macro actually does too much -- 195 177 # some checks are only needed if your package does certain things. … … 202 184 203 185 AC_DEFUN([AM_INIT_AUTOMAKE], 204 [AC_REQUIRE([AC_PROG_INSTALL]) 186 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 187 AC_REQUIRE([AC_PROG_INSTALL]) 205 188 PACKAGE=[$1] 206 189 AC_SUBST(PACKAGE) … … 218 201 dnl FIXME This is truly gross. 219 202 missing_dir=`cd $ac_aux_dir && pwd` 220 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)203 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 221 204 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 222 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)205 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 223 206 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 224 207 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 225 208 AC_REQUIRE([AC_PROG_MAKE_SET])]) 209 210 # Copyright 2002 Free Software Foundation, Inc. 211 212 # This program is free software; you can redistribute it and/or modify 213 # it under the terms of the GNU General Public License as published by 214 # the Free Software Foundation; either version 2, or (at your option) 215 # any later version. 216 217 # This program is distributed in the hope that it will be useful, 218 # but WITHOUT ANY WARRANTY; without even the implied warranty of 219 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 220 # GNU General Public License for more details. 221 222 # You should have received a copy of the GNU General Public License 223 # along with this program; if not, write to the Free Software 224 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 225 226 # AM_AUTOMAKE_VERSION(VERSION) 227 # ---------------------------- 228 # Automake X.Y traces this macro to ensure aclocal.m4 has been 229 # generated from the m4 files accompanying Automake X.Y. 230 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 231 232 # AM_SET_CURRENT_AUTOMAKE_VERSION 233 # ------------------------------- 234 # Call AM_AUTOMAKE_VERSION so it can be traced. 235 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 236 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 237 [AM_AUTOMAKE_VERSION([1.4-p6])]) 226 238 227 239 # -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
