~ubuntu-branches/ubuntu/precise/automake/precise

« back to all changes in this revision

Viewing changes to m4/error.m4

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2005-02-06 00:21:08 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050206002108-nmo15oj9c97jj87e
Tags: 1:1.4-p6-9
* debian/automake1.4.postinst: Make a slave link to the info file.
* debian/copyright: Modern copyright file a bit, and add full copyright
  disclaimer. (Closes: #290066)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl From Jim Meyering.  Use this if you use the GNU error.[ch].
2
2
dnl FIXME: Migrate into libit
3
3
 
4
 
AC_DEFUN(AM_FUNC_ERROR_AT_LINE,
 
4
AC_DEFUN([AM_FUNC_ERROR_AT_LINE],
5
5
[AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
6
6
 [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
7
7
              am_cv_lib_error_at_line=yes,