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

« back to all changes in this revision

Viewing changes to tests/library.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) 1998, 2001, 2002  Free Software Foundation, Inc.
 
2
# Copyright (C) 1998, 2001, 2002, 2008  Free Software Foundation, Inc.
3
3
#
4
4
# This file is part of GNU Automake.
5
5
#
25
25
cat >> configure.in << 'END'
26
26
AC_PROG_RANLIB
27
27
AM_MAINTAINER_MODE
28
 
AC_EXEEXT
29
28
AC_PROG_CC
30
29
END
31
30