~ubuntu-branches/debian/sid/automake1.10/sid

« back to all changes in this revision

Viewing changes to tests/acloca17.test

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-04-12 03:26:30 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090412032630-w64dyp0t8jswichd
Tags: 1:1.10.2-1
* New upstream release.
* debian/rules:
  - Update Standards-Version to 3.8.1.
  - Add ${misc:Depends} to the Depends line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# Copyright (C) 2004  Free Software Foundation, Inc.
 
2
# Copyright (C) 2004, 2008  Free Software Foundation, Inc.
3
3
#
4
4
# This file is part of GNU Automake.
5
5
#
38
38
# FIXME: We want autom4te's 'undefined required macro' warning to be fatal,
39
39
# but have no means to say so to aclocal.  We use WARNINGS=error instead.
40
40
 
41
 
WARNINGS=error $ACLOCAL -I m4 2>stderr && exit 1
42
 
cat stderr
 
41
WARNINGS=error $ACLOCAL -I m4 2>stderr && { cat stderr >&2; exit 1; }
 
42
cat stderr >&2
43
43
grep 'configure.in:4:.*UNDEFINED_MACRO' stderr