From: Simon Josefsson Date: Mon, 1 Sep 2008 11:38:15 +0000 (+0200) Subject: Fix last commit. X-Git-Tag: v0.1~7094 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ac5bd11a2348f7105163d9c7df38a046972a3f82;p=gnulib.git Fix last commit. --- diff --git a/modules/bitrotate b/modules/bitrotate index 064519c03..13bd97e31 100644 --- a/modules/bitrotate +++ b/modules/bitrotate @@ -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])