public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] What is the Story of "make autotools"
@ 2009-08-23 17:27 CAI Qian
  2009-08-24  2:49 ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: CAI Qian @ 2009-08-23 17:27 UTC (permalink / raw)
  To: ltp-list

Hi,

Looks like it stops working recently with,

  autoconf-2.63-2.fc11.noarch
  automake-1.11-2.fc11.noarch

$ make autotools
make: *** No rule to make target `m4/Makefile.am', needed by
      `m4/Makefile.in'.  Stop.

CAI Qian

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] What is the Story of "make autotools"
  2009-08-23 17:27 [LTP] What is the Story of "make autotools" CAI Qian
@ 2009-08-24  2:49 ` Mike Frysinger
  2009-08-24  3:49   ` CAI Qian
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2009-08-24  2:49 UTC (permalink / raw)
  To: ltp-list


[-- Attachment #1.1: Type: Text/Plain, Size: 275 bytes --]

On Sunday 23 August 2009 13:27:23 CAI Qian wrote:
> $ make autotools
> make: *** No rule to make target `m4/Makefile.am', needed by
>       `m4/Makefile.in'.  Stop.

that file is in cvs.  if you have an incomplete checkout, there's nothing we 
can do about it.
-mike

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 355 bytes --]

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] What is the Story of "make autotools"
  2009-08-24  2:49 ` Mike Frysinger
@ 2009-08-24  3:49   ` CAI Qian
  2009-08-24  4:03     ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: CAI Qian @ 2009-08-24  3:49 UTC (permalink / raw)
  To: vapier; +Cc: ltp-list

From: Mike Frysinger <vapier@gentoo.org>
Subject: Re: [LTP] What is the Story of "make autotools"
Date: Sun, 23 Aug 2009 22:49:44 -0400

> On Sunday 23 August 2009 13:27:23 CAI Qian wrote:
>> $ make autotools
>> make: *** No rule to make target `m4/Makefile.am', needed by
>>       `m4/Makefile.in'.  Stop.
> 
> that file is in cvs.  if you have an incomplete checkout, there's nothing we 
> can do about it.
> -mike

Hmm, looks like the GIT repository has no such file though,
http://git.kernel.org/?p=linux/kernel/git/galak/ltp.git;a=tree;f=m4;h=b721edf7b2c89163725588ae22327e5f0c9f7dda;hb=54a18d7cc5ea0e36a10bdc16c7e5292004eee9f2

CAI Qian

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] What is the Story of "make autotools"
  2009-08-24  3:49   ` CAI Qian
@ 2009-08-24  4:03     ` Mike Frysinger
  2009-08-24  8:47       ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2009-08-24  4:03 UTC (permalink / raw)
  To: CAI Qian; +Cc: ltp-list


[-- Attachment #1.1: Type: Text/Plain, Size: 515 bytes --]

On Sunday 23 August 2009 23:49:21 CAI Qian wrote:
> From: Mike Frysinger <vapier@gentoo.org>
> > On Sunday 23 August 2009 13:27:23 CAI Qian wrote:
> >> $ make autotools
> >> make: *** No rule to make target `m4/Makefile.am', needed by
> >>       `m4/Makefile.in'.  Stop.
> >
> > that file is in cvs.  if you have an incomplete checkout, there's nothing
> > we can do about it.
>
> Hmm, looks like the GIT repository has no such file though,

you'll have to complain to whoever runs the git repo.  it isnt us.
-mike

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 355 bytes --]

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] What is the Story of "make autotools"
  2009-08-24  4:03     ` Mike Frysinger
@ 2009-08-24  8:47       ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2009-08-24  8:47 UTC (permalink / raw)
  To: Mike Frysinger, Kumar Gala; +Cc: Linux Test Project

On Mon, 24 Aug 2009, Mike Frysinger wrote:
> On Sunday 23 August 2009 23:49:21 CAI Qian wrote:
> > From: Mike Frysinger <vapier@gentoo.org>
> > > On Sunday 23 August 2009 13:27:23 CAI Qian wrote:
> > >> $ make autotools
> > >> make: *** No rule to make target `m4/Makefile.am', needed by
> > >>       `m4/Makefile.in'.  Stop.
> > >
> > > that file is in cvs.  if you have an incomplete checkout, there's nothing
> > > we can do about it.
> >
> > Hmm, looks like the GIT repository has no such file though,
> 
> you'll have to complain to whoever runs the git repo.  it isnt us.
> -mike

I already reported this (also to Kumar) on Fri, 14 Aug...

With kind regards,

Geert Uytterhoeven
Software Architect
Techsoft Centre

Technology and Software Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-24  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-23 17:27 [LTP] What is the Story of "make autotools" CAI Qian
2009-08-24  2:49 ` Mike Frysinger
2009-08-24  3:49   ` CAI Qian
2009-08-24  4:03     ` Mike Frysinger
2009-08-24  8:47       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox