From 08e7a4fcdd5e627b9e672c7900643d4f61df09ef Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Dec 1993 23:06:56 +0000 Subject: Formerly configure.in.~29~ --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4fbe258..d077920 100644 --- a/configure.in +++ b/configure.in @@ -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. -- cgit v1.2.3