Edit

kc3-lang/automake/aclocal.m4

Branch :

  • Show log

    Commit

  • Author : Alexandre Duret-Lutz
    Date : 2003-08-24 02:00:58
    Hash : 0bdf8b9d
    Message : * aclocal.in (write_aclocal): Take an output file and list of used macros in arguments and make up the file contents here. (trace_used_macros): New function. (add_file): Do not update $output. ($output): Delete. (MAIN): Call trace_used_macros. Then rewrite aclocal.m4 only for these traced macros. This should shorten aclocal.m4 by stripping out unused macros. * automake.texi (Invoking aclocal): Document ${AUTOM4TE}. * tests/aclibobj.test: Make sure configure.in exists by the time aclocal runs. * tests/aclocal8.test: New file. * tests/Makefile.am (TESTS): Add aclocal8.test. Suggested by Bruno Haible and Akim Demaille.

  • aclocal.m4
  • # generated automatically by aclocal 1.7a -*- Autoconf -*-
    
    # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    # Free Software Foundation, Inc.
    # This file is free software; the Free Software Foundation
    # gives unlimited permission to copy and/or distribute it,
    # with or without modifications, as long as this notice is preserved.
    
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    # PARTICULAR PURPOSE.
    
    m4_include([m4/amversion.m4])
    m4_include([m4/auxdir.m4])
    m4_include([m4/init.m4])
    m4_include([m4/install-sh.m4])
    m4_include([m4/lead-dot.m4])
    m4_include([m4/missing.m4])
    m4_include([m4/options.m4])
    m4_include([m4/runlog.m4])
    m4_include([m4/sanity.m4])
    m4_include([m4/strip.m4])