Line | |
---|
1 | #! /bin/sh
|
---|
2 |
|
---|
3 | # Test to make sure mdate-sh run correctly.
|
---|
4 |
|
---|
5 | . $srcdir/defs || exit 1
|
---|
6 |
|
---|
7 | cat >> configure.in << 'END'
|
---|
8 | AC_CONFIG_AUX_DIR(foo)
|
---|
9 | END
|
---|
10 |
|
---|
11 | cat > Makefile.am << 'END'
|
---|
12 | info_TEXINFOS = textutils.texi
|
---|
13 | END
|
---|
14 |
|
---|
15 | cat > textutils.texi << 'END'
|
---|
16 | @include version.texi
|
---|
17 | @setfilename textutils.info
|
---|
18 | END
|
---|
19 |
|
---|
20 | mkdir foo
|
---|
21 |
|
---|
22 | # Required when using Texinfo.
|
---|
23 | : > foo/texinfo.tex
|
---|
24 | : > foo/mdate-sh
|
---|
25 | mv install-sh foo
|
---|
26 | mv missing foo
|
---|
27 | mv mkinstalldirs foo
|
---|
28 |
|
---|
29 | $AUTOMAKE || exit 1
|
---|
30 |
|
---|
31 | grep '[^/]mdate-sh' Makefile.in && exit 1
|
---|
32 | exit 0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.