Changeset 609 for branches/GNU/src/binutils/opcodes/aclocal.m4
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/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 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, … … 29 29 ]) 30 30 31 dnl AM_INSTALL_LIBBFD already included in bfd/acinclude.m4 32 ifelse(yes,no,[ 33 AC_DEFUN([AM_INSTALL_LIBBFD],) 34 AC_SUBST(bfdlibdir) 35 AC_SUBST(bfdincludedir) 36 ]) 37 31 38 # Do all the work for Automake. This macro actually does too much -- 32 39 # some checks are only needed if your package does certain things. … … 38 45 dnl AM_INIT_AUTOMAKE(package,version, [no-define]) 39 46 40 AC_DEFUN( AM_INIT_AUTOMAKE,47 AC_DEFUN([AM_INIT_AUTOMAKE], 41 48 [AC_REQUIRE([AC_PROG_INSTALL]) 42 49 PACKAGE=[$1] … … 66 73 # 67 74 68 AC_DEFUN( AM_SANITY_CHECK,75 AC_DEFUN([AM_SANITY_CHECK], 69 76 [AC_MSG_CHECKING([whether build environment is sane]) 70 77 # Just in case … … 107 114 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) 108 115 dnl The program must properly implement --version. 109 AC_DEFUN( AM_MISSING_PROG,116 AC_DEFUN([AM_MISSING_PROG], 110 117 [AC_MSG_CHECKING(for working $2) 111 118 # Run test in a subshell; some versions of sh will print an error if … … 123 130 # Like AC_CONFIG_HEADER, but automatically create stamp file. 124 131 125 AC_DEFUN( AM_CONFIG_HEADER,132 AC_DEFUN([AM_CONFIG_HEADER], 126 133 [AC_PREREQ([2.12]) 127 134 AC_CONFIG_HEADER([$1]) … … 149 156 # serial 1 150 157 151 AC_DEFUN( AM_MAINTAINER_MODE,158 AC_DEFUN([AM_MAINTAINER_MODE], 152 159 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 153 160 dnl maintainer-mode is disabled by default … … 166 173 # Define a conditional. 167 174 168 AC_DEFUN( AM_CONDITIONAL,175 AC_DEFUN([AM_CONDITIONAL], 169 176 [AC_SUBST($1_TRUE) 170 177 AC_SUBST($1_FALSE) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.