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

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

automake 1.4-p6

File size: 474 bytes
Line 
1#! /bin/sh
2
3# Test to make sure mdate-sh is included in distribution.
4
5. $srcdir/defs || exit 1
6
7cat > Makefile.am << 'END'
8info_TEXINFOS = textutils.texi
9END
10
11cat > textutils.texi << 'END'
12@include version.texi
13END
14
15# Required when using Texinfo.
16: > texinfo.tex
17: > mdate-sh
18echo '@setfilename textutils' > textutils.texi
19
20# Use "././" to confuse Automake into thinking this is a subdir build.
21$AUTOMAKE ././Makefile || exit 1
22
23grep 'mdate-sh' Makefile.in | grep -v SHELL
Note: See TracBrowser for help on using the repository browser.