version 1.6, 2001/08/08 10:23:32 |
version 1.8, 2001/10/29 14:00:28 |
| |
| |
dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. |
| |
AC_INIT(log_service/log_service.h) | AC_INIT(admin_service/admin_service.cpp) |
| |
MAJOR_VERSION=0 | MAJOR_VERSION=0 |
MINOR_VERSION=3 | MINOR_VERSION=3 |
PICO_VERSION=0 | PICO_VERSION=0 |
| |
AM_INIT_AUTOMAKE(netns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION) | AM_INIT_AUTOMAKE(nelns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION) |
| |
AM_CONFIG_HEADER(config.h) | AM_CONFIG_HEADER(config.h) |
| |
| |
if test -z "$no_stlport" -a "$with_stlport_lib" | if test -z "$no_stlport" -a "$with_stlport_lib" |
then | then |
AC_MSG_RESULT(using STLPort library files located in $with_stlport_lib) | AC_MSG_RESULT(using STLPort library files located in $with_stlport_lib) |
STLPORT_LIB="i-L$with_stlport_lib" | STLPORT_LIB="-L$with_stlport_lib" |
fi | fi |
| |
| |
| |
dnl Ask user for path to the NeL header files | dnl Ask user for path to the NeL header files |
AC_ARG_WITH( nel, | AC_ARG_WITH( nel, |
[ --with-nel=<prefix> prefix to the NeL files installation. | [ --with-nel=<prefix> prefix to the NeL files installation. |
e.g. /usr/local/include], | e.g. /usr/local], |
[NEL_DIR=$with_nel | [NEL_DIR=$with_nel |
AC_MSG_RESULT(using NeL header files located in $with_nel)] | AC_MSG_RESULT(using NeL files located in $with_nel)] |
) | ) |
| |
if test X"$NEL_DIR" != X""; | if test X"$NEL_DIR" != X""; |
| |
| |
AC_OUTPUT( Makefile \ | AC_OUTPUT( Makefile \ |
login_service/Makefile \ | login_service/Makefile \ |
log_service/Makefile \ | |
naming_service/Makefile \ | naming_service/Makefile \ |
time_service/Makefile \ | |
admin_executor_service/Makefile \ | admin_executor_service/Makefile \ |
admin_service/Makefile \ | admin_service/Makefile \ |
welcome_service/Makefile \ | welcome_service/Makefile \ |