Edit

kc3-lang/automake/tests/whoami.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-02-13 04:56:24
    Hash : 71c627f2
    Message : fixed whoami.test buglet

  • tests/whoami.test
  • #! /bin/sh
    
    # Test to make sure aclocal doesn't barf on "WHO_AM_I=...".  Report
    # from Johan Danielsson (and a very nice bug report, too, I might
    # add).
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    WHO_AM_I=17
    END
    
    $ACLOCAL