mirror of
https://github.com/mirror/make.git
synced 2025-01-31 06:40:49 +08:00
(SCCS_GET_MINUS_G check): Put -G flag before file name.
This commit is contained in:
parent
f2804372bd
commit
fb088e4526
@ -81,7 +81,7 @@ if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 &&
|
|||||||
test -f s.conftest; then
|
test -f s.conftest; then
|
||||||
# We successfully created an SCCS file.
|
# We successfully created an SCCS file.
|
||||||
echo checking if SCCS get command understands -G
|
echo checking if SCCS get command understands -G
|
||||||
if $SCCS_GET s.conftest -Gconftoast >/dev/null 2>&1 &&
|
if $SCCS_GET -Gconftoast s.conftest >/dev/null 2>&1 &&
|
||||||
test -f conftoast; then
|
test -f conftoast; then
|
||||||
AC_DEFINE(SCCS_GET_MINUS_G)
|
AC_DEFINE(SCCS_GET_MINUS_G)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user