$(top_builddir)/lib should also be in the include path

2005-07-29 Thread Ben Pfaff
The gnulib manual notes that $(top_srcdir)/lib should be in the include path: Finally, you have add C flags and LD flags, so that you can make use of the gnulib library. For example: ... AM_CPPFLAGS = -I$(top_srcdir)/lib ... However, it neglects to add that, be

[patch] byteswap module fails when building from subdir

2005-07-29 Thread Ben Pfaff
This is a fix for incorrect use of $<. Index: byteswap === RCS file: /cvsroot/gnulib/gnulib/modules/byteswap,v retrieving revision 1.2 diff -u -p -u -r1.2 byteswap --- byteswap22 Jul 2005 22:04:12 - 1.2 +++ byteswap30

some headers prevent later code from using __attribute__

2005-07-29 Thread Ben Pfaff
The xalloc.h header provided by gnulib contains the following directives. Some other headers also contain similar directives: # ifndef __attribute__ # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__ # define __attribute__(x) # endif # endif Th

patch ping: check-module

2005-07-29 Thread Stepan Kasal
Hello, about two weeks ago I submitted a patch http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00084.html I verified that the archive hasn't clobbered it, except the first two lines: 2005-07-11 Bruno Haible <[EMAIL PROTECTED]> and Stepan Kasal <[EMAIL PROTECTED]> Could any of