diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-01 22:40:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-01 22:40:30 +0000 |
commit | d1149385647013bdbb04553ddb85e2f003434ea5 (patch) | |
tree | 8687d842281f5450bb67eb13b2e5228b26640f7b /configure | |
parent | 7ed33cba81fdcef882edda1c9a9a12397dcc3616 (diff) | |
download | glibc-d1149385647013bdbb04553ddb85e2f003434ea5.tar.gz glibc-d1149385647013bdbb04553ddb85e2f003434ea5.tar.xz glibc-d1149385647013bdbb04553ddb85e2f003434ea5.zip |
* configure.in: In "running configure fragment for" message,
omit $srcdir from the name if we prepended it. * configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index ea9e9d5fbd..0dfc3c6010 100755 --- a/configure +++ b/configure @@ -6335,8 +6335,8 @@ for dir in $sysnames; do *) dest=$srcdir/$dir ;; esac if test -r $dest/configure; then - echo "$as_me:$LINENO: result: running configure fragment for $dest" >&5 -echo "${ECHO_T}running configure fragment for $dest" >&6 + echo "$as_me:$LINENO: result: running configure fragment for $dir" >&5 +echo "${ECHO_T}running configure fragment for $dir" >&6 . $dest/configure fi |