Edit

kc3-lang/automake/tests/conf2.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/conf2.test
  • #! /bin/sh
    
    # Test to make sure several config headers are allowed.
    
    . $srcdir/defs || exit 1
    
    cat > configure.in << 'END'
    AM_CONFIG_HEADER(config.h two.h)
    PACKAGE=nonesuch
    VERSION=nonesuch
    AC_PROG_CC
    AC_ARG_PROGRAM
    AC_PROG_INSTALL
    AC_OUTPUT(Makefile)
    END
    
    : > Makefile.am
    
    : > config.h.in
    : > two.h.in
    
    $AUTOMAKE