Edit

kc3-lang/automake/tests/remake2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-12-07 21:41:41
    Hash : 1895feea
    Message : fixed remake2.test

  • tests/remake2.test
  • #! /bin/sh
    
    # Make sure remaking rules in subdir are correct.
    
    . $srcdir/defs || exit 1
    
    cat > configure.in << 'END'
    PACKAGE=nonesuch
    VERSION=nonesuch
    AC_ARG_PROGRAM
    AC_PROG_INSTALL
    AC_OUTPUT(sub/Makefile)
    END
    
    mkdir sub
    : > sub/Makefile.am
    
    $AUTOMAKE || exit 1
    
    grep 'automake.*sub/Makefile' sub/Makefile.in