~ubuntu-branches/ubuntu/quantal/autoconf/quantal

« back to all changes in this revision

Viewing changes to tests/foreign.at

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-01 11:43:17 UTC
  • mfrom: (4.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110501114317-jqvwkiu7m773n2i0
Tags: 2.68-1ubuntu1
* Merge with Debian; remaining changes:
  - bin/autoreconf.in: Check whether libtoolize supports --install, if it
    does, libtoolize is safe to run at all times since it will not install
    new files unless --install is passed to it as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
: >file1
123
123
: >file2
124
124
chmod +x file1
125
 
: ${MAKE=make}
 
125
: "${MAKE=make}"
126
126
mkdir build-aux inst
127
127
instdir=`pwd`/inst
128
128
AT_CHECK_AUTOCONF