mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 12:37:04 +00:00
Formerly configure.in.~20~
This commit is contained in:
parent
1386d961a9
commit
ada4528484
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue