mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 04:55:46 +00:00
Formerly configure.in.~29~
This commit is contained in:
parent
386d0a7ffc
commit
08e7a4fcdd
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue