~ubuntu-branches/ubuntu/trusty/heroes/trusty

« back to all changes in this revision

Viewing changes to m4/compat.m4

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Burrows
  • Date: 2002-03-31 20:42:30 UTC
  • Revision ID: james.westby@ubuntu.com-20020331204230-v7i07q3km2dzu0et
Tags: upstream-0.21
ImportĀ upstreamĀ versionĀ 0.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl The Autoconf maintainers keep moving undocumented functions around,
 
2
dnl so let's use what we find, to stay compatible with different version
 
3
dnl of Autoconf...
 
4
AC_DEFUN([MY_TR_SH],[ifdef([AS_TR_SH],[AS_TR_SH($@)],[AC_TR_SH($@)])])
 
5
AC_DEFUN([MY_TR_CPP],[ifdef([AS_TR_CPP],[AS_TR_CPP($@)],[AC_TR_CPP($@)])])
 
6
AC_DEFUN([MY_VAR_PUSHDEF],
 
7
         [ifdef([AS_VAR_PUSHDEF],[AS_VAR_PUSHDEF($@)],[AC_VAR_PUSHDEF($@)])])
 
8
AC_DEFUN([MY_VAR_POPDEF],
 
9
         [ifdef([AS_VAR_POPDEF],[AS_VAR_POPDEF($@)],[AC_VAR_POPDEF($@)])])
 
10
AC_DEFUN([MY_VAR_SET],[ifdef([AS_VAR_SET],[AS_VAR_SET($@)],[AC_VAR_SET($@)])])