learning about autoconf: eoBin and bvector.h

This commit is contained in:
gustavo 1999-02-08 14:15:11 +00:00
commit 3d7d4a7a51
5 changed files with 10 additions and 4 deletions

View file

@ -2,7 +2,13 @@ AC_INIT(src/eo)
AM_INIT_AUTOMAKE(eo, 0.0.0)
AM_CONFIG_HEADER(config.h:config.in)
AC_PROG_CXX
AC_CHECK_HEADERS(bvector.h)
AC_EGREP_HEADER(bit_vector, bvector.h, AC_DEFINE(HAVE_BIT_VECTOR))
AM_PROG_LIBTOOL
AM_MAINTAINER_MODE