Edit

kc3-lang/automake/m4/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-10-27 23:49:11
    Hash : e57b9978
    Message : * m4/Makefile.am (m4data_DATA): Don't mention f77.m4. * m4/f77.m4: Removed; macro now in autoconf proper.

  • m4/Makefile.am
  • ## Process this file with automake to create Makefile.in
    
    AUTOMAKE_OPTIONS = gnits
    MAINT_CHARSET = latin1
    
    m4datadir = $(datadir)/aclocal
    m4data_DATA = ccstdc.m4 cond.m4 dmalloc.m4 error.m4 header.m4 init.m4 \
    lex.m4 lispdir.m4 maintainer.m4 missing.m4 mktime.m4 multi.m4 \
    obstack.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strtod.m4 \
    termios.m4 winsz.m4
    
    EXTRA_DIST = $(m4data_DATA)