Changeset 1113 for trunk/src/binutils/opcodes/aclocal.m4
- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/binutils/opcodes/aclocal.m4 (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/opcodes/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. … … 46 46 47 47 AC_DEFUN([AM_INIT_AUTOMAKE], 48 [AC_REQUIRE([AC_PROG_INSTALL]) 48 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 49 AC_REQUIRE([AC_PROG_INSTALL]) 49 50 PACKAGE=[$1] 50 51 AC_SUBST(PACKAGE) … … 62 63 dnl FIXME This is truly gross. 63 64 missing_dir=`cd $ac_aux_dir && pwd` 64 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)65 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 65 66 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 66 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)67 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 67 68 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 68 69 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 69 70 AC_REQUIRE([AC_PROG_MAKE_SET])]) 71 72 # Copyright 2002 Free Software Foundation, Inc. 73 74 # This program is free software; you can redistribute it and/or modify 75 # it under the terms of the GNU General Public License as published by 76 # the Free Software Foundation; either version 2, or (at your option) 77 # any later version. 78 79 # This program is distributed in the hope that it will be useful, 80 # but WITHOUT ANY WARRANTY; without even the implied warranty of 81 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 82 # GNU General Public License for more details. 83 84 # You should have received a copy of the GNU General Public License 85 # along with this program; if not, write to the Free Software 86 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 87 88 # AM_AUTOMAKE_VERSION(VERSION) 89 # ---------------------------- 90 # Automake X.Y traces this macro to ensure aclocal.m4 has been 91 # generated from the m4 files accompanying Automake X.Y. 92 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 93 94 # AM_SET_CURRENT_AUTOMAKE_VERSION 95 # ------------------------------- 96 # Call AM_AUTOMAKE_VERSION so it can be traced. 97 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 98 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 99 [AM_AUTOMAKE_VERSION([1.4-p6])]) 70 100 71 101 # -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
