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

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

automake 1.4-p6

File size: 354 bytes
Line 
1#! /bin/sh
2
3# Test to make sure [...] is ok in version number. Report from Jim
4# Meyering.
5
6. $srcdir/defs || exit 1
7
8cat > configure.in << 'END'
9AM_INIT_AUTOMAKE([sh-utils], [1.12o])
10AC_OUTPUT(Makefile)
11END
12
13: > Makefile.am
14
15# Files required by Gnits.
16: > INSTALL
17: > NEWS
18: > README
19: > COPYING
20: > AUTHORS
21: > ChangeLog
22: > THANKS
23
24$AUTOMAKE --gnits
Note: See TracBrowser for help on using the repository browser.