mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 06:26:52 +00:00
Formerly configure.in.~32~
This commit is contained in:
parent
fe450df425
commit
66784463c0
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ else
|
||||||
AC_DEFINE(SCCS_GET, "get")
|
AC_DEFINE(SCCS_GET, "get")
|
||||||
fi
|
fi
|
||||||
ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later.
|
ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later.
|
||||||
if ( /usr/sccs/admin -n s.conftest >/dev/null 2>&1 ||
|
if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 &&
|
||||||
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 s.conftest -Gconftoast >/dev/null 2>&1 &&
|
||||||
|
|
Loading…
Reference in a new issue