~ubuntu-branches/ubuntu/breezy/gettext/breezy

« back to all changes in this revision

Viewing changes to autoconf-lib-link/tests/rpath-2bbc

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-03-14 17:40:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314174002-p1ad5ldve1hqzhye
Tags: 0.14.1-2
* Added libexpat1-dev to Build-Depends, for glade support.
* Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD.
* Removed special-casing of knetbsd-gnu in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# Test config.rpath and AC_LIB_LINKFLAGS macro.
 
4
# With dependencies: a shared library depending on a static library.
 
5
# No libtool *.la files are assumed, dependencies given as AC_LIB_LINKFLAGS
 
6
# argument instead.
 
7
# Each library installed with a different prefix.
 
8
 
 
9
rp=rp2bbc
 
10
build1_configure_flags=--disable-shared
 
11
build2_configure_flags=
 
12
build3_package=rpathlyx
 
13
remove_la=yes
 
14
 
 
15
. $srcdir/rpath-2_b