Formerly configure.in.~20~

This commit is contained in:
Roland McGrath 1993-04-16 00:54:50 +00:00
parent 1386d961a9
commit ada4528484

View 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: