mirror of
https://github.com/mirror/make.git
synced 2025-01-30 22:30:23 +08:00
Formerly configure.in.~29~
This commit is contained in:
parent
386d0a7ffc
commit
08e7a4fcdd
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user