summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-12-14 23:06:56 +0000
committerRoland McGrath <roland@redhat.com>1993-12-14 23:06:56 +0000
commit08e7a4fcdd5e627b9e672c7900643d4f61df09ef (patch)
tree30370b10a46104550f5f7148c036373bb51afccb /configure.in
parent386d0a7ffc2abfc2770888de348583a7a0d0d5d9 (diff)
downloadgunmake-08e7a4fcdd5e627b9e672c7900643d4f61df09ef.tar.gz
Formerly configure.in.~29~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4fbe258..d077920 100644
--- a/configure.in
+++ b/configure.in
@@ -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.