diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-12 21:26:24 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-12 21:26:24 +0100 |
commit | 49c82b023a8ea68af2941fc4b8b851ce807dd6d7 (patch) | |
tree | da14c2681202f4282552401172351bb80c7aa239 /lib/glm4/gnulib-common.m4 | |
parent | d7a5e23798fd7ec5f2cc077786ac9fdadca8d594 (diff) | |
download | libtasn1-49c82b023a8ea68af2941fc4b8b851ce807dd6d7.tar.gz libtasn1-49c82b023a8ea68af2941fc4b8b851ce807dd6d7.tar.bz2 libtasn1-49c82b023a8ea68af2941fc4b8b851ce807dd6d7.zip |
Update gnulib files.
Diffstat (limited to 'lib/glm4/gnulib-common.m4')
-rw-r--r-- | lib/glm4/gnulib-common.m4 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/glm4/gnulib-common.m4 b/lib/glm4/gnulib-common.m4 index d53b9cb..b7812a8 100644 --- a/lib/glm4/gnulib-common.m4 +++ b/lib/glm4/gnulib-common.m4 @@ -1,4 +1,4 @@ -# gnulib-common.m4 serial 11 +# gnulib-common.m4 serial 12 dnl Copyright (C) 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -52,6 +52,14 @@ m4_ifndef([m4_foreach_w], [m4_define([m4_foreach_w], [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])]) +# AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH]) +# ---------------------------------------------------- +# Backport of autoconf-2.63b's macro. +# Remove this macro when we can assume autoconf >= 2.64. +m4_ifndef([AS_VAR_IF], +[m4_define([AS_VAR_IF], +[AS_IF([test x"AS_VAR_GET([$1])" = x""$2], [$3], [$4])])]) + # AC_PROG_MKDIR_P # is a backport of autoconf-2.60's AC_PROG_MKDIR_P. # Remove this macro when we can assume autoconf >= 2.60. |