summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-05-17 02:59:57 +0000
committerRoland McGrath <roland@redhat.com>1994-05-17 02:59:57 +0000
commitfb088e4526bd2977fb72a53f6eb44ac07b9f0398 (patch)
treecd2f3b9ec569e6d219680c1998e8483964bb6cad /configure.in
parentf2804372bdd66e69833e5c9e4e60978457f13ec8 (diff)
downloadgunmake-fb088e4526bd2977fb72a53f6eb44ac07b9f0398.tar.gz
(SCCS_GET_MINUS_G check): Put -G flag before file name.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ffdaca2..8e3afd5 100644
--- a/configure.in
+++ b/configure.in
@@ -81,7 +81,7 @@ if ( /usr/sccs/admin -n s.conftest || 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 s.conftest -Gconftoast >/dev/null 2>&1 &&
+ if $SCCS_GET -Gconftoast s.conftest >/dev/null 2>&1 &&
test -f conftoast; then
AC_DEFINE(SCCS_GET_MINUS_G)
fi