Edit

kc3-lang/automake/m4/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Alexandre Duret-Lutz
    Date : 2001-08-03 08:28:21
    Hash : f00ec284
    Message : * m4/install-sh.m4: New file. * m4/Makefile.am (m4data_DATA): Add install-sh.m4. * m4/missing.m4 (AM_MISSING_INSTALL_SH): Move ... * m4/install-sh.m4 (AM_PROG_INSTALL_SH): ... here. Don't check for install.sh any longer, always use install-sh, don't even fall back to missing. Use $am_aux_dir, making $install_sh absolute. * m4/strip.m4 (AM_PROG_INSTALL_STRIP): Simplify, since $install_sh is absolute. * m4/init.m4: Adjust call to AM_PROG_INSTALL_SH.

  • m4/Makefile.am
  • ## Process this file with automake to create Makefile.in
    
    m4datadir = $(datadir)/aclocal
    m4data_DATA = as.m4 auxdir.m4 ccstdc.m4 cond.m4 depend.m4 depout.m4 \
    dmalloc.m4 error.m4 gcj.m4 header.m4 init.m4 install-sh.m4 lex.m4 \
    lispdir.m4 make.m4 maintainer.m4 minuso.m4 missing.m4 multi.m4 \
    obstack.m4 protos.m4 ptrdiff.m4 python.m4 regex.m4 sanity.m4 strip.m4 \
    strtod.m4 termios.m4 winsz.m4
    
    EXTRA_DIST = $(m4data_DATA)