mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-27 02:18:11 +02:00
4d9dd87c2c
GitHub's file finder filters out "build/" directories, among others, which can make it difficult to quickly access these files. Also, the "build/" directory doesn't provide much value here, since it only contains "autotools/".
6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
dnl AS_VAR_COPY is available in AC 2.64 and on, but we only require 2.59.
|
|
dnl If we're on an older version, we define it ourselves:
|
|
m4_ifndef([AS_VAR_COPY],
|
|
[m4_define([AS_VAR_COPY],
|
|
[AS_LITERAL_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])])
|