Edit

kc3-lang/automake/tests/extra3.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-10-08 10:10:51
    Hash : e4f5c876
    Message : * extra4.test: New file. * extra3.test: New file. * Makefile.am (TESTS): Added extra3.test, extra4.test.

  • tests/extra3.test
  • #! /bin/sh
    
    # Check to make sure EXTRA_DATA not required.
    
    . $srcdir/defs || exit 1
    
    echo 'AC_SUBST(CODICIL)' >> configure.in
    
    cat > Makefile.am << 'END'
    sysconf_DATA = @CODICIL@
    END
    
    $AUTOMAKE