Formerly configure.in.~20~
authorRoland McGrath <roland@redhat.com>
Fri, 16 Apr 1993 00:54:50 +0000 (00:54 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 16 Apr 1993 00:54:50 +0000 (00:54 +0000)
configure.in

index 753e5ae..75addfb 100644 (file)
@@ -66,6 +66,13 @@ AC_SUBST(REMOTE) REMOTE=stub
 AC_WITH(customs, [REMOTE=cstms
 LIBS="$LIBS libcustoms.a"])
 
+echo checking for location of SCCS get command
+if test -f /usr/sccs/get; then
+  AC_DEFINE(SCCS_GET, "/usr/sccs/get")
+else
+  AC_DEFINE(SCCS_GET, "get")
+fi
+
 AC_OUTPUT(Makefile build.sh glob/Makefile)
 
 dnl Local Variables: