automake-patches
[Top][All Lists]
Advanced

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

Re: [mini-patch] Don't forget about cygnus when setting YLWRAP


From: Tom Tromey
Subject: Re: [mini-patch] Don't forget about cygnus when setting YLWRAP
Date: 01 Jul 2001 17:49:59 -0600

>>>>> "Tim" == Tim Van Holder <address@hidden> writes:

Tim> A small oversight on my part; with cygnus-mode, we look for
Tim> auxiliary files in the über-dir, not $top_srcdir.

Tim> +  my $ylwrapdir = '$(top_srcdir)';
Tim> +  $ylwrapdir .= '/..' if $cygnus_mode;
Tim> +  &define_variable ('YLWRAP', $ylwrapdir . '/ylwrap');

I don't want to check this in.  I think cygnus-mode packages should
invoke AC_CONFIG_AUX_DIR.  That will be clear to the reader and won't
mean another new special case.

Tom



reply via email to

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