Changeset 200 for trunk/src/binutils/opcodes
- Timestamp:
- May 20, 2003, 2:43:36 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/opcodes/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r199 r200 1 dnl aclocal.m4 generated automatically by aclocal 1.4 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p5 2 2 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.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, … … 38 38 dnl AM_INIT_AUTOMAKE(package,version, [no-define]) 39 39 40 AC_DEFUN( AM_INIT_AUTOMAKE,40 AC_DEFUN([AM_INIT_AUTOMAKE], 41 41 [AC_REQUIRE([AC_PROG_INSTALL]) 42 42 PACKAGE=[$1] … … 66 66 # 67 67 68 AC_DEFUN( AM_SANITY_CHECK,68 AC_DEFUN([AM_SANITY_CHECK], 69 69 [AC_MSG_CHECKING([whether build environment is sane]) 70 70 # Just in case … … 107 107 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) 108 108 dnl The program must properly implement --version. 109 AC_DEFUN( AM_MISSING_PROG,109 AC_DEFUN([AM_MISSING_PROG], 110 110 [AC_MSG_CHECKING(for working $2) 111 111 # Run test in a subshell; some versions of sh will print an error if … … 123 123 # Like AC_CONFIG_HEADER, but automatically create stamp file. 124 124 125 AC_DEFUN( AM_CONFIG_HEADER,125 AC_DEFUN([AM_CONFIG_HEADER], 126 126 [AC_PREREQ([2.12]) 127 127 AC_CONFIG_HEADER([$1]) … … 149 149 # serial 1 150 150 151 AC_DEFUN( AM_MAINTAINER_MODE,151 AC_DEFUN([AM_MAINTAINER_MODE], 152 152 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 153 153 dnl maintainer-mode is disabled by default … … 166 166 # Define a conditional. 167 167 168 AC_DEFUN( AM_CONDITIONAL,168 AC_DEFUN([AM_CONDITIONAL], 169 169 [AC_SUBST($1_TRUE) 170 170 AC_SUBST($1_FALSE) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.