projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df56b9
)
(sysnames): Add changequote around sed command.
author
roland
<roland>
Fri, 9 Dec 1994 00:02:52 +0000
(
00:02
+0000)
committer
roland
<roland>
Fri, 9 Dec 1994 00:02:52 +0000
(
00:02
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
a4726fd
..
7d45afb
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-186,7
+186,9
@@
while test $# -gt 0; do
names="$names $name"
# Find the parent of NAME, using the empty string if it has none.
+changequote(,)dnl
parent="`echo $name | sed -n -e '/\//!q' -e 's=/[^/]*$==p'`"
+changequote([,])dnl
# Add the names implied by NAME, and NAME's parent (if it has one), to
# the list of names to be processed (the argument list). We prepend the