From: Roland McGrath Date: Tue, 14 Dec 1993 23:06:56 +0000 (+0000) Subject: Formerly configure.in.~29~ X-Git-Tag: 3.70.2~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08e7a4fcdd5e627b9e672c7900643d4f61df09ef;p=thirdparty%2Fmake.git Formerly configure.in.~29~ --- diff --git a/configure.in b/configure.in index 4fbe258b..d077920e 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.