]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly configure.in.~32~
authorRoland McGrath <roland@redhat.com>
Thu, 23 Dec 1993 19:46:50 +0000 (19:46 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 23 Dec 1993 19:46:50 +0000 (19:46 +0000)
configure.in

index f6783cd4e6efef9b7acf258b49b9ed62be312921..eb29345a73342301e0788d0cd385d755505027f5 100644 (file)
@@ -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 || 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 s.conftest -Gconftoast >/dev/null 2>&1 &&