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

« back to all changes in this revision

Viewing changes to lib/autoconf/lang.m4

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2010-08-02 13:04:28 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100802130428-ywor783c4eglymoq
Tags: 2.67-1
New upstream release.  Closes: #589958.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is part of Autoconf.                       -*- Autoconf -*-
2
2
# Programming languages support.
3
 
# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
4
 
# Free Software Foundation, Inc.
 
3
# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009,
 
4
# 2010 Free Software Foundation, Inc.
5
5
 
6
6
# This file is part of Autoconf.  This program is free
7
7
# software; you can redistribute it and/or modify it under the
237
237
 
238
238
 
239
239
# _AC_LANG_NULL_PROGRAM
240
 
# ----------------------
 
240
# ---------------------
241
241
# Produce valid source for the current language that does
242
242
# nothing.
243
243
AC_DEFUN([_AC_LANG_NULL_PROGRAM],
245
245
 
246
246
 
247
247
# _AC_LANG_IO_PROGRAM
248
 
# -----------------------------------
 
248
# -------------------
249
249
# Produce valid source for the current language that creates
250
250
# a file.  (This is used when detecting whether executables
251
251
# work, e.g. to detect cross-compiling.)
700
700
## ------------------------------- ##
701
701
 
702
702
# AC_LANG_WERROR
703
 
# ------------------
 
703
# --------------
704
704
# Treat warnings from the current language's preprocessor, compiler, and
705
705
# linker as fatal errors.
706
706
AC_DEFUN([AC_LANG_WERROR],