kopia lustrzana https://gitlab.com/sane-project/backends
autogen.sh: Fix out-of-tree invocation
The check for unsubstituted macros on configure would silently pass if configure was not created in the current working directory.merge-requests/83/head
rodzic
ec1a614d6b
commit
f3577168d2
|
@ -11,7 +11,7 @@ patch "$srcdir/ltmain.sh" "$srcdir/ltmain.sh.patch"
|
||||||
# not diagnosed by autoreconf itself (or could use some extra help
|
# not diagnosed by autoreconf itself (or could use some extra help
|
||||||
# explaining what to do in those cases).
|
# explaining what to do in those cases).
|
||||||
|
|
||||||
if grep AX_CXX_COMPILE_STDCXX configure >/dev/null 2>&1; then
|
if grep AX_CXX_COMPILE_STDCXX "$srcdir/configure" >/dev/null 2>&1; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
It seems 'aclocal' could not find the autoconf macros used to check
|
It seems 'aclocal' could not find the autoconf macros used to check
|
||||||
for C++ standard's compliance.
|
for C++ standard's compliance.
|
||||||
|
|
Ładowanie…
Reference in New Issue