From df6373a9e6bfe23fb927eb3cbc2bf28cace712c4 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 24 Jul 2008 15:20:35 +0000 Subject: Another step towards detecting if _REENTRANT is already defined or actually needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros. --- buildconf | 1 + 1 file changed, 1 insertion(+) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 364d5a0..ed3f81d 100755 --- a/buildconf +++ b/buildconf @@ -1,6 +1,7 @@ #!/bin/sh ${LIBTOOLIZE:-libtoolize} --copy --automake --force +ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS" ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS ${AUTOHEADER:-autoheader} ${AUTOCONF:-autoconf} -- cgit v1.2.3