Hello Ralf and all,
[sorry for the delay, I forgot this in my "postponed" folder]
On Fri, Nov 10, 2006 at 01:35:54PM +0100, Ralf Wildenhues wrote:
> * Stepan Kasal wrote on Fri, Nov 10, 2006 at 12:40:18PM CET:
> > [...] So it seems that distcheck would
> > catch more bugs if `_build' were not a
Hello,
On Fri, Nov 10, 2006 at 11:27:18AM -0700, David Everly wrote:
> I have been working to follow this. It seems however that I need
> dist_TESTS, but this seems to not work so perhaps I should do this
> instead:
>
> EXTRA_DIST = $(TESTS)
yes, that is fine. One nit about style:
I would rat
On 11/9/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
Hello,
On Thu, Nov 09, 2006 at 06:30:42AM -0700, David Everly wrote:
> If I understand this correctly, my error was in the use of
> $(top_srcdir). So I'm wondering under what circumstances it would be
> correct to use $(top_srcdir) and $(srcdi
* Stepan Kasal wrote on Fri, Nov 10, 2006 at 12:40:18PM CET:
> On Thu, Nov 09, 2006 at 02:04:20PM +0100, Ralf Wildenhues wrote:
> >
> > http://lists.gnu.org/archive/html/automake/2006-09/msg00014.html
>
> indeed, very interesting read. So it seems that distcheck would
> catch more bugs if `_buil
Hi Ralf,
On Thu, Nov 09, 2006 at 02:04:20PM +0100, Ralf Wildenhues wrote:
> * David Everly wrote on Thu, Nov 09, 2006 at 01:52:12PM CET:
> > On 11/9/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
> > >well, I created configure.ac and Makefile.am:
> [...]
> > This is almost identical to what I tried.
Thanks for the helpful advice, this is now working for me.
On 11/9/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
Hello,
On Thu, Nov 09, 2006 at 06:30:42AM -0700, David Everly wrote:
> If I understand this correctly, my error was in the use of
> $(top_srcdir). So I'm wondering under what circumst
Hello,
On Thu, Nov 09, 2006 at 06:30:42AM -0700, David Everly wrote:
> If I understand this correctly, my error was in the use of
> $(top_srcdir). So I'm wondering under what circumstances it would be
> correct to use $(top_srcdir) and $(srcdir).
a very quick answer: do not use $(top_srcdir) nor
On 11/9/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
* David Everly wrote on Thu, Nov 09, 2006 at 01:52:12PM CET:
> On 11/9/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
> >On Wed, Nov 08, 2006 at 05:46:23PM -0700, David Everly wrote:
> >> I put together a test case before sending my email, the o
* David Everly wrote on Thu, Nov 09, 2006 at 01:52:12PM CET:
> On 11/9/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
> >On Wed, Nov 08, 2006 at 05:46:23PM -0700, David Everly wrote:
> >> I put together a test case before sending my email, the only line in
> >> the one Makefile.am is the one I gave co
On 11/9/06, David Everly <[EMAIL PROTECTED]> wrote:
On 11/9/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 08, 2006 at 05:46:23PM -0700, David Everly wrote:
> and the distcheck failed with the expected message:
>
> make[1]: *** No rule to make target `../test.txt', needed by `all-am'.
On 11/9/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
Hello,
On Wed, Nov 08, 2006 at 05:46:23PM -0700, David Everly wrote:
> I put together a test case before sending my email, the only line in
> the one Makefile.am is the one I gave containing test.txt.
well, I created configure.ac and Makefile.
Hello,
On Wed, Nov 08, 2006 at 05:46:23PM -0700, David Everly wrote:
> I put together a test case before sending my email, the only line in
> the one Makefile.am is the one I gave containing test.txt.
well, I created configure.ac and Makefile.am:
$ cat configure.ac
AC_INIT([this], [1.0], [EMAIL P
Hello David,
* David Everly wrote on Thu, Nov 09, 2006 at 01:46:23AM CET:
>
> I put together a test case before sending my email, the only line in
> the one Makefile.am is the one I gave containing test.txt.
So, where is it? Please send it, so the guessing has an end.
Cheers,
Ralf
On 11/8/06, Stepan Kasal <[EMAIL PROTECTED]> wrote:
Hello,
On Wed, Nov 08, 2006 at 11:29:39AM -0700, David Everly wrote:
> I should have used this (because test.txt is not constructed):
>
> dist_sysconf_DATA = $(top_srcdir)/test.txt
>
> However, I've regularly run 'make distcheck' and it gives
Hello,
On Wed, Nov 08, 2006 at 11:29:39AM -0700, David Everly wrote:
> I should have used this (because test.txt is not constructed):
>
> dist_sysconf_DATA = $(top_srcdir)/test.txt
>
> However, I've regularly run 'make distcheck' and it gives no error
> with the original sysconf_DATA. How can
automake (GNU automake) 1.9.6
autoconf (GNU Autoconf) 2.60
HP-UX omztdv1 B.11.23 U ia64
I have recently discovered this in the manual:
"By default, data files are not included in a distribution. Of course,
you can use the dist_ prefix to change this on a per-variable basis."
So instead of this
16 matches
Mail list logo