Edit

kc3-lang/automake/aclocal.m4

Branch :

  • Show log

    Commit

  • Author : Alexandre Duret-Lutz
    Date : 2006-08-30 18:50:38
    Hash : 8ae25d96
    Message : For PR automake/500: * automake.in (handle_compile) <$default_includes>: Do not output the same -I twice. Use @am__isrc@ instead of ` -I$(srcdir)'. * m4/init.m4: Define am__isrc as ` -I$(srcdir)' only in non-VPATH builds since we always have `-I.'. * tests/subpkg.test: Make sure config headers are found in VPATH and non-VPATH builds.

  • aclocal.m4
  • # generated automatically by aclocal 1.9c -*- Autoconf -*-
    
    # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    # 2005, 2006  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_if(m4_PACKAGE_VERSION, [2.60],,
    [m4_fatal([this file was generated for autoconf 2.60], [63])])
    
    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/mkdirp.m4])
    m4_include([m4/options.m4])
    m4_include([m4/runlog.m4])
    m4_include([m4/sanity.m4])
    m4_include([m4/strip.m4])
    m4_include([m4/substnot.m4])
    m4_include([m4/tar.m4])