projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f280437
)
(SCCS_GET_MINUS_G check): Put -G flag before file name.
author
Roland McGrath
<roland@redhat.com>
Tue, 17 May 1994 02:59:57 +0000
(
02:59
+0000)
committer
Roland McGrath
<roland@redhat.com>
Tue, 17 May 1994 02:59:57 +0000
(
02:59
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index ffdaca215f84e179dfde2be820c1213ff6d14205..8e3afd576fe49cb64b925afaae16493f78461b02 100644
(file)
--- 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 -Gconftoa
st >/dev/null 2>&1 &&
+ if $SCCS_GET
-Gconftoast s.confte
st >/dev/null 2>&1 &&
test -f conftoast; then
AC_DEFINE(SCCS_GET_MINUS_G)
fi