Formerly configure.in.~29~

This commit is contained in:
Roland McGrath 1993-12-14 23:06:56 +00:00
parent 386d0a7ffc
commit 08e7a4fcdd

View File

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