Bruno Haible <[EMAIL PROTECTED]> writes:

> Simon Josefsson wrote:
>> --- a/modules/bitrotate
>> +++ b/modules/bitrotate
>> @@ -1,5 +1,5 @@
>>  Description:
>> -Rotate bits in 16 and 32 bit integers.
>> +Rotate bits in 16 and 32 bit integers using stdint.h.
>>  
>>  Files:
>>  lib/bitrotate.h
>
> Well, that's not what I meant. I meant to add a format dependency:

Pushed, thanks.

/Simon

> --- modules/bitrotate.orig      2008-09-01 11:48:24.000000000 +0200
> +++ modules/bitrotate   2008-09-01 11:48:10.000000000 +0200
> @@ -1,10 +1,11 @@
>  Description:
> -Rotate bits in 16 and 32 bit integers using stdint.h.
> +Rotate bits in 16 and 32 bit integers.
>  
>  Files:
>  lib/bitrotate.h
>  
>  Depends-on:
> +stdint
>  
>  configure.ac:
>  AC_REQUIRE([AC_C_INLINE])


Reply via email to