Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 02 Feb 2020 20:11:07 UTC Commit: e07cba1e1a8b13ab70afe69bd4b0d55a5aa3a60a https://github.com/geany/geany-plugins/commit/e07cba1e1a8b13ab70afe69bd4b0d5...
Log Message: ----------- Define AS_VAR_COPY for old Autoconf
Implementation shamelessly copied over from Autoconf's m4sh.m4, GPLv3+.
Modified Paths: -------------- build/compat.m4
Modified: build/compat.m4 6 lines changed, 6 insertions(+), 0 deletions(-) =================================================================== @@ -1,3 +1,9 @@ +dnl taken from Autoconf's m4sh.m4, GPLv3+ +m4_ifndef([AS_VAR_COPY], [ +m4_define([AS_VAR_COPY], +[AS_LITERAL_WORD_IF([$1[]$2], [$1=$$2], [eval $1=$$2])]) +]) + dnl taken from pkg-config's pkg.m4, GPLv2+ m4_ifndef([PKG_CHECK_VAR], [ AC_DEFUN([PKG_CHECK_VAR],
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org