Edit

kc3-lang/automake/tests/libobj4.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-10-12 03:02:58
    Hash : 6451dad7
    Message : Fix for libobj5.test

  • tests/libobj4.test
  • #! /bin/sh
    
    # Test to make sure LIBOBJS error only occurs if LIBOBJS seen.  Report
    # from Jim Meyering.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    bin_PROGRAMS = foo
    END
    
    cat >> configure.in << 'END'
    AC_REPLACE_FUNCS(foo)
    END
    
    $AUTOMAKE