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

« back to all changes in this revision

Viewing changes to tests/pr401.test

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2008-02-09 21:43:37 UTC
  • mfrom: (2.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080209214337-rkh2xt99uul53joq
Tags: 1:1.10.1-3
debian/automake.postinst: Bump up the priority to 28 so that it wins
the priority war. This should have happened after etch was
released. (Closes: #464883)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# Copyright (C) 2005, 2006  Free Software Foundation, Inc.
 
2
# Copyright (C) 2005, 2006, 2007  Free Software Foundation, Inc.
3
3
#
4
4
# This file is part of GNU Automake.
5
5
#
88
88
./configure
89
89
$MAKE distcheck
90
90
 
91
 
 
92
91
## ------------------------------------------ ##
93
92
## Traditional LIBOBJS with LIBOBJDIR set.    ##
94
93
## ------------------------------------------ ##
106
105
test ! -d lib/lib
107
106
$MAKE distcheck
108
107
 
 
108
## -------------------------------------------- ##
 
109
## Error message with usage in wrong directory. ##
 
110
## -------------------------------------------- ##
 
111
 
 
112
mv -f src/Makefile.am src/t
 
113
sed 's/LDADD = .*/LDADD = @LIBOBJS@/' src/t > src/Makefile.am
 
114
AUTOMAKE_fails
 
115
grep 'cannot be used outside.*lib' stderr
 
116
mv -f src/t src/Makefile.am
 
117
 
109
118
 
110
119
## -------------------------------------------- ##
111
120
## Test using LIBOBJS from a sibling directory. ##