diff options
author | Roland McGrath <roland@redhat.com> | 1993-12-14 23:06:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-12-14 23:06:56 +0000 |
commit | 08e7a4fcdd5e627b9e672c7900643d4f61df09ef (patch) | |
tree | 30370b10a46104550f5f7148c036373bb51afccb | |
parent | 386d0a7ffc2abfc2770888de348583a7a0d0d5d9 (diff) | |
download | gunmake-08e7a4fcdd5e627b9e672c7900643d4f61df09ef.tar.gz |
Formerly configure.in.~29~
-rw-r--r-- | configure.in | 2 |
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. |