* INSTALL, lib/INSTALL, lib/config-ml.in, lib/config.guess,
[automake/plouj.git] / tests / mdate5.test
blob126adcff5aea8b06bd175c6012f522014f6ff55e
1 #! /bin/sh
2 # Copyright (C) 1999, 2001, 2002, 2004, 2007 Free Software Foundation,
3 # Inc.
5 # This file is part of GNU Automake.
7 # GNU Automake is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3, or (at your option)
10 # any later version.
12 # GNU Automake is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with Automake; see the file COPYING. If not, write to
19 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 # Boston, MA 02110-1301, USA.
22 # Test to make sure mdate-sh works correctly.
24 . ./defs || exit 1
25 set -e
27 cat >> configure.in << 'END'
28 AC_OUTPUT
29 END
31 cat > Makefile.am << 'END'
32 info_TEXINFOS = textutils.texi
33 END
35 cat > textutils.texi << 'END'
36 @include version.texi
37 @setfilename textutils.info
38 END
40 $ACLOCAL
41 $AUTOMAKE --add-missing
43 set x `$SHELL ./mdate-sh Makefile.am`
44 shift
45 # Check that mdate output looks like a date:
46 test $# = 3
47 case $1$3 in *[!0-9]*) exit 1;; esac
48 test $1 -lt 32