summaryrefslogtreecommitdiff
path: root/tests/confdist.test
blob: f02307e5cfdbac50932053975fb50499acd531f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

# Test to make sure configure is included in distribution.  Report
# from Eleftherios Gkioulekas.

. $srcdir/defs || exit 1

: > Makefile.am

$AUTOMAKE || exit 1

grep '^DIST_COMMON.*configure ' Makefile.in