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

« back to all changes in this revision

Viewing changes to tests/version8.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) 2005  Free Software Foundation, Inc.
 
2
# Copyright (C) 2005, 2008  Free Software Foundation, Inc.
3
3
#
4
4
# This file is part of GNU Automake.
5
5
#
24
24
 
25
25
set -e
26
26
echo 'AM_AUTOMAKE_VERSION([1.9])' >>configure.in
27
 
$ACLOCAL 2>stderr && exit 0
 
27
$ACLOCAL 2>stderr && { cat stderr >&2; exit 0; }
 
28
cat stderr >&2
28
29
$FGREP 'AM_INIT_AUTOMAKE([1.9])' stderr