source:
vendor/automake/1.4-p6/tests/version2.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 370 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test to make sure 3rd arg to AM_INIT_AUTOMAKE not picked up in |
4 | # version. From Joel Weber. |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
8 | cat > configure.in << 'END' |
9 | AM_INIT_AUTOMAKE([sh-utils], 1.12o, no) |
10 | AC_OUTPUT(Makefile) |
11 | END |
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.