annotate libmudflap/acinclude.m4 @ 32:59194914942b
add documents.
CbC-INSTALL: howto build the gcc for various systems.
CbC-implementation.ja: methods of implementation for CbC's statement.
author |
kent <kent@cr.ie.u-ryukyu.ac.jp> |
date |
Tue, 08 Dec 2009 14:07:28 +0900 |
parents |
a06113de4d67 |
children |
|
rev |
line source |
0
|
1 dnl ----------------------------------------------------------------------
|
|
2 dnl This whole bit snagged from libgfortran.
|
|
3
|
|
4 sinclude(../libtool.m4)
|
|
5 dnl The lines below arrange for aclocal not to bring an installed
|
|
6 dnl libtool.m4 into aclocal.m4, while still arranging for automake to
|
|
7 dnl add a definition of LIBTOOL to Makefile.in.
|
|
8 ifelse(,,,[AC_SUBST(LIBTOOL)
|
|
9 AC_DEFUN([AM_PROG_LIBTOOL])
|
|
10 AC_DEFUN([AC_LIBTOOL_DLOPEN])
|
|
11 AC_DEFUN([AC_PROG_LD])
|
|
12 ])
|