root/ImageMagick/trunk/m4/Makefile.am

Revision 154, 1.2 KB (checked in by cristy, 2 months ago)
Line 
1#  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
2#  dedicated to making software imaging solutions freely available.
3#
4#  You may not use this file except in compliance with the License.  You may
5#  obtain a copy of the License at
6#
7#    http://www.imagemagick.org/script/license.php
8#
9#  Unless required by applicable law or agreed to in writing, software
10#  distributed under the License is distributed on an "AS IS" BASIS,
11#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12#  See the License for the specific language governing permissions and
13#  limitations under the License.
14#
15#  Copyright (C) 2003 - 2008 GraphicsMagick Group
16#
17#  Makefile for building ImageMagick m4 macros.
18
19M4_EXTRA_DIST =  \
20  ac_compile_warnings.m4 \
21  ac_func_fseeko.m4 \
22  ac_prog_perl_version.m4 \
23  acx_pthread.m4 \
24  argz.m4 \
25  ax_check_cl.m4 \
26  ax_lang_compiler_ms.m4 \
27  ax_prefix_config_h.m4 \
28  cxx_have_bool.m4 \
29  cxx_have_lstring.m4 \
30  cxx_have_namespaces.m4 \
31  cxx_have_std_libs.m4 \
32  cxx_have_std_namespace.m4 \
33  framework.m4 \
34  libtool.m4 \
35  ltdl.m4 \
36  ltoptions.m4 \
37  ltsugar.m4 \
38  ltversion.m4 \
39  lt~obsolete.m4 \
40  magick_check_pthread_lib.m4 \
41  magick_func_mmap_fileio.m4 \
42  pkg.m4
Note: See TracBrowser for help on using the browser.