diff options
author | Roland McGrath <roland@redhat.com> | 1993-12-17 20:31:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-12-17 20:31:32 +0000 |
commit | 96d67bce903032034778c513d3cce710a0c01f50 (patch) | |
tree | bb9203c695147bfce1d460d1442aff8668df7e10 /configure.in | |
parent | a0ab37fcd61ee7199b99b5ed916cc4205d8e9093 (diff) | |
download | gunmake-96d67bce903032034778c513d3cce710a0c01f50.tar.gz |
Formerly configure.in.~30~
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d077920..99104b0 100644 --- a/configure.in +++ b/configure.in @@ -81,8 +81,8 @@ else AC_DEFINE(SCCS_GET, "get") fi ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later. -if { /usr/sccs/admin -n s.conftest >/dev/null 2>&1 || - admin -n s.conftest >/dev/null 2>&1 } && test -f s.conftest; then +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 |