~ubuntu-branches/ubuntu/oneiric/json-glib/oneiric

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-12 09:08:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110912090807-3br793wiakn3yr8r
Tags: 0.13.90-1
* New upstream release.
* Drop 0001-Fix-GVariant-creation-on-some-architectures-bug-6504.patch:
  Applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
776
776
AC_DEFUN([_AM_IF_OPTION],
777
777
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
778
778
 
 
779
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
780
#
 
781
# This file is free software; the Free Software Foundation
 
782
# gives unlimited permission to copy and/or distribute it,
 
783
# with or without modifications, as long as this notice is preserved.
 
784
 
 
785
# AM_RUN_LOG(COMMAND)
 
786
# -------------------
 
787
# Run COMMAND, save the exit status in ac_status, and log it.
 
788
# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
 
789
AC_DEFUN([AM_RUN_LOG],
 
790
[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
791
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
792
   ac_status=$?
 
793
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
794
   (exit $ac_status); }])
 
795
 
779
796
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
780
797
 
781
798
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008