Edit

kc3-lang/automake/aclocal.m4

Branch :

  • Show log

    Commit

  • Author : Alexandre Duret-Lutz
    Date : 2004-04-19 23:20:08
    Hash : ae040111
    Message : For PR automake/414: Introduce options tar-v7, tar-ustar, and tar-pax to select tar format. * doc/automake.texi (Options): Document them. * lib/Automake/Options.pm (_process_option_list): Process these new options. * lib/am/distdir.am (dist-gzip, dist-bzip2, dist-tarZ, dist, distcheck): Adjust to use am__tar and am__untar. * m4/tar.m4: New file. * m4/Makefile.am (dist_m4data_DATA): Add tar.m4. * m4/init.m4 (AM_INIT_AUTOMAKE): Support the new options and call _AM_PROG_TAR. * tests/tar.test, tests/tar2.test, tests/tar3.test: New files. * tests/Makefile.am (TESTS): Add them.

  • aclocal.m4
  • # generated automatically by aclocal 1.8a -*- Autoconf -*-
    
    # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    # 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/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/tar.m4])