Edit

kc3-lang/automake/tests/amassign.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 2001-01-15 17:51:58
    Hash : 9da47b12
    Message : * amassign.test: New file. * Makefile.am (TESTS): Added new file.

  • tests/amassign.test
  • #! /bin/sh
    
    # Test to see if AM_ name can be assigned to in configure.in.
    # Report from Steve Robbins.
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AM_CFLAGS=foo
    AC_SUBST(AM_BAR)
    AC_SUBST([AM_ZARDOZ])
    END
    
    $ACLOCAL