_XOPEN_SOURCE_EXTENDED where appropriate, use AC_C_INLINE to avoid using
the inline keyword when unsupported, and use #pragma INIT for library
initialisation routines.
10 lines
165 B
Makefile
10 lines
165 B
Makefile
# $Id$
|
|
|
|
SUBDIRS = src test doc
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
EXTRA_DIST = bootstrap AUTHORS m4/cflags.m4
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
|
|