Clarify overriding of `*_DEPENDENCIES' in LIBOBJS node.
[automake/ericb.git] / tests / mdate5.test
blobce9f7db7141520aa172a0f26a39348660c28da3c
1 #! /bin/sh
2 # Copyright (C) 1999, 2001, 2002, 2004, 2007 Free Software Foundation,
3 # Inc.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3, or (at your option)
8 # any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # Test to make sure mdate-sh works correctly.
20 . ./defs || Exit 1
21 set -e
23 cat >> configure.in << 'END'
24 AC_OUTPUT
25 END
27 cat > Makefile.am << 'END'
28 info_TEXINFOS = textutils.texi
29 END
31 cat > textutils.texi << 'END'
32 @include version.texi
33 @setfilename textutils.info
34 END
36 $ACLOCAL
37 $AUTOMAKE --add-missing
39 set x `$SHELL ./mdate-sh Makefile.am`
40 shift
41 # Check that mdate output looks like a date:
42 test $# = 3
43 case $1$3 in *[!0-9]*) Exit 1;; esac
44 test $1 -lt 32