File: depacl.test

package info (click to toggle)
automake 1%3A1.4-p4-1.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,312 kB
  • ctags: 21
  • sloc: perl: 5,516; sh: 5,218; ansic: 404; makefile: 196
file content (13 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

# Test to make sure dependency tracking works.

. $srcdir/defs || exit 1

cat > configure.in << 'END'
AM_C_PROTOTYPES
END

$ACLOCAL || exit 1

grep '^AC_DEFUN.AM_PROG_CC_STDC,$' aclocal.m4