~ubuntu-branches/ubuntu/saucy/autoconf/saucy

« back to all changes in this revision

Viewing changes to tests/acfunctions.at

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-02-10 11:19:19 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210111919-em4fvdv91rsn40sb
Tags: 2.63-2ubuntu1
* Merge from Debian experimental, 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:
4
4
## Do not edit by hand.  ##
5
5
## --------------------- ##
6
6
 
7
 
# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
7
# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software
 
8
# Foundation, Inc.
8
9
 
9
10
AT_BANNER([Testing autoconf/functions macros.])
10
11
 
29
30
AT_CHECK_MACRO([AC_FUNC_REALLOC])
30
31
AT_CHECK_MACRO([AC_FUNC_SELECT_ARGTYPES])
31
32
AT_CHECK_MACRO([AC_FUNC_SETPGRP])
32
 
AT_CHECK_MACRO([AC_FUNC_SETVBUF_REVERSED])
33
33
AT_CHECK_MACRO([AC_FUNC_STAT])
34
34
AT_CHECK_MACRO([AC_FUNC_STRCOLL])
35
35
AT_CHECK_MACRO([AC_FUNC_STRERROR_R])