PDOS

[uia] / trunk / uia / yam / configure.in  

View of /trunk/uia/yam/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3604 - (download) (annotate)
Mon Dec 15 21:27:42 2008 UTC (11 months, 1 week ago) by jastr
File size: 664 byte(s)
check for either of  -lboost_thread or -lboost_thread-mt, and add
a --with-boostthreadlib to allow for other boost variants

#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([yam],[0.01])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([base/mainloop.hpp])
#AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR(misc)


# Top-level YAM object file directory
OBJDIR=`pwd`
AC_SUBST(OBJDIR)


# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL

AC_CHECK_PROG(PERL,perl,perl)
if test -z "$PERL"; then
	AC_MSG_ERROR([You need Perl installed to compile UIA.])
fi

dnl YAM-specific tests
ACX_DEBUG
ACX_DMALLOC
ACX_PTHREADS
ACX_BOOST
ACX_BOOST_THREADS
ACX_OPENSSL

AC_CONFIG_FILES([Makeconf])
AC_OUTPUT

Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3