source: vendor/automake/1.4-p6/tests/gnits.test

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

automake 1.4-p6

File size: 401 bytes
Line 
1#! /bin/sh
2
3# Test to ensure --gnits version checking is correct.
4
5. $srcdir/defs || exit 1
6
7cat > configure.in << 'END'
8PACKAGE=nonesuch
9VERSION=3.5.3.2
10AC_ARG_PROGRAM
11AC_PROG_INSTALL
12AC_OUTPUT(Makefile)
13END
14
15cat > Makefile.am << 'END'
16pkgdata_DATA =
17END
18
19# Files required by Gnits.
20: > INSTALL
21: > NEWS
22: > README
23: > COPYING
24: > AUTHORS
25: > ChangeLog
26: > THANKS
27
28$AUTOMAKE --gnits && exit 1
29exit 0
Note: See TracBrowser for help on using the repository browser.