Edit

kc3-lang/automake/tests/libtool.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 2001-06-15 17:33:48
    Hash : 4a1d8c50
    Message : * tests/Makefile.am (TESTS): Added libtool.test. * tests/libtool.test: New file.

  • tests/libtool.test
  • #! /bin/sh
    
    # Make sure libtool is removed.
    # Report from Kevin Dalley
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AC_LIBTOOL_DLOPEN
    AC_DISABLE_SHARED
    AC_PROG_LIBTOOL
    AC_SUBST(LIBTOOL_DEPS)
    END
    
    : > Makefile.am
    
    : > ltmain.sh
    : > config.guess
    : > config.sub
    
    $ACLOCAL || exit 1
    $AUTOMAKE || exit 1
    
    grep 'rm -f libtool' Makefile.in