diff options
author | Roland McGrath <roland@redhat.com> | 1993-12-22 22:00:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-12-22 22:00:41 +0000 |
commit | 9ee5e4d17d48e1c5ecb345d58eed0df56ad7bdb2 (patch) | |
tree | db7e4d853909b25f5506181a2fe71238c3f75d93 | |
parent | 96d67bce903032034778c513d3cce710a0c01f50 (diff) | |
download | gunmake-9ee5e4d17d48e1c5ecb345d58eed0df56ad7bdb2.tar.gz |
Formerly configure.in.~31~
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 99104b0..f6783cd 100644 --- a/configure.in +++ b/configure.in @@ -85,9 +85,8 @@ if ( /usr/sccs/admin -n s.conftest >/dev/null 2>&1 || admin -n s.conftest >/dev/null 2>&1 ) && test -f s.conftest; then # We successfully created an SCCS file. echo checking if SCCS get command understands -G - if $SCCS_GET -Gconftoast s.conftest && test -f conftoast; then - : # All is well. - else + if $SCCS_GET s.conftest -Gconftoast >/dev/null 2>&1 && + test -f conftoast; then AC_DEFINE(SCCS_GET_MINUS_G) fi fi |