Yes, but Centos is notorious for having old packages...

-jay

Ronald Bradford wrote:
> Great. I'm not sure you can say we should have a min of 1.10
> 
> I have a new server with CentOS 5 latest install (so a newer OS) and it's
> version is only 1.9.6?
> 
> What is the likelihood that most distros are pre 1.10
> 
> My 2 cents.
> 
> Ronald
> 
> 
> [EMAIL PROTECTED] ~]# uname -a
> Linux dc1.onegreendog.com 2.6.18-53.el5 #1 SMP Mon Nov 12 02:14:55 EST 2007
> x86_64 x86_64 x86_64 GNU/Linux
> [EMAIL PROTECTED] ~]# automake --version
> automake (GNU automake) 1.9.6
> Written by Tom Tromey <[EMAIL PROTECTED]>.
> 
> On Fri, Jul 25, 2008 at 6:06 AM, Monty Taylor <[EMAIL PROTECTED]> wrote:
> 
>> I found the problem some of you are having with make install...
>>
>> I wrote the datadir install hook as:
>>
>> $(MKDIR_P) $(DESTDIR)$(localstatedir)
>>
>> Problem is - MKDIR_P is only set in automake >=1.10. So I have changed
>> this to the following in my tree:
>>
>> $(mkinstalldirs) $(DESTDIR)$(localstatedir)
>>
>> To allow those of you with old, out of date automakes to still run
>> properly. (mmm... upgrade systems... get modern software...)
>>
>> <rant>
>> Seriously though - can we not just say that darnit, you need automake
>> 1.10? We're requiring other modern stuff... and automake 1.10 was
>> released on 15-Oct-2006...
>> </rant>
>>
>> Fix is committed in ~mordred/drizzle/codestyle, in case anybody wants to
>> double check for me that this fixes their problems...
>>
>> Monty
>>
>> _______________________________________________
>> Mailing list: 
>> https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss>
>> Post to     : [email protected]
>> Unsubscribe : 
>> https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss>
>> More help   : https://help.launchpad.net/ListHelp
>>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~drizzle-discuss
> Post to     : [email protected]
> Unsubscribe : https://launchpad.net/~drizzle-discuss
> More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to