summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-01 22:40:30 +0000
committerRoland McGrath <roland@gnu.org>2003-03-01 22:40:30 +0000
commitd1149385647013bdbb04553ddb85e2f003434ea5 (patch)
tree8687d842281f5450bb67eb13b2e5228b26640f7b /configure
parent7ed33cba81fdcef882edda1c9a9a12397dcc3616 (diff)
* 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-xconfigure4
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