Edit

kc3-lang/automake/tests/dup.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-08-10 23:15:36
    Hash : 293f0a04
    Message : ansi2knr rework. strtod fix. aclocal fixes

  • tests/dup.test
  • #! /bin/sh
    
    # Make sure aclocal catches duplicate definitions in acinclude.m4.
    
    . $srcdir/defs || exit 1
    
    cat > configure.in << 'END'
    AM_FUNC_STRTOD
    END
    
    cat > acinclude.m4 << 'END'
    AC_DEFUN([AM_FUNC_STRTOD])
    END
    
    $ACLOCAL && exit 1
    exit 0