summaryrefslogtreecommitdiff
path: root/tests/obsolete.test
blob: 59b38e34ab447ff5e35f8653bd2459c2adba5146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

# Test to make sure obsolete macros really are.

. $srcdir/defs || exit 1

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

: > Makefile.am

$ACLOCAL  2>stderr          && exit 1
grep AC_PROG_INSTALL stderr || exit 1

exit 0