mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 07:51:36 +00:00
Formerly configure.in.~31~
This commit is contained in:
parent
96d67bce90
commit
9ee5e4d17d
1 changed files with 2 additions and 3 deletions
|
@ -85,9 +85,8 @@ if ( /usr/sccs/admin -n s.conftest >/dev/null 2>&1 ||
|
||||||
admin -n s.conftest >/dev/null 2>&1 ) && test -f s.conftest; then
|
admin -n s.conftest >/dev/null 2>&1 ) && 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 -Gconftoast s.conftest && test -f conftoast; then
|
if $SCCS_GET s.conftest -Gconftoast >/dev/null 2>&1 &&
|
||||||
: # All is well.
|
test -f conftoast; then
|
||||||
else
|
|
||||||
AC_DEFINE(SCCS_GET_MINUS_G)
|
AC_DEFINE(SCCS_GET_MINUS_G)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue