Formerly configure.in.~29~
authorRoland McGrath <roland@redhat.com>
Tue, 14 Dec 1993 23:06:56 +0000 (23:06 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Dec 1993 23:06:56 +0000 (23:06 +0000)
configure.in

index 4fbe258b41a268d27dc518a241f471fb004c10e3..d077920e1a2d4f7a6cf0b647dd462ffe38a7dd97 100644 (file)
@@ -74,8 +74,10 @@ LIBS="$LIBS libcustoms.a"])
 
 echo checking for location of SCCS get command
 if test -f /usr/sccs/get; then
+  SCCS_GET=/usr/sccs/get
   AC_DEFINE(SCCS_GET, "/usr/sccs/get")
 else
+  SCCS_GET=get
   AC_DEFINE(SCCS_GET, "get")
 fi
 ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later.