Edit

kc3-lang/automake/m4/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-09-26 19:10:24
    Hash : d4d59682
    Message : Track recent autoconf changes: * m4/Makefile.in: Rebuilt. * m4/Makefile.am (m4data_DATA): Updated for deleted files. * m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL. * m4/mingw.m4: Removed. * m4/cygwin.m4: Removed. * m4/install.m4: Removed. * m4/exeext.m4: Removed. * automake.in (scan_one_configure_file): Don't look for AM_EXEEXT. (check_cygnus): Only mention AC_EXEEXT. (obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT, AM_CYGWIN32, AM_MINGW32. ($seen_prog_install): Changed interpretation; changed all users. (scan_one_configure_file): Don't look for AM_PROG_INSTALL. ($scripts_installed): Removed. (handle_scripts): Use local $scripts_installed. * aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT, AM_CYGWIN32, AM_MINGW32.

  • 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 obstack.m4	\
    protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strtod.m4 termios.m4 winsz.m4
    
    EXTRA_DIST = $(m4data_DATA)