Edit

kc3-lang/automake/tests/aclocal.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-09-26 19:06:21
    Hash : 1de3ff47
    Message : * aclocal.test: Put AM_INIT_AUTOMAKE into configure.in. * library.test: Use AC_EXEEXT. * texinfo5.test: Use AC_EXEEXT. * Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.

  • tests/aclocal.test
  • #! /bin/sh
    
    # Test to make sure that aclocal --output works.  Report from
    # Alexandre Oliva.
    . $srcdir/defs || exit 1
    
    # configure.in has to have some macro that aclocal can find.
    echo 'AM_INIT_AUTOMAKE' >> configure.in
    
    $ACLOCAL --output=fred || exit 1
    test -f fred