Edit

kc3-lang/automake/tests/confdist.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-10-08 21:33:41
    Hash : 0257d0f7
    Message : * confdist.test: New file. * Makefile.am (TESTS): Added confdist.test.

  • tests/confdist.test
  • #! /bin/sh
    
    # Test to make sure configure is included in distribution.  Report
    # from Eleftherios Gkioulekas.
    
    . $srcdir/defs || exit 1
    
    : > Makefile.am
    
    $AUTOMAKE || exit 1
    
    grep '^DIST_COMMON.*configure ' Makefile.in