Edit

kc3-lang/automake/tests/texinfo5.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-09-26 19:06:21
    Hash : 1de3ff47
    Message : * aclocal.test: Put AM_INIT_AUTOMAKE into configure.in. * library.test: Use AC_EXEEXT. * texinfo5.test: Use AC_EXEEXT. * Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.

  • tests/texinfo5.test
  • #! /bin/sh
    
    # Test to make sure that texinfo.tex is not required by --cygnus.
    # Report from Ian Taylor.
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AM_MAINTAINER_MODE
    AC_EXEEXT
    END
    
    cat > Makefile.am << 'END'
    info_TEXINFOS = ian.texi
    END
    
    echo '@setfilename ian.info' > ian.texi
    
    $AUTOMAKE --cygnus