Changeset 609 for branches/GNU/src/binutils/gprof/aclocal.m4
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gprof/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, … … 35 35 dnl AM_INIT_AUTOMAKE(package,version, [no-define]) 36 36 37 AC_DEFUN( AM_INIT_AUTOMAKE,37 AC_DEFUN([AM_INIT_AUTOMAKE], 38 38 [AC_REQUIRE([AC_PROG_INSTALL]) 39 39 PACKAGE=[$1] … … 63 63 # 64 64 65 AC_DEFUN( AM_SANITY_CHECK,65 AC_DEFUN([AM_SANITY_CHECK], 66 66 [AC_MSG_CHECKING([whether build environment is sane]) 67 67 # Just in case … … 104 104 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) 105 105 dnl The program must properly implement --version. 106 AC_DEFUN( AM_MISSING_PROG,106 AC_DEFUN([AM_MISSING_PROG], 107 107 [AC_MSG_CHECKING(for working $2) 108 108 # Run test in a subshell; some versions of sh will print an error if … … 120 120 # Like AC_CONFIG_HEADER, but automatically create stamp file. 121 121 122 AC_DEFUN( AM_CONFIG_HEADER,122 AC_DEFUN([AM_CONFIG_HEADER], 123 123 [AC_PREREQ([2.12]) 124 124 AC_CONFIG_HEADER([$1]) … … 146 146 # serial 1 147 147 148 AC_DEFUN( AM_MAINTAINER_MODE,148 AC_DEFUN([AM_MAINTAINER_MODE], 149 149 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 150 150 dnl maintainer-mode is disabled by default … … 163 163 # Define a conditional. 164 164 165 AC_DEFUN( AM_CONDITIONAL,165 AC_DEFUN([AM_CONDITIONAL], 166 166 [AC_SUBST($1_TRUE) 167 167 AC_SUBST($1_FALSE) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.