Re: srcdir != builddir



On Sat, Apr 26, 2003 at 10:02:37AM +0200, Gerold J. Wucherpfennig wrote:
> 
> Please apply, so that everybody can use a different build directory...
> I don't have cvs write access.
> 
> And it will be nice if somebody makes a security audit, so many strings are
> not in quotation marks.
> 
> --- gnome-common/macros2/autogen.sh     2003-04-12 06:11:48.000000000 +0200
> +++ gnome-common/macros2/autogen.sh_new 2003-04-26 09:43:46.000000000 +0200
> @@ -298,6 +298,7 @@
>      if test -f $dirname/NO-AUTO-GEN; then
>         echo skipping $dirname -- flagged as no auto-gen
>      else
> +       cd "$dirname" || exit 1
>         printbold "Processing $configure_ac"
> 
>         aclocalinclude="$ACLOCAL_FLAGS"

Please file this as a bug under the gnome-common module and I will get
to it. That way it won't get overlooked. I am not completely convinced
of the benefits of the change, since most modules force you to be in the
srcdir anyway when you are running autogen.sh. It is only when running
configure on its own that you can be in another directory, so I am not
sure how you can arrive at the state where you are running in the wrong
directory.

But file it anyway -- I do not want to think about it just now.

Thanks,
Malcolm

-- 
Save the whales. Collect the whole set.



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