Skip to content

Commit

Permalink
configure: define AS_VAR_COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazunori INOUE committed Jul 31, 2017
1 parent ef4c3a1 commit 4b3c4c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions m4/ax_compat.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# For compatibility with autoconf < 2.63b
m4_ifndef([AS_VAR_COPY],
[AC_DEFUN([AS_VAR_COPY],
[AS_LITERAL_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])])

0 comments on commit 4b3c4c7

Please sign in to comment.