autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reporting full subdir path for subconfigure


From: Stepan Kasal
Subject: Re: reporting full subdir path for subconfigure
Date: Tue, 26 Jul 2005 12:14:50 +0200
User-agent: Mutt/1.4.1i

Hello,

a few weeks ago I have committed this:

> 2005-07-07  Stepan Kasal  <address@hidden>
>       * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
>       path, too; insert a "===" to emphasize the line.
...
> -    AC_MSG_NOTICE([configuring in $ac_dir])
> +    ac_dir_full=`pwd`/$ac_dir
> +    AC_MSG_NOTICE([=== configuring in $ac_dir ($ac_dir_full)])

today, I noticed that it doesn't stand out too much:

configure: === configuring in gettext-runtime (/tmp/gettext/gettext-runtime)

So I committed a patch to remove the "configure: " prefix.
The patch is attached to this post.

Have a nice day,
        Stepan

Attachment: autoconf-20050726-mark-subdir.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]