source: trunk/essentials/sys-devel/automake-1.4/tests/depacl.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 200 bytes
Line 
1#! /bin/sh
2
3# Test to make sure dependency tracking works.
4
5. $srcdir/defs || exit 1
6
7cat > configure.in << 'END'
8AM_C_PROTOTYPES
9END
10
11$ACLOCAL || exit 1
12
13grep '^AC_DEFUN.*AM_PROG_CC_STDC' aclocal.m4
Note: See TracBrowser for help on using the repository browser.