mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly configure.in.~30~
This commit is contained in:
parent
a0ab37fcd6
commit
96d67bce90
@ -81,8 +81,8 @@ else
|
||||
AC_DEFINE(SCCS_GET, "get")
|
||||
fi
|
||||
ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later.
|
||||
if { /usr/sccs/admin -n s.conftest >/dev/null 2>&1 ||
|
||||
admin -n s.conftest >/dev/null 2>&1 } && test -f s.conftest; then
|
||||
if ( /usr/sccs/admin -n s.conftest >/dev/null 2>&1 ||
|
||||
admin -n s.conftest >/dev/null 2>&1 ) && test -f s.conftest; then
|
||||
# We successfully created an SCCS file.
|
||||
echo checking if SCCS get command understands -G
|
||||
if $SCCS_GET -Gconftoast s.conftest && test -f conftoast; then
|
||||
|
Loading…
Reference in New Issue
Block a user